Version Description
- 24/02/2020 =
- Added: Post Grid grid layout
- Added: EA Pricing Table button show/hide option
- Improvement: EA Gravity Form styling elements.
- Fixed: EA Contact Form 7 issue with checkbox style
- Fixed: EA Sticky Video issue with video bar in Astra theme
- Fixed: Twitter Feed link redirect to 404
- Fixed: Advanced Tabs support for EA Image Comparison Widget
Download this release
Release Info
Developer | re_enter_rupok |
Plugin | Elementor Essential Addons |
Version | 3.8.1 |
Comparing to | |
See all releases |
Code changes from version 3.8.0 to 3.8.1
- assets/front-end/css/call-to-action/index.css +4 -4
- assets/front-end/css/call-to-action/index.min.css +1 -1
- assets/front-end/css/contact-form-7/index.css +22 -4
- assets/front-end/css/contact-form-7/index.min.css +1 -1
- assets/front-end/css/creative-btn/index.css +25 -29
- assets/front-end/css/creative-btn/index.min.css +1 -1
- assets/front-end/css/eael.css +2254 -2081
- assets/front-end/css/eael.min.css +9 -9
- assets/front-end/css/feature-list/index.css +9 -9
- assets/front-end/css/gravity-form/index.css +3 -5
- assets/front-end/css/gravity-form/index.min.css +1 -1
- assets/front-end/css/magnific-popup/index.css +3 -3
- assets/front-end/css/post-grid/index.css +275 -49
- assets/front-end/css/post-grid/index.min.css +1 -1
- assets/front-end/css/price-table/index.css +16 -4
- assets/front-end/css/price-table/index.min.css +1 -1
- assets/front-end/css/sticky-video/index.css +12 -82
- assets/front-end/css/sticky-video/index.min.css +1 -1
- assets/front-end/css/table-of-content/index.css +3 -7
- assets/front-end/css/table-of-content/index.min.css +1 -1
- assets/front-end/js/adv-tabs/index.js +2 -8
- assets/front-end/js/adv-tabs/index.min.js +1 -1
- assets/front-end/js/eael.js +1859 -1834
- assets/front-end/js/eael.min.js +1 -1
assets/front-end/css/call-to-action/index.css
CHANGED
@@ -56,7 +56,7 @@
|
|
56 |
color: #fff;
|
57 |
}
|
58 |
|
59 |
-
.eael-call-to-action.bg-img:after {
|
60 |
content: "";
|
61 |
position: absolute;
|
62 |
width: 100%;
|
@@ -180,7 +180,7 @@
|
|
180 |
|
181 |
.eael-call-to-action .cta-button.effect-1:hover::after {
|
182 |
-webkit-transform: translateY(0);
|
183 |
-
|
184 |
}
|
185 |
|
186 |
/*--- Cta Button effect 2 ---*/
|
@@ -197,12 +197,12 @@
|
|
197 |
transition: .5s;
|
198 |
color: #fff;
|
199 |
-webkit-transform: translateX(-100%);
|
200 |
-
|
201 |
}
|
202 |
|
203 |
.eael-call-to-action .cta-button.effect-2:hover::after {
|
204 |
-webkit-transform: translateX(0);
|
205 |
-
|
206 |
}
|
207 |
|
208 |
/*--- Media Queries ---*/
|
56 |
color: #fff;
|
57 |
}
|
58 |
|
59 |
+
.eael-cta-overlay-yes .eael-call-to-action.bg-img:after {
|
60 |
content: "";
|
61 |
position: absolute;
|
62 |
width: 100%;
|
180 |
|
181 |
.eael-call-to-action .cta-button.effect-1:hover::after {
|
182 |
-webkit-transform: translateY(0);
|
183 |
+
transform: translateY(0);
|
184 |
}
|
185 |
|
186 |
/*--- Cta Button effect 2 ---*/
|
197 |
transition: .5s;
|
198 |
color: #fff;
|
199 |
-webkit-transform: translateX(-100%);
|
200 |
+
transform: translateX(-100%);
|
201 |
}
|
202 |
|
203 |
.eael-call-to-action .cta-button.effect-2:hover::after {
|
204 |
-webkit-transform: translateX(0);
|
205 |
+
transform: translateX(0);
|
206 |
}
|
207 |
|
208 |
/*--- Media Queries ---*/
|
assets/front-end/css/call-to-action/index.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.eael-call-to-action{width:100%;height:auto;display:block;padding:30px;font-size:16px;color:#4d4d4d;font-weight:400;line-height:27px;margin:0 auto}.eael-call-to-action p{margin-bottom:10px}.eael-call-to-action .title{font-size:36px;font-weight:600;line-height:36px;margin-bottom:10px;text-transform:capitalize;font-style:normal}.eael-call-to-action.cta-center{text-align:center}.eael-call-to-action.cta-right{text-align:right}.eael-call-to-action.cta-left{text-align:left}.eael-call-to-action.bg-lite{background:#f4f4f4}.eael-call-to-action.bg-img{background-image:url(../img/bg.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;z-index:0;color:rgba(255,255,255,.7)}.eael-call-to-action.bg-img .icon{color:#fff}.eael-call-to-action.bg-img:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;background:rgba(0,0,0,.8)}.eael-call-to-action.bg-img.bg-fixed{background-attachment:fixed;background-position:center center}.eael-call-to-action.bg-img .title{color:rgba(255,255,255,.9)}.eael-call-to-action.cta-flex,.eael-call-to-action.cta-icon-flex{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:start;align-items:flex-start}.eael-call-to-action.cta-icon-flex .icon{-webkit-box-flex:1;flex-grow:1;font-size:80px;text-align:left;line-height:130px}.eael-call-to-action.cta-icon-flex .action{-webkit-box-flex:1;flex-grow:1;text-align:right;padding-top:22px;flex-basis:22%}.eael-call-to-action.cta-icon-flex .content{-webkit-box-flex:1;flex-grow:1;padding:0 30px}.eael-call-to-action.cta-flex .content{padding:0 15px;-webkit-box-flex:1;flex-grow:1}.eael-call-to-action.cta-flex .action{-webkit-box-flex:1;flex-grow:1;text-align:right;padding-top:25px;flex-basis:23%}.eael-call-to-action .cta-button{position:relative;display:inline-block;padding:12px 30px;background:#f9f9f9;font-size:16px;text-decoration:none;color:#4d4d4d;-webkit-transition:.5s;transition:.5s;-ms-box-shadow:0 0 3px -1px rgba(0,0,0,.2);box-shadow:0 0 3px -1px rgba(0,0,0,.2);margin-right:10px;margin-top:10px;z-index:0;overflow:hidden}.eael-call-to-action .cta-button:last-child{margin-right:0}.eael-call-to-action .cta-button:focus{outline:0}.eael-call-to-action .cta-button:hover{color:#fff;background:#3f51b5;-ms-box-shadow:0 1px 12px 1px rgba(0,0,0,.1);box-shadow:0 1px 12px 1px rgba(0,0,0,.1)}.eael-call-to-action .cta-button.effect-1:after{content:"";position:absolute;width:100%;height:100%;background:#3f51b5;top:0;left:0;transform:translateY(-100%);-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);z-index:-1;-webkit-transition:.5s;transition:.5s;color:#fff}.eael-call-to-action .cta-button.effect-1:hover::after{-webkit-transform:translateY(0);transform:translateY(0)}.eael-call-to-action .cta-button.effect-2:after{content:"";position:absolute;width:100%;height:100%;background:#3f51b5;top:0;left:0;z-index:-1;-webkit-transition:.5s;transition:.5s;color:#fff;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.eael-call-to-action .cta-button.effect-2:hover::after{-webkit-transform:translateX(0);transform:translateX(0)}@media only screen and (max-width:768px){.eael-call-to-action.cta-flex,.eael-call-to-action.cta-icon-flex{flex-wrap:wrap}.eael-call-to-action .title{font-size:28px;line-height:36px;margin-top:0}.eael-call-to-action.cta-icon-flex .icon{-webkit-box-flex:1;flex-grow:1;font-size:48px;line-height:90px;text-align:center}.eael-call-to-action.cta-flex .content,.eael-call-to-action.cta-icon-flex .content{-webkit-box-flex:1;flex-grow:1;text-align:center;padding:0}.eael-call-to-action.cta-flex .action,.eael-call-to-action.cta-icon-flex .action{text-align:center;padding-top:0}.eael-call-to-action .cta-button{padding:12px 25px}}@media only screen and (max-width:360px){.eael-call-to-action{font-size:14px;line-height:26px}.eael-call-to-action .cta-button{padding:4px 20px;font-size:12px}.eael-call-to-action .title{font-size:20px;line-height:30px}}
|
1 |
+
.eael-call-to-action{width:100%;height:auto;display:block;padding:30px;font-size:16px;color:#4d4d4d;font-weight:400;line-height:27px;margin:0 auto}.eael-call-to-action p{margin-bottom:10px}.eael-call-to-action .title{font-size:36px;font-weight:600;line-height:36px;margin-bottom:10px;text-transform:capitalize;font-style:normal}.eael-call-to-action.cta-center{text-align:center}.eael-call-to-action.cta-right{text-align:right}.eael-call-to-action.cta-left{text-align:left}.eael-call-to-action.bg-lite{background:#f4f4f4}.eael-call-to-action.bg-img{background-image:url(../img/bg.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;z-index:0;color:rgba(255,255,255,.7)}.eael-call-to-action.bg-img .icon{color:#fff}.eael-cta-overlay-yes .eael-call-to-action.bg-img:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;background:rgba(0,0,0,.8)}.eael-call-to-action.bg-img.bg-fixed{background-attachment:fixed;background-position:center center}.eael-call-to-action.bg-img .title{color:rgba(255,255,255,.9)}.eael-call-to-action.cta-flex,.eael-call-to-action.cta-icon-flex{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:start;align-items:flex-start}.eael-call-to-action.cta-icon-flex .icon{-webkit-box-flex:1;flex-grow:1;font-size:80px;text-align:left;line-height:130px}.eael-call-to-action.cta-icon-flex .action{-webkit-box-flex:1;flex-grow:1;text-align:right;padding-top:22px;flex-basis:22%}.eael-call-to-action.cta-icon-flex .content{-webkit-box-flex:1;flex-grow:1;padding:0 30px}.eael-call-to-action.cta-flex .content{padding:0 15px;-webkit-box-flex:1;flex-grow:1}.eael-call-to-action.cta-flex .action{-webkit-box-flex:1;flex-grow:1;text-align:right;padding-top:25px;flex-basis:23%}.eael-call-to-action .cta-button{position:relative;display:inline-block;padding:12px 30px;background:#f9f9f9;font-size:16px;text-decoration:none;color:#4d4d4d;-webkit-transition:.5s;transition:.5s;-ms-box-shadow:0 0 3px -1px rgba(0,0,0,.2);box-shadow:0 0 3px -1px rgba(0,0,0,.2);margin-right:10px;margin-top:10px;z-index:0;overflow:hidden}.eael-call-to-action .cta-button:last-child{margin-right:0}.eael-call-to-action .cta-button:focus{outline:0}.eael-call-to-action .cta-button:hover{color:#fff;background:#3f51b5;-ms-box-shadow:0 1px 12px 1px rgba(0,0,0,.1);box-shadow:0 1px 12px 1px rgba(0,0,0,.1)}.eael-call-to-action .cta-button.effect-1:after{content:"";position:absolute;width:100%;height:100%;background:#3f51b5;top:0;left:0;transform:translateY(-100%);-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);z-index:-1;-webkit-transition:.5s;transition:.5s;color:#fff}.eael-call-to-action .cta-button.effect-1:hover::after{-webkit-transform:translateY(0);transform:translateY(0)}.eael-call-to-action .cta-button.effect-2:after{content:"";position:absolute;width:100%;height:100%;background:#3f51b5;top:0;left:0;z-index:-1;-webkit-transition:.5s;transition:.5s;color:#fff;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.eael-call-to-action .cta-button.effect-2:hover::after{-webkit-transform:translateX(0);transform:translateX(0)}@media only screen and (max-width:768px){.eael-call-to-action.cta-flex,.eael-call-to-action.cta-icon-flex{flex-wrap:wrap}.eael-call-to-action .title{font-size:28px;line-height:36px;margin-top:0}.eael-call-to-action.cta-icon-flex .icon{-webkit-box-flex:1;flex-grow:1;font-size:48px;line-height:90px;text-align:center}.eael-call-to-action.cta-flex .content,.eael-call-to-action.cta-icon-flex .content{-webkit-box-flex:1;flex-grow:1;text-align:center;padding:0}.eael-call-to-action.cta-flex .action,.eael-call-to-action.cta-icon-flex .action{text-align:center;padding-top:0}.eael-call-to-action .cta-button{padding:12px 25px}}@media only screen and (max-width:360px){.eael-call-to-action{font-size:14px;line-height:26px}.eael-call-to-action .cta-button{padding:4px 20px;font-size:12px}.eael-call-to-action .title{font-size:20px;line-height:30px}}
|
assets/front-end/css/contact-form-7/index.css
CHANGED
@@ -59,10 +59,6 @@
|
|
59 |
display: block;
|
60 |
}
|
61 |
|
62 |
-
.eael-contact-form-7 .wpcf7-form p {
|
63 |
-
margin-bottom: 0;
|
64 |
-
}
|
65 |
-
|
66 |
.eael-contact-form-7.labels-hide .wpcf7-form label {
|
67 |
display: none;
|
68 |
}
|
@@ -78,3 +74,25 @@
|
|
78 |
.eael-contact-form-7-button-full-width .wpcf7-form-control.wpcf7-submit {
|
79 |
width: 100%;
|
80 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
display: block;
|
60 |
}
|
61 |
|
|
|
|
|
|
|
|
|
62 |
.eael-contact-form-7.labels-hide .wpcf7-form label {
|
63 |
display: none;
|
64 |
}
|
74 |
.eael-contact-form-7-button-full-width .wpcf7-form-control.wpcf7-submit {
|
75 |
width: 100%;
|
76 |
}
|
77 |
+
|
78 |
+
.wpcf7 form > div, .wpcf7 form > p {
|
79 |
+
margin-bottom: 20px;
|
80 |
+
}
|
81 |
+
|
82 |
+
.eael-contact-form-7 .wpcf7-form p {
|
83 |
+
margin-bottom: 20px;
|
84 |
+
}
|
85 |
+
|
86 |
+
.eael-contact-form-7 .wpcf7-form p span.wpcf7-form-control-wrap {
|
87 |
+
margin-bottom: 0px;
|
88 |
+
}
|
89 |
+
|
90 |
+
.eael-contact-form-7 .wpcf7-form label span.wpcf7-list-item-label {
|
91 |
+
font-family: inherit;
|
92 |
+
font-weight: normal;
|
93 |
+
}
|
94 |
+
|
95 |
+
.eael-contact-form-7 .wpcf7-form p input.wpcf7-submit {
|
96 |
+
font-family: inherit;
|
97 |
+
font-weight: normal;
|
98 |
+
}
|
assets/front-end/css/contact-form-7/index.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.eael-contact-form-7.eael-contact-form-btn-align-center input.wpcf7-submit{margin-left:auto!important;margin-right:auto!important;display:block;float:none}.eael-contact-form-7.eael-contact-form-btn-align-left input.wpcf7-submit{float:left;width:auto}.eael-contact-form-7.eael-contact-form-btn-align-right input.wpcf7-submit{float:right;width:auto}.eael-contact-form-7 .uneditable-input,.eael-contact-form-7 input[type=color],.eael-contact-form-7 input[type=date],.eael-contact-form-7 input[type=datetime-local],.eael-contact-form-7 input[type=datetime],.eael-contact-form-7 input[type=email],.eael-contact-form-7 input[type=month],.eael-contact-form-7 input[type=number],.eael-contact-form-7 input[type=password],.eael-contact-form-7 input[type=search],.eael-contact-form-7 input[type=tel],.eael-contact-form-7 input[type=text],.eael-contact-form-7 input[type=time],.eael-contact-form-7 input[type=url],.eael-contact-form-7 input[type=week],.eael-contact-form-7 textarea{-webkit-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}.eael-contact-form-7 .wpcf7-form::after,.eael-contact-form-7 .wpcf7-form::before{content:" ";clear:both;display:table}.eael-contact-form-7 .wpcf7-form:after{clear:both;content:"";font-size:0;height:0;display:block;visibility:hidden}.eael-contact-form-7 .wpcf7-form .wpcf7-form-control-wrap,.eael-contact-form-7 .wpcf7-form label{display:block}.eael-contact-form-7 .wpcf7-form
|
1 |
+
.eael-contact-form-7.eael-contact-form-btn-align-center input.wpcf7-submit{margin-left:auto!important;margin-right:auto!important;display:block;float:none}.eael-contact-form-7.eael-contact-form-btn-align-left input.wpcf7-submit{float:left;width:auto}.eael-contact-form-7.eael-contact-form-btn-align-right input.wpcf7-submit{float:right;width:auto}.eael-contact-form-7 .uneditable-input,.eael-contact-form-7 input[type=color],.eael-contact-form-7 input[type=date],.eael-contact-form-7 input[type=datetime-local],.eael-contact-form-7 input[type=datetime],.eael-contact-form-7 input[type=email],.eael-contact-form-7 input[type=month],.eael-contact-form-7 input[type=number],.eael-contact-form-7 input[type=password],.eael-contact-form-7 input[type=search],.eael-contact-form-7 input[type=tel],.eael-contact-form-7 input[type=text],.eael-contact-form-7 input[type=time],.eael-contact-form-7 input[type=url],.eael-contact-form-7 input[type=week],.eael-contact-form-7 textarea{-webkit-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}.eael-contact-form-7 .wpcf7-form::after,.eael-contact-form-7 .wpcf7-form::before{content:" ";clear:both;display:table}.eael-contact-form-7 .wpcf7-form:after{clear:both;content:"";font-size:0;height:0;display:block;visibility:hidden}.eael-contact-form-7 .wpcf7-form .wpcf7-form-control-wrap,.eael-contact-form-7 .wpcf7-form label{display:block}.eael-contact-form-7.labels-hide .wpcf7-form label{display:none}.eael-contact-form-7-title{margin-bottom:10px}.eael-contact-form-7-description{margin-bottom:20px}.eael-contact-form-7-button-full-width .wpcf7-form-control.wpcf7-submit{width:100%}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:20px}.eael-contact-form-7 .wpcf7-form p{margin-bottom:20px}.eael-contact-form-7 .wpcf7-form p span.wpcf7-form-control-wrap{margin-bottom:0}.eael-contact-form-7 .wpcf7-form label span.wpcf7-list-item-label{font-family:inherit;font-weight:400}.eael-contact-form-7 .wpcf7-form p input.wpcf7-submit{font-family:inherit;font-weight:400}
|
assets/front-end/css/creative-btn/index.css
CHANGED
@@ -41,7 +41,7 @@
|
|
41 |
-webkit-transition: border-color 0.3s, background-color 0.3s;
|
42 |
transition: border-color 0.3s, background-color 0.3s;
|
43 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
44 |
-
|
45 |
}
|
46 |
|
47 |
.eael-creative-button--winona::after {
|
@@ -53,7 +53,7 @@
|
|
53 |
left: 0;
|
54 |
opacity: 0;
|
55 |
-webkit-transform: translate3d(0, 25%, 0);
|
56 |
-
|
57 |
display: -webkit-box;
|
58 |
display: flex;
|
59 |
-webkit-box-align: center;
|
@@ -65,25 +65,24 @@
|
|
65 |
.eael-creative-button--winona::after,
|
66 |
.eael-creative-button--winona > .creative-button-inner {
|
67 |
padding: 1em 2em;
|
68 |
-
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
69 |
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
|
70 |
transition: opacity 0.3s, -webkit-transform 0.3s;
|
71 |
transition: transform 0.3s, opacity 0.3s;
|
72 |
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
|
73 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
74 |
-
|
75 |
}
|
76 |
|
77 |
.eael-creative-button--winona:hover::after {
|
78 |
opacity: 1;
|
79 |
-webkit-transform: translate3d(0, 0, 0);
|
80 |
-
|
81 |
}
|
82 |
|
83 |
.eael-creative-button--winona:hover > .creative-button-inner {
|
84 |
opacity: 0;
|
85 |
-
-webkit-transform: translate3d(0,
|
86 |
-
|
87 |
}
|
88 |
|
89 |
/*--- Ujarak ---*/
|
@@ -102,26 +101,25 @@
|
|
102 |
z-index: -1;
|
103 |
opacity: 0;
|
104 |
-webkit-transform: scale3d(0.7, 1, 1);
|
105 |
-
|
106 |
-
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
|
107 |
-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
|
108 |
transition: opacity 0.4s, -webkit-transform 0.4s;
|
109 |
transition: transform 0.4s, opacity 0.4s;
|
110 |
transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
|
111 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
112 |
-
|
113 |
}
|
114 |
|
115 |
.eael-creative-button--ujarak,
|
116 |
.eael-creative-button--ujarak::before {
|
117 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
118 |
-
|
119 |
}
|
120 |
|
121 |
.eael-creative-button--ujarak:hover::before {
|
122 |
opacity: 1;
|
123 |
-webkit-transform: translate3d(0, 0, 0);
|
124 |
-
|
125 |
}
|
126 |
|
127 |
/*--- Wayra ---*/
|
@@ -130,7 +128,7 @@
|
|
130 |
-webkit-transition: border-color 0.3s, color 0.3s;
|
131 |
transition: border-color 0.3s, color 0.3s;
|
132 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
133 |
-
|
134 |
}
|
135 |
|
136 |
.eael-creative-button--wayra::before {
|
@@ -142,10 +140,9 @@
|
|
142 |
height: 100%;
|
143 |
z-index: -1;
|
144 |
-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
|
145 |
-
|
146 |
-webkit-transform-origin: 0% 100%;
|
147 |
-
|
148 |
-
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
|
149 |
-webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
|
150 |
transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
|
151 |
transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
|
@@ -155,9 +152,9 @@
|
|
155 |
.eael-creative-button--wayra:hover::before {
|
156 |
opacity: 1;
|
157 |
-webkit-transform: rotate3d(0, 0, 1, 0deg);
|
158 |
-
|
159 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
160 |
-
|
161 |
}
|
162 |
|
163 |
/* Tamaya */
|
@@ -201,7 +198,7 @@
|
|
201 |
transition: transform 0.3s;
|
202 |
transition: transform 0.3s, -webkit-transform 0.3s;
|
203 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
204 |
-
|
205 |
}
|
206 |
|
207 |
.eael-creative-button--tamaya.button--inverted::before,
|
@@ -223,31 +220,30 @@
|
|
223 |
.eael-creative-button--tamaya span {
|
224 |
display: block;
|
225 |
-webkit-transform: scale3d(0.2, 0.2, 1);
|
226 |
-
|
227 |
opacity: 0;
|
228 |
-
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
229 |
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
|
230 |
transition: opacity 0.3s, -webkit-transform 0.3s;
|
231 |
transition: transform 0.3s, opacity 0.3s;
|
232 |
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
|
233 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
234 |
-
|
235 |
}
|
236 |
|
237 |
.eael-creative-button--tamaya:hover::before {
|
238 |
-webkit-transform: translate3d(0, -100%, 0);
|
239 |
-
|
240 |
}
|
241 |
|
242 |
.eael-creative-button--tamaya:hover::after {
|
243 |
-webkit-transform: translate3d(0, 100%, 0);
|
244 |
-
|
245 |
}
|
246 |
|
247 |
.eael-creative-button--tamaya:hover span {
|
248 |
opacity: 1;
|
249 |
-webkit-transform: scale3d(1, 1, 1);
|
250 |
-
|
251 |
content: 'Bangladesh';
|
252 |
}
|
253 |
|
@@ -265,7 +261,7 @@
|
|
265 |
width: 100%;
|
266 |
height: 100%;
|
267 |
-webkit-transform: translate3d(-100%, 0, 0);
|
268 |
-
|
269 |
display: -webkit-box;
|
270 |
display: flex;
|
271 |
-webkit-box-align: center;
|
@@ -282,17 +278,17 @@
|
|
282 |
transition: transform 0.3s;
|
283 |
transition: transform 0.3s, -webkit-transform 0.3s;
|
284 |
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
285 |
-
|
286 |
}
|
287 |
|
288 |
.eael-creative-button--rayen:hover::before {
|
289 |
-webkit-transform: translate3d(0, 0, 0);
|
290 |
-
|
291 |
}
|
292 |
|
293 |
.eael-creative-button--rayen:hover > .creative-button-inner {
|
294 |
-webkit-transform: translate3d(0, 100%, 0);
|
295 |
-
|
296 |
}
|
297 |
|
298 |
.creative-button-inner {
|
41 |
-webkit-transition: border-color 0.3s, background-color 0.3s;
|
42 |
transition: border-color 0.3s, background-color 0.3s;
|
43 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
44 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
45 |
}
|
46 |
|
47 |
.eael-creative-button--winona::after {
|
53 |
left: 0;
|
54 |
opacity: 0;
|
55 |
-webkit-transform: translate3d(0, 25%, 0);
|
56 |
+
transform: translate3d(0, 25%, 0);
|
57 |
display: -webkit-box;
|
58 |
display: flex;
|
59 |
-webkit-box-align: center;
|
65 |
.eael-creative-button--winona::after,
|
66 |
.eael-creative-button--winona > .creative-button-inner {
|
67 |
padding: 1em 2em;
|
|
|
68 |
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
|
69 |
transition: opacity 0.3s, -webkit-transform 0.3s;
|
70 |
transition: transform 0.3s, opacity 0.3s;
|
71 |
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
|
72 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
73 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
74 |
}
|
75 |
|
76 |
.eael-creative-button--winona:hover::after {
|
77 |
opacity: 1;
|
78 |
-webkit-transform: translate3d(0, 0, 0);
|
79 |
+
transform: translate3d(0, 0, 0);
|
80 |
}
|
81 |
|
82 |
.eael-creative-button--winona:hover > .creative-button-inner {
|
83 |
opacity: 0;
|
84 |
+
-webkit-transform: translate3d(0, 0%, 0);
|
85 |
+
transform: translate3d(0, 0%, 0);
|
86 |
}
|
87 |
|
88 |
/*--- Ujarak ---*/
|
101 |
z-index: -1;
|
102 |
opacity: 0;
|
103 |
-webkit-transform: scale3d(0.7, 1, 1);
|
104 |
+
transform: scale3d(0.7, 1, 1);
|
|
|
105 |
-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
|
106 |
transition: opacity 0.4s, -webkit-transform 0.4s;
|
107 |
transition: transform 0.4s, opacity 0.4s;
|
108 |
transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
|
109 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
110 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
111 |
}
|
112 |
|
113 |
.eael-creative-button--ujarak,
|
114 |
.eael-creative-button--ujarak::before {
|
115 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
116 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
117 |
}
|
118 |
|
119 |
.eael-creative-button--ujarak:hover::before {
|
120 |
opacity: 1;
|
121 |
-webkit-transform: translate3d(0, 0, 0);
|
122 |
+
transform: translate3d(0, 0, 0);
|
123 |
}
|
124 |
|
125 |
/*--- Wayra ---*/
|
128 |
-webkit-transition: border-color 0.3s, color 0.3s;
|
129 |
transition: border-color 0.3s, color 0.3s;
|
130 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
131 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
132 |
}
|
133 |
|
134 |
.eael-creative-button--wayra::before {
|
140 |
height: 100%;
|
141 |
z-index: -1;
|
142 |
-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
|
143 |
+
transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
|
144 |
-webkit-transform-origin: 0% 100%;
|
145 |
+
transform-origin: 0% 100%;
|
|
|
146 |
-webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
|
147 |
transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
|
148 |
transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
|
152 |
.eael-creative-button--wayra:hover::before {
|
153 |
opacity: 1;
|
154 |
-webkit-transform: rotate3d(0, 0, 1, 0deg);
|
155 |
+
transform: rotate3d(0, 0, 1, 0deg);
|
156 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
157 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
158 |
}
|
159 |
|
160 |
/* Tamaya */
|
198 |
transition: transform 0.3s;
|
199 |
transition: transform 0.3s, -webkit-transform 0.3s;
|
200 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
201 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
202 |
}
|
203 |
|
204 |
.eael-creative-button--tamaya.button--inverted::before,
|
220 |
.eael-creative-button--tamaya span {
|
221 |
display: block;
|
222 |
-webkit-transform: scale3d(0.2, 0.2, 1);
|
223 |
+
transform: scale3d(0.2, 0.2, 1);
|
224 |
opacity: 0;
|
|
|
225 |
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
|
226 |
transition: opacity 0.3s, -webkit-transform 0.3s;
|
227 |
transition: transform 0.3s, opacity 0.3s;
|
228 |
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
|
229 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
230 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
231 |
}
|
232 |
|
233 |
.eael-creative-button--tamaya:hover::before {
|
234 |
-webkit-transform: translate3d(0, -100%, 0);
|
235 |
+
transform: translate3d(0, -100%, 0);
|
236 |
}
|
237 |
|
238 |
.eael-creative-button--tamaya:hover::after {
|
239 |
-webkit-transform: translate3d(0, 100%, 0);
|
240 |
+
transform: translate3d(0, 100%, 0);
|
241 |
}
|
242 |
|
243 |
.eael-creative-button--tamaya:hover span {
|
244 |
opacity: 1;
|
245 |
-webkit-transform: scale3d(1, 1, 1);
|
246 |
+
transform: scale3d(1, 1, 1);
|
247 |
content: 'Bangladesh';
|
248 |
}
|
249 |
|
261 |
width: 100%;
|
262 |
height: 100%;
|
263 |
-webkit-transform: translate3d(-100%, 0, 0);
|
264 |
+
transform: translate3d(-100%, 0, 0);
|
265 |
display: -webkit-box;
|
266 |
display: flex;
|
267 |
-webkit-box-align: center;
|
278 |
transition: transform 0.3s;
|
279 |
transition: transform 0.3s, -webkit-transform 0.3s;
|
280 |
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
281 |
+
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
282 |
}
|
283 |
|
284 |
.eael-creative-button--rayen:hover::before {
|
285 |
-webkit-transform: translate3d(0, 0, 0);
|
286 |
+
transform: translate3d(0, 0, 0);
|
287 |
}
|
288 |
|
289 |
.eael-creative-button--rayen:hover > .creative-button-inner {
|
290 |
-webkit-transform: translate3d(0, 100%, 0);
|
291 |
+
transform: translate3d(0, 100%, 0);
|
292 |
}
|
293 |
|
294 |
.creative-button-inner {
|
assets/front-end/css/creative-btn/index.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.eael-creative-button-align-center{text-align:center}.eael-creative-button-wrapper{display:-webkit-box;display:flex}.eael-creative-button{-webkit-box-flex:0;flex:0 0 auto;min-width:150px;text-align:center;vertical-align:middle;position:relative;z-index:1;border-radius:2px;padding:20px 30px;font-size:16px;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.eael-creative-button:focus{outline:0}.eael-creative-button--winona{overflow:hidden;padding:0!important;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--winona::after{content:attr(data-text);position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;-webkit-transform:translate3d(0,25%,0);transform:translate3d(0,25%,0);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-creative-button--winona::after,.eael-creative-button--winona>.creative-button-inner{padding:1em 2em;-webkit-transition
|
1 |
+
.eael-creative-button-align-center{text-align:center}.eael-creative-button-wrapper{display:-webkit-box;display:flex}.eael-creative-button{-webkit-box-flex:0;flex:0 0 auto;min-width:150px;text-align:center;vertical-align:middle;position:relative;z-index:1;border-radius:2px;padding:20px 30px;font-size:16px;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.eael-creative-button:focus{outline:0}.eael-creative-button--winona{overflow:hidden;padding:0!important;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--winona::after{content:attr(data-text);position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;-webkit-transform:translate3d(0,25%,0);transform:translate3d(0,25%,0);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-creative-button--winona::after,.eael-creative-button--winona>.creative-button-inner{padding:1em 2em;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--winona:hover::after{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.eael-creative-button--winona:hover>.creative-button-inner{opacity:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.eael-creative-button--ujarak{-webkit-transition:border-color .4s,color .4s;transition:border-color .4s,color .4s}.eael-creative-button--ujarak::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:0;-webkit-transform:scale3d(.7,1,1);transform:scale3d(.7,1,1);-webkit-transition:opacity .4s,-webkit-transform .4s;transition:opacity .4s,-webkit-transform .4s;transition:transform .4s,opacity .4s;transition:transform .4s,opacity .4s,-webkit-transform .4s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--ujarak,.eael-creative-button--ujarak::before{-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--ujarak:hover::before{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.eael-creative-button--wayra{overflow:hidden;-webkit-transition:border-color .3s,color .3s;transition:border-color .3s,color .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--wayra::before{content:'';position:absolute;top:0;left:0;width:150%;height:100%;z-index:-1;-webkit-transform:rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);transform:rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transition:opacity .3s,background-color .3s,-webkit-transform .3s;transition:opacity .3s,background-color .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s,background-color .3s;transition:transform .3s,opacity .3s,background-color .3s,-webkit-transform .3s}.eael-creative-button--wayra:hover::before{opacity:1;-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg);-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--tamaya{float:left;min-width:150px;max-width:250px;display:block;margin:1em;padding:1em 2em;border:none;background:0 0;color:inherit;vertical-align:middle;position:relative;z-index:1;-webkit-backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;overflow:hidden;color:#7986cb;min-width:180px}.eael-creative-button--tamaya.button--inverted{color:#37474f;border-color:#37474f}.eael-creative-button--tamaya::after,.eael-creative-button--tamaya::before{content:attr(data-text);position:absolute;width:100%;height:50%;left:0;background:#7986cb;color:#fff;overflow:hidden;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--tamaya.button--inverted::after,.eael-creative-button--tamaya.button--inverted::before{background:#fff;color:#37474f}.eael-creative-button--tamaya::before{top:0;padding-top:1em}.eael-creative-button--tamaya::after{bottom:0;line-height:0}.eael-creative-button--tamaya span{display:block;-webkit-transform:scale3d(.2,.2,1);transform:scale3d(.2,.2,1);opacity:0;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--tamaya:hover::before{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.eael-creative-button--tamaya:hover::after{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.eael-creative-button--tamaya:hover span{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);content:'Bangladesh'}.eael-creative-button--rayen{overflow:hidden;padding:0!important}.eael-creative-button--rayen::before{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-creative-button--rayen::before,.eael-creative-button--rayen>.creative-button-inner{padding:1em 2em;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.eael-creative-button--rayen:hover::before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.eael-creative-button--rayen:hover>.creative-button-inner{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.creative-button-inner{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-creative-button-icon-left{margin-right:5px}.eael-creative-button-icon-right{margin-left:5px}
|
assets/front-end/css/eael.css
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
/*------------------------------*/
|
2 |
-
/* 31. Advance Accordion
|
3 |
-
/*------------------------------*/
|
4 |
.eael-adv-accordion {
|
5 |
width: auto;
|
6 |
height: auto;
|
@@ -315,118 +312,6 @@
|
|
315 |
}
|
316 |
}
|
317 |
|
318 |
-
.ea-advanced-data-table-wrap * {
|
319 |
-
background-color: transparent;
|
320 |
-
border: none;
|
321 |
-
box-shadow: none;
|
322 |
-
margin: 0;
|
323 |
-
padding: 0;
|
324 |
-
}
|
325 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table-wrap-inner {
|
326 |
-
width: 100%;
|
327 |
-
overflow-y: auto;
|
328 |
-
}
|
329 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table {
|
330 |
-
width: 100%;
|
331 |
-
border-collapse: collapse;
|
332 |
-
}
|
333 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table th,
|
334 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table td {
|
335 |
-
background-color: transparent !important;
|
336 |
-
}
|
337 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th {
|
338 |
-
position: relative;
|
339 |
-
cursor: pointer;
|
340 |
-
}
|
341 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th:before {
|
342 |
-
content: "";
|
343 |
-
border-left: 4px solid transparent;
|
344 |
-
border-right: 4px solid transparent;
|
345 |
-
border-bottom: 5px solid #4d4d4d;
|
346 |
-
position: absolute;
|
347 |
-
top: 50%;
|
348 |
-
right: 15px;
|
349 |
-
margin-top: -6px;
|
350 |
-
}
|
351 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th:after {
|
352 |
-
content: "";
|
353 |
-
border-left: 4px solid transparent;
|
354 |
-
border-right: 4px solid transparent;
|
355 |
-
border-top: 5px solid #4d4d4d;
|
356 |
-
position: absolute;
|
357 |
-
top: 50%;
|
358 |
-
right: 15px;
|
359 |
-
margin-top: 1px;
|
360 |
-
}
|
361 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.asc:before {
|
362 |
-
display: none;
|
363 |
-
}
|
364 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.asc:after {
|
365 |
-
margin-top: -3px;
|
366 |
-
}
|
367 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.desc:before {
|
368 |
-
margin-top: -3px;
|
369 |
-
}
|
370 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.desc:after {
|
371 |
-
display: none;
|
372 |
-
}
|
373 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-unsortable th {
|
374 |
-
pointer-events: none;
|
375 |
-
}
|
376 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-unsortable th:before, .ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-unsortable th:after {
|
377 |
-
display: none;
|
378 |
-
}
|
379 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-paginated tbody tr {
|
380 |
-
display: none;
|
381 |
-
}
|
382 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th {
|
383 |
-
position: relative;
|
384 |
-
}
|
385 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th:before {
|
386 |
-
border: none;
|
387 |
-
}
|
388 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th:after {
|
389 |
-
content: "";
|
390 |
-
display: block;
|
391 |
-
height: 100%;
|
392 |
-
position: absolute;
|
393 |
-
right: 0;
|
394 |
-
top: 0;
|
395 |
-
width: 10px;
|
396 |
-
border: none;
|
397 |
-
cursor: col-resize;
|
398 |
-
}
|
399 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th,
|
400 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable td {
|
401 |
-
padding: 0;
|
402 |
-
}
|
403 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th textarea,
|
404 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable td textarea {
|
405 |
-
width: 100%;
|
406 |
-
min-width: 100px;
|
407 |
-
height: 100%;
|
408 |
-
background-color: transparent;
|
409 |
-
border: none;
|
410 |
-
box-shadow: none;
|
411 |
-
resize: none;
|
412 |
-
margin: 0;
|
413 |
-
padding: 0;
|
414 |
-
outline: none;
|
415 |
-
vertical-align: middle;
|
416 |
-
}
|
417 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable.ea-advanced-data-table-paginated tbody tr {
|
418 |
-
display: table-row;
|
419 |
-
}
|
420 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table-search-wrap.ea-advanced-data-table-search-center {
|
421 |
-
text-align: center;
|
422 |
-
}
|
423 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table-search-wrap.ea-advanced-data-table-search-right {
|
424 |
-
text-align: right;
|
425 |
-
}
|
426 |
-
.ea-advanced-data-table-wrap .ea-advanced-data-table-pagination a {
|
427 |
-
display: inline-block;
|
428 |
-
}
|
429 |
-
|
430 |
/* ----------------------------------------- */
|
431 |
/* 22. Caldera Contact Form Styler
|
432 |
/* ----------------------------------------- */
|
@@ -539,7 +424,7 @@
|
|
539 |
color: #fff;
|
540 |
}
|
541 |
|
542 |
-
.eael-call-to-action.bg-img:after {
|
543 |
content: "";
|
544 |
position: absolute;
|
545 |
width: 100%;
|
@@ -663,7 +548,7 @@
|
|
663 |
|
664 |
.eael-call-to-action .cta-button.effect-1:hover::after {
|
665 |
-webkit-transform: translateY(0);
|
666 |
-
|
667 |
}
|
668 |
|
669 |
/*--- Cta Button effect 2 ---*/
|
@@ -680,12 +565,12 @@
|
|
680 |
transition: .5s;
|
681 |
color: #fff;
|
682 |
-webkit-transform: translateX(-100%);
|
683 |
-
|
684 |
}
|
685 |
|
686 |
.eael-call-to-action .cta-button.effect-2:hover::after {
|
687 |
-webkit-transform: translateX(0);
|
688 |
-
|
689 |
}
|
690 |
|
691 |
/*--- Media Queries ---*/
|
@@ -744,6 +629,118 @@
|
|
744 |
}
|
745 |
}
|
746 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
747 |
@-webkit-keyframes "loaderSpin" {
|
748 |
0% {
|
749 |
-webkit-transform: rotate(0deg);
|
@@ -882,10 +879,6 @@
|
|
882 |
display: block;
|
883 |
}
|
884 |
|
885 |
-
.eael-contact-form-7 .wpcf7-form p {
|
886 |
-
margin-bottom: 0;
|
887 |
-
}
|
888 |
-
|
889 |
.eael-contact-form-7.labels-hide .wpcf7-form label {
|
890 |
display: none;
|
891 |
}
|
@@ -902,6 +895,28 @@
|
|
902 |
width: 100%;
|
903 |
}
|
904 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
905 |
.eael-ticker-wrap {
|
906 |
overflow: hidden;
|
907 |
display: -webkit-box;
|
@@ -976,65 +991,6 @@
|
|
976 |
justify-content: center;
|
977 |
}
|
978 |
|
979 |
-
/*---------------------------------*/
|
980 |
-
/* 05. Countdown Styles
|
981 |
-
/*---------------------------------*/
|
982 |
-
/*--- General ---*/
|
983 |
-
.eael-countdown-items {
|
984 |
-
list-style: none;
|
985 |
-
margin: 0;
|
986 |
-
padding: 0;
|
987 |
-
display: table;
|
988 |
-
table-layout: fixed;
|
989 |
-
width: 100%;
|
990 |
-
}
|
991 |
-
|
992 |
-
.eael-countdown-items > li {
|
993 |
-
list-style: none;
|
994 |
-
margin: 0;
|
995 |
-
padding: 0;
|
996 |
-
display: table-cell;
|
997 |
-
position: relative;
|
998 |
-
}
|
999 |
-
|
1000 |
-
.eael-countdown-item > div {
|
1001 |
-
text-align: center;
|
1002 |
-
padding: 20px;
|
1003 |
-
}
|
1004 |
-
|
1005 |
-
.eael-countdown-label-block .eael-countdown-digits,
|
1006 |
-
.eael-countdown-label-block .eael-countdown-label {
|
1007 |
-
display: block;
|
1008 |
-
text-align: center;
|
1009 |
-
}
|
1010 |
-
|
1011 |
-
.eael-countdown-digits {
|
1012 |
-
font-size: 54px;
|
1013 |
-
line-height: 1;
|
1014 |
-
}
|
1015 |
-
|
1016 |
-
.eael-countdown-label {
|
1017 |
-
font-size: 18px;
|
1018 |
-
line-height: 1;
|
1019 |
-
color: #ffffff;
|
1020 |
-
}
|
1021 |
-
|
1022 |
-
.eael-countdown-show-separator .eael-countdown-digits::after {
|
1023 |
-
content: ":";
|
1024 |
-
position: absolute;
|
1025 |
-
left: 98%;
|
1026 |
-
z-index: 9999;
|
1027 |
-
}
|
1028 |
-
|
1029 |
-
.eael-countdown-item:last-child .eael-countdown-digits::after {
|
1030 |
-
display: none;
|
1031 |
-
}
|
1032 |
-
|
1033 |
-
/*--- Style 1 ---*/
|
1034 |
-
.eael-countdown-items.style-1 .eael-countdown-item > div {
|
1035 |
-
background: #262625;
|
1036 |
-
}
|
1037 |
-
|
1038 |
/*--------------------------------*/
|
1039 |
/* 08. Creative Button styles
|
1040 |
/*--------------------------------*/
|
@@ -1078,7 +1034,7 @@
|
|
1078 |
-webkit-transition: border-color 0.3s, background-color 0.3s;
|
1079 |
transition: border-color 0.3s, background-color 0.3s;
|
1080 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1081 |
-
|
1082 |
}
|
1083 |
|
1084 |
.eael-creative-button--winona::after {
|
@@ -1090,7 +1046,7 @@
|
|
1090 |
left: 0;
|
1091 |
opacity: 0;
|
1092 |
-webkit-transform: translate3d(0, 25%, 0);
|
1093 |
-
|
1094 |
display: -webkit-box;
|
1095 |
display: flex;
|
1096 |
-webkit-box-align: center;
|
@@ -1102,25 +1058,24 @@
|
|
1102 |
.eael-creative-button--winona::after,
|
1103 |
.eael-creative-button--winona > .creative-button-inner {
|
1104 |
padding: 1em 2em;
|
1105 |
-
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
1106 |
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
|
1107 |
transition: opacity 0.3s, -webkit-transform 0.3s;
|
1108 |
transition: transform 0.3s, opacity 0.3s;
|
1109 |
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
|
1110 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1111 |
-
|
1112 |
}
|
1113 |
|
1114 |
.eael-creative-button--winona:hover::after {
|
1115 |
opacity: 1;
|
1116 |
-webkit-transform: translate3d(0, 0, 0);
|
1117 |
-
|
1118 |
}
|
1119 |
|
1120 |
.eael-creative-button--winona:hover > .creative-button-inner {
|
1121 |
opacity: 0;
|
1122 |
-
-webkit-transform: translate3d(0,
|
1123 |
-
|
1124 |
}
|
1125 |
|
1126 |
/*--- Ujarak ---*/
|
@@ -1139,26 +1094,25 @@
|
|
1139 |
z-index: -1;
|
1140 |
opacity: 0;
|
1141 |
-webkit-transform: scale3d(0.7, 1, 1);
|
1142 |
-
|
1143 |
-
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
|
1144 |
-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
|
1145 |
transition: opacity 0.4s, -webkit-transform 0.4s;
|
1146 |
transition: transform 0.4s, opacity 0.4s;
|
1147 |
transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
|
1148 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1149 |
-
|
1150 |
}
|
1151 |
|
1152 |
.eael-creative-button--ujarak,
|
1153 |
.eael-creative-button--ujarak::before {
|
1154 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1155 |
-
|
1156 |
}
|
1157 |
|
1158 |
.eael-creative-button--ujarak:hover::before {
|
1159 |
opacity: 1;
|
1160 |
-webkit-transform: translate3d(0, 0, 0);
|
1161 |
-
|
1162 |
}
|
1163 |
|
1164 |
/*--- Wayra ---*/
|
@@ -1167,7 +1121,7 @@
|
|
1167 |
-webkit-transition: border-color 0.3s, color 0.3s;
|
1168 |
transition: border-color 0.3s, color 0.3s;
|
1169 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1170 |
-
|
1171 |
}
|
1172 |
|
1173 |
.eael-creative-button--wayra::before {
|
@@ -1179,10 +1133,9 @@
|
|
1179 |
height: 100%;
|
1180 |
z-index: -1;
|
1181 |
-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
|
1182 |
-
|
1183 |
-webkit-transform-origin: 0% 100%;
|
1184 |
-
|
1185 |
-
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
|
1186 |
-webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
|
1187 |
transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
|
1188 |
transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
|
@@ -1192,9 +1145,9 @@
|
|
1192 |
.eael-creative-button--wayra:hover::before {
|
1193 |
opacity: 1;
|
1194 |
-webkit-transform: rotate3d(0, 0, 1, 0deg);
|
1195 |
-
|
1196 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1197 |
-
|
1198 |
}
|
1199 |
|
1200 |
/* Tamaya */
|
@@ -1238,7 +1191,7 @@
|
|
1238 |
transition: transform 0.3s;
|
1239 |
transition: transform 0.3s, -webkit-transform 0.3s;
|
1240 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1241 |
-
|
1242 |
}
|
1243 |
|
1244 |
.eael-creative-button--tamaya.button--inverted::before,
|
@@ -1260,31 +1213,30 @@
|
|
1260 |
.eael-creative-button--tamaya span {
|
1261 |
display: block;
|
1262 |
-webkit-transform: scale3d(0.2, 0.2, 1);
|
1263 |
-
|
1264 |
opacity: 0;
|
1265 |
-
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
|
1266 |
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
|
1267 |
transition: opacity 0.3s, -webkit-transform 0.3s;
|
1268 |
transition: transform 0.3s, opacity 0.3s;
|
1269 |
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
|
1270 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1271 |
-
|
1272 |
}
|
1273 |
|
1274 |
.eael-creative-button--tamaya:hover::before {
|
1275 |
-webkit-transform: translate3d(0, -100%, 0);
|
1276 |
-
|
1277 |
}
|
1278 |
|
1279 |
.eael-creative-button--tamaya:hover::after {
|
1280 |
-webkit-transform: translate3d(0, 100%, 0);
|
1281 |
-
|
1282 |
}
|
1283 |
|
1284 |
.eael-creative-button--tamaya:hover span {
|
1285 |
opacity: 1;
|
1286 |
-webkit-transform: scale3d(1, 1, 1);
|
1287 |
-
|
1288 |
content: 'Bangladesh';
|
1289 |
}
|
1290 |
|
@@ -1302,7 +1254,7 @@
|
|
1302 |
width: 100%;
|
1303 |
height: 100%;
|
1304 |
-webkit-transform: translate3d(-100%, 0, 0);
|
1305 |
-
|
1306 |
display: -webkit-box;
|
1307 |
display: flex;
|
1308 |
-webkit-box-align: center;
|
@@ -1319,17 +1271,17 @@
|
|
1319 |
transition: transform 0.3s;
|
1320 |
transition: transform 0.3s, -webkit-transform 0.3s;
|
1321 |
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
1322 |
-
|
1323 |
}
|
1324 |
|
1325 |
.eael-creative-button--rayen:hover::before {
|
1326 |
-webkit-transform: translate3d(0, 0, 0);
|
1327 |
-
|
1328 |
}
|
1329 |
|
1330 |
.eael-creative-button--rayen:hover > .creative-button-inner {
|
1331 |
-webkit-transform: translate3d(0, 100%, 0);
|
1332 |
-
|
1333 |
}
|
1334 |
|
1335 |
.creative-button-inner {
|
@@ -1352,6 +1304,111 @@
|
|
1352 |
margin-left: 5px;
|
1353 |
}
|
1354 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1355 |
@charset "UTF-8";
|
1356 |
table.eael-data-table thead .sorting_asc,
|
1357 |
table.eael-data-table thead .sorting_desc,
|
@@ -1716,52 +1773,6 @@ table.eael-data-table .sorting_asc.sorting-none:after {
|
|
1716 |
}
|
1717 |
}
|
1718 |
|
1719 |
-
/* -------------------------------- */
|
1720 |
-
/* 20. Dual Color Heading
|
1721 |
-
/* -------------------------------- */
|
1722 |
-
.eael-dual-header {
|
1723 |
-
display: block;
|
1724 |
-
margin-bottom: 50px;
|
1725 |
-
}
|
1726 |
-
|
1727 |
-
.eael-dual-header .title,
|
1728 |
-
.eael-dual-header .title span {
|
1729 |
-
font-size: 36px;
|
1730 |
-
font-weight: 700;
|
1731 |
-
text-transform: uppercase;
|
1732 |
-
line-height: 48px;
|
1733 |
-
margin: 10px 0px;
|
1734 |
-
}
|
1735 |
-
|
1736 |
-
.eael-dual-header .subtext {
|
1737 |
-
font-size: 16px;
|
1738 |
-
display: block;
|
1739 |
-
}
|
1740 |
-
|
1741 |
-
.eael-dual-header i {
|
1742 |
-
display: block;
|
1743 |
-
padding: 0px;
|
1744 |
-
margin: 20px 0px 10px 0px;
|
1745 |
-
font-size: 36px;
|
1746 |
-
}
|
1747 |
-
|
1748 |
-
.eael-dual-header .title span.lead {
|
1749 |
-
color: #1abc9c;
|
1750 |
-
}
|
1751 |
-
|
1752 |
-
/*--- Builder Related Css ---*/
|
1753 |
-
.eael-dual-header-content-align-center {
|
1754 |
-
text-align: center;
|
1755 |
-
}
|
1756 |
-
|
1757 |
-
.eael-dual-header-content-align-left {
|
1758 |
-
text-align: left;
|
1759 |
-
}
|
1760 |
-
|
1761 |
-
.eael-dual-header-content-align-right {
|
1762 |
-
text-align: right;
|
1763 |
-
}
|
1764 |
-
|
1765 |
.elementor-panel .pro-feature, .elementor-panel .pro-feature a {
|
1766 |
color: #a4afb7;
|
1767 |
text-transform: uppercase;
|
@@ -2552,1734 +2563,1816 @@ span.fc-day-number {
|
|
2552 |
padding: 10px 25px;
|
2553 |
}
|
2554 |
|
2555 |
-
|
2556 |
-
/*
|
2557 |
-
|
2558 |
-
.
|
2559 |
-
|
2560 |
}
|
2561 |
-
|
2562 |
-
|
|
|
|
|
2563 |
}
|
2564 |
-
|
2565 |
-
|
2566 |
-
|
|
|
|
|
2567 |
}
|
2568 |
-
|
2569 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2570 |
}
|
2571 |
-
|
2572 |
-
|
2573 |
-
|
2574 |
-
|
|
|
|
|
2575 |
}
|
2576 |
-
|
2577 |
-
|
2578 |
-
|
|
|
|
|
|
|
|
|
2579 |
}
|
2580 |
-
|
2581 |
-
|
2582 |
-
|
2583 |
-
|
2584 |
}
|
2585 |
-
|
2586 |
-
|
2587 |
-
|
2588 |
-
|
|
|
2589 |
}
|
2590 |
-
|
2591 |
-
|
|
|
|
|
|
|
2592 |
}
|
2593 |
-
|
2594 |
-
|
2595 |
position: absolute;
|
2596 |
-
|
2597 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2598 |
z-index: 1;
|
2599 |
-
|
2600 |
-
|
2601 |
-
|
2602 |
-
|
2603 |
-
|
2604 |
-
|
2605 |
-
|
|
|
2606 |
}
|
2607 |
-
|
|
|
2608 |
display: none;
|
2609 |
}
|
2610 |
-
|
2611 |
-
|
2612 |
-
|
2613 |
-
transition: all 0.5s;
|
2614 |
-
}
|
2615 |
-
@media (prefers-reduced-motion: reduce) {
|
2616 |
-
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box {
|
2617 |
-
-webkit-transition: none;
|
2618 |
-
transition: none;
|
2619 |
-
}
|
2620 |
-
}
|
2621 |
-
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner {
|
2622 |
-
background-color: #37368e;
|
2623 |
-
-webkit-transition: all 0.5s;
|
2624 |
-
transition: all 0.5s;
|
2625 |
-
display: -webkit-inline-box;
|
2626 |
-
display: inline-flex;
|
2627 |
-
}
|
2628 |
-
@media (prefers-reduced-motion: reduce) {
|
2629 |
-
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner {
|
2630 |
-
-webkit-transition: none;
|
2631 |
-
transition: none;
|
2632 |
-
}
|
2633 |
-
}
|
2634 |
-
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon {
|
2635 |
-
padding: 0.5em;
|
2636 |
-
-webkit-transition: all 0.5s;
|
2637 |
-
transition: all 0.5s;
|
2638 |
-
font-size: 30px;
|
2639 |
-
line-height: 1;
|
2640 |
-
color: #37368e;
|
2641 |
-
text-align: center;
|
2642 |
-
display: -webkit-inline-box;
|
2643 |
-
display: inline-flex;
|
2644 |
display: -webkit-box;
|
2645 |
display: flex;
|
|
|
|
|
|
|
2646 |
-webkit-box-align: center;
|
2647 |
align-items: center;
|
2648 |
-webkit-box-pack: center;
|
2649 |
justify-content: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2650 |
}
|
2651 |
-
|
2652 |
-
|
2653 |
-
|
2654 |
-
|
2655 |
-
}
|
2656 |
-
}
|
2657 |
-
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i {
|
2658 |
-
width: 1em;
|
2659 |
-
height: 1em;
|
2660 |
-
position: relative;
|
2661 |
-
display: block;
|
2662 |
}
|
2663 |
-
|
2664 |
-
|
2665 |
-
|
2666 |
-
-webkit-transform: translateX(-50%);
|
2667 |
-
transform: translateX(-50%);
|
2668 |
}
|
2669 |
-
|
2670 |
-
|
2671 |
-
|
2672 |
-
|
|
|
|
|
2673 |
}
|
2674 |
-
|
2675 |
-
|
|
|
|
|
|
|
2676 |
}
|
2677 |
-
|
2678 |
-
|
2679 |
-
|
|
|
|
|
2680 |
}
|
2681 |
-
|
2682 |
-
|
2683 |
-
|
2684 |
-
|
2685 |
-
|
2686 |
}
|
2687 |
-
|
2688 |
-
|
|
|
|
|
|
|
2689 |
}
|
2690 |
-
|
2691 |
-
|
|
|
|
|
|
|
2692 |
}
|
2693 |
-
|
2694 |
-
|
|
|
|
|
|
|
2695 |
}
|
2696 |
-
|
2697 |
-
|
|
|
|
|
|
|
2698 |
}
|
2699 |
-
|
2700 |
-
|
2701 |
-
|
2702 |
-
|
|
|
2703 |
}
|
2704 |
-
|
2705 |
-
|
2706 |
-
|
|
|
|
|
2707 |
}
|
2708 |
-
|
2709 |
-
|
2710 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2711 |
}
|
2712 |
-
|
2713 |
-
|
|
|
|
|
|
|
|
|
2714 |
}
|
2715 |
-
|
2716 |
-
|
2717 |
-
|
|
|
2718 |
}
|
2719 |
-
|
2720 |
-
|
2721 |
-
|
2722 |
-
|
2723 |
-
}
|
2724 |
}
|
2725 |
-
|
2726 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2727 |
position: absolute;
|
2728 |
-
|
|
|
|
|
|
|
|
|
|
|
2729 |
}
|
2730 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2731 |
left: 0;
|
2732 |
top: 0;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2733 |
z-index: 1;
|
2734 |
-
|
2735 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2736 |
height: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2737 |
}
|
2738 |
-
|
2739 |
-
|
2740 |
-
|
2741 |
-
|
2742 |
-
|
2743 |
-
|
2744 |
-
border-bottom: 1px dashed #000;
|
2745 |
-
border-top: none !important;
|
2746 |
}
|
2747 |
-
|
2748 |
-
|
|
|
|
|
2749 |
}
|
2750 |
-
|
2751 |
-
|
2752 |
-
|
2753 |
-
|
2754 |
-
|
2755 |
-
|
2756 |
-
|
2757 |
-
|
2758 |
-
|
2759 |
-
left: auto;
|
2760 |
-
right: 5px;
|
2761 |
-
top: 30px;
|
2762 |
-
}
|
2763 |
-
.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item .connector {
|
2764 |
-
display: none;
|
2765 |
-
}
|
2766 |
}
|
2767 |
-
|
2768 |
-
|
2769 |
-
|
2770 |
-
|
2771 |
-
|
2772 |
-
|
2773 |
-
.elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-content-box {
|
2774 |
-
margin-left: 0 !important;
|
2775 |
-
margin-top: 0 !important;
|
2776 |
-
margin-bottom: 0 !important;
|
2777 |
}
|
2778 |
-
|
2779 |
-
|
2780 |
-
|
2781 |
-
|
2782 |
}
|
2783 |
-
|
2784 |
-
|
2785 |
-
|
2786 |
}
|
2787 |
-
|
2788 |
-
|
2789 |
-
|
2790 |
-
|
2791 |
-
flex-direction: row;
|
2792 |
}
|
2793 |
-
|
2794 |
-
|
2795 |
-
-
|
2796 |
-
-webkit-box-direction: reverse;
|
2797 |
-
flex-direction: row-reverse;
|
2798 |
}
|
2799 |
-
|
2800 |
-
|
2801 |
-
|
2802 |
-
display: -webkit-box;
|
2803 |
-
display: flex;
|
2804 |
}
|
2805 |
-
|
2806 |
-
|
2807 |
-
|
2808 |
-
-webkit-box-direction: normal;
|
2809 |
-
flex-direction: row;
|
2810 |
}
|
2811 |
-
|
2812 |
-
|
2813 |
-
|
2814 |
-
|
2815 |
-
flex-direction: row-reverse;
|
2816 |
}
|
2817 |
-
|
2818 |
-
|
2819 |
-
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-content-box {
|
2820 |
margin-right: 0 !important;
|
2821 |
-
margin-top: 0 !important;
|
2822 |
-
margin-bottom: 0 !important;
|
2823 |
-
}
|
2824 |
-
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
|
2825 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
|
2826 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
|
2827 |
-
.eael-feature-list-item {
|
2828 |
-
padding: 0 0 0 50px;
|
2829 |
}
|
2830 |
-
|
2831 |
-
|
2832 |
-
|
2833 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
|
2834 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
|
2835 |
-
.eael-feature-list-item {
|
2836 |
-
padding: 0 0 0 30px;
|
2837 |
}
|
2838 |
-
|
2839 |
-
|
2840 |
-
|
2841 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
|
2842 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
|
2843 |
-
.eael-feature-list-item:before {
|
2844 |
-
left: 0;
|
2845 |
-
right: auto;
|
2846 |
}
|
2847 |
-
|
2848 |
-
.
|
2849 |
-
|
2850 |
-
|
2851 |
-
left: 5px;
|
2852 |
-
top: 30px;
|
2853 |
}
|
2854 |
-
|
2855 |
-
|
2856 |
margin-right: 0 !important;
|
2857 |
-
margin-bottom: 0 !important;
|
2858 |
}
|
2859 |
-
|
2860 |
-
.
|
2861 |
-
|
2862 |
-
.eael-feature-list-item {
|
2863 |
-
padding: 0 0 0 50px;
|
2864 |
}
|
2865 |
-
|
2866 |
-
|
2867 |
-
|
2868 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
|
2869 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
|
2870 |
-
.eael-feature-list-item {
|
2871 |
-
padding: 0 0 0 30px;
|
2872 |
}
|
2873 |
-
|
2874 |
-
|
2875 |
-
|
2876 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
|
2877 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
|
2878 |
-
.eael-feature-list-item:before {
|
2879 |
-
left: 0;
|
2880 |
-
right: auto;
|
2881 |
}
|
2882 |
-
|
2883 |
-
.
|
2884 |
-
|
2885 |
-
|
2886 |
-
left: 5px;
|
2887 |
}
|
2888 |
-
|
2889 |
-
|
2890 |
-
margin-
|
2891 |
-
margin-bottom: 0 !important;
|
2892 |
}
|
2893 |
-
|
2894 |
-
.
|
2895 |
-
|
2896 |
-
.eael-feature-list-item {
|
2897 |
-
padding: 0 50px 0 0;
|
2898 |
}
|
2899 |
-
|
2900 |
-
|
2901 |
-
|
2902 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
|
2903 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
|
2904 |
-
.eael-feature-list-item {
|
2905 |
-
padding: 0 30px 0 0;
|
2906 |
}
|
2907 |
-
|
2908 |
-
|
2909 |
-
|
2910 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
|
2911 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
|
2912 |
-
.eael-feature-list-item:before {
|
2913 |
-
right: 0;
|
2914 |
-
left: auto;
|
2915 |
}
|
2916 |
-
|
2917 |
-
.
|
2918 |
-
|
2919 |
-
|
2920 |
-
|
2921 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
2922 |
}
|
2923 |
}
|
2924 |
-
@media (max-width:
|
2925 |
-
|
2926 |
-
|
2927 |
-
|
2928 |
}
|
2929 |
-
|
2930 |
-
|
2931 |
-
|
|
|
2932 |
}
|
2933 |
-
|
2934 |
-
|
2935 |
-
|
2936 |
-
-webkit-box-direction: normal;
|
2937 |
-
flex-direction: row;
|
2938 |
}
|
2939 |
-
|
2940 |
-
|
2941 |
-
|
2942 |
-
|
2943 |
-
flex-direction: row-reverse;
|
2944 |
}
|
2945 |
-
|
|
|
2946 |
margin-right: 0 !important;
|
2947 |
-
margin-top: 0 !important;
|
2948 |
-
margin-bottom: 0 !important;
|
2949 |
-
}
|
2950 |
-
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2951 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2952 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2953 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2954 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2955 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2956 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2957 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2958 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2959 |
-
.eael-feature-list-item {
|
2960 |
-
padding: 0 0 0 50px;
|
2961 |
}
|
2962 |
-
|
2963 |
-
|
2964 |
-
|
2965 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2966 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2967 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2968 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2969 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2970 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2971 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2972 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2973 |
-
.eael-feature-list-item {
|
2974 |
-
padding: 0 0 0 30px;
|
2975 |
}
|
2976 |
-
|
2977 |
-
|
2978 |
-
|
2979 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2980 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2981 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2982 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2983 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2984 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2985 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2986 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2987 |
-
.eael-feature-list-item:before {
|
2988 |
-
left: 0;
|
2989 |
-
right: auto;
|
2990 |
}
|
2991 |
-
|
2992 |
-
.
|
2993 |
-
|
2994 |
-
|
2995 |
-
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2996 |
-
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2997 |
-
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2998 |
-
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
2999 |
-
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
3000 |
-
.eael-feature-list-item:after {
|
3001 |
-
left: 5px;
|
3002 |
}
|
3003 |
-
|
3004 |
-
|
3005 |
margin-right: 0 !important;
|
3006 |
-
margin-bottom: 0 !important;
|
3007 |
}
|
3008 |
-
|
3009 |
-
.
|
3010 |
-
|
3011 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3012 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3013 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3014 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3015 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3016 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3017 |
-
.eael-feature-list-item {
|
3018 |
-
padding: 0 0 0 50px;
|
3019 |
}
|
3020 |
-
|
3021 |
-
|
3022 |
-
|
3023 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3024 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3025 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3026 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3027 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3028 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3029 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3030 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3031 |
-
.eael-feature-list-item {
|
3032 |
-
padding: 0 0 0 30px;
|
3033 |
}
|
3034 |
-
|
3035 |
-
|
3036 |
-
|
3037 |
-
|
3038 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3039 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3040 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3041 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3042 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3043 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3044 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3045 |
-
.eael-feature-list-item:before {
|
3046 |
-
left: 0;
|
3047 |
-
right: auto;
|
3048 |
}
|
3049 |
-
|
3050 |
-
.
|
3051 |
-
|
3052 |
-
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3053 |
-
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3054 |
-
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3055 |
-
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3056 |
-
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3057 |
-
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
3058 |
-
.eael-feature-list-item:after {
|
3059 |
-
left: 5px;
|
3060 |
}
|
3061 |
-
|
3062 |
-
|
3063 |
-
|
3064 |
-
margin-bottom: 0 !important;
|
3065 |
}
|
3066 |
-
|
3067 |
-
.
|
3068 |
-
|
3069 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3070 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3071 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3072 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3073 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3074 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3075 |
-
.eael-feature-list-item {
|
3076 |
-
padding: 0 50px 0 0;
|
3077 |
}
|
3078 |
-
|
3079 |
-
|
3080 |
-
|
3081 |
-
|
3082 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3083 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3084 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3085 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3086 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3087 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3088 |
-
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3089 |
-
.eael-feature-list-item {
|
3090 |
-
padding: 0 30px 0 0;
|
3091 |
}
|
3092 |
-
|
3093 |
-
|
3094 |
-
|
3095 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3096 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3097 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3098 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3099 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3100 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3101 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3102 |
-
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3103 |
-
.eael-feature-list-item:before {
|
3104 |
-
right: 0;
|
3105 |
-
left: auto;
|
3106 |
}
|
3107 |
-
|
3108 |
-
.
|
3109 |
-
|
3110 |
-
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3111 |
-
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3112 |
-
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3113 |
-
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3114 |
-
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3115 |
-
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
3116 |
-
.eael-feature-list-item:after {
|
3117 |
-
left: auto;
|
3118 |
-
right: 5px;
|
3119 |
}
|
3120 |
-
}
|
3121 |
|
3122 |
-
|
3123 |
-
|
3124 |
-
|
3125 |
-
.eael-filter-gallery-control {
|
3126 |
-
width: 100%;
|
3127 |
-
}
|
3128 |
|
3129 |
-
.
|
3130 |
-
|
3131 |
-
|
3132 |
-
}
|
3133 |
|
3134 |
-
.eael-
|
3135 |
-
|
3136 |
-
|
3137 |
-
|
3138 |
-
}
|
3139 |
|
3140 |
-
.eael-
|
3141 |
-
|
3142 |
-
|
3143 |
-
-webkit-box-orient: vertical;
|
3144 |
-
-webkit-box-direction: normal;
|
3145 |
-
flex-flow: 1 1 auto;
|
3146 |
-
-webkit-box-align: center;
|
3147 |
-
align-items: center;
|
3148 |
-
-webkit-box-pack: center;
|
3149 |
-
justify-content: center;
|
3150 |
-
flex-flow: row wrap;
|
3151 |
-
padding: 0px;
|
3152 |
-
margin: 0px;
|
3153 |
-
}
|
3154 |
|
3155 |
-
.eael-
|
3156 |
-
|
3157 |
-
|
3158 |
-
display: inline-block;
|
3159 |
-
text-align: center;
|
3160 |
}
|
|
|
|
|
|
|
|
|
3161 |
|
3162 |
-
.eael-
|
3163 |
-
|
3164 |
-
|
3165 |
-
|
3166 |
-
padding: 10px 25px;
|
3167 |
-
margin: 10px 6px;
|
3168 |
-
}
|
3169 |
|
3170 |
-
.
|
3171 |
-
|
3172 |
-
|
3173 |
-
}
|
3174 |
|
3175 |
-
.eael-
|
3176 |
-
|
3177 |
-
|
3178 |
-
|
3179 |
-
}
|
3180 |
|
3181 |
-
.eael-
|
3182 |
-
|
3183 |
-
|
3184 |
-
padding-top: 56.25%;
|
3185 |
-
}
|
3186 |
|
3187 |
-
.eael-
|
3188 |
-
|
3189 |
-
|
3190 |
-
display: flex;
|
3191 |
-
-webkit-box-orient: vertical;
|
3192 |
-
-webkit-box-direction: normal;
|
3193 |
-
flex-flow: 1 1 100%;
|
3194 |
-
-webkit-box-align: center;
|
3195 |
-
align-items: center;
|
3196 |
-
-webkit-box-pack: center;
|
3197 |
-
justify-content: center;
|
3198 |
-
z-index: 1;
|
3199 |
-
top: 0px;
|
3200 |
-
left: 0px;
|
3201 |
-
right: 0px;
|
3202 |
-
bottom: 0px;
|
3203 |
-
-webkit-transition: -webkit-transform .4s;
|
3204 |
-
transition: -webkit-transform .4s;
|
3205 |
-
transition: transform .4s;
|
3206 |
-
transition: transform .4s, -webkit-transform .4s;
|
3207 |
-
}
|
3208 |
|
3209 |
-
.
|
3210 |
-
|
3211 |
-
}
|
3212 |
|
3213 |
-
.
|
3214 |
-
|
3215 |
-
|
3216 |
-
|
3217 |
-
-webkit-box-orient: vertical;
|
3218 |
-
-webkit-box-direction: normal;
|
3219 |
-
flex-flow: 1 1 100%;
|
3220 |
-
-webkit-box-align: center;
|
3221 |
-
align-items: center;
|
3222 |
-
-webkit-box-pack: center;
|
3223 |
-
justify-content: center;
|
3224 |
-
z-index: 10;
|
3225 |
-
top: 0px;
|
3226 |
-
left: 0px;
|
3227 |
-
right: 0px;
|
3228 |
-
bottom: 0px;
|
3229 |
-
-webkit-transition: -webkit-transform .4s;
|
3230 |
-
transition: -webkit-transform .4s;
|
3231 |
-
transition: transform .4s;
|
3232 |
-
transition: transform .4s, -webkit-transform .4s;
|
3233 |
-
}
|
3234 |
|
3235 |
-
.gallery-item-
|
3236 |
-
|
3237 |
-
|
3238 |
-
}
|
3239 |
|
3240 |
-
|
3241 |
-
|
3242 |
-
}
|
3243 |
|
3244 |
-
|
3245 |
-
|
3246 |
-
|
3247 |
-
-webkit-transform: scale(0);
|
3248 |
-
transform: scale(0);
|
3249 |
-
}
|
3250 |
|
3251 |
-
.
|
3252 |
-
|
3253 |
-
|
3254 |
-
|
3255 |
-
}
|
3256 |
|
3257 |
-
.
|
3258 |
-
|
3259 |
-
|
3260 |
-
transform: translateX(-100%);
|
3261 |
-
}
|
3262 |
|
3263 |
-
.eael-
|
3264 |
-
|
3265 |
-
|
3266 |
-
transform: translateX(0%);
|
3267 |
-
}
|
3268 |
|
3269 |
-
.
|
3270 |
-
|
3271 |
-
|
3272 |
-
transform: translateX(100%);
|
3273 |
-
}
|
3274 |
|
3275 |
-
.
|
3276 |
-
|
3277 |
-
|
3278 |
-
|
3279 |
-
}
|
3280 |
|
3281 |
-
.
|
3282 |
-
|
3283 |
-
|
3284 |
-
transform: translateY(-100%);
|
3285 |
-
}
|
3286 |
|
3287 |
-
.eael-
|
3288 |
-
|
3289 |
-
|
3290 |
-
transform: translateY(0%);
|
3291 |
-
}
|
3292 |
|
3293 |
-
.
|
3294 |
-
|
3295 |
-
|
3296 |
-
transform: translateY(100%);
|
3297 |
-
}
|
3298 |
|
3299 |
-
.
|
3300 |
-
|
3301 |
-
|
3302 |
-
transform: translateY(0%);
|
3303 |
-
}
|
3304 |
|
3305 |
-
.eael-
|
3306 |
-
|
3307 |
-
|
3308 |
-
|
3309 |
-
text-align: center;
|
3310 |
-
line-height: 50px;
|
3311 |
-
border-radius: 50%;
|
3312 |
-
margin: 0 5px;
|
3313 |
-
font-size: 20px;
|
3314 |
-
cursor: pointer;
|
3315 |
-
-webkit-transition: .3s;
|
3316 |
-
transition: .3s;
|
3317 |
-
}
|
3318 |
|
3319 |
-
.eael-
|
3320 |
-
|
3321 |
-
|
3322 |
-
transition: .6s;
|
3323 |
-
opacity: 0;
|
3324 |
-
}
|
3325 |
|
3326 |
-
.eael-
|
3327 |
-
|
3328 |
-
|
3329 |
}
|
3330 |
-
|
3331 |
-
.
|
3332 |
-
|
3333 |
-
|
|
|
3334 |
}
|
3335 |
|
3336 |
-
.
|
3337 |
-
|
3338 |
-
-webkit-transform: translateY(0%);
|
3339 |
-
transform: translateY(0%);
|
3340 |
-
opacity: 1;
|
3341 |
}
|
3342 |
|
3343 |
-
.
|
3344 |
-
|
|
|
|
|
|
|
|
|
|
|
3345 |
}
|
3346 |
|
3347 |
-
|
3348 |
-
|
3349 |
-
|
3350 |
}
|
3351 |
|
3352 |
-
.
|
3353 |
position: relative;
|
3354 |
-
|
3355 |
-
background-position: center;
|
3356 |
-
background-size: cover;
|
3357 |
-
height: 220px;
|
3358 |
-
z-index: 0;
|
3359 |
-
overflow: hidden;
|
3360 |
}
|
3361 |
|
3362 |
-
.
|
3363 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3364 |
}
|
3365 |
|
3366 |
-
.
|
3367 |
-
|
3368 |
-
|
3369 |
-
line-height: 1;
|
3370 |
-
margin-bottom: 0px;
|
3371 |
-
-webkit-transition: .3s;
|
3372 |
-
transition: .3s;
|
3373 |
}
|
3374 |
|
3375 |
-
.
|
|
|
|
|
|
|
|
|
3376 |
font-size: 14px;
|
3377 |
-
|
3378 |
-
|
3379 |
-
|
3380 |
-
.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
3381 |
-
text-align: center;
|
3382 |
}
|
3383 |
|
3384 |
-
.
|
3385 |
-
|
3386 |
}
|
3387 |
|
3388 |
-
.
|
3389 |
-
|
3390 |
}
|
3391 |
|
3392 |
-
.
|
3393 |
-
|
3394 |
}
|
3395 |
|
3396 |
-
|
3397 |
-
|
3398 |
-
|
3399 |
}
|
3400 |
|
3401 |
-
.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3402 |
text-align: center;
|
|
|
3403 |
}
|
3404 |
|
3405 |
-
.
|
3406 |
-
|
3407 |
-
|
3408 |
-
|
3409 |
-
|
3410 |
-
|
3411 |
-
|
3412 |
}
|
3413 |
|
3414 |
-
.
|
3415 |
-
|
3416 |
-
|
3417 |
}
|
3418 |
|
3419 |
-
.
|
3420 |
width: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
|
3421 |
}
|
3422 |
|
3423 |
-
.
|
|
|
|
|
3424 |
font-size: 13px;
|
3425 |
-
line-height: 1.8;
|
3426 |
-
text-transform: uppercase;
|
3427 |
-
letter-spacing: 1px;
|
3428 |
-
padding: 6px 15px;
|
3429 |
-
cursor: pointer;
|
3430 |
-
margin: 0 5px;
|
3431 |
-
font-weight: normal;
|
3432 |
}
|
3433 |
|
3434 |
-
.
|
3435 |
-
|
|
|
|
|
3436 |
}
|
3437 |
|
3438 |
-
.
|
3439 |
-
|
|
|
|
|
3440 |
}
|
3441 |
|
3442 |
-
.
|
3443 |
-
|
|
|
|
|
3444 |
}
|
3445 |
|
3446 |
-
.
|
3447 |
-
|
3448 |
-
|
3449 |
-
|
3450 |
-
|
|
|
|
|
|
|
3451 |
}
|
3452 |
|
3453 |
-
.
|
3454 |
-
|
3455 |
-
|
3456 |
-
text-align: left;
|
3457 |
}
|
3458 |
|
3459 |
-
.
|
3460 |
-
|
3461 |
-
|
3462 |
}
|
3463 |
|
3464 |
-
.
|
|
|
3465 |
position: absolute;
|
3466 |
left: 0;
|
3467 |
top: 0;
|
3468 |
height: 100%;
|
3469 |
width: 100%;
|
3470 |
-
|
3471 |
-
|
|
|
|
|
|
|
|
|
|
|
3472 |
}
|
3473 |
|
3474 |
-
.
|
3475 |
-
|
3476 |
-
|
3477 |
-
-o-object-fit: cover;
|
3478 |
-
object-fit: cover;
|
3479 |
}
|
3480 |
|
3481 |
-
|
3482 |
-
|
3483 |
-
.fg-item-content {
|
3484 |
-
color: #ffffff;
|
3485 |
-
font-family: inherit;
|
3486 |
}
|
3487 |
|
3488 |
-
|
3489 |
-
|
3490 |
-
font-size: 18px;
|
3491 |
-
margin: 15px 0 15px;
|
3492 |
-
line-height: 1;
|
3493 |
}
|
3494 |
|
3495 |
-
.
|
3496 |
-
|
3497 |
}
|
3498 |
|
3499 |
-
.gallery-item-
|
3500 |
-
|
3501 |
-
|
3502 |
}
|
3503 |
|
3504 |
-
.
|
3505 |
-
|
3506 |
-
|
3507 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3508 |
}
|
3509 |
|
3510 |
-
.
|
|
|
|
|
|
|
|
|
3511 |
display: inline-block;
|
3512 |
-
font-size: 16px;
|
3513 |
-
color: #000;
|
3514 |
-
margin-right: 15px;
|
3515 |
-
}
|
3516 |
-
|
3517 |
-
.gallery-item-buttons > a:visited {
|
3518 |
-
color: #000;
|
3519 |
}
|
3520 |
|
3521 |
-
.
|
3522 |
-
|
3523 |
-
box-sizing: border-box;
|
3524 |
-
font-family: inherit;
|
3525 |
}
|
3526 |
|
3527 |
-
|
3528 |
-
.gallery-item-caption-wrap .gallery-item-hoverer-bg {
|
3529 |
position: absolute;
|
3530 |
left: 0;
|
3531 |
top: 0;
|
3532 |
-
|
3533 |
width: 100%;
|
3534 |
-
|
3535 |
-
|
3536 |
-
z-index:
|
3537 |
-
opacity: .7;
|
3538 |
}
|
3539 |
|
3540 |
-
.
|
|
|
|
|
3541 |
visibility: hidden;
|
3542 |
opacity: 0;
|
3543 |
-
-webkit-transition:
|
3544 |
-
transition:
|
3545 |
-
display: -webkit-box;
|
3546 |
-
display: flex;
|
3547 |
-
-webkit-box-align: center;
|
3548 |
-
align-items: center;
|
3549 |
}
|
3550 |
|
3551 |
-
.eael-gallery-grid-item:hover .
|
3552 |
-
opacity: 1;
|
3553 |
visibility: visible;
|
|
|
3554 |
}
|
3555 |
|
3556 |
-
.
|
3557 |
-
|
3558 |
-
|
3559 |
-
line-height: 1;
|
3560 |
}
|
3561 |
|
3562 |
-
.
|
3563 |
-
|
3564 |
-
transform: translateY(20px);
|
3565 |
-
-webkit-transition: 0.6s all ease;
|
3566 |
-
transition: 0.6s all ease;
|
3567 |
}
|
3568 |
|
3569 |
-
.
|
3570 |
-
|
3571 |
}
|
3572 |
|
3573 |
-
.
|
3574 |
-
|
3575 |
-
|
3576 |
-
-webkit-transition: 0.6s all ease;
|
3577 |
-
transition: 0.6s all ease;
|
3578 |
}
|
3579 |
|
3580 |
-
|
3581 |
-
|
3582 |
-
|
3583 |
-
|
3584 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3585 |
}
|
3586 |
-
|
3587 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3588 |
display: -webkit-box;
|
3589 |
display: flex;
|
3590 |
-webkit-box-align: center;
|
3591 |
align-items: center;
|
3592 |
-webkit-box-pack: center;
|
3593 |
justify-content: center;
|
3594 |
-
border-radius: 50%;
|
3595 |
-
outline: none;
|
3596 |
-
text-decoration: none;
|
3597 |
-
display: inline-block;
|
3598 |
-
text-align: center;
|
3599 |
-
}
|
3600 |
-
|
3601 |
-
.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
|
3602 |
-
-webkit-transform: scale(0.8);
|
3603 |
-
transform: scale(0.8);
|
3604 |
-
-webkit-transition: 0.6s all ease;
|
3605 |
-
transition: 0.6s all ease;
|
3606 |
-
}
|
3607 |
-
|
3608 |
-
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,
|
3609 |
-
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,
|
3610 |
-
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
|
3611 |
-
-webkit-transform: translate(0);
|
3612 |
-
transform: translate(0);
|
3613 |
-
}
|
3614 |
-
|
3615 |
-
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
|
3616 |
-
-webkit-transform: scale(1);
|
3617 |
-
transform: scale(1);
|
3618 |
-
visibility: visible;
|
3619 |
-
opacity: 1;
|
3620 |
}
|
3621 |
-
|
3622 |
-
.
|
3623 |
-
|
3624 |
-
|
|
|
3625 |
}
|
3626 |
-
|
3627 |
-
|
3628 |
-
|
3629 |
position: relative;
|
|
|
3630 |
}
|
3631 |
-
|
3632 |
-
.video-popup,
|
3633 |
-
.video-popup-bg {
|
3634 |
position: absolute;
|
3635 |
-
left:
|
3636 |
-
|
3637 |
-
|
3638 |
-
width: 100%;
|
3639 |
}
|
3640 |
-
|
3641 |
-
|
3642 |
-
|
3643 |
-
|
3644 |
-
z-index: 1;
|
3645 |
-
-webkit-transition: 300ms;
|
3646 |
-
transition: 300ms;
|
3647 |
}
|
3648 |
-
|
3649 |
-
|
3650 |
-
display: -webkit-box;
|
3651 |
-
display: flex;
|
3652 |
-
-webkit-box-align: center;
|
3653 |
-
align-items: center;
|
3654 |
-
-webkit-box-pack: center;
|
3655 |
-
justify-content: center;
|
3656 |
}
|
3657 |
-
|
3658 |
-
|
3659 |
-
-
|
3660 |
-
transform: scale(1.1);
|
3661 |
}
|
3662 |
-
|
3663 |
-
|
3664 |
-
|
3665 |
-
|
3666 |
-
-
|
3667 |
-
transition: 350ms;
|
3668 |
}
|
3669 |
-
|
3670 |
-
|
3671 |
-
visibility: visible;
|
3672 |
-
opacity: 1;
|
3673 |
}
|
3674 |
-
|
3675 |
-
|
3676 |
-
position: absolute;
|
3677 |
-
left: 0;
|
3678 |
-
top: 0;
|
3679 |
-
height: 100%;
|
3680 |
-
width: 100%;
|
3681 |
-
display: -webkit-box;
|
3682 |
-
display: flex;
|
3683 |
-
-webkit-box-align: center;
|
3684 |
-
align-items: center;
|
3685 |
-
-webkit-box-pack: center;
|
3686 |
-
justify-content: center;
|
3687 |
}
|
3688 |
-
|
3689 |
-
|
3690 |
-
visibility: hidden;
|
3691 |
-
opacity: 0;
|
3692 |
-
-webkit-transition: 800ms;
|
3693 |
-
transition: 800ms;
|
3694 |
}
|
3695 |
-
|
3696 |
-
|
3697 |
-
visibility: visible;
|
3698 |
-
opacity: 1;
|
3699 |
}
|
3700 |
-
|
3701 |
-
|
3702 |
-
|
3703 |
-
|
3704 |
-
-webkit-box-align: center;
|
3705 |
-
align-items: center;
|
3706 |
-
-webkit-box-pack: center;
|
3707 |
-
justify-content: center;
|
3708 |
-
height: 100%;
|
3709 |
}
|
3710 |
-
|
3711 |
-
|
3712 |
-
|
3713 |
-
/* For Desktop: */
|
3714 |
-
.elementor-element.elementor-grid-1 {
|
3715 |
-
position: relative;
|
3716 |
-
}
|
3717 |
-
|
3718 |
-
.elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap {
|
3719 |
-
width: 100%;
|
3720 |
-
float: left;
|
3721 |
-
}
|
3722 |
-
|
3723 |
-
.elementor-element.elementor-grid-2 {
|
3724 |
-
position: relative;
|
3725 |
-
}
|
3726 |
-
|
3727 |
-
.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap {
|
3728 |
-
width: 50%;
|
3729 |
-
float: left;
|
3730 |
-
}
|
3731 |
-
|
3732 |
-
.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
|
3733 |
-
margin-right: 0 !important;
|
3734 |
-
}
|
3735 |
-
|
3736 |
-
.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
|
3737 |
-
clear: left;
|
3738 |
-
}
|
3739 |
-
|
3740 |
-
.elementor-element.elementor-grid-3 {
|
3741 |
-
position: relative;
|
3742 |
-
}
|
3743 |
-
|
3744 |
-
.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap {
|
3745 |
-
width: 33.3333%;
|
3746 |
-
float: left;
|
3747 |
-
}
|
3748 |
-
|
3749 |
-
.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
|
3750 |
-
margin-right: 0 !important;
|
3751 |
-
}
|
3752 |
-
|
3753 |
-
.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
|
3754 |
-
clear: left;
|
3755 |
-
}
|
3756 |
-
|
3757 |
-
.elementor-element.elementor-grid-4 {
|
3758 |
-
position: relative;
|
3759 |
-
}
|
3760 |
-
|
3761 |
-
.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap {
|
3762 |
-
width: 25%;
|
3763 |
-
float: left;
|
3764 |
-
}
|
3765 |
-
|
3766 |
-
.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
|
3767 |
-
margin-right: 0 !important;
|
3768 |
-
}
|
3769 |
-
|
3770 |
-
.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
|
3771 |
-
clear: left;
|
3772 |
-
}
|
3773 |
-
|
3774 |
-
.elementor-element.elementor-grid-5 {
|
3775 |
-
position: relative;
|
3776 |
-
}
|
3777 |
-
|
3778 |
-
.elementor-element.elementor-grid-5 .pp-logo-grid {
|
3779 |
-
margin-right: -5px;
|
3780 |
-
}
|
3781 |
-
|
3782 |
-
.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap {
|
3783 |
-
width: 20%;
|
3784 |
-
float: left;
|
3785 |
-
}
|
3786 |
-
|
3787 |
-
.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
|
3788 |
-
margin-right: 0 !important;
|
3789 |
-
}
|
3790 |
-
|
3791 |
-
.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
|
3792 |
-
clear: left;
|
3793 |
-
}
|
3794 |
-
|
3795 |
-
.elementor-element.elementor-grid-6 {
|
3796 |
-
position: relative;
|
3797 |
-
}
|
3798 |
-
|
3799 |
-
.elementor-element.elementor-grid-6 .pp-logo-grid {
|
3800 |
-
margin-right: -6px;
|
3801 |
-
}
|
3802 |
-
|
3803 |
-
.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap {
|
3804 |
-
width: 16%;
|
3805 |
-
float: left;
|
3806 |
-
}
|
3807 |
-
|
3808 |
-
.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
|
3809 |
-
margin-right: 0 !important;
|
3810 |
-
}
|
3811 |
-
|
3812 |
-
.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
|
3813 |
-
clear: left;
|
3814 |
-
}
|
3815 |
}
|
3816 |
-
|
3817 |
-
|
3818 |
-
|
3819 |
-
|
3820 |
-
|
3821 |
-
|
3822 |
-
|
3823 |
-
|
3824 |
-
|
3825 |
-
|
3826 |
-
|
3827 |
-
|
3828 |
-
|
3829 |
-
|
3830 |
-
|
3831 |
-
.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap {
|
3832 |
-
width: 50%;
|
3833 |
-
float: left;
|
3834 |
}
|
3835 |
-
|
3836 |
-
|
3837 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3838 |
}
|
3839 |
-
|
3840 |
-
|
3841 |
-
|
3842 |
}
|
3843 |
-
|
3844 |
-
|
3845 |
-
|
|
|
3846 |
}
|
3847 |
-
|
3848 |
-
|
3849 |
-
width: 33.3333%;
|
3850 |
-
float: left;
|
3851 |
}
|
3852 |
-
|
3853 |
-
|
|
|
3854 |
margin-right: 0 !important;
|
|
|
|
|
3855 |
}
|
3856 |
-
|
3857 |
-
|
3858 |
-
|
3859 |
-
|
3860 |
-
|
3861 |
-
.elementor-element.elementor-grid-tablet-4 {
|
3862 |
-
position: relative;
|
3863 |
-
}
|
3864 |
-
|
3865 |
-
.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap {
|
3866 |
-
width: 25%;
|
3867 |
-
float: left;
|
3868 |
}
|
3869 |
-
|
3870 |
-
|
3871 |
margin-right: 0 !important;
|
|
|
3872 |
}
|
3873 |
-
|
3874 |
-
|
3875 |
-
|
3876 |
-
}
|
3877 |
-
|
3878 |
-
.elementor-element.elementor-grid-tablet-5 {
|
3879 |
-
position: relative;
|
3880 |
-
}
|
3881 |
-
|
3882 |
-
.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap {
|
3883 |
-
width: 20%;
|
3884 |
-
float: left;
|
3885 |
}
|
3886 |
-
|
3887 |
-
|
3888 |
-
|
|
|
|
|
3889 |
}
|
3890 |
-
|
3891 |
-
|
3892 |
-
|
|
|
|
|
3893 |
}
|
3894 |
-
|
3895 |
-
|
3896 |
-
|
|
|
|
|
3897 |
}
|
3898 |
-
|
3899 |
-
|
3900 |
-
|
|
|
|
|
3901 |
}
|
3902 |
-
|
3903 |
-
|
3904 |
-
|
3905 |
-
|
|
|
3906 |
}
|
3907 |
-
|
3908 |
-
|
|
|
3909 |
margin-right: 0 !important;
|
|
|
|
|
3910 |
}
|
3911 |
-
|
3912 |
-
.
|
3913 |
-
|
|
|
|
|
3914 |
}
|
3915 |
}
|
3916 |
-
@media
|
3917 |
-
.elementor-
|
3918 |
-
|
3919 |
-
|
3920 |
-
|
3921 |
-
|
3922 |
-
width: 100%;
|
3923 |
-
float: left;
|
3924 |
-
}
|
3925 |
-
|
3926 |
-
.elementor-element.elementor-grid-mobile-2 {
|
3927 |
-
position: relative;
|
3928 |
-
}
|
3929 |
-
|
3930 |
-
.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap {
|
3931 |
-
width: 50%;
|
3932 |
-
float: left;
|
3933 |
-
}
|
3934 |
-
|
3935 |
-
.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
|
3936 |
-
margin-right: 0 !important;
|
3937 |
-
}
|
3938 |
-
|
3939 |
-
.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
|
3940 |
-
clear: left;
|
3941 |
}
|
3942 |
-
|
3943 |
-
|
3944 |
-
|
|
|
|
|
|
|
|
|
|
|
3945 |
}
|
3946 |
-
|
3947 |
-
.
|
3948 |
-
|
3949 |
-
|
|
|
|
|
3950 |
}
|
3951 |
-
|
3952 |
-
|
3953 |
margin-right: 0 !important;
|
|
|
3954 |
}
|
3955 |
-
|
3956 |
-
.
|
3957 |
-
|
|
|
|
|
3958 |
}
|
3959 |
-
|
3960 |
-
|
3961 |
-
|
|
|
|
|
|
|
|
|
3962 |
}
|
3963 |
-
|
3964 |
-
|
3965 |
-
|
3966 |
-
|
|
|
|
|
|
|
|
|
3967 |
}
|
3968 |
-
|
3969 |
-
.
|
3970 |
-
|
|
|
|
|
3971 |
}
|
3972 |
-
|
3973 |
-
|
3974 |
-
|
|
|
3975 |
}
|
3976 |
-
|
3977 |
-
.
|
3978 |
-
|
|
|
|
|
3979 |
}
|
3980 |
-
|
3981 |
-
|
3982 |
-
|
3983 |
-
|
|
|
|
|
|
|
3984 |
}
|
3985 |
-
|
3986 |
-
|
3987 |
-
|
|
|
|
|
|
|
|
|
|
|
3988 |
}
|
3989 |
-
|
3990 |
-
.
|
3991 |
-
|
|
|
|
|
|
|
3992 |
}
|
3993 |
-
|
3994 |
-
|
3995 |
-
|
|
|
|
|
3996 |
}
|
3997 |
-
|
3998 |
-
|
3999 |
-
|
4000 |
}
|
4001 |
-
|
4002 |
-
|
4003 |
-
|
4004 |
-
|
|
|
4005 |
}
|
4006 |
-
|
4007 |
-
|
|
|
|
|
|
|
|
|
|
|
4008 |
margin-right: 0 !important;
|
|
|
|
|
4009 |
}
|
4010 |
-
|
4011 |
-
.
|
4012 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4013 |
}
|
4014 |
}
|
4015 |
-
|
4016 |
-
.
|
4017 |
-
|
4018 |
-
|
4019 |
-
list-
|
4020 |
-
|
4021 |
-
|
4022 |
-
.
|
4023 |
-
|
4024 |
-
|
4025 |
-
|
4026 |
-
|
4027 |
-
|
4028 |
-
line-height: 1;
|
4029 |
-
font-weight: 500;
|
4030 |
-
margin: 0;
|
4031 |
-
-webkit-transition: 300ms;
|
4032 |
-
transition: 300ms;
|
4033 |
-
}
|
4034 |
-
|
4035 |
-
.fg-layout-3-item-content .fg-item-content p {
|
4036 |
-
font-size: 13px;
|
4037 |
-
font-weight: 400;
|
4038 |
-
}
|
4039 |
-
|
4040 |
-
.fg-filter-wrap {
|
4041 |
-
position: relative;
|
4042 |
-
flex-basis: 30%;
|
4043 |
-
}
|
4044 |
-
|
4045 |
-
.fg-layout-3-filter-controls {
|
4046 |
-
position: absolute;
|
4047 |
-
left: 0;
|
4048 |
-
background: #fff;
|
4049 |
-
z-index: 999;
|
4050 |
-
width: 150px;
|
4051 |
-
visibility: hidden;
|
4052 |
-
opacity: 0;
|
4053 |
-
-webkit-transition: 300ms;
|
4054 |
-
transition: 300ms;
|
4055 |
-
width: 100%;
|
4056 |
-
border-radius: 5px;
|
4057 |
-
padding-top: 7px;
|
4058 |
-
}
|
4059 |
-
|
4060 |
-
.fg-layout-3-filter-controls.open-filters {
|
4061 |
-
visibility: visible;
|
4062 |
-
opacity: 1;
|
4063 |
-
}
|
4064 |
-
|
4065 |
-
.fg-layout-3-filter-controls li.control {
|
4066 |
-
padding: 5px 5px 5px 10px;
|
4067 |
-
cursor: pointer;
|
4068 |
-
-webkit-transition: 300ms;
|
4069 |
-
transition: 300ms;
|
4070 |
-
font-size: 14px;
|
4071 |
-
color: #7f8995;
|
4072 |
-
font-weight: normal;
|
4073 |
-
}
|
4074 |
-
|
4075 |
-
.fg-layout-3-filter-controls li.control:hover {
|
4076 |
-
color: #2d425a;
|
4077 |
-
}
|
4078 |
-
|
4079 |
-
.fg-layout-3-filter-controls li.control:first-child {
|
4080 |
-
border-top: 0px solid;
|
4081 |
-
}
|
4082 |
-
|
4083 |
-
.fg-layout-3-filter-controls li.control:last-child {
|
4084 |
-
border-bottom: 0px solid;
|
4085 |
-
}
|
4086 |
-
|
4087 |
-
.fg-layout-3-filters-wrap {
|
4088 |
-
max-width: 600px;
|
4089 |
-
margin: 15px auto 50px;
|
4090 |
-
}
|
4091 |
-
|
4092 |
-
.fg-filter-wrap button {
|
4093 |
-
width: 100%;
|
4094 |
-
border: 0px solid;
|
4095 |
-
border-radius: 0px;
|
4096 |
-
padding: 17px 13px;
|
4097 |
-
font-size: 14px;
|
4098 |
-
color: #2d425a;
|
4099 |
-
background: #f7f8ff;
|
4100 |
-
height: 55px;
|
4101 |
-
border-right: 1px solid #abb5ff;
|
4102 |
-
border-radius: 10px 0px 0 10px;
|
4103 |
-
outline: none;
|
4104 |
-
text-align: center;
|
4105 |
-
position: relative;
|
4106 |
-
}
|
4107 |
-
|
4108 |
-
.fg-filter-wrap button > i {
|
4109 |
-
font-size: 18px;
|
4110 |
-
position: absolute;
|
4111 |
-
top: 50%;
|
4112 |
-
-webkit-transform: translateY(-50%);
|
4113 |
-
transform: translateY(-50%);
|
4114 |
-
margin-left: 10px;
|
4115 |
-
}
|
4116 |
-
|
4117 |
-
.fg-layout-3-search-box {
|
4118 |
-
flex-basis: 70%;
|
4119 |
-
height: 100%;
|
4120 |
}
|
4121 |
-
|
4122 |
-
.
|
4123 |
-
|
4124 |
-
|
4125 |
-
|
4126 |
-
|
4127 |
-
|
4128 |
-
|
4129 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4130 |
}
|
4131 |
-
|
4132 |
-
.
|
4133 |
-
|
4134 |
-
|
4135 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4136 |
}
|
4137 |
-
|
4138 |
-
.
|
4139 |
-
|
4140 |
-
|
4141 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4142 |
}
|
4143 |
-
|
4144 |
-
.
|
4145 |
-
|
4146 |
-
|
4147 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4148 |
}
|
4149 |
-
|
4150 |
-
.
|
4151 |
-
|
4152 |
-
|
4153 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4154 |
}
|
4155 |
|
4156 |
-
.
|
4157 |
-
height: 55px;
|
4158 |
-
border-radius: 5px;
|
4159 |
display: -webkit-box;
|
4160 |
display: flex;
|
4161 |
-
flex-wrap: wrap;
|
4162 |
-webkit-box-align: center;
|
4163 |
align-items: center;
|
4164 |
}
|
|
|
|
|
|
|
4165 |
|
4166 |
-
.
|
4167 |
-
|
4168 |
-
|
4169 |
}
|
4170 |
|
4171 |
-
.
|
4172 |
-
|
4173 |
-
overflow: hidden;
|
4174 |
}
|
4175 |
|
4176 |
-
.
|
4177 |
-
|
4178 |
-
|
4179 |
-
|
4180 |
-
top: 0;
|
4181 |
-
height: 100%;
|
4182 |
-
width: 100%;
|
4183 |
display: -webkit-box;
|
4184 |
display: flex;
|
4185 |
-webkit-box-align: center;
|
4186 |
align-items: center;
|
4187 |
-webkit-box-pack: center;
|
4188 |
justify-content: center;
|
4189 |
-
z-index: 4;
|
4190 |
-
}
|
4191 |
-
|
4192 |
-
.fg-layout-3-item-content {
|
4193 |
-
padding: 27px 27px 30px;
|
4194 |
-
text-align: center;
|
4195 |
-
}
|
4196 |
-
|
4197 |
-
.eael-fg-card-content-align-left .fg-layout-3-item-content {
|
4198 |
-
text-align: left;
|
4199 |
-
}
|
4200 |
-
|
4201 |
-
.eael-fg-card-content-align-center .fg-layout-3-item-content {
|
4202 |
-
text-align: center;
|
4203 |
-
}
|
4204 |
-
|
4205 |
-
.eael-fg-card-content-align-right .fg-layout-3-item-content {
|
4206 |
-
text-align: right;
|
4207 |
}
|
4208 |
|
4209 |
-
.eael-
|
4210 |
-
|
4211 |
-
|
|
|
4212 |
}
|
4213 |
|
4214 |
-
.
|
4215 |
-
|
4216 |
-
|
4217 |
-
|
4218 |
-
width: 100%;
|
4219 |
-
display: -webkit-box;
|
4220 |
-
display: flex;
|
4221 |
-
-webkit-box-pack: justify;
|
4222 |
-
justify-content: space-between;
|
4223 |
-
padding: 35px 35px;
|
4224 |
-
z-index: 3;
|
4225 |
-
color: #fff;
|
4226 |
-
font-size: 18px;
|
4227 |
-
font-weight: 700;
|
4228 |
}
|
4229 |
|
4230 |
-
.
|
4231 |
-
|
4232 |
-
color: #fff;
|
4233 |
-
background: #fa9196;
|
4234 |
-
padding: 10px 12px;
|
4235 |
-
display: inline-block;
|
4236 |
}
|
4237 |
|
4238 |
-
.
|
4239 |
-
|
4240 |
}
|
4241 |
|
4242 |
-
.
|
4243 |
-
position: absolute;
|
4244 |
-
left: 0;
|
4245 |
-
top: 0;
|
4246 |
text-align: center;
|
4247 |
-
width: 100%;
|
4248 |
-
height: 30px;
|
4249 |
-
margin-top: -15px;
|
4250 |
-
z-index: 11;
|
4251 |
-
}
|
4252 |
-
|
4253 |
-
.fg-item-category span {
|
4254 |
-
border-radius: 5px;
|
4255 |
-
line-height: 1;
|
4256 |
-
visibility: hidden;
|
4257 |
-
opacity: 0;
|
4258 |
-
-webkit-transition: 300ms;
|
4259 |
-
transition: 300ms;
|
4260 |
-
}
|
4261 |
-
|
4262 |
-
.fg-layout-3-item.eael-gallery-grid-item:hover .fg-item-category span {
|
4263 |
-
visibility: visible;
|
4264 |
-
opacity: 1;
|
4265 |
}
|
4266 |
|
4267 |
-
.
|
4268 |
-
|
4269 |
-
width: auto;
|
4270 |
}
|
4271 |
|
4272 |
-
.
|
4273 |
-
|
|
|
4274 |
}
|
4275 |
|
4276 |
-
.
|
4277 |
-
|
4278 |
}
|
4279 |
|
4280 |
-
|
4281 |
-
|
4282 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4283 |
}
|
4284 |
|
4285 |
/*---------------------------*/
|
@@ -4542,282 +4635,51 @@ button.mfp-arrow:not(.toggle) {
|
|
4542 |
}
|
4543 |
|
4544 |
.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
4545 |
-
left: 100%;
|
4546 |
-
}
|
4547 |
-
|
4548 |
-
/*--- Zoom In ---*/
|
4549 |
-
.eael-animate-zoom-in .eael-elements-flip-box-rear-container {
|
4550 |
-
opacity: 0;
|
4551 |
-
-webkit-transform: scale(0.75);
|
4552 |
-
transform: scale(0.75);
|
4553 |
-
z-index: 3;
|
4554 |
-
}
|
4555 |
-
|
4556 |
-
.eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
4557 |
-
opacity: 1;
|
4558 |
-
-webkit-transform: scale(1);
|
4559 |
-
transform: scale(1);
|
4560 |
-
}
|
4561 |
-
|
4562 |
-
/*--- Zoom Out ---*/
|
4563 |
-
.eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
4564 |
-
opacity: 0;
|
4565 |
-
-webkit-transform: scale(0.75);
|
4566 |
-
transform: scale(0.75);
|
4567 |
-
}
|
4568 |
-
|
4569 |
-
.eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
4570 |
-
opacity: 0;
|
4571 |
-
}
|
4572 |
-
|
4573 |
-
/*--- Builder Related Style ---*/
|
4574 |
-
.eael-flipbox-content-align-right .eael-elements-flip-box-padding {
|
4575 |
-
text-align: right;
|
4576 |
-
}
|
4577 |
-
|
4578 |
-
.eael-flipbox-content-align-left .eael-elements-flip-box-padding {
|
4579 |
-
text-align: left;
|
4580 |
-
}
|
4581 |
-
|
4582 |
-
.eael-flipbox-content-align-center .eael-elements-flip-box-padding {
|
4583 |
-
text-align: center;
|
4584 |
-
}
|
4585 |
-
|
4586 |
-
.eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,
|
4587 |
-
.eael-flipbox-img-circle .flipbox-back-image-icon img {
|
4588 |
-
border-radius: 50%;
|
4589 |
-
overflow: hidden;
|
4590 |
-
}
|
4591 |
-
|
4592 |
-
.eael-fluent-form-wrapper label.ff-el-form-check-label {
|
4593 |
-
display: -webkit-box;
|
4594 |
-
display: flex;
|
4595 |
-
-webkit-box-align: center;
|
4596 |
-
align-items: center;
|
4597 |
-
}
|
4598 |
-
.eael-fluent-form-wrapper label.ff-el-form-check-label input {
|
4599 |
-
margin-right: 5px;
|
4600 |
-
}
|
4601 |
-
|
4602 |
-
.eael-fluentform-form-button-full-width .ff-btn-submit {
|
4603 |
-
width: 100%;
|
4604 |
-
display: block;
|
4605 |
-
}
|
4606 |
-
|
4607 |
-
.eael-contact-form.eael-fluent-form-wrapper.error-message-hide .ff-el-is-error .text-danger {
|
4608 |
-
display: none;
|
4609 |
-
}
|
4610 |
-
|
4611 |
-
.eael-fluentform-form-button-center .ff-el-group.ff-text-left .ff-btn-submit,
|
4612 |
-
.eael-fluentform-form-button-center .ff-el-group.ff-text-right .ff-btn-submit,
|
4613 |
-
.eael-fluentform-form-button-center .ff-el-group .ff-btn-submit {
|
4614 |
-
margin: 0 auto;
|
4615 |
-
display: -webkit-box;
|
4616 |
-
display: flex;
|
4617 |
-
-webkit-box-align: center;
|
4618 |
-
align-items: center;
|
4619 |
-
-webkit-box-pack: center;
|
4620 |
-
justify-content: center;
|
4621 |
-
}
|
4622 |
-
|
4623 |
-
.eael-fluentform-form-button-right .ff-el-group.ff-text-left .ff-btn-submit,
|
4624 |
-
.eael-fluentform-form-button-right .ff-el-group.ff-text-right .ff-btn-submit,
|
4625 |
-
.eael-fluentform-form-button-right .ff-el-group .ff-btn-submit {
|
4626 |
-
float: right;
|
4627 |
-
}
|
4628 |
-
|
4629 |
-
.eael-fluentform-form-button-left .ff-el-group.ff-text-left .ff-btn-submit,
|
4630 |
-
.eael-fluentform-form-button-left .ff-el-group.ff-text-right .ff-btn-submit,
|
4631 |
-
.eael-fluentform-form-button-left .ff-el-group .ff-btn-submit {
|
4632 |
-
float: left;
|
4633 |
-
}
|
4634 |
-
|
4635 |
-
.eael-contact-form.eael-fluent-form-wrapper.fluent-form-labels-hide label {
|
4636 |
-
display: none !important;
|
4637 |
-
}
|
4638 |
-
|
4639 |
-
.eael-fluentform-section-break-content-left .ff-el-group.ff-el-section-break {
|
4640 |
-
text-align: left;
|
4641 |
-
}
|
4642 |
-
|
4643 |
-
.eael-fluentform-section-break-content-center .ff-el-group.ff-el-section-break {
|
4644 |
-
text-align: center;
|
4645 |
-
}
|
4646 |
-
|
4647 |
-
.eael-fluentform-section-break-content-right .ff-el-group.ff-el-section-break {
|
4648 |
-
text-align: right;
|
4649 |
-
}
|
4650 |
-
|
4651 |
-
.ff-step-header .ff-el-progress-status,
|
4652 |
-
.ff-el-progress {
|
4653 |
-
display: none;
|
4654 |
-
}
|
4655 |
-
|
4656 |
-
.eael-ff-step-header-yes .ff-step-header .ff-el-progress-status {
|
4657 |
-
display: block;
|
4658 |
-
}
|
4659 |
-
|
4660 |
-
.eael-ff-step-progressbar-yes .ff-el-progress {
|
4661 |
-
display: block;
|
4662 |
-
}
|
4663 |
-
|
4664 |
-
.ff-el-progress-bar {
|
4665 |
-
display: -webkit-box;
|
4666 |
-
display: flex;
|
4667 |
-
-webkit-box-align: center;
|
4668 |
-
align-items: center;
|
4669 |
-
-webkit-box-pack: end;
|
4670 |
-
justify-content: flex-end;
|
4671 |
-
height: 100%;
|
4672 |
-
}
|
4673 |
-
|
4674 |
-
/*--------------------------*/
|
4675 |
-
/* 01. General Styles
|
4676 |
-
/*--------------------------*/
|
4677 |
-
.clearfix::before,
|
4678 |
-
.clearfix::after {
|
4679 |
-
content: " ";
|
4680 |
-
display: table;
|
4681 |
-
clear: both;
|
4682 |
-
}
|
4683 |
-
|
4684 |
-
/*---------------------------------------*/
|
4685 |
-
/* 02. Common styles for slider elements
|
4686 |
-
/*---------------------------------------*/
|
4687 |
-
.eael-testimonial-slider.nav-top-left,
|
4688 |
-
.eael-testimonial-slider.nav-top-right,
|
4689 |
-
.eael-team-slider.nav-top-left,
|
4690 |
-
.eael-team-slider.nav-top-right,
|
4691 |
-
.eael-logo-carousel.nav-top-left,
|
4692 |
-
.eael-logo-carousel.nav-top-right,
|
4693 |
-
.eael-post-carousel.nav-top-left,
|
4694 |
-
.eael-post-carousel.nav-top-right,
|
4695 |
-
.eael-product-carousel.nav-top-left,
|
4696 |
-
.eael-product-carousel.nav-top-right {
|
4697 |
-
padding-top: 40px;
|
4698 |
-
}
|
4699 |
-
|
4700 |
-
/*--------------------------------*/
|
4701 |
-
/* 10. Contact forms common
|
4702 |
-
/*--------------------------------*/
|
4703 |
-
.eael-contact-form input[type=text],
|
4704 |
-
.eael-contact-form input[type=email],
|
4705 |
-
.eael-contact-form input[type=url],
|
4706 |
-
.eael-contact-form input[type=tel],
|
4707 |
-
.eael-contact-form input[type=date],
|
4708 |
-
.eael-contact-form input[type=number],
|
4709 |
-
.eael-contact-form textarea {
|
4710 |
-
background: #fff;
|
4711 |
-
box-shadow: none;
|
4712 |
-
-webkit-box-shadow: none;
|
4713 |
-
float: none;
|
4714 |
-
height: auto;
|
4715 |
-
margin: 0;
|
4716 |
-
outline: 0;
|
4717 |
-
width: 100%;
|
4718 |
-
}
|
4719 |
-
|
4720 |
-
.eael-contact-form input[type=submit] {
|
4721 |
-
border: 0;
|
4722 |
-
float: none;
|
4723 |
-
height: auto;
|
4724 |
-
margin: 0;
|
4725 |
-
padding: 10px 20px;
|
4726 |
-
width: auto;
|
4727 |
-
-webkit-transition: all 0.25s linear 0s;
|
4728 |
-
transition: all 0.25s linear 0s;
|
4729 |
-
}
|
4730 |
-
|
4731 |
-
.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
|
4732 |
-
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
|
4733 |
-
opacity: 0;
|
4734 |
-
visibility: hidden;
|
4735 |
-
}
|
4736 |
-
|
4737 |
-
.eael-contact-form.placeholder-hide input::-moz-placeholder,
|
4738 |
-
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
|
4739 |
-
opacity: 0;
|
4740 |
-
visibility: hidden;
|
4741 |
-
}
|
4742 |
-
|
4743 |
-
.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
|
4744 |
-
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
|
4745 |
-
opacity: 0;
|
4746 |
-
visibility: hidden;
|
4747 |
-
}
|
4748 |
-
|
4749 |
-
.eael-contact-form.placeholder-hide input:-moz-placeholder,
|
4750 |
-
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
|
4751 |
-
opacity: 0;
|
4752 |
-
visibility: hidden;
|
4753 |
-
}
|
4754 |
-
|
4755 |
-
.eael-custom-radio-checkbox input[type=checkbox],
|
4756 |
-
.eael-custom-radio-checkbox input[type=radio] {
|
4757 |
-
-webkit-appearance: none;
|
4758 |
-
-moz-appearance: none;
|
4759 |
-
border-style: solid;
|
4760 |
-
border-width: 0;
|
4761 |
-
outline: none;
|
4762 |
-
min-width: 1px;
|
4763 |
-
width: 15px;
|
4764 |
-
height: 15px;
|
4765 |
-
background: #ddd;
|
4766 |
-
padding: 3px;
|
4767 |
-
}
|
4768 |
-
|
4769 |
-
.eael-custom-radio-checkbox input[type=checkbox]:before,
|
4770 |
-
.eael-custom-radio-checkbox input[type=radio]:before {
|
4771 |
-
content: "";
|
4772 |
-
width: 100%;
|
4773 |
-
height: 100%;
|
4774 |
-
padding: 0;
|
4775 |
-
margin: 0;
|
4776 |
-
display: block;
|
4777 |
}
|
4778 |
|
4779 |
-
|
4780 |
-
.eael-
|
4781 |
-
|
4782 |
-
-webkit-
|
4783 |
-
|
|
|
4784 |
}
|
4785 |
|
4786 |
-
.eael-
|
4787 |
-
|
|
|
|
|
4788 |
}
|
4789 |
|
4790 |
-
|
4791 |
-
|
|
|
|
|
|
|
4792 |
}
|
4793 |
|
4794 |
-
.eael-
|
4795 |
-
|
4796 |
-
font-weight: 500;
|
4797 |
-
-webkit-transition: all 300ms ease-in-out;
|
4798 |
-
transition: all 300ms ease-in-out;
|
4799 |
-
display: inline-block;
|
4800 |
}
|
4801 |
|
4802 |
-
|
4803 |
-
|
4804 |
-
|
4805 |
}
|
4806 |
|
4807 |
-
.eael-
|
4808 |
-
|
4809 |
-
margin: 0 auto 0 0;
|
4810 |
}
|
4811 |
|
4812 |
-
.eael-
|
4813 |
-
|
4814 |
-
float: none;
|
4815 |
-
margin: 0 auto;
|
4816 |
}
|
4817 |
|
4818 |
-
.eael-
|
4819 |
-
.
|
4820 |
-
|
|
|
4821 |
}
|
4822 |
|
4823 |
/*----------------------*/
|
@@ -4839,11 +4701,6 @@ button.mfp-arrow:not(.toggle) {
|
|
4839 |
text-align: center;
|
4840 |
}
|
4841 |
|
4842 |
-
.eael-gravity-form .gform_wrapper .gform_footer {
|
4843 |
-
margin: 0;
|
4844 |
-
padding: 0;
|
4845 |
-
}
|
4846 |
-
|
4847 |
.gform_wrapper form li,
|
4848 |
.gform_wrapper li {
|
4849 |
list-style: none;
|
@@ -4851,10 +4708,13 @@ button.mfp-arrow:not(.toggle) {
|
|
4851 |
|
4852 |
.eael-gravity-form .gform_wrapper ul.gform_fields li.gfield {
|
4853 |
padding: 0;
|
|
|
4854 |
}
|
4855 |
|
4856 |
.eael-gravity-form .gform_wrapper textarea {
|
4857 |
padding: 0;
|
|
|
|
|
4858 |
}
|
4859 |
|
4860 |
.eael-gravity-form .gform_wrapper .gform_footer input.button,
|
@@ -5657,17 +5517,17 @@ button.mfp-close:hover {
|
|
5657 |
@media all and (max-width: 900px) {
|
5658 |
.mfp-arrow {
|
5659 |
-webkit-transform: scale(0.75);
|
5660 |
-
|
5661 |
}
|
5662 |
|
5663 |
.mfp-arrow-left {
|
5664 |
-webkit-transform-origin: 0;
|
5665 |
-
|
5666 |
}
|
5667 |
|
5668 |
.mfp-arrow-right {
|
5669 |
-webkit-transform-origin: 100%;
|
5670 |
-
|
5671 |
}
|
5672 |
|
5673 |
.mfp-container {
|
@@ -5750,11 +5610,11 @@ button.mfp-close:hover {
|
|
5750 |
/*-----------------------------*/
|
5751 |
/* 15. Post Grid Style
|
5752 |
/*-----------------------------*/
|
5753 |
-
.eael-post-grid {
|
5754 |
margin: 0 -10px;
|
5755 |
}
|
5756 |
|
5757 |
-
.eael-grid-post {
|
5758 |
float: left;
|
5759 |
padding: 10px;
|
5760 |
}
|
@@ -6020,71 +5880,297 @@ button.mfp-close:hover {
|
|
6020 |
opacity: 1;
|
6021 |
}
|
6022 |
|
6023 |
-
.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay > i {
|
6024 |
-
-webkit-transform: translateY(0);
|
6025 |
-
transform: translateY(0);
|
6026 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6027 |
|
6028 |
-
|
6029 |
-
|
6030 |
-
|
6031 |
-
width: 100%;
|
6032 |
-
}
|
6033 |
|
6034 |
-
.
|
6035 |
-
|
6036 |
-
|
6037 |
-
}
|
6038 |
|
6039 |
-
.eael-col-
|
6040 |
-
|
6041 |
-
|
6042 |
-
}
|
6043 |
|
6044 |
-
.eael-col-
|
6045 |
-
|
6046 |
-
|
6047 |
-
}
|
6048 |
|
6049 |
-
.eael-col-5 .eael-post-
|
6050 |
-
|
6051 |
-
|
6052 |
-
}
|
6053 |
|
6054 |
-
.eael-col-6
|
6055 |
-
|
6056 |
-
|
6057 |
-
}
|
6058 |
|
6059 |
-
|
6060 |
-
|
6061 |
-
|
6062 |
-
.eael-col-3 .eael-post-grid-column,
|
6063 |
-
.eael-col-4 .eael-post-grid-column,
|
6064 |
-
.eael-col-5 .eael-post-grid-column,
|
6065 |
-
.eael-col-6 .eael-post-grid-column {
|
6066 |
-
width: 33.3333%;
|
6067 |
}
|
6068 |
-
|
6069 |
-
|
6070 |
-
|
6071 |
-
.eael-col-2 .eael-post-grid-column,
|
6072 |
-
.eael-col-3 .eael-post-grid-column,
|
6073 |
-
.eael-col-4 .eael-post-grid-column,
|
6074 |
-
.eael-col-5 .eael-post-grid-column,
|
6075 |
-
.eael-col-6 .eael-post-grid-column {
|
6076 |
-
width: 50%;
|
6077 |
}
|
6078 |
-
|
6079 |
-
|
6080 |
-
|
6081 |
-
.eael-col-2 .eael-post-grid-column,
|
6082 |
-
.eael-col-3 .eael-post-grid-column,
|
6083 |
-
.eael-col-4 .eael-post-grid-column,
|
6084 |
-
.eael-col-5 .eael-post-grid-column,
|
6085 |
-
.eael-col-6 .eael-post-grid-column {
|
6086 |
-
float: none;
|
6087 |
-
width: 100%;
|
6088 |
}
|
6089 |
}
|
6090 |
.eael-author-avatar > a {
|
@@ -6469,7 +6555,7 @@ button.mfp-close:hover {
|
|
6469 |
}
|
6470 |
|
6471 |
.eael-pricing .eael-pricing-button {
|
6472 |
-
display:
|
6473 |
padding: 12px 25px;
|
6474 |
background: #00C853;
|
6475 |
font-size: 14px;
|
@@ -6920,6 +7006,18 @@ button.mfp-close:hover {
|
|
6920 |
text-align: right;
|
6921 |
}
|
6922 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6923 |
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag {
|
6924 |
padding-left: 45px;
|
6925 |
}
|
@@ -6960,18 +7058,18 @@ button.mfp-close:hover {
|
|
6960 |
|
6961 |
.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after {
|
6962 |
-webkit-transform: translateX(-80%);
|
6963 |
-
|
6964 |
}
|
6965 |
|
6966 |
.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after {
|
6967 |
-webkit-transform: translateX(80%);
|
6968 |
-
|
6969 |
}
|
6970 |
|
6971 |
.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,
|
6972 |
.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after {
|
6973 |
-webkit-transform: translateX(0%);
|
6974 |
-
|
6975 |
}
|
6976 |
|
6977 |
.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,
|
@@ -7840,17 +7938,6 @@ div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
|
|
7840 |
box-shadow: none !important;
|
7841 |
}
|
7842 |
|
7843 |
-
.plyr--video {
|
7844 |
-
/*height:100%;*/
|
7845 |
-
}
|
7846 |
-
|
7847 |
-
.plyr__video-embed {
|
7848 |
-
/*
|
7849 |
-
height:100%!important;
|
7850 |
-
padding-bottom:0px!important;
|
7851 |
-
*/
|
7852 |
-
}
|
7853 |
-
|
7854 |
.plyr__controls {
|
7855 |
display: none !important;
|
7856 |
}
|
@@ -7869,55 +7956,10 @@ div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
|
|
7869 |
}
|
7870 |
|
7871 |
.eael-sticky-video-player2 {
|
7872 |
-
/*height:100%;*/
|
7873 |
min-height: 20px;
|
7874 |
overflow: visible;
|
7875 |
}
|
7876 |
|
7877 |
-
/*
|
7878 |
-
.eael-sticky-video-wrapper > .eael-sticky-video-player2 > iframe,
|
7879 |
-
.eael-sticky-video-wrapper > .eael-sticky-video-player2 > video,
|
7880 |
-
.eael-sticky-video-wrapper iframe,
|
7881 |
-
.eael-sticky-video-wrapper video {
|
7882 |
-
position: relative;
|
7883 |
-
margin:0px; padding:0px;
|
7884 |
-
height:100%;
|
7885 |
-
border: 0;
|
7886 |
-
line-height: 1;
|
7887 |
-
}
|
7888 |
-
|
7889 |
-
.eael-sticky-video-wrapper > .eael-sticky-video-player > video{
|
7890 |
-
z-index:99999;
|
7891 |
-
}
|
7892 |
-
|
7893 |
-
.eael-sticky-video-player {
|
7894 |
-
position: absolute;
|
7895 |
-
top: 0;
|
7896 |
-
left: 0;
|
7897 |
-
width: 100%;
|
7898 |
-
height: 100%;
|
7899 |
-
background-size: cover;
|
7900 |
-
background-position: 50%;
|
7901 |
-
cursor: pointer;
|
7902 |
-
text-align: center;
|
7903 |
-
overflow: hidden;
|
7904 |
-
}
|
7905 |
-
|
7906 |
-
.eael-sticky-video-player1 {
|
7907 |
-
position: absolute;
|
7908 |
-
top: 0;
|
7909 |
-
left: 0;
|
7910 |
-
width: 100%;
|
7911 |
-
height: 100%;
|
7912 |
-
background-size: cover;
|
7913 |
-
background-position: 50%;
|
7914 |
-
cursor: pointer;
|
7915 |
-
text-align: center;
|
7916 |
-
background:#009900;
|
7917 |
-
z-index:1000;
|
7918 |
-
opacity:0.5;
|
7919 |
-
}
|
7920 |
-
*/
|
7921 |
.eael-sticky-video-player2.out {
|
7922 |
position: fixed;
|
7923 |
z-index: 999;
|
@@ -7941,18 +7983,12 @@ div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
|
|
7941 |
line-height: 1;
|
7942 |
}
|
7943 |
|
7944 |
-
/*
|
7945 |
-
.eael-sticky-video-player img {
|
7946 |
-
display: block;
|
7947 |
-
width: 100%;
|
7948 |
-
}
|
7949 |
-
*/
|
7950 |
.owp-play {
|
7951 |
position: absolute;
|
7952 |
top: 50%;
|
7953 |
left: 50%;
|
7954 |
-webkit-transform: translateX(-50%) translateY(-50%);
|
7955 |
-
|
7956 |
}
|
7957 |
|
7958 |
.owp-play i {
|
@@ -7968,25 +8004,6 @@ div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
|
|
7968 |
opacity: 1;
|
7969 |
}
|
7970 |
|
7971 |
-
/*
|
7972 |
-
.eaelsv-sticky-player {
|
7973 |
-
height: 200px;
|
7974 |
-
width: 300px;
|
7975 |
-
position: fixed;
|
7976 |
-
bottom: 50px;
|
7977 |
-
right: 50px;
|
7978 |
-
border: 0px solid #009900;
|
7979 |
-
background-size: cover;
|
7980 |
-
z-index: 1000;
|
7981 |
-
background: transparent;
|
7982 |
-
display:none!important;
|
7983 |
-
}
|
7984 |
-
.eaelsv-sticky-player.eaelsv-display-player{
|
7985 |
-
display:block!important;
|
7986 |
-
-webkit-animation: fadeIn 1s;
|
7987 |
-
animation: fadeIn 1s;
|
7988 |
-
}
|
7989 |
-
*/
|
7990 |
/* === Close Icon === */
|
7991 |
.eaelsv-sticky-player-close {
|
7992 |
position: absolute;
|
@@ -8021,6 +8038,17 @@ div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
|
|
8021 |
transform: rotate(-45deg);
|
8022 |
}
|
8023 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8024 |
html {
|
8025 |
scroll-behavior: smooth;
|
8026 |
}
|
@@ -8028,6 +8056,7 @@ html {
|
|
8028 |
.eael-toc {
|
8029 |
z-index: 9999;
|
8030 |
width: 300px;
|
|
|
8031 |
}
|
8032 |
.eael-toc .eael-toc-button {
|
8033 |
display: none;
|
@@ -8042,6 +8071,7 @@ html {
|
|
8042 |
position: fixed;
|
8043 |
top: 100px;
|
8044 |
background: none;
|
|
|
8045 |
}
|
8046 |
.eael-toc.collapsed {
|
8047 |
width: unset !important;
|
@@ -8088,9 +8118,6 @@ html {
|
|
8088 |
.eael-toc.eael-toc-right {
|
8089 |
right: 0;
|
8090 |
}
|
8091 |
-
.eael-toc.eael-toc-right.collapsed {
|
8092 |
-
width: inherit !important;
|
8093 |
-
}
|
8094 |
.eael-toc.eael-toc-right .eael-toc-close {
|
8095 |
left: -11px;
|
8096 |
}
|
@@ -8149,7 +8176,7 @@ html {
|
|
8149 |
background: #fff6f3;
|
8150 |
min-width: 20vh;
|
8151 |
max-height: 50vh;
|
8152 |
-
overflow-y:
|
8153 |
}
|
8154 |
.eael-toc .eael-toc-body::-webkit-scrollbar {
|
8155 |
width: 6px;
|
@@ -8158,9 +8185,6 @@ html {
|
|
8158 |
background: #aaa;
|
8159 |
border-radius: 10px;
|
8160 |
}
|
8161 |
-
.eael-toc .eael-toc-body:hover {
|
8162 |
-
overflow-y: auto;
|
8163 |
-
}
|
8164 |
.eael-toc .eael-toc-body ul.eael-toc-list {
|
8165 |
margin: 0;
|
8166 |
padding: 0;
|
@@ -9129,6 +9153,155 @@ span.eael-tooltip-content a {
|
|
9129 |
max-width: 100%;
|
9130 |
}
|
9131 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9132 |
/* ------------------- */
|
9133 |
/* 23. WPForms
|
9134 |
/* ------------------- */
|
|
|
|
|
|
|
1 |
.eael-adv-accordion {
|
2 |
width: auto;
|
3 |
height: auto;
|
312 |
}
|
313 |
}
|
314 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
315 |
/* ----------------------------------------- */
|
316 |
/* 22. Caldera Contact Form Styler
|
317 |
/* ----------------------------------------- */
|
424 |
color: #fff;
|
425 |
}
|
426 |
|
427 |
+
.eael-cta-overlay-yes .eael-call-to-action.bg-img:after {
|
428 |
content: "";
|
429 |
position: absolute;
|
430 |
width: 100%;
|
548 |
|
549 |
.eael-call-to-action .cta-button.effect-1:hover::after {
|
550 |
-webkit-transform: translateY(0);
|
551 |
+
transform: translateY(0);
|
552 |
}
|
553 |
|
554 |
/*--- Cta Button effect 2 ---*/
|
565 |
transition: .5s;
|
566 |
color: #fff;
|
567 |
-webkit-transform: translateX(-100%);
|
568 |
+
transform: translateX(-100%);
|
569 |
}
|
570 |
|
571 |
.eael-call-to-action .cta-button.effect-2:hover::after {
|
572 |
-webkit-transform: translateX(0);
|
573 |
+
transform: translateX(0);
|
574 |
}
|
575 |
|
576 |
/*--- Media Queries ---*/
|
629 |
}
|
630 |
}
|
631 |
|
632 |
+
.ea-advanced-data-table-wrap * {
|
633 |
+
background-color: transparent;
|
634 |
+
border: none;
|
635 |
+
box-shadow: none;
|
636 |
+
margin: 0;
|
637 |
+
padding: 0;
|
638 |
+
}
|
639 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table-wrap-inner {
|
640 |
+
width: 100%;
|
641 |
+
overflow-y: auto;
|
642 |
+
}
|
643 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table {
|
644 |
+
width: 100%;
|
645 |
+
border-collapse: collapse;
|
646 |
+
}
|
647 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table th,
|
648 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table td {
|
649 |
+
background-color: transparent !important;
|
650 |
+
}
|
651 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th {
|
652 |
+
position: relative;
|
653 |
+
cursor: pointer;
|
654 |
+
}
|
655 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th:before {
|
656 |
+
content: "";
|
657 |
+
border-left: 4px solid transparent;
|
658 |
+
border-right: 4px solid transparent;
|
659 |
+
border-bottom: 5px solid #4d4d4d;
|
660 |
+
position: absolute;
|
661 |
+
top: 50%;
|
662 |
+
right: 15px;
|
663 |
+
margin-top: -6px;
|
664 |
+
}
|
665 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th:after {
|
666 |
+
content: "";
|
667 |
+
border-left: 4px solid transparent;
|
668 |
+
border-right: 4px solid transparent;
|
669 |
+
border-top: 5px solid #4d4d4d;
|
670 |
+
position: absolute;
|
671 |
+
top: 50%;
|
672 |
+
right: 15px;
|
673 |
+
margin-top: 1px;
|
674 |
+
}
|
675 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.asc:before {
|
676 |
+
display: none;
|
677 |
+
}
|
678 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.asc:after {
|
679 |
+
margin-top: -3px;
|
680 |
+
}
|
681 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.desc:before {
|
682 |
+
margin-top: -3px;
|
683 |
+
}
|
684 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.desc:after {
|
685 |
+
display: none;
|
686 |
+
}
|
687 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-unsortable th {
|
688 |
+
pointer-events: none;
|
689 |
+
}
|
690 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-unsortable th:before, .ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-unsortable th:after {
|
691 |
+
display: none;
|
692 |
+
}
|
693 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-paginated tbody tr {
|
694 |
+
display: none;
|
695 |
+
}
|
696 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th {
|
697 |
+
position: relative;
|
698 |
+
}
|
699 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th:before {
|
700 |
+
border: none;
|
701 |
+
}
|
702 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th:after {
|
703 |
+
content: "";
|
704 |
+
display: block;
|
705 |
+
height: 100%;
|
706 |
+
position: absolute;
|
707 |
+
right: 0;
|
708 |
+
top: 0;
|
709 |
+
width: 10px;
|
710 |
+
border: none;
|
711 |
+
cursor: col-resize;
|
712 |
+
}
|
713 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th,
|
714 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable td {
|
715 |
+
padding: 0;
|
716 |
+
}
|
717 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th textarea,
|
718 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable td textarea {
|
719 |
+
width: 100%;
|
720 |
+
min-width: 100px;
|
721 |
+
height: 100%;
|
722 |
+
background-color: transparent;
|
723 |
+
border: none;
|
724 |
+
box-shadow: none;
|
725 |
+
resize: none;
|
726 |
+
margin: 0;
|
727 |
+
padding: 0;
|
728 |
+
outline: none;
|
729 |
+
vertical-align: middle;
|
730 |
+
}
|
731 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable.ea-advanced-data-table-paginated tbody tr {
|
732 |
+
display: table-row;
|
733 |
+
}
|
734 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table-search-wrap.ea-advanced-data-table-search-center {
|
735 |
+
text-align: center;
|
736 |
+
}
|
737 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table-search-wrap.ea-advanced-data-table-search-right {
|
738 |
+
text-align: right;
|
739 |
+
}
|
740 |
+
.ea-advanced-data-table-wrap .ea-advanced-data-table-pagination a {
|
741 |
+
display: inline-block;
|
742 |
+
}
|
743 |
+
|
744 |
@-webkit-keyframes "loaderSpin" {
|
745 |
0% {
|
746 |
-webkit-transform: rotate(0deg);
|
879 |
display: block;
|
880 |
}
|
881 |
|
|
|
|
|
|
|
|
|
882 |
.eael-contact-form-7.labels-hide .wpcf7-form label {
|
883 |
display: none;
|
884 |
}
|
895 |
width: 100%;
|
896 |
}
|
897 |
|
898 |
+
.wpcf7 form > div, .wpcf7 form > p {
|
899 |
+
margin-bottom: 20px;
|
900 |
+
}
|
901 |
+
|
902 |
+
.eael-contact-form-7 .wpcf7-form p {
|
903 |
+
margin-bottom: 20px;
|
904 |
+
}
|
905 |
+
|
906 |
+
.eael-contact-form-7 .wpcf7-form p span.wpcf7-form-control-wrap {
|
907 |
+
margin-bottom: 0px;
|
908 |
+
}
|
909 |
+
|
910 |
+
.eael-contact-form-7 .wpcf7-form label span.wpcf7-list-item-label {
|
911 |
+
font-family: inherit;
|
912 |
+
font-weight: normal;
|
913 |
+
}
|
914 |
+
|
915 |
+
.eael-contact-form-7 .wpcf7-form p input.wpcf7-submit {
|
916 |
+
font-family: inherit;
|
917 |
+
font-weight: normal;
|
918 |
+
}
|
919 |
+
|
920 |
.eael-ticker-wrap {
|
921 |
overflow: hidden;
|
922 |
display: -webkit-box;
|
991 |
justify-content: center;
|
992 |
}
|
993 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
994 |
/*--------------------------------*/
|
995 |
/* 08. Creative Button styles
|
996 |
/*--------------------------------*/
|
1034 |
-webkit-transition: border-color 0.3s, background-color 0.3s;
|
1035 |
transition: border-color 0.3s, background-color 0.3s;
|
1036 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1037 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1038 |
}
|
1039 |
|
1040 |
.eael-creative-button--winona::after {
|
1046 |
left: 0;
|
1047 |
opacity: 0;
|
1048 |
-webkit-transform: translate3d(0, 25%, 0);
|
1049 |
+
transform: translate3d(0, 25%, 0);
|
1050 |
display: -webkit-box;
|
1051 |
display: flex;
|
1052 |
-webkit-box-align: center;
|
1058 |
.eael-creative-button--winona::after,
|
1059 |
.eael-creative-button--winona > .creative-button-inner {
|
1060 |
padding: 1em 2em;
|
|
|
1061 |
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
|
1062 |
transition: opacity 0.3s, -webkit-transform 0.3s;
|
1063 |
transition: transform 0.3s, opacity 0.3s;
|
1064 |
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
|
1065 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1066 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1067 |
}
|
1068 |
|
1069 |
.eael-creative-button--winona:hover::after {
|
1070 |
opacity: 1;
|
1071 |
-webkit-transform: translate3d(0, 0, 0);
|
1072 |
+
transform: translate3d(0, 0, 0);
|
1073 |
}
|
1074 |
|
1075 |
.eael-creative-button--winona:hover > .creative-button-inner {
|
1076 |
opacity: 0;
|
1077 |
+
-webkit-transform: translate3d(0, 0%, 0);
|
1078 |
+
transform: translate3d(0, 0%, 0);
|
1079 |
}
|
1080 |
|
1081 |
/*--- Ujarak ---*/
|
1094 |
z-index: -1;
|
1095 |
opacity: 0;
|
1096 |
-webkit-transform: scale3d(0.7, 1, 1);
|
1097 |
+
transform: scale3d(0.7, 1, 1);
|
|
|
1098 |
-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
|
1099 |
transition: opacity 0.4s, -webkit-transform 0.4s;
|
1100 |
transition: transform 0.4s, opacity 0.4s;
|
1101 |
transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
|
1102 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1103 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1104 |
}
|
1105 |
|
1106 |
.eael-creative-button--ujarak,
|
1107 |
.eael-creative-button--ujarak::before {
|
1108 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1109 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1110 |
}
|
1111 |
|
1112 |
.eael-creative-button--ujarak:hover::before {
|
1113 |
opacity: 1;
|
1114 |
-webkit-transform: translate3d(0, 0, 0);
|
1115 |
+
transform: translate3d(0, 0, 0);
|
1116 |
}
|
1117 |
|
1118 |
/*--- Wayra ---*/
|
1121 |
-webkit-transition: border-color 0.3s, color 0.3s;
|
1122 |
transition: border-color 0.3s, color 0.3s;
|
1123 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1124 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1125 |
}
|
1126 |
|
1127 |
.eael-creative-button--wayra::before {
|
1133 |
height: 100%;
|
1134 |
z-index: -1;
|
1135 |
-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
|
1136 |
+
transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
|
1137 |
-webkit-transform-origin: 0% 100%;
|
1138 |
+
transform-origin: 0% 100%;
|
|
|
1139 |
-webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
|
1140 |
transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
|
1141 |
transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
|
1145 |
.eael-creative-button--wayra:hover::before {
|
1146 |
opacity: 1;
|
1147 |
-webkit-transform: rotate3d(0, 0, 1, 0deg);
|
1148 |
+
transform: rotate3d(0, 0, 1, 0deg);
|
1149 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1150 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1151 |
}
|
1152 |
|
1153 |
/* Tamaya */
|
1191 |
transition: transform 0.3s;
|
1192 |
transition: transform 0.3s, -webkit-transform 0.3s;
|
1193 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1194 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1195 |
}
|
1196 |
|
1197 |
.eael-creative-button--tamaya.button--inverted::before,
|
1213 |
.eael-creative-button--tamaya span {
|
1214 |
display: block;
|
1215 |
-webkit-transform: scale3d(0.2, 0.2, 1);
|
1216 |
+
transform: scale3d(0.2, 0.2, 1);
|
1217 |
opacity: 0;
|
|
|
1218 |
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
|
1219 |
transition: opacity 0.3s, -webkit-transform 0.3s;
|
1220 |
transition: transform 0.3s, opacity 0.3s;
|
1221 |
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
|
1222 |
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1223 |
+
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
|
1224 |
}
|
1225 |
|
1226 |
.eael-creative-button--tamaya:hover::before {
|
1227 |
-webkit-transform: translate3d(0, -100%, 0);
|
1228 |
+
transform: translate3d(0, -100%, 0);
|
1229 |
}
|
1230 |
|
1231 |
.eael-creative-button--tamaya:hover::after {
|
1232 |
-webkit-transform: translate3d(0, 100%, 0);
|
1233 |
+
transform: translate3d(0, 100%, 0);
|
1234 |
}
|
1235 |
|
1236 |
.eael-creative-button--tamaya:hover span {
|
1237 |
opacity: 1;
|
1238 |
-webkit-transform: scale3d(1, 1, 1);
|
1239 |
+
transform: scale3d(1, 1, 1);
|
1240 |
content: 'Bangladesh';
|
1241 |
}
|
1242 |
|
1254 |
width: 100%;
|
1255 |
height: 100%;
|
1256 |
-webkit-transform: translate3d(-100%, 0, 0);
|
1257 |
+
transform: translate3d(-100%, 0, 0);
|
1258 |
display: -webkit-box;
|
1259 |
display: flex;
|
1260 |
-webkit-box-align: center;
|
1271 |
transition: transform 0.3s;
|
1272 |
transition: transform 0.3s, -webkit-transform 0.3s;
|
1273 |
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
1274 |
+
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
|
1275 |
}
|
1276 |
|
1277 |
.eael-creative-button--rayen:hover::before {
|
1278 |
-webkit-transform: translate3d(0, 0, 0);
|
1279 |
+
transform: translate3d(0, 0, 0);
|
1280 |
}
|
1281 |
|
1282 |
.eael-creative-button--rayen:hover > .creative-button-inner {
|
1283 |
-webkit-transform: translate3d(0, 100%, 0);
|
1284 |
+
transform: translate3d(0, 100%, 0);
|
1285 |
}
|
1286 |
|
1287 |
.creative-button-inner {
|
1304 |
margin-left: 5px;
|
1305 |
}
|
1306 |
|
1307 |
+
/*---------------------------------*/
|
1308 |
+
/* 05. Countdown Styles
|
1309 |
+
/*---------------------------------*/
|
1310 |
+
/*--- General ---*/
|
1311 |
+
.eael-countdown-items {
|
1312 |
+
list-style: none;
|
1313 |
+
margin: 0;
|
1314 |
+
padding: 0;
|
1315 |
+
display: table;
|
1316 |
+
table-layout: fixed;
|
1317 |
+
width: 100%;
|
1318 |
+
}
|
1319 |
+
|
1320 |
+
.eael-countdown-items > li {
|
1321 |
+
list-style: none;
|
1322 |
+
margin: 0;
|
1323 |
+
padding: 0;
|
1324 |
+
display: table-cell;
|
1325 |
+
position: relative;
|
1326 |
+
}
|
1327 |
+
|
1328 |
+
.eael-countdown-item > div {
|
1329 |
+
text-align: center;
|
1330 |
+
padding: 20px;
|
1331 |
+
}
|
1332 |
+
|
1333 |
+
.eael-countdown-label-block .eael-countdown-digits,
|
1334 |
+
.eael-countdown-label-block .eael-countdown-label {
|
1335 |
+
display: block;
|
1336 |
+
text-align: center;
|
1337 |
+
}
|
1338 |
+
|
1339 |
+
.eael-countdown-digits {
|
1340 |
+
font-size: 54px;
|
1341 |
+
line-height: 1;
|
1342 |
+
}
|
1343 |
+
|
1344 |
+
.eael-countdown-label {
|
1345 |
+
font-size: 18px;
|
1346 |
+
line-height: 1;
|
1347 |
+
color: #ffffff;
|
1348 |
+
}
|
1349 |
+
|
1350 |
+
.eael-countdown-show-separator .eael-countdown-digits::after {
|
1351 |
+
content: ":";
|
1352 |
+
position: absolute;
|
1353 |
+
left: 98%;
|
1354 |
+
z-index: 9999;
|
1355 |
+
}
|
1356 |
+
|
1357 |
+
.eael-countdown-item:last-child .eael-countdown-digits::after {
|
1358 |
+
display: none;
|
1359 |
+
}
|
1360 |
+
|
1361 |
+
/*--- Style 1 ---*/
|
1362 |
+
.eael-countdown-items.style-1 .eael-countdown-item > div {
|
1363 |
+
background: #262625;
|
1364 |
+
}
|
1365 |
+
|
1366 |
+
/* -------------------------------- */
|
1367 |
+
/* 20. Dual Color Heading
|
1368 |
+
/* -------------------------------- */
|
1369 |
+
.eael-dual-header {
|
1370 |
+
display: block;
|
1371 |
+
margin-bottom: 50px;
|
1372 |
+
}
|
1373 |
+
|
1374 |
+
.eael-dual-header .title,
|
1375 |
+
.eael-dual-header .title span {
|
1376 |
+
font-size: 36px;
|
1377 |
+
font-weight: 700;
|
1378 |
+
text-transform: uppercase;
|
1379 |
+
line-height: 48px;
|
1380 |
+
margin: 10px 0px;
|
1381 |
+
}
|
1382 |
+
|
1383 |
+
.eael-dual-header .subtext {
|
1384 |
+
font-size: 16px;
|
1385 |
+
display: block;
|
1386 |
+
}
|
1387 |
+
|
1388 |
+
.eael-dual-header i {
|
1389 |
+
display: block;
|
1390 |
+
padding: 0px;
|
1391 |
+
margin: 20px 0px 10px 0px;
|
1392 |
+
font-size: 36px;
|
1393 |
+
}
|
1394 |
+
|
1395 |
+
.eael-dual-header .title span.lead {
|
1396 |
+
color: #1abc9c;
|
1397 |
+
}
|
1398 |
+
|
1399 |
+
/*--- Builder Related Css ---*/
|
1400 |
+
.eael-dual-header-content-align-center {
|
1401 |
+
text-align: center;
|
1402 |
+
}
|
1403 |
+
|
1404 |
+
.eael-dual-header-content-align-left {
|
1405 |
+
text-align: left;
|
1406 |
+
}
|
1407 |
+
|
1408 |
+
.eael-dual-header-content-align-right {
|
1409 |
+
text-align: right;
|
1410 |
+
}
|
1411 |
+
|
1412 |
@charset "UTF-8";
|
1413 |
table.eael-data-table thead .sorting_asc,
|
1414 |
table.eael-data-table thead .sorting_desc,
|
1773 |
}
|
1774 |
}
|
1775 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1776 |
.elementor-panel .pro-feature, .elementor-panel .pro-feature a {
|
1777 |
color: #a4afb7;
|
1778 |
text-transform: uppercase;
|
2563 |
padding: 10px 25px;
|
2564 |
}
|
2565 |
|
2566 |
+
/*------------------------------*/
|
2567 |
+
/* 27. Filterable Gallery
|
2568 |
+
/*------------------------------*/
|
2569 |
+
.eael-filter-gallery-control {
|
2570 |
+
width: 100%;
|
2571 |
}
|
2572 |
+
|
2573 |
+
.eael-filter-gallery-control ul,
|
2574 |
+
.eael-filter-gallery-control ul li {
|
2575 |
+
text-align: center;
|
2576 |
}
|
2577 |
+
|
2578 |
+
.eael-filter-gallery-control ul {
|
2579 |
+
margin: 0px 0px 20px 0px;
|
2580 |
+
padding: 0px;
|
2581 |
+
text-align: center;
|
2582 |
}
|
2583 |
+
|
2584 |
+
.eael-filter-gallery-control {
|
2585 |
+
display: -webkit-box;
|
2586 |
+
display: flex;
|
2587 |
+
-webkit-box-orient: vertical;
|
2588 |
+
-webkit-box-direction: normal;
|
2589 |
+
flex-flow: 1 1 auto;
|
2590 |
+
-webkit-box-align: center;
|
2591 |
+
align-items: center;
|
2592 |
+
-webkit-box-pack: center;
|
2593 |
+
justify-content: center;
|
2594 |
+
flex-flow: row wrap;
|
2595 |
+
padding: 0px;
|
2596 |
+
margin: 0px;
|
2597 |
}
|
2598 |
+
|
2599 |
+
.eael-filter-gallery-control ul li {
|
2600 |
+
list-style: none;
|
2601 |
+
font-size: 24px;
|
2602 |
+
display: inline-block;
|
2603 |
+
text-align: center;
|
2604 |
}
|
2605 |
+
|
2606 |
+
.eael-filter-gallery-control ul li a.control {
|
2607 |
+
font-family: 'Montserrat', sans-serif;
|
2608 |
+
font-size: 16px;
|
2609 |
+
font-weight: 600;
|
2610 |
+
padding: 10px 25px;
|
2611 |
+
margin: 10px 6px;
|
2612 |
}
|
2613 |
+
|
2614 |
+
.eael-filter-gallery-container {
|
2615 |
+
text-align: justify;
|
2616 |
+
font-size: 0.1px;
|
2617 |
}
|
2618 |
+
|
2619 |
+
.eael-filter-gallery-container:after {
|
2620 |
+
content: '';
|
2621 |
+
display: inline-block;
|
2622 |
+
width: 100%;
|
2623 |
}
|
2624 |
+
|
2625 |
+
.eael-filter-gallery-container:not(.eael-cards) .item:before {
|
2626 |
+
content: '';
|
2627 |
+
display: inline-block;
|
2628 |
+
padding-top: 56.25%;
|
2629 |
}
|
2630 |
+
|
2631 |
+
.eael-filter-gallery-container .item .caption {
|
2632 |
position: absolute;
|
2633 |
+
display: -webkit-box;
|
2634 |
+
display: flex;
|
2635 |
+
-webkit-box-orient: vertical;
|
2636 |
+
-webkit-box-direction: normal;
|
2637 |
+
flex-flow: 1 1 100%;
|
2638 |
+
-webkit-box-align: center;
|
2639 |
+
align-items: center;
|
2640 |
+
-webkit-box-pack: center;
|
2641 |
+
justify-content: center;
|
2642 |
z-index: 1;
|
2643 |
+
top: 0px;
|
2644 |
+
left: 0px;
|
2645 |
+
right: 0px;
|
2646 |
+
bottom: 0px;
|
2647 |
+
-webkit-transition: -webkit-transform .4s;
|
2648 |
+
transition: -webkit-transform .4s;
|
2649 |
+
transition: transform .4s;
|
2650 |
+
transition: transform .4s, -webkit-transform .4s;
|
2651 |
}
|
2652 |
+
|
2653 |
+
.eael-filter-gallery-container.eael-cards .item .caption {
|
2654 |
display: none;
|
2655 |
}
|
2656 |
+
|
2657 |
+
.eael-filter-gallery-container.eael-cards .item .item-img .caption {
|
2658 |
+
position: absolute;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2659 |
display: -webkit-box;
|
2660 |
display: flex;
|
2661 |
+
-webkit-box-orient: vertical;
|
2662 |
+
-webkit-box-direction: normal;
|
2663 |
+
flex-flow: 1 1 100%;
|
2664 |
-webkit-box-align: center;
|
2665 |
align-items: center;
|
2666 |
-webkit-box-pack: center;
|
2667 |
justify-content: center;
|
2668 |
+
z-index: 10;
|
2669 |
+
top: 0px;
|
2670 |
+
left: 0px;
|
2671 |
+
right: 0px;
|
2672 |
+
bottom: 0px;
|
2673 |
+
-webkit-transition: -webkit-transform .4s;
|
2674 |
+
transition: -webkit-transform .4s;
|
2675 |
+
transition: transform .4s;
|
2676 |
+
transition: transform .4s, -webkit-transform .4s;
|
2677 |
}
|
2678 |
+
|
2679 |
+
.gallery-item-caption-over {
|
2680 |
+
width: 100%;
|
2681 |
+
height: auto;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2682 |
}
|
2683 |
+
|
2684 |
+
a.eael-gallery-load-more, a.eael-gallery-load-more:hover {
|
2685 |
+
text-decoration: none;
|
|
|
|
|
2686 |
}
|
2687 |
+
|
2688 |
+
/*--- Caption Animation ---*/
|
2689 |
+
.eael-filter-gallery-container .item .caption.eael-zoom-in,
|
2690 |
+
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-zoom-in {
|
2691 |
+
-webkit-transform: scale(0);
|
2692 |
+
transform: scale(0);
|
2693 |
}
|
2694 |
+
|
2695 |
+
.eael-filter-gallery-container .item:hover .caption.eael-zoom-in,
|
2696 |
+
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-zoom-in {
|
2697 |
+
-webkit-transform: scale(1);
|
2698 |
+
transform: scale(1);
|
2699 |
}
|
2700 |
+
|
2701 |
+
.eael-filter-gallery-container .item .caption.eael-slide-left,
|
2702 |
+
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-left {
|
2703 |
+
-webkit-transform: translateX(-100%);
|
2704 |
+
transform: translateX(-100%);
|
2705 |
}
|
2706 |
+
|
2707 |
+
.eael-filter-gallery-container .item:hover .caption.eael-slide-left,
|
2708 |
+
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-left {
|
2709 |
+
-webkit-transform: translateX(0%);
|
2710 |
+
transform: translateX(0%);
|
2711 |
}
|
2712 |
+
|
2713 |
+
.eael-filter-gallery-container .item .caption.eael-slide-right,
|
2714 |
+
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-right {
|
2715 |
+
-webkit-transform: translateX(100%);
|
2716 |
+
transform: translateX(100%);
|
2717 |
}
|
2718 |
+
|
2719 |
+
.eael-filter-gallery-container .item:hover .caption.eael-slide-right,
|
2720 |
+
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-right {
|
2721 |
+
-webkit-transform: translateX(0%);
|
2722 |
+
transform: translateX(0%);
|
2723 |
}
|
2724 |
+
|
2725 |
+
.eael-filter-gallery-container .item .caption.eael-slide-top,
|
2726 |
+
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-top {
|
2727 |
+
-webkit-transform: translateY(-100%);
|
2728 |
+
transform: translateY(-100%);
|
2729 |
}
|
2730 |
+
|
2731 |
+
.eael-filter-gallery-container .item:hover .caption.eael-slide-top,
|
2732 |
+
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-top {
|
2733 |
+
-webkit-transform: translateY(0%);
|
2734 |
+
transform: translateY(0%);
|
2735 |
}
|
2736 |
+
|
2737 |
+
.eael-filter-gallery-container .item .caption.eael-slide-bottom,
|
2738 |
+
.eael-filter-gallery-container.eael-cards .item .item-img .caption.eael-slide-bottom {
|
2739 |
+
-webkit-transform: translateY(100%);
|
2740 |
+
transform: translateY(100%);
|
2741 |
}
|
2742 |
+
|
2743 |
+
.eael-filter-gallery-container .item:hover .caption.eael-slide-bottom,
|
2744 |
+
.eael-filter-gallery-container.eael-cards .item:hover .item-img .caption.eael-slide-bottom {
|
2745 |
+
-webkit-transform: translateY(0%);
|
2746 |
+
transform: translateY(0%);
|
2747 |
}
|
2748 |
+
|
2749 |
+
.eael-filter-gallery-container .item .caption a {
|
2750 |
+
display: inline-block;
|
2751 |
+
width: 50px;
|
2752 |
+
height: 50px;
|
2753 |
+
text-align: center;
|
2754 |
+
line-height: 50px;
|
2755 |
+
border-radius: 50%;
|
2756 |
+
margin: 0 5px;
|
2757 |
+
font-size: 20px;
|
2758 |
+
cursor: pointer;
|
2759 |
+
-webkit-transition: .3s;
|
2760 |
+
transition: .3s;
|
2761 |
}
|
2762 |
+
|
2763 |
+
.eael-filter-gallery-container .item .caption a:nth-child(1),
|
2764 |
+
.eael-container .item .caption a:nth-child(2) {
|
2765 |
+
-webkit-transition: .6s;
|
2766 |
+
transition: .6s;
|
2767 |
+
opacity: 0;
|
2768 |
}
|
2769 |
+
|
2770 |
+
.eael-filter-gallery-container .item .caption a:nth-child(1) {
|
2771 |
+
-webkit-transform: translateY(-100%);
|
2772 |
+
transform: translateY(-100%);
|
2773 |
}
|
2774 |
+
|
2775 |
+
.eael-filter-gallery-container .item .caption a:nth-child(2) {
|
2776 |
+
-webkit-transform: translateY(100%);
|
2777 |
+
transform: translateY(100%);
|
|
|
2778 |
}
|
2779 |
+
|
2780 |
+
.eael-filter-gallery-container .item .caption:hover a:nth-child(1),
|
2781 |
+
.eael-filter-gallery-container .item .caption:hover a:nth-child(2) {
|
2782 |
+
-webkit-transform: translateY(0%);
|
2783 |
+
transform: translateY(0%);
|
2784 |
+
opacity: 1;
|
2785 |
+
}
|
2786 |
+
|
2787 |
+
.eael-filter-gallery-container .item .caption .eael-popup-link {
|
2788 |
+
outline: 0;
|
2789 |
+
}
|
2790 |
+
|
2791 |
+
/*--- Filter Gallery Card Style ---*/
|
2792 |
+
.eael-filter-gallery-container.eael-cards .item:before {
|
2793 |
+
padding-top: 0px;
|
2794 |
+
}
|
2795 |
+
|
2796 |
+
.eael-filter-gallery-container.eael-cards .item-img {
|
2797 |
+
position: relative;
|
2798 |
+
background-repeat: no-repeat;
|
2799 |
+
background-position: center;
|
2800 |
+
background-size: cover;
|
2801 |
+
height: 220px;
|
2802 |
+
z-index: 0;
|
2803 |
+
overflow: hidden;
|
2804 |
+
}
|
2805 |
+
|
2806 |
+
.eael-filter-gallery-container.eael-cards .item-content {
|
2807 |
+
padding: 15px;
|
2808 |
+
}
|
2809 |
+
|
2810 |
+
.eael-filter-gallery-container.eael-cards .item-content .title,
|
2811 |
+
.eael-filter-gallery-container.eael-cards .item-content .title a {
|
2812 |
+
font-size: 20px;
|
2813 |
+
line-height: 1;
|
2814 |
+
margin-bottom: 0px;
|
2815 |
+
-webkit-transition: .3s;
|
2816 |
+
transition: .3s;
|
2817 |
+
}
|
2818 |
+
|
2819 |
+
.eael-filter-gallery-container.eael-cards .item-content p {
|
2820 |
+
font-size: 14px;
|
2821 |
+
line-height: 26px;
|
2822 |
+
}
|
2823 |
+
|
2824 |
+
.eael-fg-card-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
2825 |
+
text-align: center;
|
2826 |
+
}
|
2827 |
+
|
2828 |
+
.eael-fg-card-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
2829 |
+
text-align: right;
|
2830 |
+
}
|
2831 |
+
|
2832 |
+
.eael-fg-hoverer-content-align-center .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
2833 |
+
text-align: center;
|
2834 |
+
}
|
2835 |
+
|
2836 |
+
.eael-fg-hoverer-content-align-right .eael-filterable-gallery-item-wrap .gallery-item-caption-wrap .gallery-item-caption-over {
|
2837 |
+
text-align: right;
|
2838 |
+
}
|
2839 |
+
|
2840 |
+
/*--- Editor Specific Style ---*/
|
2841 |
+
.eael-fg-content-align-left .eael-cards .item .item-content {
|
2842 |
+
text-align: left;
|
2843 |
+
}
|
2844 |
+
|
2845 |
+
.eael-fg-content-align-center .eael-cards .item .item-content {
|
2846 |
+
text-align: center;
|
2847 |
+
}
|
2848 |
+
|
2849 |
+
.eael-fg-content-align-right .eael-cards .item .item-content {
|
2850 |
+
text-align: right;
|
2851 |
+
}
|
2852 |
+
|
2853 |
+
/*--- Magnific Gallery Fix ---*/
|
2854 |
+
.mfp-wrap ~ div.dialog-widget {
|
2855 |
+
display: none !important;
|
2856 |
+
}
|
2857 |
+
|
2858 |
+
.eael-filterable-gallery-item-wrap {
|
2859 |
+
float: left;
|
2860 |
+
width: 33.33%;
|
2861 |
+
}
|
2862 |
+
|
2863 |
+
.eael-filter-gallery-container.eael-col-1 .eael-filterable-gallery-item-wrap {
|
2864 |
+
width: 100%;
|
2865 |
+
}
|
2866 |
+
|
2867 |
+
.eael-filter-gallery-control > ul li {
|
2868 |
+
font-size: 13px;
|
2869 |
+
line-height: 1.8;
|
2870 |
+
text-transform: uppercase;
|
2871 |
+
letter-spacing: 1px;
|
2872 |
+
padding: 6px 15px;
|
2873 |
+
cursor: pointer;
|
2874 |
+
margin: 0 5px;
|
2875 |
+
font-weight: normal;
|
2876 |
+
}
|
2877 |
+
|
2878 |
+
.eael-filter-gallery-container.eael-col-2 .eael-filterable-gallery-item-wrap {
|
2879 |
+
width: 50%;
|
2880 |
+
}
|
2881 |
+
|
2882 |
+
.eael-filter-gallery-container.eael-col-4 .eael-filterable-gallery-item-wrap {
|
2883 |
+
width: 25%;
|
2884 |
+
}
|
2885 |
+
|
2886 |
+
.eael-filter-gallery-container.eael-col-5 .eael-filterable-gallery-item-wrap {
|
2887 |
+
width: 20%;
|
2888 |
+
}
|
2889 |
+
|
2890 |
+
.eael-gallery-grid-item {
|
2891 |
+
margin-left: calc(20px/2);
|
2892 |
+
margin-right: calc(20px/2);
|
2893 |
+
margin-bottom: 20px;
|
2894 |
+
position: relative;
|
2895 |
+
}
|
2896 |
+
|
2897 |
+
.gallery-item-caption-wrap,
|
2898 |
+
.media-content-wrap {
|
2899 |
+
font-size: 14px;
|
2900 |
+
text-align: left;
|
2901 |
+
}
|
2902 |
+
|
2903 |
+
.gallery-item-thumbnail-wrap.caption-style-card img {
|
2904 |
+
max-height: 100%;
|
2905 |
+
width: 100%;
|
2906 |
+
}
|
2907 |
+
|
2908 |
+
.gallery-item-caption-wrap.caption-style-hoverer {
|
2909 |
position: absolute;
|
2910 |
+
left: 0;
|
2911 |
+
top: 0;
|
2912 |
+
height: 100%;
|
2913 |
+
width: 100%;
|
2914 |
+
padding: 15px;
|
2915 |
+
z-index: 10;
|
2916 |
}
|
2917 |
+
|
2918 |
+
.eael-filterable-gallery-item-wrap .eael-gallery-grid-item .gallery-item-thumbnail-wrap > img {
|
2919 |
+
height: 100%;
|
2920 |
+
width: 100%;
|
2921 |
+
-o-object-fit: cover;
|
2922 |
+
object-fit: cover;
|
2923 |
+
}
|
2924 |
+
|
2925 |
+
/*--- Gallery content css ---*/
|
2926 |
+
.fg-item-title,
|
2927 |
+
.fg-item-content {
|
2928 |
+
color: #ffffff;
|
2929 |
+
font-family: inherit;
|
2930 |
+
}
|
2931 |
+
|
2932 |
+
/*--- Gallery Card Style CSS ---*/
|
2933 |
+
.gallery-item-caption-wrap.caption-style-card .fg-item-title {
|
2934 |
+
font-size: 18px;
|
2935 |
+
margin: 15px 0 15px;
|
2936 |
+
line-height: 1;
|
2937 |
+
}
|
2938 |
+
|
2939 |
+
.gallery-item-caption-wrap.caption-style-card {
|
2940 |
+
background: #f7f7f7;
|
2941 |
+
}
|
2942 |
+
|
2943 |
+
.gallery-item-caption-wrap.caption-style-card .fg-item-title {
|
2944 |
+
margin: 10px 0 15px;
|
2945 |
+
color: #000000;
|
2946 |
+
}
|
2947 |
+
|
2948 |
+
.gallery-item-caption-wrap.caption-style-card .fg-item-content {
|
2949 |
+
color: #212529;
|
2950 |
+
line-height: 1.5;
|
2951 |
+
font-weight: normal;
|
2952 |
+
}
|
2953 |
+
|
2954 |
+
.gallery-item-buttons > a {
|
2955 |
+
display: inline-block;
|
2956 |
+
font-size: 16px;
|
2957 |
+
color: #000;
|
2958 |
+
margin-right: 15px;
|
2959 |
+
}
|
2960 |
+
|
2961 |
+
.gallery-item-buttons > a:visited {
|
2962 |
+
color: #000;
|
2963 |
+
}
|
2964 |
+
|
2965 |
+
.gallery-item-caption-wrap.caption-style-card {
|
2966 |
+
padding: 10px;
|
2967 |
+
box-sizing: border-box;
|
2968 |
+
font-family: inherit;
|
2969 |
+
}
|
2970 |
+
|
2971 |
+
/*--- Gallery item hover style ---*/
|
2972 |
+
.gallery-item-caption-wrap .gallery-item-hoverer-bg {
|
2973 |
+
position: absolute;
|
2974 |
+
left: 0;
|
2975 |
+
top: 0;
|
2976 |
+
height: 100%;
|
2977 |
+
width: 100%;
|
2978 |
+
content: '';
|
2979 |
+
background: #000000;
|
2980 |
+
z-index: -1;
|
2981 |
+
opacity: .7;
|
2982 |
+
}
|
2983 |
+
|
2984 |
+
.gallery-item-caption-wrap.caption-style-hoverer {
|
2985 |
+
visibility: hidden;
|
2986 |
+
opacity: 0;
|
2987 |
+
-webkit-transition: 0.6s all ease;
|
2988 |
+
transition: 0.6s all ease;
|
2989 |
+
display: -webkit-box;
|
2990 |
+
display: flex;
|
2991 |
+
-webkit-box-align: center;
|
2992 |
+
align-items: center;
|
2993 |
+
}
|
2994 |
+
|
2995 |
+
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer {
|
2996 |
+
opacity: 1;
|
2997 |
+
visibility: visible;
|
2998 |
+
}
|
2999 |
+
|
3000 |
+
.gallery-item-caption-wrap.caption-style-hoverer h5 {
|
3001 |
+
font-size: 20px;
|
3002 |
+
margin-bottom: 5px;
|
3003 |
+
line-height: 1;
|
3004 |
+
}
|
3005 |
+
|
3006 |
+
.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5 {
|
3007 |
+
-webkit-transform: translateY(20px);
|
3008 |
+
transform: translateY(20px);
|
3009 |
+
-webkit-transition: 0.6s all ease;
|
3010 |
+
transition: 0.6s all ease;
|
3011 |
+
}
|
3012 |
+
|
3013 |
+
.gallery-item-caption-wrap.caption-style-hoverer p {
|
3014 |
+
margin-bottom: 5px;
|
3015 |
+
}
|
3016 |
+
|
3017 |
+
.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
|
3018 |
+
-webkit-transform: translateY(40px);
|
3019 |
+
transform: translateY(40px);
|
3020 |
+
-webkit-transition: 0.6s all ease;
|
3021 |
+
transition: 0.6s all ease;
|
3022 |
+
}
|
3023 |
+
|
3024 |
+
.gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons {
|
3025 |
+
-webkit-transform: translateY(40px);
|
3026 |
+
transform: translateY(40px);
|
3027 |
+
-webkit-transition: 0.6s all ease;
|
3028 |
+
transition: 0.6s all ease;
|
3029 |
+
}
|
3030 |
+
|
3031 |
+
.gallery-item-caption-wrap .gallery-item-buttons > a span {
|
3032 |
+
display: -webkit-box;
|
3033 |
+
display: flex;
|
3034 |
+
-webkit-box-align: center;
|
3035 |
+
align-items: center;
|
3036 |
+
-webkit-box-pack: center;
|
3037 |
+
justify-content: center;
|
3038 |
+
border-radius: 50%;
|
3039 |
+
outline: none;
|
3040 |
+
text-decoration: none;
|
3041 |
+
display: inline-block;
|
3042 |
+
text-align: center;
|
3043 |
+
}
|
3044 |
+
|
3045 |
+
.gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
|
3046 |
+
-webkit-transform: scale(0.8);
|
3047 |
+
transform: scale(0.8);
|
3048 |
+
-webkit-transition: 0.6s all ease;
|
3049 |
+
transition: 0.6s all ease;
|
3050 |
+
}
|
3051 |
+
|
3052 |
+
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up h5,
|
3053 |
+
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up .gallery-item-buttons,
|
3054 |
+
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-slide-up p {
|
3055 |
+
-webkit-transform: translate(0);
|
3056 |
+
transform: translate(0);
|
3057 |
+
}
|
3058 |
+
|
3059 |
+
.eael-gallery-grid-item:hover .gallery-item-caption-wrap.caption-style-hoverer.eael-zoom-in {
|
3060 |
+
-webkit-transform: scale(1);
|
3061 |
+
transform: scale(1);
|
3062 |
+
visibility: visible;
|
3063 |
+
opacity: 1;
|
3064 |
+
}
|
3065 |
+
|
3066 |
+
.gallery-item-caption-wrap.caption-style-hoverer.eael-none {
|
3067 |
+
-webkit-transition: none;
|
3068 |
+
transition: none;
|
3069 |
+
}
|
3070 |
+
|
3071 |
+
/*--- Video Gallery ---*/
|
3072 |
+
.gallery-item-thumbnail-wrap {
|
3073 |
+
position: relative;
|
3074 |
+
}
|
3075 |
+
|
3076 |
+
.video-popup,
|
3077 |
+
.video-popup-bg {
|
3078 |
+
position: absolute;
|
3079 |
left: 0;
|
3080 |
top: 0;
|
3081 |
+
height: 100%;
|
3082 |
+
width: 100%;
|
3083 |
+
}
|
3084 |
+
|
3085 |
+
.video-popup > img {
|
3086 |
+
width: 62px;
|
3087 |
+
position: relative;
|
3088 |
z-index: 1;
|
3089 |
+
-webkit-transition: 300ms;
|
3090 |
+
transition: 300ms;
|
3091 |
+
}
|
3092 |
+
|
3093 |
+
.video-popup {
|
3094 |
+
display: -webkit-box;
|
3095 |
+
display: flex;
|
3096 |
+
-webkit-box-align: center;
|
3097 |
+
align-items: center;
|
3098 |
+
-webkit-box-pack: center;
|
3099 |
+
justify-content: center;
|
3100 |
+
}
|
3101 |
+
|
3102 |
+
.video-popup:hover > img {
|
3103 |
+
-webkit-transform: scale(1.1);
|
3104 |
+
transform: scale(1.1);
|
3105 |
+
}
|
3106 |
+
|
3107 |
+
.video-popup-bg {
|
3108 |
+
visibility: hidden;
|
3109 |
+
opacity: 0;
|
3110 |
+
-webkit-transition: 350ms;
|
3111 |
+
transition: 350ms;
|
3112 |
+
}
|
3113 |
+
|
3114 |
+
.eael-gallery-grid-item:hover .video-popup-bg {
|
3115 |
+
visibility: visible;
|
3116 |
+
opacity: 1;
|
3117 |
+
}
|
3118 |
+
|
3119 |
+
.gallery-item-thumbnail-wrap > .gallery-item-caption-wrap {
|
3120 |
+
position: absolute;
|
3121 |
+
left: 0;
|
3122 |
+
top: 0;
|
3123 |
height: 100%;
|
3124 |
+
width: 100%;
|
3125 |
+
display: -webkit-box;
|
3126 |
+
display: flex;
|
3127 |
+
-webkit-box-align: center;
|
3128 |
+
align-items: center;
|
3129 |
+
-webkit-box-pack: center;
|
3130 |
+
justify-content: center;
|
3131 |
}
|
3132 |
+
|
3133 |
+
.gallery-item-caption-wrap.card-hover-bg {
|
3134 |
+
visibility: hidden;
|
3135 |
+
opacity: 0;
|
3136 |
+
-webkit-transition: 800ms;
|
3137 |
+
transition: 800ms;
|
|
|
|
|
3138 |
}
|
3139 |
+
|
3140 |
+
.gallery-item-thumbnail-wrap:hover .gallery-item-caption-wrap.card-hover-bg {
|
3141 |
+
visibility: visible;
|
3142 |
+
opacity: 1;
|
3143 |
}
|
3144 |
+
|
3145 |
+
.gallery-item-caption-wrap .gallery-item-buttons > a > i {
|
3146 |
+
display: -webkit-box;
|
3147 |
+
display: flex;
|
3148 |
+
-webkit-box-align: center;
|
3149 |
+
align-items: center;
|
3150 |
+
-webkit-box-pack: center;
|
3151 |
+
justify-content: center;
|
3152 |
+
height: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3153 |
}
|
3154 |
+
|
3155 |
+
/*--- Gallery Column CSS ---*/
|
3156 |
+
@media only screen and (min-width: 1025px) {
|
3157 |
+
/* For Desktop: */
|
3158 |
+
.elementor-element.elementor-grid-1 {
|
3159 |
+
position: relative;
|
|
|
|
|
|
|
|
|
3160 |
}
|
3161 |
+
|
3162 |
+
.elementor-element.elementor-grid-1 .eael-filterable-gallery-item-wrap {
|
3163 |
+
width: 100%;
|
3164 |
+
float: left;
|
3165 |
}
|
3166 |
+
|
3167 |
+
.elementor-element.elementor-grid-2 {
|
3168 |
+
position: relative;
|
3169 |
}
|
3170 |
+
|
3171 |
+
.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap {
|
3172 |
+
width: 50%;
|
3173 |
+
float: left;
|
|
|
3174 |
}
|
3175 |
+
|
3176 |
+
.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
|
3177 |
+
margin-right: 0 !important;
|
|
|
|
|
3178 |
}
|
3179 |
+
|
3180 |
+
.elementor-element.elementor-grid-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
|
3181 |
+
clear: left;
|
|
|
|
|
3182 |
}
|
3183 |
+
|
3184 |
+
.elementor-element.elementor-grid-3 {
|
3185 |
+
position: relative;
|
|
|
|
|
3186 |
}
|
3187 |
+
|
3188 |
+
.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap {
|
3189 |
+
width: 33.3333%;
|
3190 |
+
float: left;
|
|
|
3191 |
}
|
3192 |
+
|
3193 |
+
.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
|
|
|
3194 |
margin-right: 0 !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3195 |
}
|
3196 |
+
|
3197 |
+
.elementor-element.elementor-grid-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
|
3198 |
+
clear: left;
|
|
|
|
|
|
|
|
|
3199 |
}
|
3200 |
+
|
3201 |
+
.elementor-element.elementor-grid-4 {
|
3202 |
+
position: relative;
|
|
|
|
|
|
|
|
|
|
|
3203 |
}
|
3204 |
+
|
3205 |
+
.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap {
|
3206 |
+
width: 25%;
|
3207 |
+
float: left;
|
|
|
|
|
3208 |
}
|
3209 |
+
|
3210 |
+
.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
|
3211 |
margin-right: 0 !important;
|
|
|
3212 |
}
|
3213 |
+
|
3214 |
+
.elementor-element.elementor-grid-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
|
3215 |
+
clear: left;
|
|
|
|
|
3216 |
}
|
3217 |
+
|
3218 |
+
.elementor-element.elementor-grid-5 {
|
3219 |
+
position: relative;
|
|
|
|
|
|
|
|
|
3220 |
}
|
3221 |
+
|
3222 |
+
.elementor-element.elementor-grid-5 .pp-logo-grid {
|
3223 |
+
margin-right: -5px;
|
|
|
|
|
|
|
|
|
|
|
3224 |
}
|
3225 |
+
|
3226 |
+
.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap {
|
3227 |
+
width: 20%;
|
3228 |
+
float: left;
|
|
|
3229 |
}
|
3230 |
+
|
3231 |
+
.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
|
3232 |
+
margin-right: 0 !important;
|
|
|
3233 |
}
|
3234 |
+
|
3235 |
+
.elementor-element.elementor-grid-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
|
3236 |
+
clear: left;
|
|
|
|
|
3237 |
}
|
3238 |
+
|
3239 |
+
.elementor-element.elementor-grid-6 {
|
3240 |
+
position: relative;
|
|
|
|
|
|
|
|
|
3241 |
}
|
3242 |
+
|
3243 |
+
.elementor-element.elementor-grid-6 .pp-logo-grid {
|
3244 |
+
margin-right: -6px;
|
|
|
|
|
|
|
|
|
|
|
3245 |
}
|
3246 |
+
|
3247 |
+
.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap {
|
3248 |
+
width: 16%;
|
3249 |
+
float: left;
|
3250 |
+
}
|
3251 |
+
|
3252 |
+
.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
|
3253 |
+
margin-right: 0 !important;
|
3254 |
+
}
|
3255 |
+
|
3256 |
+
.elementor-element.elementor-grid-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
|
3257 |
+
clear: left;
|
3258 |
}
|
3259 |
}
|
3260 |
+
@media only screen and (max-width: 1024px) and (min-width: 766px) {
|
3261 |
+
/* For tablets: */
|
3262 |
+
.elementor-element.elementor-grid-tablet-1 {
|
3263 |
+
position: relative;
|
3264 |
}
|
3265 |
+
|
3266 |
+
.elementor-element.elementor-grid-tablet-1 .eael-filterable-gallery-item-wrap {
|
3267 |
+
width: 100%;
|
3268 |
+
float: left;
|
3269 |
}
|
3270 |
+
|
3271 |
+
.elementor-element.elementor-grid-tablet-2 {
|
3272 |
+
position: relative;
|
|
|
|
|
3273 |
}
|
3274 |
+
|
3275 |
+
.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap {
|
3276 |
+
width: 50%;
|
3277 |
+
float: left;
|
|
|
3278 |
}
|
3279 |
+
|
3280 |
+
.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
|
3281 |
margin-right: 0 !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3282 |
}
|
3283 |
+
|
3284 |
+
.elementor-element.elementor-grid-tablet-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
|
3285 |
+
clear: left;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3286 |
}
|
3287 |
+
|
3288 |
+
.elementor-element.elementor-grid-tablet-3 {
|
3289 |
+
position: relative;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3290 |
}
|
3291 |
+
|
3292 |
+
.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap {
|
3293 |
+
width: 33.3333%;
|
3294 |
+
float: left;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3295 |
}
|
3296 |
+
|
3297 |
+
.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
|
3298 |
margin-right: 0 !important;
|
|
|
3299 |
}
|
3300 |
+
|
3301 |
+
.elementor-element.elementor-grid-tablet-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
|
3302 |
+
clear: left;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3303 |
}
|
3304 |
+
|
3305 |
+
.elementor-element.elementor-grid-tablet-4 {
|
3306 |
+
position: relative;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3307 |
}
|
3308 |
+
|
3309 |
+
.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap {
|
3310 |
+
width: 25%;
|
3311 |
+
float: left;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3312 |
}
|
3313 |
+
|
3314 |
+
.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
|
3315 |
+
margin-right: 0 !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3316 |
}
|
3317 |
+
|
3318 |
+
.elementor-element.elementor-grid-tablet-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
|
3319 |
+
clear: left;
|
|
|
3320 |
}
|
3321 |
+
|
3322 |
+
.elementor-element.elementor-grid-tablet-5 {
|
3323 |
+
position: relative;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3324 |
}
|
3325 |
+
|
3326 |
+
.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap {
|
3327 |
+
width: 20%;
|
3328 |
+
float: left;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3329 |
}
|
3330 |
+
|
3331 |
+
.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
|
3332 |
+
margin-right: 0 !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3333 |
}
|
3334 |
+
|
3335 |
+
.elementor-element.elementor-grid-tablet-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
|
3336 |
+
clear: left;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3337 |
}
|
|
|
3338 |
|
3339 |
+
.elementor-element.elementor-grid-tablet-6 {
|
3340 |
+
position: relative;
|
3341 |
+
}
|
|
|
|
|
|
|
3342 |
|
3343 |
+
.elementor-element.elementor-grid-tablet-6 .pp-logo-grid {
|
3344 |
+
margin-right: -6px;
|
3345 |
+
}
|
|
|
3346 |
|
3347 |
+
.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap {
|
3348 |
+
width: 16%;
|
3349 |
+
float: left;
|
3350 |
+
}
|
|
|
3351 |
|
3352 |
+
.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
|
3353 |
+
margin-right: 0 !important;
|
3354 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3355 |
|
3356 |
+
.elementor-element.elementor-grid-tablet-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
|
3357 |
+
clear: left;
|
3358 |
+
}
|
|
|
|
|
3359 |
}
|
3360 |
+
@media only screen and (max-width: 767px) {
|
3361 |
+
.elementor-element.elementor-grid-mobile-1 {
|
3362 |
+
position: relative;
|
3363 |
+
}
|
3364 |
|
3365 |
+
.elementor-element.elementor-grid-mobile-1 .eael-filterable-gallery-item-wrap {
|
3366 |
+
width: 100%;
|
3367 |
+
float: left;
|
3368 |
+
}
|
|
|
|
|
|
|
3369 |
|
3370 |
+
.elementor-element.elementor-grid-mobile-2 {
|
3371 |
+
position: relative;
|
3372 |
+
}
|
|
|
3373 |
|
3374 |
+
.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap {
|
3375 |
+
width: 50%;
|
3376 |
+
float: left;
|
3377 |
+
}
|
|
|
3378 |
|
3379 |
+
.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n) {
|
3380 |
+
margin-right: 0 !important;
|
3381 |
+
}
|
|
|
|
|
3382 |
|
3383 |
+
.elementor-element.elementor-grid-mobile-2 .eael-filterable-gallery-item-wrap:nth-of-type(2n+1) {
|
3384 |
+
clear: left;
|
3385 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3386 |
|
3387 |
+
.elementor-element.elementor-grid-mobile-3 {
|
3388 |
+
position: relative;
|
3389 |
+
}
|
3390 |
|
3391 |
+
.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap {
|
3392 |
+
width: 33.3333%;
|
3393 |
+
float: left;
|
3394 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3395 |
|
3396 |
+
.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n) {
|
3397 |
+
margin-right: 0 !important;
|
3398 |
+
}
|
|
|
3399 |
|
3400 |
+
.elementor-element.elementor-grid-mobile-3 .eael-filterable-gallery-item-wrap:nth-of-type(3n+1) {
|
3401 |
+
clear: left;
|
3402 |
+
}
|
3403 |
|
3404 |
+
.elementor-element.elementor-grid-mobile-4 {
|
3405 |
+
position: relative;
|
3406 |
+
}
|
|
|
|
|
|
|
3407 |
|
3408 |
+
.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap {
|
3409 |
+
width: 25%;
|
3410 |
+
float: left;
|
3411 |
+
}
|
|
|
3412 |
|
3413 |
+
.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n) {
|
3414 |
+
margin-right: 0 !important;
|
3415 |
+
}
|
|
|
|
|
3416 |
|
3417 |
+
.elementor-element.elementor-grid-mobile-4 .eael-filterable-gallery-item-wrap:nth-of-type(4n+1) {
|
3418 |
+
clear: left;
|
3419 |
+
}
|
|
|
|
|
3420 |
|
3421 |
+
.elementor-element.elementor-grid-mobile-5 {
|
3422 |
+
position: relative;
|
3423 |
+
}
|
|
|
|
|
3424 |
|
3425 |
+
.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap {
|
3426 |
+
width: 20%;
|
3427 |
+
float: left;
|
3428 |
+
}
|
|
|
3429 |
|
3430 |
+
.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n) {
|
3431 |
+
margin-right: 0 !important;
|
3432 |
+
}
|
|
|
|
|
3433 |
|
3434 |
+
.elementor-element.elementor-grid-mobile-5 .eael-filterable-gallery-item-wrap:nth-of-type(5n+1) {
|
3435 |
+
clear: left;
|
3436 |
+
}
|
|
|
|
|
3437 |
|
3438 |
+
.elementor-element.elementor-grid-mobile-6 {
|
3439 |
+
position: relative;
|
3440 |
+
}
|
|
|
|
|
3441 |
|
3442 |
+
.elementor-element.elementor-grid-mobile-6 .pp-logo-grid {
|
3443 |
+
margin-right: -6px;
|
3444 |
+
}
|
|
|
|
|
3445 |
|
3446 |
+
.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap {
|
3447 |
+
width: 16%;
|
3448 |
+
float: left;
|
3449 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3450 |
|
3451 |
+
.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n) {
|
3452 |
+
margin-right: 0 !important;
|
3453 |
+
}
|
|
|
|
|
|
|
3454 |
|
3455 |
+
.elementor-element.elementor-grid-mobile-6 .eael-filterable-gallery-item-wrap:nth-of-type(6n+1) {
|
3456 |
+
clear: left;
|
3457 |
+
}
|
3458 |
}
|
3459 |
+
/* ------------- Layout 3 Style ----------------- */
|
3460 |
+
.fg-layout-3-filter-controls {
|
3461 |
+
margin: 0;
|
3462 |
+
padding: 0;
|
3463 |
+
list-style: none;
|
3464 |
}
|
3465 |
|
3466 |
+
.fg-layout-3-item-content {
|
3467 |
+
text-align: center;
|
|
|
|
|
|
|
3468 |
}
|
3469 |
|
3470 |
+
.fg-layout-3-item-content .fg-item-title {
|
3471 |
+
font-size: 18px;
|
3472 |
+
line-height: 1;
|
3473 |
+
font-weight: 500;
|
3474 |
+
margin: 0;
|
3475 |
+
-webkit-transition: 300ms;
|
3476 |
+
transition: 300ms;
|
3477 |
}
|
3478 |
|
3479 |
+
.fg-layout-3-item-content .fg-item-content p {
|
3480 |
+
font-size: 13px;
|
3481 |
+
font-weight: 400;
|
3482 |
}
|
3483 |
|
3484 |
+
.fg-filter-wrap {
|
3485 |
position: relative;
|
3486 |
+
flex-basis: 30%;
|
|
|
|
|
|
|
|
|
|
|
3487 |
}
|
3488 |
|
3489 |
+
.fg-layout-3-filter-controls {
|
3490 |
+
position: absolute;
|
3491 |
+
left: 0;
|
3492 |
+
background: #fff;
|
3493 |
+
z-index: 999;
|
3494 |
+
width: 150px;
|
3495 |
+
visibility: hidden;
|
3496 |
+
opacity: 0;
|
3497 |
+
-webkit-transition: 300ms;
|
3498 |
+
transition: 300ms;
|
3499 |
+
width: 100%;
|
3500 |
+
border-radius: 5px;
|
3501 |
+
padding-top: 7px;
|
3502 |
}
|
3503 |
|
3504 |
+
.fg-layout-3-filter-controls.open-filters {
|
3505 |
+
visibility: visible;
|
3506 |
+
opacity: 1;
|
|
|
|
|
|
|
|
|
3507 |
}
|
3508 |
|
3509 |
+
.fg-layout-3-filter-controls li.control {
|
3510 |
+
padding: 5px 5px 5px 10px;
|
3511 |
+
cursor: pointer;
|
3512 |
+
-webkit-transition: 300ms;
|
3513 |
+
transition: 300ms;
|
3514 |
font-size: 14px;
|
3515 |
+
color: #7f8995;
|
3516 |
+
font-weight: normal;
|
|
|
|
|
|
|
3517 |
}
|
3518 |
|
3519 |
+
.fg-layout-3-filter-controls li.control:hover {
|
3520 |
+
color: #2d425a;
|
3521 |
}
|
3522 |
|
3523 |
+
.fg-layout-3-filter-controls li.control:first-child {
|
3524 |
+
border-top: 0px solid;
|
3525 |
}
|
3526 |
|
3527 |
+
.fg-layout-3-filter-controls li.control:last-child {
|
3528 |
+
border-bottom: 0px solid;
|
3529 |
}
|
3530 |
|
3531 |
+
.fg-layout-3-filters-wrap {
|
3532 |
+
max-width: 600px;
|
3533 |
+
margin: 15px auto 50px;
|
3534 |
}
|
3535 |
|
3536 |
+
.fg-filter-wrap button {
|
3537 |
+
width: 100%;
|
3538 |
+
border: 0px solid;
|
3539 |
+
border-radius: 0px;
|
3540 |
+
padding: 17px 13px;
|
3541 |
+
font-size: 14px;
|
3542 |
+
color: #2d425a;
|
3543 |
+
background: #f7f8ff;
|
3544 |
+
height: 55px;
|
3545 |
+
border-right: 1px solid #abb5ff;
|
3546 |
+
border-radius: 10px 0px 0 10px;
|
3547 |
+
outline: none;
|
3548 |
text-align: center;
|
3549 |
+
position: relative;
|
3550 |
}
|
3551 |
|
3552 |
+
.fg-filter-wrap button > i {
|
3553 |
+
font-size: 18px;
|
3554 |
+
position: absolute;
|
3555 |
+
top: 50%;
|
3556 |
+
-webkit-transform: translateY(-50%);
|
3557 |
+
transform: translateY(-50%);
|
3558 |
+
margin-left: 10px;
|
3559 |
}
|
3560 |
|
3561 |
+
.fg-layout-3-search-box {
|
3562 |
+
flex-basis: 70%;
|
3563 |
+
height: 100%;
|
3564 |
}
|
3565 |
|
3566 |
+
.fg-layout-3-search-box input[type="text"] {
|
3567 |
width: 100%;
|
3568 |
+
height: 100%;
|
3569 |
+
margin: 0;
|
3570 |
+
padding: 15px;
|
3571 |
+
border: 0px solid;
|
3572 |
+
outline: none;
|
3573 |
+
background: none;
|
3574 |
}
|
3575 |
|
3576 |
+
.fg-layout-3-search-box input[type="text"]::-webkit-input-placeholder {
|
3577 |
+
/* Chrome/Opera/Safari */
|
3578 |
+
color: #7f8995;
|
3579 |
font-size: 13px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3580 |
}
|
3581 |
|
3582 |
+
.fg-layout-3-search-box input[type="text"]::-moz-placeholder {
|
3583 |
+
/* Firefox 19+ */
|
3584 |
+
color: #7f8995;
|
3585 |
+
font-size: 13px;
|
3586 |
}
|
3587 |
|
3588 |
+
.fg-layout-3-search-box input[type="text"]:-ms-input-placeholder {
|
3589 |
+
/* IE 10+ */
|
3590 |
+
color: #7f8995;
|
3591 |
+
font-size: 13px;
|
3592 |
}
|
3593 |
|
3594 |
+
.fg-layout-3-search-box input[type="text"]:-moz-placeholder {
|
3595 |
+
/* Firefox 18- */
|
3596 |
+
color: #7f8995;
|
3597 |
+
font-size: 13px;
|
3598 |
}
|
3599 |
|
3600 |
+
.fg-layout-3-filters-wrap {
|
3601 |
+
height: 55px;
|
3602 |
+
border-radius: 5px;
|
3603 |
+
display: -webkit-box;
|
3604 |
+
display: flex;
|
3605 |
+
flex-wrap: wrap;
|
3606 |
+
-webkit-box-align: center;
|
3607 |
+
align-items: center;
|
3608 |
}
|
3609 |
|
3610 |
+
.fg-layout-3-filters-wrap .fg-layout-3-search-box {
|
3611 |
+
background: #f7f8ff;
|
3612 |
+
border-radius: 0 10px 10px 0;
|
|
|
3613 |
}
|
3614 |
|
3615 |
+
.fg-layout-3-item-thumb {
|
3616 |
+
position: relative;
|
3617 |
+
overflow: hidden;
|
3618 |
}
|
3619 |
|
3620 |
+
.fg-layout-3-item-thumb .gallery-item-buttons {
|
3621 |
+
text-align: center;
|
3622 |
position: absolute;
|
3623 |
left: 0;
|
3624 |
top: 0;
|
3625 |
height: 100%;
|
3626 |
width: 100%;
|
3627 |
+
display: -webkit-box;
|
3628 |
+
display: flex;
|
3629 |
+
-webkit-box-align: center;
|
3630 |
+
align-items: center;
|
3631 |
+
-webkit-box-pack: center;
|
3632 |
+
justify-content: center;
|
3633 |
+
z-index: 4;
|
3634 |
}
|
3635 |
|
3636 |
+
.fg-layout-3-item-content {
|
3637 |
+
padding: 27px 27px 30px;
|
3638 |
+
text-align: center;
|
|
|
|
|
3639 |
}
|
3640 |
|
3641 |
+
.eael-fg-card-content-align-left .fg-layout-3-item-content {
|
3642 |
+
text-align: left;
|
|
|
|
|
|
|
3643 |
}
|
3644 |
|
3645 |
+
.eael-fg-card-content-align-center .fg-layout-3-item-content {
|
3646 |
+
text-align: center;
|
|
|
|
|
|
|
3647 |
}
|
3648 |
|
3649 |
+
.eael-fg-card-content-align-right .fg-layout-3-item-content {
|
3650 |
+
text-align: right;
|
3651 |
}
|
3652 |
|
3653 |
+
.eael-filterable-gallery-item-wrap .fg-layout-3-item.eael-gallery-grid-item {
|
3654 |
+
box-shadow: 0px 0px 30px 0px rgba(3, 29, 60, 0.05);
|
3655 |
+
border-radius: 5px;
|
3656 |
}
|
3657 |
|
3658 |
+
.fg-caption-head {
|
3659 |
+
position: absolute;
|
3660 |
+
left: 0;
|
3661 |
+
top: 0;
|
3662 |
+
width: 100%;
|
3663 |
+
display: -webkit-box;
|
3664 |
+
display: flex;
|
3665 |
+
-webkit-box-pack: justify;
|
3666 |
+
justify-content: space-between;
|
3667 |
+
padding: 35px 35px;
|
3668 |
+
z-index: 3;
|
3669 |
+
color: #fff;
|
3670 |
+
font-size: 18px;
|
3671 |
+
font-weight: 700;
|
3672 |
}
|
3673 |
|
3674 |
+
.fg-item-category > span {
|
3675 |
+
font-size: 12px;
|
3676 |
+
color: #fff;
|
3677 |
+
background: #fa9196;
|
3678 |
+
padding: 10px 12px;
|
3679 |
display: inline-block;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3680 |
}
|
3681 |
|
3682 |
+
.fg-layout-3-item-content {
|
3683 |
+
position: relative;
|
|
|
|
|
3684 |
}
|
3685 |
|
3686 |
+
.fg-item-category {
|
|
|
3687 |
position: absolute;
|
3688 |
left: 0;
|
3689 |
top: 0;
|
3690 |
+
text-align: center;
|
3691 |
width: 100%;
|
3692 |
+
height: 30px;
|
3693 |
+
margin-top: -15px;
|
3694 |
+
z-index: 11;
|
|
|
3695 |
}
|
3696 |
|
3697 |
+
.fg-item-category span {
|
3698 |
+
border-radius: 5px;
|
3699 |
+
line-height: 1;
|
3700 |
visibility: hidden;
|
3701 |
opacity: 0;
|
3702 |
+
-webkit-transition: 300ms;
|
3703 |
+
transition: 300ms;
|
|
|
|
|
|
|
|
|
3704 |
}
|
3705 |
|
3706 |
+
.fg-layout-3-item.eael-gallery-grid-item:hover .fg-item-category span {
|
|
|
3707 |
visibility: visible;
|
3708 |
+
opacity: 1;
|
3709 |
}
|
3710 |
|
3711 |
+
.mfp-iframe-holder .mfp-close,
|
3712 |
+
.mfp-image-holder .mfp-close {
|
3713 |
+
width: auto;
|
|
|
3714 |
}
|
3715 |
|
3716 |
+
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
|
3717 |
+
cursor: pointer;
|
|
|
|
|
|
|
3718 |
}
|
3719 |
|
3720 |
+
.mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
|
3721 |
+
text-decoration: none;
|
3722 |
}
|
3723 |
|
3724 |
+
button.mfp-close:not(.toggle),
|
3725 |
+
button.mfp-arrow:not(.toggle) {
|
3726 |
+
background: transparent;
|
|
|
|
|
3727 |
}
|
3728 |
|
3729 |
+
/*----------------------------*/
|
3730 |
+
/* 35. Feature List
|
3731 |
+
/*----------------------------*/
|
3732 |
+
.elementor-widget-eael-feature-list.-icon-position-left .connector-type-modern.rhombus .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top .connector-type-modern.rhombus .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right .connector-type-modern.rhombus .eael-feature-list-item:before {
|
3733 |
+
top: 3px !important;
|
3734 |
+
}
|
3735 |
+
.elementor-widget-eael-feature-list.-icon-position-left .connector-type-modern.rhombus .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top .connector-type-modern.rhombus .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right .connector-type-modern.rhombus .eael-feature-list-item:after {
|
3736 |
+
top: 45px !important;
|
3737 |
+
}
|
3738 |
+
.elementor-widget-eael-feature-list.-icon-position-right .connector, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .connector {
|
3739 |
+
right: 0;
|
3740 |
+
left: calc(100% - 70px);
|
3741 |
+
}
|
3742 |
+
.elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
3743 |
+
padding: 0 50px 0 0;
|
3744 |
+
}
|
3745 |
+
@media (max-width: 767px) {
|
3746 |
+
.elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
3747 |
+
padding: 0 30px 0 0;
|
3748 |
+
}
|
3749 |
+
}
|
3750 |
+
.elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
|
3751 |
+
left: auto;
|
3752 |
+
right: 0;
|
3753 |
+
}
|
3754 |
+
.elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
|
3755 |
+
left: auto;
|
3756 |
+
right: 5px;
|
3757 |
+
top: 30px;
|
3758 |
+
}
|
3759 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items {
|
3760 |
+
list-style-type: none;
|
3761 |
+
margin: 0;
|
3762 |
+
padding: 0;
|
3763 |
+
}
|
3764 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item {
|
3765 |
+
position: relative;
|
3766 |
+
}
|
3767 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .connector {
|
3768 |
+
display: block;
|
3769 |
+
position: absolute;
|
3770 |
+
width: 0;
|
3771 |
+
margin: 0 auto;
|
3772 |
+
z-index: 1;
|
3773 |
+
height: 100%;
|
3774 |
+
top: 0.5em;
|
3775 |
+
font-size: 60px;
|
3776 |
+
left: 0;
|
3777 |
+
right: calc(100% - 60px);
|
3778 |
+
border-left: 2px solid #2ecc71;
|
3779 |
+
border-right: none !important;
|
3780 |
+
}
|
3781 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item:last-child .connector {
|
3782 |
+
display: none;
|
3783 |
+
}
|
3784 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box {
|
3785 |
+
z-index: 2;
|
3786 |
+
-webkit-transition: all 0.5s;
|
3787 |
+
transition: all 0.5s;
|
3788 |
+
}
|
3789 |
+
@media (prefers-reduced-motion: reduce) {
|
3790 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box {
|
3791 |
+
-webkit-transition: none;
|
3792 |
+
transition: none;
|
3793 |
+
}
|
3794 |
+
}
|
3795 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner {
|
3796 |
+
background-color: #37368e;
|
3797 |
+
-webkit-transition: all 0.5s;
|
3798 |
+
transition: all 0.5s;
|
3799 |
+
display: -webkit-inline-box;
|
3800 |
+
display: inline-flex;
|
3801 |
+
}
|
3802 |
+
@media (prefers-reduced-motion: reduce) {
|
3803 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon-inner {
|
3804 |
+
-webkit-transition: none;
|
3805 |
+
transition: none;
|
3806 |
+
}
|
3807 |
}
|
3808 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon {
|
3809 |
+
padding: 0.5em;
|
3810 |
+
-webkit-transition: all 0.5s;
|
3811 |
+
transition: all 0.5s;
|
3812 |
+
font-size: 30px;
|
3813 |
+
line-height: 1;
|
3814 |
+
color: #37368e;
|
3815 |
+
text-align: center;
|
3816 |
+
display: -webkit-inline-box;
|
3817 |
+
display: inline-flex;
|
3818 |
display: -webkit-box;
|
3819 |
display: flex;
|
3820 |
-webkit-box-align: center;
|
3821 |
align-items: center;
|
3822 |
-webkit-box-pack: center;
|
3823 |
justify-content: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3824 |
}
|
3825 |
+
@media (prefers-reduced-motion: reduce) {
|
3826 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon {
|
3827 |
+
-webkit-transition: none;
|
3828 |
+
transition: none;
|
3829 |
+
}
|
3830 |
}
|
3831 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i {
|
3832 |
+
width: 1em;
|
3833 |
+
height: 1em;
|
3834 |
position: relative;
|
3835 |
+
display: block;
|
3836 |
}
|
3837 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-icon i:before {
|
|
|
|
|
3838 |
position: absolute;
|
3839 |
+
left: 50%;
|
3840 |
+
-webkit-transform: translateX(-50%);
|
3841 |
+
transform: translateX(-50%);
|
|
|
3842 |
}
|
3843 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-img {
|
3844 |
+
font-size: 8px;
|
3845 |
+
line-height: 1;
|
3846 |
+
max-width: inherit;
|
|
|
|
|
|
|
3847 |
}
|
3848 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box {
|
3849 |
+
margin: 0 0 0 20px;
|
|
|
|
|
|
|
|
|
|
|
|
|
3850 |
}
|
3851 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-title {
|
3852 |
+
margin-top: -2px;
|
3853 |
+
line-height: 1.5em;
|
|
|
3854 |
}
|
3855 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-content-box .eael-feature-list-content {
|
3856 |
+
padding: 0;
|
3857 |
+
margin: 0;
|
3858 |
+
font-size: 14px;
|
3859 |
+
line-height: 1.5em;
|
|
|
3860 |
}
|
3861 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.stacked .eael-feature-list-icon-box .eael-feature-list-icon {
|
3862 |
+
color: #fff;
|
|
|
|
|
3863 |
}
|
3864 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.framed .eael-feature-list-icon-box .eael-feature-list-icon {
|
3865 |
+
background-color: #fff;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3866 |
}
|
3867 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.circle .eael-feature-list-icon-box .eael-feature-list-icon-inner {
|
3868 |
+
border-radius: 50%;
|
|
|
|
|
|
|
|
|
3869 |
}
|
3870 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.circle .eael-feature-list-icon-box .eael-feature-list-icon-inner .eael-feature-list-icon {
|
3871 |
+
border-radius: 50%;
|
|
|
|
|
3872 |
}
|
3873 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon-inner {
|
3874 |
+
-webkit-transform: rotate(45deg);
|
3875 |
+
transform: rotate(45deg);
|
3876 |
+
margin: 15px;
|
|
|
|
|
|
|
|
|
|
|
3877 |
}
|
3878 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon i {
|
3879 |
+
-webkit-transform: rotate(-45deg);
|
3880 |
+
transform: rotate(-45deg);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3881 |
}
|
3882 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon img {
|
3883 |
+
-webkit-transform: rotate(-45deg);
|
3884 |
+
transform: rotate(-45deg);
|
3885 |
+
}
|
3886 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-content-box .eael-feature-list-title {
|
3887 |
+
margin-top: 15px;
|
3888 |
+
}
|
3889 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
3890 |
+
padding: 0 0 0 50px;
|
3891 |
+
position: relative;
|
3892 |
+
}
|
3893 |
+
@media (max-width: 767px) {
|
3894 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item {
|
3895 |
+
padding: 0 0 0 30px;
|
3896 |
+
display: block;
|
|
|
|
|
|
|
3897 |
}
|
3898 |
+
}
|
3899 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before, .elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
|
3900 |
+
content: "";
|
3901 |
+
position: absolute;
|
3902 |
+
display: block;
|
3903 |
+
}
|
3904 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:before {
|
3905 |
+
left: 0;
|
3906 |
+
top: 0;
|
3907 |
+
z-index: 1;
|
3908 |
+
border-left: 1px solid #000;
|
3909 |
+
border-right: none !important;
|
3910 |
+
height: 100%;
|
3911 |
+
}
|
3912 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item:after {
|
3913 |
+
left: 5px;
|
3914 |
+
top: 30px;
|
3915 |
+
width: 23px;
|
3916 |
+
display: block;
|
3917 |
+
z-index: 2;
|
3918 |
+
border-bottom: 1px dashed #000;
|
3919 |
+
border-top: none !important;
|
3920 |
+
}
|
3921 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern .eael-feature-list-item .connector {
|
3922 |
+
display: none;
|
3923 |
+
}
|
3924 |
+
@media (min-width: 768px) {
|
3925 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item {
|
3926 |
+
padding: 0 50px 0 0;
|
3927 |
}
|
3928 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item:before {
|
3929 |
+
left: auto;
|
3930 |
+
right: 0;
|
3931 |
}
|
3932 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item:after {
|
3933 |
+
left: auto;
|
3934 |
+
right: 5px;
|
3935 |
+
top: 30px;
|
3936 |
}
|
3937 |
+
.elementor-widget-eael-feature-list .eael-feature-list-items.connector-type-modern.-icon-position-right .eael-feature-list-item .connector {
|
3938 |
+
display: none;
|
|
|
|
|
3939 |
}
|
3940 |
+
}
|
3941 |
+
@media (min-width: 1025px) {
|
3942 |
+
.elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-content-box {
|
3943 |
margin-right: 0 !important;
|
3944 |
+
margin-top: 0 !important;
|
3945 |
+
margin-bottom: 0 !important;
|
3946 |
}
|
3947 |
+
.elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-content-box {
|
3948 |
+
margin-left: 0 !important;
|
3949 |
+
margin-top: 0 !important;
|
3950 |
+
margin-bottom: 0 !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3951 |
}
|
3952 |
+
.elementor-widget-eael-feature-list.-icon-position-top .eael-feature-list-content-box {
|
3953 |
+
margin-left: 0 !important;
|
3954 |
margin-right: 0 !important;
|
3955 |
+
margin-bottom: 0 !important;
|
3956 |
}
|
3957 |
+
.elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-item {
|
3958 |
+
display: -webkit-box;
|
3959 |
+
display: flex;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3960 |
}
|
3961 |
+
.elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-item {
|
3962 |
+
text-align: left;
|
3963 |
+
-webkit-box-orient: horizontal;
|
3964 |
+
-webkit-box-direction: normal;
|
3965 |
+
flex-direction: row;
|
3966 |
}
|
3967 |
+
.elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-item {
|
3968 |
+
text-align: right;
|
3969 |
+
-webkit-box-orient: horizontal;
|
3970 |
+
-webkit-box-direction: reverse;
|
3971 |
+
flex-direction: row-reverse;
|
3972 |
}
|
3973 |
+
}
|
3974 |
+
@media (max-width: 1024px) {
|
3975 |
+
.elementor-widget-eael-feature-list.-tablet-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-tablet-icon-position-right .eael-feature-list-item {
|
3976 |
+
display: -webkit-box;
|
3977 |
+
display: flex;
|
3978 |
}
|
3979 |
+
.elementor-widget-eael-feature-list.-tablet-icon-position-left .eael-feature-list-item {
|
3980 |
+
text-align: left;
|
3981 |
+
-webkit-box-orient: horizontal;
|
3982 |
+
-webkit-box-direction: normal;
|
3983 |
+
flex-direction: row;
|
3984 |
}
|
3985 |
+
.elementor-widget-eael-feature-list.-tablet-icon-position-right .eael-feature-list-item {
|
3986 |
+
text-align: right;
|
3987 |
+
-webkit-box-orient: horizontal;
|
3988 |
+
-webkit-box-direction: reverse;
|
3989 |
+
flex-direction: row-reverse;
|
3990 |
}
|
3991 |
+
}
|
3992 |
+
@media (min-width: 768px) and (max-width: 1024px) {
|
3993 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-content-box {
|
3994 |
margin-right: 0 !important;
|
3995 |
+
margin-top: 0 !important;
|
3996 |
+
margin-bottom: 0 !important;
|
3997 |
}
|
3998 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
|
3999 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
|
4000 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
|
4001 |
+
.eael-feature-list-item {
|
4002 |
+
padding: 0 0 0 50px;
|
4003 |
}
|
4004 |
}
|
4005 |
+
@media (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
|
4006 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
|
4007 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
|
4008 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
|
4009 |
+
.eael-feature-list-item {
|
4010 |
+
padding: 0 0 0 30px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4011 |
}
|
4012 |
+
}
|
4013 |
+
@media (min-width: 768px) and (max-width: 1024px) {
|
4014 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
|
4015 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
|
4016 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
|
4017 |
+
.eael-feature-list-item:before {
|
4018 |
+
left: 0;
|
4019 |
+
right: auto;
|
4020 |
}
|
4021 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
|
4022 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
|
4023 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left .eael-feature-list-items.connector-type-modern
|
4024 |
+
.eael-feature-list-item:after {
|
4025 |
+
left: 5px;
|
4026 |
+
top: 30px;
|
4027 |
}
|
4028 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-content-box {
|
4029 |
+
margin-left: 0 !important;
|
4030 |
margin-right: 0 !important;
|
4031 |
+
margin-bottom: 0 !important;
|
4032 |
}
|
4033 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
|
4034 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
|
4035 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
|
4036 |
+
.eael-feature-list-item {
|
4037 |
+
padding: 0 0 0 50px;
|
4038 |
}
|
4039 |
+
}
|
4040 |
+
@media (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
|
4041 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
|
4042 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
|
4043 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
|
4044 |
+
.eael-feature-list-item {
|
4045 |
+
padding: 0 0 0 30px;
|
4046 |
}
|
4047 |
+
}
|
4048 |
+
@media (min-width: 768px) and (max-width: 1024px) {
|
4049 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
|
4050 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
|
4051 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
|
4052 |
+
.eael-feature-list-item:before {
|
4053 |
+
left: 0;
|
4054 |
+
right: auto;
|
4055 |
}
|
4056 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
|
4057 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
|
4058 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top .eael-feature-list-items.connector-type-modern
|
4059 |
+
.eael-feature-list-item:after {
|
4060 |
+
left: 5px;
|
4061 |
}
|
4062 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-content-box {
|
4063 |
+
margin-left: 0 !important;
|
4064 |
+
margin-top: 0 !important;
|
4065 |
+
margin-bottom: 0 !important;
|
4066 |
}
|
4067 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
|
4068 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
|
4069 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
|
4070 |
+
.eael-feature-list-item {
|
4071 |
+
padding: 0 50px 0 0;
|
4072 |
}
|
4073 |
+
}
|
4074 |
+
@media (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
|
4075 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
|
4076 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
|
4077 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
|
4078 |
+
.eael-feature-list-item {
|
4079 |
+
padding: 0 30px 0 0;
|
4080 |
}
|
4081 |
+
}
|
4082 |
+
@media (min-width: 768px) and (max-width: 1024px) {
|
4083 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
|
4084 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
|
4085 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
|
4086 |
+
.eael-feature-list-item:before {
|
4087 |
+
right: 0;
|
4088 |
+
left: auto;
|
4089 |
}
|
4090 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
|
4091 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
|
4092 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right .eael-feature-list-items.connector-type-modern
|
4093 |
+
.eael-feature-list-item:after {
|
4094 |
+
left: auto;
|
4095 |
+
right: 5px;
|
4096 |
}
|
4097 |
+
}
|
4098 |
+
@media (max-width: 767px) {
|
4099 |
+
.elementor-widget-eael-feature-list.-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-item, .elementor-widget-eael-feature-list.-tablet-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-tablet-icon-position-right .eael-feature-list-item {
|
4100 |
+
display: block;
|
4101 |
+
text-align: left;
|
4102 |
}
|
4103 |
+
.elementor-widget-eael-feature-list.-mobile-icon-position-left .eael-feature-list-item, .elementor-widget-eael-feature-list.-mobile-icon-position-right .eael-feature-list-item {
|
4104 |
+
display: -webkit-box;
|
4105 |
+
display: flex;
|
4106 |
}
|
4107 |
+
.elementor-widget-eael-feature-list.-mobile-icon-position-left .eael-feature-list-item {
|
4108 |
+
text-align: left;
|
4109 |
+
-webkit-box-orient: horizontal;
|
4110 |
+
-webkit-box-direction: normal;
|
4111 |
+
flex-direction: row;
|
4112 |
}
|
4113 |
+
.elementor-widget-eael-feature-list.-mobile-icon-position-right .eael-feature-list-item {
|
4114 |
+
text-align: right;
|
4115 |
+
-webkit-box-orient: horizontal;
|
4116 |
+
-webkit-box-direction: reverse;
|
4117 |
+
flex-direction: row-reverse;
|
4118 |
+
}
|
4119 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box {
|
4120 |
margin-right: 0 !important;
|
4121 |
+
margin-top: 0 !important;
|
4122 |
+
margin-bottom: 0 !important;
|
4123 |
}
|
4124 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4125 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4126 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4127 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4128 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4129 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4130 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4131 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4132 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4133 |
+
.eael-feature-list-item {
|
4134 |
+
padding: 0 0 0 50px;
|
4135 |
}
|
4136 |
}
|
4137 |
+
@media (max-width: 767px) and (max-width: 767px) {
|
4138 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4139 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4140 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4141 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4142 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4143 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4144 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4145 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4146 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4147 |
+
.eael-feature-list-item {
|
4148 |
+
padding: 0 0 0 30px;
|
4149 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4150 |
}
|
4151 |
+
@media (max-width: 767px) {
|
4152 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4153 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4154 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4155 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4156 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4157 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4158 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4159 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4160 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4161 |
+
.eael-feature-list-item:before {
|
4162 |
+
left: 0;
|
4163 |
+
right: auto;
|
4164 |
+
}
|
4165 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4166 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4167 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4168 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4169 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4170 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4171 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4172 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4173 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-items.connector-type-modern
|
4174 |
+
.eael-feature-list-item:after {
|
4175 |
+
left: 5px;
|
4176 |
+
}
|
4177 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-content-box {
|
4178 |
+
margin-left: 0 !important;
|
4179 |
+
margin-right: 0 !important;
|
4180 |
+
margin-bottom: 0 !important;
|
4181 |
+
}
|
4182 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4183 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4184 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4185 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4186 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4187 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4188 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4189 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4190 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4191 |
+
.eael-feature-list-item {
|
4192 |
+
padding: 0 0 0 50px;
|
4193 |
+
}
|
4194 |
}
|
4195 |
+
@media (max-width: 767px) and (max-width: 767px) {
|
4196 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4197 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4198 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4199 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4200 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4201 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4202 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4203 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4204 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4205 |
+
.eael-feature-list-item {
|
4206 |
+
padding: 0 0 0 30px;
|
4207 |
+
}
|
4208 |
}
|
4209 |
+
@media (max-width: 767px) {
|
4210 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4211 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4212 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4213 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4214 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4215 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4216 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4217 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4218 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4219 |
+
.eael-feature-list-item:before {
|
4220 |
+
left: 0;
|
4221 |
+
right: auto;
|
4222 |
+
}
|
4223 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4224 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4225 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4226 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4227 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4228 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4229 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4230 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4231 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-top .eael-feature-list-items.connector-type-modern
|
4232 |
+
.eael-feature-list-item:after {
|
4233 |
+
left: 5px;
|
4234 |
+
}
|
4235 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-content-box {
|
4236 |
+
margin-left: 0 !important;
|
4237 |
+
margin-top: 0 !important;
|
4238 |
+
margin-bottom: 0 !important;
|
4239 |
+
}
|
4240 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4241 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4242 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4243 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4244 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4245 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4246 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4247 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4248 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4249 |
+
.eael-feature-list-item {
|
4250 |
+
padding: 0 50px 0 0;
|
4251 |
+
}
|
4252 |
}
|
4253 |
+
@media (max-width: 767px) and (max-width: 767px) {
|
4254 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4255 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4256 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4257 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4258 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4259 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4260 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4261 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4262 |
+
.eael-feature-list-item, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4263 |
+
.eael-feature-list-item {
|
4264 |
+
padding: 0 30px 0 0;
|
4265 |
+
}
|
4266 |
}
|
4267 |
+
@media (max-width: 767px) {
|
4268 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4269 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4270 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4271 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4272 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4273 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4274 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4275 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4276 |
+
.eael-feature-list-item:before, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4277 |
+
.eael-feature-list-item:before {
|
4278 |
+
right: 0;
|
4279 |
+
left: auto;
|
4280 |
+
}
|
4281 |
+
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4282 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4283 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4284 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4285 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4286 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4287 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4288 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4289 |
+
.eael-feature-list-item:after, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-right .eael-feature-list-items.connector-type-modern
|
4290 |
+
.eael-feature-list-item:after {
|
4291 |
+
left: auto;
|
4292 |
+
right: 5px;
|
4293 |
+
}
|
4294 |
}
|
4295 |
|
4296 |
+
.eael-fluent-form-wrapper label.ff-el-form-check-label {
|
|
|
|
|
4297 |
display: -webkit-box;
|
4298 |
display: flex;
|
|
|
4299 |
-webkit-box-align: center;
|
4300 |
align-items: center;
|
4301 |
}
|
4302 |
+
.eael-fluent-form-wrapper label.ff-el-form-check-label input {
|
4303 |
+
margin-right: 5px;
|
4304 |
+
}
|
4305 |
|
4306 |
+
.eael-fluentform-form-button-full-width .ff-btn-submit {
|
4307 |
+
width: 100%;
|
4308 |
+
display: block;
|
4309 |
}
|
4310 |
|
4311 |
+
.eael-contact-form.eael-fluent-form-wrapper.error-message-hide .ff-el-is-error .text-danger {
|
4312 |
+
display: none;
|
|
|
4313 |
}
|
4314 |
|
4315 |
+
.eael-fluentform-form-button-center .ff-el-group.ff-text-left .ff-btn-submit,
|
4316 |
+
.eael-fluentform-form-button-center .ff-el-group.ff-text-right .ff-btn-submit,
|
4317 |
+
.eael-fluentform-form-button-center .ff-el-group .ff-btn-submit {
|
4318 |
+
margin: 0 auto;
|
|
|
|
|
|
|
4319 |
display: -webkit-box;
|
4320 |
display: flex;
|
4321 |
-webkit-box-align: center;
|
4322 |
align-items: center;
|
4323 |
-webkit-box-pack: center;
|
4324 |
justify-content: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4325 |
}
|
4326 |
|
4327 |
+
.eael-fluentform-form-button-right .ff-el-group.ff-text-left .ff-btn-submit,
|
4328 |
+
.eael-fluentform-form-button-right .ff-el-group.ff-text-right .ff-btn-submit,
|
4329 |
+
.eael-fluentform-form-button-right .ff-el-group .ff-btn-submit {
|
4330 |
+
float: right;
|
4331 |
}
|
4332 |
|
4333 |
+
.eael-fluentform-form-button-left .ff-el-group.ff-text-left .ff-btn-submit,
|
4334 |
+
.eael-fluentform-form-button-left .ff-el-group.ff-text-right .ff-btn-submit,
|
4335 |
+
.eael-fluentform-form-button-left .ff-el-group .ff-btn-submit {
|
4336 |
+
float: left;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4337 |
}
|
4338 |
|
4339 |
+
.eael-contact-form.eael-fluent-form-wrapper.fluent-form-labels-hide label {
|
4340 |
+
display: none !important;
|
|
|
|
|
|
|
|
|
4341 |
}
|
4342 |
|
4343 |
+
.eael-fluentform-section-break-content-left .ff-el-group.ff-el-section-break {
|
4344 |
+
text-align: left;
|
4345 |
}
|
4346 |
|
4347 |
+
.eael-fluentform-section-break-content-center .ff-el-group.ff-el-section-break {
|
|
|
|
|
|
|
4348 |
text-align: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4349 |
}
|
4350 |
|
4351 |
+
.eael-fluentform-section-break-content-right .ff-el-group.ff-el-section-break {
|
4352 |
+
text-align: right;
|
|
|
4353 |
}
|
4354 |
|
4355 |
+
.ff-step-header .ff-el-progress-status,
|
4356 |
+
.ff-el-progress {
|
4357 |
+
display: none;
|
4358 |
}
|
4359 |
|
4360 |
+
.eael-ff-step-header-yes .ff-step-header .ff-el-progress-status {
|
4361 |
+
display: block;
|
4362 |
}
|
4363 |
|
4364 |
+
.eael-ff-step-progressbar-yes .ff-el-progress {
|
4365 |
+
display: block;
|
4366 |
+
}
|
4367 |
+
|
4368 |
+
.ff-el-progress-bar {
|
4369 |
+
display: -webkit-box;
|
4370 |
+
display: flex;
|
4371 |
+
-webkit-box-align: center;
|
4372 |
+
align-items: center;
|
4373 |
+
-webkit-box-pack: end;
|
4374 |
+
justify-content: flex-end;
|
4375 |
+
height: 100%;
|
4376 |
}
|
4377 |
|
4378 |
/*---------------------------*/
|
4635 |
}
|
4636 |
|
4637 |
.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
4638 |
+
left: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4639 |
}
|
4640 |
|
4641 |
+
/*--- Zoom In ---*/
|
4642 |
+
.eael-animate-zoom-in .eael-elements-flip-box-rear-container {
|
4643 |
+
opacity: 0;
|
4644 |
+
-webkit-transform: scale(0.75);
|
4645 |
+
transform: scale(0.75);
|
4646 |
+
z-index: 3;
|
4647 |
}
|
4648 |
|
4649 |
+
.eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container {
|
4650 |
+
opacity: 1;
|
4651 |
+
-webkit-transform: scale(1);
|
4652 |
+
transform: scale(1);
|
4653 |
}
|
4654 |
|
4655 |
+
/*--- Zoom Out ---*/
|
4656 |
+
.eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
4657 |
+
opacity: 0;
|
4658 |
+
-webkit-transform: scale(0.75);
|
4659 |
+
transform: scale(0.75);
|
4660 |
}
|
4661 |
|
4662 |
+
.eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container {
|
4663 |
+
opacity: 0;
|
|
|
|
|
|
|
|
|
4664 |
}
|
4665 |
|
4666 |
+
/*--- Builder Related Style ---*/
|
4667 |
+
.eael-flipbox-content-align-right .eael-elements-flip-box-padding {
|
4668 |
+
text-align: right;
|
4669 |
}
|
4670 |
|
4671 |
+
.eael-flipbox-content-align-left .eael-elements-flip-box-padding {
|
4672 |
+
text-align: left;
|
|
|
4673 |
}
|
4674 |
|
4675 |
+
.eael-flipbox-content-align-center .eael-elements-flip-box-padding {
|
4676 |
+
text-align: center;
|
|
|
|
|
4677 |
}
|
4678 |
|
4679 |
+
.eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,
|
4680 |
+
.eael-flipbox-img-circle .flipbox-back-image-icon img {
|
4681 |
+
border-radius: 50%;
|
4682 |
+
overflow: hidden;
|
4683 |
}
|
4684 |
|
4685 |
/*----------------------*/
|
4701 |
text-align: center;
|
4702 |
}
|
4703 |
|
|
|
|
|
|
|
|
|
|
|
4704 |
.gform_wrapper form li,
|
4705 |
.gform_wrapper li {
|
4706 |
list-style: none;
|
4708 |
|
4709 |
.eael-gravity-form .gform_wrapper ul.gform_fields li.gfield {
|
4710 |
padding: 0;
|
4711 |
+
padding-right: 16px;
|
4712 |
}
|
4713 |
|
4714 |
.eael-gravity-form .gform_wrapper textarea {
|
4715 |
padding: 0;
|
4716 |
+
font-weight: normal !important;
|
4717 |
+
font-family: inherit;
|
4718 |
}
|
4719 |
|
4720 |
.eael-gravity-form .gform_wrapper .gform_footer input.button,
|
5517 |
@media all and (max-width: 900px) {
|
5518 |
.mfp-arrow {
|
5519 |
-webkit-transform: scale(0.75);
|
5520 |
+
transform: scale(0.75);
|
5521 |
}
|
5522 |
|
5523 |
.mfp-arrow-left {
|
5524 |
-webkit-transform-origin: 0;
|
5525 |
+
transform-origin: 0;
|
5526 |
}
|
5527 |
|
5528 |
.mfp-arrow-right {
|
5529 |
-webkit-transform-origin: 100%;
|
5530 |
+
transform-origin: 100%;
|
5531 |
}
|
5532 |
|
5533 |
.mfp-container {
|
5610 |
/*-----------------------------*/
|
5611 |
/* 15. Post Grid Style
|
5612 |
/*-----------------------------*/
|
5613 |
+
.eael-post-grid-container .eael-post-grid {
|
5614 |
margin: 0 -10px;
|
5615 |
}
|
5616 |
|
5617 |
+
.eael-post-grid-container .eael-post-grid .eael-grid-post {
|
5618 |
float: left;
|
5619 |
padding: 10px;
|
5620 |
}
|
5880 |
opacity: 1;
|
5881 |
}
|
5882 |
|
5883 |
+
.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay > i {
|
5884 |
+
-webkit-transform: translateY(0);
|
5885 |
+
transform: translateY(0);
|
5886 |
+
}
|
5887 |
+
|
5888 |
+
/*--- Gallery Column CSS ---*/
|
5889 |
+
@media only screen and (min-width: 1025px) {
|
5890 |
+
/* For Desktop: */
|
5891 |
+
.elementor-element.elementor-grid-eael-col-1 {
|
5892 |
+
position: relative;
|
5893 |
+
}
|
5894 |
+
|
5895 |
+
.elementor-element.elementor-grid-eael-col-1 .eael-grid-post {
|
5896 |
+
width: 100%;
|
5897 |
+
float: left;
|
5898 |
+
}
|
5899 |
+
|
5900 |
+
.elementor-element.elementor-grid-eael-col-2 {
|
5901 |
+
position: relative;
|
5902 |
+
}
|
5903 |
+
|
5904 |
+
.elementor-element.elementor-grid-eael-col-2 .eael-grid-post {
|
5905 |
+
width: 50%;
|
5906 |
+
float: left;
|
5907 |
+
}
|
5908 |
+
|
5909 |
+
.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n) {
|
5910 |
+
margin-right: 0 !important;
|
5911 |
+
}
|
5912 |
+
|
5913 |
+
.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n+1) {
|
5914 |
+
clear: left;
|
5915 |
+
}
|
5916 |
+
|
5917 |
+
.elementor-element.elementor-grid-eael-col-3 {
|
5918 |
+
position: relative;
|
5919 |
+
}
|
5920 |
+
|
5921 |
+
.elementor-element.elementor-grid-eael-col-3 .eael-grid-post {
|
5922 |
+
width: 33.3333%;
|
5923 |
+
float: left;
|
5924 |
+
}
|
5925 |
+
|
5926 |
+
.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n) {
|
5927 |
+
margin-right: 0 !important;
|
5928 |
+
}
|
5929 |
+
|
5930 |
+
.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n+1) {
|
5931 |
+
clear: left;
|
5932 |
+
}
|
5933 |
+
|
5934 |
+
.elementor-element.elementor-grid-eael-col-4 {
|
5935 |
+
position: relative;
|
5936 |
+
}
|
5937 |
+
|
5938 |
+
.elementor-element.elementor-grid-eael-col-4 .eael-grid-post {
|
5939 |
+
width: 25%;
|
5940 |
+
float: left;
|
5941 |
+
}
|
5942 |
+
|
5943 |
+
.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n) {
|
5944 |
+
margin-right: 0 !important;
|
5945 |
+
}
|
5946 |
+
|
5947 |
+
.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n+1) {
|
5948 |
+
clear: left;
|
5949 |
+
}
|
5950 |
+
|
5951 |
+
.elementor-element.elementor-grid-eael-col-5 {
|
5952 |
+
position: relative;
|
5953 |
+
}
|
5954 |
+
|
5955 |
+
.elementor-element.elementor-grid-eael-col-5 .eael-grid-post {
|
5956 |
+
width: 20%;
|
5957 |
+
float: left;
|
5958 |
+
}
|
5959 |
+
|
5960 |
+
.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n) {
|
5961 |
+
margin-right: 0 !important;
|
5962 |
+
}
|
5963 |
+
|
5964 |
+
.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n+1) {
|
5965 |
+
clear: left;
|
5966 |
+
}
|
5967 |
+
|
5968 |
+
.elementor-element.elementor-grid-eael-col-6 {
|
5969 |
+
position: relative;
|
5970 |
+
}
|
5971 |
+
|
5972 |
+
.elementor-element.elementor-grid-eael-col-6 .eael-grid-post {
|
5973 |
+
width: 16%;
|
5974 |
+
float: left;
|
5975 |
+
}
|
5976 |
+
|
5977 |
+
.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n) {
|
5978 |
+
margin-right: 0 !important;
|
5979 |
+
}
|
5980 |
+
|
5981 |
+
.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n+1) {
|
5982 |
+
clear: left;
|
5983 |
+
}
|
5984 |
+
}
|
5985 |
+
@media only screen and (max-width: 1024px) and (min-width: 766px) {
|
5986 |
+
/* For tablets: */
|
5987 |
+
.elementor-element.elementor-grid-tablet-eael-col-1 {
|
5988 |
+
position: relative;
|
5989 |
+
}
|
5990 |
+
|
5991 |
+
.elementor-element.elementor-grid-tablet-eael-col-1 .eael-grid-post {
|
5992 |
+
width: 100%;
|
5993 |
+
float: left;
|
5994 |
+
}
|
5995 |
+
|
5996 |
+
.elementor-element.elementor-grid-tablet-eael-col-2 {
|
5997 |
+
position: relative;
|
5998 |
+
}
|
5999 |
+
|
6000 |
+
.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post {
|
6001 |
+
width: 50%;
|
6002 |
+
float: left;
|
6003 |
+
}
|
6004 |
+
|
6005 |
+
.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n) {
|
6006 |
+
margin-right: 0 !important;
|
6007 |
+
}
|
6008 |
+
|
6009 |
+
.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n+1) {
|
6010 |
+
clear: left;
|
6011 |
+
}
|
6012 |
+
|
6013 |
+
.elementor-element.elementor-grid-tablet-eael-col-3 {
|
6014 |
+
position: relative;
|
6015 |
+
}
|
6016 |
+
|
6017 |
+
.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post {
|
6018 |
+
width: 33.3333%;
|
6019 |
+
float: left;
|
6020 |
+
}
|
6021 |
+
|
6022 |
+
.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n) {
|
6023 |
+
margin-right: 0 !important;
|
6024 |
+
}
|
6025 |
+
|
6026 |
+
.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n+1) {
|
6027 |
+
clear: left;
|
6028 |
+
}
|
6029 |
+
|
6030 |
+
.elementor-element.elementor-grid-tablet-eael-col-4 {
|
6031 |
+
position: relative;
|
6032 |
+
}
|
6033 |
+
|
6034 |
+
.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post {
|
6035 |
+
width: 25%;
|
6036 |
+
float: left;
|
6037 |
+
}
|
6038 |
+
|
6039 |
+
.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n) {
|
6040 |
+
margin-right: 0 !important;
|
6041 |
+
}
|
6042 |
+
|
6043 |
+
.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n+1) {
|
6044 |
+
clear: left;
|
6045 |
+
}
|
6046 |
+
|
6047 |
+
.elementor-element.elementor-grid-tablet-eael-col-5 {
|
6048 |
+
position: relative;
|
6049 |
+
}
|
6050 |
+
|
6051 |
+
.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post {
|
6052 |
+
width: 20%;
|
6053 |
+
float: left;
|
6054 |
+
}
|
6055 |
+
|
6056 |
+
.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n) {
|
6057 |
+
margin-right: 0 !important;
|
6058 |
+
}
|
6059 |
+
|
6060 |
+
.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n+1) {
|
6061 |
+
clear: left;
|
6062 |
+
}
|
6063 |
+
|
6064 |
+
.elementor-element.elementor-grid-tablet-eael-col-6 {
|
6065 |
+
position: relative;
|
6066 |
+
}
|
6067 |
+
|
6068 |
+
.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post {
|
6069 |
+
width: 16%;
|
6070 |
+
float: left;
|
6071 |
+
}
|
6072 |
+
|
6073 |
+
.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n) {
|
6074 |
+
margin-right: 0 !important;
|
6075 |
+
}
|
6076 |
+
|
6077 |
+
.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n+1) {
|
6078 |
+
clear: left;
|
6079 |
+
}
|
6080 |
+
}
|
6081 |
+
@media only screen and (max-width: 767px) {
|
6082 |
+
.elementor-element.elementor-grid-mobile-eael-col-1 {
|
6083 |
+
position: relative;
|
6084 |
+
}
|
6085 |
+
|
6086 |
+
.elementor-element.elementor-grid-mobile-eael-col-1 .eael-grid-post {
|
6087 |
+
width: 100%;
|
6088 |
+
float: left;
|
6089 |
+
}
|
6090 |
+
|
6091 |
+
.elementor-element.elementor-grid-mobile-eael-col-2 {
|
6092 |
+
position: relative;
|
6093 |
+
}
|
6094 |
+
|
6095 |
+
.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post {
|
6096 |
+
width: 50%;
|
6097 |
+
float: left;
|
6098 |
+
}
|
6099 |
+
|
6100 |
+
.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n) {
|
6101 |
+
margin-right: 0 !important;
|
6102 |
+
}
|
6103 |
+
|
6104 |
+
.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n+1) {
|
6105 |
+
clear: left;
|
6106 |
+
}
|
6107 |
+
|
6108 |
+
.elementor-element.elementor-grid-mobile-eael-col-3 {
|
6109 |
+
position: relative;
|
6110 |
+
}
|
6111 |
+
|
6112 |
+
.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post {
|
6113 |
+
width: 33.3333%;
|
6114 |
+
float: left;
|
6115 |
+
}
|
6116 |
+
|
6117 |
+
.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n) {
|
6118 |
+
margin-right: 0 !important;
|
6119 |
+
}
|
6120 |
+
|
6121 |
+
.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n+1) {
|
6122 |
+
clear: left;
|
6123 |
+
}
|
6124 |
+
|
6125 |
+
.elementor-element.elementor-grid-mobile-eael-col-4 {
|
6126 |
+
position: relative;
|
6127 |
+
}
|
6128 |
+
|
6129 |
+
.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post {
|
6130 |
+
width: 25%;
|
6131 |
+
float: left;
|
6132 |
+
}
|
6133 |
+
|
6134 |
+
.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n) {
|
6135 |
+
margin-right: 0 !important;
|
6136 |
+
}
|
6137 |
|
6138 |
+
.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n+1) {
|
6139 |
+
clear: left;
|
6140 |
+
}
|
|
|
|
|
6141 |
|
6142 |
+
.elementor-element.elementor-grid-mobile-eael-col-5 {
|
6143 |
+
position: relative;
|
6144 |
+
}
|
|
|
6145 |
|
6146 |
+
.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post {
|
6147 |
+
width: 20%;
|
6148 |
+
float: left;
|
6149 |
+
}
|
6150 |
|
6151 |
+
.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n) {
|
6152 |
+
margin-right: 0 !important;
|
6153 |
+
}
|
|
|
6154 |
|
6155 |
+
.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n+1) {
|
6156 |
+
clear: left;
|
6157 |
+
}
|
|
|
6158 |
|
6159 |
+
.elementor-element.elementor-grid-mobile-eael-col-6 {
|
6160 |
+
position: relative;
|
6161 |
+
}
|
|
|
6162 |
|
6163 |
+
.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post {
|
6164 |
+
width: 16%;
|
6165 |
+
float: left;
|
|
|
|
|
|
|
|
|
|
|
6166 |
}
|
6167 |
+
|
6168 |
+
.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n) {
|
6169 |
+
margin-right: 0 !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
6170 |
}
|
6171 |
+
|
6172 |
+
.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n+1) {
|
6173 |
+
clear: left;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6174 |
}
|
6175 |
}
|
6176 |
.eael-author-avatar > a {
|
6555 |
}
|
6556 |
|
6557 |
.eael-pricing .eael-pricing-button {
|
6558 |
+
display: none;
|
6559 |
padding: 12px 25px;
|
6560 |
background: #00C853;
|
6561 |
font-size: 14px;
|
7006 |
text-align: right;
|
7007 |
}
|
7008 |
|
7009 |
+
.eael-pricing-content-align-center .eael-pricing.style-4 {
|
7010 |
+
text-align: center;
|
7011 |
+
}
|
7012 |
+
|
7013 |
+
.eael-pricing-content-align-left .eael-pricing.style-4 {
|
7014 |
+
text-align: left;
|
7015 |
+
}
|
7016 |
+
|
7017 |
+
.eael-pricing-content-align-right .eael-pricing.style-4 {
|
7018 |
+
text-align: right;
|
7019 |
+
}
|
7020 |
+
|
7021 |
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag {
|
7022 |
padding-left: 45px;
|
7023 |
}
|
7058 |
|
7059 |
.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after {
|
7060 |
-webkit-transform: translateX(-80%);
|
7061 |
+
transform: translateX(-80%);
|
7062 |
}
|
7063 |
|
7064 |
.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after {
|
7065 |
-webkit-transform: translateX(80%);
|
7066 |
+
transform: translateX(80%);
|
7067 |
}
|
7068 |
|
7069 |
.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,
|
7070 |
.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after {
|
7071 |
-webkit-transform: translateX(0%);
|
7072 |
+
transform: translateX(0%);
|
7073 |
}
|
7074 |
|
7075 |
.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,
|
7938 |
box-shadow: none !important;
|
7939 |
}
|
7940 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7941 |
.plyr__controls {
|
7942 |
display: none !important;
|
7943 |
}
|
7956 |
}
|
7957 |
|
7958 |
.eael-sticky-video-player2 {
|
|
|
7959 |
min-height: 20px;
|
7960 |
overflow: visible;
|
7961 |
}
|
7962 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7963 |
.eael-sticky-video-player2.out {
|
7964 |
position: fixed;
|
7965 |
z-index: 999;
|
7983 |
line-height: 1;
|
7984 |
}
|
7985 |
|
|
|
|
|
|
|
|
|
|
|
|
|
7986 |
.owp-play {
|
7987 |
position: absolute;
|
7988 |
top: 50%;
|
7989 |
left: 50%;
|
7990 |
-webkit-transform: translateX(-50%) translateY(-50%);
|
7991 |
+
transform: translateX(-50%) translateY(-50%);
|
7992 |
}
|
7993 |
|
7994 |
.owp-play i {
|
8004 |
opacity: 1;
|
8005 |
}
|
8006 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8007 |
/* === Close Icon === */
|
8008 |
.eaelsv-sticky-player-close {
|
8009 |
position: absolute;
|
8038 |
transform: rotate(-45deg);
|
8039 |
}
|
8040 |
|
8041 |
+
/* For Box Shadow issue in astra bar */
|
8042 |
+
.plyr__progress input[type=range]::-webkit-slider-runnable-track,
|
8043 |
+
.plyr__volume input[type=range]::-webkit-slider-runnable-track {
|
8044 |
+
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
|
8045 |
+
}
|
8046 |
+
|
8047 |
+
.plyr__progress input[type=range]::-moz-range-track,
|
8048 |
+
.plyr__volume input[type=range]::-moz-range-track {
|
8049 |
+
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
|
8050 |
+
}
|
8051 |
+
|
8052 |
html {
|
8053 |
scroll-behavior: smooth;
|
8054 |
}
|
8056 |
.eael-toc {
|
8057 |
z-index: 9999;
|
8058 |
width: 300px;
|
8059 |
+
display: none;
|
8060 |
}
|
8061 |
.eael-toc .eael-toc-button {
|
8062 |
display: none;
|
8071 |
position: fixed;
|
8072 |
top: 100px;
|
8073 |
background: none;
|
8074 |
+
display: block;
|
8075 |
}
|
8076 |
.eael-toc.collapsed {
|
8077 |
width: unset !important;
|
8118 |
.eael-toc.eael-toc-right {
|
8119 |
right: 0;
|
8120 |
}
|
|
|
|
|
|
|
8121 |
.eael-toc.eael-toc-right .eael-toc-close {
|
8122 |
left: -11px;
|
8123 |
}
|
8176 |
background: #fff6f3;
|
8177 |
min-width: 20vh;
|
8178 |
max-height: 50vh;
|
8179 |
+
overflow-y: scroll;
|
8180 |
}
|
8181 |
.eael-toc .eael-toc-body::-webkit-scrollbar {
|
8182 |
width: 6px;
|
8185 |
background: #aaa;
|
8186 |
border-radius: 10px;
|
8187 |
}
|
|
|
|
|
|
|
8188 |
.eael-toc .eael-toc-body ul.eael-toc-list {
|
8189 |
margin: 0;
|
8190 |
padding: 0;
|
9153 |
max-width: 100%;
|
9154 |
}
|
9155 |
|
9156 |
+
/*--------------------------*/
|
9157 |
+
/* 01. General Styles
|
9158 |
+
/*--------------------------*/
|
9159 |
+
.clearfix::before,
|
9160 |
+
.clearfix::after {
|
9161 |
+
content: " ";
|
9162 |
+
display: table;
|
9163 |
+
clear: both;
|
9164 |
+
}
|
9165 |
+
|
9166 |
+
/*---------------------------------------*/
|
9167 |
+
/* 02. Common styles for slider elements
|
9168 |
+
/*---------------------------------------*/
|
9169 |
+
.eael-testimonial-slider.nav-top-left,
|
9170 |
+
.eael-testimonial-slider.nav-top-right,
|
9171 |
+
.eael-team-slider.nav-top-left,
|
9172 |
+
.eael-team-slider.nav-top-right,
|
9173 |
+
.eael-logo-carousel.nav-top-left,
|
9174 |
+
.eael-logo-carousel.nav-top-right,
|
9175 |
+
.eael-post-carousel.nav-top-left,
|
9176 |
+
.eael-post-carousel.nav-top-right,
|
9177 |
+
.eael-product-carousel.nav-top-left,
|
9178 |
+
.eael-product-carousel.nav-top-right {
|
9179 |
+
padding-top: 40px;
|
9180 |
+
}
|
9181 |
+
|
9182 |
+
/*--------------------------------*/
|
9183 |
+
/* 10. Contact forms common
|
9184 |
+
/*--------------------------------*/
|
9185 |
+
.eael-contact-form input[type=text],
|
9186 |
+
.eael-contact-form input[type=email],
|
9187 |
+
.eael-contact-form input[type=url],
|
9188 |
+
.eael-contact-form input[type=tel],
|
9189 |
+
.eael-contact-form input[type=date],
|
9190 |
+
.eael-contact-form input[type=number],
|
9191 |
+
.eael-contact-form textarea {
|
9192 |
+
background: #fff;
|
9193 |
+
box-shadow: none;
|
9194 |
+
-webkit-box-shadow: none;
|
9195 |
+
float: none;
|
9196 |
+
height: auto;
|
9197 |
+
margin: 0;
|
9198 |
+
outline: 0;
|
9199 |
+
width: 100%;
|
9200 |
+
}
|
9201 |
+
|
9202 |
+
.eael-contact-form input[type=submit] {
|
9203 |
+
border: 0;
|
9204 |
+
float: none;
|
9205 |
+
height: auto;
|
9206 |
+
margin: 0;
|
9207 |
+
padding: 10px 20px;
|
9208 |
+
width: auto;
|
9209 |
+
-webkit-transition: all 0.25s linear 0s;
|
9210 |
+
transition: all 0.25s linear 0s;
|
9211 |
+
}
|
9212 |
+
|
9213 |
+
.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
|
9214 |
+
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
|
9215 |
+
opacity: 0;
|
9216 |
+
visibility: hidden;
|
9217 |
+
}
|
9218 |
+
|
9219 |
+
.eael-contact-form.placeholder-hide input::-moz-placeholder,
|
9220 |
+
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
|
9221 |
+
opacity: 0;
|
9222 |
+
visibility: hidden;
|
9223 |
+
}
|
9224 |
+
|
9225 |
+
.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
|
9226 |
+
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
|
9227 |
+
opacity: 0;
|
9228 |
+
visibility: hidden;
|
9229 |
+
}
|
9230 |
+
|
9231 |
+
.eael-contact-form.placeholder-hide input:-moz-placeholder,
|
9232 |
+
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
|
9233 |
+
opacity: 0;
|
9234 |
+
visibility: hidden;
|
9235 |
+
}
|
9236 |
+
|
9237 |
+
.eael-custom-radio-checkbox input[type=checkbox],
|
9238 |
+
.eael-custom-radio-checkbox input[type=radio] {
|
9239 |
+
-webkit-appearance: none;
|
9240 |
+
-moz-appearance: none;
|
9241 |
+
border-style: solid;
|
9242 |
+
border-width: 0;
|
9243 |
+
outline: none;
|
9244 |
+
min-width: 1px;
|
9245 |
+
width: 15px;
|
9246 |
+
height: 15px;
|
9247 |
+
background: #ddd;
|
9248 |
+
padding: 3px;
|
9249 |
+
}
|
9250 |
+
|
9251 |
+
.eael-custom-radio-checkbox input[type=checkbox]:before,
|
9252 |
+
.eael-custom-radio-checkbox input[type=radio]:before {
|
9253 |
+
content: "";
|
9254 |
+
width: 100%;
|
9255 |
+
height: 100%;
|
9256 |
+
padding: 0;
|
9257 |
+
margin: 0;
|
9258 |
+
display: block;
|
9259 |
+
}
|
9260 |
+
|
9261 |
+
.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
|
9262 |
+
.eael-custom-radio-checkbox input[type=radio]:checked:before {
|
9263 |
+
background: #999;
|
9264 |
+
-webkit-transition: all 0.25s linear 0s;
|
9265 |
+
transition: all 0.25s linear 0s;
|
9266 |
+
}
|
9267 |
+
|
9268 |
+
.eael-custom-radio-checkbox input[type=radio] {
|
9269 |
+
border-radius: 50%;
|
9270 |
+
}
|
9271 |
+
|
9272 |
+
.eael-custom-radio-checkbox input[type=radio]:before {
|
9273 |
+
border-radius: 50%;
|
9274 |
+
}
|
9275 |
+
|
9276 |
+
.eael-post-elements-readmore-btn {
|
9277 |
+
font-size: 12px;
|
9278 |
+
font-weight: 500;
|
9279 |
+
-webkit-transition: all 300ms ease-in-out;
|
9280 |
+
transition: all 300ms ease-in-out;
|
9281 |
+
display: inline-block;
|
9282 |
+
}
|
9283 |
+
|
9284 |
+
.elementor-lightbox .dialog-widget-content {
|
9285 |
+
width: 100%;
|
9286 |
+
height: 100%;
|
9287 |
+
}
|
9288 |
+
|
9289 |
+
.eael-contact-form-align-left,
|
9290 |
+
.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
|
9291 |
+
margin: 0 auto 0 0;
|
9292 |
+
}
|
9293 |
+
|
9294 |
+
.eael-contact-form-align-center,
|
9295 |
+
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
|
9296 |
+
float: none;
|
9297 |
+
margin: 0 auto;
|
9298 |
+
}
|
9299 |
+
|
9300 |
+
.eael-contact-form-align-right,
|
9301 |
+
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
|
9302 |
+
margin: 0 0 0 auto;
|
9303 |
+
}
|
9304 |
+
|
9305 |
/* ------------------- */
|
9306 |
/* 23. WPForms
|
9307 |
/* ------------------- */
|
assets/front-end/css/eael.min.css
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
.eael-advance-tabs{display:block}.eael-advance-tabs .eael-tabs-nav>ul{position:relative;padding:0;margin:0;list-style-type:none;display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:center;align-items:center;z-index:1}.eael-advance-tabs .eael-tabs-nav>ul li{position:relative;padding:1em 1.5em;-webkit-box-flex:1;flex:1 1 auto;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;text-align:center;background-color:#f1f1f1}.eael-advance-tabs .eael-tabs-nav>ul li:after{content:"";position:absolute;bottom:-10px;left:0;right:0;margin:0 auto;z-index:1;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #444;border-bottom:0;display:none}.eael-advance-tabs .eael-tabs-nav>ul li.active,.eael-advance-tabs .eael-tabs-nav>ul li.active-default,.eael-advance-tabs .eael-tabs-nav>ul li:hover{background-color:#444}.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active-default:after,.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active:after{display:none}.eael-advance-tabs .eael-tabs-nav>ul li.active-default:after,.eael-advance-tabs .eael-tabs-nav>ul li.active:after{display:block}.eael-tabs-content{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 auto}.eael-advance-tabs .eael-tabs-content>div{display:none;opacity:0}.eael-advance-tabs .eael-tabs-content>div.active,.eael-advance-tabs .eael-tabs-content>div.active-default{display:block;width:100%;padding:1em;opacity:1;-webkit-animation:fadeIn linear .3s;animation:fadeIn linear .3s}.eael-tab-inline-icon li a .fa{margin-right:10px;line-height:1}.eael-tab-top-icon li{display:-webkit-box;display:flex;flex-wrap:wrap;text-align:center}.eael-tab-top-icon li a{display:-webkit-box;display:flex;flex-wrap:wrap;text-align:center}.eael-tab-top-icon li .eael-tab-title,.eael-tab-top-icon li .fa{-webkit-box-flex:1;flex:1 1 100%;line-height:1}.eael-tab-top-icon li a .eael-tab-title{margin-top:10px}.eael-advance-tabs.eael-tabs-vertical{display:-webkit-box;display:flex}.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav{-webkit-box-flex:0;flex:0 0 auto}.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column wrap}.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav>ul>li{width:100%;-webkit-box-pack:start;justify-content:start}.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav>ul li::after{bottom:auto!important;right:-10px;top:calc(50% - 10px);left:auto!important;border-left:10px solid #444;border-right:0;border-top:10px solid transparent;border-bottom:10px solid transparent}@media only screen and (max-width:767px){.eael-advance-tabs .eael-tabs-nav>ul{flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap}.eael-advance-tabs .eael-tabs-nav>ul li{-webkit-box-flex:1;flex:1 1 auto}.responsive-vertical-layout.eael-advance-tabs .eael-tabs-nav>ul li{-webkit-box-flex:1;flex:1 1 100%}.eael-advance-tabs.eael-tabs-vertical{flex-wrap:wrap}.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav{-webkit-box-flex:1;flex:1 100%}.eael-advance-tabs.eael-tabs-vertical ul{-webkit-box-flex:1;flex:1 100%}.eael-advance-tabs.eael-tabs-vertical ul li{-webkit-box-flex:1;flex:1 100%}div.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav>ul li::after{border-left-color:transparent!important;bottom:-20px!important;left:0!important;right:0!important;top:auto!important;border-left:10px solid transparent;border-right:10px solid transparent;border-top-color:#444!important}}
|
4 |
.ea-advanced-data-table-wrap *{background-color:transparent;border:none;box-shadow:none;margin:0;padding:0}.ea-advanced-data-table-wrap .ea-advanced-data-table-wrap-inner{width:100%;overflow-y:auto}.ea-advanced-data-table-wrap .ea-advanced-data-table{width:100%;border-collapse:collapse}.ea-advanced-data-table-wrap .ea-advanced-data-table td,.ea-advanced-data-table-wrap .ea-advanced-data-table th{background-color:transparent!important}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th{position:relative;cursor:pointer}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th:before{content:"";border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:5px solid #4d4d4d;position:absolute;top:50%;right:15px;margin-top:-6px}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th:after{content:"";border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #4d4d4d;position:absolute;top:50%;right:15px;margin-top:1px}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.asc:before{display:none}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.asc:after{margin-top:-3px}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.desc:before{margin-top:-3px}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.desc:after{display:none}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-unsortable th{pointer-events:none}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-unsortable th:after,.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-unsortable th:before{display:none}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-paginated tbody tr{display:none}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th{position:relative}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th:before{border:none}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th:after{content:"";display:block;height:100%;position:absolute;right:0;top:0;width:10px;border:none;cursor:col-resize}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable td,.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th{padding:0}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable td textarea,.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th textarea{width:100%;min-width:100px;height:100%;background-color:transparent;border:none;box-shadow:none;resize:none;margin:0;padding:0;outline:0;vertical-align:middle}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable.ea-advanced-data-table-paginated tbody tr{display:table-row}.ea-advanced-data-table-wrap .ea-advanced-data-table-search-wrap.ea-advanced-data-table-search-center{text-align:center}.ea-advanced-data-table-wrap .ea-advanced-data-table-search-wrap.ea-advanced-data-table-search-right{text-align:right}.ea-advanced-data-table-wrap .ea-advanced-data-table-pagination a{display:inline-block}
|
5 |
.eael-caldera-form-align-left,.eael-caldera-form-btn-align-left{text-align:left}.eael-caldera-form-align-right,.eael-caldera-form-btn-align-right{text-align:right}.eael-caldera-form-align-center,.eael-caldera-form-btn-align-center{text-align:center}.eael-caldera-form .control-label{display:none}.eael-caldera-form-labels-yes .control-label{display:block}.eael-caldera-form-button-center .form-group input[type=button],.eael-caldera-form-button-center .form-group input[type=submit]{display:block;margin:0 auto}.eael-caldera-form-button-right .form-group input[type=button],.eael-caldera-form-button-right .form-group input[type=submit]{float:right}.eael-caldera-form .intl-tel-input{display:inherit}.eael-custom-radio-checkbox .caldera-grid input[type=checkbox],.eael-custom-radio-checkbox .caldera-grid input[type=radio]{border-style:solid;border-width:0;padding:3px;-webkit-appearance:none}.eael-caldera-form-button-full-width .form-group input[type=button],.eael-caldera-form-button-full-width .form-group input[type=submit]{width:100%}
|
6 |
-
.eael-call-to-action{width:100%;height:auto;display:block;padding:30px;font-size:16px;color:#4d4d4d;font-weight:400;line-height:27px;margin:0 auto}.eael-call-to-action p{margin-bottom:10px}.eael-call-to-action .title{font-size:36px;font-weight:600;line-height:36px;margin-bottom:10px;text-transform:capitalize;font-style:normal}.eael-call-to-action.cta-center{text-align:center}.eael-call-to-action.cta-right{text-align:right}.eael-call-to-action.cta-left{text-align:left}.eael-call-to-action.bg-lite{background:#f4f4f4}.eael-call-to-action.bg-img{background-image:url(../img/bg.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;z-index:0;color:rgba(255,255,255,.7)}.eael-call-to-action.bg-img .icon{color:#fff}.eael-call-to-action.bg-img:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;background:rgba(0,0,0,.8)}.eael-call-to-action.bg-img.bg-fixed{background-attachment:fixed;background-position:center center}.eael-call-to-action.bg-img .title{color:rgba(255,255,255,.9)}.eael-call-to-action.cta-flex,.eael-call-to-action.cta-icon-flex{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:start;align-items:flex-start}.eael-call-to-action.cta-icon-flex .icon{-webkit-box-flex:1;flex-grow:1;font-size:80px;text-align:left;line-height:130px}.eael-call-to-action.cta-icon-flex .action{-webkit-box-flex:1;flex-grow:1;text-align:right;padding-top:22px;flex-basis:22%}.eael-call-to-action.cta-icon-flex .content{-webkit-box-flex:1;flex-grow:1;padding:0 30px}.eael-call-to-action.cta-flex .content{padding:0 15px;-webkit-box-flex:1;flex-grow:1}.eael-call-to-action.cta-flex .action{-webkit-box-flex:1;flex-grow:1;text-align:right;padding-top:25px;flex-basis:23%}.eael-call-to-action .cta-button{position:relative;display:inline-block;padding:12px 30px;background:#f9f9f9;font-size:16px;text-decoration:none;color:#4d4d4d;-webkit-transition:.5s;transition:.5s;-ms-box-shadow:0 0 3px -1px rgba(0,0,0,.2);box-shadow:0 0 3px -1px rgba(0,0,0,.2);margin-right:10px;margin-top:10px;z-index:0;overflow:hidden}.eael-call-to-action .cta-button:last-child{margin-right:0}.eael-call-to-action .cta-button:focus{outline:0}.eael-call-to-action .cta-button:hover{color:#fff;background:#3f51b5;-ms-box-shadow:0 1px 12px 1px rgba(0,0,0,.1);box-shadow:0 1px 12px 1px rgba(0,0,0,.1)}.eael-call-to-action .cta-button.effect-1:after{content:"";position:absolute;width:100%;height:100%;background:#3f51b5;top:0;left:0;transform:translateY(-100%);-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);z-index:-1;-webkit-transition:.5s;transition:.5s;color:#fff}.eael-call-to-action .cta-button.effect-1:hover::after{-webkit-transform:translateY(0);transform:translateY(0)}.eael-call-to-action .cta-button.effect-2:after{content:"";position:absolute;width:100%;height:100%;background:#3f51b5;top:0;left:0;z-index:-1;-webkit-transition:.5s;transition:.5s;color:#fff;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.eael-call-to-action .cta-button.effect-2:hover::after{-webkit-transform:translateX(0);transform:translateX(0)}@media only screen and (max-width:768px){.eael-call-to-action.cta-flex,.eael-call-to-action.cta-icon-flex{flex-wrap:wrap}.eael-call-to-action .title{font-size:28px;line-height:36px;margin-top:0}.eael-call-to-action.cta-icon-flex .icon{-webkit-box-flex:1;flex-grow:1;font-size:48px;line-height:90px;text-align:center}.eael-call-to-action.cta-flex .content,.eael-call-to-action.cta-icon-flex .content{-webkit-box-flex:1;flex-grow:1;text-align:center;padding:0}.eael-call-to-action.cta-flex .action,.eael-call-to-action.cta-icon-flex .action{text-align:center;padding-top:0}.eael-call-to-action .cta-button{padding:12px 25px}}@media only screen and (max-width:360px){.eael-call-to-action{font-size:14px;line-height:26px}.eael-call-to-action .cta-button{padding:4px 20px;font-size:12px}.eael-call-to-action .title{font-size:20px;line-height:30px}}
|
7 |
@-webkit-keyframes loaderSpin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loaderSpin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.eael-load-more-button-wrap{display:-webkit-box;display:flex}.eael-load-more-button{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;padding:1em 2em;border:0 solid;font-size:16px;overflow:hidden}.eael-load-more-button .button__loader{left:-100%;top:auto;margin-right:5px;-webkit-transition:all .2s;transition:all .2s}.eael-load-more-button>span{margin-left:-20px}.eael-load-more-button.button--loading>span{margin-left:0}.eael-load-more-button.button--loading .button__loader{left:0}.eael-btn-loader{border-radius:50%;width:20px;height:20px;font-size:10px;position:relative;text-indent:-9999em;border-top:4px solid rgba(255,255,255,.2);border-right:4px solid rgba(255,255,255,.2);border-bottom:4px solid rgba(255,255,255,.2);border-left:4px solid #fff;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:loaderSpin 1.1s infinite linear;animation:loaderSpin 1.1s infinite linear}.eael-btn-loader:after{border-radius:50%;width:20px;height:20px}
|
8 |
-
.eael-contact-form-7.eael-contact-form-btn-align-center input.wpcf7-submit{margin-left:auto!important;margin-right:auto!important;display:block;float:none}.eael-contact-form-7.eael-contact-form-btn-align-left input.wpcf7-submit{float:left;width:auto}.eael-contact-form-7.eael-contact-form-btn-align-right input.wpcf7-submit{float:right;width:auto}.eael-contact-form-7 .uneditable-input,.eael-contact-form-7 input[type=color],.eael-contact-form-7 input[type=date],.eael-contact-form-7 input[type=datetime-local],.eael-contact-form-7 input[type=datetime],.eael-contact-form-7 input[type=email],.eael-contact-form-7 input[type=month],.eael-contact-form-7 input[type=number],.eael-contact-form-7 input[type=password],.eael-contact-form-7 input[type=search],.eael-contact-form-7 input[type=tel],.eael-contact-form-7 input[type=text],.eael-contact-form-7 input[type=time],.eael-contact-form-7 input[type=url],.eael-contact-form-7 input[type=week],.eael-contact-form-7 textarea{-webkit-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}.eael-contact-form-7 .wpcf7-form::after,.eael-contact-form-7 .wpcf7-form::before{content:" ";clear:both;display:table}.eael-contact-form-7 .wpcf7-form:after{clear:both;content:"";font-size:0;height:0;display:block;visibility:hidden}.eael-contact-form-7 .wpcf7-form .wpcf7-form-control-wrap,.eael-contact-form-7 .wpcf7-form label{display:block}.eael-contact-form-7 .wpcf7-form
|
9 |
.eael-ticker-wrap{overflow:hidden;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-align:center;align-items:center;width:100%}.eael-ticker-wrap .ticker-badge{-webkit-box-flex:0;flex:0 0 auto;padding:8px 12px}.eael-ticker-wrap .eael-ticker{overflow:hidden;-webkit-box-flex:1;flex:1 1 auto}.eael-ticker-wrap .eael-ticker .ticker-content{padding:8px 12px;line-height:1.8}.eael-ticker-wrap .eael-ticker .ticker-content p{margin:0}.eael-ticker-wrap .swiper-button-prev{left:auto!important;right:25px}.eael-ticker-wrap div.swiper-slide,.eael-ticker-wrap div.swiper-slide.swiper-slide-next,.eael-ticker-wrap div.swiper-slide.swiper-slide-prev{opacity:0!important}.eael-ticker-wrap div.swiper-slide.swiper-slide-active{opacity:1!important}.eael-ticker-wrap .eael-content-ticker.swiper-container .swiper-slide{text-align:left}@media only screen and (max-width:767px){.eael-ticker-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap}.content-ticker-pagination{display:none}}.eael-ticker-wrap .swiper-button-next,.eael-ticker-wrap .swiper-button-prev{background-image:none;outline:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}
|
10 |
.eael-countdown-items{list-style:none;margin:0;padding:0;display:table;table-layout:fixed;width:100%}.eael-countdown-items>li{list-style:none;margin:0;padding:0;display:table-cell;position:relative}.eael-countdown-item>div{text-align:center;padding:20px}.eael-countdown-label-block .eael-countdown-digits,.eael-countdown-label-block .eael-countdown-label{display:block;text-align:center}.eael-countdown-digits{font-size:54px;line-height:1}.eael-countdown-label{font-size:18px;line-height:1;color:#fff}.eael-countdown-show-separator .eael-countdown-digits::after{content:":";position:absolute;left:98%;z-index:9999}.eael-countdown-item:last-child .eael-countdown-digits::after{display:none}.eael-countdown-items.style-1 .eael-countdown-item>div{background:#262625}
|
11 |
-
.eael-creative-button-align-center{text-align:center}.eael-creative-button-wrapper{display:-webkit-box;display:flex}.eael-creative-button{-webkit-box-flex:0;flex:0 0 auto;min-width:150px;text-align:center;vertical-align:middle;position:relative;z-index:1;border-radius:2px;padding:20px 30px;font-size:16px;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.eael-creative-button:focus{outline:0}.eael-creative-button--winona{overflow:hidden;padding:0!important;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--winona::after{content:attr(data-text);position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;-webkit-transform:translate3d(0,25%,0);transform:translate3d(0,25%,0);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-creative-button--winona::after,.eael-creative-button--winona>.creative-button-inner{padding:1em 2em;-webkit-transition
|
12 |
@charset "UTF-8";table.eael-data-table thead .sorting,table.eael-data-table thead .sorting_asc,table.eael-data-table thead .sorting_desc{position:relative;z-index:0;outline:0;cursor:pointer}table.eael-data-table thead .sorting:after,table.eael-data-table thead .sorting_asc:after,table.eael-data-table thead .sorting_desc:after{position:absolute;top:50%;right:10px;font-family:FontAwesome;color:#fff;z-index:1;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.eael-data-table-wrap .eael-data-tables_wrapper{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;-webkit-box-pack:start;justify-content:flex-start;width:100%}.eael-data-table-wrap .eael-data-tables_filter{-webkit-box-flex:1;flex-grow:1;flex-basis:50%;text-align:right}.eael-data-table-wrap .eael-data-tables_filter label{font-weight:700}.eael-data-table-wrap .eael-data-tables_filter label input[type=search]{height:40px;border:1px solid rgba(0,0,0,.09);outline:0;padding:10px;margin-left:10px}.eael-data-table-wrap .eael-data-tables_length{-webkit-box-flex:1;flex-grow:1;flex-basis:50%}.eael-data-table-wrap .eael-data-tables_length select{width:auto;max-width:120px;height:40px;border:1px solid rgba(0,0,0,.09);outline:0;margin-left:10px;margin-right:10px}.eael-data-table-wrap .eael-data-tables_length label{font-weight:700}.eael-data-table-wrap .eael-data-tables_info{-webkit-box-flex:1;flex-grow:1;flex-basis:50%;font-weight:700}.eael-data-table-wrap .eael-data-tables_paginate{-webkit-box-flex:1;flex-grow:1;flex-basis:50%;text-align:right}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button{padding:10px 15px;background:#f2f2f2;margin-right:2px;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover{color:#fff;background:#4a4893}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.current{color:#fff;background:#4a4893}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.disabled{cursor:no-drop;background:#f2f2f2;opacity:.5;color:#888}.data-header-icon{margin-right:10px;position:relative;top:2px}.eael-data-table{width:100%;height:auto;margin:0;border-collapse:collapse;border:none}.eael-data-table tr{border-style:none}.eael-data-table thead tr{text-align:left}.eael-data-table thead tr th{padding:20px 15px;background:#4a4893;font-size:16px;font-weight:600;font-family:Montserrat,sans-serif;line-height:1;color:#fff;border-color:#000;border-width:2px;border-style:none;background-clip:padding-box}.eael-data-table thead tr th:hover{border-color:#000}.eael-data-table tbody tr.even{-webkit-transition:background .4s ease-in-out;transition:background .4s ease-in-out}.eael-data-table tbody tr.even:hover{background:rgba(242,242,242,.7)}.eael-data-table tbody tr.even:last-child{border-bottom:1px solid rgba(0,0,0,.09)}.eael-data-table tbody tr.odd{background:rgba(242,242,242,.5);-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out}.eael-data-table tbody tr.odd:hover{background:rgba(242,242,242,.7)}.eael-data-table tbody tr.odd:last-child{border-bottom:1px solid rgba(0,0,0,.09)}.eael-data-table tbody tr td{padding:20px 15px;font-size:14px;font-family:Montserrat,sans-serif;line-height:1;border-width:2px;border-style:none;background-clip:padding-box}.eael-data-table-th-img{display:inline-block;margin:0 15px 0 0;line-height:1}.th-mobile-screen{display:none}@media (max-width:767px){.eael-data-table-wrap{overflow-x:scroll!important;padding-bottom:5px}.th-mobile-screen{display:inline-block;padding:0 .6em;margin-right:10px;text-align:center;-webkit-box-flex:0;flex-grow:0;flex-shrink:0;flex-basis:100px}.th-mobile-screen .eael-data-table-th-img{margin:0 auto 15px auto;display:block}.th-mobile-screen .data-header-icon{margin:0 auto 15px auto;display:block}.td-content-wrapper{display:-webkit-box;display:flex;width:100%}.td-content{width:100%;-webkit-box-pack:center;justify-content:center}.td-content>p{width:100%;-webkit-box-pack:center;justify-content:center}.custom-responsive-option-enable .eael-data-table thead{display:none}.custom-responsive-option-enable .eael-data-table tbody tr td{float:none;clear:left;width:100%;text-align:left;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.eael-data-table .td-content{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex}}table.eael-data-table thead .sorting:after{content:""}table.eael-data-table thead .headerSortDown:after{content:""}table.eael-data-table thead .headerSortUp:after{content:""}table.eael-data-table thead .sorting_disabled.sorting:after{display:none}table.eael-data-table .sorting.sorting-none:after{display:none}table.eael-data-table .sorting_desc.sorting-none:after{display:none}table.eael-data-table .sorting_asc.sorting-none:after{display:none}.eael-table-align-left table.eael-data-table{float:left}.eael-table-align-center table.eael-data-table{margin:0 auto}.eael-table-align-right table.eael-data-table{float:right}.eael-hide-elements .eael-data-tables_info{display:none}.eael-dt-th-align-left .eael-data-table thead tr th{text-align:left}.eael-dt-th-align-right .eael-data-table thead tr th{text-align:right;padding-right:30px}.eael-dt-th-align-center .eael-data-table thead tr th{text-align:center}.eael-dt-td-align-left .eael-data-table tbody tr td{text-align:left}.eael-dt-td-align-center .eael-data-table tbody tr td{text-align:center}.eael-dt-td-align-right .eael-data-table tbody tr td{text-align:right;padding-right:30px}@media (max-width:1024px){.eael-dt-td-align-tablet-left .eael-data-table tbody tr td{text-align:left}.eael-dt-td-align-tablet-center .eael-data-table tbody tr td{text-align:center}.eael-dt-td-align-tablet-right .eael-data-table tbody tr td{text-align:right}}@media (max-width:767px){.eael-dt-td-align-mobile-left .eael-data-table tbody tr td{text-align:left}.eael-dt-td-align-mobile-center .eael-data-table tbody tr td{text-align:center}.eael-dt-td-align-mobile-right .eael-data-table tbody tr td{text-align:right}}
|
13 |
.eael-dual-header{display:block;margin-bottom:50px}.eael-dual-header .title,.eael-dual-header .title span{font-size:36px;font-weight:700;text-transform:uppercase;line-height:48px;margin:10px 0}.eael-dual-header .subtext{font-size:16px;display:block}.eael-dual-header i{display:block;padding:0;margin:20px 0 10px 0;font-size:36px}.eael-dual-header .title span.lead{color:#1abc9c}.eael-dual-header-content-align-center{text-align:center}.eael-dual-header-content-align-left{text-align:left}.eael-dual-header-content-align-right{text-align:right}
|
14 |
.elementor-panel .pro-feature,.elementor-panel .pro-feature a{color:#a4afb7;text-transform:uppercase;letter-spacing:1px;line-height:1.8;font-style:normal}.elementor-panel .pro-feature a{text-decoration:underline;color:#f54!important}.elementor-control-data_table_content_colspan_pro_alert .elementor-control-title,.elementor-control-data_table_content_rowspan_pro_alert .elementor-control-title,.elementor-control-data_table_content_template_pro_alert .elementor-control-title,.elementor-control-data_table_header_colspan_pro_alert .elementor-control-title,.elementor-control-data_table_header_img_pro_alert .elementor-control-title,.elementor-panel .elementor-control-eael_section_pro .elementor-panel-heading-title.elementor-panel-heading-title,.elementor-panel .elementor-control-eael_section_pro .elementor-panel-heading-toggle{color:#f54}.elementor-panel .elementor-control-eael_control_get_pro .elementor-control-field{display:none!important}.elementor-control-eael_fancy_text_style_pro_alert .elementor-control-title,.elementor-control-eael_img_accordion_type_pro_alert .elementor-control-title,.elementor-control-eael_pricing_table_style_pro_alert .elementor-control-title,.elementor-control-eael_section_countdown_style_pro_alert .elementor-control-title,.elementor-control-eael_section_data_table_enabled_pro_alert .elementor-control-title,.elementor-control-eael_team_members_preset_pro_alert .elementor-control-title,.elementor-control-eael_ticker_type_pro_alert .elementor-control-title{color:#f54}
|
@@ -20,28 +20,28 @@
|
|
20 |
.eael-elements-flip-box-container{position:relative;height:300px;width:100%}.eael-elements-flip-box-container .flipbox-button{display:inline-block;-webkit-transition:all .4s;transition:all .4s}.eael-elements-flip-box-container a{display:block}.eael-elements-flip-box-vertical-align{width:100%}.eael-elements-flip-box-padding{padding:0 30px 5px 30px}.eael-elements-flip-box-icon-image{display:inline-block;margin:0 auto 0 auto;line-height:1}.eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background{background:#ccc}.eael_eleements_flip_front_icon_style_bordered{border:2px solid #fff}.eael_flip_box_icon_border_round{border-radius:100px}.eael_eleements_flip_front_icon_style_background,.eael_eleements_flip_front_icon_style_bordered{padding:15px}.eael-elements-flip-box-icon-image i{font-size:40px}.eael-elements-slider-display-table{width:100%}.eael-elements-flip-box-front-container{text-align:center;position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;background:#0e9dd2;color:#fff;border-color:#000;-webkit-display:flex;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.eael-elements-flip-box-content,.eael-elements-flip-box-heading{color:#fff}.eael-elements-flip-box-heading.flipbox-linked-title{color:#fff;font-size:1.5em;font-weight:700}.eael-elements-flip-box-rear-container{text-align:center;position:absolute;top:0;left:0;width:100%;height:100%;background:#444;color:#fff;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;border-color:#000}.eael-elements-button-floating-container{position:fixed;z-index:100}.eael-elements-button-floating-container .eael-elements-button{margin-top:0;font-size:14px;position:relative;padding:14px 20px}.eael-elements-button{cursor:pointer;display:inline-block;background:#077bbe;color:#fff;line-height:1;padding:16px 25px;margin-top:15px}.eael-elements-button:hover{background:#077bbe;color:#fff}.eael-elements-flip-box-container{-webkit-perspective:1000px;perspective:1000px}.eael-elements-flip-box-front-container,.eael-elements-flip-box-rear-container{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:ease;transition-timing-function:ease}.eael-elements-flip-box-flip-card{width:100%;height:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all .5s ease;transition:all .5s ease}.eael-elements-flip-box-front-container,.eael-elements-flip-box-rear-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:rotateX(0);transform:rotateX(0);-webkit-transform:rotateY(0);transform:rotateY(0)}.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container,.eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container,.eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container,.eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container,.eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.eael-animate-push.eael-elements-flip-box-container,.eael-animate-slide.eael-elements-flip-box-container{overflow:hidden}.eael-animate-push .eael-elements-flip-box-rear-container,.eael-animate-slide .eael-elements-flip-box-rear-container{z-index:3}.eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container{top:100%}.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{top:0}.eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container{top:auto;bottom:100%}.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{top:auto;bottom:0}.eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container{left:100%}.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{left:0}.eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container{left:auto;right:100%}.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{left:auto;right:0}.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{top:-100%}.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{top:100%}.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{left:-100%}.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{left:100%}.eael-animate-zoom-in .eael-elements-flip-box-rear-container{opacity:0;-webkit-transform:scale(.75);transform:scale(.75);z-index:3}.eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{opacity:0;-webkit-transform:scale(.75);transform:scale(.75)}.eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{opacity:0}.eael-flipbox-content-align-right .eael-elements-flip-box-padding{text-align:right}.eael-flipbox-content-align-left .eael-elements-flip-box-padding{text-align:left}.eael-flipbox-content-align-center .eael-elements-flip-box-padding{text-align:center}.eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,.eael-flipbox-img-circle .flipbox-back-image-icon img{border-radius:50%;overflow:hidden}
|
21 |
.eael-fluent-form-wrapper label.ff-el-form-check-label{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.eael-fluent-form-wrapper label.ff-el-form-check-label input{margin-right:5px}.eael-fluentform-form-button-full-width .ff-btn-submit{width:100%;display:block}.eael-contact-form.eael-fluent-form-wrapper.error-message-hide .ff-el-is-error .text-danger{display:none}.eael-fluentform-form-button-center .ff-el-group .ff-btn-submit,.eael-fluentform-form-button-center .ff-el-group.ff-text-left .ff-btn-submit,.eael-fluentform-form-button-center .ff-el-group.ff-text-right .ff-btn-submit{margin:0 auto;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-fluentform-form-button-right .ff-el-group .ff-btn-submit,.eael-fluentform-form-button-right .ff-el-group.ff-text-left .ff-btn-submit,.eael-fluentform-form-button-right .ff-el-group.ff-text-right .ff-btn-submit{float:right}.eael-fluentform-form-button-left .ff-el-group .ff-btn-submit,.eael-fluentform-form-button-left .ff-el-group.ff-text-left .ff-btn-submit,.eael-fluentform-form-button-left .ff-el-group.ff-text-right .ff-btn-submit{float:left}.eael-contact-form.eael-fluent-form-wrapper.fluent-form-labels-hide label{display:none!important}.eael-fluentform-section-break-content-left .ff-el-group.ff-el-section-break{text-align:left}.eael-fluentform-section-break-content-center .ff-el-group.ff-el-section-break{text-align:center}.eael-fluentform-section-break-content-right .ff-el-group.ff-el-section-break{text-align:right}.ff-el-progress,.ff-step-header .ff-el-progress-status{display:none}.eael-ff-step-header-yes .ff-step-header .ff-el-progress-status{display:block}.eael-ff-step-progressbar-yes .ff-el-progress{display:block}.ff-el-progress-bar{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;height:100%}
|
22 |
.clearfix::after,.clearfix::before{content:" ";display:table;clear:both}.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right{padding-top:40px}.eael-contact-form input[type=date],.eael-contact-form input[type=email],.eael-contact-form input[type=number],.eael-contact-form input[type=tel],.eael-contact-form input[type=text],.eael-contact-form input[type=url],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:0;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto}
|
23 |
-
.eael-gravity-form-align-default,.eael-gravity-form-align-left,.eael-gravity-form-btn-align-left{text-align:left}.eael-gravity-form-align-right,.eael-gravity-form-btn-align-right{text-align:right}.eael-gravity-form-align-center,.eael-gravity-form-btn-align-center{text-align:center}.
|
24 |
.eael-img-accordion{display:-webkit-box;display:flex;height:50vh}.eael-img-accordion a{position:relative;-webkit-box-flex:1;flex:1;text-align:center;text-decoration:none;color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-transition:-webkit-box-flex .4s;transition:-webkit-box-flex .4s;transition:flex .4s;transition:flex .4s,-webkit-box-flex .4s}.eael-grow-accordion{-webkit-box-flex:3;flex:3}.eael-img-accordion .overlay{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;padding:0 10px;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:background-color .4s;transition:background-color .4s}.eael-img-accordion .overlay .overlay-inner{z-index:1}.eael-img-accordion a:after{content:"";position:absolute;width:100%;height:100%;z-index:0;top:0;left:0;bottom:0;right:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-img-accordion .overlay-inner *{visibility:hidden;opacity:0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.eael-img-accordion .overlay h2{color:#fff;-webkit-transform:translate3d(0,-60px,0);transform:translate3d(0,-60px,0)}.eael-img-accordion .overlay p{color:#fff;-webkit-transform:translate3d(0,60px,0);transform:translate3d(0,60px,0)}.eael-img-accordion .overlay-inner-show *{opacity:1;visibility:visible;-webkit-transform:none!important;transform:none!important;-webkit-transition:all .3s .3s;transition:all .3s .3s}@media screen and (max-width:800px){.eael-img-accordion{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.eael-img-accordion a:hover{-webkit-box-flex:1;flex:1}.eael-img-accordion a:hover .overlay{background-color:transparent}}
|
25 |
.eael-infobox .infobox-icon{height:auto}.eael-infobox .infobox-icon .infobox-icon-wrap{display:-webkit-box;display:flex;width:100%;height:auto;-webkit-transition:.3s;transition:.3s;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-infobox .infobox-icon .infobox-icon-wrap i{-webkit-transition:.3s;transition:.3s}.eael-infobox-content-align-left .eael-infobox .infobox-button,.eael-infobox-content-align-left .eael-infobox .infobox-content,.eael-infobox-content-align-left .eael-infobox .infobox-icon{text-align:left}.eael-infobox-content-align-right .eael-infobox .infobox-button,.eael-infobox-content-align-right .eael-infobox .infobox-content,.eael-infobox-content-align-right .eael-infobox .infobox-icon{text-align:right}.eael-infobox-content-align-center .eael-infobox .infobox-button,.eael-infobox-content-align-center .eael-infobox .infobox-content,.eael-infobox-content-align-center .eael-infobox .infobox-icon{text-align:center}.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap{width:90px;height:90px;text-align:center}.eael-infobox-icon-hover-bg-shape-square:hover .infobox-icon .infobox-icon-wrap{border-radius:0}.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-hover-bg-shape-radius:hover .infobox-icon .infobox-icon-wrap{border-radius:15px}.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-hover-bg-shape-circle:hover .infobox-icon .infobox-icon-wrap{border-radius:50%}.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap i,.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap i{margin-top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.eael-infobox .infobox-button a.eael-infobox-button{display:inline-block;padding:5px 10px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-circle .infobox-icon,.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-radius .infobox-icon,.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-square .infobox-icon{display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start}.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-circle .infobox-icon,.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-radius .infobox-icon,.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-square .infobox-icon{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-circle .infobox-icon,.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-radius .infobox-icon,.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-square .infobox-icon{display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end}.eael-infobox.icon-on-left{position:relative;z-index:0;display:-webkit-box;display:flex}.eael-infobox.icon-on-left .infobox-icon-wrap,.eael-infobox.icon-on-right .infobox-icon-wrap{-webkit-box-pack:center;justify-content:center;display:-webkit-box!important;display:flex!important;-webkit-box-align:center;align-items:center}.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap{background:0 0;border:0;text-align:left;height:auto;display:block}.eael-infobox .infobox-content p{margin:0 0 15px}.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap i{margin-top:0;-webkit-transform:translateY(0);transform:translateY(0)}.eael-infobox.icon-on-left .infobox-content{padding-left:15px;-webkit-box-flex:1;flex:1 1 auto}.eael-infobox.icon-on-left .infobox-content .title{line-height:1;margin:0 0 10px 0}.eael-infobox.icon-on-right{position:relative;z-index:0;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap{background:0 0;border:0;text-align:right;width:auto;height:auto;display:block}.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap i{margin-top:0;-webkit-transform:translateY(0);transform:translateY(0)}.eael-infobox.icon-on-right .infobox-content{padding-right:15px;text-align:right;-webkit-box-flex:1;flex:1 1 auto;box-sizing:border-box}.eael-infobox.icon-on-right .infobox-content .title{line-height:1;margin:0 0 10px 0}.eael-infobox .infobox-icon img{-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.eael-infobox-hover-img-shape-square:hover .eael-infobox .infobox-icon img{border-radius:0}.eael-infobox-hover-img-shape-circle:hover .eael-infobox .infobox-icon img,.eael-infobox-shape-circle .eael-infobox .infobox-icon img{border-radius:50%}.eael-infobox-hover-img-shape-radius:hover .eael-infobox .infobox-icon img,.eael-infobox-shape-radius .eael-infobox .infobox-icon img{border-radius:15px}
|
26 |
body div.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}button.mfp-close,button.mfp-close:hover{display:inline-block!important;background:0 0;width:auto}.mfp-arrow,.mfp-arrow:hover{background:0 0}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
|
27 |
.eael-ninja-container input,.eael-ninja-container textarea{height:auto;padding:10px}.eael-contact-form-align-center .eael-ninja-container,.eael-contact-form-btn-align-center .eael-ninja-container .nf-field .nf-field-element input[type=button]{margin-left:auto!important;margin-right:auto!important;display:block;float:none}.eael-contact-form-align-left .eael-ninja-container,.eael-contact-form-btn-align-left .eael-ninja-container .nf-field .nf-field-element input[type=button]{float:left;width:auto}.eael-contact-form-align-right .eael-ninja-container,.eael-contact-form-btn-align-right .eael-ninja-container .nf-field .nf-field-element input[type=button]{float:right;width:auto}.eael-ninja-container .nf-field .nf-field-element input[type=password],.eael-ninja-container .nf-field .nf-field-element input[type=url],.eael-ninja-container .nf-field .nf-field-element textarea,.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type=email],.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type=number],.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type=text]{max-width:100%}.eael-ninja-form .nf-form-title{display:none}.eael-ninja-form-title-yes .nf-form-title{display:block}.eael-ninja-form .title-description-hide .nf-form-title{display:none}.eael-ninja-form.title-description-hide .nf-form-title{display:none}.eael-ninja-form .nf-field-label{display:none}.eael-ninja-form-labels-yes .nf-field-label{display:block}.eael-ninja-form .submit-container input[type=button]{border:0;border-radius:0}.eael-ninja-form-button-full-width .submit-container input[type=button]{width:100%}
|
28 |
-
.eael-post-grid{margin:0 -10px}.eael-grid-post{float:left;padding:10px}.eael-post-carousel .eael-grid-post{float:none;padding:0}.eael-grid-post-holder{border:1px solid rgba(0,0,0,.1)}.eael-grid-post-holder-inner{height:100%}.eael-entry-media{position:relative}.eael-entry-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;-webkit-transition:opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(.19,1,.22,1);transition:opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(.19,1,.22,1);transition:opacity .2s ease-in-out,transform .25s cubic-bezier(.19,1,.22,1);transition:opacity .2s ease-in-out,transform .25s cubic-bezier(.19,1,.22,1),-webkit-transform .25s cubic-bezier(.19,1,.22,1)}.eael-entry-overlay>a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.eael-entry-title{margin:10px 0 5px;font-size:1.2em}.eael-entry-thumbnail img{width:100%;max-width:100%;vertical-align:middle}.eael-entry-thumbnail>img{height:100%}.eael-entry-footer .eael-author-avatar{width:50px}.eael-entry-footer .eael-author-avatar .avatar{border-radius:50%}.eael-post-grid .eael-entry-footer .eael-entry-meta{padding-left:8px;text-align:left}.eael-grid-post .eael-entry-meta{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.eael-grid-post .eael-entry-footer .eael-entry-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.eael-entry-meta>div{font-size:12px;line-height:1.2;padding-bottom:5px}.eael-grid-post-excerpt p{margin:0;font-size:14px}.eael-entry-meta .eael-entry-footer .eael-posted-by{display:block}.eael-grid-post .eael-entry-footer,.eael-grid-post .eael-entry-wrapper{padding:15px}.eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on{padding-left:5px}.eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on::before{content:'\f111';font-family:FontAwesome;color:inherit;opacity:.4;font-size:.8em;padding-right:7px}.eael-entry-media{position:relative}.eael-entry-overlay{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-entry-overlay>i{color:#fff}.eael-entry-overlay.fade-in{visibility:hidden;opacity:0;-webkit-transition:.3s;transition:.3s}.eael-entry-media:hover .eael-entry-overlay.fade-in{visibility:visible;opacity:1}.eael-entry-media:hover .eael-entry-overlay.fade-in>i{-webkit-transform:translate(0);transform:translate(0);opacity:1}.eael-entry-overlay.zoom-in{-webkit-transform:scale(.9);transform:scale(.9);visibility:hidden;opacity:0;-webkit-transition:.3s;transition:.3s}.eael-entry-media:hover .eael-entry-overlay.zoom-in{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.eael-entry-overlay.slide-up{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:hidden;opacity:0;-webkit-transition:.3s;transition:.3s}.eael-entry-media:hover .eael-entry-overlay.slide-up{-webkit-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1}.eael-entry-media{overflow:hidden}.eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay{opacity:0}.eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay{opacity:1}.eael-entry-media.grid-hover-style-none .eael-entry-overlay{display:none}.eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay{-webkit-transform:scale(.4);transform:scale(.4);opacity:0}.eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay{-webkit-transform:scale(1);transform:scale(1);opacity:1}.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay>i{-webkit-transform:translateY(-100px);transform:translateY(-100px);-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-transition-duration:.3s;transition-duration:.3s}.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay{-webkit-transform:translate(0);transform:translate(0)}.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay>i{-webkit-transform:translateY(0);transform:translateY(0)}.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:hidden;opacity:0}.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay>i{-webkit-transform:translateY(100px);transform:translateY(100px);-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-transition-duration:.3s;transition-duration:.3s}.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay{-webkit-transform:translate(0);transform:translate(0);visibility:visible;opacity:1}.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay>i{-webkit-transform:translateY(0);transform:translateY(0)}.eael-col-1 .eael-post-grid-column{float:none;width:100%}.eael-col-2 .eael-post-grid-column{float:left;width:50%}.eael-col-3 .eael-post-grid-column{float:left;width:33.3333%}.eael-col-4 .eael-post-grid-column{float:left;width:25%}.eael-col-5 .eael-post-grid-column{float:left;width:20%}.eael-col-6 .eael-post-grid-column{float:left;width:16.6666%}@media only screen and (max-width:979px){.eael-col-1 .eael-post-grid-column,.eael-col-2 .eael-post-grid-column,.eael-col-3 .eael-post-grid-column,.eael-col-4 .eael-post-grid-column,.eael-col-5 .eael-post-grid-column,.eael-col-6 .eael-post-grid-column{width:33.3333%}}@media only screen and (max-width:767px){.eael-col-1 .eael-post-grid-column,.eael-col-2 .eael-post-grid-column,.eael-col-3 .eael-post-grid-column,.eael-col-4 .eael-post-grid-column,.eael-col-5 .eael-post-grid-column,.eael-col-6 .eael-post-grid-column{width:50%}}@media only screen and (max-width:480px){.eael-col-1 .eael-post-grid-column,.eael-col-2 .eael-post-grid-column,.eael-col-3 .eael-post-grid-column,.eael-col-4 .eael-post-grid-column,.eael-col-5 .eael-post-grid-column,.eael-col-6 .eael-post-grid-column{float:none;width:100%}}.eael-author-avatar>a{display:block}.eael-entry-footer{overflow:hidden;display:-webkit-box;display:flex}.eael-entry-footer>div{display:inline-block;float:left}
|
29 |
.eael-post-timeline{margin-bottom:0;min-height:100%;overflow:hidden;position:relative}.eael-timeline-column{width:50%;margin-left:0;float:left;margin-top:0!important}.eael-timeline-post{position:relative}.eael-timeline-post:after{background-color:rgba(83,85,86,.2);content:"";width:2px;height:245px;position:absolute;right:0;top:70px}.eael-timeline-post:nth-child(2n):after{display:none}.eael-timeline-bullet{background-color:#9fa9af;border:5px solid #fff;border-radius:50%;box-shadow:0 1px 0 1px rgba(0,0,0,.1);content:"";height:20px;position:absolute;right:-9px;top:60px;width:20px;z-index:3;cursor:pointer}.eael-timeline-post:nth-child(2n) .eael-timeline-bullet{background-color:#9fa9af;border:5px solid #fff;border-radius:50%;bottom:36px;content:"";height:20px;left:-11px;position:absolute;top:300px;width:20px;z-index:3}.eael-timeline-post-inner{background:linear-gradient(45deg,#3f3f46 0,#05abe0 100%) repeat scroll 0 0 transparent;border:8px solid #e5eaed;box-shadow:0 1px 3px 0 rgba(0,0,0,.15);float:right;margin:30px 40px 30px auto;position:relative;height:320px;width:calc(100% - 40px)}.eael-timeline-post:nth-child(even) .eael-timeline-post-inner{float:left;margin-left:40px}.eael-timeline-post-inner:after{border-color:transparent transparent transparent #e5eaed;border-style:solid;border-width:15px;content:"";height:0;position:absolute;right:-36px;top:17px;width:0}.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after{border-color:transparent #e5eaed transparent transparent;border-style:solid;border-width:15px;content:"";height:0;left:-36px;position:absolute;top:257px;width:0}.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner::after{border-left-color:transparent!important}.eael-timeline-post p{margin:1.6rem 0 0 0;font-size:.9em;line-height:1.6em}.eael-timeline-post-image{background-size:cover;background-position:center center;background-repeat:no-repeat;display:block;height:100%;overflow:hidden;position:relative;opacity:1;-webkit-transition:all .3s;transition:all .3s}.eael-timeline-post-title{bottom:40px;position:absolute;width:100%}.eael-timeline-post-title h2{color:#fff;font-size:20px;font-weight:700;letter-spacing:1px;line-height:24px;padding:0 25px;text-align:left;text-transform:uppercase}.eael-timeline-post-excerpt{opacity:0;position:absolute;top:0;left:0;-webkit-transition:all .3s;transition:all .3s}.eael-timeline-post-excerpt p{color:#fff;font-size:14px;padding:25px}.eael-timeline-post-inner:hover .eael-timeline-post-excerpt{opacity:1;top:10px}.eael-timeline-post-inner:hover .eael-timeline-post-image{opacity:.3}.eael-timeline-post time{opacity:0;background-color:rgba(0,0,0,.7);color:#fff;font-size:10px;border-radius:20px;position:absolute;right:-97px;width:100px;height:30px;line-height:30px;text-align:center;top:50px;z-index:99;-webkit-transition:all .5s;transition:all .5s}.eael-timeline-post:nth-child(2n) time{background-color:rgba(0,0,0,.7);border-radius:20px;color:#fff;font-size:10px;height:30px;left:-99px;line-height:30px;position:absolute;text-align:center;top:290px;width:100px;z-index:99}.eael-timeline-post time:before{border-bottom:5px solid rgba(0,0,0,.7);border-left:5px solid transparent;border-right:5px solid transparent;content:"";height:0;left:45px;position:absolute;top:-5px;width:0}.eael-timeline-post:hover time{opacity:1}.eael-timeline-post::after{height:100%}.eael-post-timeline .eael-timeline-post:nth-last-child(2)::after{height:245px}.eael-post-timeline .eael-timeline-post:last-child::after{display:none}.eael-load-more-button-wrap{display:-webkit-box;display:flex}@media only screen and (max-width:1366px){.eael-timeline-post-title h2{font-size:.8em}.eael-timeline-post-excerpt p{font-size:13px}}@media only screen and (max-width:1169px){.eael-timeline-post-inner{height:320px}}@media only screen and (max-width:992px){.eael-post-timeline{margin-left:0}.eael-timeline-bullet,.eael-timeline-post-inner:after,.eael-timeline-post:after,.eael-timeline-post:before{display:none}.eael-timeline-post{display:inline-block;float:left!important;width:50%!important;margin:15px auto}.eael-timeline-post-inner{height:320px;padding-bottom:30px}.eael-timeline-post-title{bottom:50px}.eael-timeline-post-title h2{font-size:.8em;line-height:1.2em}.eael-timeline-post .eael-timeline-post-inner{margin:0 10px auto 0;width:90%}.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner{margin:0 auto 0 10px;width:90%}.eael-timeline-post-excerpt{opacity:0!important}.eael-timeline-post-image{opacity:.3}.eael-timeline-post time,.eael-timeline-post:nth-child(2n) time{background-color:#fff;border-radius:0;color:#444;font-size:12px;text-transform:uppercase;left:0;opacity:1;padding-top:3px;top:275px;width:100%}time:before{display:none}}@media only screen and (max-width:767px){.eael-timeline-post{display:block;float:none!important;margin:20px auto;width:100%!important}.eael-timeline-post .eael-timeline-post-inner,.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner{display:block;float:none;margin:0 auto}}@media only screen and (max-width:479px){.eael-timeline-post .eael-timeline-post-inner,.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner{height:250px;margin:0 auto;width:95%}.eael-timeline-post time,.eael-timeline-post:nth-child(2n) time{top:205px}}
|
30 |
-
.eael-pricing{-webkit-display:flex;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.eael-pricing .eael-pricing-item{width:100%;height:auto;margin:0}.eael-pricing .eael-pricing-button{display:inline-block;padding:12px 25px;background:#00c853;font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;text-decoration:none;-webkit-transition:.3s;transition:.3s;border-radius:4px}.eael-pricing .eael-pricing-button:hover{background:#03b048}.eael-pricing .eael-pricing-item ul{padding:0;margin:0;list-style:none}.eael-pricing .eael-pricing-item ul li.disable-item{text-decoration:line-through;opacity:.5}.eael-pricing .eael-pricing-item ul li span.li-icon{color:#00c853;margin-right:6px}.eael-pricing .eael-pricing-item ul li.disable-item span.li-icon{color:#ef5350}.eael-pricing.style-1{position:relative;z-index:0;text-align:center}.eael-pricing.style-1 .eael-pricing-item{border:1px solid rgba(9,9,9,.1);padding:30px;border-radius:5px;-webkit-transition:.5s;transition:.5s}.eael-pricing.style-1 .eael-pricing-item:hover{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.eael-pricing.style-1 .eael-pricing-item.featured{position:relative}.eael-pricing.style-1 .eael-pricing-item.ribbon-1:before{content:"";position:absolute;width:100%;height:3px;background:#00c853;top:0;left:0;right:0;z-index:1;border-radius:5px 5px 0 0}.eael-pricing.style-1 .eael-pricing-item.ribbon-2:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:35px;right:-15px;z-index:10;font-size:10px;font-weight:600;text-transform:uppercase;padding:5px 10px}.eael-pricing.style-1 .eael-pricing-item.ribbon-2:after{content:"";position:absolute;top:20px;right:-15px;width:0;height:0;border-bottom:15px solid #00c853;border-right:15px solid transparent;z-index:9;opacity:.9}.eael-pricing.style-1 .eael-pricing-item.ribbon-3:before{content:"Featured";position:absolute;width:auto;background:rgba(0,0,0,.6);color:#fff;top:15px;right:15px;z-index:10;font-size:11px;font-weight:600;text-transform:uppercase;padding:5px 15px}.eael-pricing.style-1 .eael-pricing-item .header{display:block;position:relative;z-index:0;padding-bottom:15px;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .header:after{content:"";position:absolute;width:140px;height:1px;bottom:0;left:0;right:0;margin:0 auto;z-index:1;background:rgba(9,9,9,.1)}.eael-pricing.style-1 .eael-pricing-item .header .title{font-weight:700;line-height:30px;margin:0}.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag{position:relative;z-index:0;padding:15px 0;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after{content:"";position:absolute;width:140px;height:1px;bottom:0;left:0;right:0;margin:0 auto;z-index:1;background:rgba(9,9,9,.04)}.eael-pricing.style-1 .eael-pricing-item .price-tag{position:relative;display:inline-block;font-size:28px;font-weight:500;line-height:0;margin:0 auto}.eael-pricing.style-1 .eael-pricing-item .price-tag .price-currency{font-size:24px;font-weight:700}.eael-pricing.style-1 .eael-pricing-item .price-period{color:#999}.eael-pricing.style-1 .eael-pricing-item .body ul{display:block;width:100%;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .body ul li{display:block;width:100%;height:auto;padding:10px 0;font-size:14px;color:#6d6d6d;border-bottom:1px solid rgba(9,9,9,.04)}.eael-pricing.style-1 .eael-pricing-item .body ul li:last-child{border:none}.eael-pricing.style-1 .eael-pricing-item.featured-large{padding:60px 0}.eael-pricing.style-2{position:relative;z-index:0;text-align:center}.eael-pricing.style-2 .eael-pricing-item{padding:30px 0;border-radius:5px;margin:0;border:1px solid rgba(9,9,9,.1)}.eael-pricing.style-2 .eael-pricing-item.featured{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.eael-pricing.style-2 .eael-pricing-item.ribbon-1:before{content:"";position:absolute;width:100%;height:3px;background:#00c853;top:0;left:0;right:0;z-index:1;border-radius:5px 5px 0 0}.eael-pricing.style-2 .eael-pricing-item.ribbon-2:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:35px;right:-15px;z-index:10;font-size:10px;font-weight:600;text-transform:uppercase;padding:5px 10px}.eael-pricing.style-2 .eael-pricing-item.ribbon-2:after{content:"";position:absolute;top:20px;right:-15px;width:0;height:0;border-bottom:15px solid #00c853;border-right:15px solid transparent;z-index:9;opacity:.9}.eael-pricing.style-2 .eael-pricing-item.ribbon-3:before{content:"Featured";position:absolute;width:auto;background:rgba(0,0,0,.6);color:#fff;top:15px;right:15px;z-index:10;font-size:11px;font-weight:600;text-transform:uppercase;padding:5px 15px}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon{display:inline-block;position:relative;width:80px;height:80px;background:#00c853;border-radius:50%;margin-bottom:30px;-webkit-transition:.5s;transition:.5s;overflow:hidden}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon i{font-size:30px;color:#fff;-webkit-transition:.5s;transition:.5s}.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon{background:#43a047}.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon i{color:#fff}.eael-pricing.style-2 .eael-pricing-item .header{background:#c8e6c9;padding:25px 30px;margin-bottom:15px;position:relative;z-index:0}.eael-pricing.style-2 .eael-pricing-item.featured .header:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:-1;background:rgba(255,255,255,.4)}.eael-pricing.style-2 .eael-pricing-item .header .title{font-size:28px;font-weight:700;line-height:40px;margin:0}.eael-pricing.style-2 .eael-pricing-item .header .subititle{font-size:14px;font-weight:600;color:#6d6d6d}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag{position:relative;z-index:0;padding:15px 0;margin-bottom:15px}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after{content:"";position:absolute;width:140px;height:1px;bottom:0;left:0;right:0;margin:0 auto;z-index:1;background:rgba(9,9,9,.04)}.eael-pricing.style-2 .eael-pricing-item .price-tag{position:relative;display:inline-block;font-size:28px;font-weight:500;line-height:0;margin:0 auto}.eael-pricing.style-2 .eael-pricing-item .price-tag .price-currency{font-size:24px;font-weight:700;color:#00c853}.eael-pricing.style-2 .eael-pricing-item .price-period{color:#999}.eael-pricing.style-2 .eael-pricing-item .body ul{display:block;width:100%;margin-bottom:15px}.eael-pricing.style-2 .eael-pricing-item .body ul li{display:block;width:100%;height:auto;padding:10px 15px;font-size:14px;color:#6d6d6d;border-bottom:1px solid rgba(9,9,9,.04)}.eael-pricing.style-2 .eael-pricing-item .body ul li:last-child{border:none}@media only screen and (min-width:768px) and (max-width:992px){.eael-pricing{display:block}.eael-pricing .eael-pricing-item,.eael-pricing.style-2 .eael-pricing-item,.eael-pricing.style-4 .eael-pricing-item{width:100%;margin:0 auto 30px auto}}@media only screen and (max-width:480px){.eael-pricing{display:block}.eael-pricing .eael-pricing-item{width:100%}.eael-pricing .eael-pricing-item,.eael-pricing.style-2 .eael-pricing-item,.eael-pricing.style-4 .eael-pricing-item{margin:0 auto 30px auto}}.eael-pricing-content-align-center .eael-pricing{text-align:center}.eael-pricing-content-align-left .eael-pricing{text-align:left}.eael-pricing-content-align-right .eael-pricing{text-align:right}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag{padding-left:45px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag:before{left:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag{padding-right:30px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .footer,.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .header,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .footer,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .header{padding-left:30px;padding-right:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .footer,.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .header,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .footer,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .header{padding-right:30px;padding-left:30px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .body ul li,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .body ul li{padding-left:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .body ul li,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .body ul li{padding-right:30px}.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after{-webkit-transform:translateX(-80%);transform:translateX(-80%)}.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after{-webkit-transform:translateX(80%);transform:translateX(80%)}.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after{-webkit-transform:translateX(0);transform:translateX(0)}.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .header:after,.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after{margin:0;width:100%}.eael-pricing-button-align-right .eael-pricing.style-1 .footer,.eael-pricing-button-align-right .eael-pricing.style-2 .footer,.eael-pricing-button-align-right .eael-pricing.style-3 .footer,.eael-pricing-button-align-right .eael-pricing.style-4 .footer{text-align:right}.eael-pricing-button-align-center .eael-pricing.style-1 .footer,.eael-pricing-button-align-center .eael-pricing.style-2 .footer,.eael-pricing-button-align-center .eael-pricing.style-3 .footer,.eael-pricing-button-align-center .eael-pricing.style-4 .footer{text-align:center}.eael-pricing-button-align-left .eael-pricing.style-1 .footer,.eael-pricing-button-align-left .eael-pricing.style-2 .footer,.eael-pricing-button-align-left .eael-pricing.style-3 .footer,.eael-pricing-button-align-left .eael-pricing.style-4 .footer{text-align:left}.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-2 .footer,.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-4 .footer{padding-right:30px}.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-2 .footer,.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-4 .footer{padding-left:30px}.only-in-pro{width:100%;-webkit-display:flex;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;padding:15px;min-width:200px;background:#ef5350;color:#fff;text-align:center}.only-in-pro .title{font-family:Roboto,sans-serif;font-size:24px;line-height:40px;margin:0}div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow{position:absolute;top:50%}div.tooltipster-sidetip.tooltipster-top div.tooltipster-box{margin-bottom:0!important}div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box{margin-top:0!important}.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{top:auto;bottom:-8px}div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{top:-8px;bottom:auto}@media only screen and (max-width:480px){.eael-pricing.style-1 .eael-pricing-item .price-tag{display:block}}
|
31 |
.eael-post-grid .woocommerce ul.products,.eael-product-grid .woocommerce ul.products{display:grid;grid-gap:25px;margin:0!important;padding:0!important}.eael-post-grid .woocommerce ul.products:after,.eael-post-grid .woocommerce ul.products:before,.eael-product-grid .woocommerce ul.products:after,.eael-product-grid .woocommerce ul.products:before{display:none}.eael-post-grid .woocommerce ul.products .product,.eael-product-grid .woocommerce ul.products .product{width:100%;margin:0;padding:0}.eael-post-grid .woocommerce ul.products.products[class*=columns-] li.product,.eael-product-grid .woocommerce ul.products.products[class*=columns-] li.product{width:100%}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product{position:relative;float:left;overflow:hidden;text-align:center;padding:0;border-radius:0;background-color:#fff;box-shadow:none}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a{text-decoration:none}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a:hover,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a:hover,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a:hover{outline:0;box-shadow:none}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product img,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product img,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product img,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product img{width:100%;height:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .onsale,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price del,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price del,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price ins,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price ins,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button{display:block;font-size:14px;font-weight:400;line-height:38px;text-align:center;text-transform:uppercase;color:#fff;background-color:#333;padding:0;margin:15px;border-radius:0}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus{outline:0}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart{display:block;margin:0 0 15px 0;padding:0;font-size:14px;line-height:1;text-transform:capitalize;color:#333;background-color:transparent}.eael-post-grid.eael-product-simple .woocommerce ul.products li.product,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product{border:1px solid #eee}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product{border:1px solid transparent}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart{visibility:hidden;-webkit-transition:none;transition:none}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover{border:1px solid #eee}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart{visibility:visible}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product{position:relative;float:left;overflow:hidden;text-align:center;padding:0 0 15px 0;border-radius:0;background-color:#fff;box-shadow:none}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a{text-decoration:none}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a:hover,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a:hover{outline:0;box-shadow:none}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product img,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product img{width:100%;height:auto;margin:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay{position:relative;overflow:hidden;line-height:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap{position:absolute;top:50%;left:0;right:0;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link{display:inline-block;font-size:14px;line-height:38px;text-align:center;color:#fff;background-color:#333;width:38px;height:38px;border-style:none;border-radius:50%;vertical-align:middle;padding:0;margin:0 5px;-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0;-webkit-transition:opacity .3s,-webkit-transform .2s;transition:opacity .3s,-webkit-transform .2s;transition:transform .2s,opacity .3s;transition:transform .2s,opacity .3s,-webkit-transform .2s}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus{outline:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button{font-size:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before{display:none}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after{content:"\f217";font:normal normal normal 14px/1 FontAwesome;font-size:14px;line-height:38px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before{display:none}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after{content:"\f110";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:14px;line-height:38px;color:#fff;height:auto;width:auto;position:relative;top:0;left:0;margin:0;padding:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart{font-size:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after{content:"\f06e";font:normal normal normal 14px/1 FontAwesome;font-size:14px;line-height:38px;color:#fff;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .onsale,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price del,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price ins,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media only screen and (min-width:1025px){.eael-product-grid-column-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.eael-product-grid-column-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3,1fr)}.eael-product-grid-column-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4,1fr)}.eael-product-grid-column-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5,1fr)}.eael-product-grid-column-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6,1fr)}}@media only screen and (max-width:1024px) and (min-width:766px){.eael-product-grid-column-tablet-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-tablet-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.eael-product-grid-column-tablet-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3,1fr)}.eael-product-grid-column-tablet-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4,1fr)}.eael-product-grid-column-tablet-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5,1fr)}.eael-product-grid-column-tablet-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6,1fr)}}@media only screen and (max-width:767px){.eael-product-grid-column-mobile-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-mobile-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.eael-product-grid-column-mobile-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3,1fr)}.eael-product-grid-column-mobile-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4,1fr)}.eael-product-grid-column-mobile-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5,1fr)}.eael-product-grid-column-mobile-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6,1fr)}}
|
32 |
@-webkit-keyframes animateStripe{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(35px,0);transform:translate(35px,0)}}@keyframes animateStripe{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(35px,0);transform:translate(35px,0)}}@-webkit-keyframes animateStripeRTL{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-35px,0);transform:translate(-35px,0)}}@keyframes animateStripeRTL{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-35px,0);transform:translate(-35px,0)}}.eael-progressbar{position:relative}.eael-progressbar-title{font-size:20px;font-weight:400}.eael-progressbar-line{position:relative;display:block;width:100%;height:12px;background-color:#eee}.eael-progressbar-line .eael-progressbar-count-wrap{position:absolute;right:0;bottom:calc(100% + 5px);font-size:16px;font-weight:400;line-height:1}.eael-progressbar-line-fill{display:inline-block;position:absolute;top:50%;left:0;width:0;height:12px;background-color:#000;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:width 1.5s linear;transition:width 1.5s linear;overflow:hidden}.eael-progressbar-circle{position:relative;width:200px;height:200px}.eael-progressbar-circle .eael-progressbar-title{font-size:16px;font-weight:400}.eael-progressbar-circle .eael-progressbar-count-wrap{font-size:28px;font-weight:700}.eael-progressbar-circle-shadow{width:220px;height:220px;padding:10px;border-radius:50%}.eael-progressbar-circle-pie{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-clip-path:inset(0 0 0 50%);clip-path:inset(0 0 0 50%)}.eael-progressbar-circle-inner{height:100%;width:100%;border-width:12px;border-style:solid;border-color:#eee;border-radius:50%}.eael-progressbar-circle-half{position:absolute;left:0;top:0;height:100%;width:100%;border-width:12px;border-style:solid;border-color:#000;border-radius:50%;-webkit-clip-path:inset(0 50% 0 0);clip-path:inset(0 50% 0 0)}.eael-progressbar-circle-half-left{-webkit-transform:rotate(0);transform:rotate(0)}.eael-progressbar-circle-half-right{-webkit-transform:rotate(180deg);transform:rotate(180deg);visibility:hidden}.eael-progressbar-circle-inner-content{position:absolute;top:50%;width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center}.eael-progressbar-half-circle{position:relative;width:200px;height:100px;overflow:hidden}.eael-progressbar-half-circle .eael-progressbar-circle-pie{-webkit-clip-path:inset(0 0 50% 0);clip-path:inset(0 0 50% 0)}.eael-progressbar-half-circle .eael-progressbar-circle-half{-webkit-clip-path:inset(50% 0 0 0);clip-path:inset(50% 0 0 0);-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform 1.5s linear;transition:-webkit-transform 1.5s linear;transition:transform 1.5s linear;transition:transform 1.5s linear,-webkit-transform 1.5s linear}.eael-progressbar-half-circle .eael-progressbar-circle-inner-content{top:initial;bottom:0;-webkit-transform:translateY(0);transform:translateY(0)}.eael-progressbar-half-circle .eael-progressbar-title{font-size:16px;font-weight:400}.eael-progressbar-half-circle .eael-progressbar-count-wrap{font-size:28px;font-weight:700}.eael-progressbar-half-circle-after{position:relative;font-size:12px;font-weight:400;clear:both}.eael-progressbar-postfix-label{float:right}.eael-progressbar-line-stripe .eael-progressbar-line-fill:after{content:'';position:absolute;top:0;left:-35px;width:calc(100% + 70px);height:100%;background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:35px 35px}.eael-progressbar-line-animate .eael-progressbar-line-fill:after{-webkit-animation:animateStripe 2s linear infinite;animation:animateStripe 2s linear infinite}.eael-progressbar-line-animate-rtl .eael-progressbar-line-fill:after{-webkit-animation:animateStripeRTL 2s linear infinite;animation:animateStripeRTL 2s linear infinite}.eael-progressbar-circle-wrap>div{margin:0 auto}.eael-progressbar-box-container.left>div,.eael-progressbar-circle-container.left>div,.eael-progressbar-line-container.left{margin:0 auto 0 0}.eael-progressbar-box-container.center>div,.eael-progressbar-circle-container.center>div,.eael-progressbar-line-container.center{margin:0 auto}.eael-progressbar-box-container.right>div,.eael-progressbar-circle-container.right>div,.eael-progressbar-line-container.right{margin:0 0 0 auto}
|
33 |
.eael-reading-progress-wrap.eael-reading-progress-wrap-local .eael-reading-progress-global{display:none}.eael-reading-progress-wrap.eael-reading-progress-wrap-global .eael-reading-progress-local{display:none}.eael-reading-progress-wrap.eael-reading-progress-wrap-disabled .eael-reading-progress-global,.eael-reading-progress-wrap.eael-reading-progress-wrap-disabled .eael-reading-progress-local{display:none}.eael-reading-progress-wrap .eael-reading-progress{width:100%;position:fixed;top:0;left:0;height:5px;z-index:999999}.eael-reading-progress-wrap .eael-reading-progress.eael-reading-progress-bottom{top:unset;bottom:0}.eael-reading-progress-wrap .eael-reading-progress .eael-reading-progress-fill{height:5px;background-color:#1fd18e;width:0%;-webkit-transition:width 50ms ease;transition:width 50ms ease}
|
34 |
-
.eaelsv-overlay{position:absolute;display:block;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:4;cursor:pointer;background-size:cover;background-position:50%;text-align:center;overflow:hidden}.eaelsv-overlay-icon{position:absolute;top:50%;left:50%;font-size:90px;color:#fff;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.plyr__controls button{box-shadow:none!important}.plyr__controls button:hover{box-shadow:none!important}.plyr__controls{display:none!important}.eael-sticky-video-wrapper{position:relative;width:100%;min-height:200px;margin:0;padding:0;-webkit-transition:.5s;transition:.5s;text-align:left;overflow:hidden}.eael-sticky-video-player2{min-height:20px;overflow:visible}.eael-sticky-video-player2.out{position:fixed;z-index:999;border:0!important;border-radius:0!important;height:200px;width:300px}.eael-sticky-video-wrapper.out .eael-sticky-video-player,.eael-sticky-video-wrapper.out .eael-sticky-video-player2{border-radius:0!important}.eael-sticky-video-player2.in{position:relative;margin:0;padding:0;height:100%;border:0;line-height:1}.owp-play{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.owp-play i{font-size:100px;color:#fff;opacity:.8;text-shadow:1px 0 6px rgba(0,0,0,.3);-webkit-transition:all .5s;transition:all .5s}.eael-sticky-video-player:hover .owp-play i{opacity:1}.eaelsv-sticky-player-close{position:absolute;right:-25px;top:-36px;display:none;padding:7px;font-size:24px;z-index:9999;cursor:pointer;box-sizing:content-box;overflow:visible}.eaelsv-sticky-player-close:hover{color:#090}.eaelsv-sticky-player-close:after,.eaelsv-sticky-player-close:before{position:absolute;left:15px;background-color:#333}.eaelsv-sticky-player-close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.eaelsv-sticky-player-close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
|
35 |
-
html{scroll-behavior:smooth}.eael-toc{z-index:9999;width:300px}.eael-toc .eael-toc-button{display:none}.eael-toc .eael-toc-not-found{color:#a94442}.eael-toc.eael-toc-disable{display:none}.eael-toc.eael-sticky{position:fixed;top:100px;background:0 0}.eael-toc.collapsed{width:unset!important;box-shadow:none!important;border:none!important}.eael-toc.collapsed .eael-toc-body,.eael-toc.collapsed .eael-toc-close,.eael-toc.collapsed .eael-toc-header{display:none}.eael-toc.collapsed.eael-bottom-to-top .eael-toc-button{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:top left;transform-origin:top left;margin-top:100%}.eael-toc.collapsed .eael-toc-button{position:relative;display:inline-block;font-size:80%!important;font-weight:400;text-align:center;text-decoration:none;text-transform:none;color:#fff;background:#ff7d50;padding:10px 20px;border-radius:3px;border:none;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:bottom left;transform-origin:bottom left;cursor:pointer}.eael-toc.collapsed .eael-toc-button:focus{outline:0}.eael-toc.collapsed .eael-toc-button i{margin-right:10px}.eael-toc.eael-toc-right{right:0}.eael-toc.eael-toc-right
|
36 |
.eael-team-item{overflow:hidden;position:relative}.team-avatar-rounded figure img{border-radius:50%;height:auto}.eael-team-image>figure{margin:0;padding:0}.eael-team-image>figure img{display:block;margin:0 auto}.eael-team-item .eael-team-content{padding:10px}.eael-team-item .eael-team-member-name{font-size:20px;font-weight:700;letter-spacing:.05em;margin:5px 0;text-transform:uppercase}.eael-team-item .eael-team-member-position{font-size:14px;font-weight:400;letter-spacing:.05em;margin:5px 0 10px;text-transform:uppercase}.eael-team-item .eael-team-content,.eael-team-item .eael-team-content .eael-team-text{font-size:14px;line-height:1.5}.eael-team-content>ul{margin:0;padding:0}.eael-team-content li{display:inline-block;list-style:outside none none;margin-right:10px;text-align:center}.eael-team-content li a{font-size:2.5rem}.eael-team-align-left .eael-team-item .eael-team-content li,.eael-team-align-left .eael-team-item .eael-team-content p,.eael-team-align-left .eael-team-item .eael-team-content ul,.eael-team-align-left .eael-team-item .eael-team-member-name,.eael-team-align-left .eael-team-item .eael-team-member-position,.eael-team-align-left .eael-team-item .eael-team-text{text-align:left}.eael-team-align-right .eael-team-item .eael-team-content li,.eael-team-align-right .eael-team-item .eael-team-content p,.eael-team-align-right .eael-team-item .eael-team-content ul,.eael-team-align-right .eael-team-item .eael-team-member-name,.eael-team-align-right .eael-team-item .eael-team-member-position,.eael-team-align-right .eael-team-item .eael-team-text{text-align:right}.eael-team-align-centered .eael-team-item .eael-team-content li,.eael-team-align-centered .eael-team-item .eael-team-content p,.eael-team-align-centered .eael-team-item .eael-team-content ul,.eael-team-align-centered .eael-team-item .eael-team-member-name,.eael-team-align-centered .eael-team-item .eael-team-member-position,.eael-team-align-centered .eael-team-item .eael-team-text{text-align:center}.eael-team-item.eael-team-members-overlay .eael-team-content{bottom:10px;left:10px;margin-bottom:0;padding-top:15%;opacity:0;overflow:hidden;text-overflow:ellipsis;position:absolute;right:10px;top:10px;-webkit-transition:all 615ms cubic-bezier(.19,1,.22,1) 0s;transition:all 615ms cubic-bezier(.19,1,.22,1) 0s}.eael-team-item.eael-team-members-overlay:hover .eael-team-content{opacity:1}.eael-team-member-social-link>a{display:inline-block;-webkit-transition:all .3s cubic-bezier(.19,1,.22,1) 0s;transition:all .3s cubic-bezier(.19,1,.22,1) 0s}.eael-team-member-social-link>a:focus{outline:0}
|
37 |
.eael-testimonial-slider{position:relative}.testimonial-star-rating{padding:0;margin:0}.testimonial-star-rating li{list-style:none;display:inline-block}.testimonial-star-rating li i{color:#d8d8d8}.rating-five .testimonial-star-rating li i{color:#f2b01e}.rating-one .testimonial-star-rating li:first-child i{color:#f2b01e}.rating-two .testimonial-star-rating li:nth-child(1) i,.rating-two .testimonial-star-rating li:nth-child(2) i{color:#f2b01e}.rating-three .testimonial-star-rating li:nth-child(1) i,.rating-three .testimonial-star-rating li:nth-child(2) i,.rating-three .testimonial-star-rating li:nth-child(3) i{color:#f2b01e}.rating-four .testimonial-star-rating li:nth-child(1) i,.rating-four .testimonial-star-rating li:nth-child(2) i,.rating-four .testimonial-star-rating li:nth-child(3) i,.rating-four .testimonial-star-rating li:nth-child(4) i{color:#f2b01e}.eael-testimonial-image img{max-width:100%}.eael-testimonial-image{padding:10px 0 0 0}.eael-testimonial-image>figure{display:block;margin:0}.testimonial-avatar-rounded figure img{border-radius:50%;height:auto}.eael-testimonial-content{margin:0;padding:10px}.eael-testimonial-item>figure{margin:0 auto;padding:0 20px}.eael-testimonial-item .center-text{text-align:center}.eael-testimonial-item .right-text{text-align:right}.eael-testimonial-item .left-text{text-align:left}.eael-testimonial-item .justify-text{text-align:justify}.eael-testimonial-content .eael-testimonial-text{font-size:100%;font-style:italic;line-height:1.5;margin-top:0;margin-bottom:10px;word-wrap:break-word}.eael-testimonial-content .eael-testimonial-user{display:inline-block;font-family:inherit;font-size:105%;font-style:italic;font-weight:400;line-height:1.5;margin-top:0;margin-bottom:0;margin-right:5px}.eael-testimonial-content .eael-testimonial-user-company{display:inline-block;font-family:inherit;font-size:90%;font-style:italic;font-weight:lighter;line-height:1.75;margin-bottom:0;margin-top:1px}.eael-testimonial-image{position:relative}.eael-testimonial-item .eael-testimonial-quote::after{color:inherit!important;content:"\f10e";font-family:"Font Awesome 5 Free";font-size:200%;font-weight:900}.eael-testimonial-slider.default-style .eael-testimonial-align-centered .eael-testimonial-image figure img{margin:0 auto}.eael-testimonial-slider.classic-style .eael-testimonial-align-left .eael-testimonial-image figure img,.eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure img,.eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure img,.eael-testimonial-slider.default-style .eael-testimonial-align-right .eael-testimonial-image figure img,.eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure img,.eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure img{margin:0}.eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure,.eael-testimonial-slider.default-style .eael-testimonial-align-right .eael-testimonial-image figure,.eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure{text-align:right}.eael-testimonial-slider.classic-style .eael-testimonial-align-left .eael-testimonial-image figure,.eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure,.eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure{text-align:left}.eael-testimonial-slider.classic-style .eael-testimonial-align-right .testimonial-classic-style-content,.eael-testimonial-slider.default-style .eael-testimonial-align-right .default-style-testimonial-content,.eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-text,.eael-testimonial-slider.middle-style .eael-testimonial-align-right .middle-style-content{text-align:right}.eael-testimonial-slider.classic-style .eael-testimonial-align-center .testimonial-classic-style-content,.eael-testimonial-slider.default-style .eael-testimonial-align-center .default-style-testimonial-content,.eael-testimonial-slider.middle-style .eael-testimonial-align-center .eael-testimonial-text,.eael-testimonial-slider.middle-style .eael-testimonial-align-center .middle-style-content{text-align:center}.eael-testimonial-slider.classic-style .eael-testimonial-align-left .testimonial-classic-style-content,.eael-testimonial-slider.default-style .eael-testimonial-align-left .default-style-testimonial-content,.eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-text,.eael-testimonial-slider.middle-style .eael-testimonial-align-left .middle-style-content{text-align:left}.eael-testimonial-slider.icon-img-left-content .eael-testimonial-text>p,.eael-testimonial-slider.icon-img-right-content .eael-testimonial-text>p{margin:0}.icon-img-left-content .eael-testimonial-image{float:left;width:30%}.icon-img-left-content .eael-testimonial-content{float:left;width:70%;text-align:left}.icon-img-left-content.eael-testimonial-item{overflow:hidden;position:relative}.icon-img-left-content .eael-testimonial-quote{position:absolute;right:0}.icon-img-left-content .eael-testimonial-text{margin-top:0}.eael-testimonial-align-centered .eael-testimonial-user,.eael-testimonial-align-centered .eael-testimonial-user-company{float:none;text-align:center}.eael-testimonial-align-centered .eael-testimonial-image>figure img{display:block;margin-left:auto!important;margin-right:auto!important}.icon-img-right-content .eael-testimonial-image{float:right;width:30%}.icon-img-right-content .eael-testimonial-content{float:right;width:70%;text-align:right}.icon-img-right-content.eael-testimonial-item{overflow:hidden;position:relative}.icon-img-right-content .eael-testimonial-quote{position:absolute}.icon-img-right-content .eael-testimonial-text{margin-top:0}.eael-testimonial-item{position:relative}.classic-style.testimonial-alignment-center .eael-testimonial-image,.default-style.testimonial-alignment-center .eael-testimonial-image{text-align:center}.classic-style.testimonial-alignment-right .eael-testimonial-image,.default-style.testimonial-alignment-right .eael-testimonial-image{text-align:right}.classic-style.testimonial-alignment-center .eael-testimonial-image>figure,.default-style.testimonial-alignment-center .eael-testimonial-image>figure{text-align:center}.eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-centered .eael-testimonial-content{text-align:center}.eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-left .eael-testimonial-content{text-align:left}.eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-right .eael-testimonial-content{text-align:right}.eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-centered .eael-testimonial-content{text-align:center}.eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-left .eael-testimonial-content{text-align:left}.eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-right .eael-testimonial-content{text-align:right}span.eael-testimonial-quote{position:absolute;right:10px;top:10px}.eael-testimonial-item.left .eael-testimonial-image{text-align:left}.eael-testimonial-item.center .eael-testimonial-image{text-align:center}.eael-testimonial-item.right .eael-testimonial-image{text-align:right}.eael-testimonial-inline-bio .eael-testimonial-image{float:left}.eael-testimonial-inline-bio .bio-text{padding-top:10px}.eael-testimonial-content.eael-testimonial-inline-bio{overflow:hidden;margin-bottom:0;padding-bottom:0}.eael-testimonial-inline-bio .bio-text,.eael-testimonial-inline-bio .testimonial-star-rating{float:left;width:65%}.eael-testimonial-content.eael-testimonial-inline-bio{text-align:left!important}.testimonial-inline-style .eael-testimonial-image{float:left;max-width:100%;padding:0;margin-right:15px}.testimonial-inline-style{overflow:hidden;text-align:left}.content-top-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text,.content-top-icon-title-inline .eael-testimonial-text{text-align:left}.content-top-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text{text-align:center}.content-top-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text{text-align:right}.content-bottom-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text,.content-bottom-icon-title-inline .eael-testimonial-text{text-align:left}.content-bottom-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text{text-align:center}.content-bottom-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text{text-align:right}
|
38 |
.eael-tooltip{position:relative;display:inline-block;min-width:150px;padding:12px 24px;font-size:.93rem;color:#333;line-height:1;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-tooltip .eael-tooltip-text{display:block;width:100%;visibility:hidden;background-color:#000;color:#fff;border-radius:4px;padding:10px;position:absolute;z-index:1;font-size:.93rem;line-height:1.3}.eael-tooltip .eael-tooltip-text p{margin:0}.eael-tooltip .eael-tooltip-text::after{content:"";position:absolute;border-width:5px;border-style:solid}.eael-tooltip:hover .eael-tooltip-text{visibility:visible}.eael-tooltip .eael-tooltip-text.eael-tooltip-left{top:50%;right:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-right:10px}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-left{-webkit-animation:tooltipLeftIn .3s ease-in-out;animation:tooltipLeftIn .3s ease-in-out}.eael-tooltip .eael-tooltip-text.eael-tooltip-left::after{top:calc(50% - 5px);left:100%;border-color:transparent transparent transparent #000}.eael-tooltip .eael-tooltip-text.eael-tooltip-right{top:50%;left:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;margin-left:10px}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-right{-webkit-animation:tooltipRightIn .3s linear;animation:tooltipRightIn .3s linear}.eael-tooltip .eael-tooltip-text.eael-tooltip-right::after{top:calc(50% - 5px);right:100%;border-color:transparent #000 transparent transparent}.eael-tooltip .eael-tooltip-text.eael-tooltip-top{bottom:calc(100%);left:0;right:0;margin:0 auto 10px auto}.eael-tooltip .eael-tooltip-text.eael-tooltip-top::after{margin-top:0;top:100%;left:calc(50% - 5px);border-color:#000 transparent transparent transparent}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-top{-webkit-animation:tooltipTopIn .3s linear;animation:tooltipTopIn .3s linear}.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom{top:100%;left:0;right:0;margin:10px auto 0 auto}.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom::after{margin-top:0;bottom:100%;left:calc(50% - 5px);border-color:transparent transparent #000 transparent}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-bottom{-webkit-animation:tooltipBottomIn .3s linear;animation:tooltipBottomIn .3s linear}.eael-tooltip-align-left{display:-webkit-box;display:flex;width:100%;-webkit-box-pack:start;justify-content:flex-start}.eael-tooltip-align-right{display:-webkit-box;display:flex;width:100%;-webkit-box-pack:end;justify-content:flex-end}.eael-tooltip-align-center{display:-webkit-box;display:flex;width:100%;-webkit-box-pack:center;justify-content:center}.eael-tooltip-align-justify .eael-tooltip{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}@-webkit-keyframes tooltipRightIn{0%{opacity:0;left:105%}100%{opacity:1;left:100%}}@keyframes tooltipRightIn{0%{opacity:0;left:105%}100%{opacity:1;left:100%}}@-webkit-keyframes tooltipLeftIn{0%{opacity:0;right:105%}100%{opacity:1;right:100%}}@keyframes tooltipLeftIn{0%{opacity:0;right:105%}100%{opacity:1;right:100%}}@-webkit-keyframes tooltipTopIn{0%{opacity:0;bottom:110%}100%{opacity:1;bottom:100%}}@keyframes tooltipTopIn{0%{opacity:0;bottom:110%}100%{opacity:1;bottom:100%}}@-webkit-keyframes tooltipBottomIn{0%{opacity:0;top:110%}100%{opacity:1;top:100%}}@keyframes tooltipBottomIn{0%{opacity:0;top:110%}100%{opacity:1;top:100%}}span.eael-tooltip-content,span.eael-tooltip-content a{width:100%;display:block;text-align:center}.eael-tooltip-text-align-left .eael-tooltip-content a,.eael-tooltip-text-align-left .eael-tooltip-text{text-align:left}.eael-tooltip-text-align-right .eael-tooltip-content a,.eael-tooltip-text-align-right .eael-tooltip-text{text-align:right}.eael-tooltip-text-align-center .eael-tooltip-content a,.eael-tooltip-text-align-center .eael-tooltip-text{text-align:center}.eael-tooltip-text-align-justify .eael-tooltip-content a,.eael-tooltip-text-align-justify .eael-tooltip-text{text-align:justify}
|
39 |
.eael-twitter-feed::after,.eael-twitter-feed::before{content:"";clear:both}.eael-twitter-feed-masonry .eael-twitter-feed-item{float:left}@media only screen and (max-width:480px){.eael-twitter-feed-masonry.eael-twitter-feed-col-2 .eael-twitter-feed-item{width:100%!important}}@media only screen and (max-width:480px){.eael-twitter-feed-masonry.eael-twitter-feed-col-3 .eael-twitter-feed-item{width:100%!important}}@media only screen and (max-width:480px){.eael-twitter-feed-masonry.eael-twitter-feed-col-4 .eael-twitter-feed-item{width:100%!important}}.eael-twitter-feed-item .eael-twitter-feed-item-inner{background:#fff;border:1px solid rgba(0,0,0,.1)}.eael-twitter-feed-item a{color:#08c;text-decoration:none}.eael-twitter-feed-item a:hover{outline:0;color:#005580}.eael-twitter-feed-item a:focus{outline:0}.eael-twitter-feed-item .eael-twitter-feed-item-header{padding:20px 15px 0;margin-bottom:10px}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-avatar{float:left;width:38px;margin-right:10px}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-avatar img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-avatar.avatar-circle img{border-radius:50%}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-meta{float:left}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-meta .eael-twitter-feed-item-icon{color:#1da1f2;margin-right:5px}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-meta .eael-twitter-feed-item-author{color:#444;line-height:1.5em;font-weight:700}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-date{float:right;margin-right:10px;font-size:90%;color:#999}.eael-twitter-feed-item .eael-twitter-feed-item-content{padding:0 15px 15px}.eael-twitter-feed-item .eael-twitter-feed-item-content p{color:#666;margin:0 0 5px;min-height:20px;text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient:vertical}.eael-twitter-feed.swiper-container .swiper-button-next,.eael-twitter-feed.swiper-container .swiper-button-prev{background-image:none;outline:0}
|
40 |
.eael-weform-container input,.eael-weform-container textarea{height:auto;padding:10px}.eael-contact-form-btn-align-center .eael-weform-container ul.wpuf-form .wpuf-submit input[type=submit]{margin-left:auto!important;margin-right:auto!important;display:block;float:none}.eael-contact-form-btn-align-left .eael-weform-container ul.wpuf-form .wpuf-submit input[type=submit]{float:left;width:auto}.eael-contact-form-btn-align-right .eael-weform-container ul.wpuf-form .wpuf-submit input[type=submit]{float:right;width:auto}.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=email],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=number],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=password],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=text],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=url],.eael-weform-container ul.wpuf-form li .wpuf-fields textarea{max-width:100%}
|
41 |
.eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button,.eael-wpforms .wpforms-container .wpforms-form button[type=submit],.eael-wpforms .wpforms-container .wpforms-form input[type=submit]{border:0}.eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button:hover,.eael-wpforms .wpforms-container .wpforms-form button[type=submit]:hover,.eael-wpforms .wpforms-container .wpforms-form input[type=submit]:hover{border:0}.eael-wpforms .wpforms-container .wpforms-form input[type=checkbox],.eael-wpforms .wpforms-container .wpforms-form input[type=radio]{padding:3px}.eael-wpforms .wpforms-container .wpforms-form .wpforms-field-label{display:none}.eael-wpforms .wpforms-container .wpforms-form .wpforms-field-name .wpforms-field-row{max-width:100%}.eael-wpforms .wpforms-container .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.eael-wpforms .wpforms-container .wpforms-field select,.eael-wpforms .wpforms-container .wpforms-field textarea{max-width:100%!important}.eael-wpforms-labels-yes .wpforms-container .wpforms-form .wpforms-field-label{display:block}.eael-wpforms-form-button-full-width .wpforms-submit-container .wpforms-submit{width:100%}
|
|
|
42 |
@charset "UTF-8";.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}body .fc{font-size:1em}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:2px 4px}.fc-rtl .fc-popover .fc-header{flex-direction:row-reverse}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-popover .fc-header .fc-close{cursor:pointer;opacity:.65;font-size:1.1em}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg,.fc-bgevent-skeleton,.fc-highlight-skeleton,.fc-mirror-skeleton{position:absolute;top:0;left:0;right:0}.fc-bg{bottom:0}.fc-bg table{height:100%}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:1em}.fc th{text-align:center}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]{cursor:pointer}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-mirror-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-mirror-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-mirror-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-mirror-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.4;border-radius:3px;border:1px solid #3788d8}.fc-event,.fc-event-dot{background-color:#3788d8}.fc-event,.fc-event:hover{color:#fff;text-decoration:none}.fc-event.fc-draggable,.fc-event[href]{cursor:pointer}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4}.fc-event .fc-resizer{display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-event.fc-dragging.fc-selected{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-event.fc-dragging:not(.fc-selected){opacity:.75}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-mirror-skeleton tr:first-child>td>.fc-day-grid-event{margin-top:0}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-now-indicator{position:absolute;border:0 solid red}.fc-unselectable{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}@font-face{font-family:fcicons;src:url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");font-weight:400;font-style:normal}.fc-icon{font-family:fcicons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fc-icon-chevron-left:before{content:""}.fc-icon-chevron-right:before{content:""}.fc-icon-chevrons-left:before{content:""}.fc-icon-chevrons-right:before{content:""}.fc-icon-minus-square:before{content:""}.fc-icon-plus-square:before{content:""}.fc-icon-x:before{content:""}.fc-icon{display:inline-block;width:1em;height:1em;text-align:center}.fc-button{border-radius:0;overflow:visible;text-transform:none;margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.fc-button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.fc-button{-webkit-appearance:button}.fc-button:not(:disabled){cursor:pointer}.fc-button::-moz-focus-inner{padding:0;border-style:none}.fc-button{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.4em .65em;font-size:1em;line-height:1.5;border-radius:.25em}.fc-button:hover{color:#212529;text-decoration:none}.fc-button:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(44,62,80,.25);box-shadow:0 0 0 .2rem rgba(44,62,80,.25)}.fc-button:disabled{opacity:.65}.fc-button-primary{color:#fff;background-color:#2c3e50;border-color:#2c3e50}.fc-button-primary:hover{color:#fff;background-color:#1e2b37;border-color:#1a252f}.fc-button-primary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(76,91,106,.5);box-shadow:0 0 0 .2rem rgba(76,91,106,.5)}.fc-button-primary:disabled{color:#fff;background-color:#2c3e50;border-color:#2c3e50}.fc-button-primary:not(:disabled).fc-button-active,.fc-button-primary:not(:disabled):active{color:#fff;background-color:#1a252f;border-color:#151e27}.fc-button-primary:not(:disabled).fc-button-active:focus,.fc-button-primary:not(:disabled):active:focus{-webkit-box-shadow:0 0 0 .2rem rgba(76,91,106,.5);box-shadow:0 0 0 .2rem rgba(76,91,106,.5)}.fc-button .fc-icon{vertical-align:middle;font-size:1.5em}.fc-button-group{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.fc-button-group>.fc-button{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fc-button-group>.fc-button:hover{z-index:1}.fc-button-group>.fc-button.fc-button-active,.fc-button-group>.fc-button:active,.fc-button-group>.fc-button:focus{z-index:1}.fc-button-group>.fc-button:not(:first-child){margin-left:-1px}.fc-button-group>.fc-button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.fc-button-group>.fc-button:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.fc-unthemed .fc-popover{border-width:1px;border-style:solid}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.fc-toolbar{display:flex;justify-content:space-between;align-items:center}.fc-toolbar.fc-header-toolbar{margin-bottom:1.5em}.fc-toolbar.fc-footer-toolbar{margin-top:1.5em}.fc-toolbar>*>:not(:first-child){margin-left:.75em}.fc-toolbar h2{font-size:1.75em;margin:0}.fc-view-container{position:relative}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}@media print{.fc{max-width:100%!important}.fc-event{background:#fff!important;color:#000!important;page-break-inside:avoid}.fc-event .fc-resizer{display:none}.fc hr,.fc tbody,.fc td,.fc th,.fc thead,.fc-row{border-color:#ccc!important;background:#fff!important}.fc-bg,.fc-bgevent-container,.fc-bgevent-skeleton,.fc-business-container,.fc-highlight-container,.fc-highlight-skeleton,.fc-mirror-container,.fc-mirror-skeleton{display:none}.fc tbody .fc-row{height:auto!important;min-height:0!important}.fc tbody .fc-row .fc-content-skeleton{position:static;padding-bottom:0!important}.fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td{padding-bottom:1em}.fc tbody .fc-row .fc-content-skeleton table{height:1em}.fc-more,.fc-more-cell{display:none!important}.fc tr.fc-limited{display:table-row!important}.fc td.fc-limited{display:table-cell!important}.fc-popover{display:none}.fc-time-grid{min-height:0!important}.fc-timeGrid-view .fc-axis{display:none}.fc-slats,.fc-time-grid hr{display:none!important}.fc-time-grid .fc-content-skeleton{position:static}.fc-time-grid .fc-content-skeleton table{height:4em}.fc-time-grid .fc-event-container{margin:0!important}.fc-time-grid .fc-event{position:static!important;margin:3px 2px!important}.fc-time-grid .fc-event.fc-not-end{border-bottom-width:1px!important}.fc-time-grid .fc-event.fc-not-end:after{content:"..."}.fc-time-grid .fc-event.fc-not-start{border-top-width:1px!important}.fc-time-grid .fc-event.fc-not-start:before{content:"..."}.fc-time-grid .fc-event .fc-time{white-space:normal!important}.fc-time-grid .fc-event .fc-time span{display:none}.fc-time-grid .fc-event .fc-time:after{content:attr(data-full)}.fc-day-grid-container,.fc-scroller,.fc-time-grid-container{overflow:visible!important;height:auto!important}.fc-row{border:0!important;margin:0!important}.fc button,.fc-button-group{display:none}}
|
43 |
.fc-dayGridDay-view .fc-content-skeleton,.fc-dayGridWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-dayGrid-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid{overflow:hidden}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-dayGrid-view .fc-day-number,.fc-dayGrid-view .fc-week-number{padding:2px}.fc-dayGrid-view th.fc-day-number,.fc-dayGrid-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px 0}.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-dayGrid-view .fc-day-top .fc-week-number{min-width:1.5em;text-align:center;background-color:#f2f2f2;color:grey}.fc-dayGrid-view td.fc-week-number{text-align:center}.fc-dayGrid-view td.fc-week-number>*{display:inline-block;min-width:1.25em}
|
44 |
.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt{float:right}.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}
|
45 |
@charset "UTF-8";.fc-timeGrid-view .fc-day-grid{position:relative;z-index:2}.fc-timeGrid-view .fc-day-grid .fc-row{min-height:3em}.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{position:relative;z-index:3}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-mirror-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight-container{position:relative}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-time-grid-event{margin-bottom:1px}.fc-time-grid-event-inset{-webkit-box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px #fff}.fc-time-grid-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-time-grid-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event .fc-content{overflow:hidden;max-height:100%}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:" - "}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}
|
46 |
-
@keyframes plyr-progress{to{background-position:25px 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:subpixel-antialiased;direction:ltr;font-family:Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.7;max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease}.plyr audio,.plyr video{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5764;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding:10px;position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions .plyr__caption{background:rgba(0,0,0,.8);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__captions .plyr__caption div{display:inline}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:16px;padding:20px}}@media (min-width:768px){.plyr__captions{font-size:18px}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px)}.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr__control--overlaid{background:rgba(0,179,255,.8);border:0;border-radius:100%;color:#fff;display:none;left:50%;padding:15px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#00b3ff}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr__controls .plyr__controls__item.plyr__volume{padding-right:5px}.plyr__controls .plyr__controls__item.plyr__volume:first-child{padding-right:0}.plyr__controls:empty{display:none}.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4a5764;padding:10px}.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:20px 5px 5px;position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:35px 10px 10px}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:16px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container::after{border:4px solid transparent;border-top-color:rgba(255,255,255,.9);content:'';height:0;position:absolute;right:15px;top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5764;display:flex;font-size:14px;padding:4px 11px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px}.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(74,87,100,.8);right:5px}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:500;margin:7px;margin-bottom:3px;padding-left:28px;position:relative;width:calc(100% - 14px)}.plyr__menu__container .plyr__control--back::after{border-right-color:rgba(74,87,100,.8);left:7px}.plyr__menu__container .plyr__control--back::before{background:#c1c9d1;box-shadow:0 1px 0 #fff;content:'';height:1px;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px}.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#00b3ff}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(0,0,0,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;overflow:hidden;padding-left:25px;pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:26px;color:#00b3ff;display:block;height:19px;margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;-webkit-appearance:none;margin-top:-4px}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;height:5px}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:14px}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr--video .plyr__time{text-shadow:0 1px 1px rgba(0,0,0,.15)}.plyr__tooltip{background:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:14px;font-weight:500;left:50%;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:16px}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;border-radius:inherit;overflow:hidden;position:relative;z-index:0}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr__progress{left:6.5px;margin-right:13px;position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-right:-6.5px;width:calc(100% + 13px)}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:14px;left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;left:0;margin-top:-2.5px;padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;transition:width .2s ease}.plyr--video .plyr__progress__buffer{box-shadow:0 1px 1px rgba(0,0,0,.15);color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress__buffer{color:rgba(193,201,209,.66)}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,41,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,41,47,.6) 50%,rgba(35,41,47,.6) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,201,209,.66)}.plyr__volume{align-items:center;display:flex;flex:1;position:relative}.plyr__volume input[type=range]{margin-left:5px;position:relative;z-index:2}@media (min-width:480px){.plyr__volume{max-width:90px}}@media (min-width:768px){.plyr__volume{max-width:110px}}.plyr--is-ios .plyr__volume{display:none!important}.plyr--is-ios.plyr--vimeo [data-plyr=mute]{display:none!important}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}.plyr:-ms-fullscreen .plyr__captions{font-size:21px}.plyr:fullscreen .plyr__captions{font-size:21px}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:rgba(35,41,47,.8);border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;left:0;margin:-2.5px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:10px;opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translate(0,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0,0) scale(1)}.plyr__preview-thumb::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c9d1;border-radius:2px;overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;color:#fff;font-size:14px;padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
|
47 |
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
|
3 |
.eael-advance-tabs{display:block}.eael-advance-tabs .eael-tabs-nav>ul{position:relative;padding:0;margin:0;list-style-type:none;display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:center;align-items:center;z-index:1}.eael-advance-tabs .eael-tabs-nav>ul li{position:relative;padding:1em 1.5em;-webkit-box-flex:1;flex:1 1 auto;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;text-align:center;background-color:#f1f1f1}.eael-advance-tabs .eael-tabs-nav>ul li:after{content:"";position:absolute;bottom:-10px;left:0;right:0;margin:0 auto;z-index:1;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #444;border-bottom:0;display:none}.eael-advance-tabs .eael-tabs-nav>ul li.active,.eael-advance-tabs .eael-tabs-nav>ul li.active-default,.eael-advance-tabs .eael-tabs-nav>ul li:hover{background-color:#444}.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active-default:after,.eael-advance-tabs.active-caret-on .eael-tabs-nav>ul li.active:after{display:none}.eael-advance-tabs .eael-tabs-nav>ul li.active-default:after,.eael-advance-tabs .eael-tabs-nav>ul li.active:after{display:block}.eael-tabs-content{display:-webkit-box;display:flex;-webkit-box-flex:1;flex:1 1 auto}.eael-advance-tabs .eael-tabs-content>div{display:none;opacity:0}.eael-advance-tabs .eael-tabs-content>div.active,.eael-advance-tabs .eael-tabs-content>div.active-default{display:block;width:100%;padding:1em;opacity:1;-webkit-animation:fadeIn linear .3s;animation:fadeIn linear .3s}.eael-tab-inline-icon li a .fa{margin-right:10px;line-height:1}.eael-tab-top-icon li{display:-webkit-box;display:flex;flex-wrap:wrap;text-align:center}.eael-tab-top-icon li a{display:-webkit-box;display:flex;flex-wrap:wrap;text-align:center}.eael-tab-top-icon li .eael-tab-title,.eael-tab-top-icon li .fa{-webkit-box-flex:1;flex:1 1 100%;line-height:1}.eael-tab-top-icon li a .eael-tab-title{margin-top:10px}.eael-advance-tabs.eael-tabs-vertical{display:-webkit-box;display:flex}.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav{-webkit-box-flex:0;flex:0 0 auto}.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-flow:column wrap}.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav>ul>li{width:100%;-webkit-box-pack:start;justify-content:start}.eael-advance-tabs.eael-tabs-vertical .eael-tabs-nav>ul li::after{bottom:auto!important;right:-10px;top:calc(50% - 10px);left:auto!important;border-left:10px solid #444;border-right:0;border-top:10px solid transparent;border-bottom:10px solid transparent}@media only screen and (max-width:767px){.eael-advance-tabs .eael-tabs-nav>ul{flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap}.eael-advance-tabs .eael-tabs-nav>ul li{-webkit-box-flex:1;flex:1 1 auto}.responsive-vertical-layout.eael-advance-tabs .eael-tabs-nav>ul li{-webkit-box-flex:1;flex:1 1 100%}.eael-advance-tabs.eael-tabs-vertical{flex-wrap:wrap}.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav{-webkit-box-flex:1;flex:1 100%}.eael-advance-tabs.eael-tabs-vertical ul{-webkit-box-flex:1;flex:1 100%}.eael-advance-tabs.eael-tabs-vertical ul li{-webkit-box-flex:1;flex:1 100%}div.eael-advance-tabs.eael-tabs-vertical div.eael-tabs-nav>ul li::after{border-left-color:transparent!important;bottom:-20px!important;left:0!important;right:0!important;top:auto!important;border-left:10px solid transparent;border-right:10px solid transparent;border-top-color:#444!important}}
|
4 |
.ea-advanced-data-table-wrap *{background-color:transparent;border:none;box-shadow:none;margin:0;padding:0}.ea-advanced-data-table-wrap .ea-advanced-data-table-wrap-inner{width:100%;overflow-y:auto}.ea-advanced-data-table-wrap .ea-advanced-data-table{width:100%;border-collapse:collapse}.ea-advanced-data-table-wrap .ea-advanced-data-table td,.ea-advanced-data-table-wrap .ea-advanced-data-table th{background-color:transparent!important}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th{position:relative;cursor:pointer}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th:before{content:"";border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:5px solid #4d4d4d;position:absolute;top:50%;right:15px;margin-top:-6px}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th:after{content:"";border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #4d4d4d;position:absolute;top:50%;right:15px;margin-top:1px}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.asc:before{display:none}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.asc:after{margin-top:-3px}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.desc:before{margin-top:-3px}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-sortable th.desc:after{display:none}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-unsortable th{pointer-events:none}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-unsortable th:after,.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-unsortable th:before{display:none}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-paginated tbody tr{display:none}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th{position:relative}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th:before{border:none}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th:after{content:"";display:block;height:100%;position:absolute;right:0;top:0;width:10px;border:none;cursor:col-resize}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable td,.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th{padding:0}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable td textarea,.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable th textarea{width:100%;min-width:100px;height:100%;background-color:transparent;border:none;box-shadow:none;resize:none;margin:0;padding:0;outline:0;vertical-align:middle}.ea-advanced-data-table-wrap .ea-advanced-data-table.ea-advanced-data-table-editable.ea-advanced-data-table-paginated tbody tr{display:table-row}.ea-advanced-data-table-wrap .ea-advanced-data-table-search-wrap.ea-advanced-data-table-search-center{text-align:center}.ea-advanced-data-table-wrap .ea-advanced-data-table-search-wrap.ea-advanced-data-table-search-right{text-align:right}.ea-advanced-data-table-wrap .ea-advanced-data-table-pagination a{display:inline-block}
|
5 |
.eael-caldera-form-align-left,.eael-caldera-form-btn-align-left{text-align:left}.eael-caldera-form-align-right,.eael-caldera-form-btn-align-right{text-align:right}.eael-caldera-form-align-center,.eael-caldera-form-btn-align-center{text-align:center}.eael-caldera-form .control-label{display:none}.eael-caldera-form-labels-yes .control-label{display:block}.eael-caldera-form-button-center .form-group input[type=button],.eael-caldera-form-button-center .form-group input[type=submit]{display:block;margin:0 auto}.eael-caldera-form-button-right .form-group input[type=button],.eael-caldera-form-button-right .form-group input[type=submit]{float:right}.eael-caldera-form .intl-tel-input{display:inherit}.eael-custom-radio-checkbox .caldera-grid input[type=checkbox],.eael-custom-radio-checkbox .caldera-grid input[type=radio]{border-style:solid;border-width:0;padding:3px;-webkit-appearance:none}.eael-caldera-form-button-full-width .form-group input[type=button],.eael-caldera-form-button-full-width .form-group input[type=submit]{width:100%}
|
6 |
+
.eael-call-to-action{width:100%;height:auto;display:block;padding:30px;font-size:16px;color:#4d4d4d;font-weight:400;line-height:27px;margin:0 auto}.eael-call-to-action p{margin-bottom:10px}.eael-call-to-action .title{font-size:36px;font-weight:600;line-height:36px;margin-bottom:10px;text-transform:capitalize;font-style:normal}.eael-call-to-action.cta-center{text-align:center}.eael-call-to-action.cta-right{text-align:right}.eael-call-to-action.cta-left{text-align:left}.eael-call-to-action.bg-lite{background:#f4f4f4}.eael-call-to-action.bg-img{background-image:url(../img/bg.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;position:relative;z-index:0;color:rgba(255,255,255,.7)}.eael-call-to-action.bg-img .icon{color:#fff}.eael-cta-overlay-yes .eael-call-to-action.bg-img:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;background:rgba(0,0,0,.8)}.eael-call-to-action.bg-img.bg-fixed{background-attachment:fixed;background-position:center center}.eael-call-to-action.bg-img .title{color:rgba(255,255,255,.9)}.eael-call-to-action.cta-flex,.eael-call-to-action.cta-icon-flex{display:-webkit-box;display:flex;-webkit-box-pack:justify;justify-content:space-between;-webkit-box-align:start;align-items:flex-start}.eael-call-to-action.cta-icon-flex .icon{-webkit-box-flex:1;flex-grow:1;font-size:80px;text-align:left;line-height:130px}.eael-call-to-action.cta-icon-flex .action{-webkit-box-flex:1;flex-grow:1;text-align:right;padding-top:22px;flex-basis:22%}.eael-call-to-action.cta-icon-flex .content{-webkit-box-flex:1;flex-grow:1;padding:0 30px}.eael-call-to-action.cta-flex .content{padding:0 15px;-webkit-box-flex:1;flex-grow:1}.eael-call-to-action.cta-flex .action{-webkit-box-flex:1;flex-grow:1;text-align:right;padding-top:25px;flex-basis:23%}.eael-call-to-action .cta-button{position:relative;display:inline-block;padding:12px 30px;background:#f9f9f9;font-size:16px;text-decoration:none;color:#4d4d4d;-webkit-transition:.5s;transition:.5s;-ms-box-shadow:0 0 3px -1px rgba(0,0,0,.2);box-shadow:0 0 3px -1px rgba(0,0,0,.2);margin-right:10px;margin-top:10px;z-index:0;overflow:hidden}.eael-call-to-action .cta-button:last-child{margin-right:0}.eael-call-to-action .cta-button:focus{outline:0}.eael-call-to-action .cta-button:hover{color:#fff;background:#3f51b5;-ms-box-shadow:0 1px 12px 1px rgba(0,0,0,.1);box-shadow:0 1px 12px 1px rgba(0,0,0,.1)}.eael-call-to-action .cta-button.effect-1:after{content:"";position:absolute;width:100%;height:100%;background:#3f51b5;top:0;left:0;transform:translateY(-100%);-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);z-index:-1;-webkit-transition:.5s;transition:.5s;color:#fff}.eael-call-to-action .cta-button.effect-1:hover::after{-webkit-transform:translateY(0);transform:translateY(0)}.eael-call-to-action .cta-button.effect-2:after{content:"";position:absolute;width:100%;height:100%;background:#3f51b5;top:0;left:0;z-index:-1;-webkit-transition:.5s;transition:.5s;color:#fff;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.eael-call-to-action .cta-button.effect-2:hover::after{-webkit-transform:translateX(0);transform:translateX(0)}@media only screen and (max-width:768px){.eael-call-to-action.cta-flex,.eael-call-to-action.cta-icon-flex{flex-wrap:wrap}.eael-call-to-action .title{font-size:28px;line-height:36px;margin-top:0}.eael-call-to-action.cta-icon-flex .icon{-webkit-box-flex:1;flex-grow:1;font-size:48px;line-height:90px;text-align:center}.eael-call-to-action.cta-flex .content,.eael-call-to-action.cta-icon-flex .content{-webkit-box-flex:1;flex-grow:1;text-align:center;padding:0}.eael-call-to-action.cta-flex .action,.eael-call-to-action.cta-icon-flex .action{text-align:center;padding-top:0}.eael-call-to-action .cta-button{padding:12px 25px}}@media only screen and (max-width:360px){.eael-call-to-action{font-size:14px;line-height:26px}.eael-call-to-action .cta-button{padding:4px 20px;font-size:12px}.eael-call-to-action .title{font-size:20px;line-height:30px}}
|
7 |
@-webkit-keyframes loaderSpin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loaderSpin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.eael-load-more-button-wrap{display:-webkit-box;display:flex}.eael-load-more-button{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;padding:1em 2em;border:0 solid;font-size:16px;overflow:hidden}.eael-load-more-button .button__loader{left:-100%;top:auto;margin-right:5px;-webkit-transition:all .2s;transition:all .2s}.eael-load-more-button>span{margin-left:-20px}.eael-load-more-button.button--loading>span{margin-left:0}.eael-load-more-button.button--loading .button__loader{left:0}.eael-btn-loader{border-radius:50%;width:20px;height:20px;font-size:10px;position:relative;text-indent:-9999em;border-top:4px solid rgba(255,255,255,.2);border-right:4px solid rgba(255,255,255,.2);border-bottom:4px solid rgba(255,255,255,.2);border-left:4px solid #fff;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:loaderSpin 1.1s infinite linear;animation:loaderSpin 1.1s infinite linear}.eael-btn-loader:after{border-radius:50%;width:20px;height:20px}
|
8 |
+
.eael-contact-form-7.eael-contact-form-btn-align-center input.wpcf7-submit{margin-left:auto!important;margin-right:auto!important;display:block;float:none}.eael-contact-form-7.eael-contact-form-btn-align-left input.wpcf7-submit{float:left;width:auto}.eael-contact-form-7.eael-contact-form-btn-align-right input.wpcf7-submit{float:right;width:auto}.eael-contact-form-7 .uneditable-input,.eael-contact-form-7 input[type=color],.eael-contact-form-7 input[type=date],.eael-contact-form-7 input[type=datetime-local],.eael-contact-form-7 input[type=datetime],.eael-contact-form-7 input[type=email],.eael-contact-form-7 input[type=month],.eael-contact-form-7 input[type=number],.eael-contact-form-7 input[type=password],.eael-contact-form-7 input[type=search],.eael-contact-form-7 input[type=tel],.eael-contact-form-7 input[type=text],.eael-contact-form-7 input[type=time],.eael-contact-form-7 input[type=url],.eael-contact-form-7 input[type=week],.eael-contact-form-7 textarea{-webkit-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s}.eael-contact-form-7 .wpcf7-form::after,.eael-contact-form-7 .wpcf7-form::before{content:" ";clear:both;display:table}.eael-contact-form-7 .wpcf7-form:after{clear:both;content:"";font-size:0;height:0;display:block;visibility:hidden}.eael-contact-form-7 .wpcf7-form .wpcf7-form-control-wrap,.eael-contact-form-7 .wpcf7-form label{display:block}.eael-contact-form-7.labels-hide .wpcf7-form label{display:none}.eael-contact-form-7-title{margin-bottom:10px}.eael-contact-form-7-description{margin-bottom:20px}.eael-contact-form-7-button-full-width .wpcf7-form-control.wpcf7-submit{width:100%}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:20px}.eael-contact-form-7 .wpcf7-form p{margin-bottom:20px}.eael-contact-form-7 .wpcf7-form p span.wpcf7-form-control-wrap{margin-bottom:0}.eael-contact-form-7 .wpcf7-form label span.wpcf7-list-item-label{font-family:inherit;font-weight:400}.eael-contact-form-7 .wpcf7-form p input.wpcf7-submit{font-family:inherit;font-weight:400}
|
9 |
.eael-ticker-wrap{overflow:hidden;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row nowrap;-webkit-box-align:center;align-items:center;width:100%}.eael-ticker-wrap .ticker-badge{-webkit-box-flex:0;flex:0 0 auto;padding:8px 12px}.eael-ticker-wrap .eael-ticker{overflow:hidden;-webkit-box-flex:1;flex:1 1 auto}.eael-ticker-wrap .eael-ticker .ticker-content{padding:8px 12px;line-height:1.8}.eael-ticker-wrap .eael-ticker .ticker-content p{margin:0}.eael-ticker-wrap .swiper-button-prev{left:auto!important;right:25px}.eael-ticker-wrap div.swiper-slide,.eael-ticker-wrap div.swiper-slide.swiper-slide-next,.eael-ticker-wrap div.swiper-slide.swiper-slide-prev{opacity:0!important}.eael-ticker-wrap div.swiper-slide.swiper-slide-active{opacity:1!important}.eael-ticker-wrap .eael-content-ticker.swiper-container .swiper-slide{text-align:left}@media only screen and (max-width:767px){.eael-ticker-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap}.content-ticker-pagination{display:none}}.eael-ticker-wrap .swiper-button-next,.eael-ticker-wrap .swiper-button-prev{background-image:none;outline:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}
|
10 |
.eael-countdown-items{list-style:none;margin:0;padding:0;display:table;table-layout:fixed;width:100%}.eael-countdown-items>li{list-style:none;margin:0;padding:0;display:table-cell;position:relative}.eael-countdown-item>div{text-align:center;padding:20px}.eael-countdown-label-block .eael-countdown-digits,.eael-countdown-label-block .eael-countdown-label{display:block;text-align:center}.eael-countdown-digits{font-size:54px;line-height:1}.eael-countdown-label{font-size:18px;line-height:1;color:#fff}.eael-countdown-show-separator .eael-countdown-digits::after{content:":";position:absolute;left:98%;z-index:9999}.eael-countdown-item:last-child .eael-countdown-digits::after{display:none}.eael-countdown-items.style-1 .eael-countdown-item>div{background:#262625}
|
11 |
+
.eael-creative-button-align-center{text-align:center}.eael-creative-button-wrapper{display:-webkit-box;display:flex}.eael-creative-button{-webkit-box-flex:0;flex:0 0 auto;min-width:150px;text-align:center;vertical-align:middle;position:relative;z-index:1;border-radius:2px;padding:20px 30px;font-size:16px;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;-moz-osx-font-smoothing:grayscale}.eael-creative-button:focus{outline:0}.eael-creative-button--winona{overflow:hidden;padding:0!important;-webkit-transition:border-color .3s,background-color .3s;transition:border-color .3s,background-color .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--winona::after{content:attr(data-text);position:absolute;width:100%;height:100%;top:0;left:0;opacity:0;-webkit-transform:translate3d(0,25%,0);transform:translate3d(0,25%,0);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-creative-button--winona::after,.eael-creative-button--winona>.creative-button-inner{padding:1em 2em;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--winona:hover::after{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.eael-creative-button--winona:hover>.creative-button-inner{opacity:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.eael-creative-button--ujarak{-webkit-transition:border-color .4s,color .4s;transition:border-color .4s,color .4s}.eael-creative-button--ujarak::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:0;-webkit-transform:scale3d(.7,1,1);transform:scale3d(.7,1,1);-webkit-transition:opacity .4s,-webkit-transform .4s;transition:opacity .4s,-webkit-transform .4s;transition:transform .4s,opacity .4s;transition:transform .4s,opacity .4s,-webkit-transform .4s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--ujarak,.eael-creative-button--ujarak::before{-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--ujarak:hover::before{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.eael-creative-button--wayra{overflow:hidden;-webkit-transition:border-color .3s,color .3s;transition:border-color .3s,color .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--wayra::before{content:'';position:absolute;top:0;left:0;width:150%;height:100%;z-index:-1;-webkit-transform:rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);transform:rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-transition:opacity .3s,background-color .3s,-webkit-transform .3s;transition:opacity .3s,background-color .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s,background-color .3s;transition:transform .3s,opacity .3s,background-color .3s,-webkit-transform .3s}.eael-creative-button--wayra:hover::before{opacity:1;-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg);-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--tamaya{float:left;min-width:150px;max-width:250px;display:block;margin:1em;padding:1em 2em;border:none;background:0 0;color:inherit;vertical-align:middle;position:relative;z-index:1;-webkit-backface-visibility:hidden;-moz-osx-font-smoothing:grayscale;overflow:hidden;color:#7986cb;min-width:180px}.eael-creative-button--tamaya.button--inverted{color:#37474f;border-color:#37474f}.eael-creative-button--tamaya::after,.eael-creative-button--tamaya::before{content:attr(data-text);position:absolute;width:100%;height:50%;left:0;background:#7986cb;color:#fff;overflow:hidden;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--tamaya.button--inverted::after,.eael-creative-button--tamaya.button--inverted::before{background:#fff;color:#37474f}.eael-creative-button--tamaya::before{top:0;padding-top:1em}.eael-creative-button--tamaya::after{bottom:0;line-height:0}.eael-creative-button--tamaya span{display:block;-webkit-transform:scale3d(.2,.2,1);transform:scale3d(.2,.2,1);opacity:0;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.2,1,.3,1);transition-timing-function:cubic-bezier(.2,1,.3,1)}.eael-creative-button--tamaya:hover::before{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.eael-creative-button--tamaya:hover::after{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.eael-creative-button--tamaya:hover span{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);content:'Bangladesh'}.eael-creative-button--rayen{overflow:hidden;padding:0!important}.eael-creative-button--rayen::before{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-creative-button--rayen::before,.eael-creative-button--rayen>.creative-button-inner{padding:1em 2em;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1)}.eael-creative-button--rayen:hover::before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.eael-creative-button--rayen:hover>.creative-button-inner{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.creative-button-inner{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-creative-button-icon-left{margin-right:5px}.eael-creative-button-icon-right{margin-left:5px}
|
12 |
@charset "UTF-8";table.eael-data-table thead .sorting,table.eael-data-table thead .sorting_asc,table.eael-data-table thead .sorting_desc{position:relative;z-index:0;outline:0;cursor:pointer}table.eael-data-table thead .sorting:after,table.eael-data-table thead .sorting_asc:after,table.eael-data-table thead .sorting_desc:after{position:absolute;top:50%;right:10px;font-family:FontAwesome;color:#fff;z-index:1;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.eael-data-table-wrap .eael-data-tables_wrapper{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;-webkit-box-pack:start;justify-content:flex-start;width:100%}.eael-data-table-wrap .eael-data-tables_filter{-webkit-box-flex:1;flex-grow:1;flex-basis:50%;text-align:right}.eael-data-table-wrap .eael-data-tables_filter label{font-weight:700}.eael-data-table-wrap .eael-data-tables_filter label input[type=search]{height:40px;border:1px solid rgba(0,0,0,.09);outline:0;padding:10px;margin-left:10px}.eael-data-table-wrap .eael-data-tables_length{-webkit-box-flex:1;flex-grow:1;flex-basis:50%}.eael-data-table-wrap .eael-data-tables_length select{width:auto;max-width:120px;height:40px;border:1px solid rgba(0,0,0,.09);outline:0;margin-left:10px;margin-right:10px}.eael-data-table-wrap .eael-data-tables_length label{font-weight:700}.eael-data-table-wrap .eael-data-tables_info{-webkit-box-flex:1;flex-grow:1;flex-basis:50%;font-weight:700}.eael-data-table-wrap .eael-data-tables_paginate{-webkit-box-flex:1;flex-grow:1;flex-basis:50%;text-align:right}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button{padding:10px 15px;background:#f2f2f2;margin-right:2px;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button:hover{color:#fff;background:#4a4893}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.current{color:#fff;background:#4a4893}.eael-data-table-wrap .eael-data-tables_paginate .paginate_button.disabled{cursor:no-drop;background:#f2f2f2;opacity:.5;color:#888}.data-header-icon{margin-right:10px;position:relative;top:2px}.eael-data-table{width:100%;height:auto;margin:0;border-collapse:collapse;border:none}.eael-data-table tr{border-style:none}.eael-data-table thead tr{text-align:left}.eael-data-table thead tr th{padding:20px 15px;background:#4a4893;font-size:16px;font-weight:600;font-family:Montserrat,sans-serif;line-height:1;color:#fff;border-color:#000;border-width:2px;border-style:none;background-clip:padding-box}.eael-data-table thead tr th:hover{border-color:#000}.eael-data-table tbody tr.even{-webkit-transition:background .4s ease-in-out;transition:background .4s ease-in-out}.eael-data-table tbody tr.even:hover{background:rgba(242,242,242,.7)}.eael-data-table tbody tr.even:last-child{border-bottom:1px solid rgba(0,0,0,.09)}.eael-data-table tbody tr.odd{background:rgba(242,242,242,.5);-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out}.eael-data-table tbody tr.odd:hover{background:rgba(242,242,242,.7)}.eael-data-table tbody tr.odd:last-child{border-bottom:1px solid rgba(0,0,0,.09)}.eael-data-table tbody tr td{padding:20px 15px;font-size:14px;font-family:Montserrat,sans-serif;line-height:1;border-width:2px;border-style:none;background-clip:padding-box}.eael-data-table-th-img{display:inline-block;margin:0 15px 0 0;line-height:1}.th-mobile-screen{display:none}@media (max-width:767px){.eael-data-table-wrap{overflow-x:scroll!important;padding-bottom:5px}.th-mobile-screen{display:inline-block;padding:0 .6em;margin-right:10px;text-align:center;-webkit-box-flex:0;flex-grow:0;flex-shrink:0;flex-basis:100px}.th-mobile-screen .eael-data-table-th-img{margin:0 auto 15px auto;display:block}.th-mobile-screen .data-header-icon{margin:0 auto 15px auto;display:block}.td-content-wrapper{display:-webkit-box;display:flex;width:100%}.td-content{width:100%;-webkit-box-pack:center;justify-content:center}.td-content>p{width:100%;-webkit-box-pack:center;justify-content:center}.custom-responsive-option-enable .eael-data-table thead{display:none}.custom-responsive-option-enable .eael-data-table tbody tr td{float:none;clear:left;width:100%;text-align:left;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.eael-data-table .td-content{-webkit-box-align:center;align-items:center;display:-webkit-box;display:flex}}table.eael-data-table thead .sorting:after{content:""}table.eael-data-table thead .headerSortDown:after{content:""}table.eael-data-table thead .headerSortUp:after{content:""}table.eael-data-table thead .sorting_disabled.sorting:after{display:none}table.eael-data-table .sorting.sorting-none:after{display:none}table.eael-data-table .sorting_desc.sorting-none:after{display:none}table.eael-data-table .sorting_asc.sorting-none:after{display:none}.eael-table-align-left table.eael-data-table{float:left}.eael-table-align-center table.eael-data-table{margin:0 auto}.eael-table-align-right table.eael-data-table{float:right}.eael-hide-elements .eael-data-tables_info{display:none}.eael-dt-th-align-left .eael-data-table thead tr th{text-align:left}.eael-dt-th-align-right .eael-data-table thead tr th{text-align:right;padding-right:30px}.eael-dt-th-align-center .eael-data-table thead tr th{text-align:center}.eael-dt-td-align-left .eael-data-table tbody tr td{text-align:left}.eael-dt-td-align-center .eael-data-table tbody tr td{text-align:center}.eael-dt-td-align-right .eael-data-table tbody tr td{text-align:right;padding-right:30px}@media (max-width:1024px){.eael-dt-td-align-tablet-left .eael-data-table tbody tr td{text-align:left}.eael-dt-td-align-tablet-center .eael-data-table tbody tr td{text-align:center}.eael-dt-td-align-tablet-right .eael-data-table tbody tr td{text-align:right}}@media (max-width:767px){.eael-dt-td-align-mobile-left .eael-data-table tbody tr td{text-align:left}.eael-dt-td-align-mobile-center .eael-data-table tbody tr td{text-align:center}.eael-dt-td-align-mobile-right .eael-data-table tbody tr td{text-align:right}}
|
13 |
.eael-dual-header{display:block;margin-bottom:50px}.eael-dual-header .title,.eael-dual-header .title span{font-size:36px;font-weight:700;text-transform:uppercase;line-height:48px;margin:10px 0}.eael-dual-header .subtext{font-size:16px;display:block}.eael-dual-header i{display:block;padding:0;margin:20px 0 10px 0;font-size:36px}.eael-dual-header .title span.lead{color:#1abc9c}.eael-dual-header-content-align-center{text-align:center}.eael-dual-header-content-align-left{text-align:left}.eael-dual-header-content-align-right{text-align:right}
|
14 |
.elementor-panel .pro-feature,.elementor-panel .pro-feature a{color:#a4afb7;text-transform:uppercase;letter-spacing:1px;line-height:1.8;font-style:normal}.elementor-panel .pro-feature a{text-decoration:underline;color:#f54!important}.elementor-control-data_table_content_colspan_pro_alert .elementor-control-title,.elementor-control-data_table_content_rowspan_pro_alert .elementor-control-title,.elementor-control-data_table_content_template_pro_alert .elementor-control-title,.elementor-control-data_table_header_colspan_pro_alert .elementor-control-title,.elementor-control-data_table_header_img_pro_alert .elementor-control-title,.elementor-panel .elementor-control-eael_section_pro .elementor-panel-heading-title.elementor-panel-heading-title,.elementor-panel .elementor-control-eael_section_pro .elementor-panel-heading-toggle{color:#f54}.elementor-panel .elementor-control-eael_control_get_pro .elementor-control-field{display:none!important}.elementor-control-eael_fancy_text_style_pro_alert .elementor-control-title,.elementor-control-eael_img_accordion_type_pro_alert .elementor-control-title,.elementor-control-eael_pricing_table_style_pro_alert .elementor-control-title,.elementor-control-eael_section_countdown_style_pro_alert .elementor-control-title,.elementor-control-eael_section_data_table_enabled_pro_alert .elementor-control-title,.elementor-control-eael_team_members_preset_pro_alert .elementor-control-title,.elementor-control-eael_ticker_type_pro_alert .elementor-control-title{color:#f54}
|
20 |
.eael-elements-flip-box-container{position:relative;height:300px;width:100%}.eael-elements-flip-box-container .flipbox-button{display:inline-block;-webkit-transition:all .4s;transition:all .4s}.eael-elements-flip-box-container a{display:block}.eael-elements-flip-box-vertical-align{width:100%}.eael-elements-flip-box-padding{padding:0 30px 5px 30px}.eael-elements-flip-box-icon-image{display:inline-block;margin:0 auto 0 auto;line-height:1}.eael-elements-flip-box-icon-image.eael_eleements_flip_front_icon_style_background{background:#ccc}.eael_eleements_flip_front_icon_style_bordered{border:2px solid #fff}.eael_flip_box_icon_border_round{border-radius:100px}.eael_eleements_flip_front_icon_style_background,.eael_eleements_flip_front_icon_style_bordered{padding:15px}.eael-elements-flip-box-icon-image i{font-size:40px}.eael-elements-slider-display-table{width:100%}.eael-elements-flip-box-front-container{text-align:center;position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;background:#0e9dd2;color:#fff;border-color:#000;-webkit-display:flex;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.eael-elements-flip-box-content,.eael-elements-flip-box-heading{color:#fff}.eael-elements-flip-box-heading.flipbox-linked-title{color:#fff;font-size:1.5em;font-weight:700}.eael-elements-flip-box-rear-container{text-align:center;position:absolute;top:0;left:0;width:100%;height:100%;background:#444;color:#fff;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;border-color:#000}.eael-elements-button-floating-container{position:fixed;z-index:100}.eael-elements-button-floating-container .eael-elements-button{margin-top:0;font-size:14px;position:relative;padding:14px 20px}.eael-elements-button{cursor:pointer;display:inline-block;background:#077bbe;color:#fff;line-height:1;padding:16px 25px;margin-top:15px}.eael-elements-button:hover{background:#077bbe;color:#fff}.eael-elements-flip-box-container{-webkit-perspective:1000px;perspective:1000px}.eael-elements-flip-box-front-container,.eael-elements-flip-box-rear-container{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:ease;transition-timing-function:ease}.eael-elements-flip-box-flip-card{width:100%;height:100%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all .5s ease;transition:all .5s ease}.eael-elements-flip-box-front-container,.eael-elements-flip-box-rear-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:rotateX(0);transform:rotateX(0);-webkit-transform:rotateY(0);transform:rotateY(0)}.eael-animate-flip.eael-animate-up .eael-elements-flip-box-rear-container,.eael-animate-flip.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.eael-animate-flip.eael-animate-down .eael-elements-flip-box-rear-container,.eael-animate-flip.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}.eael-animate-flip.eael-animate-left .eael-elements-flip-box-rear-container,.eael-animate-flip.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.eael-animate-flip.eael-animate-right .eael-elements-flip-box-rear-container,.eael-animate-flip.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-flip-card{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.eael-animate-push.eael-elements-flip-box-container,.eael-animate-slide.eael-elements-flip-box-container{overflow:hidden}.eael-animate-push .eael-elements-flip-box-rear-container,.eael-animate-slide .eael-elements-flip-box-rear-container{z-index:3}.eael-animate-push.eael-animate-up .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-up .eael-elements-flip-box-rear-container{top:100%}.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{top:0}.eael-animate-push.eael-animate-down .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-down .eael-elements-flip-box-rear-container{top:auto;bottom:100%}.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{top:auto;bottom:0}.eael-animate-push.eael-animate-left .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-left .eael-elements-flip-box-rear-container{left:100%}.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{left:0}.eael-animate-push.eael-animate-right .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-right .eael-elements-flip-box-rear-container{left:auto;right:100%}.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container,.eael-animate-slide.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{left:auto;right:0}.eael-animate-push.eael-animate-up.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{top:-100%}.eael-animate-push.eael-animate-down.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{top:100%}.eael-animate-push.eael-animate-left.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{left:-100%}.eael-animate-push.eael-animate-right.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{left:100%}.eael-animate-zoom-in .eael-elements-flip-box-rear-container{opacity:0;-webkit-transform:scale(.75);transform:scale(.75);z-index:3}.eael-animate-zoom-in.eael-elements-flip-box-container:hover .eael-elements-flip-box-rear-container{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.eael-animate-zoom-out.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{opacity:0;-webkit-transform:scale(.75);transform:scale(.75)}.eael-animate-fade.eael-elements-flip-box-container:hover .eael-elements-flip-box-front-container{opacity:0}.eael-flipbox-content-align-right .eael-elements-flip-box-padding{text-align:right}.eael-flipbox-content-align-left .eael-elements-flip-box-padding{text-align:left}.eael-flipbox-content-align-center .eael-elements-flip-box-padding{text-align:center}.eael-flipbox-img-circle .eael-elements-flip-box-icon-image img,.eael-flipbox-img-circle .flipbox-back-image-icon img{border-radius:50%;overflow:hidden}
|
21 |
.eael-fluent-form-wrapper label.ff-el-form-check-label{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.eael-fluent-form-wrapper label.ff-el-form-check-label input{margin-right:5px}.eael-fluentform-form-button-full-width .ff-btn-submit{width:100%;display:block}.eael-contact-form.eael-fluent-form-wrapper.error-message-hide .ff-el-is-error .text-danger{display:none}.eael-fluentform-form-button-center .ff-el-group .ff-btn-submit,.eael-fluentform-form-button-center .ff-el-group.ff-text-left .ff-btn-submit,.eael-fluentform-form-button-center .ff-el-group.ff-text-right .ff-btn-submit{margin:0 auto;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-fluentform-form-button-right .ff-el-group .ff-btn-submit,.eael-fluentform-form-button-right .ff-el-group.ff-text-left .ff-btn-submit,.eael-fluentform-form-button-right .ff-el-group.ff-text-right .ff-btn-submit{float:right}.eael-fluentform-form-button-left .ff-el-group .ff-btn-submit,.eael-fluentform-form-button-left .ff-el-group.ff-text-left .ff-btn-submit,.eael-fluentform-form-button-left .ff-el-group.ff-text-right .ff-btn-submit{float:left}.eael-contact-form.eael-fluent-form-wrapper.fluent-form-labels-hide label{display:none!important}.eael-fluentform-section-break-content-left .ff-el-group.ff-el-section-break{text-align:left}.eael-fluentform-section-break-content-center .ff-el-group.ff-el-section-break{text-align:center}.eael-fluentform-section-break-content-right .ff-el-group.ff-el-section-break{text-align:right}.ff-el-progress,.ff-step-header .ff-el-progress-status{display:none}.eael-ff-step-header-yes .ff-step-header .ff-el-progress-status{display:block}.eael-ff-step-progressbar-yes .ff-el-progress{display:block}.ff-el-progress-bar{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;height:100%}
|
22 |
.clearfix::after,.clearfix::before{content:" ";display:table;clear:both}.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right{padding-top:40px}.eael-contact-form input[type=date],.eael-contact-form input[type=email],.eael-contact-form input[type=number],.eael-contact-form input[type=tel],.eael-contact-form input[type=text],.eael-contact-form input[type=url],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:0;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto}
|
23 |
+
.eael-gravity-form-align-default,.eael-gravity-form-align-left,.eael-gravity-form-btn-align-left{text-align:left}.eael-gravity-form-align-right,.eael-gravity-form-btn-align-right{text-align:right}.eael-gravity-form-align-center,.eael-gravity-form-btn-align-center{text-align:center}.gform_wrapper form li,.gform_wrapper li{list-style:none}.eael-gravity-form .gform_wrapper ul.gform_fields li.gfield{padding:0;padding-right:16px}.eael-gravity-form .gform_wrapper textarea{padding:0;font-weight:400!important;font-family:inherit}.eael-gravity-form .gform_wrapper .gform_footer input.button,.eael-gravity-form .gform_wrapper .gform_footer input[type=submit],.eael-gravity-form .gform_wrapper .gform_page_footer input.button,.eael-gravity-form .gform_wrapper .gform_page_footer input[type=submit]{margin:0}.eael-gravity-form.title-description-hide .gform_heading{display:none}.eael-gravity-form.labels-hide .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,.eael-gravity-form.labels-hide .gform_wrapper .top_label .gfield_label{display:none}.eael-gravity-form-button-full-width .gform_wrapper .gform_footer input[type=submit]{width:100%}
|
24 |
.eael-img-accordion{display:-webkit-box;display:flex;height:50vh}.eael-img-accordion a{position:relative;-webkit-box-flex:1;flex:1;text-align:center;text-decoration:none;color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;-webkit-transition:-webkit-box-flex .4s;transition:-webkit-box-flex .4s;transition:flex .4s;transition:flex .4s,-webkit-box-flex .4s}.eael-grow-accordion{-webkit-box-flex:3;flex:3}.eael-img-accordion .overlay{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;padding:0 10px;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:background-color .4s;transition:background-color .4s}.eael-img-accordion .overlay .overlay-inner{z-index:1}.eael-img-accordion a:after{content:"";position:absolute;width:100%;height:100%;z-index:0;top:0;left:0;bottom:0;right:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-img-accordion .overlay-inner *{visibility:hidden;opacity:0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.eael-img-accordion .overlay h2{color:#fff;-webkit-transform:translate3d(0,-60px,0);transform:translate3d(0,-60px,0)}.eael-img-accordion .overlay p{color:#fff;-webkit-transform:translate3d(0,60px,0);transform:translate3d(0,60px,0)}.eael-img-accordion .overlay-inner-show *{opacity:1;visibility:visible;-webkit-transform:none!important;transform:none!important;-webkit-transition:all .3s .3s;transition:all .3s .3s}@media screen and (max-width:800px){.eael-img-accordion{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.eael-img-accordion a:hover{-webkit-box-flex:1;flex:1}.eael-img-accordion a:hover .overlay{background-color:transparent}}
|
25 |
.eael-infobox .infobox-icon{height:auto}.eael-infobox .infobox-icon .infobox-icon-wrap{display:-webkit-box;display:flex;width:100%;height:auto;-webkit-transition:.3s;transition:.3s;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-infobox .infobox-icon .infobox-icon-wrap i{-webkit-transition:.3s;transition:.3s}.eael-infobox-content-align-left .eael-infobox .infobox-button,.eael-infobox-content-align-left .eael-infobox .infobox-content,.eael-infobox-content-align-left .eael-infobox .infobox-icon{text-align:left}.eael-infobox-content-align-right .eael-infobox .infobox-button,.eael-infobox-content-align-right .eael-infobox .infobox-content,.eael-infobox-content-align-right .eael-infobox .infobox-icon{text-align:right}.eael-infobox-content-align-center .eael-infobox .infobox-button,.eael-infobox-content-align-center .eael-infobox .infobox-content,.eael-infobox-content-align-center .eael-infobox .infobox-icon{text-align:center}.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap{width:90px;height:90px;text-align:center}.eael-infobox-icon-hover-bg-shape-square:hover .infobox-icon .infobox-icon-wrap{border-radius:0}.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-hover-bg-shape-radius:hover .infobox-icon .infobox-icon-wrap{border-radius:15px}.eael-infobox-icon-bg-shape-radius .infobox-icon .infobox-icon-wrap{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap,.eael-infobox-icon-hover-bg-shape-circle:hover .infobox-icon .infobox-icon-wrap{border-radius:50%}.eael-infobox-icon-bg-shape-circle .infobox-icon .infobox-icon-wrap i,.eael-infobox-icon-bg-shape-square .infobox-icon .infobox-icon-wrap i{margin-top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.eael-infobox .infobox-button a.eael-infobox-button{display:inline-block;padding:5px 10px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-circle .infobox-icon,.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-radius .infobox-icon,.eael-infobox-content-align-left.eael-infobox-icon-bg-shape-square .infobox-icon{display:-webkit-box;display:flex;-webkit-box-pack:start;justify-content:flex-start}.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-circle .infobox-icon,.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-radius .infobox-icon,.eael-infobox-content-align-center.eael-infobox-icon-bg-shape-square .infobox-icon{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center}.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-circle .infobox-icon,.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-radius .infobox-icon,.eael-infobox-content-align-right.eael-infobox-icon-bg-shape-square .infobox-icon{display:-webkit-box;display:flex;-webkit-box-pack:end;justify-content:flex-end}.eael-infobox.icon-on-left{position:relative;z-index:0;display:-webkit-box;display:flex}.eael-infobox.icon-on-left .infobox-icon-wrap,.eael-infobox.icon-on-right .infobox-icon-wrap{-webkit-box-pack:center;justify-content:center;display:-webkit-box!important;display:flex!important;-webkit-box-align:center;align-items:center}.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap{background:0 0;border:0;text-align:left;height:auto;display:block}.eael-infobox .infobox-content p{margin:0 0 15px}.eael-infobox.icon-on-left .infobox-icon .infobox-icon-wrap i{margin-top:0;-webkit-transform:translateY(0);transform:translateY(0)}.eael-infobox.icon-on-left .infobox-content{padding-left:15px;-webkit-box-flex:1;flex:1 1 auto}.eael-infobox.icon-on-left .infobox-content .title{line-height:1;margin:0 0 10px 0}.eael-infobox.icon-on-right{position:relative;z-index:0;display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap{background:0 0;border:0;text-align:right;width:auto;height:auto;display:block}.eael-infobox.icon-on-right .infobox-icon .infobox-icon-wrap i{margin-top:0;-webkit-transform:translateY(0);transform:translateY(0)}.eael-infobox.icon-on-right .infobox-content{padding-right:15px;text-align:right;-webkit-box-flex:1;flex:1 1 auto;box-sizing:border-box}.eael-infobox.icon-on-right .infobox-content .title{line-height:1;margin:0 0 10px 0}.eael-infobox .infobox-icon img{-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.eael-infobox-hover-img-shape-square:hover .eael-infobox .infobox-icon img{border-radius:0}.eael-infobox-hover-img-shape-circle:hover .eael-infobox .infobox-icon img,.eael-infobox-shape-circle .eael-infobox .infobox-icon img{border-radius:50%}.eael-infobox-hover-img-shape-radius:hover .eael-infobox .infobox-icon img,.eael-infobox-shape-radius .eael-infobox .infobox-icon img{border-radius:15px}
|
26 |
body div.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}button.mfp-close,button.mfp-close:hover{display:inline-block!important;background:0 0;width:auto}.mfp-arrow,.mfp-arrow:hover{background:0 0}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
|
27 |
.eael-ninja-container input,.eael-ninja-container textarea{height:auto;padding:10px}.eael-contact-form-align-center .eael-ninja-container,.eael-contact-form-btn-align-center .eael-ninja-container .nf-field .nf-field-element input[type=button]{margin-left:auto!important;margin-right:auto!important;display:block;float:none}.eael-contact-form-align-left .eael-ninja-container,.eael-contact-form-btn-align-left .eael-ninja-container .nf-field .nf-field-element input[type=button]{float:left;width:auto}.eael-contact-form-align-right .eael-ninja-container,.eael-contact-form-btn-align-right .eael-ninja-container .nf-field .nf-field-element input[type=button]{float:right;width:auto}.eael-ninja-container .nf-field .nf-field-element input[type=password],.eael-ninja-container .nf-field .nf-field-element input[type=url],.eael-ninja-container .nf-field .nf-field-element textarea,.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type=email],.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type=number],.eael-ninja-container ul.wpuf-form li .wpuf-fields input[type=text]{max-width:100%}.eael-ninja-form .nf-form-title{display:none}.eael-ninja-form-title-yes .nf-form-title{display:block}.eael-ninja-form .title-description-hide .nf-form-title{display:none}.eael-ninja-form.title-description-hide .nf-form-title{display:none}.eael-ninja-form .nf-field-label{display:none}.eael-ninja-form-labels-yes .nf-field-label{display:block}.eael-ninja-form .submit-container input[type=button]{border:0;border-radius:0}.eael-ninja-form-button-full-width .submit-container input[type=button]{width:100%}
|
28 |
+
.eael-post-grid-container .eael-post-grid{margin:0 -10px}.eael-post-grid-container .eael-post-grid .eael-grid-post{float:left;padding:10px}.eael-post-carousel .eael-grid-post{float:none;padding:0}.eael-grid-post-holder{border:1px solid rgba(0,0,0,.1)}.eael-grid-post-holder-inner{height:100%}.eael-entry-media{position:relative}.eael-entry-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;-webkit-transition:opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(.19,1,.22,1);transition:opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(.19,1,.22,1);transition:opacity .2s ease-in-out,transform .25s cubic-bezier(.19,1,.22,1);transition:opacity .2s ease-in-out,transform .25s cubic-bezier(.19,1,.22,1),-webkit-transform .25s cubic-bezier(.19,1,.22,1)}.eael-entry-overlay>a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.eael-entry-title{margin:10px 0 5px;font-size:1.2em}.eael-entry-thumbnail img{width:100%;max-width:100%;vertical-align:middle}.eael-entry-thumbnail>img{height:100%}.eael-entry-footer .eael-author-avatar{width:50px}.eael-entry-footer .eael-author-avatar .avatar{border-radius:50%}.eael-post-grid .eael-entry-footer .eael-entry-meta{padding-left:8px;text-align:left}.eael-grid-post .eael-entry-meta{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.eael-grid-post .eael-entry-footer .eael-entry-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.eael-entry-meta>div{font-size:12px;line-height:1.2;padding-bottom:5px}.eael-grid-post-excerpt p{margin:0;font-size:14px}.eael-entry-meta .eael-entry-footer .eael-posted-by{display:block}.eael-grid-post .eael-entry-footer,.eael-grid-post .eael-entry-wrapper{padding:15px}.eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on{padding-left:5px}.eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on::before{content:'\f111';font-family:FontAwesome;color:inherit;opacity:.4;font-size:.8em;padding-right:7px}.eael-entry-media{position:relative}.eael-entry-overlay{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-entry-overlay>i{color:#fff}.eael-entry-overlay.fade-in{visibility:hidden;opacity:0;-webkit-transition:.3s;transition:.3s}.eael-entry-media:hover .eael-entry-overlay.fade-in{visibility:visible;opacity:1}.eael-entry-media:hover .eael-entry-overlay.fade-in>i{-webkit-transform:translate(0);transform:translate(0);opacity:1}.eael-entry-overlay.zoom-in{-webkit-transform:scale(.9);transform:scale(.9);visibility:hidden;opacity:0;-webkit-transition:.3s;transition:.3s}.eael-entry-media:hover .eael-entry-overlay.zoom-in{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.eael-entry-overlay.slide-up{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:hidden;opacity:0;-webkit-transition:.3s;transition:.3s}.eael-entry-media:hover .eael-entry-overlay.slide-up{-webkit-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1}.eael-entry-media{overflow:hidden}.eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay{opacity:0}.eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay{opacity:1}.eael-entry-media.grid-hover-style-none .eael-entry-overlay{display:none}.eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay{-webkit-transform:scale(.4);transform:scale(.4);opacity:0}.eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay{-webkit-transform:scale(1);transform:scale(1);opacity:1}.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay>i{-webkit-transform:translateY(-100px);transform:translateY(-100px);-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-transition-duration:.3s;transition-duration:.3s}.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay{-webkit-transform:translate(0);transform:translate(0)}.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay>i{-webkit-transform:translateY(0);transform:translateY(0)}.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:hidden;opacity:0}.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay>i{-webkit-transform:translateY(100px);transform:translateY(100px);-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-transition-duration:.3s;transition-duration:.3s}.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay{-webkit-transform:translate(0);transform:translate(0);visibility:visible;opacity:1}.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay>i{-webkit-transform:translateY(0);transform:translateY(0)}@media only screen and (min-width:1025px){.elementor-element.elementor-grid-eael-col-1{position:relative}.elementor-element.elementor-grid-eael-col-1 .eael-grid-post{width:100%;float:left}.elementor-element.elementor-grid-eael-col-2{position:relative}.elementor-element.elementor-grid-eael-col-2 .eael-grid-post{width:50%;float:left}.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-eael-col-3{position:relative}.elementor-element.elementor-grid-eael-col-3 .eael-grid-post{width:33.3333%;float:left}.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-eael-col-4{position:relative}.elementor-element.elementor-grid-eael-col-4 .eael-grid-post{width:25%;float:left}.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-eael-col-5{position:relative}.elementor-element.elementor-grid-eael-col-5 .eael-grid-post{width:20%;float:left}.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-eael-col-6{position:relative}.elementor-element.elementor-grid-eael-col-6 .eael-grid-post{width:16%;float:left}.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n+1){clear:left}}@media only screen and (max-width:1024px) and (min-width:766px){.elementor-element.elementor-grid-tablet-eael-col-1{position:relative}.elementor-element.elementor-grid-tablet-eael-col-1 .eael-grid-post{width:100%;float:left}.elementor-element.elementor-grid-tablet-eael-col-2{position:relative}.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post{width:50%;float:left}.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-tablet-eael-col-3{position:relative}.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post{width:33.3333%;float:left}.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-tablet-eael-col-4{position:relative}.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post{width:25%;float:left}.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-tablet-eael-col-5{position:relative}.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post{width:20%;float:left}.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-tablet-eael-col-6{position:relative}.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post{width:16%;float:left}.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n+1){clear:left}}@media only screen and (max-width:767px){.elementor-element.elementor-grid-mobile-eael-col-1{position:relative}.elementor-element.elementor-grid-mobile-eael-col-1 .eael-grid-post{width:100%;float:left}.elementor-element.elementor-grid-mobile-eael-col-2{position:relative}.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post{width:50%;float:left}.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-mobile-eael-col-3{position:relative}.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post{width:33.3333%;float:left}.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-mobile-eael-col-4{position:relative}.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post{width:25%;float:left}.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-mobile-eael-col-5{position:relative}.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post{width:20%;float:left}.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-mobile-eael-col-6{position:relative}.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post{width:16%;float:left}.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n+1){clear:left}}.eael-author-avatar>a{display:block}.eael-entry-footer{overflow:hidden;display:-webkit-box;display:flex}.eael-entry-footer>div{display:inline-block;float:left}
|
29 |
.eael-post-timeline{margin-bottom:0;min-height:100%;overflow:hidden;position:relative}.eael-timeline-column{width:50%;margin-left:0;float:left;margin-top:0!important}.eael-timeline-post{position:relative}.eael-timeline-post:after{background-color:rgba(83,85,86,.2);content:"";width:2px;height:245px;position:absolute;right:0;top:70px}.eael-timeline-post:nth-child(2n):after{display:none}.eael-timeline-bullet{background-color:#9fa9af;border:5px solid #fff;border-radius:50%;box-shadow:0 1px 0 1px rgba(0,0,0,.1);content:"";height:20px;position:absolute;right:-9px;top:60px;width:20px;z-index:3;cursor:pointer}.eael-timeline-post:nth-child(2n) .eael-timeline-bullet{background-color:#9fa9af;border:5px solid #fff;border-radius:50%;bottom:36px;content:"";height:20px;left:-11px;position:absolute;top:300px;width:20px;z-index:3}.eael-timeline-post-inner{background:linear-gradient(45deg,#3f3f46 0,#05abe0 100%) repeat scroll 0 0 transparent;border:8px solid #e5eaed;box-shadow:0 1px 3px 0 rgba(0,0,0,.15);float:right;margin:30px 40px 30px auto;position:relative;height:320px;width:calc(100% - 40px)}.eael-timeline-post:nth-child(even) .eael-timeline-post-inner{float:left;margin-left:40px}.eael-timeline-post-inner:after{border-color:transparent transparent transparent #e5eaed;border-style:solid;border-width:15px;content:"";height:0;position:absolute;right:-36px;top:17px;width:0}.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner:after{border-color:transparent #e5eaed transparent transparent;border-style:solid;border-width:15px;content:"";height:0;left:-36px;position:absolute;top:257px;width:0}.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner::after{border-left-color:transparent!important}.eael-timeline-post p{margin:1.6rem 0 0 0;font-size:.9em;line-height:1.6em}.eael-timeline-post-image{background-size:cover;background-position:center center;background-repeat:no-repeat;display:block;height:100%;overflow:hidden;position:relative;opacity:1;-webkit-transition:all .3s;transition:all .3s}.eael-timeline-post-title{bottom:40px;position:absolute;width:100%}.eael-timeline-post-title h2{color:#fff;font-size:20px;font-weight:700;letter-spacing:1px;line-height:24px;padding:0 25px;text-align:left;text-transform:uppercase}.eael-timeline-post-excerpt{opacity:0;position:absolute;top:0;left:0;-webkit-transition:all .3s;transition:all .3s}.eael-timeline-post-excerpt p{color:#fff;font-size:14px;padding:25px}.eael-timeline-post-inner:hover .eael-timeline-post-excerpt{opacity:1;top:10px}.eael-timeline-post-inner:hover .eael-timeline-post-image{opacity:.3}.eael-timeline-post time{opacity:0;background-color:rgba(0,0,0,.7);color:#fff;font-size:10px;border-radius:20px;position:absolute;right:-97px;width:100px;height:30px;line-height:30px;text-align:center;top:50px;z-index:99;-webkit-transition:all .5s;transition:all .5s}.eael-timeline-post:nth-child(2n) time{background-color:rgba(0,0,0,.7);border-radius:20px;color:#fff;font-size:10px;height:30px;left:-99px;line-height:30px;position:absolute;text-align:center;top:290px;width:100px;z-index:99}.eael-timeline-post time:before{border-bottom:5px solid rgba(0,0,0,.7);border-left:5px solid transparent;border-right:5px solid transparent;content:"";height:0;left:45px;position:absolute;top:-5px;width:0}.eael-timeline-post:hover time{opacity:1}.eael-timeline-post::after{height:100%}.eael-post-timeline .eael-timeline-post:nth-last-child(2)::after{height:245px}.eael-post-timeline .eael-timeline-post:last-child::after{display:none}.eael-load-more-button-wrap{display:-webkit-box;display:flex}@media only screen and (max-width:1366px){.eael-timeline-post-title h2{font-size:.8em}.eael-timeline-post-excerpt p{font-size:13px}}@media only screen and (max-width:1169px){.eael-timeline-post-inner{height:320px}}@media only screen and (max-width:992px){.eael-post-timeline{margin-left:0}.eael-timeline-bullet,.eael-timeline-post-inner:after,.eael-timeline-post:after,.eael-timeline-post:before{display:none}.eael-timeline-post{display:inline-block;float:left!important;width:50%!important;margin:15px auto}.eael-timeline-post-inner{height:320px;padding-bottom:30px}.eael-timeline-post-title{bottom:50px}.eael-timeline-post-title h2{font-size:.8em;line-height:1.2em}.eael-timeline-post .eael-timeline-post-inner{margin:0 10px auto 0;width:90%}.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner{margin:0 auto 0 10px;width:90%}.eael-timeline-post-excerpt{opacity:0!important}.eael-timeline-post-image{opacity:.3}.eael-timeline-post time,.eael-timeline-post:nth-child(2n) time{background-color:#fff;border-radius:0;color:#444;font-size:12px;text-transform:uppercase;left:0;opacity:1;padding-top:3px;top:275px;width:100%}time:before{display:none}}@media only screen and (max-width:767px){.eael-timeline-post{display:block;float:none!important;margin:20px auto;width:100%!important}.eael-timeline-post .eael-timeline-post-inner,.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner{display:block;float:none;margin:0 auto}}@media only screen and (max-width:479px){.eael-timeline-post .eael-timeline-post-inner,.eael-timeline-post:nth-child(2n) .eael-timeline-post-inner{height:250px;margin:0 auto;width:95%}.eael-timeline-post time,.eael-timeline-post:nth-child(2n) time{top:205px}}
|
30 |
+
.eael-pricing{-webkit-display:flex;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.eael-pricing .eael-pricing-item{width:100%;height:auto;margin:0}.eael-pricing .eael-pricing-button{display:none;padding:12px 25px;background:#00c853;font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;text-decoration:none;-webkit-transition:.3s;transition:.3s;border-radius:4px}.eael-pricing .eael-pricing-button:hover{background:#03b048}.eael-pricing .eael-pricing-item ul{padding:0;margin:0;list-style:none}.eael-pricing .eael-pricing-item ul li.disable-item{text-decoration:line-through;opacity:.5}.eael-pricing .eael-pricing-item ul li span.li-icon{color:#00c853;margin-right:6px}.eael-pricing .eael-pricing-item ul li.disable-item span.li-icon{color:#ef5350}.eael-pricing.style-1{position:relative;z-index:0;text-align:center}.eael-pricing.style-1 .eael-pricing-item{border:1px solid rgba(9,9,9,.1);padding:30px;border-radius:5px;-webkit-transition:.5s;transition:.5s}.eael-pricing.style-1 .eael-pricing-item:hover{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.eael-pricing.style-1 .eael-pricing-item.featured{position:relative}.eael-pricing.style-1 .eael-pricing-item.ribbon-1:before{content:"";position:absolute;width:100%;height:3px;background:#00c853;top:0;left:0;right:0;z-index:1;border-radius:5px 5px 0 0}.eael-pricing.style-1 .eael-pricing-item.ribbon-2:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:35px;right:-15px;z-index:10;font-size:10px;font-weight:600;text-transform:uppercase;padding:5px 10px}.eael-pricing.style-1 .eael-pricing-item.ribbon-2:after{content:"";position:absolute;top:20px;right:-15px;width:0;height:0;border-bottom:15px solid #00c853;border-right:15px solid transparent;z-index:9;opacity:.9}.eael-pricing.style-1 .eael-pricing-item.ribbon-3:before{content:"Featured";position:absolute;width:auto;background:rgba(0,0,0,.6);color:#fff;top:15px;right:15px;z-index:10;font-size:11px;font-weight:600;text-transform:uppercase;padding:5px 15px}.eael-pricing.style-1 .eael-pricing-item .header{display:block;position:relative;z-index:0;padding-bottom:15px;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .header:after{content:"";position:absolute;width:140px;height:1px;bottom:0;left:0;right:0;margin:0 auto;z-index:1;background:rgba(9,9,9,.1)}.eael-pricing.style-1 .eael-pricing-item .header .title{font-weight:700;line-height:30px;margin:0}.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag{position:relative;z-index:0;padding:15px 0;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after{content:"";position:absolute;width:140px;height:1px;bottom:0;left:0;right:0;margin:0 auto;z-index:1;background:rgba(9,9,9,.04)}.eael-pricing.style-1 .eael-pricing-item .price-tag{position:relative;display:inline-block;font-size:28px;font-weight:500;line-height:0;margin:0 auto}.eael-pricing.style-1 .eael-pricing-item .price-tag .price-currency{font-size:24px;font-weight:700}.eael-pricing.style-1 .eael-pricing-item .price-period{color:#999}.eael-pricing.style-1 .eael-pricing-item .body ul{display:block;width:100%;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .body ul li{display:block;width:100%;height:auto;padding:10px 0;font-size:14px;color:#6d6d6d;border-bottom:1px solid rgba(9,9,9,.04)}.eael-pricing.style-1 .eael-pricing-item .body ul li:last-child{border:none}.eael-pricing.style-1 .eael-pricing-item.featured-large{padding:60px 0}.eael-pricing.style-2{position:relative;z-index:0;text-align:center}.eael-pricing.style-2 .eael-pricing-item{padding:30px 0;border-radius:5px;margin:0;border:1px solid rgba(9,9,9,.1)}.eael-pricing.style-2 .eael-pricing-item.featured{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.eael-pricing.style-2 .eael-pricing-item.ribbon-1:before{content:"";position:absolute;width:100%;height:3px;background:#00c853;top:0;left:0;right:0;z-index:1;border-radius:5px 5px 0 0}.eael-pricing.style-2 .eael-pricing-item.ribbon-2:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:35px;right:-15px;z-index:10;font-size:10px;font-weight:600;text-transform:uppercase;padding:5px 10px}.eael-pricing.style-2 .eael-pricing-item.ribbon-2:after{content:"";position:absolute;top:20px;right:-15px;width:0;height:0;border-bottom:15px solid #00c853;border-right:15px solid transparent;z-index:9;opacity:.9}.eael-pricing.style-2 .eael-pricing-item.ribbon-3:before{content:"Featured";position:absolute;width:auto;background:rgba(0,0,0,.6);color:#fff;top:15px;right:15px;z-index:10;font-size:11px;font-weight:600;text-transform:uppercase;padding:5px 15px}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon{display:inline-block;position:relative;width:80px;height:80px;background:#00c853;border-radius:50%;margin-bottom:30px;-webkit-transition:.5s;transition:.5s;overflow:hidden}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon i{font-size:30px;color:#fff;-webkit-transition:.5s;transition:.5s}.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon{background:#43a047}.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon i{color:#fff}.eael-pricing.style-2 .eael-pricing-item .header{background:#c8e6c9;padding:25px 30px;margin-bottom:15px;position:relative;z-index:0}.eael-pricing.style-2 .eael-pricing-item.featured .header:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:-1;background:rgba(255,255,255,.4)}.eael-pricing.style-2 .eael-pricing-item .header .title{font-size:28px;font-weight:700;line-height:40px;margin:0}.eael-pricing.style-2 .eael-pricing-item .header .subititle{font-size:14px;font-weight:600;color:#6d6d6d}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag{position:relative;z-index:0;padding:15px 0;margin-bottom:15px}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after{content:"";position:absolute;width:140px;height:1px;bottom:0;left:0;right:0;margin:0 auto;z-index:1;background:rgba(9,9,9,.04)}.eael-pricing.style-2 .eael-pricing-item .price-tag{position:relative;display:inline-block;font-size:28px;font-weight:500;line-height:0;margin:0 auto}.eael-pricing.style-2 .eael-pricing-item .price-tag .price-currency{font-size:24px;font-weight:700;color:#00c853}.eael-pricing.style-2 .eael-pricing-item .price-period{color:#999}.eael-pricing.style-2 .eael-pricing-item .body ul{display:block;width:100%;margin-bottom:15px}.eael-pricing.style-2 .eael-pricing-item .body ul li{display:block;width:100%;height:auto;padding:10px 15px;font-size:14px;color:#6d6d6d;border-bottom:1px solid rgba(9,9,9,.04)}.eael-pricing.style-2 .eael-pricing-item .body ul li:last-child{border:none}@media only screen and (min-width:768px) and (max-width:992px){.eael-pricing{display:block}.eael-pricing .eael-pricing-item,.eael-pricing.style-2 .eael-pricing-item,.eael-pricing.style-4 .eael-pricing-item{width:100%;margin:0 auto 30px auto}}@media only screen and (max-width:480px){.eael-pricing{display:block}.eael-pricing .eael-pricing-item{width:100%}.eael-pricing .eael-pricing-item,.eael-pricing.style-2 .eael-pricing-item,.eael-pricing.style-4 .eael-pricing-item{margin:0 auto 30px auto}}.eael-pricing-content-align-center .eael-pricing{text-align:center}.eael-pricing-content-align-left .eael-pricing{text-align:left}.eael-pricing-content-align-right .eael-pricing{text-align:right}.eael-pricing-content-align-center .eael-pricing.style-4{text-align:center}.eael-pricing-content-align-left .eael-pricing.style-4{text-align:left}.eael-pricing-content-align-right .eael-pricing.style-4{text-align:right}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag{padding-left:45px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag:before{left:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag{padding-right:30px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .footer,.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .header,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .footer,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .header{padding-left:30px;padding-right:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .footer,.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .header,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .footer,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .header{padding-right:30px;padding-left:30px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .body ul li,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .body ul li{padding-left:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .body ul li,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .body ul li{padding-right:30px}.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after{-webkit-transform:translateX(-80%);transform:translateX(-80%)}.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after{-webkit-transform:translateX(80%);transform:translateX(80%)}.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after{-webkit-transform:translateX(0);transform:translateX(0)}.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .header:after,.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after{margin:0;width:100%}.eael-pricing-button-align-right .eael-pricing.style-1 .footer,.eael-pricing-button-align-right .eael-pricing.style-2 .footer,.eael-pricing-button-align-right .eael-pricing.style-3 .footer,.eael-pricing-button-align-right .eael-pricing.style-4 .footer{text-align:right}.eael-pricing-button-align-center .eael-pricing.style-1 .footer,.eael-pricing-button-align-center .eael-pricing.style-2 .footer,.eael-pricing-button-align-center .eael-pricing.style-3 .footer,.eael-pricing-button-align-center .eael-pricing.style-4 .footer{text-align:center}.eael-pricing-button-align-left .eael-pricing.style-1 .footer,.eael-pricing-button-align-left .eael-pricing.style-2 .footer,.eael-pricing-button-align-left .eael-pricing.style-3 .footer,.eael-pricing-button-align-left .eael-pricing.style-4 .footer{text-align:left}.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-2 .footer,.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-4 .footer{padding-right:30px}.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-2 .footer,.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-4 .footer{padding-left:30px}.only-in-pro{width:100%;-webkit-display:flex;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;padding:15px;min-width:200px;background:#ef5350;color:#fff;text-align:center}.only-in-pro .title{font-family:Roboto,sans-serif;font-size:24px;line-height:40px;margin:0}div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow{position:absolute;top:50%}div.tooltipster-sidetip.tooltipster-top div.tooltipster-box{margin-bottom:0!important}div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box{margin-top:0!important}.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{top:auto;bottom:-8px}div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{top:-8px;bottom:auto}@media only screen and (max-width:480px){.eael-pricing.style-1 .eael-pricing-item .price-tag{display:block}}
|
31 |
.eael-post-grid .woocommerce ul.products,.eael-product-grid .woocommerce ul.products{display:grid;grid-gap:25px;margin:0!important;padding:0!important}.eael-post-grid .woocommerce ul.products:after,.eael-post-grid .woocommerce ul.products:before,.eael-product-grid .woocommerce ul.products:after,.eael-product-grid .woocommerce ul.products:before{display:none}.eael-post-grid .woocommerce ul.products .product,.eael-product-grid .woocommerce ul.products .product{width:100%;margin:0;padding:0}.eael-post-grid .woocommerce ul.products.products[class*=columns-] li.product,.eael-product-grid .woocommerce ul.products.products[class*=columns-] li.product{width:100%}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product{position:relative;float:left;overflow:hidden;text-align:center;padding:0;border-radius:0;background-color:#fff;box-shadow:none}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a{text-decoration:none}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a:hover,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a:hover,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a:hover,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a:hover{outline:0;box-shadow:none}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product img,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product img,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product img,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product img{width:100%;height:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .onsale,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .onsale,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price del,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price del,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price del,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .price ins,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .price ins,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .price ins,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .star-rating,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .star-rating,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button{display:block;font-size:14px;font-weight:400;line-height:38px;text-align:center;text-transform:uppercase;color:#fff;background-color:#333;padding:0;margin:15px;border-radius:0}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button:focus,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product .button.add_to_cart_button:focus{outline:0}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-post-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product a.added_to_cart{display:block;margin:0 0 15px 0;padding:0;font-size:14px;line-height:1;text-transform:capitalize;color:#333;background-color:transparent}.eael-post-grid.eael-product-simple .woocommerce ul.products li.product,.eael-product-grid.eael-product-simple .woocommerce ul.products li.product{border:1px solid #eee}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product{border:1px solid transparent}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product a.added_to_cart{visibility:hidden;-webkit-transition:none;transition:none}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover{border:1px solid #eee}.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,.eael-post-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover .button.add_to_cart_button,.eael-product-grid.eael-product-reveal .woocommerce ul.products li.product:hover a.added_to_cart{visibility:visible}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product{position:relative;float:left;overflow:hidden;text-align:center;padding:0 0 15px 0;border-radius:0;background-color:#fff;box-shadow:none}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a{text-decoration:none}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product a:hover,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product a:hover{outline:0;box-shadow:none}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product img,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product img{width:100%;height:auto;margin:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay{position:relative;overflow:hidden;line-height:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .button-wrap{position:absolute;top:50%;left:0;right:0;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link{display:inline-block;font-size:14px;line-height:38px;text-align:center;color:#fff;background-color:#333;width:38px;height:38px;border-style:none;border-radius:50%;vertical-align:middle;padding:0;margin:0 5px;-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0;-webkit-transition:opacity .3s,-webkit-transform .2s;transition:opacity .3s,-webkit-transform .2s;transition:transform .2s,opacity .3s;transition:transform .2s,opacity .3s,-webkit-transform .2s}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:focus,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .product-link:focus{outline:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button{font-size:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:before{display:none}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button:after{content:"\f217";font:normal normal normal 14px/1 FontAwesome;font-size:14px;line-height:38px;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:before{display:none}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .add_to_cart_button.loading:after{content:"\f110";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:14px;line-height:38px;color:#fff;height:auto;width:auto;position:relative;top:0;left:0;margin:0;padding:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart{font-size:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .overlay .added_to_cart:after{content:"\f06e";font:normal normal normal 14px/1 FontAwesome;font-size:14px;line-height:38px;color:#fff;text-rendering:auto;-webkit-font-smoothing:antialiased;vertical-align:middle;margin:0;padding:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px;font-weight:700;line-height:1;color:#333;margin:25px 0 12px;padding:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .onsale,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .onsale{display:block;line-height:170px;font-size:13px;text-align:center;letter-spacing:0;text-shadow:0 1px 1px rgba(0,0,0,.6);text-transform:uppercase;color:#fff;background-color:#ff2a13;border-radius:0;border:none;box-shadow:none;position:absolute;height:100px;width:200px;z-index:1;left:-100px;top:-50px;right:auto;margin:0;padding:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price{font-size:14px;margin-bottom:0}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price del,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price del{opacity:.5;display:inline-block}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .price ins,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .price ins{font-weight:400;background-color:transparent;color:#ff2a13}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product .star-rating{display:block;float:none;font-size:14px;margin:10px auto}.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,.eael-post-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay .add_to_cart_button,.eael-product-grid.eael-product-overlay .woocommerce ul.products li.product:hover .overlay a{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media only screen and (min-width:1025px){.eael-product-grid-column-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.eael-product-grid-column-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3,1fr)}.eael-product-grid-column-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4,1fr)}.eael-product-grid-column-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5,1fr)}.eael-product-grid-column-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6,1fr)}}@media only screen and (max-width:1024px) and (min-width:766px){.eael-product-grid-column-tablet-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-tablet-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.eael-product-grid-column-tablet-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3,1fr)}.eael-product-grid-column-tablet-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4,1fr)}.eael-product-grid-column-tablet-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5,1fr)}.eael-product-grid-column-tablet-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6,1fr)}}@media only screen and (max-width:767px){.eael-product-grid-column-mobile-1 .eael-product-grid .woocommerce ul.products{grid-template-columns:100%}.eael-product-grid-column-mobile-2 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.eael-product-grid-column-mobile-3 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(3,1fr)}.eael-product-grid-column-mobile-4 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(4,1fr)}.eael-product-grid-column-mobile-5 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(5,1fr)}.eael-product-grid-column-mobile-6 .eael-product-grid .woocommerce ul.products{grid-template-columns:repeat(6,1fr)}}
|
32 |
@-webkit-keyframes animateStripe{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(35px,0);transform:translate(35px,0)}}@keyframes animateStripe{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(35px,0);transform:translate(35px,0)}}@-webkit-keyframes animateStripeRTL{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-35px,0);transform:translate(-35px,0)}}@keyframes animateStripeRTL{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}100%{-webkit-transform:translate(-35px,0);transform:translate(-35px,0)}}.eael-progressbar{position:relative}.eael-progressbar-title{font-size:20px;font-weight:400}.eael-progressbar-line{position:relative;display:block;width:100%;height:12px;background-color:#eee}.eael-progressbar-line .eael-progressbar-count-wrap{position:absolute;right:0;bottom:calc(100% + 5px);font-size:16px;font-weight:400;line-height:1}.eael-progressbar-line-fill{display:inline-block;position:absolute;top:50%;left:0;width:0;height:12px;background-color:#000;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:width 1.5s linear;transition:width 1.5s linear;overflow:hidden}.eael-progressbar-circle{position:relative;width:200px;height:200px}.eael-progressbar-circle .eael-progressbar-title{font-size:16px;font-weight:400}.eael-progressbar-circle .eael-progressbar-count-wrap{font-size:28px;font-weight:700}.eael-progressbar-circle-shadow{width:220px;height:220px;padding:10px;border-radius:50%}.eael-progressbar-circle-pie{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-clip-path:inset(0 0 0 50%);clip-path:inset(0 0 0 50%)}.eael-progressbar-circle-inner{height:100%;width:100%;border-width:12px;border-style:solid;border-color:#eee;border-radius:50%}.eael-progressbar-circle-half{position:absolute;left:0;top:0;height:100%;width:100%;border-width:12px;border-style:solid;border-color:#000;border-radius:50%;-webkit-clip-path:inset(0 50% 0 0);clip-path:inset(0 50% 0 0)}.eael-progressbar-circle-half-left{-webkit-transform:rotate(0);transform:rotate(0)}.eael-progressbar-circle-half-right{-webkit-transform:rotate(180deg);transform:rotate(180deg);visibility:hidden}.eael-progressbar-circle-inner-content{position:absolute;top:50%;width:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center}.eael-progressbar-half-circle{position:relative;width:200px;height:100px;overflow:hidden}.eael-progressbar-half-circle .eael-progressbar-circle-pie{-webkit-clip-path:inset(0 0 50% 0);clip-path:inset(0 0 50% 0)}.eael-progressbar-half-circle .eael-progressbar-circle-half{-webkit-clip-path:inset(50% 0 0 0);clip-path:inset(50% 0 0 0);-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform 1.5s linear;transition:-webkit-transform 1.5s linear;transition:transform 1.5s linear;transition:transform 1.5s linear,-webkit-transform 1.5s linear}.eael-progressbar-half-circle .eael-progressbar-circle-inner-content{top:initial;bottom:0;-webkit-transform:translateY(0);transform:translateY(0)}.eael-progressbar-half-circle .eael-progressbar-title{font-size:16px;font-weight:400}.eael-progressbar-half-circle .eael-progressbar-count-wrap{font-size:28px;font-weight:700}.eael-progressbar-half-circle-after{position:relative;font-size:12px;font-weight:400;clear:both}.eael-progressbar-postfix-label{float:right}.eael-progressbar-line-stripe .eael-progressbar-line-fill:after{content:'';position:absolute;top:0;left:-35px;width:calc(100% + 70px);height:100%;background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:35px 35px}.eael-progressbar-line-animate .eael-progressbar-line-fill:after{-webkit-animation:animateStripe 2s linear infinite;animation:animateStripe 2s linear infinite}.eael-progressbar-line-animate-rtl .eael-progressbar-line-fill:after{-webkit-animation:animateStripeRTL 2s linear infinite;animation:animateStripeRTL 2s linear infinite}.eael-progressbar-circle-wrap>div{margin:0 auto}.eael-progressbar-box-container.left>div,.eael-progressbar-circle-container.left>div,.eael-progressbar-line-container.left{margin:0 auto 0 0}.eael-progressbar-box-container.center>div,.eael-progressbar-circle-container.center>div,.eael-progressbar-line-container.center{margin:0 auto}.eael-progressbar-box-container.right>div,.eael-progressbar-circle-container.right>div,.eael-progressbar-line-container.right{margin:0 0 0 auto}
|
33 |
.eael-reading-progress-wrap.eael-reading-progress-wrap-local .eael-reading-progress-global{display:none}.eael-reading-progress-wrap.eael-reading-progress-wrap-global .eael-reading-progress-local{display:none}.eael-reading-progress-wrap.eael-reading-progress-wrap-disabled .eael-reading-progress-global,.eael-reading-progress-wrap.eael-reading-progress-wrap-disabled .eael-reading-progress-local{display:none}.eael-reading-progress-wrap .eael-reading-progress{width:100%;position:fixed;top:0;left:0;height:5px;z-index:999999}.eael-reading-progress-wrap .eael-reading-progress.eael-reading-progress-bottom{top:unset;bottom:0}.eael-reading-progress-wrap .eael-reading-progress .eael-reading-progress-fill{height:5px;background-color:#1fd18e;width:0%;-webkit-transition:width 50ms ease;transition:width 50ms ease}
|
34 |
+
.eaelsv-overlay{position:absolute;display:block;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:4;cursor:pointer;background-size:cover;background-position:50%;text-align:center;overflow:hidden}.eaelsv-overlay-icon{position:absolute;top:50%;left:50%;font-size:90px;color:#fff;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.plyr__controls button{box-shadow:none!important}.plyr__controls button:hover{box-shadow:none!important}.plyr__controls{display:none!important}.eael-sticky-video-wrapper{position:relative;width:100%;min-height:200px;margin:0;padding:0;-webkit-transition:.5s;transition:.5s;text-align:left;overflow:hidden}.eael-sticky-video-player2{min-height:20px;overflow:visible}.eael-sticky-video-player2.out{position:fixed;z-index:999;border:0!important;border-radius:0!important;height:200px;width:300px}.eael-sticky-video-wrapper.out .eael-sticky-video-player,.eael-sticky-video-wrapper.out .eael-sticky-video-player2{border-radius:0!important}.eael-sticky-video-player2.in{position:relative;margin:0;padding:0;height:100%;border:0;line-height:1}.owp-play{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.owp-play i{font-size:100px;color:#fff;opacity:.8;text-shadow:1px 0 6px rgba(0,0,0,.3);-webkit-transition:all .5s;transition:all .5s}.eael-sticky-video-player:hover .owp-play i{opacity:1}.eaelsv-sticky-player-close{position:absolute;right:-25px;top:-36px;display:none;padding:7px;font-size:24px;z-index:9999;cursor:pointer;box-sizing:content-box;overflow:visible}.eaelsv-sticky-player-close:hover{color:#090}.eaelsv-sticky-player-close:after,.eaelsv-sticky-player-close:before{position:absolute;left:15px;background-color:#333}.eaelsv-sticky-player-close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.eaelsv-sticky-player-close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.plyr__progress input[type=range]::-webkit-slider-runnable-track,.plyr__volume input[type=range]::-webkit-slider-runnable-track{box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d}.plyr__progress input[type=range]::-moz-range-track,.plyr__volume input[type=range]::-moz-range-track{box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d}
|
35 |
+
html{scroll-behavior:smooth}.eael-toc{z-index:9999;width:300px;display:none}.eael-toc .eael-toc-button{display:none}.eael-toc .eael-toc-not-found{color:#a94442}.eael-toc.eael-toc-disable{display:none}.eael-toc.eael-sticky{position:fixed;top:100px;background:0 0;display:block}.eael-toc.collapsed{width:unset!important;box-shadow:none!important;border:none!important}.eael-toc.collapsed .eael-toc-body,.eael-toc.collapsed .eael-toc-close,.eael-toc.collapsed .eael-toc-header{display:none}.eael-toc.collapsed.eael-bottom-to-top .eael-toc-button{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:top left;transform-origin:top left;margin-top:100%}.eael-toc.collapsed .eael-toc-button{position:relative;display:inline-block;font-size:80%!important;font-weight:400;text-align:center;text-decoration:none;text-transform:none;color:#fff;background:#ff7d50;padding:10px 20px;border-radius:3px;border:none;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:bottom left;transform-origin:bottom left;cursor:pointer}.eael-toc.collapsed .eael-toc-button:focus{outline:0}.eael-toc.collapsed .eael-toc-button i{margin-right:10px}.eael-toc.eael-toc-right{right:0}.eael-toc.eael-toc-right .eael-toc-close{left:-11px}.eael-toc.eael-toc-right.eael-bottom-to-top .eael-toc-button{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:bottom right;transform-origin:bottom right;margin-top:-100%}.eael-toc.eael-toc-right .eael-toc-button{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:top right;transform-origin:top right;margin-top:100%}.eael-toc .eael-toc-header{position:relative;background:#ff7d50;padding:12px 30px}.eael-toc .eael-toc-header .eael-toc-title{font-size:18px;font-weight:400;letter-spacing:.1px;color:#fff;margin:0;padding:0}.eael-toc .eael-toc-header .eael-toc-title:before{content:none}.eael-toc .eael-toc-header .eael-toc-close{position:absolute;width:28px;height:28px;background:#fff;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);right:-9px;top:-11px;border-radius:20px;font-family:serif;font-size:20px;font-weight:700;line-height:28px;text-align:center;color:#ff7d50;cursor:pointer;padding:0;margin:0;border:0}.eael-toc .eael-toc-body{padding:12px 30px;background:#fff6f3;min-width:20vh;max-height:50vh;overflow-y:scroll}.eael-toc .eael-toc-body::-webkit-scrollbar{width:6px}.eael-toc .eael-toc-body::-webkit-scrollbar-thumb{background:#aaa;border-radius:10px}.eael-toc .eael-toc-body ul.eael-toc-list{margin:0;padding:0;list-style:none}.eael-toc .eael-toc-body ul.eael-toc-list li ul{margin:0;padding:0;margin-left:20px;list-style:none}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-bullet li:before{content:"";position:relative;display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#ff7d50;margin-right:8px;top:-2px}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number{counter-reset:counter}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li{counter-increment:counter}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li:before{content:counters(counter,".") " "}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li ul{counter-reset:counter}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li ul li{counter-increment:counter}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li ul li:before{content:counters(counter,".") " "}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-list-arrow li.eael-highlight-active>a:before{content:"";position:absolute;left:0;z-index:999999;border-bottom:10px solid #ff7d50;border-left:5px solid transparent;border-right:5px solid transparent;-webkit-transform:rotate(90deg);transform:rotate(90deg);margin-top:10px}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-list-bar li.eael-highlight-active>a:after{content:"";position:absolute;right:0;height:30px;width:2px;background:#ff7d50;z-index:999999}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-collapse :not(.eael-highlight-parent) ul{display:none}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-word-wrap li a{display:-webkit-inline-box;display:inline-flex}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-word-wrap li a span{width:140px!important;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
|
36 |
.eael-team-item{overflow:hidden;position:relative}.team-avatar-rounded figure img{border-radius:50%;height:auto}.eael-team-image>figure{margin:0;padding:0}.eael-team-image>figure img{display:block;margin:0 auto}.eael-team-item .eael-team-content{padding:10px}.eael-team-item .eael-team-member-name{font-size:20px;font-weight:700;letter-spacing:.05em;margin:5px 0;text-transform:uppercase}.eael-team-item .eael-team-member-position{font-size:14px;font-weight:400;letter-spacing:.05em;margin:5px 0 10px;text-transform:uppercase}.eael-team-item .eael-team-content,.eael-team-item .eael-team-content .eael-team-text{font-size:14px;line-height:1.5}.eael-team-content>ul{margin:0;padding:0}.eael-team-content li{display:inline-block;list-style:outside none none;margin-right:10px;text-align:center}.eael-team-content li a{font-size:2.5rem}.eael-team-align-left .eael-team-item .eael-team-content li,.eael-team-align-left .eael-team-item .eael-team-content p,.eael-team-align-left .eael-team-item .eael-team-content ul,.eael-team-align-left .eael-team-item .eael-team-member-name,.eael-team-align-left .eael-team-item .eael-team-member-position,.eael-team-align-left .eael-team-item .eael-team-text{text-align:left}.eael-team-align-right .eael-team-item .eael-team-content li,.eael-team-align-right .eael-team-item .eael-team-content p,.eael-team-align-right .eael-team-item .eael-team-content ul,.eael-team-align-right .eael-team-item .eael-team-member-name,.eael-team-align-right .eael-team-item .eael-team-member-position,.eael-team-align-right .eael-team-item .eael-team-text{text-align:right}.eael-team-align-centered .eael-team-item .eael-team-content li,.eael-team-align-centered .eael-team-item .eael-team-content p,.eael-team-align-centered .eael-team-item .eael-team-content ul,.eael-team-align-centered .eael-team-item .eael-team-member-name,.eael-team-align-centered .eael-team-item .eael-team-member-position,.eael-team-align-centered .eael-team-item .eael-team-text{text-align:center}.eael-team-item.eael-team-members-overlay .eael-team-content{bottom:10px;left:10px;margin-bottom:0;padding-top:15%;opacity:0;overflow:hidden;text-overflow:ellipsis;position:absolute;right:10px;top:10px;-webkit-transition:all 615ms cubic-bezier(.19,1,.22,1) 0s;transition:all 615ms cubic-bezier(.19,1,.22,1) 0s}.eael-team-item.eael-team-members-overlay:hover .eael-team-content{opacity:1}.eael-team-member-social-link>a{display:inline-block;-webkit-transition:all .3s cubic-bezier(.19,1,.22,1) 0s;transition:all .3s cubic-bezier(.19,1,.22,1) 0s}.eael-team-member-social-link>a:focus{outline:0}
|
37 |
.eael-testimonial-slider{position:relative}.testimonial-star-rating{padding:0;margin:0}.testimonial-star-rating li{list-style:none;display:inline-block}.testimonial-star-rating li i{color:#d8d8d8}.rating-five .testimonial-star-rating li i{color:#f2b01e}.rating-one .testimonial-star-rating li:first-child i{color:#f2b01e}.rating-two .testimonial-star-rating li:nth-child(1) i,.rating-two .testimonial-star-rating li:nth-child(2) i{color:#f2b01e}.rating-three .testimonial-star-rating li:nth-child(1) i,.rating-three .testimonial-star-rating li:nth-child(2) i,.rating-three .testimonial-star-rating li:nth-child(3) i{color:#f2b01e}.rating-four .testimonial-star-rating li:nth-child(1) i,.rating-four .testimonial-star-rating li:nth-child(2) i,.rating-four .testimonial-star-rating li:nth-child(3) i,.rating-four .testimonial-star-rating li:nth-child(4) i{color:#f2b01e}.eael-testimonial-image img{max-width:100%}.eael-testimonial-image{padding:10px 0 0 0}.eael-testimonial-image>figure{display:block;margin:0}.testimonial-avatar-rounded figure img{border-radius:50%;height:auto}.eael-testimonial-content{margin:0;padding:10px}.eael-testimonial-item>figure{margin:0 auto;padding:0 20px}.eael-testimonial-item .center-text{text-align:center}.eael-testimonial-item .right-text{text-align:right}.eael-testimonial-item .left-text{text-align:left}.eael-testimonial-item .justify-text{text-align:justify}.eael-testimonial-content .eael-testimonial-text{font-size:100%;font-style:italic;line-height:1.5;margin-top:0;margin-bottom:10px;word-wrap:break-word}.eael-testimonial-content .eael-testimonial-user{display:inline-block;font-family:inherit;font-size:105%;font-style:italic;font-weight:400;line-height:1.5;margin-top:0;margin-bottom:0;margin-right:5px}.eael-testimonial-content .eael-testimonial-user-company{display:inline-block;font-family:inherit;font-size:90%;font-style:italic;font-weight:lighter;line-height:1.75;margin-bottom:0;margin-top:1px}.eael-testimonial-image{position:relative}.eael-testimonial-item .eael-testimonial-quote::after{color:inherit!important;content:"\f10e";font-family:"Font Awesome 5 Free";font-size:200%;font-weight:900}.eael-testimonial-slider.default-style .eael-testimonial-align-centered .eael-testimonial-image figure img{margin:0 auto}.eael-testimonial-slider.classic-style .eael-testimonial-align-left .eael-testimonial-image figure img,.eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure img,.eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure img,.eael-testimonial-slider.default-style .eael-testimonial-align-right .eael-testimonial-image figure img,.eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure img,.eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure img{margin:0}.eael-testimonial-slider.classic-style .eael-testimonial-align-right .eael-testimonial-image figure,.eael-testimonial-slider.default-style .eael-testimonial-align-right .eael-testimonial-image figure,.eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-image figure{text-align:right}.eael-testimonial-slider.classic-style .eael-testimonial-align-left .eael-testimonial-image figure,.eael-testimonial-slider.default-style .eael-testimonial-align-left .eael-testimonial-image figure,.eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-image figure{text-align:left}.eael-testimonial-slider.classic-style .eael-testimonial-align-right .testimonial-classic-style-content,.eael-testimonial-slider.default-style .eael-testimonial-align-right .default-style-testimonial-content,.eael-testimonial-slider.middle-style .eael-testimonial-align-right .eael-testimonial-text,.eael-testimonial-slider.middle-style .eael-testimonial-align-right .middle-style-content{text-align:right}.eael-testimonial-slider.classic-style .eael-testimonial-align-center .testimonial-classic-style-content,.eael-testimonial-slider.default-style .eael-testimonial-align-center .default-style-testimonial-content,.eael-testimonial-slider.middle-style .eael-testimonial-align-center .eael-testimonial-text,.eael-testimonial-slider.middle-style .eael-testimonial-align-center .middle-style-content{text-align:center}.eael-testimonial-slider.classic-style .eael-testimonial-align-left .testimonial-classic-style-content,.eael-testimonial-slider.default-style .eael-testimonial-align-left .default-style-testimonial-content,.eael-testimonial-slider.middle-style .eael-testimonial-align-left .eael-testimonial-text,.eael-testimonial-slider.middle-style .eael-testimonial-align-left .middle-style-content{text-align:left}.eael-testimonial-slider.icon-img-left-content .eael-testimonial-text>p,.eael-testimonial-slider.icon-img-right-content .eael-testimonial-text>p{margin:0}.icon-img-left-content .eael-testimonial-image{float:left;width:30%}.icon-img-left-content .eael-testimonial-content{float:left;width:70%;text-align:left}.icon-img-left-content.eael-testimonial-item{overflow:hidden;position:relative}.icon-img-left-content .eael-testimonial-quote{position:absolute;right:0}.icon-img-left-content .eael-testimonial-text{margin-top:0}.eael-testimonial-align-centered .eael-testimonial-user,.eael-testimonial-align-centered .eael-testimonial-user-company{float:none;text-align:center}.eael-testimonial-align-centered .eael-testimonial-image>figure img{display:block;margin-left:auto!important;margin-right:auto!important}.icon-img-right-content .eael-testimonial-image{float:right;width:30%}.icon-img-right-content .eael-testimonial-content{float:right;width:70%;text-align:right}.icon-img-right-content.eael-testimonial-item{overflow:hidden;position:relative}.icon-img-right-content .eael-testimonial-quote{position:absolute}.icon-img-right-content .eael-testimonial-text{margin-top:0}.eael-testimonial-item{position:relative}.classic-style.testimonial-alignment-center .eael-testimonial-image,.default-style.testimonial-alignment-center .eael-testimonial-image{text-align:center}.classic-style.testimonial-alignment-right .eael-testimonial-image,.default-style.testimonial-alignment-right .eael-testimonial-image{text-align:right}.classic-style.testimonial-alignment-center .eael-testimonial-image>figure,.default-style.testimonial-alignment-center .eael-testimonial-image>figure{text-align:center}.eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-centered .eael-testimonial-content{text-align:center}.eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-left .eael-testimonial-content{text-align:left}.eael-testimonial-slider.icon-img-left-content .eael-testimonial-align-right .eael-testimonial-content{text-align:right}.eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-centered .eael-testimonial-content{text-align:center}.eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-left .eael-testimonial-content{text-align:left}.eael-testimonial-slider.icon-img-right-content .eael-testimonial-align-right .eael-testimonial-content{text-align:right}span.eael-testimonial-quote{position:absolute;right:10px;top:10px}.eael-testimonial-item.left .eael-testimonial-image{text-align:left}.eael-testimonial-item.center .eael-testimonial-image{text-align:center}.eael-testimonial-item.right .eael-testimonial-image{text-align:right}.eael-testimonial-inline-bio .eael-testimonial-image{float:left}.eael-testimonial-inline-bio .bio-text{padding-top:10px}.eael-testimonial-content.eael-testimonial-inline-bio{overflow:hidden;margin-bottom:0;padding-bottom:0}.eael-testimonial-inline-bio .bio-text,.eael-testimonial-inline-bio .testimonial-star-rating{float:left;width:65%}.eael-testimonial-content.eael-testimonial-inline-bio{text-align:left!important}.testimonial-inline-style .eael-testimonial-image{float:left;max-width:100%;padding:0;margin-right:15px}.testimonial-inline-style{overflow:hidden;text-align:left}.content-top-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text,.content-top-icon-title-inline .eael-testimonial-text{text-align:left}.content-top-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text{text-align:center}.content-top-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text{text-align:right}.content-bottom-icon-title-inline .eael-testimonial-align-left .eael-testimonial-text,.content-bottom-icon-title-inline .eael-testimonial-text{text-align:left}.content-bottom-icon-title-inline .eael-testimonial-align-centered .eael-testimonial-text{text-align:center}.content-bottom-icon-title-inline .eael-testimonial-align-right .eael-testimonial-text{text-align:right}
|
38 |
.eael-tooltip{position:relative;display:inline-block;min-width:150px;padding:12px 24px;font-size:.93rem;color:#333;line-height:1;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.eael-tooltip .eael-tooltip-text{display:block;width:100%;visibility:hidden;background-color:#000;color:#fff;border-radius:4px;padding:10px;position:absolute;z-index:1;font-size:.93rem;line-height:1.3}.eael-tooltip .eael-tooltip-text p{margin:0}.eael-tooltip .eael-tooltip-text::after{content:"";position:absolute;border-width:5px;border-style:solid}.eael-tooltip:hover .eael-tooltip-text{visibility:visible}.eael-tooltip .eael-tooltip-text.eael-tooltip-left{top:50%;right:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-right:10px}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-left{-webkit-animation:tooltipLeftIn .3s ease-in-out;animation:tooltipLeftIn .3s ease-in-out}.eael-tooltip .eael-tooltip-text.eael-tooltip-left::after{top:calc(50% - 5px);left:100%;border-color:transparent transparent transparent #000}.eael-tooltip .eael-tooltip-text.eael-tooltip-right{top:50%;left:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;margin-left:10px}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-right{-webkit-animation:tooltipRightIn .3s linear;animation:tooltipRightIn .3s linear}.eael-tooltip .eael-tooltip-text.eael-tooltip-right::after{top:calc(50% - 5px);right:100%;border-color:transparent #000 transparent transparent}.eael-tooltip .eael-tooltip-text.eael-tooltip-top{bottom:calc(100%);left:0;right:0;margin:0 auto 10px auto}.eael-tooltip .eael-tooltip-text.eael-tooltip-top::after{margin-top:0;top:100%;left:calc(50% - 5px);border-color:#000 transparent transparent transparent}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-top{-webkit-animation:tooltipTopIn .3s linear;animation:tooltipTopIn .3s linear}.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom{top:100%;left:0;right:0;margin:10px auto 0 auto}.eael-tooltip .eael-tooltip-text.eael-tooltip-bottom::after{margin-top:0;bottom:100%;left:calc(50% - 5px);border-color:transparent transparent #000 transparent}.eael-tooltip:hover .eael-tooltip-text.eael-tooltip-bottom{-webkit-animation:tooltipBottomIn .3s linear;animation:tooltipBottomIn .3s linear}.eael-tooltip-align-left{display:-webkit-box;display:flex;width:100%;-webkit-box-pack:start;justify-content:flex-start}.eael-tooltip-align-right{display:-webkit-box;display:flex;width:100%;-webkit-box-pack:end;justify-content:flex-end}.eael-tooltip-align-center{display:-webkit-box;display:flex;width:100%;-webkit-box-pack:center;justify-content:center}.eael-tooltip-align-justify .eael-tooltip{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}@-webkit-keyframes tooltipRightIn{0%{opacity:0;left:105%}100%{opacity:1;left:100%}}@keyframes tooltipRightIn{0%{opacity:0;left:105%}100%{opacity:1;left:100%}}@-webkit-keyframes tooltipLeftIn{0%{opacity:0;right:105%}100%{opacity:1;right:100%}}@keyframes tooltipLeftIn{0%{opacity:0;right:105%}100%{opacity:1;right:100%}}@-webkit-keyframes tooltipTopIn{0%{opacity:0;bottom:110%}100%{opacity:1;bottom:100%}}@keyframes tooltipTopIn{0%{opacity:0;bottom:110%}100%{opacity:1;bottom:100%}}@-webkit-keyframes tooltipBottomIn{0%{opacity:0;top:110%}100%{opacity:1;top:100%}}@keyframes tooltipBottomIn{0%{opacity:0;top:110%}100%{opacity:1;top:100%}}span.eael-tooltip-content,span.eael-tooltip-content a{width:100%;display:block;text-align:center}.eael-tooltip-text-align-left .eael-tooltip-content a,.eael-tooltip-text-align-left .eael-tooltip-text{text-align:left}.eael-tooltip-text-align-right .eael-tooltip-content a,.eael-tooltip-text-align-right .eael-tooltip-text{text-align:right}.eael-tooltip-text-align-center .eael-tooltip-content a,.eael-tooltip-text-align-center .eael-tooltip-text{text-align:center}.eael-tooltip-text-align-justify .eael-tooltip-content a,.eael-tooltip-text-align-justify .eael-tooltip-text{text-align:justify}
|
39 |
.eael-twitter-feed::after,.eael-twitter-feed::before{content:"";clear:both}.eael-twitter-feed-masonry .eael-twitter-feed-item{float:left}@media only screen and (max-width:480px){.eael-twitter-feed-masonry.eael-twitter-feed-col-2 .eael-twitter-feed-item{width:100%!important}}@media only screen and (max-width:480px){.eael-twitter-feed-masonry.eael-twitter-feed-col-3 .eael-twitter-feed-item{width:100%!important}}@media only screen and (max-width:480px){.eael-twitter-feed-masonry.eael-twitter-feed-col-4 .eael-twitter-feed-item{width:100%!important}}.eael-twitter-feed-item .eael-twitter-feed-item-inner{background:#fff;border:1px solid rgba(0,0,0,.1)}.eael-twitter-feed-item a{color:#08c;text-decoration:none}.eael-twitter-feed-item a:hover{outline:0;color:#005580}.eael-twitter-feed-item a:focus{outline:0}.eael-twitter-feed-item .eael-twitter-feed-item-header{padding:20px 15px 0;margin-bottom:10px}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-avatar{float:left;width:38px;margin-right:10px}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-avatar img{max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-avatar.avatar-circle img{border-radius:50%}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-meta{float:left}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-meta .eael-twitter-feed-item-icon{color:#1da1f2;margin-right:5px}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-meta .eael-twitter-feed-item-author{color:#444;line-height:1.5em;font-weight:700}.eael-twitter-feed-item .eael-twitter-feed-item-header .eael-twitter-feed-item-date{float:right;margin-right:10px;font-size:90%;color:#999}.eael-twitter-feed-item .eael-twitter-feed-item-content{padding:0 15px 15px}.eael-twitter-feed-item .eael-twitter-feed-item-content p{color:#666;margin:0 0 5px;min-height:20px;text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient:vertical}.eael-twitter-feed.swiper-container .swiper-button-next,.eael-twitter-feed.swiper-container .swiper-button-prev{background-image:none;outline:0}
|
40 |
.eael-weform-container input,.eael-weform-container textarea{height:auto;padding:10px}.eael-contact-form-btn-align-center .eael-weform-container ul.wpuf-form .wpuf-submit input[type=submit]{margin-left:auto!important;margin-right:auto!important;display:block;float:none}.eael-contact-form-btn-align-left .eael-weform-container ul.wpuf-form .wpuf-submit input[type=submit]{float:left;width:auto}.eael-contact-form-btn-align-right .eael-weform-container ul.wpuf-form .wpuf-submit input[type=submit]{float:right;width:auto}.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=email],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=number],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=password],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=text],.eael-weform-container ul.wpuf-form li .wpuf-fields input[type=url],.eael-weform-container ul.wpuf-form li .wpuf-fields textarea{max-width:100%}
|
41 |
.eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button,.eael-wpforms .wpforms-container .wpforms-form button[type=submit],.eael-wpforms .wpforms-container .wpforms-form input[type=submit]{border:0}.eael-wpforms .wpforms-container .wpforms-form .wpforms-page-button:hover,.eael-wpforms .wpforms-container .wpforms-form button[type=submit]:hover,.eael-wpforms .wpforms-container .wpforms-form input[type=submit]:hover{border:0}.eael-wpforms .wpforms-container .wpforms-form input[type=checkbox],.eael-wpforms .wpforms-container .wpforms-form input[type=radio]{padding:3px}.eael-wpforms .wpforms-container .wpforms-form .wpforms-field-label{display:none}.eael-wpforms .wpforms-container .wpforms-form .wpforms-field-name .wpforms-field-row{max-width:100%}.eael-wpforms .wpforms-container .wpforms-field input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.eael-wpforms .wpforms-container .wpforms-field select,.eael-wpforms .wpforms-container .wpforms-field textarea{max-width:100%!important}.eael-wpforms-labels-yes .wpforms-container .wpforms-form .wpforms-field-label{display:block}.eael-wpforms-form-button-full-width .wpforms-submit-container .wpforms-submit{width:100%}
|
42 |
+
@keyframes plyr-progress{to{background-position:25px 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:subpixel-antialiased;direction:ltr;font-family:Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;font-variant-numeric:tabular-nums;font-weight:500;line-height:1.7;max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease}.plyr audio,.plyr video{border-radius:inherit;height:auto;vertical-align:middle;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui ::after,.plyr--full-ui ::before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5764;border-radius:2px;color:#fff;font-size:9px;line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;color:#fff;display:none;font-size:14px;left:0;padding:10px;position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions .plyr__caption{background:rgba(0,0,0,.8);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__captions .plyr__caption div{display:inline}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:16px;padding:20px}}@media (min-width:768px){.plyr__captions{font-size:18px}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px)}.plyr__control{background:0 0;border:0;border-radius:3px;color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:18px;pointer-events:none;width:18px}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed{display:none}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;color:#fff}.plyr__control--overlaid{background:rgba(0,179,255,.8);border:0;border-radius:100%;color:#fff;display:none;left:50%;padding:15px;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{background:#00b3ff}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr__controls .plyr__controls__item.plyr__volume{padding-right:5px}.plyr__controls .plyr__controls__item.plyr__volume:first-child{padding-right:0}.plyr__controls:empty{display:none}.plyr--audio .plyr__controls{background:#fff;border-radius:inherit;color:#4a5764;padding:10px}.plyr--video .plyr__controls{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;left:0;padding:20px 5px 5px;position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:35px 10px 10px}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:rgba(255,255,255,.9);border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:16px;margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container::after{border:4px solid transparent;border-top-color:rgba(255,255,255,.9);content:'';height:0;position:absolute;right:15px;top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5764;display:flex;font-size:14px;padding:4px 11px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:4px solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px}.plyr__menu__container .plyr__control--forward::after{border-left-color:rgba(74,87,100,.8);right:5px}.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:500;margin:7px;margin-bottom:3px;padding-left:28px;position:relative;width:calc(100% - 14px)}.plyr__menu__container .plyr__control--back::after{border-right-color:rgba(74,87,100,.8);left:7px}.plyr__menu__container .plyr__control--back::before{background:#c1c9d1;box-shadow:0 1px 0 #fff;content:'';height:1px;left:0;margin-top:4px;overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px}.plyr__menu__container .plyr__control[role=menuitemradio]::after,.plyr__menu__container .plyr__control[role=menuitemradio]::before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:#00b3ff}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(0,0,0,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;overflow:hidden;padding-left:25px;pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:26px;color:#00b3ff;display:block;height:19px;margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;-webkit-appearance:none;margin-top:-4px}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;height:5px}.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:2.5px;height:5px;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;border:0;border-radius:100%;box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2);height:13px;position:relative;transition:all .2s ease;width:13px;margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{box-shadow:0 0 0 5px rgba(0,179,255,.5);outline:0}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25)}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(255,255,255,.5)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,201,209,.66)}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(0,0,0,.15),0 0 0 1px rgba(35,41,47,.2),0 0 0 3px rgba(0,0,0,.1)}.plyr__poster{background-color:#000;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr__time{font-size:14px}.plyr__time+.plyr__time::before{content:'\2044';margin-right:10px}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr--video .plyr__time{text-shadow:0 1px 1px rgba(0,0,0,.15)}.plyr__tooltip{background:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);color:#4a5764;font-size:14px;font-weight:500;left:50%;line-height:1.3;margin-bottom:10px;opacity:0;padding:5px 7.5px;pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:16px}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:16px;transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;border-radius:inherit;overflow:hidden;position:relative;z-index:0}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr__progress{left:6.5px;margin-right:13px;position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-right:-6.5px;width:calc(100% + 13px)}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:14px;left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;left:0;margin-top:-2.5px;padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;transition:width .2s ease}.plyr--video .plyr__progress__buffer{box-shadow:0 1px 1px rgba(0,0,0,.15);color:rgba(255,255,255,.25)}.plyr--audio .plyr__progress__buffer{color:rgba(193,201,209,.66)}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,41,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,41,47,.6) 50%,rgba(35,41,47,.6) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,201,209,.66)}.plyr__volume{align-items:center;display:flex;flex:1;position:relative}.plyr__volume input[type=range]{margin-left:5px;position:relative;z-index:2}@media (min-width:480px){.plyr__volume{max-width:90px}}@media (min-width:768px){.plyr__volume{max-width:110px}}.plyr--is-ios .plyr__volume{display:none!important}.plyr--is-ios.plyr--vimeo [data-plyr=mute]{display:none!important}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}.plyr:-ms-fullscreen .plyr__captions{font-size:21px}.plyr:fullscreen .plyr__captions{font-size:21px}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative;top:50%;transform:translateY(-50%)}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:rgba(35,41,47,.8);border-radius:2px;bottom:10px;color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;z-index:3}.plyr__ads::after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;left:0;margin:-2.5px 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:rgba(255,255,255,.9);border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);margin-bottom:10px;opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translate(0,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0,0) scale(1)}.plyr__preview-thumb::before{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(255,255,255,.9);bottom:-4px;content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c9d1;border-radius:2px;overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;color:#fff;font-size:14px;padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
|
43 |
@charset "UTF-8";.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}body .fc{font-size:1em}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:2px 4px}.fc-rtl .fc-popover .fc-header{flex-direction:row-reverse}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-popover .fc-header .fc-close{cursor:pointer;opacity:.65;font-size:1.1em}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg,.fc-bgevent-skeleton,.fc-highlight-skeleton,.fc-mirror-skeleton{position:absolute;top:0;left:0;right:0}.fc-bg{bottom:0}.fc-bg table{height:100%}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:1em}.fc th{text-align:center}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]{cursor:pointer}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-mirror-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-mirror-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-mirror-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-mirror-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.4;border-radius:3px;border:1px solid #3788d8}.fc-event,.fc-event-dot{background-color:#3788d8}.fc-event,.fc-event:hover{color:#fff;text-decoration:none}.fc-event.fc-draggable,.fc-event[href]{cursor:pointer}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4}.fc-event .fc-resizer{display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-event.fc-dragging.fc-selected{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-event.fc-dragging:not(.fc-selected){opacity:.75}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-mirror-skeleton tr:first-child>td>.fc-day-grid-event{margin-top:0}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-now-indicator{position:absolute;border:0 solid red}.fc-unselectable{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}@font-face{font-family:fcicons;src:url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");font-weight:400;font-style:normal}.fc-icon{font-family:fcicons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fc-icon-chevron-left:before{content:""}.fc-icon-chevron-right:before{content:""}.fc-icon-chevrons-left:before{content:""}.fc-icon-chevrons-right:before{content:""}.fc-icon-minus-square:before{content:""}.fc-icon-plus-square:before{content:""}.fc-icon-x:before{content:""}.fc-icon{display:inline-block;width:1em;height:1em;text-align:center}.fc-button{border-radius:0;overflow:visible;text-transform:none;margin:0;font-family:inherit;font-size:inherit;line-height:inherit}.fc-button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.fc-button{-webkit-appearance:button}.fc-button:not(:disabled){cursor:pointer}.fc-button::-moz-focus-inner{padding:0;border-style:none}.fc-button{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.4em .65em;font-size:1em;line-height:1.5;border-radius:.25em}.fc-button:hover{color:#212529;text-decoration:none}.fc-button:focus{outline:0;-webkit-box-shadow:0 0 0 .2rem rgba(44,62,80,.25);box-shadow:0 0 0 .2rem rgba(44,62,80,.25)}.fc-button:disabled{opacity:.65}.fc-button-primary{color:#fff;background-color:#2c3e50;border-color:#2c3e50}.fc-button-primary:hover{color:#fff;background-color:#1e2b37;border-color:#1a252f}.fc-button-primary:focus{-webkit-box-shadow:0 0 0 .2rem rgba(76,91,106,.5);box-shadow:0 0 0 .2rem rgba(76,91,106,.5)}.fc-button-primary:disabled{color:#fff;background-color:#2c3e50;border-color:#2c3e50}.fc-button-primary:not(:disabled).fc-button-active,.fc-button-primary:not(:disabled):active{color:#fff;background-color:#1a252f;border-color:#151e27}.fc-button-primary:not(:disabled).fc-button-active:focus,.fc-button-primary:not(:disabled):active:focus{-webkit-box-shadow:0 0 0 .2rem rgba(76,91,106,.5);box-shadow:0 0 0 .2rem rgba(76,91,106,.5)}.fc-button .fc-icon{vertical-align:middle;font-size:1.5em}.fc-button-group{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.fc-button-group>.fc-button{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.fc-button-group>.fc-button:hover{z-index:1}.fc-button-group>.fc-button.fc-button-active,.fc-button-group>.fc-button:active,.fc-button-group>.fc-button:focus{z-index:1}.fc-button-group>.fc-button:not(:first-child){margin-left:-1px}.fc-button-group>.fc-button:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.fc-button-group>.fc-button:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.fc-unthemed .fc-popover{border-width:1px;border-style:solid}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.fc-toolbar{display:flex;justify-content:space-between;align-items:center}.fc-toolbar.fc-header-toolbar{margin-bottom:1.5em}.fc-toolbar.fc-footer-toolbar{margin-top:1.5em}.fc-toolbar>*>:not(:first-child){margin-left:.75em}.fc-toolbar h2{font-size:1.75em;margin:0}.fc-view-container{position:relative}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}@media print{.fc{max-width:100%!important}.fc-event{background:#fff!important;color:#000!important;page-break-inside:avoid}.fc-event .fc-resizer{display:none}.fc hr,.fc tbody,.fc td,.fc th,.fc thead,.fc-row{border-color:#ccc!important;background:#fff!important}.fc-bg,.fc-bgevent-container,.fc-bgevent-skeleton,.fc-business-container,.fc-highlight-container,.fc-highlight-skeleton,.fc-mirror-container,.fc-mirror-skeleton{display:none}.fc tbody .fc-row{height:auto!important;min-height:0!important}.fc tbody .fc-row .fc-content-skeleton{position:static;padding-bottom:0!important}.fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td{padding-bottom:1em}.fc tbody .fc-row .fc-content-skeleton table{height:1em}.fc-more,.fc-more-cell{display:none!important}.fc tr.fc-limited{display:table-row!important}.fc td.fc-limited{display:table-cell!important}.fc-popover{display:none}.fc-time-grid{min-height:0!important}.fc-timeGrid-view .fc-axis{display:none}.fc-slats,.fc-time-grid hr{display:none!important}.fc-time-grid .fc-content-skeleton{position:static}.fc-time-grid .fc-content-skeleton table{height:4em}.fc-time-grid .fc-event-container{margin:0!important}.fc-time-grid .fc-event{position:static!important;margin:3px 2px!important}.fc-time-grid .fc-event.fc-not-end{border-bottom-width:1px!important}.fc-time-grid .fc-event.fc-not-end:after{content:"..."}.fc-time-grid .fc-event.fc-not-start{border-top-width:1px!important}.fc-time-grid .fc-event.fc-not-start:before{content:"..."}.fc-time-grid .fc-event .fc-time{white-space:normal!important}.fc-time-grid .fc-event .fc-time span{display:none}.fc-time-grid .fc-event .fc-time:after{content:attr(data-full)}.fc-day-grid-container,.fc-scroller,.fc-time-grid-container{overflow:visible!important;height:auto!important}.fc-row{border:0!important;margin:0!important}.fc button,.fc-button-group{display:none}}
|
44 |
.fc-dayGridDay-view .fc-content-skeleton,.fc-dayGridWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-dayGrid-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid{overflow:hidden}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-dayGrid-view .fc-day-number,.fc-dayGrid-view .fc-week-number{padding:2px}.fc-dayGrid-view th.fc-day-number,.fc-dayGrid-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px 0}.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-dayGrid-view .fc-day-top .fc-week-number{min-width:1.5em;text-align:center;background-color:#f2f2f2;color:grey}.fc-dayGrid-view td.fc-week-number{text-align:center}.fc-dayGrid-view td.fc-week-number>*{display:inline-block;min-width:1.25em}
|
45 |
.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt{float:right}.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}
|
46 |
@charset "UTF-8";.fc-timeGrid-view .fc-day-grid{position:relative;z-index:2}.fc-timeGrid-view .fc-day-grid .fc-row{min-height:3em}.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{position:relative;z-index:3}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-mirror-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight-container{position:relative}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-time-grid-event{margin-bottom:1px}.fc-time-grid-event-inset{-webkit-box-shadow:0 0 0 1px #fff;box-shadow:0 0 0 1px #fff}.fc-time-grid-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-time-grid-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event .fc-content{overflow:hidden;max-height:100%}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:" - "}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}
|
|
|
47 |
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}
|
assets/front-end/css/feature-list/index.css
CHANGED
@@ -110,7 +110,7 @@
|
|
110 |
position: absolute;
|
111 |
left: 50%;
|
112 |
-webkit-transform: translateX(-50%);
|
113 |
-
|
114 |
}
|
115 |
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-img {
|
116 |
font-size: 8px;
|
@@ -149,11 +149,11 @@
|
|
149 |
}
|
150 |
.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon i {
|
151 |
-webkit-transform: rotate(-45deg);
|
152 |
-
|
153 |
}
|
154 |
.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon img {
|
155 |
-webkit-transform: rotate(-45deg);
|
156 |
-
|
157 |
}
|
158 |
.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-content-box .eael-feature-list-title {
|
159 |
margin-top: 15px;
|
@@ -234,13 +234,13 @@
|
|
234 |
text-align: left;
|
235 |
-webkit-box-orient: horizontal;
|
236 |
-webkit-box-direction: normal;
|
237 |
-
|
238 |
}
|
239 |
.elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-item {
|
240 |
text-align: right;
|
241 |
-webkit-box-orient: horizontal;
|
242 |
-webkit-box-direction: reverse;
|
243 |
-
|
244 |
}
|
245 |
}
|
246 |
@media (max-width: 1024px) {
|
@@ -252,13 +252,13 @@
|
|
252 |
text-align: left;
|
253 |
-webkit-box-orient: horizontal;
|
254 |
-webkit-box-direction: normal;
|
255 |
-
|
256 |
}
|
257 |
.elementor-widget-eael-feature-list.-tablet-icon-position-right .eael-feature-list-item {
|
258 |
text-align: right;
|
259 |
-webkit-box-orient: horizontal;
|
260 |
-webkit-box-direction: reverse;
|
261 |
-
|
262 |
}
|
263 |
}
|
264 |
@media (min-width: 768px) and (max-width: 1024px) {
|
@@ -380,13 +380,13 @@
|
|
380 |
text-align: left;
|
381 |
-webkit-box-orient: horizontal;
|
382 |
-webkit-box-direction: normal;
|
383 |
-
|
384 |
}
|
385 |
.elementor-widget-eael-feature-list.-mobile-icon-position-right .eael-feature-list-item {
|
386 |
text-align: right;
|
387 |
-webkit-box-orient: horizontal;
|
388 |
-webkit-box-direction: reverse;
|
389 |
-
|
390 |
}
|
391 |
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box {
|
392 |
margin-right: 0 !important;
|
110 |
position: absolute;
|
111 |
left: 50%;
|
112 |
-webkit-transform: translateX(-50%);
|
113 |
+
transform: translateX(-50%);
|
114 |
}
|
115 |
.elementor-widget-eael-feature-list .eael-feature-list-items .eael-feature-list-item .eael-feature-list-icon-box .eael-feature-list-img {
|
116 |
font-size: 8px;
|
149 |
}
|
150 |
.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon i {
|
151 |
-webkit-transform: rotate(-45deg);
|
152 |
+
transform: rotate(-45deg);
|
153 |
}
|
154 |
.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-icon-box .eael-feature-list-icon img {
|
155 |
-webkit-transform: rotate(-45deg);
|
156 |
+
transform: rotate(-45deg);
|
157 |
}
|
158 |
.elementor-widget-eael-feature-list .eael-feature-list-items.rhombus .eael-feature-list-content-box .eael-feature-list-title {
|
159 |
margin-top: 15px;
|
234 |
text-align: left;
|
235 |
-webkit-box-orient: horizontal;
|
236 |
-webkit-box-direction: normal;
|
237 |
+
flex-direction: row;
|
238 |
}
|
239 |
.elementor-widget-eael-feature-list.-icon-position-right .eael-feature-list-item {
|
240 |
text-align: right;
|
241 |
-webkit-box-orient: horizontal;
|
242 |
-webkit-box-direction: reverse;
|
243 |
+
flex-direction: row-reverse;
|
244 |
}
|
245 |
}
|
246 |
@media (max-width: 1024px) {
|
252 |
text-align: left;
|
253 |
-webkit-box-orient: horizontal;
|
254 |
-webkit-box-direction: normal;
|
255 |
+
flex-direction: row;
|
256 |
}
|
257 |
.elementor-widget-eael-feature-list.-tablet-icon-position-right .eael-feature-list-item {
|
258 |
text-align: right;
|
259 |
-webkit-box-orient: horizontal;
|
260 |
-webkit-box-direction: reverse;
|
261 |
+
flex-direction: row-reverse;
|
262 |
}
|
263 |
}
|
264 |
@media (min-width: 768px) and (max-width: 1024px) {
|
380 |
text-align: left;
|
381 |
-webkit-box-orient: horizontal;
|
382 |
-webkit-box-direction: normal;
|
383 |
+
flex-direction: row;
|
384 |
}
|
385 |
.elementor-widget-eael-feature-list.-mobile-icon-position-right .eael-feature-list-item {
|
386 |
text-align: right;
|
387 |
-webkit-box-orient: horizontal;
|
388 |
-webkit-box-direction: reverse;
|
389 |
+
flex-direction: row-reverse;
|
390 |
}
|
391 |
.elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-left.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-right.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-left.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-right.-mobile-icon-position-left .eael-feature-list-content-box, .elementor-widget-eael-feature-list.-icon-position-top.-tablet-icon-position-top.-mobile-icon-position-left .eael-feature-list-content-box {
|
392 |
margin-right: 0 !important;
|
assets/front-end/css/gravity-form/index.css
CHANGED
@@ -17,11 +17,6 @@
|
|
17 |
text-align: center;
|
18 |
}
|
19 |
|
20 |
-
.eael-gravity-form .gform_wrapper .gform_footer {
|
21 |
-
margin: 0;
|
22 |
-
padding: 0;
|
23 |
-
}
|
24 |
-
|
25 |
.gform_wrapper form li,
|
26 |
.gform_wrapper li {
|
27 |
list-style: none;
|
@@ -29,10 +24,13 @@
|
|
29 |
|
30 |
.eael-gravity-form .gform_wrapper ul.gform_fields li.gfield {
|
31 |
padding: 0;
|
|
|
32 |
}
|
33 |
|
34 |
.eael-gravity-form .gform_wrapper textarea {
|
35 |
padding: 0;
|
|
|
|
|
36 |
}
|
37 |
|
38 |
.eael-gravity-form .gform_wrapper .gform_footer input.button,
|
17 |
text-align: center;
|
18 |
}
|
19 |
|
|
|
|
|
|
|
|
|
|
|
20 |
.gform_wrapper form li,
|
21 |
.gform_wrapper li {
|
22 |
list-style: none;
|
24 |
|
25 |
.eael-gravity-form .gform_wrapper ul.gform_fields li.gfield {
|
26 |
padding: 0;
|
27 |
+
padding-right: 16px;
|
28 |
}
|
29 |
|
30 |
.eael-gravity-form .gform_wrapper textarea {
|
31 |
padding: 0;
|
32 |
+
font-weight: normal !important;
|
33 |
+
font-family: inherit;
|
34 |
}
|
35 |
|
36 |
.eael-gravity-form .gform_wrapper .gform_footer input.button,
|
assets/front-end/css/gravity-form/index.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.eael-gravity-form-align-default,.eael-gravity-form-align-left,.eael-gravity-form-btn-align-left{text-align:left}.eael-gravity-form-align-right,.eael-gravity-form-btn-align-right{text-align:right}.eael-gravity-form-align-center,.eael-gravity-form-btn-align-center{text-align:center}.
|
1 |
+
.eael-gravity-form-align-default,.eael-gravity-form-align-left,.eael-gravity-form-btn-align-left{text-align:left}.eael-gravity-form-align-right,.eael-gravity-form-btn-align-right{text-align:right}.eael-gravity-form-align-center,.eael-gravity-form-btn-align-center{text-align:center}.gform_wrapper form li,.gform_wrapper li{list-style:none}.eael-gravity-form .gform_wrapper ul.gform_fields li.gfield{padding:0;padding-right:16px}.eael-gravity-form .gform_wrapper textarea{padding:0;font-weight:400!important;font-family:inherit}.eael-gravity-form .gform_wrapper .gform_footer input.button,.eael-gravity-form .gform_wrapper .gform_footer input[type=submit],.eael-gravity-form .gform_wrapper .gform_page_footer input.button,.eael-gravity-form .gform_wrapper .gform_page_footer input[type=submit]{margin:0}.eael-gravity-form.title-description-hide .gform_heading{display:none}.eael-gravity-form.labels-hide .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,.eael-gravity-form.labels-hide .gform_wrapper .top_label .gfield_label{display:none}.eael-gravity-form-button-full-width .gform_wrapper .gform_footer input[type=submit]{width:100%}
|
assets/front-end/css/magnific-popup/index.css
CHANGED
@@ -442,17 +442,17 @@ button.mfp-close:hover {
|
|
442 |
@media all and (max-width: 900px) {
|
443 |
.mfp-arrow {
|
444 |
-webkit-transform: scale(0.75);
|
445 |
-
|
446 |
}
|
447 |
|
448 |
.mfp-arrow-left {
|
449 |
-webkit-transform-origin: 0;
|
450 |
-
|
451 |
}
|
452 |
|
453 |
.mfp-arrow-right {
|
454 |
-webkit-transform-origin: 100%;
|
455 |
-
|
456 |
}
|
457 |
|
458 |
.mfp-container {
|
442 |
@media all and (max-width: 900px) {
|
443 |
.mfp-arrow {
|
444 |
-webkit-transform: scale(0.75);
|
445 |
+
transform: scale(0.75);
|
446 |
}
|
447 |
|
448 |
.mfp-arrow-left {
|
449 |
-webkit-transform-origin: 0;
|
450 |
+
transform-origin: 0;
|
451 |
}
|
452 |
|
453 |
.mfp-arrow-right {
|
454 |
-webkit-transform-origin: 100%;
|
455 |
+
transform-origin: 100%;
|
456 |
}
|
457 |
|
458 |
.mfp-container {
|
assets/front-end/css/post-grid/index.css
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
/*-----------------------------*/
|
2 |
/* 15. Post Grid Style
|
3 |
/*-----------------------------*/
|
4 |
-
.eael-post-grid {
|
5 |
margin: 0 -10px;
|
6 |
}
|
7 |
|
8 |
-
.eael-grid-post {
|
9 |
float: left;
|
10 |
padding: 10px;
|
11 |
}
|
@@ -276,66 +276,292 @@
|
|
276 |
transform: translateY(0);
|
277 |
}
|
278 |
|
279 |
-
/*---
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
|
|
284 |
|
285 |
-
.eael-col-
|
286 |
-
|
287 |
-
|
288 |
-
}
|
289 |
|
290 |
-
.
|
291 |
-
|
292 |
-
|
293 |
-
}
|
294 |
|
295 |
-
.eael-col-
|
296 |
-
|
297 |
-
|
298 |
-
}
|
299 |
|
300 |
-
.eael-col-
|
301 |
-
|
302 |
-
|
303 |
-
}
|
304 |
|
305 |
-
.eael-col-
|
306 |
-
|
307 |
-
|
308 |
-
|
|
|
|
|
|
|
309 |
|
310 |
-
|
311 |
-
.eael-col-1 .eael-post-grid-column,
|
312 |
-
.eael-col-2 .eael-post-grid-column,
|
313 |
-
.eael-col-3 .eael-post-grid-column,
|
314 |
-
.eael-col-4 .eael-post-grid-column,
|
315 |
-
.eael-col-5 .eael-post-grid-column,
|
316 |
-
.eael-col-6 .eael-post-grid-column {
|
317 |
width: 33.3333%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
318 |
}
|
319 |
}
|
320 |
-
@media only screen and (max-width:
|
321 |
-
|
322 |
-
.eael-col-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
.eael-col-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
327 |
width: 50%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
328 |
}
|
329 |
}
|
330 |
-
@media only screen and (max-width:
|
331 |
-
.eael-col-1
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
.eael-col-
|
336 |
-
.eael-col-6 .eael-post-grid-column {
|
337 |
-
float: none;
|
338 |
width: 100%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
339 |
}
|
340 |
}
|
341 |
.eael-author-avatar > a {
|
1 |
/*-----------------------------*/
|
2 |
/* 15. Post Grid Style
|
3 |
/*-----------------------------*/
|
4 |
+
.eael-post-grid-container .eael-post-grid {
|
5 |
margin: 0 -10px;
|
6 |
}
|
7 |
|
8 |
+
.eael-post-grid-container .eael-post-grid .eael-grid-post {
|
9 |
float: left;
|
10 |
padding: 10px;
|
11 |
}
|
276 |
transform: translateY(0);
|
277 |
}
|
278 |
|
279 |
+
/*--- Gallery Column CSS ---*/
|
280 |
+
@media only screen and (min-width: 1025px) {
|
281 |
+
/* For Desktop: */
|
282 |
+
.elementor-element.elementor-grid-eael-col-1 {
|
283 |
+
position: relative;
|
284 |
+
}
|
285 |
|
286 |
+
.elementor-element.elementor-grid-eael-col-1 .eael-grid-post {
|
287 |
+
width: 100%;
|
288 |
+
float: left;
|
289 |
+
}
|
290 |
|
291 |
+
.elementor-element.elementor-grid-eael-col-2 {
|
292 |
+
position: relative;
|
293 |
+
}
|
|
|
294 |
|
295 |
+
.elementor-element.elementor-grid-eael-col-2 .eael-grid-post {
|
296 |
+
width: 50%;
|
297 |
+
float: left;
|
298 |
+
}
|
299 |
|
300 |
+
.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n) {
|
301 |
+
margin-right: 0 !important;
|
302 |
+
}
|
|
|
303 |
|
304 |
+
.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n+1) {
|
305 |
+
clear: left;
|
306 |
+
}
|
307 |
+
|
308 |
+
.elementor-element.elementor-grid-eael-col-3 {
|
309 |
+
position: relative;
|
310 |
+
}
|
311 |
|
312 |
+
.elementor-element.elementor-grid-eael-col-3 .eael-grid-post {
|
|
|
|
|
|
|
|
|
|
|
|
|
313 |
width: 33.3333%;
|
314 |
+
float: left;
|
315 |
+
}
|
316 |
+
|
317 |
+
.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n) {
|
318 |
+
margin-right: 0 !important;
|
319 |
+
}
|
320 |
+
|
321 |
+
.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n+1) {
|
322 |
+
clear: left;
|
323 |
+
}
|
324 |
+
|
325 |
+
.elementor-element.elementor-grid-eael-col-4 {
|
326 |
+
position: relative;
|
327 |
+
}
|
328 |
+
|
329 |
+
.elementor-element.elementor-grid-eael-col-4 .eael-grid-post {
|
330 |
+
width: 25%;
|
331 |
+
float: left;
|
332 |
+
}
|
333 |
+
|
334 |
+
.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n) {
|
335 |
+
margin-right: 0 !important;
|
336 |
+
}
|
337 |
+
|
338 |
+
.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n+1) {
|
339 |
+
clear: left;
|
340 |
+
}
|
341 |
+
|
342 |
+
.elementor-element.elementor-grid-eael-col-5 {
|
343 |
+
position: relative;
|
344 |
+
}
|
345 |
+
|
346 |
+
.elementor-element.elementor-grid-eael-col-5 .eael-grid-post {
|
347 |
+
width: 20%;
|
348 |
+
float: left;
|
349 |
+
}
|
350 |
+
|
351 |
+
.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n) {
|
352 |
+
margin-right: 0 !important;
|
353 |
+
}
|
354 |
+
|
355 |
+
.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n+1) {
|
356 |
+
clear: left;
|
357 |
+
}
|
358 |
+
|
359 |
+
.elementor-element.elementor-grid-eael-col-6 {
|
360 |
+
position: relative;
|
361 |
+
}
|
362 |
+
|
363 |
+
.elementor-element.elementor-grid-eael-col-6 .eael-grid-post {
|
364 |
+
width: 16%;
|
365 |
+
float: left;
|
366 |
+
}
|
367 |
+
|
368 |
+
.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n) {
|
369 |
+
margin-right: 0 !important;
|
370 |
+
}
|
371 |
+
|
372 |
+
.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n+1) {
|
373 |
+
clear: left;
|
374 |
}
|
375 |
}
|
376 |
+
@media only screen and (max-width: 1024px) and (min-width: 766px) {
|
377 |
+
/* For tablets: */
|
378 |
+
.elementor-element.elementor-grid-tablet-eael-col-1 {
|
379 |
+
position: relative;
|
380 |
+
}
|
381 |
+
|
382 |
+
.elementor-element.elementor-grid-tablet-eael-col-1 .eael-grid-post {
|
383 |
+
width: 100%;
|
384 |
+
float: left;
|
385 |
+
}
|
386 |
+
|
387 |
+
.elementor-element.elementor-grid-tablet-eael-col-2 {
|
388 |
+
position: relative;
|
389 |
+
}
|
390 |
+
|
391 |
+
.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post {
|
392 |
width: 50%;
|
393 |
+
float: left;
|
394 |
+
}
|
395 |
+
|
396 |
+
.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n) {
|
397 |
+
margin-right: 0 !important;
|
398 |
+
}
|
399 |
+
|
400 |
+
.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n+1) {
|
401 |
+
clear: left;
|
402 |
+
}
|
403 |
+
|
404 |
+
.elementor-element.elementor-grid-tablet-eael-col-3 {
|
405 |
+
position: relative;
|
406 |
+
}
|
407 |
+
|
408 |
+
.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post {
|
409 |
+
width: 33.3333%;
|
410 |
+
float: left;
|
411 |
+
}
|
412 |
+
|
413 |
+
.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n) {
|
414 |
+
margin-right: 0 !important;
|
415 |
+
}
|
416 |
+
|
417 |
+
.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n+1) {
|
418 |
+
clear: left;
|
419 |
+
}
|
420 |
+
|
421 |
+
.elementor-element.elementor-grid-tablet-eael-col-4 {
|
422 |
+
position: relative;
|
423 |
+
}
|
424 |
+
|
425 |
+
.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post {
|
426 |
+
width: 25%;
|
427 |
+
float: left;
|
428 |
+
}
|
429 |
+
|
430 |
+
.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n) {
|
431 |
+
margin-right: 0 !important;
|
432 |
+
}
|
433 |
+
|
434 |
+
.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n+1) {
|
435 |
+
clear: left;
|
436 |
+
}
|
437 |
+
|
438 |
+
.elementor-element.elementor-grid-tablet-eael-col-5 {
|
439 |
+
position: relative;
|
440 |
+
}
|
441 |
+
|
442 |
+
.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post {
|
443 |
+
width: 20%;
|
444 |
+
float: left;
|
445 |
+
}
|
446 |
+
|
447 |
+
.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n) {
|
448 |
+
margin-right: 0 !important;
|
449 |
+
}
|
450 |
+
|
451 |
+
.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n+1) {
|
452 |
+
clear: left;
|
453 |
+
}
|
454 |
+
|
455 |
+
.elementor-element.elementor-grid-tablet-eael-col-6 {
|
456 |
+
position: relative;
|
457 |
+
}
|
458 |
+
|
459 |
+
.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post {
|
460 |
+
width: 16%;
|
461 |
+
float: left;
|
462 |
+
}
|
463 |
+
|
464 |
+
.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n) {
|
465 |
+
margin-right: 0 !important;
|
466 |
+
}
|
467 |
+
|
468 |
+
.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n+1) {
|
469 |
+
clear: left;
|
470 |
}
|
471 |
}
|
472 |
+
@media only screen and (max-width: 767px) {
|
473 |
+
.elementor-element.elementor-grid-mobile-eael-col-1 {
|
474 |
+
position: relative;
|
475 |
+
}
|
476 |
+
|
477 |
+
.elementor-element.elementor-grid-mobile-eael-col-1 .eael-grid-post {
|
|
|
|
|
478 |
width: 100%;
|
479 |
+
float: left;
|
480 |
+
}
|
481 |
+
|
482 |
+
.elementor-element.elementor-grid-mobile-eael-col-2 {
|
483 |
+
position: relative;
|
484 |
+
}
|
485 |
+
|
486 |
+
.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post {
|
487 |
+
width: 50%;
|
488 |
+
float: left;
|
489 |
+
}
|
490 |
+
|
491 |
+
.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n) {
|
492 |
+
margin-right: 0 !important;
|
493 |
+
}
|
494 |
+
|
495 |
+
.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n+1) {
|
496 |
+
clear: left;
|
497 |
+
}
|
498 |
+
|
499 |
+
.elementor-element.elementor-grid-mobile-eael-col-3 {
|
500 |
+
position: relative;
|
501 |
+
}
|
502 |
+
|
503 |
+
.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post {
|
504 |
+
width: 33.3333%;
|
505 |
+
float: left;
|
506 |
+
}
|
507 |
+
|
508 |
+
.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n) {
|
509 |
+
margin-right: 0 !important;
|
510 |
+
}
|
511 |
+
|
512 |
+
.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n+1) {
|
513 |
+
clear: left;
|
514 |
+
}
|
515 |
+
|
516 |
+
.elementor-element.elementor-grid-mobile-eael-col-4 {
|
517 |
+
position: relative;
|
518 |
+
}
|
519 |
+
|
520 |
+
.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post {
|
521 |
+
width: 25%;
|
522 |
+
float: left;
|
523 |
+
}
|
524 |
+
|
525 |
+
.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n) {
|
526 |
+
margin-right: 0 !important;
|
527 |
+
}
|
528 |
+
|
529 |
+
.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n+1) {
|
530 |
+
clear: left;
|
531 |
+
}
|
532 |
+
|
533 |
+
.elementor-element.elementor-grid-mobile-eael-col-5 {
|
534 |
+
position: relative;
|
535 |
+
}
|
536 |
+
|
537 |
+
.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post {
|
538 |
+
width: 20%;
|
539 |
+
float: left;
|
540 |
+
}
|
541 |
+
|
542 |
+
.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n) {
|
543 |
+
margin-right: 0 !important;
|
544 |
+
}
|
545 |
+
|
546 |
+
.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n+1) {
|
547 |
+
clear: left;
|
548 |
+
}
|
549 |
+
|
550 |
+
.elementor-element.elementor-grid-mobile-eael-col-6 {
|
551 |
+
position: relative;
|
552 |
+
}
|
553 |
+
|
554 |
+
.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post {
|
555 |
+
width: 16%;
|
556 |
+
float: left;
|
557 |
+
}
|
558 |
+
|
559 |
+
.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n) {
|
560 |
+
margin-right: 0 !important;
|
561 |
+
}
|
562 |
+
|
563 |
+
.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n+1) {
|
564 |
+
clear: left;
|
565 |
}
|
566 |
}
|
567 |
.eael-author-avatar > a {
|
assets/front-end/css/post-grid/index.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.eael-post-grid{margin:0 -10px}.eael-grid-post{float:left;padding:10px}.eael-post-carousel .eael-grid-post{float:none;padding:0}.eael-grid-post-holder{border:1px solid rgba(0,0,0,.1)}.eael-grid-post-holder-inner{height:100%}.eael-entry-media{position:relative}.eael-entry-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;-webkit-transition:opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(.19,1,.22,1);transition:opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(.19,1,.22,1);transition:opacity .2s ease-in-out,transform .25s cubic-bezier(.19,1,.22,1);transition:opacity .2s ease-in-out,transform .25s cubic-bezier(.19,1,.22,1),-webkit-transform .25s cubic-bezier(.19,1,.22,1)}.eael-entry-overlay>a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.eael-entry-title{margin:10px 0 5px;font-size:1.2em}.eael-entry-thumbnail img{width:100%;max-width:100%;vertical-align:middle}.eael-entry-thumbnail>img{height:100%}.eael-entry-footer .eael-author-avatar{width:50px}.eael-entry-footer .eael-author-avatar .avatar{border-radius:50%}.eael-post-grid .eael-entry-footer .eael-entry-meta{padding-left:8px;text-align:left}.eael-grid-post .eael-entry-meta{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.eael-grid-post .eael-entry-footer .eael-entry-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.eael-entry-meta>div{font-size:12px;line-height:1.2;padding-bottom:5px}.eael-grid-post-excerpt p{margin:0;font-size:14px}.eael-entry-meta .eael-entry-footer .eael-posted-by{display:block}.eael-grid-post .eael-entry-footer,.eael-grid-post .eael-entry-wrapper{padding:15px}.eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on{padding-left:5px}.eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on::before{content:'\f111';font-family:FontAwesome;color:inherit;opacity:.4;font-size:.8em;padding-right:7px}.eael-entry-media{position:relative}.eael-entry-overlay{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-entry-overlay>i{color:#fff}.eael-entry-overlay.fade-in{visibility:hidden;opacity:0;-webkit-transition:.3s;transition:.3s}.eael-entry-media:hover .eael-entry-overlay.fade-in{visibility:visible;opacity:1}.eael-entry-media:hover .eael-entry-overlay.fade-in>i{-webkit-transform:translate(0);transform:translate(0);opacity:1}.eael-entry-overlay.zoom-in{-webkit-transform:scale(.9);transform:scale(.9);visibility:hidden;opacity:0;-webkit-transition:.3s;transition:.3s}.eael-entry-media:hover .eael-entry-overlay.zoom-in{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.eael-entry-overlay.slide-up{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:hidden;opacity:0;-webkit-transition:.3s;transition:.3s}.eael-entry-media:hover .eael-entry-overlay.slide-up{-webkit-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1}.eael-entry-media{overflow:hidden}.eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay{opacity:0}.eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay{opacity:1}.eael-entry-media.grid-hover-style-none .eael-entry-overlay{display:none}.eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay{-webkit-transform:scale(.4);transform:scale(.4);opacity:0}.eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay{-webkit-transform:scale(1);transform:scale(1);opacity:1}.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay>i{-webkit-transform:translateY(-100px);transform:translateY(-100px);-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-transition-duration:.3s;transition-duration:.3s}.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay{-webkit-transform:translate(0);transform:translate(0)}.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay>i{-webkit-transform:translateY(0);transform:translateY(0)}.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:hidden;opacity:0}.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay>i{-webkit-transform:translateY(100px);transform:translateY(100px);-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-transition-duration:.3s;transition-duration:.3s}.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay{-webkit-transform:translate(0);transform:translate(0);visibility:visible;opacity:1}.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay>i{-webkit-transform:translateY(0);transform:translateY(0)}.eael-col-1 .eael-post-grid-column{float:none;width:100%}.eael-col-2 .eael-post-grid-column{float:left;width:50%}.eael-col-3 .eael-post-grid-column{float:left;width:33.3333%}.eael-col-4 .eael-post-grid-column{float:left;width:25%}.eael-col-5 .eael-post-grid-column{float:left;width:20%}.eael-col-6 .eael-post-grid-column{float:left;width:16.6666%}@media only screen and (max-width:979px){.eael-col-1 .eael-post-grid-column,.eael-col-2 .eael-post-grid-column,.eael-col-3 .eael-post-grid-column,.eael-col-4 .eael-post-grid-column,.eael-col-5 .eael-post-grid-column,.eael-col-6 .eael-post-grid-column{width:33.3333%}}@media only screen and (max-width:767px){.eael-col-1 .eael-post-grid-column,.eael-col-2 .eael-post-grid-column,.eael-col-3 .eael-post-grid-column,.eael-col-4 .eael-post-grid-column,.eael-col-5 .eael-post-grid-column,.eael-col-6 .eael-post-grid-column{width:50%}}@media only screen and (max-width:480px){.eael-col-1 .eael-post-grid-column,.eael-col-2 .eael-post-grid-column,.eael-col-3 .eael-post-grid-column,.eael-col-4 .eael-post-grid-column,.eael-col-5 .eael-post-grid-column,.eael-col-6 .eael-post-grid-column{float:none;width:100%}}.eael-author-avatar>a{display:block}.eael-entry-footer{overflow:hidden;display:-webkit-box;display:flex}.eael-entry-footer>div{display:inline-block;float:left}
|
1 |
+
.eael-post-grid-container .eael-post-grid{margin:0 -10px}.eael-post-grid-container .eael-post-grid .eael-grid-post{float:left;padding:10px}.eael-post-carousel .eael-grid-post{float:none;padding:0}.eael-grid-post-holder{border:1px solid rgba(0,0,0,.1)}.eael-grid-post-holder-inner{height:100%}.eael-entry-media{position:relative}.eael-entry-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;-webkit-transition:opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(.19,1,.22,1);transition:opacity .2s ease-in-out,-webkit-transform .25s cubic-bezier(.19,1,.22,1);transition:opacity .2s ease-in-out,transform .25s cubic-bezier(.19,1,.22,1);transition:opacity .2s ease-in-out,transform .25s cubic-bezier(.19,1,.22,1),-webkit-transform .25s cubic-bezier(.19,1,.22,1)}.eael-entry-overlay>a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.eael-entry-title{margin:10px 0 5px;font-size:1.2em}.eael-entry-thumbnail img{width:100%;max-width:100%;vertical-align:middle}.eael-entry-thumbnail>img{height:100%}.eael-entry-footer .eael-author-avatar{width:50px}.eael-entry-footer .eael-author-avatar .avatar{border-radius:50%}.eael-post-grid .eael-entry-footer .eael-entry-meta{padding-left:8px;text-align:left}.eael-grid-post .eael-entry-meta{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row}.eael-grid-post .eael-entry-footer .eael-entry-meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.eael-entry-meta>div{font-size:12px;line-height:1.2;padding-bottom:5px}.eael-grid-post-excerpt p{margin:0;font-size:14px}.eael-entry-meta .eael-entry-footer .eael-posted-by{display:block}.eael-grid-post .eael-entry-footer,.eael-grid-post .eael-entry-wrapper{padding:15px}.eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on{padding-left:5px}.eael-post-grid .eael-entry-header .eael-entry-meta span.eael-posted-on::before{content:'\f111';font-family:FontAwesome;color:inherit;opacity:.4;font-size:.8em;padding-right:7px}.eael-entry-media{position:relative}.eael-entry-overlay{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-entry-overlay>i{color:#fff}.eael-entry-overlay.fade-in{visibility:hidden;opacity:0;-webkit-transition:.3s;transition:.3s}.eael-entry-media:hover .eael-entry-overlay.fade-in{visibility:visible;opacity:1}.eael-entry-media:hover .eael-entry-overlay.fade-in>i{-webkit-transform:translate(0);transform:translate(0);opacity:1}.eael-entry-overlay.zoom-in{-webkit-transform:scale(.9);transform:scale(.9);visibility:hidden;opacity:0;-webkit-transition:.3s;transition:.3s}.eael-entry-media:hover .eael-entry-overlay.zoom-in{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.eael-entry-overlay.slide-up{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:hidden;opacity:0;-webkit-transition:.3s;transition:.3s}.eael-entry-media:hover .eael-entry-overlay.slide-up{-webkit-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1}.eael-entry-media{overflow:hidden}.eael-entry-media.grid-hover-style-fade-in .eael-entry-overlay{opacity:0}.eael-entry-media.grid-hover-style-fade-in:hover .eael-entry-overlay{opacity:1}.eael-entry-media.grid-hover-style-none .eael-entry-overlay{display:none}.eael-entry-media.grid-hover-style-zoom-in .eael-entry-overlay{-webkit-transform:scale(.4);transform:scale(.4);opacity:0}.eael-entry-media.grid-hover-style-zoom-in:hover .eael-entry-overlay{-webkit-transform:scale(1);transform:scale(1);opacity:1}.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.eael-entry-media.grid-hover-style-animate-down .eael-entry-overlay>i{-webkit-transform:translateY(-100px);transform:translateY(-100px);-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-transition-duration:.3s;transition-duration:.3s}.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay{-webkit-transform:translate(0);transform:translate(0)}.eael-entry-media.grid-hover-style-animate-down:hover .eael-entry-overlay>i{-webkit-transform:translateY(0);transform:translateY(0)}.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:hidden;opacity:0}.eael-entry-media.grid-hover-style-animate-up .eael-entry-overlay>i{-webkit-transform:translateY(100px);transform:translateY(100px);-webkit-transition-delay:.1s;transition-delay:.1s;-webkit-transition-duration:.3s;transition-duration:.3s}.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay{-webkit-transform:translate(0);transform:translate(0);visibility:visible;opacity:1}.eael-entry-media.grid-hover-style-animate-up:hover .eael-entry-overlay>i{-webkit-transform:translateY(0);transform:translateY(0)}@media only screen and (min-width:1025px){.elementor-element.elementor-grid-eael-col-1{position:relative}.elementor-element.elementor-grid-eael-col-1 .eael-grid-post{width:100%;float:left}.elementor-element.elementor-grid-eael-col-2{position:relative}.elementor-element.elementor-grid-eael-col-2 .eael-grid-post{width:50%;float:left}.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-eael-col-2 .eael-grid-post:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-eael-col-3{position:relative}.elementor-element.elementor-grid-eael-col-3 .eael-grid-post{width:33.3333%;float:left}.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-eael-col-3 .eael-grid-post:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-eael-col-4{position:relative}.elementor-element.elementor-grid-eael-col-4 .eael-grid-post{width:25%;float:left}.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-eael-col-4 .eael-grid-post:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-eael-col-5{position:relative}.elementor-element.elementor-grid-eael-col-5 .eael-grid-post{width:20%;float:left}.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-eael-col-5 .eael-grid-post:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-eael-col-6{position:relative}.elementor-element.elementor-grid-eael-col-6 .eael-grid-post{width:16%;float:left}.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-eael-col-6 .eael-grid-post:nth-of-type(6n+1){clear:left}}@media only screen and (max-width:1024px) and (min-width:766px){.elementor-element.elementor-grid-tablet-eael-col-1{position:relative}.elementor-element.elementor-grid-tablet-eael-col-1 .eael-grid-post{width:100%;float:left}.elementor-element.elementor-grid-tablet-eael-col-2{position:relative}.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post{width:50%;float:left}.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-tablet-eael-col-2 .eael-grid-post:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-tablet-eael-col-3{position:relative}.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post{width:33.3333%;float:left}.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-tablet-eael-col-3 .eael-grid-post:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-tablet-eael-col-4{position:relative}.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post{width:25%;float:left}.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-tablet-eael-col-4 .eael-grid-post:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-tablet-eael-col-5{position:relative}.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post{width:20%;float:left}.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-tablet-eael-col-5 .eael-grid-post:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-tablet-eael-col-6{position:relative}.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post{width:16%;float:left}.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-tablet-eael-col-6 .eael-grid-post:nth-of-type(6n+1){clear:left}}@media only screen and (max-width:767px){.elementor-element.elementor-grid-mobile-eael-col-1{position:relative}.elementor-element.elementor-grid-mobile-eael-col-1 .eael-grid-post{width:100%;float:left}.elementor-element.elementor-grid-mobile-eael-col-2{position:relative}.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post{width:50%;float:left}.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n){margin-right:0!important}.elementor-element.elementor-grid-mobile-eael-col-2 .eael-grid-post:nth-of-type(2n+1){clear:left}.elementor-element.elementor-grid-mobile-eael-col-3{position:relative}.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post{width:33.3333%;float:left}.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n){margin-right:0!important}.elementor-element.elementor-grid-mobile-eael-col-3 .eael-grid-post:nth-of-type(3n+1){clear:left}.elementor-element.elementor-grid-mobile-eael-col-4{position:relative}.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post{width:25%;float:left}.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n){margin-right:0!important}.elementor-element.elementor-grid-mobile-eael-col-4 .eael-grid-post:nth-of-type(4n+1){clear:left}.elementor-element.elementor-grid-mobile-eael-col-5{position:relative}.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post{width:20%;float:left}.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n){margin-right:0!important}.elementor-element.elementor-grid-mobile-eael-col-5 .eael-grid-post:nth-of-type(5n+1){clear:left}.elementor-element.elementor-grid-mobile-eael-col-6{position:relative}.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post{width:16%;float:left}.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n){margin-right:0!important}.elementor-element.elementor-grid-mobile-eael-col-6 .eael-grid-post:nth-of-type(6n+1){clear:left}}.eael-author-avatar>a{display:block}.eael-entry-footer{overflow:hidden;display:-webkit-box;display:flex}.eael-entry-footer>div{display:inline-block;float:left}
|
assets/front-end/css/price-table/index.css
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
}
|
19 |
|
20 |
.eael-pricing .eael-pricing-button {
|
21 |
-
display:
|
22 |
padding: 12px 25px;
|
23 |
background: #00C853;
|
24 |
font-size: 14px;
|
@@ -469,6 +469,18 @@
|
|
469 |
text-align: right;
|
470 |
}
|
471 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
472 |
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag {
|
473 |
padding-left: 45px;
|
474 |
}
|
@@ -509,18 +521,18 @@
|
|
509 |
|
510 |
.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after {
|
511 |
-webkit-transform: translateX(-80%);
|
512 |
-
|
513 |
}
|
514 |
|
515 |
.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after {
|
516 |
-webkit-transform: translateX(80%);
|
517 |
-
|
518 |
}
|
519 |
|
520 |
.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,
|
521 |
.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after {
|
522 |
-webkit-transform: translateX(0%);
|
523 |
-
|
524 |
}
|
525 |
|
526 |
.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,
|
18 |
}
|
19 |
|
20 |
.eael-pricing .eael-pricing-button {
|
21 |
+
display: none;
|
22 |
padding: 12px 25px;
|
23 |
background: #00C853;
|
24 |
font-size: 14px;
|
469 |
text-align: right;
|
470 |
}
|
471 |
|
472 |
+
.eael-pricing-content-align-center .eael-pricing.style-4 {
|
473 |
+
text-align: center;
|
474 |
+
}
|
475 |
+
|
476 |
+
.eael-pricing-content-align-left .eael-pricing.style-4 {
|
477 |
+
text-align: left;
|
478 |
+
}
|
479 |
+
|
480 |
+
.eael-pricing-content-align-right .eael-pricing.style-4 {
|
481 |
+
text-align: right;
|
482 |
+
}
|
483 |
+
|
484 |
.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag {
|
485 |
padding-left: 45px;
|
486 |
}
|
521 |
|
522 |
.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after {
|
523 |
-webkit-transform: translateX(-80%);
|
524 |
+
transform: translateX(-80%);
|
525 |
}
|
526 |
|
527 |
.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after {
|
528 |
-webkit-transform: translateX(80%);
|
529 |
+
transform: translateX(80%);
|
530 |
}
|
531 |
|
532 |
.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,
|
533 |
.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after {
|
534 |
-webkit-transform: translateX(0%);
|
535 |
+
transform: translateX(0%);
|
536 |
}
|
537 |
|
538 |
.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,
|
assets/front-end/css/price-table/index.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.eael-pricing{-webkit-display:flex;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.eael-pricing .eael-pricing-item{width:100%;height:auto;margin:0}.eael-pricing .eael-pricing-button{display:inline-block;padding:12px 25px;background:#00c853;font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;text-decoration:none;-webkit-transition:.3s;transition:.3s;border-radius:4px}.eael-pricing .eael-pricing-button:hover{background:#03b048}.eael-pricing .eael-pricing-item ul{padding:0;margin:0;list-style:none}.eael-pricing .eael-pricing-item ul li.disable-item{text-decoration:line-through;opacity:.5}.eael-pricing .eael-pricing-item ul li span.li-icon{color:#00c853;margin-right:6px}.eael-pricing .eael-pricing-item ul li.disable-item span.li-icon{color:#ef5350}.eael-pricing.style-1{position:relative;z-index:0;text-align:center}.eael-pricing.style-1 .eael-pricing-item{border:1px solid rgba(9,9,9,.1);padding:30px;border-radius:5px;-webkit-transition:.5s;transition:.5s}.eael-pricing.style-1 .eael-pricing-item:hover{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.eael-pricing.style-1 .eael-pricing-item.featured{position:relative}.eael-pricing.style-1 .eael-pricing-item.ribbon-1:before{content:"";position:absolute;width:100%;height:3px;background:#00c853;top:0;left:0;right:0;z-index:1;border-radius:5px 5px 0 0}.eael-pricing.style-1 .eael-pricing-item.ribbon-2:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:35px;right:-15px;z-index:10;font-size:10px;font-weight:600;text-transform:uppercase;padding:5px 10px}.eael-pricing.style-1 .eael-pricing-item.ribbon-2:after{content:"";position:absolute;top:20px;right:-15px;width:0;height:0;border-bottom:15px solid #00c853;border-right:15px solid transparent;z-index:9;opacity:.9}.eael-pricing.style-1 .eael-pricing-item.ribbon-3:before{content:"Featured";position:absolute;width:auto;background:rgba(0,0,0,.6);color:#fff;top:15px;right:15px;z-index:10;font-size:11px;font-weight:600;text-transform:uppercase;padding:5px 15px}.eael-pricing.style-1 .eael-pricing-item .header{display:block;position:relative;z-index:0;padding-bottom:15px;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .header:after{content:"";position:absolute;width:140px;height:1px;bottom:0;left:0;right:0;margin:0 auto;z-index:1;background:rgba(9,9,9,.1)}.eael-pricing.style-1 .eael-pricing-item .header .title{font-weight:700;line-height:30px;margin:0}.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag{position:relative;z-index:0;padding:15px 0;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after{content:"";position:absolute;width:140px;height:1px;bottom:0;left:0;right:0;margin:0 auto;z-index:1;background:rgba(9,9,9,.04)}.eael-pricing.style-1 .eael-pricing-item .price-tag{position:relative;display:inline-block;font-size:28px;font-weight:500;line-height:0;margin:0 auto}.eael-pricing.style-1 .eael-pricing-item .price-tag .price-currency{font-size:24px;font-weight:700}.eael-pricing.style-1 .eael-pricing-item .price-period{color:#999}.eael-pricing.style-1 .eael-pricing-item .body ul{display:block;width:100%;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .body ul li{display:block;width:100%;height:auto;padding:10px 0;font-size:14px;color:#6d6d6d;border-bottom:1px solid rgba(9,9,9,.04)}.eael-pricing.style-1 .eael-pricing-item .body ul li:last-child{border:none}.eael-pricing.style-1 .eael-pricing-item.featured-large{padding:60px 0}.eael-pricing.style-2{position:relative;z-index:0;text-align:center}.eael-pricing.style-2 .eael-pricing-item{padding:30px 0;border-radius:5px;margin:0;border:1px solid rgba(9,9,9,.1)}.eael-pricing.style-2 .eael-pricing-item.featured{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.eael-pricing.style-2 .eael-pricing-item.ribbon-1:before{content:"";position:absolute;width:100%;height:3px;background:#00c853;top:0;left:0;right:0;z-index:1;border-radius:5px 5px 0 0}.eael-pricing.style-2 .eael-pricing-item.ribbon-2:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:35px;right:-15px;z-index:10;font-size:10px;font-weight:600;text-transform:uppercase;padding:5px 10px}.eael-pricing.style-2 .eael-pricing-item.ribbon-2:after{content:"";position:absolute;top:20px;right:-15px;width:0;height:0;border-bottom:15px solid #00c853;border-right:15px solid transparent;z-index:9;opacity:.9}.eael-pricing.style-2 .eael-pricing-item.ribbon-3:before{content:"Featured";position:absolute;width:auto;background:rgba(0,0,0,.6);color:#fff;top:15px;right:15px;z-index:10;font-size:11px;font-weight:600;text-transform:uppercase;padding:5px 15px}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon{display:inline-block;position:relative;width:80px;height:80px;background:#00c853;border-radius:50%;margin-bottom:30px;-webkit-transition:.5s;transition:.5s;overflow:hidden}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon i{font-size:30px;color:#fff;-webkit-transition:.5s;transition:.5s}.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon{background:#43a047}.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon i{color:#fff}.eael-pricing.style-2 .eael-pricing-item .header{background:#c8e6c9;padding:25px 30px;margin-bottom:15px;position:relative;z-index:0}.eael-pricing.style-2 .eael-pricing-item.featured .header:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:-1;background:rgba(255,255,255,.4)}.eael-pricing.style-2 .eael-pricing-item .header .title{font-size:28px;font-weight:700;line-height:40px;margin:0}.eael-pricing.style-2 .eael-pricing-item .header .subititle{font-size:14px;font-weight:600;color:#6d6d6d}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag{position:relative;z-index:0;padding:15px 0;margin-bottom:15px}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after{content:"";position:absolute;width:140px;height:1px;bottom:0;left:0;right:0;margin:0 auto;z-index:1;background:rgba(9,9,9,.04)}.eael-pricing.style-2 .eael-pricing-item .price-tag{position:relative;display:inline-block;font-size:28px;font-weight:500;line-height:0;margin:0 auto}.eael-pricing.style-2 .eael-pricing-item .price-tag .price-currency{font-size:24px;font-weight:700;color:#00c853}.eael-pricing.style-2 .eael-pricing-item .price-period{color:#999}.eael-pricing.style-2 .eael-pricing-item .body ul{display:block;width:100%;margin-bottom:15px}.eael-pricing.style-2 .eael-pricing-item .body ul li{display:block;width:100%;height:auto;padding:10px 15px;font-size:14px;color:#6d6d6d;border-bottom:1px solid rgba(9,9,9,.04)}.eael-pricing.style-2 .eael-pricing-item .body ul li:last-child{border:none}@media only screen and (min-width:768px) and (max-width:992px){.eael-pricing{display:block}.eael-pricing .eael-pricing-item,.eael-pricing.style-2 .eael-pricing-item,.eael-pricing.style-4 .eael-pricing-item{width:100%;margin:0 auto 30px auto}}@media only screen and (max-width:480px){.eael-pricing{display:block}.eael-pricing .eael-pricing-item{width:100%}.eael-pricing .eael-pricing-item,.eael-pricing.style-2 .eael-pricing-item,.eael-pricing.style-4 .eael-pricing-item{margin:0 auto 30px auto}}.eael-pricing-content-align-center .eael-pricing{text-align:center}.eael-pricing-content-align-left .eael-pricing{text-align:left}.eael-pricing-content-align-right .eael-pricing{text-align:right}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag{padding-left:45px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag:before{left:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag{padding-right:30px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .footer,.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .header,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .footer,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .header{padding-left:30px;padding-right:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .footer,.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .header,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .footer,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .header{padding-right:30px;padding-left:30px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .body ul li,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .body ul li{padding-left:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .body ul li,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .body ul li{padding-right:30px}.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after{-webkit-transform:translateX(-80%);transform:translateX(-80%)}.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after{-webkit-transform:translateX(80%);transform:translateX(80%)}.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after{-webkit-transform:translateX(0);transform:translateX(0)}.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .header:after,.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after{margin:0;width:100%}.eael-pricing-button-align-right .eael-pricing.style-1 .footer,.eael-pricing-button-align-right .eael-pricing.style-2 .footer,.eael-pricing-button-align-right .eael-pricing.style-3 .footer,.eael-pricing-button-align-right .eael-pricing.style-4 .footer{text-align:right}.eael-pricing-button-align-center .eael-pricing.style-1 .footer,.eael-pricing-button-align-center .eael-pricing.style-2 .footer,.eael-pricing-button-align-center .eael-pricing.style-3 .footer,.eael-pricing-button-align-center .eael-pricing.style-4 .footer{text-align:center}.eael-pricing-button-align-left .eael-pricing.style-1 .footer,.eael-pricing-button-align-left .eael-pricing.style-2 .footer,.eael-pricing-button-align-left .eael-pricing.style-3 .footer,.eael-pricing-button-align-left .eael-pricing.style-4 .footer{text-align:left}.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-2 .footer,.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-4 .footer{padding-right:30px}.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-2 .footer,.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-4 .footer{padding-left:30px}.only-in-pro{width:100%;-webkit-display:flex;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;padding:15px;min-width:200px;background:#ef5350;color:#fff;text-align:center}.only-in-pro .title{font-family:Roboto,sans-serif;font-size:24px;line-height:40px;margin:0}div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow{position:absolute;top:50%}div.tooltipster-sidetip.tooltipster-top div.tooltipster-box{margin-bottom:0!important}div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box{margin-top:0!important}.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{top:auto;bottom:-8px}div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{top:-8px;bottom:auto}@media only screen and (max-width:480px){.eael-pricing.style-1 .eael-pricing-item .price-tag{display:block}}
|
1 |
+
.eael-pricing{-webkit-display:flex;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.eael-pricing .eael-pricing-item{width:100%;height:auto;margin:0}.eael-pricing .eael-pricing-button{display:none;padding:12px 25px;background:#00c853;font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;text-decoration:none;-webkit-transition:.3s;transition:.3s;border-radius:4px}.eael-pricing .eael-pricing-button:hover{background:#03b048}.eael-pricing .eael-pricing-item ul{padding:0;margin:0;list-style:none}.eael-pricing .eael-pricing-item ul li.disable-item{text-decoration:line-through;opacity:.5}.eael-pricing .eael-pricing-item ul li span.li-icon{color:#00c853;margin-right:6px}.eael-pricing .eael-pricing-item ul li.disable-item span.li-icon{color:#ef5350}.eael-pricing.style-1{position:relative;z-index:0;text-align:center}.eael-pricing.style-1 .eael-pricing-item{border:1px solid rgba(9,9,9,.1);padding:30px;border-radius:5px;-webkit-transition:.5s;transition:.5s}.eael-pricing.style-1 .eael-pricing-item:hover{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.eael-pricing.style-1 .eael-pricing-item.featured{position:relative}.eael-pricing.style-1 .eael-pricing-item.ribbon-1:before{content:"";position:absolute;width:100%;height:3px;background:#00c853;top:0;left:0;right:0;z-index:1;border-radius:5px 5px 0 0}.eael-pricing.style-1 .eael-pricing-item.ribbon-2:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:35px;right:-15px;z-index:10;font-size:10px;font-weight:600;text-transform:uppercase;padding:5px 10px}.eael-pricing.style-1 .eael-pricing-item.ribbon-2:after{content:"";position:absolute;top:20px;right:-15px;width:0;height:0;border-bottom:15px solid #00c853;border-right:15px solid transparent;z-index:9;opacity:.9}.eael-pricing.style-1 .eael-pricing-item.ribbon-3:before{content:"Featured";position:absolute;width:auto;background:rgba(0,0,0,.6);color:#fff;top:15px;right:15px;z-index:10;font-size:11px;font-weight:600;text-transform:uppercase;padding:5px 15px}.eael-pricing.style-1 .eael-pricing-item .header{display:block;position:relative;z-index:0;padding-bottom:15px;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .header:after{content:"";position:absolute;width:140px;height:1px;bottom:0;left:0;right:0;margin:0 auto;z-index:1;background:rgba(9,9,9,.1)}.eael-pricing.style-1 .eael-pricing-item .header .title{font-weight:700;line-height:30px;margin:0}.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag{position:relative;z-index:0;padding:15px 0;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after{content:"";position:absolute;width:140px;height:1px;bottom:0;left:0;right:0;margin:0 auto;z-index:1;background:rgba(9,9,9,.04)}.eael-pricing.style-1 .eael-pricing-item .price-tag{position:relative;display:inline-block;font-size:28px;font-weight:500;line-height:0;margin:0 auto}.eael-pricing.style-1 .eael-pricing-item .price-tag .price-currency{font-size:24px;font-weight:700}.eael-pricing.style-1 .eael-pricing-item .price-period{color:#999}.eael-pricing.style-1 .eael-pricing-item .body ul{display:block;width:100%;margin-bottom:15px}.eael-pricing.style-1 .eael-pricing-item .body ul li{display:block;width:100%;height:auto;padding:10px 0;font-size:14px;color:#6d6d6d;border-bottom:1px solid rgba(9,9,9,.04)}.eael-pricing.style-1 .eael-pricing-item .body ul li:last-child{border:none}.eael-pricing.style-1 .eael-pricing-item.featured-large{padding:60px 0}.eael-pricing.style-2{position:relative;z-index:0;text-align:center}.eael-pricing.style-2 .eael-pricing-item{padding:30px 0;border-radius:5px;margin:0;border:1px solid rgba(9,9,9,.1)}.eael-pricing.style-2 .eael-pricing-item.featured{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.eael-pricing.style-2 .eael-pricing-item.ribbon-1:before{content:"";position:absolute;width:100%;height:3px;background:#00c853;top:0;left:0;right:0;z-index:1;border-radius:5px 5px 0 0}.eael-pricing.style-2 .eael-pricing-item.ribbon-2:before{content:"Featured";position:absolute;width:auto;background:#00c853;color:#fff;top:35px;right:-15px;z-index:10;font-size:10px;font-weight:600;text-transform:uppercase;padding:5px 10px}.eael-pricing.style-2 .eael-pricing-item.ribbon-2:after{content:"";position:absolute;top:20px;right:-15px;width:0;height:0;border-bottom:15px solid #00c853;border-right:15px solid transparent;z-index:9;opacity:.9}.eael-pricing.style-2 .eael-pricing-item.ribbon-3:before{content:"Featured";position:absolute;width:auto;background:rgba(0,0,0,.6);color:#fff;top:15px;right:15px;z-index:10;font-size:11px;font-weight:600;text-transform:uppercase;padding:5px 15px}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon{display:inline-block;position:relative;width:80px;height:80px;background:#00c853;border-radius:50%;margin-bottom:30px;-webkit-transition:.5s;transition:.5s;overflow:hidden}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon,.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-icon .icon i{font-size:30px;color:#fff;-webkit-transition:.5s;transition:.5s}.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon{background:#43a047}.eael-pricing.style-2 .eael-pricing-item:hover .eael-pricing-icon .icon i{color:#fff}.eael-pricing.style-2 .eael-pricing-item .header{background:#c8e6c9;padding:25px 30px;margin-bottom:15px;position:relative;z-index:0}.eael-pricing.style-2 .eael-pricing-item.featured .header:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:-1;background:rgba(255,255,255,.4)}.eael-pricing.style-2 .eael-pricing-item .header .title{font-size:28px;font-weight:700;line-height:40px;margin:0}.eael-pricing.style-2 .eael-pricing-item .header .subititle{font-size:14px;font-weight:600;color:#6d6d6d}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag{position:relative;z-index:0;padding:15px 0;margin-bottom:15px}.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after{content:"";position:absolute;width:140px;height:1px;bottom:0;left:0;right:0;margin:0 auto;z-index:1;background:rgba(9,9,9,.04)}.eael-pricing.style-2 .eael-pricing-item .price-tag{position:relative;display:inline-block;font-size:28px;font-weight:500;line-height:0;margin:0 auto}.eael-pricing.style-2 .eael-pricing-item .price-tag .price-currency{font-size:24px;font-weight:700;color:#00c853}.eael-pricing.style-2 .eael-pricing-item .price-period{color:#999}.eael-pricing.style-2 .eael-pricing-item .body ul{display:block;width:100%;margin-bottom:15px}.eael-pricing.style-2 .eael-pricing-item .body ul li{display:block;width:100%;height:auto;padding:10px 15px;font-size:14px;color:#6d6d6d;border-bottom:1px solid rgba(9,9,9,.04)}.eael-pricing.style-2 .eael-pricing-item .body ul li:last-child{border:none}@media only screen and (min-width:768px) and (max-width:992px){.eael-pricing{display:block}.eael-pricing .eael-pricing-item,.eael-pricing.style-2 .eael-pricing-item,.eael-pricing.style-4 .eael-pricing-item{width:100%;margin:0 auto 30px auto}}@media only screen and (max-width:480px){.eael-pricing{display:block}.eael-pricing .eael-pricing-item{width:100%}.eael-pricing .eael-pricing-item,.eael-pricing.style-2 .eael-pricing-item,.eael-pricing.style-4 .eael-pricing-item{margin:0 auto 30px auto}}.eael-pricing-content-align-center .eael-pricing{text-align:center}.eael-pricing-content-align-left .eael-pricing{text-align:left}.eael-pricing-content-align-right .eael-pricing{text-align:right}.eael-pricing-content-align-center .eael-pricing.style-4{text-align:center}.eael-pricing-content-align-left .eael-pricing.style-4{text-align:left}.eael-pricing-content-align-right .eael-pricing.style-4{text-align:right}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag{padding-left:45px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .price-tag:before{left:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag{padding-right:30px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .footer,.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .header,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .footer,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .header{padding-left:30px;padding-right:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .footer,.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .header,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .footer,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .header{padding-right:30px;padding-left:30px}.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .body ul li,.eael-pricing-content-align-left .eael-pricing.style-4 .eael-pricing-item .body ul li{padding-left:30px}.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .body ul li,.eael-pricing-content-align-right .eael-pricing.style-4 .eael-pricing-item .body ul li{padding-right:30px}.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item .header:after{-webkit-transform:translateX(-80%);transform:translateX(-80%)}.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item .header:after{-webkit-transform:translateX(80%);transform:translateX(80%)}.eael-pricing-content-align-left .eael-pricing.style-3 .eael-pricing-item:hover .header:after,.eael-pricing-content-align-right .eael-pricing.style-3 .eael-pricing-item:hover .header:after{-webkit-transform:translateX(0);transform:translateX(0)}.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-left .eael-pricing.style-1 .eael-pricing-item .header:after,.eael-pricing-content-align-left .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .eael-pricing-tag:after,.eael-pricing-content-align-right .eael-pricing.style-1 .eael-pricing-item .header:after,.eael-pricing-content-align-right .eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag:after{margin:0;width:100%}.eael-pricing-button-align-right .eael-pricing.style-1 .footer,.eael-pricing-button-align-right .eael-pricing.style-2 .footer,.eael-pricing-button-align-right .eael-pricing.style-3 .footer,.eael-pricing-button-align-right .eael-pricing.style-4 .footer{text-align:right}.eael-pricing-button-align-center .eael-pricing.style-1 .footer,.eael-pricing-button-align-center .eael-pricing.style-2 .footer,.eael-pricing-button-align-center .eael-pricing.style-3 .footer,.eael-pricing-button-align-center .eael-pricing.style-4 .footer{text-align:center}.eael-pricing-button-align-left .eael-pricing.style-1 .footer,.eael-pricing-button-align-left .eael-pricing.style-2 .footer,.eael-pricing-button-align-left .eael-pricing.style-3 .footer,.eael-pricing-button-align-left .eael-pricing.style-4 .footer{text-align:left}.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-2 .footer,.eael-pricing-content-align-center.eael-pricing-button-align-right .eael-pricing.style-4 .footer{padding-right:30px}.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-2 .footer,.eael-pricing-content-align-center.eael-pricing-button-align-left .eael-pricing.style-4 .footer{padding-left:30px}.only-in-pro{width:100%;-webkit-display:flex;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;padding:15px;min-width:200px;background:#ef5350;color:#fff;text-align:center}.only-in-pro .title{font-family:Roboto,sans-serif;font-size:24px;line-height:40px;margin:0}div.tooltipster-sidetip.tooltipster-base.tooltipster-right .tooltipster-arrow{position:absolute;top:50%}div.tooltipster-sidetip.tooltipster-top div.tooltipster-box{margin-bottom:0!important}div.tooltipster-sidetip.tooltipster-bottom div.tooltipster-box{margin-top:0!important}.tooltipster-base.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{top:auto;bottom:-8px}div.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{top:-8px;bottom:auto}@media only screen and (max-width:480px){.eael-pricing.style-1 .eael-pricing-item .price-tag{display:block}}
|
assets/front-end/css/sticky-video/index.css
CHANGED
@@ -37,17 +37,6 @@
|
|
37 |
box-shadow: none !important;
|
38 |
}
|
39 |
|
40 |
-
.plyr--video {
|
41 |
-
/*height:100%;*/
|
42 |
-
}
|
43 |
-
|
44 |
-
.plyr__video-embed {
|
45 |
-
/*
|
46 |
-
height:100%!important;
|
47 |
-
padding-bottom:0px!important;
|
48 |
-
*/
|
49 |
-
}
|
50 |
-
|
51 |
.plyr__controls {
|
52 |
display: none !important;
|
53 |
}
|
@@ -66,55 +55,10 @@
|
|
66 |
}
|
67 |
|
68 |
.eael-sticky-video-player2 {
|
69 |
-
/*height:100%;*/
|
70 |
min-height: 20px;
|
71 |
overflow: visible;
|
72 |
}
|
73 |
|
74 |
-
/*
|
75 |
-
.eael-sticky-video-wrapper > .eael-sticky-video-player2 > iframe,
|
76 |
-
.eael-sticky-video-wrapper > .eael-sticky-video-player2 > video,
|
77 |
-
.eael-sticky-video-wrapper iframe,
|
78 |
-
.eael-sticky-video-wrapper video {
|
79 |
-
position: relative;
|
80 |
-
margin:0px; padding:0px;
|
81 |
-
height:100%;
|
82 |
-
border: 0;
|
83 |
-
line-height: 1;
|
84 |
-
}
|
85 |
-
|
86 |
-
.eael-sticky-video-wrapper > .eael-sticky-video-player > video{
|
87 |
-
z-index:99999;
|
88 |
-
}
|
89 |
-
|
90 |
-
.eael-sticky-video-player {
|
91 |
-
position: absolute;
|
92 |
-
top: 0;
|
93 |
-
left: 0;
|
94 |
-
width: 100%;
|
95 |
-
height: 100%;
|
96 |
-
background-size: cover;
|
97 |
-
background-position: 50%;
|
98 |
-
cursor: pointer;
|
99 |
-
text-align: center;
|
100 |
-
overflow: hidden;
|
101 |
-
}
|
102 |
-
|
103 |
-
.eael-sticky-video-player1 {
|
104 |
-
position: absolute;
|
105 |
-
top: 0;
|
106 |
-
left: 0;
|
107 |
-
width: 100%;
|
108 |
-
height: 100%;
|
109 |
-
background-size: cover;
|
110 |
-
background-position: 50%;
|
111 |
-
cursor: pointer;
|
112 |
-
text-align: center;
|
113 |
-
background:#009900;
|
114 |
-
z-index:1000;
|
115 |
-
opacity:0.5;
|
116 |
-
}
|
117 |
-
*/
|
118 |
.eael-sticky-video-player2.out {
|
119 |
position: fixed;
|
120 |
z-index: 999;
|
@@ -138,18 +82,12 @@
|
|
138 |
line-height: 1;
|
139 |
}
|
140 |
|
141 |
-
/*
|
142 |
-
.eael-sticky-video-player img {
|
143 |
-
display: block;
|
144 |
-
width: 100%;
|
145 |
-
}
|
146 |
-
*/
|
147 |
.owp-play {
|
148 |
position: absolute;
|
149 |
top: 50%;
|
150 |
left: 50%;
|
151 |
-webkit-transform: translateX(-50%) translateY(-50%);
|
152 |
-
|
153 |
}
|
154 |
|
155 |
.owp-play i {
|
@@ -165,25 +103,6 @@
|
|
165 |
opacity: 1;
|
166 |
}
|
167 |
|
168 |
-
/*
|
169 |
-
.eaelsv-sticky-player {
|
170 |
-
height: 200px;
|
171 |
-
width: 300px;
|
172 |
-
position: fixed;
|
173 |
-
bottom: 50px;
|
174 |
-
right: 50px;
|
175 |
-
border: 0px solid #009900;
|
176 |
-
background-size: cover;
|
177 |
-
z-index: 1000;
|
178 |
-
background: transparent;
|
179 |
-
display:none!important;
|
180 |
-
}
|
181 |
-
.eaelsv-sticky-player.eaelsv-display-player{
|
182 |
-
display:block!important;
|
183 |
-
-webkit-animation: fadeIn 1s;
|
184 |
-
animation: fadeIn 1s;
|
185 |
-
}
|
186 |
-
*/
|
187 |
/* === Close Icon === */
|
188 |
.eaelsv-sticky-player-close {
|
189 |
position: absolute;
|
@@ -217,3 +136,14 @@
|
|
217 |
-webkit-transform: rotate(-45deg);
|
218 |
transform: rotate(-45deg);
|
219 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
box-shadow: none !important;
|
38 |
}
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
.plyr__controls {
|
41 |
display: none !important;
|
42 |
}
|
55 |
}
|
56 |
|
57 |
.eael-sticky-video-player2 {
|
|
|
58 |
min-height: 20px;
|
59 |
overflow: visible;
|
60 |
}
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
.eael-sticky-video-player2.out {
|
63 |
position: fixed;
|
64 |
z-index: 999;
|
82 |
line-height: 1;
|
83 |
}
|
84 |
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
.owp-play {
|
86 |
position: absolute;
|
87 |
top: 50%;
|
88 |
left: 50%;
|
89 |
-webkit-transform: translateX(-50%) translateY(-50%);
|
90 |
+
transform: translateX(-50%) translateY(-50%);
|
91 |
}
|
92 |
|
93 |
.owp-play i {
|
103 |
opacity: 1;
|
104 |
}
|
105 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
106 |
/* === Close Icon === */
|
107 |
.eaelsv-sticky-player-close {
|
108 |
position: absolute;
|
136 |
-webkit-transform: rotate(-45deg);
|
137 |
transform: rotate(-45deg);
|
138 |
}
|
139 |
+
|
140 |
+
/* For Box Shadow issue in astra bar */
|
141 |
+
.plyr__progress input[type=range]::-webkit-slider-runnable-track,
|
142 |
+
.plyr__volume input[type=range]::-webkit-slider-runnable-track {
|
143 |
+
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
|
144 |
+
}
|
145 |
+
|
146 |
+
.plyr__progress input[type=range]::-moz-range-track,
|
147 |
+
.plyr__volume input[type=range]::-moz-range-track {
|
148 |
+
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
|
149 |
+
}
|
assets/front-end/css/sticky-video/index.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.eaelsv-overlay{position:absolute;display:block;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:4;cursor:pointer;background-size:cover;background-position:50%;text-align:center;overflow:hidden}.eaelsv-overlay-icon{position:absolute;top:50%;left:50%;font-size:90px;color:#fff;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.plyr__controls button{box-shadow:none!important}.plyr__controls button:hover{box-shadow:none!important}.plyr__controls{display:none!important}.eael-sticky-video-wrapper{position:relative;width:100%;min-height:200px;margin:0;padding:0;-webkit-transition:.5s;transition:.5s;text-align:left;overflow:hidden}.eael-sticky-video-player2{min-height:20px;overflow:visible}.eael-sticky-video-player2.out{position:fixed;z-index:999;border:0!important;border-radius:0!important;height:200px;width:300px}.eael-sticky-video-wrapper.out .eael-sticky-video-player,.eael-sticky-video-wrapper.out .eael-sticky-video-player2{border-radius:0!important}.eael-sticky-video-player2.in{position:relative;margin:0;padding:0;height:100%;border:0;line-height:1}.owp-play{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.owp-play i{font-size:100px;color:#fff;opacity:.8;text-shadow:1px 0 6px rgba(0,0,0,.3);-webkit-transition:all .5s;transition:all .5s}.eael-sticky-video-player:hover .owp-play i{opacity:1}.eaelsv-sticky-player-close{position:absolute;right:-25px;top:-36px;display:none;padding:7px;font-size:24px;z-index:9999;cursor:pointer;box-sizing:content-box;overflow:visible}.eaelsv-sticky-player-close:hover{color:#090}.eaelsv-sticky-player-close:after,.eaelsv-sticky-player-close:before{position:absolute;left:15px;background-color:#333}.eaelsv-sticky-player-close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.eaelsv-sticky-player-close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
|
1 |
+
.eaelsv-overlay{position:absolute;display:block;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:4;cursor:pointer;background-size:cover;background-position:50%;text-align:center;overflow:hidden}.eaelsv-overlay-icon{position:absolute;top:50%;left:50%;font-size:90px;color:#fff;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.plyr__controls button{box-shadow:none!important}.plyr__controls button:hover{box-shadow:none!important}.plyr__controls{display:none!important}.eael-sticky-video-wrapper{position:relative;width:100%;min-height:200px;margin:0;padding:0;-webkit-transition:.5s;transition:.5s;text-align:left;overflow:hidden}.eael-sticky-video-player2{min-height:20px;overflow:visible}.eael-sticky-video-player2.out{position:fixed;z-index:999;border:0!important;border-radius:0!important;height:200px;width:300px}.eael-sticky-video-wrapper.out .eael-sticky-video-player,.eael-sticky-video-wrapper.out .eael-sticky-video-player2{border-radius:0!important}.eael-sticky-video-player2.in{position:relative;margin:0;padding:0;height:100%;border:0;line-height:1}.owp-play{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.owp-play i{font-size:100px;color:#fff;opacity:.8;text-shadow:1px 0 6px rgba(0,0,0,.3);-webkit-transition:all .5s;transition:all .5s}.eael-sticky-video-player:hover .owp-play i{opacity:1}.eaelsv-sticky-player-close{position:absolute;right:-25px;top:-36px;display:none;padding:7px;font-size:24px;z-index:9999;cursor:pointer;box-sizing:content-box;overflow:visible}.eaelsv-sticky-player-close:hover{color:#090}.eaelsv-sticky-player-close:after,.eaelsv-sticky-player-close:before{position:absolute;left:15px;background-color:#333}.eaelsv-sticky-player-close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.eaelsv-sticky-player-close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.plyr__progress input[type=range]::-webkit-slider-runnable-track,.plyr__volume input[type=range]::-webkit-slider-runnable-track{box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d}.plyr__progress input[type=range]::-moz-range-track,.plyr__volume input[type=range]::-moz-range-track{box-shadow:1px 1px 1px #000,0 0 1px #0d0d0d}
|
assets/front-end/css/table-of-content/index.css
CHANGED
@@ -5,6 +5,7 @@ html {
|
|
5 |
.eael-toc {
|
6 |
z-index: 9999;
|
7 |
width: 300px;
|
|
|
8 |
}
|
9 |
.eael-toc .eael-toc-button {
|
10 |
display: none;
|
@@ -19,6 +20,7 @@ html {
|
|
19 |
position: fixed;
|
20 |
top: 100px;
|
21 |
background: none;
|
|
|
22 |
}
|
23 |
.eael-toc.collapsed {
|
24 |
width: unset !important;
|
@@ -65,9 +67,6 @@ html {
|
|
65 |
.eael-toc.eael-toc-right {
|
66 |
right: 0;
|
67 |
}
|
68 |
-
.eael-toc.eael-toc-right.collapsed {
|
69 |
-
width: inherit !important;
|
70 |
-
}
|
71 |
.eael-toc.eael-toc-right .eael-toc-close {
|
72 |
left: -11px;
|
73 |
}
|
@@ -126,7 +125,7 @@ html {
|
|
126 |
background: #fff6f3;
|
127 |
min-width: 20vh;
|
128 |
max-height: 50vh;
|
129 |
-
overflow-y:
|
130 |
}
|
131 |
.eael-toc .eael-toc-body::-webkit-scrollbar {
|
132 |
width: 6px;
|
@@ -135,9 +134,6 @@ html {
|
|
135 |
background: #aaa;
|
136 |
border-radius: 10px;
|
137 |
}
|
138 |
-
.eael-toc .eael-toc-body:hover {
|
139 |
-
overflow-y: auto;
|
140 |
-
}
|
141 |
.eael-toc .eael-toc-body ul.eael-toc-list {
|
142 |
margin: 0;
|
143 |
padding: 0;
|
5 |
.eael-toc {
|
6 |
z-index: 9999;
|
7 |
width: 300px;
|
8 |
+
display: none;
|
9 |
}
|
10 |
.eael-toc .eael-toc-button {
|
11 |
display: none;
|
20 |
position: fixed;
|
21 |
top: 100px;
|
22 |
background: none;
|
23 |
+
display: block;
|
24 |
}
|
25 |
.eael-toc.collapsed {
|
26 |
width: unset !important;
|
67 |
.eael-toc.eael-toc-right {
|
68 |
right: 0;
|
69 |
}
|
|
|
|
|
|
|
70 |
.eael-toc.eael-toc-right .eael-toc-close {
|
71 |
left: -11px;
|
72 |
}
|
125 |
background: #fff6f3;
|
126 |
min-width: 20vh;
|
127 |
max-height: 50vh;
|
128 |
+
overflow-y: scroll;
|
129 |
}
|
130 |
.eael-toc .eael-toc-body::-webkit-scrollbar {
|
131 |
width: 6px;
|
134 |
background: #aaa;
|
135 |
border-radius: 10px;
|
136 |
}
|
|
|
|
|
|
|
137 |
.eael-toc .eael-toc-body ul.eael-toc-list {
|
138 |
margin: 0;
|
139 |
padding: 0;
|
assets/front-end/css/table-of-content/index.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
html{scroll-behavior:smooth}.eael-toc{z-index:9999;width:300px}.eael-toc .eael-toc-button{display:none}.eael-toc .eael-toc-not-found{color:#a94442}.eael-toc.eael-toc-disable{display:none}.eael-toc.eael-sticky{position:fixed;top:100px;background:0 0}.eael-toc.collapsed{width:unset!important;box-shadow:none!important;border:none!important}.eael-toc.collapsed .eael-toc-body,.eael-toc.collapsed .eael-toc-close,.eael-toc.collapsed .eael-toc-header{display:none}.eael-toc.collapsed.eael-bottom-to-top .eael-toc-button{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:top left;transform-origin:top left;margin-top:100%}.eael-toc.collapsed .eael-toc-button{position:relative;display:inline-block;font-size:80%!important;font-weight:400;text-align:center;text-decoration:none;text-transform:none;color:#fff;background:#ff7d50;padding:10px 20px;border-radius:3px;border:none;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:bottom left;transform-origin:bottom left;cursor:pointer}.eael-toc.collapsed .eael-toc-button:focus{outline:0}.eael-toc.collapsed .eael-toc-button i{margin-right:10px}.eael-toc.eael-toc-right{right:0}.eael-toc.eael-toc-right
|
1 |
+
html{scroll-behavior:smooth}.eael-toc{z-index:9999;width:300px;display:none}.eael-toc .eael-toc-button{display:none}.eael-toc .eael-toc-not-found{color:#a94442}.eael-toc.eael-toc-disable{display:none}.eael-toc.eael-sticky{position:fixed;top:100px;background:0 0;display:block}.eael-toc.collapsed{width:unset!important;box-shadow:none!important;border:none!important}.eael-toc.collapsed .eael-toc-body,.eael-toc.collapsed .eael-toc-close,.eael-toc.collapsed .eael-toc-header{display:none}.eael-toc.collapsed.eael-bottom-to-top .eael-toc-button{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:top left;transform-origin:top left;margin-top:100%}.eael-toc.collapsed .eael-toc-button{position:relative;display:inline-block;font-size:80%!important;font-weight:400;text-align:center;text-decoration:none;text-transform:none;color:#fff;background:#ff7d50;padding:10px 20px;border-radius:3px;border:none;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:bottom left;transform-origin:bottom left;cursor:pointer}.eael-toc.collapsed .eael-toc-button:focus{outline:0}.eael-toc.collapsed .eael-toc-button i{margin-right:10px}.eael-toc.eael-toc-right{right:0}.eael-toc.eael-toc-right .eael-toc-close{left:-11px}.eael-toc.eael-toc-right.eael-bottom-to-top .eael-toc-button{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:bottom right;transform-origin:bottom right;margin-top:-100%}.eael-toc.eael-toc-right .eael-toc-button{-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:top right;transform-origin:top right;margin-top:100%}.eael-toc .eael-toc-header{position:relative;background:#ff7d50;padding:12px 30px}.eael-toc .eael-toc-header .eael-toc-title{font-size:18px;font-weight:400;letter-spacing:.1px;color:#fff;margin:0;padding:0}.eael-toc .eael-toc-header .eael-toc-title:before{content:none}.eael-toc .eael-toc-header .eael-toc-close{position:absolute;width:28px;height:28px;background:#fff;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);right:-9px;top:-11px;border-radius:20px;font-family:serif;font-size:20px;font-weight:700;line-height:28px;text-align:center;color:#ff7d50;cursor:pointer;padding:0;margin:0;border:0}.eael-toc .eael-toc-body{padding:12px 30px;background:#fff6f3;min-width:20vh;max-height:50vh;overflow-y:scroll}.eael-toc .eael-toc-body::-webkit-scrollbar{width:6px}.eael-toc .eael-toc-body::-webkit-scrollbar-thumb{background:#aaa;border-radius:10px}.eael-toc .eael-toc-body ul.eael-toc-list{margin:0;padding:0;list-style:none}.eael-toc .eael-toc-body ul.eael-toc-list li ul{margin:0;padding:0;margin-left:20px;list-style:none}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-bullet li:before{content:"";position:relative;display:inline-block;width:8px;height:8px;border-radius:50%;background-color:#ff7d50;margin-right:8px;top:-2px}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number{counter-reset:counter}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li{counter-increment:counter}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li:before{content:counters(counter,".") " "}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li ul{counter-reset:counter}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li ul li{counter-increment:counter}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-number li ul li:before{content:counters(counter,".") " "}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-list-arrow li.eael-highlight-active>a:before{content:"";position:absolute;left:0;z-index:999999;border-bottom:10px solid #ff7d50;border-left:5px solid transparent;border-right:5px solid transparent;-webkit-transform:rotate(90deg);transform:rotate(90deg);margin-top:10px}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-list-bar li.eael-highlight-active>a:after{content:"";position:absolute;right:0;height:30px;width:2px;background:#ff7d50;z-index:999999}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-collapse :not(.eael-highlight-parent) ul{display:none}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-word-wrap li a{display:-webkit-inline-box;display:inline-flex}.eael-toc .eael-toc-body ul.eael-toc-list.eael-toc-word-wrap li a span{width:140px!important;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
|
assets/front-end/js/adv-tabs/index.js
CHANGED
@@ -66,8 +66,6 @@ var AdvanceTabHandler = function($scope, $) {
|
|
66 |
$postGridGallery = tabsContent.eq(currentTabIndex).find('.eael-post-grid.eael-post-appender'),
|
67 |
$twitterfeedGallery = tabsContent.eq(currentTabIndex).find('.eael-twitter-feed-masonry'),
|
68 |
$instaGallery = tabsContent.eq(currentTabIndex).find('.eael-instafeed');
|
69 |
-
var $imgCompContainer = tabsContent.eq(currentTabIndex).find('.eael-img-comp-container');
|
70 |
-
|
71 |
|
72 |
if($postGridGallery.length) {
|
73 |
$postGridGallery.isotope();
|
@@ -76,19 +74,15 @@ var AdvanceTabHandler = function($scope, $) {
|
|
76 |
if($twitterfeedGallery.length) {
|
77 |
$twitterfeedGallery.isotope("layout");
|
78 |
}
|
79 |
-
|
80 |
if($filterGallery.length) {
|
81 |
$filterGallery.isotope("layout");
|
82 |
}
|
83 |
-
|
84 |
if($instaGallery.length) {
|
85 |
$instaGallery.isotope("layout");
|
86 |
}
|
87 |
|
88 |
-
if($imgCompContainer.length) {
|
89 |
-
$imgCompContainer.isotope("layout");
|
90 |
-
}
|
91 |
-
|
92 |
$(tabsContent).each(function(index) {
|
93 |
$(this).removeClass("active-default");
|
94 |
});
|
66 |
$postGridGallery = tabsContent.eq(currentTabIndex).find('.eael-post-grid.eael-post-appender'),
|
67 |
$twitterfeedGallery = tabsContent.eq(currentTabIndex).find('.eael-twitter-feed-masonry'),
|
68 |
$instaGallery = tabsContent.eq(currentTabIndex).find('.eael-instafeed');
|
|
|
|
|
69 |
|
70 |
if($postGridGallery.length) {
|
71 |
$postGridGallery.isotope();
|
74 |
if($twitterfeedGallery.length) {
|
75 |
$twitterfeedGallery.isotope("layout");
|
76 |
}
|
77 |
+
|
78 |
if($filterGallery.length) {
|
79 |
$filterGallery.isotope("layout");
|
80 |
}
|
81 |
+
|
82 |
if($instaGallery.length) {
|
83 |
$instaGallery.isotope("layout");
|
84 |
}
|
85 |
|
|
|
|
|
|
|
|
|
86 |
$(tabsContent).each(function(index) {
|
87 |
$(this).removeClass("active-default");
|
88 |
});
|
assets/front-end/js/adv-tabs/index.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
var AdvanceTabHandler=function(e,c){var a="#"+e.find(".eael-advance-tabs").attr("id").toString();c(a+" .eael-tabs-nav ul li").each(function(e){c(this).hasClass("active-default")?(c(a+" .eael-tabs-nav > ul li").removeClass("active").addClass("inactive"),c(this).removeClass("inactive")):0==e&&c(this).removeClass("inactive").addClass("active")}),c(a+" .eael-tabs-content div").each(function(e){c(this).hasClass("active-default")?c(a+" .eael-tabs-content > div").removeClass("active"):0==e&&c(this).removeClass("inactive").addClass("active")}),c(a+" .eael-tabs-nav ul li").click(function(){var e=c(this).index(),a=c(this).closest(".eael-advance-tabs"),t=c(a).children(".eael-tabs-nav").children("ul").children("li"),i=c(a).children(".eael-tabs-content").children("div");c(this).parent("li").addClass("active"),c(t).removeClass("active active-default").addClass("inactive"),c(this).addClass("active").removeClass("inactive"),c(i).removeClass("active").addClass("inactive"),c(i).eq(e).addClass("active").removeClass("inactive");var
|
1 |
+
var AdvanceTabHandler=function(e,c){var a="#"+e.find(".eael-advance-tabs").attr("id").toString();c(a+" .eael-tabs-nav ul li").each(function(e){c(this).hasClass("active-default")?(c(a+" .eael-tabs-nav > ul li").removeClass("active").addClass("inactive"),c(this).removeClass("inactive")):0==e&&c(this).removeClass("inactive").addClass("active")}),c(a+" .eael-tabs-content div").each(function(e){c(this).hasClass("active-default")?c(a+" .eael-tabs-content > div").removeClass("active"):0==e&&c(this).removeClass("inactive").addClass("active")}),c(a+" .eael-tabs-nav ul li").click(function(){var e=c(this).index(),a=c(this).closest(".eael-advance-tabs"),t=c(a).children(".eael-tabs-nav").children("ul").children("li"),i=c(a).children(".eael-tabs-content").children("div");c(this).parent("li").addClass("active"),c(t).removeClass("active active-default").addClass("inactive"),c(this).addClass("active").removeClass("inactive"),c(i).removeClass("active").addClass("inactive"),c(i).eq(e).addClass("active").removeClass("inactive");var s=i.eq(e).find(".eael-filter-gallery-container"),l=i.eq(e).find(".eael-post-grid.eael-post-appender"),n=i.eq(e).find(".eael-twitter-feed-masonry"),d=i.eq(e).find(".eael-instafeed");l.length&&l.isotope(),n.length&&n.isotope("layout"),s.length&&s.isotope("layout"),d.length&&d.isotope("layout"),c(i).each(function(e){c(this).removeClass("active-default")})})};jQuery(window).on("elementor/frontend/init",function(){elementorFrontend.hooks.addAction("frontend/element_ready/eael-adv-tabs.default",AdvanceTabHandler)});
|
assets/front-end/js/eael.js
CHANGED
@@ -269,1573 +269,447 @@
|
|
269 |
|
270 |
});
|
271 |
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
* https://github.com/MrSaints/Morphext
|
278 |
-
*
|
279 |
-
* Built on jQuery Boilerplate
|
280 |
-
* http://jqueryboilerplate.com/
|
281 |
-
*
|
282 |
-
* Copyright 2014 Ian Lai and other contributors
|
283 |
-
* Released under the MIT license
|
284 |
-
* http://ian.mit-license.org/
|
285 |
-
*/
|
286 |
|
287 |
-
/*eslint-env browser */
|
288 |
-
/*global jQuery:false */
|
289 |
-
/*eslint-disable no-underscore-dangle */
|
290 |
|
291 |
-
(function ($) {
|
292 |
-
"use strict";
|
293 |
|
294 |
-
var pluginName = "Morphext",
|
295 |
-
defaults = {
|
296 |
-
animation: "bounceIn",
|
297 |
-
separator: ",",
|
298 |
-
speed: 2000,
|
299 |
-
complete: $.noop
|
300 |
-
};
|
301 |
|
302 |
-
function Plugin (element, options) {
|
303 |
-
this.element = $(element);
|
304 |
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
|
|
309 |
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
|
|
314 |
|
315 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
316 |
|
317 |
-
|
318 |
-
|
319 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
320 |
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
|
326 |
-
|
327 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
328 |
|
329 |
-
|
330 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
331 |
}
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
$that.animate();
|
337 |
-
}, this.settings.speed);
|
338 |
-
},
|
339 |
-
stop: function () {
|
340 |
-
this._interval = clearInterval(this._interval);
|
341 |
}
|
342 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
343 |
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
348 |
}
|
349 |
});
|
350 |
-
}
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
}
|
372 |
-
return /******/ (function(modules) { // webpackBootstrap
|
373 |
-
/******/ // The module cache
|
374 |
-
/******/ var installedModules = {};
|
375 |
-
/******/
|
376 |
-
/******/ // The require function
|
377 |
-
/******/ function __webpack_require__(moduleId) {
|
378 |
-
/******/
|
379 |
-
/******/ // Check if module is in cache
|
380 |
-
/******/ if(installedModules[moduleId])
|
381 |
-
/******/ return installedModules[moduleId].exports;
|
382 |
-
/******/
|
383 |
-
/******/ // Create a new module (and put it into the cache)
|
384 |
-
/******/ var module = installedModules[moduleId] = {
|
385 |
-
/******/ exports: {},
|
386 |
-
/******/ id: moduleId,
|
387 |
-
/******/ loaded: false
|
388 |
-
/******/ };
|
389 |
-
/******/
|
390 |
-
/******/ // Execute the module function
|
391 |
-
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
392 |
-
/******/
|
393 |
-
/******/ // Flag the module as loaded
|
394 |
-
/******/ module.loaded = true;
|
395 |
-
/******/
|
396 |
-
/******/ // Return the exports of the module
|
397 |
-
/******/ return module.exports;
|
398 |
-
/******/ }
|
399 |
-
/******/
|
400 |
-
/******/
|
401 |
-
/******/ // expose the modules object (__webpack_modules__)
|
402 |
-
/******/ __webpack_require__.m = modules;
|
403 |
-
/******/
|
404 |
-
/******/ // expose the module cache
|
405 |
-
/******/ __webpack_require__.c = installedModules;
|
406 |
-
/******/
|
407 |
-
/******/ // __webpack_public_path__
|
408 |
-
/******/ __webpack_require__.p = "";
|
409 |
-
/******/
|
410 |
-
/******/ // Load entry module and return exports
|
411 |
-
/******/ return __webpack_require__(0);
|
412 |
-
/******/ })
|
413 |
-
/************************************************************************/
|
414 |
-
/******/ ([
|
415 |
-
/* 0 */
|
416 |
-
/***/ (function(module, exports, __webpack_require__) {
|
417 |
-
|
418 |
-
'use strict';
|
419 |
-
|
420 |
-
Object.defineProperty(exports, '__esModule', {
|
421 |
-
value: true
|
422 |
-
});
|
423 |
-
|
424 |
-
var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();
|
425 |
-
|
426 |
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }
|
427 |
-
|
428 |
-
var _initializerJs = __webpack_require__(1);
|
429 |
-
|
430 |
-
var _htmlParserJs = __webpack_require__(3);
|
431 |
-
|
432 |
-
/**
|
433 |
-
* Welcome to Typed.js!
|
434 |
-
* @param {string} elementId HTML element ID _OR_ HTML element
|
435 |
-
* @param {object} options options object
|
436 |
-
* @returns {object} a new Typed object
|
437 |
-
*/
|
438 |
-
|
439 |
-
var Typed = (function () {
|
440 |
-
function Typed(elementId, options) {
|
441 |
-
_classCallCheck(this, Typed);
|
442 |
-
|
443 |
-
// Initialize it up
|
444 |
-
_initializerJs.initializer.load(this, options, elementId);
|
445 |
-
// All systems go!
|
446 |
-
this.begin();
|
447 |
-
}
|
448 |
-
|
449 |
-
/**
|
450 |
-
* Toggle start() and stop() of the Typed instance
|
451 |
-
* @public
|
452 |
-
*/
|
453 |
-
|
454 |
-
_createClass(Typed, [{
|
455 |
-
key: 'toggle',
|
456 |
-
value: function toggle() {
|
457 |
-
this.pause.status ? this.start() : this.stop();
|
458 |
-
}
|
459 |
-
|
460 |
-
/**
|
461 |
-
* Stop typing / backspacing and enable cursor blinking
|
462 |
-
* @public
|
463 |
-
*/
|
464 |
-
}, {
|
465 |
-
key: 'stop',
|
466 |
-
value: function stop() {
|
467 |
-
if (this.typingComplete) return;
|
468 |
-
if (this.pause.status) return;
|
469 |
-
this.toggleBlinking(true);
|
470 |
-
this.pause.status = true;
|
471 |
-
this.options.onStop(this.arrayPos, this);
|
472 |
-
}
|
473 |
-
|
474 |
-
/**
|
475 |
-
* Start typing / backspacing after being stopped
|
476 |
-
* @public
|
477 |
-
*/
|
478 |
-
}, {
|
479 |
-
key: 'start',
|
480 |
-
value: function start() {
|
481 |
-
if (this.typingComplete) return;
|
482 |
-
if (!this.pause.status) return;
|
483 |
-
this.pause.status = false;
|
484 |
-
if (this.pause.typewrite) {
|
485 |
-
this.typewrite(this.pause.curString, this.pause.curStrPos);
|
486 |
-
} else {
|
487 |
-
this.backspace(this.pause.curString, this.pause.curStrPos);
|
488 |
-
}
|
489 |
-
this.options.onStart(this.arrayPos, this);
|
490 |
-
}
|
491 |
-
|
492 |
-
/**
|
493 |
-
* Destroy this instance of Typed
|
494 |
-
* @public
|
495 |
-
*/
|
496 |
-
}, {
|
497 |
-
key: 'destroy',
|
498 |
-
value: function destroy() {
|
499 |
-
this.reset(false);
|
500 |
-
this.options.onDestroy(this);
|
501 |
-
}
|
502 |
-
|
503 |
-
/**
|
504 |
-
* Reset Typed and optionally restarts
|
505 |
-
* @param {boolean} restart
|
506 |
-
* @public
|
507 |
-
*/
|
508 |
-
}, {
|
509 |
-
key: 'reset',
|
510 |
-
value: function reset() {
|
511 |
-
var restart = arguments.length <= 0 || arguments[0] === undefined ? true : arguments[0];
|
512 |
-
|
513 |
-
clearInterval(this.timeout);
|
514 |
-
this.replaceText('');
|
515 |
-
if (this.cursor && this.cursor.parentNode) {
|
516 |
-
this.cursor.parentNode.removeChild(this.cursor);
|
517 |
-
this.cursor = null;
|
518 |
-
}
|
519 |
-
this.strPos = 0;
|
520 |
-
this.arrayPos = 0;
|
521 |
-
this.curLoop = 0;
|
522 |
-
if (restart) {
|
523 |
-
this.insertCursor();
|
524 |
-
this.options.onReset(this);
|
525 |
-
this.begin();
|
526 |
-
}
|
527 |
-
}
|
528 |
-
|
529 |
-
/**
|
530 |
-
* Begins the typing animation
|
531 |
-
* @private
|
532 |
-
*/
|
533 |
-
}, {
|
534 |
-
key: 'begin',
|
535 |
-
value: function begin() {
|
536 |
-
var _this = this;
|
537 |
-
|
538 |
-
this.typingComplete = false;
|
539 |
-
this.shuffleStringsIfNeeded(this);
|
540 |
-
this.insertCursor();
|
541 |
-
if (this.bindInputFocusEvents) this.bindFocusEvents();
|
542 |
-
this.timeout = setTimeout(function () {
|
543 |
-
// Check if there is some text in the element, if yes start by backspacing the default message
|
544 |
-
if (!_this.currentElContent || _this.currentElContent.length === 0) {
|
545 |
-
_this.typewrite(_this.strings[_this.sequence[_this.arrayPos]], _this.strPos);
|
546 |
-
} else {
|
547 |
-
// Start typing
|
548 |
-
_this.backspace(_this.currentElContent, _this.currentElContent.length);
|
549 |
-
}
|
550 |
-
}, this.startDelay);
|
551 |
-
}
|
552 |
-
|
553 |
-
/**
|
554 |
-
* Called for each character typed
|
555 |
-
* @param {string} curString the current string in the strings array
|
556 |
-
* @param {number} curStrPos the current position in the curString
|
557 |
-
* @private
|
558 |
-
*/
|
559 |
-
}, {
|
560 |
-
key: 'typewrite',
|
561 |
-
value: function typewrite(curString, curStrPos) {
|
562 |
-
var _this2 = this;
|
563 |
-
|
564 |
-
if (this.fadeOut && this.el.classList.contains(this.fadeOutClass)) {
|
565 |
-
this.el.classList.remove(this.fadeOutClass);
|
566 |
-
if (this.cursor) this.cursor.classList.remove(this.fadeOutClass);
|
567 |
-
}
|
568 |
-
|
569 |
-
var humanize = this.humanizer(this.typeSpeed);
|
570 |
-
var numChars = 1;
|
571 |
-
|
572 |
-
if (this.pause.status === true) {
|
573 |
-
this.setPauseStatus(curString, curStrPos, true);
|
574 |
-
return;
|
575 |
-
}
|
576 |
-
|
577 |
-
// contain typing function in a timeout humanize'd delay
|
578 |
-
this.timeout = setTimeout(function () {
|
579 |
-
// skip over any HTML chars
|
580 |
-
curStrPos = _htmlParserJs.htmlParser.typeHtmlChars(curString, curStrPos, _this2);
|
581 |
-
|
582 |
-
var pauseTime = 0;
|
583 |
-
var substr = curString.substr(curStrPos);
|
584 |
-
// check for an escape character before a pause value
|
585 |
-
// format: \^\d+ .. eg: ^1000 .. should be able to print the ^ too using ^^
|
586 |
-
// single ^ are removed from string
|
587 |
-
if (substr.charAt(0) === '^') {
|
588 |
-
if (/^\^\d+/.test(substr)) {
|
589 |
-
var skip = 1; // skip at least 1
|
590 |
-
substr = /\d+/.exec(substr)[0];
|
591 |
-
skip += substr.length;
|
592 |
-
pauseTime = parseInt(substr);
|
593 |
-
_this2.temporaryPause = true;
|
594 |
-
_this2.options.onTypingPaused(_this2.arrayPos, _this2);
|
595 |
-
// strip out the escape character and pause value so they're not printed
|
596 |
-
curString = curString.substring(0, curStrPos) + curString.substring(curStrPos + skip);
|
597 |
-
_this2.toggleBlinking(true);
|
598 |
-
}
|
599 |
-
}
|
600 |
-
|
601 |
-
// check for skip characters formatted as
|
602 |
-
// "this is a `string to print NOW` ..."
|
603 |
-
if (substr.charAt(0) === '`') {
|
604 |
-
while (curString.substr(curStrPos + numChars).charAt(0) !== '`') {
|
605 |
-
numChars++;
|
606 |
-
if (curStrPos + numChars > curString.length) break;
|
607 |
-
}
|
608 |
-
// strip out the escape characters and append all the string in between
|
609 |
-
var stringBeforeSkip = curString.substring(0, curStrPos);
|
610 |
-
var stringSkipped = curString.substring(stringBeforeSkip.length + 1, curStrPos + numChars);
|
611 |
-
var stringAfterSkip = curString.substring(curStrPos + numChars + 1);
|
612 |
-
curString = stringBeforeSkip + stringSkipped + stringAfterSkip;
|
613 |
-
numChars--;
|
614 |
-
}
|
615 |
-
|
616 |
-
// timeout for any pause after a character
|
617 |
-
_this2.timeout = setTimeout(function () {
|
618 |
-
// Accounts for blinking while paused
|
619 |
-
_this2.toggleBlinking(false);
|
620 |
-
|
621 |
-
// We're done with this sentence!
|
622 |
-
if (curStrPos >= curString.length) {
|
623 |
-
_this2.doneTyping(curString, curStrPos);
|
624 |
-
} else {
|
625 |
-
_this2.keepTyping(curString, curStrPos, numChars);
|
626 |
-
}
|
627 |
-
// end of character pause
|
628 |
-
if (_this2.temporaryPause) {
|
629 |
-
_this2.temporaryPause = false;
|
630 |
-
_this2.options.onTypingResumed(_this2.arrayPos, _this2);
|
631 |
-
}
|
632 |
-
}, pauseTime);
|
633 |
-
|
634 |
-
// humanized value for typing
|
635 |
-
}, humanize);
|
636 |
-
}
|
637 |
-
|
638 |
-
/**
|
639 |
-
* Continue to the next string & begin typing
|
640 |
-
* @param {string} curString the current string in the strings array
|
641 |
-
* @param {number} curStrPos the current position in the curString
|
642 |
-
* @private
|
643 |
-
*/
|
644 |
-
}, {
|
645 |
-
key: 'keepTyping',
|
646 |
-
value: function keepTyping(curString, curStrPos, numChars) {
|
647 |
-
// call before functions if applicable
|
648 |
-
if (curStrPos === 0) {
|
649 |
-
this.toggleBlinking(false);
|
650 |
-
this.options.preStringTyped(this.arrayPos, this);
|
651 |
-
}
|
652 |
-
// start typing each new char into existing string
|
653 |
-
// curString: arg, this.el.html: original text inside element
|
654 |
-
curStrPos += numChars;
|
655 |
-
var nextString = curString.substr(0, curStrPos);
|
656 |
-
this.replaceText(nextString);
|
657 |
-
// loop the function
|
658 |
-
this.typewrite(curString, curStrPos);
|
659 |
-
}
|
660 |
-
|
661 |
-
/**
|
662 |
-
* We're done typing all strings
|
663 |
-
* @param {string} curString the current string in the strings array
|
664 |
-
* @param {number} curStrPos the current position in the curString
|
665 |
-
* @private
|
666 |
-
*/
|
667 |
-
}, {
|
668 |
-
key: 'doneTyping',
|
669 |
-
value: function doneTyping(curString, curStrPos) {
|
670 |
-
var _this3 = this;
|
671 |
-
|
672 |
-
// fires callback function
|
673 |
-
this.options.onStringTyped(this.arrayPos, this);
|
674 |
-
this.toggleBlinking(true);
|
675 |
-
// is this the final string
|
676 |
-
if (this.arrayPos === this.strings.length - 1) {
|
677 |
-
// callback that occurs on the last typed string
|
678 |
-
this.complete();
|
679 |
-
// quit if we wont loop back
|
680 |
-
if (this.loop === false || this.curLoop === this.loopCount) {
|
681 |
-
return;
|
682 |
-
}
|
683 |
-
}
|
684 |
-
this.timeout = setTimeout(function () {
|
685 |
-
_this3.backspace(curString, curStrPos);
|
686 |
-
}, this.backDelay);
|
687 |
-
}
|
688 |
-
|
689 |
-
/**
|
690 |
-
* Backspaces 1 character at a time
|
691 |
-
* @param {string} curString the current string in the strings array
|
692 |
-
* @param {number} curStrPos the current position in the curString
|
693 |
-
* @private
|
694 |
-
*/
|
695 |
-
}, {
|
696 |
-
key: 'backspace',
|
697 |
-
value: function backspace(curString, curStrPos) {
|
698 |
-
var _this4 = this;
|
699 |
-
|
700 |
-
if (this.pause.status === true) {
|
701 |
-
this.setPauseStatus(curString, curStrPos, true);
|
702 |
-
return;
|
703 |
-
}
|
704 |
-
if (this.fadeOut) return this.initFadeOut();
|
705 |
-
|
706 |
-
this.toggleBlinking(false);
|
707 |
-
var humanize = this.humanizer(this.backSpeed);
|
708 |
-
|
709 |
-
this.timeout = setTimeout(function () {
|
710 |
-
curStrPos = _htmlParserJs.htmlParser.backSpaceHtmlChars(curString, curStrPos, _this4);
|
711 |
-
// replace text with base text + typed characters
|
712 |
-
var curStringAtPosition = curString.substr(0, curStrPos);
|
713 |
-
_this4.replaceText(curStringAtPosition);
|
714 |
-
|
715 |
-
// if smartBack is enabled
|
716 |
-
if (_this4.smartBackspace) {
|
717 |
-
// the remaining part of the current string is equal of the same part of the new string
|
718 |
-
var nextString = _this4.strings[_this4.arrayPos + 1];
|
719 |
-
if (nextString && curStringAtPosition === nextString.substr(0, curStrPos)) {
|
720 |
-
_this4.stopNum = curStrPos;
|
721 |
-
} else {
|
722 |
-
_this4.stopNum = 0;
|
723 |
-
}
|
724 |
-
}
|
725 |
-
|
726 |
-
// if the number (id of character in current string) is
|
727 |
-
// less than the stop number, keep going
|
728 |
-
if (curStrPos > _this4.stopNum) {
|
729 |
-
// subtract characters one by one
|
730 |
-
curStrPos--;
|
731 |
-
// loop the function
|
732 |
-
_this4.backspace(curString, curStrPos);
|
733 |
-
} else if (curStrPos <= _this4.stopNum) {
|
734 |
-
// if the stop number has been reached, increase
|
735 |
-
// array position to next string
|
736 |
-
_this4.arrayPos++;
|
737 |
-
// When looping, begin at the beginning after backspace complete
|
738 |
-
if (_this4.arrayPos === _this4.strings.length) {
|
739 |
-
_this4.arrayPos = 0;
|
740 |
-
_this4.options.onLastStringBackspaced();
|
741 |
-
_this4.shuffleStringsIfNeeded();
|
742 |
-
_this4.begin();
|
743 |
-
} else {
|
744 |
-
_this4.typewrite(_this4.strings[_this4.sequence[_this4.arrayPos]], curStrPos);
|
745 |
-
}
|
746 |
-
}
|
747 |
-
// humanized value for typing
|
748 |
-
}, humanize);
|
749 |
-
}
|
750 |
-
|
751 |
-
/**
|
752 |
-
* Full animation is complete
|
753 |
-
* @private
|
754 |
-
*/
|
755 |
-
}, {
|
756 |
-
key: 'complete',
|
757 |
-
value: function complete() {
|
758 |
-
this.options.onComplete(this);
|
759 |
-
if (this.loop) {
|
760 |
-
this.curLoop++;
|
761 |
-
} else {
|
762 |
-
this.typingComplete = true;
|
763 |
-
}
|
764 |
-
}
|
765 |
-
|
766 |
-
/**
|
767 |
-
* Has the typing been stopped
|
768 |
-
* @param {string} curString the current string in the strings array
|
769 |
-
* @param {number} curStrPos the current position in the curString
|
770 |
-
* @param {boolean} isTyping
|
771 |
-
* @private
|
772 |
-
*/
|
773 |
-
}, {
|
774 |
-
key: 'setPauseStatus',
|
775 |
-
value: function setPauseStatus(curString, curStrPos, isTyping) {
|
776 |
-
this.pause.typewrite = isTyping;
|
777 |
-
this.pause.curString = curString;
|
778 |
-
this.pause.curStrPos = curStrPos;
|
779 |
-
}
|
780 |
-
|
781 |
-
/**
|
782 |
-
* Toggle the blinking cursor
|
783 |
-
* @param {boolean} isBlinking
|
784 |
-
* @private
|
785 |
-
*/
|
786 |
-
}, {
|
787 |
-
key: 'toggleBlinking',
|
788 |
-
value: function toggleBlinking(isBlinking) {
|
789 |
-
if (!this.cursor) return;
|
790 |
-
// if in paused state, don't toggle blinking a 2nd time
|
791 |
-
if (this.pause.status) return;
|
792 |
-
if (this.cursorBlinking === isBlinking) return;
|
793 |
-
this.cursorBlinking = isBlinking;
|
794 |
-
if (isBlinking) {
|
795 |
-
this.cursor.classList.add('typed-cursor--blink');
|
796 |
-
} else {
|
797 |
-
this.cursor.classList.remove('typed-cursor--blink');
|
798 |
-
}
|
799 |
-
}
|
800 |
-
|
801 |
-
/**
|
802 |
-
* Speed in MS to type
|
803 |
-
* @param {number} speed
|
804 |
-
* @private
|
805 |
-
*/
|
806 |
-
}, {
|
807 |
-
key: 'humanizer',
|
808 |
-
value: function humanizer(speed) {
|
809 |
-
return Math.round(Math.random() * speed / 2) + speed;
|
810 |
-
}
|
811 |
-
|
812 |
-
/**
|
813 |
-
* Shuffle the sequence of the strings array
|
814 |
-
* @private
|
815 |
-
*/
|
816 |
-
}, {
|
817 |
-
key: 'shuffleStringsIfNeeded',
|
818 |
-
value: function shuffleStringsIfNeeded() {
|
819 |
-
if (!this.shuffle) return;
|
820 |
-
this.sequence = this.sequence.sort(function () {
|
821 |
-
return Math.random() - 0.5;
|
822 |
-
});
|
823 |
-
}
|
824 |
-
|
825 |
-
/**
|
826 |
-
* Adds a CSS class to fade out current string
|
827 |
-
* @private
|
828 |
-
*/
|
829 |
-
}, {
|
830 |
-
key: 'initFadeOut',
|
831 |
-
value: function initFadeOut() {
|
832 |
-
var _this5 = this;
|
833 |
-
|
834 |
-
this.el.className += ' ' + this.fadeOutClass;
|
835 |
-
if (this.cursor) this.cursor.className += ' ' + this.fadeOutClass;
|
836 |
-
return setTimeout(function () {
|
837 |
-
_this5.arrayPos++;
|
838 |
-
_this5.replaceText('');
|
839 |
-
|
840 |
-
// Resets current string if end of loop reached
|
841 |
-
if (_this5.strings.length > _this5.arrayPos) {
|
842 |
-
_this5.typewrite(_this5.strings[_this5.sequence[_this5.arrayPos]], 0);
|
843 |
-
} else {
|
844 |
-
_this5.typewrite(_this5.strings[0], 0);
|
845 |
-
_this5.arrayPos = 0;
|
846 |
-
}
|
847 |
-
}, this.fadeOutDelay);
|
848 |
-
}
|
849 |
-
|
850 |
-
/**
|
851 |
-
* Replaces current text in the HTML element
|
852 |
-
* depending on element type
|
853 |
-
* @param {string} str
|
854 |
-
* @private
|
855 |
-
*/
|
856 |
-
}, {
|
857 |
-
key: 'replaceText',
|
858 |
-
value: function replaceText(str) {
|
859 |
-
if (this.attr) {
|
860 |
-
this.el.setAttribute(this.attr, str);
|
861 |
-
} else {
|
862 |
-
if (this.isInput) {
|
863 |
-
this.el.value = str;
|
864 |
-
} else if (this.contentType === 'html') {
|
865 |
-
this.el.innerHTML = str;
|
866 |
-
} else {
|
867 |
-
this.el.textContent = str;
|
868 |
-
}
|
869 |
-
}
|
870 |
-
}
|
871 |
-
|
872 |
-
/**
|
873 |
-
* If using input elements, bind focus in order to
|
874 |
-
* start and stop the animation
|
875 |
-
* @private
|
876 |
-
*/
|
877 |
-
}, {
|
878 |
-
key: 'bindFocusEvents',
|
879 |
-
value: function bindFocusEvents() {
|
880 |
-
var _this6 = this;
|
881 |
-
|
882 |
-
if (!this.isInput) return;
|
883 |
-
this.el.addEventListener('focus', function (e) {
|
884 |
-
_this6.stop();
|
885 |
-
});
|
886 |
-
this.el.addEventListener('blur', function (e) {
|
887 |
-
if (_this6.el.value && _this6.el.value.length !== 0) {
|
888 |
-
return;
|
889 |
-
}
|
890 |
-
_this6.start();
|
891 |
-
});
|
892 |
-
}
|
893 |
-
|
894 |
-
/**
|
895 |
-
* On init, insert the cursor element
|
896 |
-
* @private
|
897 |
-
*/
|
898 |
-
}, {
|
899 |
-
key: 'insertCursor',
|
900 |
-
value: function insertCursor() {
|
901 |
-
if (!this.showCursor) return;
|
902 |
-
if (this.cursor) return;
|
903 |
-
this.cursor = document.createElement('span');
|
904 |
-
this.cursor.className = 'typed-cursor';
|
905 |
-
this.cursor.innerHTML = this.cursorChar;
|
906 |
-
this.el.parentNode && this.el.parentNode.insertBefore(this.cursor, this.el.nextSibling);
|
907 |
-
}
|
908 |
-
}]);
|
909 |
-
|
910 |
-
return Typed;
|
911 |
-
})();
|
912 |
-
|
913 |
-
exports['default'] = Typed;
|
914 |
-
module.exports = exports['default'];
|
915 |
-
|
916 |
-
/***/ }),
|
917 |
-
/* 1 */
|
918 |
-
/***/ (function(module, exports, __webpack_require__) {
|
919 |
-
|
920 |
-
'use strict';
|
921 |
-
|
922 |
-
Object.defineProperty(exports, '__esModule', {
|
923 |
-
value: true
|
924 |
-
});
|
925 |
-
|
926 |
-
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
927 |
-
|
928 |
-
var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();
|
929 |
-
|
930 |
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
931 |
-
|
932 |
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }
|
933 |
-
|
934 |
-
var _defaultsJs = __webpack_require__(2);
|
935 |
-
|
936 |
-
var _defaultsJs2 = _interopRequireDefault(_defaultsJs);
|
937 |
-
|
938 |
-
/**
|
939 |
-
* Initialize the Typed object
|
940 |
-
*/
|
941 |
-
|
942 |
-
var Initializer = (function () {
|
943 |
-
function Initializer() {
|
944 |
-
_classCallCheck(this, Initializer);
|
945 |
-
}
|
946 |
-
|
947 |
-
_createClass(Initializer, [{
|
948 |
-
key: 'load',
|
949 |
-
|
950 |
-
/**
|
951 |
-
* Load up defaults & options on the Typed instance
|
952 |
-
* @param {Typed} self instance of Typed
|
953 |
-
* @param {object} options options object
|
954 |
-
* @param {string} elementId HTML element ID _OR_ instance of HTML element
|
955 |
-
* @private
|
956 |
-
*/
|
957 |
-
|
958 |
-
value: function load(self, options, elementId) {
|
959 |
-
// chosen element to manipulate text
|
960 |
-
if (typeof elementId === 'string') {
|
961 |
-
self.el = document.querySelector(elementId);
|
962 |
-
} else {
|
963 |
-
self.el = elementId;
|
964 |
-
}
|
965 |
-
|
966 |
-
self.options = _extends({}, _defaultsJs2['default'], options);
|
967 |
-
|
968 |
-
// attribute to type into
|
969 |
-
self.isInput = self.el.tagName.toLowerCase() === 'input';
|
970 |
-
self.attr = self.options.attr;
|
971 |
-
self.bindInputFocusEvents = self.options.bindInputFocusEvents;
|
972 |
-
|
973 |
-
// show cursor
|
974 |
-
self.showCursor = self.isInput ? false : self.options.showCursor;
|
975 |
-
|
976 |
-
// custom cursor
|
977 |
-
self.cursorChar = self.options.cursorChar;
|
978 |
-
|
979 |
-
// Is the cursor blinking
|
980 |
-
self.cursorBlinking = true;
|
981 |
-
|
982 |
-
// text content of element
|
983 |
-
self.elContent = self.attr ? self.el.getAttribute(self.attr) : self.el.textContent;
|
984 |
-
|
985 |
-
// html or plain text
|
986 |
-
self.contentType = self.options.contentType;
|
987 |
-
|
988 |
-
// typing speed
|
989 |
-
self.typeSpeed = self.options.typeSpeed;
|
990 |
-
|
991 |
-
// add a delay before typing starts
|
992 |
-
self.startDelay = self.options.startDelay;
|
993 |
-
|
994 |
-
// backspacing speed
|
995 |
-
self.backSpeed = self.options.backSpeed;
|
996 |
-
|
997 |
-
// only backspace what doesn't match the previous string
|
998 |
-
self.smartBackspace = self.options.smartBackspace;
|
999 |
-
|
1000 |
-
// amount of time to wait before backspacing
|
1001 |
-
self.backDelay = self.options.backDelay;
|
1002 |
-
|
1003 |
-
// Fade out instead of backspace
|
1004 |
-
self.fadeOut = self.options.fadeOut;
|
1005 |
-
self.fadeOutClass = self.options.fadeOutClass;
|
1006 |
-
self.fadeOutDelay = self.options.fadeOutDelay;
|
1007 |
-
|
1008 |
-
// variable to check whether typing is currently paused
|
1009 |
-
self.isPaused = false;
|
1010 |
-
|
1011 |
-
// input strings of text
|
1012 |
-
self.strings = self.options.strings.map(function (s) {
|
1013 |
-
return s.trim();
|
1014 |
-
});
|
1015 |
-
|
1016 |
-
// div containing strings
|
1017 |
-
if (typeof self.options.stringsElement === 'string') {
|
1018 |
-
self.stringsElement = document.querySelector(self.options.stringsElement);
|
1019 |
-
} else {
|
1020 |
-
self.stringsElement = self.options.stringsElement;
|
1021 |
-
}
|
1022 |
-
|
1023 |
-
if (self.stringsElement) {
|
1024 |
-
self.strings = [];
|
1025 |
-
self.stringsElement.style.display = 'none';
|
1026 |
-
var strings = Array.prototype.slice.apply(self.stringsElement.children);
|
1027 |
-
var stringsLength = strings.length;
|
1028 |
-
|
1029 |
-
if (stringsLength) {
|
1030 |
-
for (var i = 0; i < stringsLength; i += 1) {
|
1031 |
-
var stringEl = strings[i];
|
1032 |
-
self.strings.push(stringEl.innerHTML.trim());
|
1033 |
-
}
|
1034 |
-
}
|
1035 |
-
}
|
1036 |
-
|
1037 |
-
// character number position of current string
|
1038 |
-
self.strPos = 0;
|
1039 |
-
|
1040 |
-
// current array position
|
1041 |
-
self.arrayPos = 0;
|
1042 |
-
|
1043 |
-
// index of string to stop backspacing on
|
1044 |
-
self.stopNum = 0;
|
1045 |
-
|
1046 |
-
// Looping logic
|
1047 |
-
self.loop = self.options.loop;
|
1048 |
-
self.loopCount = self.options.loopCount;
|
1049 |
-
self.curLoop = 0;
|
1050 |
-
|
1051 |
-
// shuffle the strings
|
1052 |
-
self.shuffle = self.options.shuffle;
|
1053 |
-
// the order of strings
|
1054 |
-
self.sequence = [];
|
1055 |
-
|
1056 |
-
self.pause = {
|
1057 |
-
status: false,
|
1058 |
-
typewrite: true,
|
1059 |
-
curString: '',
|
1060 |
-
curStrPos: 0
|
1061 |
-
};
|
1062 |
-
|
1063 |
-
// When the typing is complete (when not looped)
|
1064 |
-
self.typingComplete = false;
|
1065 |
-
|
1066 |
-
// Set the order in which the strings are typed
|
1067 |
-
for (var i in self.strings) {
|
1068 |
-
self.sequence[i] = i;
|
1069 |
-
}
|
1070 |
-
|
1071 |
-
// If there is some text in the element
|
1072 |
-
self.currentElContent = this.getCurrentElContent(self);
|
1073 |
-
|
1074 |
-
self.autoInsertCss = self.options.autoInsertCss;
|
1075 |
-
|
1076 |
-
this.appendAnimationCss(self);
|
1077 |
-
}
|
1078 |
-
}, {
|
1079 |
-
key: 'getCurrentElContent',
|
1080 |
-
value: function getCurrentElContent(self) {
|
1081 |
-
var elContent = '';
|
1082 |
-
if (self.attr) {
|
1083 |
-
elContent = self.el.getAttribute(self.attr);
|
1084 |
-
} else if (self.isInput) {
|
1085 |
-
elContent = self.el.value;
|
1086 |
-
} else if (self.contentType === 'html') {
|
1087 |
-
elContent = self.el.innerHTML;
|
1088 |
-
} else {
|
1089 |
-
elContent = self.el.textContent;
|
1090 |
-
}
|
1091 |
-
return elContent;
|
1092 |
-
}
|
1093 |
-
}, {
|
1094 |
-
key: 'appendAnimationCss',
|
1095 |
-
value: function appendAnimationCss(self) {
|
1096 |
-
var cssDataName = 'data-typed-js-css';
|
1097 |
-
if (!self.autoInsertCss) {
|
1098 |
-
return;
|
1099 |
-
}
|
1100 |
-
if (!self.showCursor && !self.fadeOut) {
|
1101 |
-
return;
|
1102 |
-
}
|
1103 |
-
if (document.querySelector('[' + cssDataName + ']')) {
|
1104 |
-
return;
|
1105 |
-
}
|
1106 |
-
|
1107 |
-
var css = document.createElement('style');
|
1108 |
-
css.type = 'text/css';
|
1109 |
-
css.setAttribute(cssDataName, true);
|
1110 |
-
|
1111 |
-
var innerCss = '';
|
1112 |
-
if (self.showCursor) {
|
1113 |
-
innerCss += '\n .typed-cursor{\n opacity: 1;\n }\n .typed-cursor.typed-cursor--blink{\n animation: typedjsBlink 0.7s infinite;\n -webkit-animation: typedjsBlink 0.7s infinite;\n animation: typedjsBlink 0.7s infinite;\n }\n @keyframes typedjsBlink{\n 50% { opacity: 0.0; }\n }\n @-webkit-keyframes typedjsBlink{\n 0% { opacity: 1; }\n 50% { opacity: 0.0; }\n 100% { opacity: 1; }\n }\n ';
|
1114 |
-
}
|
1115 |
-
if (self.fadeOut) {
|
1116 |
-
innerCss += '\n .typed-fade-out{\n opacity: 0;\n transition: opacity .25s;\n }\n .typed-cursor.typed-cursor--blink.typed-fade-out{\n -webkit-animation: 0;\n animation: 0;\n }\n ';
|
1117 |
-
}
|
1118 |
-
if (css.length === 0) {
|
1119 |
-
return;
|
1120 |
-
}
|
1121 |
-
css.innerHTML = innerCss;
|
1122 |
-
document.body.appendChild(css);
|
1123 |
-
}
|
1124 |
-
}]);
|
1125 |
-
|
1126 |
-
return Initializer;
|
1127 |
-
})();
|
1128 |
-
|
1129 |
-
exports['default'] = Initializer;
|
1130 |
-
var initializer = new Initializer();
|
1131 |
-
exports.initializer = initializer;
|
1132 |
-
|
1133 |
-
/***/ }),
|
1134 |
-
/* 2 */
|
1135 |
-
/***/ (function(module, exports) {
|
1136 |
-
|
1137 |
-
/**
|
1138 |
-
* Defaults & options
|
1139 |
-
* @returns {object} Typed defaults & options
|
1140 |
-
* @public
|
1141 |
-
*/
|
1142 |
-
|
1143 |
-
'use strict';
|
1144 |
-
|
1145 |
-
Object.defineProperty(exports, '__esModule', {
|
1146 |
-
value: true
|
1147 |
-
});
|
1148 |
-
var defaults = {
|
1149 |
-
/**
|
1150 |
-
* @property {array} strings strings to be typed
|
1151 |
-
* @property {string} stringsElement ID of element containing string children
|
1152 |
-
*/
|
1153 |
-
strings: ['These are the default values...', 'You know what you should do?', 'Use your own!', 'Have a great day!'],
|
1154 |
-
stringsElement: null,
|
1155 |
-
|
1156 |
-
/**
|
1157 |
-
* @property {number} typeSpeed type speed in milliseconds
|
1158 |
-
*/
|
1159 |
-
typeSpeed: 0,
|
1160 |
-
|
1161 |
-
/**
|
1162 |
-
* @property {number} startDelay time before typing starts in milliseconds
|
1163 |
-
*/
|
1164 |
-
startDelay: 0,
|
1165 |
-
|
1166 |
-
/**
|
1167 |
-
* @property {number} backSpeed backspacing speed in milliseconds
|
1168 |
-
*/
|
1169 |
-
backSpeed: 0,
|
1170 |
-
|
1171 |
-
/**
|
1172 |
-
* @property {boolean} smartBackspace only backspace what doesn't match the previous string
|
1173 |
-
*/
|
1174 |
-
smartBackspace: true,
|
1175 |
-
|
1176 |
-
/**
|
1177 |
-
* @property {boolean} shuffle shuffle the strings
|
1178 |
-
*/
|
1179 |
-
shuffle: false,
|
1180 |
-
|
1181 |
-
/**
|
1182 |
-
* @property {number} backDelay time before backspacing in milliseconds
|
1183 |
-
*/
|
1184 |
-
backDelay: 700,
|
1185 |
-
|
1186 |
-
/**
|
1187 |
-
* @property {boolean} fadeOut Fade out instead of backspace
|
1188 |
-
* @property {string} fadeOutClass css class for fade animation
|
1189 |
-
* @property {boolean} fadeOutDelay Fade out delay in milliseconds
|
1190 |
-
*/
|
1191 |
-
fadeOut: false,
|
1192 |
-
fadeOutClass: 'typed-fade-out',
|
1193 |
-
fadeOutDelay: 500,
|
1194 |
-
|
1195 |
-
/**
|
1196 |
-
* @property {boolean} loop loop strings
|
1197 |
-
* @property {number} loopCount amount of loops
|
1198 |
-
*/
|
1199 |
-
loop: false,
|
1200 |
-
loopCount: Infinity,
|
1201 |
-
|
1202 |
-
/**
|
1203 |
-
* @property {boolean} showCursor show cursor
|
1204 |
-
* @property {string} cursorChar character for cursor
|
1205 |
-
* @property {boolean} autoInsertCss insert CSS for cursor and fadeOut into HTML <head>
|
1206 |
-
*/
|
1207 |
-
showCursor: true,
|
1208 |
-
cursorChar: '|',
|
1209 |
-
autoInsertCss: true,
|
1210 |
-
|
1211 |
-
/**
|
1212 |
-
* @property {string} attr attribute for typing
|
1213 |
-
* Ex: input placeholder, value, or just HTML text
|
1214 |
-
*/
|
1215 |
-
attr: null,
|
1216 |
-
|
1217 |
-
/**
|
1218 |
-
* @property {boolean} bindInputFocusEvents bind to focus and blur if el is text input
|
1219 |
-
*/
|
1220 |
-
bindInputFocusEvents: false,
|
1221 |
-
|
1222 |
-
/**
|
1223 |
-
* @property {string} contentType 'html' or 'null' for plaintext
|
1224 |
-
*/
|
1225 |
-
contentType: 'html',
|
1226 |
-
|
1227 |
-
/**
|
1228 |
-
* All typing is complete
|
1229 |
-
* @param {Typed} self
|
1230 |
-
*/
|
1231 |
-
onComplete: function onComplete(self) {},
|
1232 |
-
|
1233 |
-
/**
|
1234 |
-
* Before each string is typed
|
1235 |
-
* @param {number} arrayPos
|
1236 |
-
* @param {Typed} self
|
1237 |
-
*/
|
1238 |
-
preStringTyped: function preStringTyped(arrayPos, self) {},
|
1239 |
-
|
1240 |
-
/**
|
1241 |
-
* After each string is typed
|
1242 |
-
* @param {number} arrayPos
|
1243 |
-
* @param {Typed} self
|
1244 |
-
*/
|
1245 |
-
onStringTyped: function onStringTyped(arrayPos, self) {},
|
1246 |
-
|
1247 |
-
/**
|
1248 |
-
* During looping, after last string is typed
|
1249 |
-
* @param {Typed} self
|
1250 |
-
*/
|
1251 |
-
onLastStringBackspaced: function onLastStringBackspaced(self) {},
|
1252 |
-
|
1253 |
-
/**
|
1254 |
-
* Typing has been stopped
|
1255 |
-
* @param {number} arrayPos
|
1256 |
-
* @param {Typed} self
|
1257 |
-
*/
|
1258 |
-
onTypingPaused: function onTypingPaused(arrayPos, self) {},
|
1259 |
-
|
1260 |
-
/**
|
1261 |
-
* Typing has been started after being stopped
|
1262 |
-
* @param {number} arrayPos
|
1263 |
-
* @param {Typed} self
|
1264 |
-
*/
|
1265 |
-
onTypingResumed: function onTypingResumed(arrayPos, self) {},
|
1266 |
-
|
1267 |
-
/**
|
1268 |
-
* After reset
|
1269 |
-
* @param {Typed} self
|
1270 |
-
*/
|
1271 |
-
onReset: function onReset(self) {},
|
1272 |
-
|
1273 |
-
/**
|
1274 |
-
* After stop
|
1275 |
-
* @param {number} arrayPos
|
1276 |
-
* @param {Typed} self
|
1277 |
-
*/
|
1278 |
-
onStop: function onStop(arrayPos, self) {},
|
1279 |
-
|
1280 |
-
/**
|
1281 |
-
* After start
|
1282 |
-
* @param {number} arrayPos
|
1283 |
-
* @param {Typed} self
|
1284 |
-
*/
|
1285 |
-
onStart: function onStart(arrayPos, self) {},
|
1286 |
-
|
1287 |
-
/**
|
1288 |
-
* After destroy
|
1289 |
-
* @param {Typed} self
|
1290 |
-
*/
|
1291 |
-
onDestroy: function onDestroy(self) {}
|
1292 |
-
};
|
1293 |
-
|
1294 |
-
exports['default'] = defaults;
|
1295 |
-
module.exports = exports['default'];
|
1296 |
-
|
1297 |
-
/***/ }),
|
1298 |
-
/* 3 */
|
1299 |
-
/***/ (function(module, exports) {
|
1300 |
-
|
1301 |
-
|
1302 |
-
/**
|
1303 |
-
* TODO: These methods can probably be combined somehow
|
1304 |
-
* Parse HTML tags & HTML Characters
|
1305 |
-
*/
|
1306 |
-
|
1307 |
-
'use strict';
|
1308 |
-
|
1309 |
-
Object.defineProperty(exports, '__esModule', {
|
1310 |
-
value: true
|
1311 |
-
});
|
1312 |
-
|
1313 |
-
var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();
|
1314 |
-
|
1315 |
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }
|
1316 |
-
|
1317 |
-
var HTMLParser = (function () {
|
1318 |
-
function HTMLParser() {
|
1319 |
-
_classCallCheck(this, HTMLParser);
|
1320 |
-
}
|
1321 |
-
|
1322 |
-
_createClass(HTMLParser, [{
|
1323 |
-
key: 'typeHtmlChars',
|
1324 |
-
|
1325 |
-
/**
|
1326 |
-
* Type HTML tags & HTML Characters
|
1327 |
-
* @param {string} curString Current string
|
1328 |
-
* @param {number} curStrPos Position in current string
|
1329 |
-
* @param {Typed} self instance of Typed
|
1330 |
-
* @returns {number} a new string position
|
1331 |
-
* @private
|
1332 |
-
*/
|
1333 |
-
|
1334 |
-
value: function typeHtmlChars(curString, curStrPos, self) {
|
1335 |
-
if (self.contentType !== 'html') return curStrPos;
|
1336 |
-
var curChar = curString.substr(curStrPos).charAt(0);
|
1337 |
-
if (curChar === '<' || curChar === '&') {
|
1338 |
-
var endTag = '';
|
1339 |
-
if (curChar === '<') {
|
1340 |
-
endTag = '>';
|
1341 |
-
} else {
|
1342 |
-
endTag = ';';
|
1343 |
-
}
|
1344 |
-
while (curString.substr(curStrPos + 1).charAt(0) !== endTag) {
|
1345 |
-
curStrPos++;
|
1346 |
-
if (curStrPos + 1 > curString.length) {
|
1347 |
-
break;
|
1348 |
-
}
|
1349 |
-
}
|
1350 |
-
curStrPos++;
|
1351 |
-
}
|
1352 |
-
return curStrPos;
|
1353 |
-
}
|
1354 |
-
|
1355 |
-
/**
|
1356 |
-
* Backspace HTML tags and HTML Characters
|
1357 |
-
* @param {string} curString Current string
|
1358 |
-
* @param {number} curStrPos Position in current string
|
1359 |
-
* @param {Typed} self instance of Typed
|
1360 |
-
* @returns {number} a new string position
|
1361 |
-
* @private
|
1362 |
-
*/
|
1363 |
-
}, {
|
1364 |
-
key: 'backSpaceHtmlChars',
|
1365 |
-
value: function backSpaceHtmlChars(curString, curStrPos, self) {
|
1366 |
-
if (self.contentType !== 'html') return curStrPos;
|
1367 |
-
var curChar = curString.substr(curStrPos).charAt(0);
|
1368 |
-
if (curChar === '>' || curChar === ';') {
|
1369 |
-
var endTag = '';
|
1370 |
-
if (curChar === '>') {
|
1371 |
-
endTag = '<';
|
1372 |
-
} else {
|
1373 |
-
endTag = '&';
|
1374 |
-
}
|
1375 |
-
while (curString.substr(curStrPos - 1).charAt(0) !== endTag) {
|
1376 |
-
curStrPos--;
|
1377 |
-
if (curStrPos < 0) {
|
1378 |
-
break;
|
1379 |
-
}
|
1380 |
-
}
|
1381 |
-
curStrPos--;
|
1382 |
-
}
|
1383 |
-
return curStrPos;
|
1384 |
-
}
|
1385 |
-
}]);
|
1386 |
-
|
1387 |
-
return HTMLParser;
|
1388 |
-
})();
|
1389 |
-
|
1390 |
-
exports['default'] = HTMLParser;
|
1391 |
-
var htmlParser = new HTMLParser();
|
1392 |
-
exports.htmlParser = htmlParser;
|
1393 |
-
|
1394 |
-
/***/ })
|
1395 |
-
/******/ ])
|
1396 |
-
});
|
1397 |
-
;
|
1398 |
-
//! moment.js
|
1399 |
-
//! version : 2.18.1
|
1400 |
-
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
|
1401 |
-
//! license : MIT
|
1402 |
-
//! momentjs.com
|
1403 |
-
!function(a,b){"object"==typeof exports&&"undefined"!=typeof module?module.exports=b():"function"==typeof define&&define.amd?define(b):a.moment=b()}(this,function(){"use strict";function a(){return sd.apply(null,arguments)}function b(a){sd=a}function c(a){return a instanceof Array||"[object Array]"===Object.prototype.toString.call(a)}function d(a){return null!=a&&"[object Object]"===Object.prototype.toString.call(a)}function e(a){var b;for(b in a)return!1;return!0}function f(a){return void 0===a}function g(a){return"number"==typeof a||"[object Number]"===Object.prototype.toString.call(a)}function h(a){return a instanceof Date||"[object Date]"===Object.prototype.toString.call(a)}function i(a,b){var c,d=[];for(c=0;c<a.length;++c)d.push(b(a[c],c));return d}function j(a,b){return Object.prototype.hasOwnProperty.call(a,b)}function k(a,b){for(var c in b)j(b,c)&&(a[c]=b[c]);return j(b,"toString")&&(a.toString=b.toString),j(b,"valueOf")&&(a.valueOf=b.valueOf),a}function l(a,b,c,d){return sb(a,b,c,d,!0).utc()}function m(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function n(a){return null==a._pf&&(a._pf=m()),a._pf}function o(a){if(null==a._isValid){var b=n(a),c=ud.call(b.parsedDateParts,function(a){return null!=a}),d=!isNaN(a._d.getTime())&&b.overflow<0&&!b.empty&&!b.invalidMonth&&!b.invalidWeekday&&!b.nullInput&&!b.invalidFormat&&!b.userInvalidated&&(!b.meridiem||b.meridiem&&c);if(a._strict&&(d=d&&0===b.charsLeftOver&&0===b.unusedTokens.length&&void 0===b.bigHour),null!=Object.isFrozen&&Object.isFrozen(a))return d;a._isValid=d}return a._isValid}function p(a){var b=l(NaN);return null!=a?k(n(b),a):n(b).userInvalidated=!0,b}function q(a,b){var c,d,e;if(f(b._isAMomentObject)||(a._isAMomentObject=b._isAMomentObject),f(b._i)||(a._i=b._i),f(b._f)||(a._f=b._f),f(b._l)||(a._l=b._l),f(b._strict)||(a._strict=b._strict),f(b._tzm)||(a._tzm=b._tzm),f(b._isUTC)||(a._isUTC=b._isUTC),f(b._offset)||(a._offset=b._offset),f(b._pf)||(a._pf=n(b)),f(b._locale)||(a._locale=b._locale),vd.length>0)for(c=0;c<vd.length;c++)d=vd[c],e=b[d],f(e)||(a[d]=e);return a}function r(b){q(this,b),this._d=new Date(null!=b._d?b._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),wd===!1&&(wd=!0,a.updateOffset(this),wd=!1)}function s(a){return a instanceof r||null!=a&&null!=a._isAMomentObject}function t(a){return a<0?Math.ceil(a)||0:Math.floor(a)}function u(a){var b=+a,c=0;return 0!==b&&isFinite(b)&&(c=t(b)),c}function v(a,b,c){var d,e=Math.min(a.length,b.length),f=Math.abs(a.length-b.length),g=0;for(d=0;d<e;d++)(c&&a[d]!==b[d]||!c&&u(a[d])!==u(b[d]))&&g++;return g+f}function w(b){a.suppressDeprecationWarnings===!1&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+b)}function x(b,c){var d=!0;return k(function(){if(null!=a.deprecationHandler&&a.deprecationHandler(null,b),d){for(var e,f=[],g=0;g<arguments.length;g++){if(e="","object"==typeof arguments[g]){e+="\n["+g+"] ";for(var h in arguments[0])e+=h+": "+arguments[0][h]+", ";e=e.slice(0,-2)}else e=arguments[g];f.push(e)}w(b+"\nArguments: "+Array.prototype.slice.call(f).join("")+"\n"+(new Error).stack),d=!1}return c.apply(this,arguments)},c)}function y(b,c){null!=a.deprecationHandler&&a.deprecationHandler(b,c),xd[b]||(w(c),xd[b]=!0)}function z(a){return a instanceof Function||"[object Function]"===Object.prototype.toString.call(a)}function A(a){var b,c;for(c in a)b=a[c],z(b)?this[c]=b:this["_"+c]=b;this._config=a,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function B(a,b){var c,e=k({},a);for(c in b)j(b,c)&&(d(a[c])&&d(b[c])?(e[c]={},k(e[c],a[c]),k(e[c],b[c])):null!=b[c]?e[c]=b[c]:delete e[c]);for(c in a)j(a,c)&&!j(b,c)&&d(a[c])&&(e[c]=k({},e[c]));return e}function C(a){null!=a&&this.set(a)}function D(a,b,c){var d=this._calendar[a]||this._calendar.sameElse;return z(d)?d.call(b,c):d}function E(a){var b=this._longDateFormat[a],c=this._longDateFormat[a.toUpperCase()];return b||!c?b:(this._longDateFormat[a]=c.replace(/MMMM|MM|DD|dddd/g,function(a){return a.slice(1)}),this._longDateFormat[a])}function F(){return this._invalidDate}function G(a){return this._ordinal.replace("%d",a)}function H(a,b,c,d){var e=this._relativeTime[c];return z(e)?e(a,b,c,d):e.replace(/%d/i,a)}function I(a,b){var c=this._relativeTime[a>0?"future":"past"];return z(c)?c(b):c.replace(/%s/i,b)}function J(a,b){var c=a.toLowerCase();Hd[c]=Hd[c+"s"]=Hd[b]=a}function K(a){return"string"==typeof a?Hd[a]||Hd[a.toLowerCase()]:void 0}function L(a){var b,c,d={};for(c in a)j(a,c)&&(b=K(c),b&&(d[b]=a[c]));return d}function M(a,b){Id[a]=b}function N(a){var b=[];for(var c in a)b.push({unit:c,priority:Id[c]});return b.sort(function(a,b){return a.priority-b.priority}),b}function O(b,c){return function(d){return null!=d?(Q(this,b,d),a.updateOffset(this,c),this):P(this,b)}}function P(a,b){return a.isValid()?a._d["get"+(a._isUTC?"UTC":"")+b]():NaN}function Q(a,b,c){a.isValid()&&a._d["set"+(a._isUTC?"UTC":"")+b](c)}function R(a){return a=K(a),z(this[a])?this[a]():this}function S(a,b){if("object"==typeof a){a=L(a);for(var c=N(a),d=0;d<c.length;d++)this[c[d].unit](a[c[d].unit])}else if(a=K(a),z(this[a]))return this[a](b);return this}function T(a,b,c){var d=""+Math.abs(a),e=b-d.length,f=a>=0;return(f?c?"+":"":"-")+Math.pow(10,Math.max(0,e)).toString().substr(1)+d}function U(a,b,c,d){var e=d;"string"==typeof d&&(e=function(){return this[d]()}),a&&(Md[a]=e),b&&(Md[b[0]]=function(){return T(e.apply(this,arguments),b[1],b[2])}),c&&(Md[c]=function(){return this.localeData().ordinal(e.apply(this,arguments),a)})}function V(a){return a.match(/\[[\s\S]/)?a.replace(/^\[|\]$/g,""):a.replace(/\\/g,"")}function W(a){var b,c,d=a.match(Jd);for(b=0,c=d.length;b<c;b++)Md[d[b]]?d[b]=Md[d[b]]:d[b]=V(d[b]);return function(b){var e,f="";for(e=0;e<c;e++)f+=z(d[e])?d[e].call(b,a):d[e];return f}}function X(a,b){return a.isValid()?(b=Y(b,a.localeData()),Ld[b]=Ld[b]||W(b),Ld[b](a)):a.localeData().invalidDate()}function Y(a,b){function c(a){return b.longDateFormat(a)||a}var d=5;for(Kd.lastIndex=0;d>=0&&Kd.test(a);)a=a.replace(Kd,c),Kd.lastIndex=0,d-=1;return a}function Z(a,b,c){ce[a]=z(b)?b:function(a,d){return a&&c?c:b}}function $(a,b){return j(ce,a)?ce[a](b._strict,b._locale):new RegExp(_(a))}function _(a){return aa(a.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(a,b,c,d,e){return b||c||d||e}))}function aa(a){return a.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function ba(a,b){var c,d=b;for("string"==typeof a&&(a=[a]),g(b)&&(d=function(a,c){c[b]=u(a)}),c=0;c<a.length;c++)de[a[c]]=d}function ca(a,b){ba(a,function(a,c,d,e){d._w=d._w||{},b(a,d._w,d,e)})}function da(a,b,c){null!=b&&j(de,a)&&de[a](b,c._a,c,a)}function ea(a,b){return new Date(Date.UTC(a,b+1,0)).getUTCDate()}function fa(a,b){return a?c(this._months)?this._months[a.month()]:this._months[(this._months.isFormat||oe).test(b)?"format":"standalone"][a.month()]:c(this._months)?this._months:this._months.standalone}function ga(a,b){return a?c(this._monthsShort)?this._monthsShort[a.month()]:this._monthsShort[oe.test(b)?"format":"standalone"][a.month()]:c(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function ha(a,b,c){var d,e,f,g=a.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],d=0;d<12;++d)f=l([2e3,d]),this._shortMonthsParse[d]=this.monthsShort(f,"").toLocaleLowerCase(),this._longMonthsParse[d]=this.months(f,"").toLocaleLowerCase();return c?"MMM"===b?(e=ne.call(this._shortMonthsParse,g),e!==-1?e:null):(e=ne.call(this._longMonthsParse,g),e!==-1?e:null):"MMM"===b?(e=ne.call(this._shortMonthsParse,g),e!==-1?e:(e=ne.call(this._longMonthsParse,g),e!==-1?e:null)):(e=ne.call(this._longMonthsParse,g),e!==-1?e:(e=ne.call(this._shortMonthsParse,g),e!==-1?e:null))}function ia(a,b,c){var d,e,f;if(this._monthsParseExact)return ha.call(this,a,b,c);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),d=0;d<12;d++){if(e=l([2e3,d]),c&&!this._longMonthsParse[d]&&(this._longMonthsParse[d]=new RegExp("^"+this.months(e,"").replace(".","")+"$","i"),this._shortMonthsParse[d]=new RegExp("^"+this.monthsShort(e,"").replace(".","")+"$","i")),c||this._monthsParse[d]||(f="^"+this.months(e,"")+"|^"+this.monthsShort(e,""),this._monthsParse[d]=new RegExp(f.replace(".",""),"i")),c&&"MMMM"===b&&this._longMonthsParse[d].test(a))return d;if(c&&"MMM"===b&&this._shortMonthsParse[d].test(a))return d;if(!c&&this._monthsParse[d].test(a))return d}}function ja(a,b){var c;if(!a.isValid())return a;if("string"==typeof b)if(/^\d+$/.test(b))b=u(b);else if(b=a.localeData().monthsParse(b),!g(b))return a;return c=Math.min(a.date(),ea(a.year(),b)),a._d["set"+(a._isUTC?"UTC":"")+"Month"](b,c),a}function ka(b){return null!=b?(ja(this,b),a.updateOffset(this,!0),this):P(this,"Month")}function la(){return ea(this.year(),this.month())}function ma(a){return this._monthsParseExact?(j(this,"_monthsRegex")||oa.call(this),a?this._monthsShortStrictRegex:this._monthsShortRegex):(j(this,"_monthsShortRegex")||(this._monthsShortRegex=re),this._monthsShortStrictRegex&&a?this._monthsShortStrictRegex:this._monthsShortRegex)}function na(a){return this._monthsParseExact?(j(this,"_monthsRegex")||oa.call(this),a?this._monthsStrictRegex:this._monthsRegex):(j(this,"_monthsRegex")||(this._monthsRegex=se),this._monthsStrictRegex&&a?this._monthsStrictRegex:this._monthsRegex)}function oa(){function a(a,b){return b.length-a.length}var b,c,d=[],e=[],f=[];for(b=0;b<12;b++)c=l([2e3,b]),d.push(this.monthsShort(c,"")),e.push(this.months(c,"")),f.push(this.months(c,"")),f.push(this.monthsShort(c,""));for(d.sort(a),e.sort(a),f.sort(a),b=0;b<12;b++)d[b]=aa(d[b]),e[b]=aa(e[b]);for(b=0;b<24;b++)f[b]=aa(f[b]);this._monthsRegex=new RegExp("^("+f.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+e.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+d.join("|")+")","i")}function pa(a){return qa(a)?366:365}function qa(a){return a%4===0&&a%100!==0||a%400===0}function ra(){return qa(this.year())}function sa(a,b,c,d,e,f,g){var h=new Date(a,b,c,d,e,f,g);return a<100&&a>=0&&isFinite(h.getFullYear())&&h.setFullYear(a),h}function ta(a){var b=new Date(Date.UTC.apply(null,arguments));return a<100&&a>=0&&isFinite(b.getUTCFullYear())&&b.setUTCFullYear(a),b}function ua(a,b,c){var d=7+b-c,e=(7+ta(a,0,d).getUTCDay()-b)%7;return-e+d-1}function va(a,b,c,d,e){var f,g,h=(7+c-d)%7,i=ua(a,d,e),j=1+7*(b-1)+h+i;return j<=0?(f=a-1,g=pa(f)+j):j>pa(a)?(f=a+1,g=j-pa(a)):(f=a,g=j),{year:f,dayOfYear:g}}function wa(a,b,c){var d,e,f=ua(a.year(),b,c),g=Math.floor((a.dayOfYear()-f-1)/7)+1;return g<1?(e=a.year()-1,d=g+xa(e,b,c)):g>xa(a.year(),b,c)?(d=g-xa(a.year(),b,c),e=a.year()+1):(e=a.year(),d=g),{week:d,year:e}}function xa(a,b,c){var d=ua(a,b,c),e=ua(a+1,b,c);return(pa(a)-d+e)/7}function ya(a){return wa(a,this._week.dow,this._week.doy).week}function za(){return this._week.dow}function Aa(){return this._week.doy}function Ba(a){var b=this.localeData().week(this);return null==a?b:this.add(7*(a-b),"d")}function Ca(a){var b=wa(this,1,4).week;return null==a?b:this.add(7*(a-b),"d")}function Da(a,b){return"string"!=typeof a?a:isNaN(a)?(a=b.weekdaysParse(a),"number"==typeof a?a:null):parseInt(a,10)}function Ea(a,b){return"string"==typeof a?b.weekdaysParse(a)%7||7:isNaN(a)?null:a}function Fa(a,b){return a?c(this._weekdays)?this._weekdays[a.day()]:this._weekdays[this._weekdays.isFormat.test(b)?"format":"standalone"][a.day()]:c(this._weekdays)?this._weekdays:this._weekdays.standalone}function Ga(a){return a?this._weekdaysShort[a.day()]:this._weekdaysShort}function Ha(a){return a?this._weekdaysMin[a.day()]:this._weekdaysMin}function Ia(a,b,c){var d,e,f,g=a.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],d=0;d<7;++d)f=l([2e3,1]).day(d),this._minWeekdaysParse[d]=this.weekdaysMin(f,"").toLocaleLowerCase(),this._shortWeekdaysParse[d]=this.weekdaysShort(f,"").toLocaleLowerCase(),this._weekdaysParse[d]=this.weekdays(f,"").toLocaleLowerCase();return c?"dddd"===b?(e=ne.call(this._weekdaysParse,g),e!==-1?e:null):"ddd"===b?(e=ne.call(this._shortWeekdaysParse,g),e!==-1?e:null):(e=ne.call(this._minWeekdaysParse,g),e!==-1?e:null):"dddd"===b?(e=ne.call(this._weekdaysParse,g),e!==-1?e:(e=ne.call(this._shortWeekdaysParse,g),e!==-1?e:(e=ne.call(this._minWeekdaysParse,g),e!==-1?e:null))):"ddd"===b?(e=ne.call(this._shortWeekdaysParse,g),e!==-1?e:(e=ne.call(this._weekdaysParse,g),e!==-1?e:(e=ne.call(this._minWeekdaysParse,g),e!==-1?e:null))):(e=ne.call(this._minWeekdaysParse,g),e!==-1?e:(e=ne.call(this._weekdaysParse,g),e!==-1?e:(e=ne.call(this._shortWeekdaysParse,g),e!==-1?e:null)))}function Ja(a,b,c){var d,e,f;if(this._weekdaysParseExact)return Ia.call(this,a,b,c);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),d=0;d<7;d++){if(e=l([2e3,1]).day(d),c&&!this._fullWeekdaysParse[d]&&(this._fullWeekdaysParse[d]=new RegExp("^"+this.weekdays(e,"").replace(".",".?")+"$","i"),this._shortWeekdaysParse[d]=new RegExp("^"+this.weekdaysShort(e,"").replace(".",".?")+"$","i"),this._minWeekdaysParse[d]=new RegExp("^"+this.weekdaysMin(e,"").replace(".",".?")+"$","i")),this._weekdaysParse[d]||(f="^"+this.weekdays(e,"")+"|^"+this.weekdaysShort(e,"")+"|^"+this.weekdaysMin(e,""),this._weekdaysParse[d]=new RegExp(f.replace(".",""),"i")),c&&"dddd"===b&&this._fullWeekdaysParse[d].test(a))return d;if(c&&"ddd"===b&&this._shortWeekdaysParse[d].test(a))return d;if(c&&"dd"===b&&this._minWeekdaysParse[d].test(a))return d;if(!c&&this._weekdaysParse[d].test(a))return d}}function Ka(a){if(!this.isValid())return null!=a?this:NaN;var b=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=a?(a=Da(a,this.localeData()),this.add(a-b,"d")):b}function La(a){if(!this.isValid())return null!=a?this:NaN;var b=(this.day()+7-this.localeData()._week.dow)%7;return null==a?b:this.add(a-b,"d")}function Ma(a){if(!this.isValid())return null!=a?this:NaN;if(null!=a){var b=Ea(a,this.localeData());return this.day(this.day()%7?b:b-7)}return this.day()||7}function Na(a){return this._weekdaysParseExact?(j(this,"_weekdaysRegex")||Qa.call(this),a?this._weekdaysStrictRegex:this._weekdaysRegex):(j(this,"_weekdaysRegex")||(this._weekdaysRegex=ye),this._weekdaysStrictRegex&&a?this._weekdaysStrictRegex:this._weekdaysRegex)}function Oa(a){return this._weekdaysParseExact?(j(this,"_weekdaysRegex")||Qa.call(this),a?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(j(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=ze),this._weekdaysShortStrictRegex&&a?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Pa(a){return this._weekdaysParseExact?(j(this,"_weekdaysRegex")||Qa.call(this),a?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(j(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Ae),this._weekdaysMinStrictRegex&&a?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Qa(){function a(a,b){return b.length-a.length}var b,c,d,e,f,g=[],h=[],i=[],j=[];for(b=0;b<7;b++)c=l([2e3,1]).day(b),d=this.weekdaysMin(c,""),e=this.weekdaysShort(c,""),f=this.weekdays(c,""),g.push(d),h.push(e),i.push(f),j.push(d),j.push(e),j.push(f);for(g.sort(a),h.sort(a),i.sort(a),j.sort(a),b=0;b<7;b++)h[b]=aa(h[b]),i[b]=aa(i[b]),j[b]=aa(j[b]);this._weekdaysRegex=new RegExp("^("+j.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+i.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+h.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+g.join("|")+")","i")}function Ra(){return this.hours()%12||12}function Sa(){return this.hours()||24}function Ta(a,b){U(a,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),b)})}function Ua(a,b){return b._meridiemParse}function Va(a){return"p"===(a+"").toLowerCase().charAt(0)}function Wa(a,b,c){return a>11?c?"pm":"PM":c?"am":"AM"}function Xa(a){return a?a.toLowerCase().replace("_","-"):a}function Ya(a){for(var b,c,d,e,f=0;f<a.length;){for(e=Xa(a[f]).split("-"),b=e.length,c=Xa(a[f+1]),c=c?c.split("-"):null;b>0;){if(d=Za(e.slice(0,b).join("-")))return d;if(c&&c.length>=b&&v(e,c,!0)>=b-1)break;b--}f++}return null}function Za(a){var b=null;if(!Fe[a]&&"undefined"!=typeof module&&module&&module.exports)try{b=Be._abbr,require("./locale/"+a),$a(b)}catch(a){}return Fe[a]}function $a(a,b){var c;return a&&(c=f(b)?bb(a):_a(a,b),c&&(Be=c)),Be._abbr}function _a(a,b){if(null!==b){var c=Ee;if(b.abbr=a,null!=Fe[a])y("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),c=Fe[a]._config;else if(null!=b.parentLocale){if(null==Fe[b.parentLocale])return Ge[b.parentLocale]||(Ge[b.parentLocale]=[]),Ge[b.parentLocale].push({name:a,config:b}),null;c=Fe[b.parentLocale]._config}return Fe[a]=new C(B(c,b)),Ge[a]&&Ge[a].forEach(function(a){_a(a.name,a.config)}),$a(a),Fe[a]}return delete Fe[a],null}function ab(a,b){if(null!=b){var c,d=Ee;null!=Fe[a]&&(d=Fe[a]._config),b=B(d,b),c=new C(b),c.parentLocale=Fe[a],Fe[a]=c,$a(a)}else null!=Fe[a]&&(null!=Fe[a].parentLocale?Fe[a]=Fe[a].parentLocale:null!=Fe[a]&&delete Fe[a]);return Fe[a]}function bb(a){var b;if(a&&a._locale&&a._locale._abbr&&(a=a._locale._abbr),!a)return Be;if(!c(a)){if(b=Za(a))return b;a=[a]}return Ya(a)}function cb(){return Ad(Fe)}function db(a){var b,c=a._a;return c&&n(a).overflow===-2&&(b=c[fe]<0||c[fe]>11?fe:c[ge]<1||c[ge]>ea(c[ee],c[fe])?ge:c[he]<0||c[he]>24||24===c[he]&&(0!==c[ie]||0!==c[je]||0!==c[ke])?he:c[ie]<0||c[ie]>59?ie:c[je]<0||c[je]>59?je:c[ke]<0||c[ke]>999?ke:-1,n(a)._overflowDayOfYear&&(b<ee||b>ge)&&(b=ge),n(a)._overflowWeeks&&b===-1&&(b=le),n(a)._overflowWeekday&&b===-1&&(b=me),n(a).overflow=b),a}function eb(a){var b,c,d,e,f,g,h=a._i,i=He.exec(h)||Ie.exec(h);if(i){for(n(a).iso=!0,b=0,c=Ke.length;b<c;b++)if(Ke[b][1].exec(i[1])){e=Ke[b][0],d=Ke[b][2]!==!1;break}if(null==e)return void(a._isValid=!1);if(i[3]){for(b=0,c=Le.length;b<c;b++)if(Le[b][1].exec(i[3])){f=(i[2]||" ")+Le[b][0];break}if(null==f)return void(a._isValid=!1)}if(!d&&null!=f)return void(a._isValid=!1);if(i[4]){if(!Je.exec(i[4]))return void(a._isValid=!1);g="Z"}a._f=e+(f||"")+(g||""),lb(a)}else a._isValid=!1}function fb(a){var b,c,d,e,f,g,h,i,j={" GMT":" +0000"," EDT":" -0400"," EST":" -0500"," CDT":" -0500"," CST":" -0600"," MDT":" -0600"," MST":" -0700"," PDT":" -0700"," PST":" -0800"},k="YXWVUTSRQPONZABCDEFGHIKLM";if(b=a._i.replace(/\([^\)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s|\s$/g,""),c=Ne.exec(b)){if(d=c[1]?"ddd"+(5===c[1].length?", ":" "):"",e="D MMM "+(c[2].length>10?"YYYY ":"YY "),f="HH:mm"+(c[4]?":ss":""),c[1]){var l=new Date(c[2]),m=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"][l.getDay()];if(c[1].substr(0,3)!==m)return n(a).weekdayMismatch=!0,void(a._isValid=!1)}switch(c[5].length){case 2:0===i?h=" +0000":(i=k.indexOf(c[5][1].toUpperCase())-12,h=(i<0?" -":" +")+(""+i).replace(/^-?/,"0").match(/..$/)[0]+"00");break;case 4:h=j[c[5]];break;default:h=j[" GMT"]}c[5]=h,a._i=c.splice(1).join(""),g=" ZZ",a._f=d+e+f+g,lb(a),n(a).rfc2822=!0}else a._isValid=!1}function gb(b){var c=Me.exec(b._i);return null!==c?void(b._d=new Date(+c[1])):(eb(b),void(b._isValid===!1&&(delete b._isValid,fb(b),b._isValid===!1&&(delete b._isValid,a.createFromInputFallback(b)))))}function hb(a,b,c){return null!=a?a:null!=b?b:c}function ib(b){var c=new Date(a.now());return b._useUTC?[c.getUTCFullYear(),c.getUTCMonth(),c.getUTCDate()]:[c.getFullYear(),c.getMonth(),c.getDate()]}function jb(a){var b,c,d,e,f=[];if(!a._d){for(d=ib(a),a._w&&null==a._a[ge]&&null==a._a[fe]&&kb(a),null!=a._dayOfYear&&(e=hb(a._a[ee],d[ee]),(a._dayOfYear>pa(e)||0===a._dayOfYear)&&(n(a)._overflowDayOfYear=!0),c=ta(e,0,a._dayOfYear),a._a[fe]=c.getUTCMonth(),a._a[ge]=c.getUTCDate()),b=0;b<3&&null==a._a[b];++b)a._a[b]=f[b]=d[b];for(;b<7;b++)a._a[b]=f[b]=null==a._a[b]?2===b?1:0:a._a[b];24===a._a[he]&&0===a._a[ie]&&0===a._a[je]&&0===a._a[ke]&&(a._nextDay=!0,a._a[he]=0),a._d=(a._useUTC?ta:sa).apply(null,f),null!=a._tzm&&a._d.setUTCMinutes(a._d.getUTCMinutes()-a._tzm),a._nextDay&&(a._a[he]=24)}}function kb(a){var b,c,d,e,f,g,h,i;if(b=a._w,null!=b.GG||null!=b.W||null!=b.E)f=1,g=4,c=hb(b.GG,a._a[ee],wa(tb(),1,4).year),d=hb(b.W,1),e=hb(b.E,1),(e<1||e>7)&&(i=!0);else{f=a._locale._week.dow,g=a._locale._week.doy;var j=wa(tb(),f,g);c=hb(b.gg,a._a[ee],j.year),d=hb(b.w,j.week),null!=b.d?(e=b.d,(e<0||e>6)&&(i=!0)):null!=b.e?(e=b.e+f,(b.e<0||b.e>6)&&(i=!0)):e=f}d<1||d>xa(c,f,g)?n(a)._overflowWeeks=!0:null!=i?n(a)._overflowWeekday=!0:(h=va(c,d,e,f,g),a._a[ee]=h.year,a._dayOfYear=h.dayOfYear)}function lb(b){if(b._f===a.ISO_8601)return void eb(b);if(b._f===a.RFC_2822)return void fb(b);b._a=[],n(b).empty=!0;var c,d,e,f,g,h=""+b._i,i=h.length,j=0;for(e=Y(b._f,b._locale).match(Jd)||[],c=0;c<e.length;c++)f=e[c],d=(h.match($(f,b))||[])[0],d&&(g=h.substr(0,h.indexOf(d)),g.length>0&&n(b).unusedInput.push(g),h=h.slice(h.indexOf(d)+d.length),j+=d.length),Md[f]?(d?n(b).empty=!1:n(b).unusedTokens.push(f),da(f,d,b)):b._strict&&!d&&n(b).unusedTokens.push(f);n(b).charsLeftOver=i-j,h.length>0&&n(b).unusedInput.push(h),b._a[he]<=12&&n(b).bigHour===!0&&b._a[he]>0&&(n(b).bigHour=void 0),n(b).parsedDateParts=b._a.slice(0),n(b).meridiem=b._meridiem,b._a[he]=mb(b._locale,b._a[he],b._meridiem),jb(b),db(b)}function mb(a,b,c){var d;return null==c?b:null!=a.meridiemHour?a.meridiemHour(b,c):null!=a.isPM?(d=a.isPM(c),d&&b<12&&(b+=12),d||12!==b||(b=0),b):b}function nb(a){var b,c,d,e,f;if(0===a._f.length)return n(a).invalidFormat=!0,void(a._d=new Date(NaN));for(e=0;e<a._f.length;e++)f=0,b=q({},a),null!=a._useUTC&&(b._useUTC=a._useUTC),b._f=a._f[e],lb(b),o(b)&&(f+=n(b).charsLeftOver,f+=10*n(b).unusedTokens.length,n(b).score=f,(null==d||f<d)&&(d=f,c=b));k(a,c||b)}function ob(a){if(!a._d){var b=L(a._i);a._a=i([b.year,b.month,b.day||b.date,b.hour,b.minute,b.second,b.millisecond],function(a){return a&&parseInt(a,10)}),jb(a)}}function pb(a){var b=new r(db(qb(a)));return b._nextDay&&(b.add(1,"d"),b._nextDay=void 0),b}function qb(a){var b=a._i,d=a._f;return a._locale=a._locale||bb(a._l),null===b||void 0===d&&""===b?p({nullInput:!0}):("string"==typeof b&&(a._i=b=a._locale.preparse(b)),s(b)?new r(db(b)):(h(b)?a._d=b:c(d)?nb(a):d?lb(a):rb(a),o(a)||(a._d=null),a))}function rb(b){var e=b._i;f(e)?b._d=new Date(a.now()):h(e)?b._d=new Date(e.valueOf()):"string"==typeof e?gb(b):c(e)?(b._a=i(e.slice(0),function(a){return parseInt(a,10)}),jb(b)):d(e)?ob(b):g(e)?b._d=new Date(e):a.createFromInputFallback(b)}function sb(a,b,f,g,h){var i={};return f!==!0&&f!==!1||(g=f,f=void 0),(d(a)&&e(a)||c(a)&&0===a.length)&&(a=void 0),i._isAMomentObject=!0,i._useUTC=i._isUTC=h,i._l=f,i._i=a,i._f=b,i._strict=g,pb(i)}function tb(a,b,c,d){return sb(a,b,c,d,!1)}function ub(a,b){var d,e;if(1===b.length&&c(b[0])&&(b=b[0]),!b.length)return tb();for(d=b[0],e=1;e<b.length;++e)b[e].isValid()&&!b[e][a](d)||(d=b[e]);return d}function vb(){var a=[].slice.call(arguments,0);return ub("isBefore",a)}function wb(){var a=[].slice.call(arguments,0);return ub("isAfter",a)}function xb(a){for(var b in a)if(Re.indexOf(b)===-1||null!=a[b]&&isNaN(a[b]))return!1;for(var c=!1,d=0;d<Re.length;++d)if(a[Re[d]]){if(c)return!1;parseFloat(a[Re[d]])!==u(a[Re[d]])&&(c=!0)}return!0}function yb(){return this._isValid}function zb(){return Sb(NaN)}function Ab(a){var b=L(a),c=b.year||0,d=b.quarter||0,e=b.month||0,f=b.week||0,g=b.day||0,h=b.hour||0,i=b.minute||0,j=b.second||0,k=b.millisecond||0;this._isValid=xb(b),this._milliseconds=+k+1e3*j+6e4*i+1e3*h*60*60,this._days=+g+7*f,this._months=+e+3*d+12*c,this._data={},this._locale=bb(),this._bubble()}function Bb(a){return a instanceof Ab}function Cb(a){return a<0?Math.round(-1*a)*-1:Math.round(a)}function Db(a,b){U(a,0,0,function(){var a=this.utcOffset(),c="+";return a<0&&(a=-a,c="-"),c+T(~~(a/60),2)+b+T(~~a%60,2)})}function Eb(a,b){var c=(b||"").match(a);if(null===c)return null;var d=c[c.length-1]||[],e=(d+"").match(Se)||["-",0,0],f=+(60*e[1])+u(e[2]);return 0===f?0:"+"===e[0]?f:-f}function Fb(b,c){var d,e;return c._isUTC?(d=c.clone(),e=(s(b)||h(b)?b.valueOf():tb(b).valueOf())-d.valueOf(),d._d.setTime(d._d.valueOf()+e),a.updateOffset(d,!1),d):tb(b).local()}function Gb(a){return 15*-Math.round(a._d.getTimezoneOffset()/15)}function Hb(b,c,d){var e,f=this._offset||0;if(!this.isValid())return null!=b?this:NaN;if(null!=b){if("string"==typeof b){if(b=Eb(_d,b),null===b)return this}else Math.abs(b)<16&&!d&&(b=60*b);return!this._isUTC&&c&&(e=Gb(this)),this._offset=b,this._isUTC=!0,null!=e&&this.add(e,"m"),f!==b&&(!c||this._changeInProgress?Xb(this,Sb(b-f,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,a.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?f:Gb(this)}function Ib(a,b){return null!=a?("string"!=typeof a&&(a=-a),this.utcOffset(a,b),this):-this.utcOffset()}function Jb(a){return this.utcOffset(0,a)}function Kb(a){return this._isUTC&&(this.utcOffset(0,a),this._isUTC=!1,a&&this.subtract(Gb(this),"m")),this}function Lb(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var a=Eb($d,this._i);null!=a?this.utcOffset(a):this.utcOffset(0,!0)}return this}function Mb(a){return!!this.isValid()&&(a=a?tb(a).utcOffset():0,(this.utcOffset()-a)%60===0)}function Nb(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function Ob(){if(!f(this._isDSTShifted))return this._isDSTShifted;var a={};if(q(a,this),a=qb(a),a._a){var b=a._isUTC?l(a._a):tb(a._a);this._isDSTShifted=this.isValid()&&v(a._a,b.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted}function Pb(){return!!this.isValid()&&!this._isUTC}function Qb(){return!!this.isValid()&&this._isUTC}function Rb(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}function Sb(a,b){var c,d,e,f=a,h=null;return Bb(a)?f={ms:a._milliseconds,d:a._days,M:a._months}:g(a)?(f={},b?f[b]=a:f.milliseconds=a):(h=Te.exec(a))?(c="-"===h[1]?-1:1,f={y:0,d:u(h[ge])*c,h:u(h[he])*c,m:u(h[ie])*c,s:u(h[je])*c,ms:u(Cb(1e3*h[ke]))*c}):(h=Ue.exec(a))?(c="-"===h[1]?-1:1,f={y:Tb(h[2],c),M:Tb(h[3],c),w:Tb(h[4],c),d:Tb(h[5],c),h:Tb(h[6],c),m:Tb(h[7],c),s:Tb(h[8],c)}):null==f?f={}:"object"==typeof f&&("from"in f||"to"in f)&&(e=Vb(tb(f.from),tb(f.to)),f={},f.ms=e.milliseconds,f.M=e.months),d=new Ab(f),Bb(a)&&j(a,"_locale")&&(d._locale=a._locale),d}function Tb(a,b){var c=a&&parseFloat(a.replace(",","."));return(isNaN(c)?0:c)*b}function Ub(a,b){var c={milliseconds:0,months:0};return c.months=b.month()-a.month()+12*(b.year()-a.year()),a.clone().add(c.months,"M").isAfter(b)&&--c.months,c.milliseconds=+b-+a.clone().add(c.months,"M"),c}function Vb(a,b){var c;return a.isValid()&&b.isValid()?(b=Fb(b,a),a.isBefore(b)?c=Ub(a,b):(c=Ub(b,a),c.milliseconds=-c.milliseconds,c.months=-c.months),c):{milliseconds:0,months:0}}function Wb(a,b){return function(c,d){var e,f;return null===d||isNaN(+d)||(y(b,"moment()."+b+"(period, number) is deprecated. Please use moment()."+b+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),f=c,c=d,d=f),c="string"==typeof c?+c:c,e=Sb(c,d),Xb(this,e,a),this}}function Xb(b,c,d,e){var f=c._milliseconds,g=Cb(c._days),h=Cb(c._months);b.isValid()&&(e=null==e||e,f&&b._d.setTime(b._d.valueOf()+f*d),g&&Q(b,"Date",P(b,"Date")+g*d),h&&ja(b,P(b,"Month")+h*d),e&&a.updateOffset(b,g||h))}function Yb(a,b){var c=a.diff(b,"days",!0);return c<-6?"sameElse":c<-1?"lastWeek":c<0?"lastDay":c<1?"sameDay":c<2?"nextDay":c<7?"nextWeek":"sameElse"}function Zb(b,c){var d=b||tb(),e=Fb(d,this).startOf("day"),f=a.calendarFormat(this,e)||"sameElse",g=c&&(z(c[f])?c[f].call(this,d):c[f]);return this.format(g||this.localeData().calendar(f,this,tb(d)))}function $b(){return new r(this)}function _b(a,b){var c=s(a)?a:tb(a);return!(!this.isValid()||!c.isValid())&&(b=K(f(b)?"millisecond":b),"millisecond"===b?this.valueOf()>c.valueOf():c.valueOf()<this.clone().startOf(b).valueOf())}function ac(a,b){var c=s(a)?a:tb(a);return!(!this.isValid()||!c.isValid())&&(b=K(f(b)?"millisecond":b),"millisecond"===b?this.valueOf()<c.valueOf():this.clone().endOf(b).valueOf()<c.valueOf())}function bc(a,b,c,d){return d=d||"()",("("===d[0]?this.isAfter(a,c):!this.isBefore(a,c))&&(")"===d[1]?this.isBefore(b,c):!this.isAfter(b,c))}function cc(a,b){var c,d=s(a)?a:tb(a);return!(!this.isValid()||!d.isValid())&&(b=K(b||"millisecond"),"millisecond"===b?this.valueOf()===d.valueOf():(c=d.valueOf(),this.clone().startOf(b).valueOf()<=c&&c<=this.clone().endOf(b).valueOf()))}function dc(a,b){return this.isSame(a,b)||this.isAfter(a,b)}function ec(a,b){return this.isSame(a,b)||this.isBefore(a,b)}function fc(a,b,c){var d,e,f,g;return this.isValid()?(d=Fb(a,this),d.isValid()?(e=6e4*(d.utcOffset()-this.utcOffset()),b=K(b),"year"===b||"month"===b||"quarter"===b?(g=gc(this,d),"quarter"===b?g/=3:"year"===b&&(g/=12)):(f=this-d,g="second"===b?f/1e3:"minute"===b?f/6e4:"hour"===b?f/36e5:"day"===b?(f-e)/864e5:"week"===b?(f-e)/6048e5:f),c?g:t(g)):NaN):NaN}function gc(a,b){var c,d,e=12*(b.year()-a.year())+(b.month()-a.month()),f=a.clone().add(e,"months");return b-f<0?(c=a.clone().add(e-1,"months"),d=(b-f)/(f-c)):(c=a.clone().add(e+1,"months"),d=(b-f)/(c-f)),-(e+d)||0}function hc(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function ic(){if(!this.isValid())return null;var a=this.clone().utc();return a.year()<0||a.year()>9999?X(a,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):z(Date.prototype.toISOString)?this.toDate().toISOString():X(a,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]")}function jc(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var a="moment",b="";this.isLocal()||(a=0===this.utcOffset()?"moment.utc":"moment.parseZone",b="Z");var c="["+a+'("]',d=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",e="-MM-DD[T]HH:mm:ss.SSS",f=b+'[")]';return this.format(c+d+e+f)}function kc(b){b||(b=this.isUtc()?a.defaultFormatUtc:a.defaultFormat);var c=X(this,b);return this.localeData().postformat(c)}function lc(a,b){return this.isValid()&&(s(a)&&a.isValid()||tb(a).isValid())?Sb({to:this,from:a}).locale(this.locale()).humanize(!b):this.localeData().invalidDate()}function mc(a){return this.from(tb(),a)}function nc(a,b){return this.isValid()&&(s(a)&&a.isValid()||tb(a).isValid())?Sb({from:this,to:a}).locale(this.locale()).humanize(!b):this.localeData().invalidDate()}function oc(a){return this.to(tb(),a)}function pc(a){var b;return void 0===a?this._locale._abbr:(b=bb(a),null!=b&&(this._locale=b),this)}function qc(){return this._locale}function rc(a){switch(a=K(a)){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":case"date":this.hours(0);case"hour":this.minutes(0);case"minute":this.seconds(0);case"second":this.milliseconds(0)}return"week"===a&&this.weekday(0),"isoWeek"===a&&this.isoWeekday(1),"quarter"===a&&this.month(3*Math.floor(this.month()/3)),this}function sc(a){return a=K(a),void 0===a||"millisecond"===a?this:("date"===a&&(a="day"),this.startOf(a).add(1,"isoWeek"===a?"week":a).subtract(1,"ms"))}function tc(){return this._d.valueOf()-6e4*(this._offset||0)}function uc(){return Math.floor(this.valueOf()/1e3)}function vc(){return new Date(this.valueOf())}function wc(){var a=this;return[a.year(),a.month(),a.date(),a.hour(),a.minute(),a.second(),a.millisecond()]}function xc(){var a=this;return{years:a.year(),months:a.month(),date:a.date(),hours:a.hours(),minutes:a.minutes(),seconds:a.seconds(),milliseconds:a.milliseconds()}}function yc(){return this.isValid()?this.toISOString():null}function zc(){return o(this)}function Ac(){
|
1404 |
-
return k({},n(this))}function Bc(){return n(this).overflow}function Cc(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Dc(a,b){U(0,[a,a.length],0,b)}function Ec(a){return Ic.call(this,a,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function Fc(a){return Ic.call(this,a,this.isoWeek(),this.isoWeekday(),1,4)}function Gc(){return xa(this.year(),1,4)}function Hc(){var a=this.localeData()._week;return xa(this.year(),a.dow,a.doy)}function Ic(a,b,c,d,e){var f;return null==a?wa(this,d,e).year:(f=xa(a,d,e),b>f&&(b=f),Jc.call(this,a,b,c,d,e))}function Jc(a,b,c,d,e){var f=va(a,b,c,d,e),g=ta(f.year,0,f.dayOfYear);return this.year(g.getUTCFullYear()),this.month(g.getUTCMonth()),this.date(g.getUTCDate()),this}function Kc(a){return null==a?Math.ceil((this.month()+1)/3):this.month(3*(a-1)+this.month()%3)}function Lc(a){var b=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==a?b:this.add(a-b,"d")}function Mc(a,b){b[ke]=u(1e3*("0."+a))}function Nc(){return this._isUTC?"UTC":""}function Oc(){return this._isUTC?"Coordinated Universal Time":""}function Pc(a){return tb(1e3*a)}function Qc(){return tb.apply(null,arguments).parseZone()}function Rc(a){return a}function Sc(a,b,c,d){var e=bb(),f=l().set(d,b);return e[c](f,a)}function Tc(a,b,c){if(g(a)&&(b=a,a=void 0),a=a||"",null!=b)return Sc(a,b,c,"month");var d,e=[];for(d=0;d<12;d++)e[d]=Sc(a,d,c,"month");return e}function Uc(a,b,c,d){"boolean"==typeof a?(g(b)&&(c=b,b=void 0),b=b||""):(b=a,c=b,a=!1,g(b)&&(c=b,b=void 0),b=b||"");var e=bb(),f=a?e._week.dow:0;if(null!=c)return Sc(b,(c+f)%7,d,"day");var h,i=[];for(h=0;h<7;h++)i[h]=Sc(b,(h+f)%7,d,"day");return i}function Vc(a,b){return Tc(a,b,"months")}function Wc(a,b){return Tc(a,b,"monthsShort")}function Xc(a,b,c){return Uc(a,b,c,"weekdays")}function Yc(a,b,c){return Uc(a,b,c,"weekdaysShort")}function Zc(a,b,c){return Uc(a,b,c,"weekdaysMin")}function $c(){var a=this._data;return this._milliseconds=df(this._milliseconds),this._days=df(this._days),this._months=df(this._months),a.milliseconds=df(a.milliseconds),a.seconds=df(a.seconds),a.minutes=df(a.minutes),a.hours=df(a.hours),a.months=df(a.months),a.years=df(a.years),this}function _c(a,b,c,d){var e=Sb(b,c);return a._milliseconds+=d*e._milliseconds,a._days+=d*e._days,a._months+=d*e._months,a._bubble()}function ad(a,b){return _c(this,a,b,1)}function bd(a,b){return _c(this,a,b,-1)}function cd(a){return a<0?Math.floor(a):Math.ceil(a)}function dd(){var a,b,c,d,e,f=this._milliseconds,g=this._days,h=this._months,i=this._data;return f>=0&&g>=0&&h>=0||f<=0&&g<=0&&h<=0||(f+=864e5*cd(fd(h)+g),g=0,h=0),i.milliseconds=f%1e3,a=t(f/1e3),i.seconds=a%60,b=t(a/60),i.minutes=b%60,c=t(b/60),i.hours=c%24,g+=t(c/24),e=t(ed(g)),h+=e,g-=cd(fd(e)),d=t(h/12),h%=12,i.days=g,i.months=h,i.years=d,this}function ed(a){return 4800*a/146097}function fd(a){return 146097*a/4800}function gd(a){if(!this.isValid())return NaN;var b,c,d=this._milliseconds;if(a=K(a),"month"===a||"year"===a)return b=this._days+d/864e5,c=this._months+ed(b),"month"===a?c:c/12;switch(b=this._days+Math.round(fd(this._months)),a){case"week":return b/7+d/6048e5;case"day":return b+d/864e5;case"hour":return 24*b+d/36e5;case"minute":return 1440*b+d/6e4;case"second":return 86400*b+d/1e3;case"millisecond":return Math.floor(864e5*b)+d;default:throw new Error("Unknown unit "+a)}}function hd(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*u(this._months/12):NaN}function id(a){return function(){return this.as(a)}}function jd(a){return a=K(a),this.isValid()?this[a+"s"]():NaN}function kd(a){return function(){return this.isValid()?this._data[a]:NaN}}function ld(){return t(this.days()/7)}function md(a,b,c,d,e){return e.relativeTime(b||1,!!c,a,d)}function nd(a,b,c){var d=Sb(a).abs(),e=uf(d.as("s")),f=uf(d.as("m")),g=uf(d.as("h")),h=uf(d.as("d")),i=uf(d.as("M")),j=uf(d.as("y")),k=e<=vf.ss&&["s",e]||e<vf.s&&["ss",e]||f<=1&&["m"]||f<vf.m&&["mm",f]||g<=1&&["h"]||g<vf.h&&["hh",g]||h<=1&&["d"]||h<vf.d&&["dd",h]||i<=1&&["M"]||i<vf.M&&["MM",i]||j<=1&&["y"]||["yy",j];return k[2]=b,k[3]=+a>0,k[4]=c,md.apply(null,k)}function od(a){return void 0===a?uf:"function"==typeof a&&(uf=a,!0)}function pd(a,b){return void 0!==vf[a]&&(void 0===b?vf[a]:(vf[a]=b,"s"===a&&(vf.ss=b-1),!0))}function qd(a){if(!this.isValid())return this.localeData().invalidDate();var b=this.localeData(),c=nd(this,!a,b);return a&&(c=b.pastFuture(+this,c)),b.postformat(c)}function rd(){if(!this.isValid())return this.localeData().invalidDate();var a,b,c,d=wf(this._milliseconds)/1e3,e=wf(this._days),f=wf(this._months);a=t(d/60),b=t(a/60),d%=60,a%=60,c=t(f/12),f%=12;var g=c,h=f,i=e,j=b,k=a,l=d,m=this.asSeconds();return m?(m<0?"-":"")+"P"+(g?g+"Y":"")+(h?h+"M":"")+(i?i+"D":"")+(j||k||l?"T":"")+(j?j+"H":"")+(k?k+"M":"")+(l?l+"S":""):"P0D"}var sd,td;td=Array.prototype.some?Array.prototype.some:function(a){for(var b=Object(this),c=b.length>>>0,d=0;d<c;d++)if(d in b&&a.call(this,b[d],d,b))return!0;return!1};var ud=td,vd=a.momentProperties=[],wd=!1,xd={};a.suppressDeprecationWarnings=!1,a.deprecationHandler=null;var yd;yd=Object.keys?Object.keys:function(a){var b,c=[];for(b in a)j(a,b)&&c.push(b);return c};var zd,Ad=yd,Bd={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},Cd={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},Dd="Invalid date",Ed="%d",Fd=/\d{1,2}/,Gd={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},Hd={},Id={},Jd=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,Kd=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Ld={},Md={},Nd=/\d/,Od=/\d\d/,Pd=/\d{3}/,Qd=/\d{4}/,Rd=/[+-]?\d{6}/,Sd=/\d\d?/,Td=/\d\d\d\d?/,Ud=/\d\d\d\d\d\d?/,Vd=/\d{1,3}/,Wd=/\d{1,4}/,Xd=/[+-]?\d{1,6}/,Yd=/\d+/,Zd=/[+-]?\d+/,$d=/Z|[+-]\d\d:?\d\d/gi,_d=/Z|[+-]\d\d(?::?\d\d)?/gi,ae=/[+-]?\d+(\.\d{1,3})?/,be=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,ce={},de={},ee=0,fe=1,ge=2,he=3,ie=4,je=5,ke=6,le=7,me=8;zd=Array.prototype.indexOf?Array.prototype.indexOf:function(a){var b;for(b=0;b<this.length;++b)if(this[b]===a)return b;return-1};var ne=zd;U("M",["MM",2],"Mo",function(){return this.month()+1}),U("MMM",0,0,function(a){return this.localeData().monthsShort(this,a)}),U("MMMM",0,0,function(a){return this.localeData().months(this,a)}),J("month","M"),M("month",8),Z("M",Sd),Z("MM",Sd,Od),Z("MMM",function(a,b){return b.monthsShortRegex(a)}),Z("MMMM",function(a,b){return b.monthsRegex(a)}),ba(["M","MM"],function(a,b){b[fe]=u(a)-1}),ba(["MMM","MMMM"],function(a,b,c,d){var e=c._locale.monthsParse(a,d,c._strict);null!=e?b[fe]=e:n(c).invalidMonth=a});var oe=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,pe="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),qe="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),re=be,se=be;U("Y",0,0,function(){var a=this.year();return a<=9999?""+a:"+"+a}),U(0,["YY",2],0,function(){return this.year()%100}),U(0,["YYYY",4],0,"year"),U(0,["YYYYY",5],0,"year"),U(0,["YYYYYY",6,!0],0,"year"),J("year","y"),M("year",1),Z("Y",Zd),Z("YY",Sd,Od),Z("YYYY",Wd,Qd),Z("YYYYY",Xd,Rd),Z("YYYYYY",Xd,Rd),ba(["YYYYY","YYYYYY"],ee),ba("YYYY",function(b,c){c[ee]=2===b.length?a.parseTwoDigitYear(b):u(b)}),ba("YY",function(b,c){c[ee]=a.parseTwoDigitYear(b)}),ba("Y",function(a,b){b[ee]=parseInt(a,10)}),a.parseTwoDigitYear=function(a){return u(a)+(u(a)>68?1900:2e3)};var te=O("FullYear",!0);U("w",["ww",2],"wo","week"),U("W",["WW",2],"Wo","isoWeek"),J("week","w"),J("isoWeek","W"),M("week",5),M("isoWeek",5),Z("w",Sd),Z("ww",Sd,Od),Z("W",Sd),Z("WW",Sd,Od),ca(["w","ww","W","WW"],function(a,b,c,d){b[d.substr(0,1)]=u(a)});var ue={dow:0,doy:6};U("d",0,"do","day"),U("dd",0,0,function(a){return this.localeData().weekdaysMin(this,a)}),U("ddd",0,0,function(a){return this.localeData().weekdaysShort(this,a)}),U("dddd",0,0,function(a){return this.localeData().weekdays(this,a)}),U("e",0,0,"weekday"),U("E",0,0,"isoWeekday"),J("day","d"),J("weekday","e"),J("isoWeekday","E"),M("day",11),M("weekday",11),M("isoWeekday",11),Z("d",Sd),Z("e",Sd),Z("E",Sd),Z("dd",function(a,b){return b.weekdaysMinRegex(a)}),Z("ddd",function(a,b){return b.weekdaysShortRegex(a)}),Z("dddd",function(a,b){return b.weekdaysRegex(a)}),ca(["dd","ddd","dddd"],function(a,b,c,d){var e=c._locale.weekdaysParse(a,d,c._strict);null!=e?b.d=e:n(c).invalidWeekday=a}),ca(["d","e","E"],function(a,b,c,d){b[d]=u(a)});var ve="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),we="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),xe="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),ye=be,ze=be,Ae=be;U("H",["HH",2],0,"hour"),U("h",["hh",2],0,Ra),U("k",["kk",2],0,Sa),U("hmm",0,0,function(){return""+Ra.apply(this)+T(this.minutes(),2)}),U("hmmss",0,0,function(){return""+Ra.apply(this)+T(this.minutes(),2)+T(this.seconds(),2)}),U("Hmm",0,0,function(){return""+this.hours()+T(this.minutes(),2)}),U("Hmmss",0,0,function(){return""+this.hours()+T(this.minutes(),2)+T(this.seconds(),2)}),Ta("a",!0),Ta("A",!1),J("hour","h"),M("hour",13),Z("a",Ua),Z("A",Ua),Z("H",Sd),Z("h",Sd),Z("k",Sd),Z("HH",Sd,Od),Z("hh",Sd,Od),Z("kk",Sd,Od),Z("hmm",Td),Z("hmmss",Ud),Z("Hmm",Td),Z("Hmmss",Ud),ba(["H","HH"],he),ba(["k","kk"],function(a,b,c){var d=u(a);b[he]=24===d?0:d}),ba(["a","A"],function(a,b,c){c._isPm=c._locale.isPM(a),c._meridiem=a}),ba(["h","hh"],function(a,b,c){b[he]=u(a),n(c).bigHour=!0}),ba("hmm",function(a,b,c){var d=a.length-2;b[he]=u(a.substr(0,d)),b[ie]=u(a.substr(d)),n(c).bigHour=!0}),ba("hmmss",function(a,b,c){var d=a.length-4,e=a.length-2;b[he]=u(a.substr(0,d)),b[ie]=u(a.substr(d,2)),b[je]=u(a.substr(e)),n(c).bigHour=!0}),ba("Hmm",function(a,b,c){var d=a.length-2;b[he]=u(a.substr(0,d)),b[ie]=u(a.substr(d))}),ba("Hmmss",function(a,b,c){var d=a.length-4,e=a.length-2;b[he]=u(a.substr(0,d)),b[ie]=u(a.substr(d,2)),b[je]=u(a.substr(e))});var Be,Ce=/[ap]\.?m?\.?/i,De=O("Hours",!0),Ee={calendar:Bd,longDateFormat:Cd,invalidDate:Dd,ordinal:Ed,dayOfMonthOrdinalParse:Fd,relativeTime:Gd,months:pe,monthsShort:qe,week:ue,weekdays:ve,weekdaysMin:xe,weekdaysShort:we,meridiemParse:Ce},Fe={},Ge={},He=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Ie=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Je=/Z|[+-]\d\d(?::?\d\d)?/,Ke=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],Le=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Me=/^\/?Date\((\-?\d+)/i,Ne=/^((?:Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d?\d\s(?:Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(?:\d\d)?\d\d\s)(\d\d:\d\d)(\:\d\d)?(\s(?:UT|GMT|[ECMP][SD]T|[A-IK-Za-ik-z]|[+-]\d{4}))$/;a.createFromInputFallback=x("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(a){a._d=new Date(a._i+(a._useUTC?" UTC":""))}),a.ISO_8601=function(){},a.RFC_2822=function(){};var Oe=x("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var a=tb.apply(null,arguments);return this.isValid()&&a.isValid()?a<this?this:a:p()}),Pe=x("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var a=tb.apply(null,arguments);return this.isValid()&&a.isValid()?a>this?this:a:p()}),Qe=function(){return Date.now?Date.now():+new Date},Re=["year","quarter","month","week","day","hour","minute","second","millisecond"];Db("Z",":"),Db("ZZ",""),Z("Z",_d),Z("ZZ",_d),ba(["Z","ZZ"],function(a,b,c){c._useUTC=!0,c._tzm=Eb(_d,a)});var Se=/([\+\-]|\d\d)/gi;a.updateOffset=function(){};var Te=/^(\-)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/,Ue=/^(-)?P(?:(-?[0-9,.]*)Y)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)W)?(?:(-?[0-9,.]*)D)?(?:T(?:(-?[0-9,.]*)H)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)S)?)?$/;Sb.fn=Ab.prototype,Sb.invalid=zb;var Ve=Wb(1,"add"),We=Wb(-1,"subtract");a.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",a.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Xe=x("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(a){return void 0===a?this.localeData():this.locale(a)});U(0,["gg",2],0,function(){return this.weekYear()%100}),U(0,["GG",2],0,function(){return this.isoWeekYear()%100}),Dc("gggg","weekYear"),Dc("ggggg","weekYear"),Dc("GGGG","isoWeekYear"),Dc("GGGGG","isoWeekYear"),J("weekYear","gg"),J("isoWeekYear","GG"),M("weekYear",1),M("isoWeekYear",1),Z("G",Zd),Z("g",Zd),Z("GG",Sd,Od),Z("gg",Sd,Od),Z("GGGG",Wd,Qd),Z("gggg",Wd,Qd),Z("GGGGG",Xd,Rd),Z("ggggg",Xd,Rd),ca(["gggg","ggggg","GGGG","GGGGG"],function(a,b,c,d){b[d.substr(0,2)]=u(a)}),ca(["gg","GG"],function(b,c,d,e){c[e]=a.parseTwoDigitYear(b)}),U("Q",0,"Qo","quarter"),J("quarter","Q"),M("quarter",7),Z("Q",Nd),ba("Q",function(a,b){b[fe]=3*(u(a)-1)}),U("D",["DD",2],"Do","date"),J("date","D"),M("date",9),Z("D",Sd),Z("DD",Sd,Od),Z("Do",function(a,b){return a?b._dayOfMonthOrdinalParse||b._ordinalParse:b._dayOfMonthOrdinalParseLenient}),ba(["D","DD"],ge),ba("Do",function(a,b){b[ge]=u(a.match(Sd)[0],10)});var Ye=O("Date",!0);U("DDD",["DDDD",3],"DDDo","dayOfYear"),J("dayOfYear","DDD"),M("dayOfYear",4),Z("DDD",Vd),Z("DDDD",Pd),ba(["DDD","DDDD"],function(a,b,c){c._dayOfYear=u(a)}),U("m",["mm",2],0,"minute"),J("minute","m"),M("minute",14),Z("m",Sd),Z("mm",Sd,Od),ba(["m","mm"],ie);var Ze=O("Minutes",!1);U("s",["ss",2],0,"second"),J("second","s"),M("second",15),Z("s",Sd),Z("ss",Sd,Od),ba(["s","ss"],je);var $e=O("Seconds",!1);U("S",0,0,function(){return~~(this.millisecond()/100)}),U(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),U(0,["SSS",3],0,"millisecond"),U(0,["SSSS",4],0,function(){return 10*this.millisecond()}),U(0,["SSSSS",5],0,function(){return 100*this.millisecond()}),U(0,["SSSSSS",6],0,function(){return 1e3*this.millisecond()}),U(0,["SSSSSSS",7],0,function(){return 1e4*this.millisecond()}),U(0,["SSSSSSSS",8],0,function(){return 1e5*this.millisecond()}),U(0,["SSSSSSSSS",9],0,function(){return 1e6*this.millisecond()}),J("millisecond","ms"),M("millisecond",16),Z("S",Vd,Nd),Z("SS",Vd,Od),Z("SSS",Vd,Pd);var _e;for(_e="SSSS";_e.length<=9;_e+="S")Z(_e,Yd);for(_e="S";_e.length<=9;_e+="S")ba(_e,Mc);var af=O("Milliseconds",!1);U("z",0,0,"zoneAbbr"),U("zz",0,0,"zoneName");var bf=r.prototype;bf.add=Ve,bf.calendar=Zb,bf.clone=$b,bf.diff=fc,bf.endOf=sc,bf.format=kc,bf.from=lc,bf.fromNow=mc,bf.to=nc,bf.toNow=oc,bf.get=R,bf.invalidAt=Bc,bf.isAfter=_b,bf.isBefore=ac,bf.isBetween=bc,bf.isSame=cc,bf.isSameOrAfter=dc,bf.isSameOrBefore=ec,bf.isValid=zc,bf.lang=Xe,bf.locale=pc,bf.localeData=qc,bf.max=Pe,bf.min=Oe,bf.parsingFlags=Ac,bf.set=S,bf.startOf=rc,bf.subtract=We,bf.toArray=wc,bf.toObject=xc,bf.toDate=vc,bf.toISOString=ic,bf.inspect=jc,bf.toJSON=yc,bf.toString=hc,bf.unix=uc,bf.valueOf=tc,bf.creationData=Cc,bf.year=te,bf.isLeapYear=ra,bf.weekYear=Ec,bf.isoWeekYear=Fc,bf.quarter=bf.quarters=Kc,bf.month=ka,bf.daysInMonth=la,bf.week=bf.weeks=Ba,bf.isoWeek=bf.isoWeeks=Ca,bf.weeksInYear=Hc,bf.isoWeeksInYear=Gc,bf.date=Ye,bf.day=bf.days=Ka,bf.weekday=La,bf.isoWeekday=Ma,bf.dayOfYear=Lc,bf.hour=bf.hours=De,bf.minute=bf.minutes=Ze,bf.second=bf.seconds=$e,bf.millisecond=bf.milliseconds=af,bf.utcOffset=Hb,bf.utc=Jb,bf.local=Kb,bf.parseZone=Lb,bf.hasAlignedHourOffset=Mb,bf.isDST=Nb,bf.isLocal=Pb,bf.isUtcOffset=Qb,bf.isUtc=Rb,bf.isUTC=Rb,bf.zoneAbbr=Nc,bf.zoneName=Oc,bf.dates=x("dates accessor is deprecated. Use date instead.",Ye),bf.months=x("months accessor is deprecated. Use month instead",ka),bf.years=x("years accessor is deprecated. Use year instead",te),bf.zone=x("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",Ib),bf.isDSTShifted=x("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",Ob);var cf=C.prototype;cf.calendar=D,cf.longDateFormat=E,cf.invalidDate=F,cf.ordinal=G,cf.preparse=Rc,cf.postformat=Rc,cf.relativeTime=H,cf.pastFuture=I,cf.set=A,cf.months=fa,cf.monthsShort=ga,cf.monthsParse=ia,cf.monthsRegex=na,cf.monthsShortRegex=ma,cf.week=ya,cf.firstDayOfYear=Aa,cf.firstDayOfWeek=za,cf.weekdays=Fa,cf.weekdaysMin=Ha,cf.weekdaysShort=Ga,cf.weekdaysParse=Ja,cf.weekdaysRegex=Na,cf.weekdaysShortRegex=Oa,cf.weekdaysMinRegex=Pa,cf.isPM=Va,cf.meridiem=Wa,$a("en",{dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(a){var b=a%10,c=1===u(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th";return a+c}}),a.lang=x("moment.lang is deprecated. Use moment.locale instead.",$a),a.langData=x("moment.langData is deprecated. Use moment.localeData instead.",bb);var df=Math.abs,ef=id("ms"),ff=id("s"),gf=id("m"),hf=id("h"),jf=id("d"),kf=id("w"),lf=id("M"),mf=id("y"),nf=kd("milliseconds"),of=kd("seconds"),pf=kd("minutes"),qf=kd("hours"),rf=kd("days"),sf=kd("months"),tf=kd("years"),uf=Math.round,vf={ss:44,s:45,m:45,h:22,d:26,M:11},wf=Math.abs,xf=Ab.prototype;return xf.isValid=yb,xf.abs=$c,xf.add=ad,xf.subtract=bd,xf.as=gd,xf.asMilliseconds=ef,xf.asSeconds=ff,xf.asMinutes=gf,xf.asHours=hf,xf.asDays=jf,xf.asWeeks=kf,xf.asMonths=lf,xf.asYears=mf,xf.valueOf=hd,xf._bubble=dd,xf.get=jd,xf.milliseconds=nf,xf.seconds=of,xf.minutes=pf,xf.hours=qf,xf.days=rf,xf.weeks=ld,xf.months=sf,xf.years=tf,xf.humanize=qd,xf.toISOString=rd,xf.toString=rd,xf.toJSON=rd,xf.locale=pc,xf.localeData=qc,xf.toIsoString=x("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",rd),xf.lang=Xe,U("X",0,0,"unix"),U("x",0,0,"valueOf"),Z("x",Zd),Z("X",ae),ba("X",function(a,b,c){c._d=new Date(1e3*parseFloat(a,10))}),ba("x",function(a,b,c){c._d=new Date(u(a))}),a.version="2.18.1",b(tb),a.fn=bf,a.min=vb,a.max=wb,a.now=Qe,a.utc=l,a.unix=Pc,a.months=Vc,a.isDate=h,a.locale=$a,a.invalid=p,a.duration=Sb,a.isMoment=s,a.weekdays=Xc,a.parseZone=Qc,a.localeData=bb,a.isDuration=Bb,a.monthsShort=Wc,a.weekdaysMin=Zc,a.defineLocale=_a,a.updateLocale=ab,a.locales=cb,a.weekdaysShort=Yc,a.normalizeUnits=K,a.relativeTimeRounding=od,a.relativeTimeThreshold=pd,a.calendarFormat=Yb,a.prototype=bf,a});
|
1405 |
-
|
1406 |
-
|
1407 |
-
|
1408 |
-
|
1409 |
-
|
1410 |
-
/*!
|
1411 |
-
FullCalendar Core Package v4.3.1
|
1412 |
-
Docs & License: https://fullcalendar.io/
|
1413 |
-
(c) 2019 Adam Shaw
|
1414 |
-
*/
|
1415 |
-
|
1416 |
-
(function (global, factory) {
|
1417 |
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
1418 |
-
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
1419 |
-
(global = global || self, factory(global.FullCalendar = {}));
|
1420 |
-
}(this, function (exports) { 'use strict';
|
1421 |
-
|
1422 |
-
// Creating
|
1423 |
-
// ----------------------------------------------------------------------------------------------------------------
|
1424 |
-
var elementPropHash = {
|
1425 |
-
className: true,
|
1426 |
-
colSpan: true,
|
1427 |
-
rowSpan: true
|
1428 |
-
};
|
1429 |
-
var containerTagHash = {
|
1430 |
-
'<tr': 'tbody',
|
1431 |
-
'<td': 'tr'
|
1432 |
-
};
|
1433 |
-
function createElement(tagName, attrs, content) {
|
1434 |
-
var el = document.createElement(tagName);
|
1435 |
-
if (attrs) {
|
1436 |
-
for (var attrName in attrs) {
|
1437 |
-
if (attrName === 'style') {
|
1438 |
-
applyStyle(el, attrs[attrName]);
|
1439 |
-
}
|
1440 |
-
else if (elementPropHash[attrName]) {
|
1441 |
-
el[attrName] = attrs[attrName];
|
1442 |
-
}
|
1443 |
-
else {
|
1444 |
-
el.setAttribute(attrName, attrs[attrName]);
|
1445 |
-
}
|
1446 |
-
}
|
1447 |
-
}
|
1448 |
-
if (typeof content === 'string') {
|
1449 |
-
el.innerHTML = content; // shortcut. no need to process HTML in any way
|
1450 |
-
}
|
1451 |
-
else if (content != null) {
|
1452 |
-
appendToElement(el, content);
|
1453 |
-
}
|
1454 |
-
return el;
|
1455 |
-
}
|
1456 |
-
function htmlToElement(html) {
|
1457 |
-
html = html.trim();
|
1458 |
-
var container = document.createElement(computeContainerTag(html));
|
1459 |
-
container.innerHTML = html;
|
1460 |
-
return container.firstChild;
|
1461 |
-
}
|
1462 |
-
function htmlToElements(html) {
|
1463 |
-
return Array.prototype.slice.call(htmlToNodeList(html));
|
1464 |
-
}
|
1465 |
-
function htmlToNodeList(html) {
|
1466 |
-
html = html.trim();
|
1467 |
-
var container = document.createElement(computeContainerTag(html));
|
1468 |
-
container.innerHTML = html;
|
1469 |
-
return container.childNodes;
|
1470 |
-
}
|
1471 |
-
// assumes html already trimmed and tag names are lowercase
|
1472 |
-
function computeContainerTag(html) {
|
1473 |
-
return containerTagHash[html.substr(0, 3) // faster than using regex
|
1474 |
-
] || 'div';
|
1475 |
-
}
|
1476 |
-
function appendToElement(el, content) {
|
1477 |
-
var childNodes = normalizeContent(content);
|
1478 |
-
for (var i = 0; i < childNodes.length; i++) {
|
1479 |
-
el.appendChild(childNodes[i]);
|
1480 |
-
}
|
1481 |
-
}
|
1482 |
-
function prependToElement(parent, content) {
|
1483 |
-
var newEls = normalizeContent(content);
|
1484 |
-
var afterEl = parent.firstChild || null; // if no firstChild, will append to end, but that's okay, b/c there were no children
|
1485 |
-
for (var i = 0; i < newEls.length; i++) {
|
1486 |
-
parent.insertBefore(newEls[i], afterEl);
|
1487 |
-
}
|
1488 |
-
}
|
1489 |
-
function insertAfterElement(refEl, content) {
|
1490 |
-
var newEls = normalizeContent(content);
|
1491 |
-
var afterEl = refEl.nextSibling || null;
|
1492 |
-
for (var i = 0; i < newEls.length; i++) {
|
1493 |
-
refEl.parentNode.insertBefore(newEls[i], afterEl);
|
1494 |
-
}
|
1495 |
-
}
|
1496 |
-
function normalizeContent(content) {
|
1497 |
-
var els;
|
1498 |
-
if (typeof content === 'string') {
|
1499 |
-
els = htmlToElements(content);
|
1500 |
-
}
|
1501 |
-
else if (content instanceof Node) {
|
1502 |
-
els = [content];
|
1503 |
-
}
|
1504 |
-
else { // Node[] or NodeList
|
1505 |
-
els = Array.prototype.slice.call(content);
|
1506 |
-
}
|
1507 |
-
return els;
|
1508 |
-
}
|
1509 |
-
function removeElement(el) {
|
1510 |
-
if (el.parentNode) {
|
1511 |
-
el.parentNode.removeChild(el);
|
1512 |
-
}
|
1513 |
-
}
|
1514 |
-
// Querying
|
1515 |
-
// ----------------------------------------------------------------------------------------------------------------
|
1516 |
-
// from https://developer.mozilla.org/en-US/docs/Web/API/Element/closest
|
1517 |
-
var matchesMethod = Element.prototype.matches ||
|
1518 |
-
Element.prototype.matchesSelector ||
|
1519 |
-
Element.prototype.msMatchesSelector;
|
1520 |
-
var closestMethod = Element.prototype.closest || function (selector) {
|
1521 |
-
// polyfill
|
1522 |
-
var el = this;
|
1523 |
-
if (!document.documentElement.contains(el)) {
|
1524 |
-
return null;
|
1525 |
-
}
|
1526 |
-
do {
|
1527 |
-
if (elementMatches(el, selector)) {
|
1528 |
-
return el;
|
1529 |
-
}
|
1530 |
-
el = el.parentElement || el.parentNode;
|
1531 |
-
} while (el !== null && el.nodeType === 1);
|
1532 |
-
return null;
|
1533 |
-
};
|
1534 |
-
function elementClosest(el, selector) {
|
1535 |
-
return closestMethod.call(el, selector);
|
1536 |
-
}
|
1537 |
-
function elementMatches(el, selector) {
|
1538 |
-
return matchesMethod.call(el, selector);
|
1539 |
-
}
|
1540 |
-
// accepts multiple subject els
|
1541 |
-
// returns a real array. good for methods like forEach
|
1542 |
-
function findElements(container, selector) {
|
1543 |
-
var containers = container instanceof HTMLElement ? [container] : container;
|
1544 |
-
var allMatches = [];
|
1545 |
-
for (var i = 0; i < containers.length; i++) {
|
1546 |
-
var matches = containers[i].querySelectorAll(selector);
|
1547 |
-
for (var j = 0; j < matches.length; j++) {
|
1548 |
-
allMatches.push(matches[j]);
|
1549 |
-
}
|
1550 |
-
}
|
1551 |
-
return allMatches;
|
1552 |
-
}
|
1553 |
-
// accepts multiple subject els
|
1554 |
-
// only queries direct child elements
|
1555 |
-
function findChildren(parent, selector) {
|
1556 |
-
var parents = parent instanceof HTMLElement ? [parent] : parent;
|
1557 |
-
var allMatches = [];
|
1558 |
-
for (var i = 0; i < parents.length; i++) {
|
1559 |
-
var childNodes = parents[i].children; // only ever elements
|
1560 |
-
for (var j = 0; j < childNodes.length; j++) {
|
1561 |
-
var childNode = childNodes[j];
|
1562 |
-
if (!selector || elementMatches(childNode, selector)) {
|
1563 |
-
allMatches.push(childNode);
|
1564 |
-
}
|
1565 |
-
}
|
1566 |
-
}
|
1567 |
-
return allMatches;
|
1568 |
-
}
|
1569 |
-
// Attributes
|
1570 |
-
// ----------------------------------------------------------------------------------------------------------------
|
1571 |
-
function forceClassName(el, className, bool) {
|
1572 |
-
if (bool) {
|
1573 |
-
el.classList.add(className);
|
1574 |
-
}
|
1575 |
-
else {
|
1576 |
-
el.classList.remove(className);
|
1577 |
-
}
|
1578 |
-
}
|
1579 |
-
// Style
|
1580 |
-
// ----------------------------------------------------------------------------------------------------------------
|
1581 |
-
var PIXEL_PROP_RE = /(top|left|right|bottom|width|height)$/i;
|
1582 |
-
function applyStyle(el, props) {
|
1583 |
-
for (var propName in props) {
|
1584 |
-
applyStyleProp(el, propName, props[propName]);
|
1585 |
-
}
|
1586 |
-
}
|
1587 |
-
function applyStyleProp(el, name, val) {
|
1588 |
-
if (val == null) {
|
1589 |
-
el.style[name] = '';
|
1590 |
-
}
|
1591 |
-
else if (typeof val === 'number' && PIXEL_PROP_RE.test(name)) {
|
1592 |
-
el.style[name] = val + 'px';
|
1593 |
-
}
|
1594 |
-
else {
|
1595 |
-
el.style[name] = val;
|
1596 |
-
}
|
1597 |
-
}
|
1598 |
-
|
1599 |
-
function pointInsideRect(point, rect) {
|
1600 |
-
return point.left >= rect.left &&
|
1601 |
-
point.left < rect.right &&
|
1602 |
-
point.top >= rect.top &&
|
1603 |
-
point.top < rect.bottom;
|
1604 |
-
}
|
1605 |
-
// Returns a new rectangle that is the intersection of the two rectangles. If they don't intersect, returns false
|
1606 |
-
function intersectRects(rect1, rect2) {
|
1607 |
-
var res = {
|
1608 |
-
left: Math.max(rect1.left, rect2.left),
|
1609 |
-
right: Math.min(rect1.right, rect2.right),
|
1610 |
-
top: Math.max(rect1.top, rect2.top),
|
1611 |
-
bottom: Math.min(rect1.bottom, rect2.bottom)
|
1612 |
-
};
|
1613 |
-
if (res.left < res.right && res.top < res.bottom) {
|
1614 |
-
return res;
|
1615 |
-
}
|
1616 |
-
return false;
|
1617 |
-
}
|
1618 |
-
function translateRect(rect, deltaX, deltaY) {
|
1619 |
-
return {
|
1620 |
-
left: rect.left + deltaX,
|
1621 |
-
right: rect.right + deltaX,
|
1622 |
-
top: rect.top + deltaY,
|
1623 |
-
bottom: rect.bottom + deltaY
|
1624 |
-
};
|
1625 |
-
}
|
1626 |
-
// Returns a new point that will have been moved to reside within the given rectangle
|
1627 |
-
function constrainPoint(point, rect) {
|
1628 |
-
return {
|
1629 |
-
left: Math.min(Math.max(point.left, rect.left), rect.right),
|
1630 |
-
top: Math.min(Math.max(point.top, rect.top), rect.bottom)
|
1631 |
-
};
|
1632 |
-
}
|
1633 |
-
// Returns a point that is the center of the given rectangle
|
1634 |
-
function getRectCenter(rect) {
|
1635 |
-
return {
|
1636 |
-
left: (rect.left + rect.right) / 2,
|
1637 |
-
top: (rect.top + rect.bottom) / 2
|
1638 |
-
};
|
1639 |
-
}
|
1640 |
-
// Subtracts point2's coordinates from point1's coordinates, returning a delta
|
1641 |
-
function diffPoints(point1, point2) {
|
1642 |
-
return {
|
1643 |
-
left: point1.left - point2.left,
|
1644 |
-
top: point1.top - point2.top
|
1645 |
-
};
|
1646 |
-
}
|
1647 |
-
|
1648 |
-
// Logic for determining if, when the element is right-to-left, the scrollbar appears on the left side
|
1649 |
-
var isRtlScrollbarOnLeft = null;
|
1650 |
-
function getIsRtlScrollbarOnLeft() {
|
1651 |
-
if (isRtlScrollbarOnLeft === null) {
|
1652 |
-
isRtlScrollbarOnLeft = computeIsRtlScrollbarOnLeft();
|
1653 |
-
}
|
1654 |
-
return isRtlScrollbarOnLeft;
|
1655 |
-
}
|
1656 |
-
function computeIsRtlScrollbarOnLeft() {
|
1657 |
-
var outerEl = createElement('div', {
|
1658 |
-
style: {
|
1659 |
-
position: 'absolute',
|
1660 |
-
top: -1000,
|
1661 |
-
left: 0,
|
1662 |
-
border: 0,
|
1663 |
-
padding: 0,
|
1664 |
-
overflow: 'scroll',
|
1665 |
-
direction: 'rtl'
|
1666 |
-
}
|
1667 |
-
}, '<div></div>');
|
1668 |
-
document.body.appendChild(outerEl);
|
1669 |
-
var innerEl = outerEl.firstChild;
|
1670 |
-
var res = innerEl.getBoundingClientRect().left > outerEl.getBoundingClientRect().left;
|
1671 |
-
removeElement(outerEl);
|
1672 |
-
return res;
|
1673 |
-
}
|
1674 |
-
// The scrollbar width computations in computeEdges are sometimes flawed when it comes to
|
1675 |
-
// retina displays, rounding, and IE11. Massage them into a usable value.
|
1676 |
-
function sanitizeScrollbarWidth(width) {
|
1677 |
-
width = Math.max(0, width); // no negatives
|
1678 |
-
width = Math.round(width);
|
1679 |
-
return width;
|
1680 |
-
}
|
1681 |
-
|
1682 |
-
function computeEdges(el, getPadding) {
|
1683 |
-
if (getPadding === void 0) { getPadding = false; }
|
1684 |
-
var computedStyle = window.getComputedStyle(el);
|
1685 |
-
var borderLeft = parseInt(computedStyle.borderLeftWidth, 10) || 0;
|
1686 |
-
var borderRight = parseInt(computedStyle.borderRightWidth, 10) || 0;
|
1687 |
-
var borderTop = parseInt(computedStyle.borderTopWidth, 10) || 0;
|
1688 |
-
var borderBottom = parseInt(computedStyle.borderBottomWidth, 10) || 0;
|
1689 |
-
// must use offset(Width|Height) because compatible with client(Width|Height)
|
1690 |
-
var scrollbarLeftRight = sanitizeScrollbarWidth(el.offsetWidth - el.clientWidth - borderLeft - borderRight);
|
1691 |
-
var scrollbarBottom = sanitizeScrollbarWidth(el.offsetHeight - el.clientHeight - borderTop - borderBottom);
|
1692 |
-
var res = {
|
1693 |
-
borderLeft: borderLeft,
|
1694 |
-
borderRight: borderRight,
|
1695 |
-
borderTop: borderTop,
|
1696 |
-
borderBottom: borderBottom,
|
1697 |
-
scrollbarBottom: scrollbarBottom,
|
1698 |
-
scrollbarLeft: 0,
|
1699 |
-
scrollbarRight: 0
|
1700 |
-
};
|
1701 |
-
if (getIsRtlScrollbarOnLeft() && computedStyle.direction === 'rtl') { // is the scrollbar on the left side?
|
1702 |
-
res.scrollbarLeft = scrollbarLeftRight;
|
1703 |
-
}
|
1704 |
-
else {
|
1705 |
-
res.scrollbarRight = scrollbarLeftRight;
|
1706 |
-
}
|
1707 |
-
if (getPadding) {
|
1708 |
-
res.paddingLeft = parseInt(computedStyle.paddingLeft, 10) || 0;
|
1709 |
-
res.paddingRight = parseInt(computedStyle.paddingRight, 10) || 0;
|
1710 |
-
res.paddingTop = parseInt(computedStyle.paddingTop, 10) || 0;
|
1711 |
-
res.paddingBottom = parseInt(computedStyle.paddingBottom, 10) || 0;
|
1712 |
-
}
|
1713 |
-
return res;
|
1714 |
-
}
|
1715 |
-
function computeInnerRect(el, goWithinPadding) {
|
1716 |
-
if (goWithinPadding === void 0) { goWithinPadding = false; }
|
1717 |
-
var outerRect = computeRect(el);
|
1718 |
-
var edges = computeEdges(el, goWithinPadding);
|
1719 |
-
var res = {
|
1720 |
-
left: outerRect.left + edges.borderLeft + edges.scrollbarLeft,
|
1721 |
-
right: outerRect.right - edges.borderRight - edges.scrollbarRight,
|
1722 |
-
top: outerRect.top + edges.borderTop,
|
1723 |
-
bottom: outerRect.bottom - edges.borderBottom - edges.scrollbarBottom
|
1724 |
-
};
|
1725 |
-
if (goWithinPadding) {
|
1726 |
-
res.left += edges.paddingLeft;
|
1727 |
-
res.right -= edges.paddingRight;
|
1728 |
-
res.top += edges.paddingTop;
|
1729 |
-
res.bottom -= edges.paddingBottom;
|
1730 |
-
}
|
1731 |
-
return res;
|
1732 |
-
}
|
1733 |
-
function computeRect(el) {
|
1734 |
-
var rect = el.getBoundingClientRect();
|
1735 |
-
return {
|
1736 |
-
left: rect.left + window.pageXOffset,
|
1737 |
-
top: rect.top + window.pageYOffset,
|
1738 |
-
right: rect.right + window.pageXOffset,
|
1739 |
-
bottom: rect.bottom + window.pageYOffset
|
1740 |
-
};
|
1741 |
-
}
|
1742 |
-
function computeViewportRect() {
|
1743 |
-
return {
|
1744 |
-
left: window.pageXOffset,
|
1745 |
-
right: window.pageXOffset + document.documentElement.clientWidth,
|
1746 |
-
top: window.pageYOffset,
|
1747 |
-
bottom: window.pageYOffset + document.documentElement.clientHeight
|
1748 |
-
};
|
1749 |
-
}
|
1750 |
-
function computeHeightAndMargins(el) {
|
1751 |
-
return el.getBoundingClientRect().height + computeVMargins(el);
|
1752 |
-
}
|
1753 |
-
function computeVMargins(el) {
|
1754 |
-
var computed = window.getComputedStyle(el);
|
1755 |
-
return parseInt(computed.marginTop, 10) +
|
1756 |
-
parseInt(computed.marginBottom, 10);
|
1757 |
-
}
|
1758 |
-
// does not return window
|
1759 |
-
function getClippingParents(el) {
|
1760 |
-
var parents = [];
|
1761 |
-
while (el instanceof HTMLElement) { // will stop when gets to document or null
|
1762 |
-
var computedStyle = window.getComputedStyle(el);
|
1763 |
-
if (computedStyle.position === 'fixed') {
|
1764 |
-
break;
|
1765 |
-
}
|
1766 |
-
if ((/(auto|scroll)/).test(computedStyle.overflow + computedStyle.overflowY + computedStyle.overflowX)) {
|
1767 |
-
parents.push(el);
|
1768 |
-
}
|
1769 |
-
el = el.parentNode;
|
1770 |
-
}
|
1771 |
-
return parents;
|
1772 |
-
}
|
1773 |
-
function computeClippingRect(el) {
|
1774 |
-
return getClippingParents(el)
|
1775 |
-
.map(function (el) {
|
1776 |
-
return computeInnerRect(el);
|
1777 |
-
})
|
1778 |
-
.concat(computeViewportRect())
|
1779 |
-
.reduce(function (rect0, rect1) {
|
1780 |
-
return intersectRects(rect0, rect1) || rect1; // should always intersect
|
1781 |
-
});
|
1782 |
-
}
|
1783 |
-
|
1784 |
-
// Stops a mouse/touch event from doing it's native browser action
|
1785 |
-
function preventDefault(ev) {
|
1786 |
-
ev.preventDefault();
|
1787 |
-
}
|
1788 |
-
// Event Delegation
|
1789 |
-
// ----------------------------------------------------------------------------------------------------------------
|
1790 |
-
function listenBySelector(container, eventType, selector, handler) {
|
1791 |
-
function realHandler(ev) {
|
1792 |
-
var matchedChild = elementClosest(ev.target, selector);
|
1793 |
-
if (matchedChild) {
|
1794 |
-
handler.call(matchedChild, ev, matchedChild);
|
1795 |
-
}
|
1796 |
-
}
|
1797 |
-
container.addEventListener(eventType, realHandler);
|
1798 |
-
return function () {
|
1799 |
-
container.removeEventListener(eventType, realHandler);
|
1800 |
-
};
|
1801 |
-
}
|
1802 |
-
function listenToHoverBySelector(container, selector, onMouseEnter, onMouseLeave) {
|
1803 |
-
var currentMatchedChild;
|
1804 |
-
return listenBySelector(container, 'mouseover', selector, function (ev, matchedChild) {
|
1805 |
-
if (matchedChild !== currentMatchedChild) {
|
1806 |
-
currentMatchedChild = matchedChild;
|
1807 |
-
onMouseEnter(ev, matchedChild);
|
1808 |
-
var realOnMouseLeave_1 = function (ev) {
|
1809 |
-
currentMatchedChild = null;
|
1810 |
-
onMouseLeave(ev, matchedChild);
|
1811 |
-
matchedChild.removeEventListener('mouseleave', realOnMouseLeave_1);
|
1812 |
-
};
|
1813 |
-
// listen to the next mouseleave, and then unattach
|
1814 |
-
matchedChild.addEventListener('mouseleave', realOnMouseLeave_1);
|
1815 |
-
}
|
1816 |
-
});
|
1817 |
-
}
|
1818 |
-
// Animation
|
1819 |
-
// ----------------------------------------------------------------------------------------------------------------
|
1820 |
-
var transitionEventNames = [
|
1821 |
-
'webkitTransitionEnd',
|
1822 |
-
'otransitionend',
|
1823 |
-
'oTransitionEnd',
|
1824 |
-
'msTransitionEnd',
|
1825 |
-
'transitionend'
|
1826 |
-
];
|
1827 |
-
// triggered only when the next single subsequent transition finishes
|
1828 |
-
function whenTransitionDone(el, callback) {
|
1829 |
-
var realCallback = function (ev) {
|
1830 |
-
callback(ev);
|
1831 |
-
transitionEventNames.forEach(function (eventName) {
|
1832 |
-
el.removeEventListener(eventName, realCallback);
|
1833 |
-
});
|
1834 |
-
};
|
1835 |
-
transitionEventNames.forEach(function (eventName) {
|
1836 |
-
el.addEventListener(eventName, realCallback); // cross-browser way to determine when the transition finishes
|
1837 |
-
});
|
1838 |
-
}
|
1839 |
|
1840 |
var DAY_IDS = ['sun', 'mon', 'tue', 'wed', 'thu', 'fri', 'sat'];
|
1841 |
// Adding
|
@@ -13281,194 +12155,1320 @@ Docs & License: https://fullcalendar.io/
|
|
13281 |
if (top) {
|
13282 |
top++; // to overcome top border that slots beyond the first have. looks better
|
13283 |
}
|
13284 |
-
return { top: top };
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13285 |
};
|
13286 |
-
TimeGridView.prototype.
|
13287 |
-
|
13288 |
};
|
13289 |
-
TimeGridView
|
13290 |
-
|
13291 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13292 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13293 |
};
|
13294 |
-
|
13295 |
-
|
13296 |
-
|
13297 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13298 |
}
|
13299 |
-
|
13300 |
-
|
13301 |
-
|
13302 |
-
|
13303 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13304 |
|
13305 |
-
|
13306 |
-
|
13307 |
-
|
13308 |
-
var _this = _super.call(this, context, timeGrid.el) || this;
|
13309 |
-
_this.buildDayRanges = core.memoize(buildDayRanges);
|
13310 |
-
_this.slicer = new TimeGridSlicer();
|
13311 |
-
_this.timeGrid = timeGrid;
|
13312 |
-
context.calendar.registerInteractiveComponent(_this, {
|
13313 |
-
el: _this.timeGrid.el
|
13314 |
-
});
|
13315 |
-
return _this;
|
13316 |
-
}
|
13317 |
-
SimpleTimeGrid.prototype.destroy = function () {
|
13318 |
-
_super.prototype.destroy.call(this);
|
13319 |
-
this.calendar.unregisterInteractiveComponent(this);
|
13320 |
-
};
|
13321 |
-
SimpleTimeGrid.prototype.render = function (props) {
|
13322 |
-
var dateProfile = props.dateProfile, dayTable = props.dayTable;
|
13323 |
-
var dayRanges = this.dayRanges = this.buildDayRanges(dayTable, dateProfile, this.dateEnv);
|
13324 |
-
this.timeGrid.receiveProps(__assign({}, this.slicer.sliceProps(props, dateProfile, null, this.timeGrid, dayRanges), { dateProfile: dateProfile, cells: dayTable.cells[0] }));
|
13325 |
-
};
|
13326 |
-
SimpleTimeGrid.prototype.renderNowIndicator = function (date) {
|
13327 |
-
this.timeGrid.renderNowIndicator(this.slicer.sliceNowDate(date, this.timeGrid, this.dayRanges), date);
|
13328 |
-
};
|
13329 |
-
SimpleTimeGrid.prototype.buildPositionCaches = function () {
|
13330 |
-
this.timeGrid.buildPositionCaches();
|
13331 |
-
};
|
13332 |
-
SimpleTimeGrid.prototype.queryHit = function (positionLeft, positionTop) {
|
13333 |
-
var rawHit = this.timeGrid.positionToHit(positionLeft, positionTop);
|
13334 |
-
if (rawHit) {
|
13335 |
-
return {
|
13336 |
-
component: this.timeGrid,
|
13337 |
-
dateSpan: rawHit.dateSpan,
|
13338 |
-
dayEl: rawHit.dayEl,
|
13339 |
-
rect: {
|
13340 |
-
left: rawHit.relativeRect.left,
|
13341 |
-
right: rawHit.relativeRect.right,
|
13342 |
-
top: rawHit.relativeRect.top,
|
13343 |
-
bottom: rawHit.relativeRect.bottom
|
13344 |
-
},
|
13345 |
-
layer: 0
|
13346 |
-
};
|
13347 |
-
}
|
13348 |
-
};
|
13349 |
-
return SimpleTimeGrid;
|
13350 |
-
}(core.DateComponent));
|
13351 |
-
function buildDayRanges(dayTable, dateProfile, dateEnv) {
|
13352 |
-
var ranges = [];
|
13353 |
-
for (var _i = 0, _a = dayTable.headerDates; _i < _a.length; _i++) {
|
13354 |
-
var date = _a[_i];
|
13355 |
-
ranges.push({
|
13356 |
-
start: dateEnv.add(date, dateProfile.minTime),
|
13357 |
-
end: dateEnv.add(date, dateProfile.maxTime)
|
13358 |
-
});
|
13359 |
-
}
|
13360 |
-
return ranges;
|
13361 |
-
}
|
13362 |
-
var TimeGridSlicer = /** @class */ (function (_super) {
|
13363 |
-
__extends(TimeGridSlicer, _super);
|
13364 |
-
function TimeGridSlicer() {
|
13365 |
-
return _super !== null && _super.apply(this, arguments) || this;
|
13366 |
-
}
|
13367 |
-
TimeGridSlicer.prototype.sliceRange = function (range, dayRanges) {
|
13368 |
-
var segs = [];
|
13369 |
-
for (var col = 0; col < dayRanges.length; col++) {
|
13370 |
-
var segRange = core.intersectRanges(range, dayRanges[col]);
|
13371 |
-
if (segRange) {
|
13372 |
-
segs.push({
|
13373 |
-
start: segRange.start,
|
13374 |
-
end: segRange.end,
|
13375 |
-
isStart: segRange.start.valueOf() === range.start.valueOf(),
|
13376 |
-
isEnd: segRange.end.valueOf() === range.end.valueOf(),
|
13377 |
-
col: col
|
13378 |
-
});
|
13379 |
-
}
|
13380 |
-
}
|
13381 |
-
return segs;
|
13382 |
-
};
|
13383 |
-
return TimeGridSlicer;
|
13384 |
-
}(core.Slicer));
|
13385 |
|
13386 |
-
|
13387 |
-
|
13388 |
-
|
13389 |
-
|
13390 |
-
|
13391 |
-
|
13392 |
-
|
13393 |
-
|
13394 |
-
|
13395 |
-
|
13396 |
-
|
13397 |
-
|
13398 |
-
|
13399 |
-
|
13400 |
-
|
13401 |
-
|
13402 |
-
|
13403 |
-
|
13404 |
-
|
13405 |
-
|
13406 |
-
|
13407 |
-
|
13408 |
-
|
13409 |
-
|
13410 |
-
|
13411 |
-
|
13412 |
-
|
13413 |
-
|
13414 |
-
|
13415 |
-
|
13416 |
-
|
13417 |
-
|
13418 |
-
|
13419 |
-
|
13420 |
-
|
13421 |
-
|
13422 |
-
|
13423 |
-
|
13424 |
-
|
13425 |
-
|
13426 |
-
|
13427 |
-
|
13428 |
-
|
13429 |
-
|
13430 |
-
|
13431 |
-
|
13432 |
-
|
13433 |
-
|
13434 |
-
|
13435 |
-
|
13436 |
-
|
13437 |
-
|
13438 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13439 |
|
13440 |
-
|
13441 |
-
|
13442 |
-
|
13443 |
-
timeGrid: {
|
13444 |
-
class: TimeGridView$1,
|
13445 |
-
allDaySlot: true,
|
13446 |
-
slotDuration: '00:30:00',
|
13447 |
-
slotEventOverlap: true // a bad name. confused with overlap/constraint system
|
13448 |
-
},
|
13449 |
-
timeGridDay: {
|
13450 |
-
type: 'timeGrid',
|
13451 |
-
duration: { days: 1 }
|
13452 |
-
},
|
13453 |
-
timeGridWeek: {
|
13454 |
-
type: 'timeGrid',
|
13455 |
-
duration: { weeks: 1 }
|
13456 |
-
}
|
13457 |
-
}
|
13458 |
-
});
|
13459 |
|
13460 |
-
|
13461 |
-
|
13462 |
-
|
13463 |
-
|
13464 |
-
|
13465 |
-
|
13466 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13467 |
|
13468 |
-
|
|
|
|
|
13469 |
|
13470 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13471 |
|
|
|
|
|
|
|
|
|
13472 |
/*!
|
13473 |
* imagesLoaded PACKAGED v4.1.4
|
13474 |
* JavaScript is all like "You images are done yet or what?"
|
@@ -17673,54 +17673,6 @@ var trim = String.prototype.trim ?
|
|
17673 |
}));
|
17674 |
|
17675 |
|
17676 |
-
(function($) {
|
17677 |
-
$.fn.eaelProgressBar = function() {
|
17678 |
-
var $this = $(this)
|
17679 |
-
var $layout = $this.data('layout')
|
17680 |
-
var $num = $this.data('count')
|
17681 |
-
var $duration = $this.data('duration')
|
17682 |
-
|
17683 |
-
$this.one('inview', function() {
|
17684 |
-
if ($layout == 'line') {
|
17685 |
-
$('.eael-progressbar-line-fill', $this).css({
|
17686 |
-
'width': $num + '%',
|
17687 |
-
})
|
17688 |
-
} else if ($layout == 'half_circle') {
|
17689 |
-
$('.eael-progressbar-circle-half', $this).css({
|
17690 |
-
'transform': 'rotate(' + ($num * 1.8) + 'deg)',
|
17691 |
-
})
|
17692 |
-
}
|
17693 |
-
|
17694 |
-
$('.eael-progressbar-count', $this).prop({
|
17695 |
-
'counter': 0
|
17696 |
-
}).animate({
|
17697 |
-
counter: $num
|
17698 |
-
}, {
|
17699 |
-
duration: $duration,
|
17700 |
-
easing: 'linear',
|
17701 |
-
step: function(counter) {
|
17702 |
-
if ($layout == 'circle') {
|
17703 |
-
var rotate = (counter * 3.6)
|
17704 |
-
$('.eael-progressbar-circle-half-left', $this).css({
|
17705 |
-
'transform': "rotate(" + rotate + "deg)",
|
17706 |
-
})
|
17707 |
-
if (rotate > 180) {
|
17708 |
-
$('.eael-progressbar-circle-pie', $this).css({
|
17709 |
-
'-webkit-clip-path': 'inset(0)',
|
17710 |
-
'clip-path': 'inset(0)',
|
17711 |
-
})
|
17712 |
-
$('.eael-progressbar-circle-half-right', $this).css({
|
17713 |
-
'visibility': 'visible'
|
17714 |
-
})
|
17715 |
-
}
|
17716 |
-
}
|
17717 |
-
|
17718 |
-
$(this).text(Math.ceil(counter))
|
17719 |
-
}
|
17720 |
-
})
|
17721 |
-
})
|
17722 |
-
}
|
17723 |
-
}(jQuery));
|
17724 |
/*! Magnific Popup - v1.1.0 - 2016-02-20
|
17725 |
* http://dimsemenov.com/plugins/magnific-popup/
|
17726 |
* Copyright (c) 2016 Dmitry Semenov; */
|
@@ -19582,6 +19534,54 @@ var trim = String.prototype.trim ?
|
|
19582 |
/*>>retina*/
|
19583 |
_checkInstance();
|
19584 |
}));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19585 |
typeof navigator === "object" && (function (global, factory) {
|
19586 |
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
19587 |
typeof define === 'function' && define.amd ? define('Plyr', factory) :
|
@@ -39110,8 +39110,6 @@ var AdvanceTabHandler = function($scope, $) {
|
|
39110 |
$postGridGallery = tabsContent.eq(currentTabIndex).find('.eael-post-grid.eael-post-appender'),
|
39111 |
$twitterfeedGallery = tabsContent.eq(currentTabIndex).find('.eael-twitter-feed-masonry'),
|
39112 |
$instaGallery = tabsContent.eq(currentTabIndex).find('.eael-instafeed');
|
39113 |
-
var $imgCompContainer = tabsContent.eq(currentTabIndex).find('.eael-img-comp-container');
|
39114 |
-
|
39115 |
|
39116 |
if($postGridGallery.length) {
|
39117 |
$postGridGallery.isotope();
|
@@ -39120,19 +39118,15 @@ var AdvanceTabHandler = function($scope, $) {
|
|
39120 |
if($twitterfeedGallery.length) {
|
39121 |
$twitterfeedGallery.isotope("layout");
|
39122 |
}
|
39123 |
-
|
39124 |
if($filterGallery.length) {
|
39125 |
$filterGallery.isotope("layout");
|
39126 |
}
|
39127 |
-
|
39128 |
if($instaGallery.length) {
|
39129 |
$instaGallery.isotope("layout");
|
39130 |
}
|
39131 |
|
39132 |
-
if($imgCompContainer.length) {
|
39133 |
-
$imgCompContainer.isotope("layout");
|
39134 |
-
}
|
39135 |
-
|
39136 |
$(tabsContent).each(function(index) {
|
39137 |
$(this).removeClass("active-default");
|
39138 |
});
|
@@ -40574,6 +40568,7 @@ var filterableGalleryHandler = function($scope, $) {
|
|
40574 |
|
40575 |
// init isotope
|
40576 |
var layoutMode = $('.eael-filter-gallery-wrapper').data('layout-mode');
|
|
|
40577 |
var $isotope_gallery = $gallery.isotope({
|
40578 |
itemSelector: ".eael-filterable-gallery-item-wrap",
|
40579 |
layoutMode: $layout_mode,
|
@@ -40608,6 +40603,13 @@ var filterableGalleryHandler = function($scope, $) {
|
|
40608 |
}
|
40609 |
},
|
40610 |
fixedContentPos: false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40611 |
});
|
40612 |
|
40613 |
// filter
|
@@ -40635,6 +40637,13 @@ var filterableGalleryHandler = function($scope, $) {
|
|
40635 |
}
|
40636 |
},
|
40637 |
fixedContentPos: false,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40638 |
});
|
40639 |
|
40640 |
$isotope_gallery.isotope();
|
@@ -40758,7 +40767,7 @@ var ImageAccordion = function($scope, $) {
|
|
40758 |
$imageAccordion.data("img-accordion-type") !== undefined
|
40759 |
? $imageAccordion.data("img-accordion-type")
|
40760 |
: "";
|
40761 |
-
|
40762 |
if ("on-click" === $type) {
|
40763 |
$("#eael-img-accordion-" + $id + " a").on("click", function(e) {
|
40764 |
if ($(this).hasClass("overlay-active") == false) {
|
@@ -40798,18 +40807,21 @@ jQuery(window).on("elementor/frontend/init", function() {
|
|
40798 |
});
|
40799 |
|
40800 |
var PostGrid = function($scope, $) {
|
40801 |
-
var $gallery = $(".eael-post-appender", $scope)
|
40802 |
-
|
40803 |
-
|
40804 |
-
|
|
|
|
|
|
|
40805 |
percentPosition: true
|
40806 |
-
}
|
40807 |
-
});
|
40808 |
|
40809 |
-
|
40810 |
-
|
40811 |
-
|
40812 |
-
|
|
|
40813 |
};
|
40814 |
|
40815 |
jQuery(window).on("elementor/frontend/init", function() {
|
@@ -41146,37 +41158,6 @@ function RunStickyPlayer(elem) {
|
|
41146 |
ovrplyer.start();
|
41147 |
}
|
41148 |
|
41149 |
-
var TwitterFeedHandler = function($scope, $) {
|
41150 |
-
if (!isEditMode) {
|
41151 |
-
$gutter = $(".eael-twitter-feed-masonry", $scope).data("gutter");
|
41152 |
-
$settings = {
|
41153 |
-
itemSelector: ".eael-twitter-feed-item",
|
41154 |
-
percentPosition: true,
|
41155 |
-
masonry: {
|
41156 |
-
columnWidth: ".eael-twitter-feed-item",
|
41157 |
-
gutter: $gutter
|
41158 |
-
}
|
41159 |
-
};
|
41160 |
-
|
41161 |
-
// init isotope
|
41162 |
-
$twitter_feed_gallery = $(".eael-twitter-feed-masonry", $scope).isotope(
|
41163 |
-
$settings
|
41164 |
-
);
|
41165 |
-
|
41166 |
-
// layout gal, while images are loading
|
41167 |
-
$twitter_feed_gallery.imagesLoaded().progress(function() {
|
41168 |
-
$twitter_feed_gallery.isotope("layout");
|
41169 |
-
});
|
41170 |
-
}
|
41171 |
-
};
|
41172 |
-
|
41173 |
-
jQuery(window).on("elementor/frontend/init", function() {
|
41174 |
-
elementorFrontend.hooks.addAction(
|
41175 |
-
"frontend/element_ready/eael-twitter-feed.default",
|
41176 |
-
TwitterFeedHandler
|
41177 |
-
);
|
41178 |
-
});
|
41179 |
-
|
41180 |
(function($) {
|
41181 |
jQuery(document).ready(function() {
|
41182 |
/**
|
@@ -41185,7 +41166,8 @@ jQuery(window).on("elementor/frontend/init", function() {
|
|
41185 |
* @param supportTag
|
41186 |
*/
|
41187 |
function eael_toc_content(selector, supportTag) {
|
41188 |
-
|
|
|
41189 |
return null;
|
41190 |
}
|
41191 |
var mainSelector = document.querySelector(selector),
|
@@ -41285,10 +41267,7 @@ jQuery(window).on("elementor/frontend/init", function() {
|
|
41285 |
}
|
41286 |
}
|
41287 |
|
41288 |
-
|
41289 |
-
if (intSupportTag !== "") {
|
41290 |
-
eael_toc_content(eael_toc_check_content(), intSupportTag);
|
41291 |
-
}
|
41292 |
|
41293 |
// expand collapse
|
41294 |
$(document).on("click", "ul.eael-toc-list a", function(e) {
|
@@ -41333,7 +41312,7 @@ jQuery(window).on("elementor/frontend/init", function() {
|
|
41333 |
return;
|
41334 |
}
|
41335 |
stickyScroll = (stickyScroll!==undefined)?stickyScroll:200;
|
41336 |
-
if (window.pageYOffset >= stickyScroll) {
|
41337 |
eaelToc.classList.add("eael-sticky");
|
41338 |
} else {
|
41339 |
eaelToc.classList.remove("eael-sticky");
|
@@ -41367,7 +41346,7 @@ jQuery(window).on("elementor/frontend/init", function() {
|
|
41367 |
$("body").click(function(e) {
|
41368 |
var target = $(e.target);
|
41369 |
var eaToc = $("#eael-toc");
|
41370 |
-
if (eaToc.hasClass("eael-toc-auto-collapse") && !eaToc.hasClass("collapsed") && $(target).closest("#eael-toc").length === 0) {
|
41371 |
eaToc.toggleClass("collapsed");
|
41372 |
}
|
41373 |
});
|
@@ -41381,7 +41360,6 @@ jQuery(window).on("elementor/frontend/init", function() {
|
|
41381 |
var pageSetting = $settings.settings,
|
41382 |
title = pageSetting.eael_ext_toc_title,
|
41383 |
toc_style_class = "eael-toc-list eael-toc-list-" + pageSetting.eael_ext_table_of_content_list_style,
|
41384 |
-
support_tag = pageSetting.eael_ext_toc_supported_heading_tag.join(", "),
|
41385 |
icon = pageSetting.eael_ext_table_of_content_header_icon.value,
|
41386 |
el_class = pageSetting.eael_ext_toc_position === "right" ? " eael-toc-right" : " ";
|
41387 |
toc_style_class += pageSetting.eael_ext_toc_collapse_sub_heading === "yes" ? " eael-toc-collapse" : " ";
|
@@ -41406,8 +41384,24 @@ jQuery(window).on("elementor/frontend/init", function() {
|
|
41406 |
);
|
41407 |
}
|
41408 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41409 |
//editor mode
|
41410 |
if (isEditMode) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41411 |
elementor.settings.page.addChangeCallback("eael_ext_table_of_content", function(newValue) {
|
41412 |
var tocGlobal = $(".eael-toc-global");
|
41413 |
if (tocGlobal.length > 0) {
|
@@ -41518,3 +41512,34 @@ jQuery(window).on("elementor/frontend/init", function() {
|
|
41518 |
}
|
41519 |
});
|
41520 |
})(jQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
269 |
|
270 |
});
|
271 |
|
272 |
+
//! moment.js
|
273 |
+
//! version : 2.18.1
|
274 |
+
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
|
275 |
+
//! license : MIT
|
276 |
+
//! momentjs.com
|
277 |
+
!function(a,b){"object"==typeof exports&&"undefined"!=typeof module?module.exports=b():"function"==typeof define&&define.amd?define(b):a.moment=b()}(this,function(){"use strict";function a(){return sd.apply(null,arguments)}function b(a){sd=a}function c(a){return a instanceof Array||"[object Array]"===Object.prototype.toString.call(a)}function d(a){return null!=a&&"[object Object]"===Object.prototype.toString.call(a)}function e(a){var b;for(b in a)return!1;return!0}function f(a){return void 0===a}function g(a){return"number"==typeof a||"[object Number]"===Object.prototype.toString.call(a)}function h(a){return a instanceof Date||"[object Date]"===Object.prototype.toString.call(a)}function i(a,b){var c,d=[];for(c=0;c<a.length;++c)d.push(b(a[c],c));return d}function j(a,b){return Object.prototype.hasOwnProperty.call(a,b)}function k(a,b){for(var c in b)j(b,c)&&(a[c]=b[c]);return j(b,"toString")&&(a.toString=b.toString),j(b,"valueOf")&&(a.valueOf=b.valueOf),a}function l(a,b,c,d){return sb(a,b,c,d,!0).utc()}function m(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function n(a){return null==a._pf&&(a._pf=m()),a._pf}function o(a){if(null==a._isValid){var b=n(a),c=ud.call(b.parsedDateParts,function(a){return null!=a}),d=!isNaN(a._d.getTime())&&b.overflow<0&&!b.empty&&!b.invalidMonth&&!b.invalidWeekday&&!b.nullInput&&!b.invalidFormat&&!b.userInvalidated&&(!b.meridiem||b.meridiem&&c);if(a._strict&&(d=d&&0===b.charsLeftOver&&0===b.unusedTokens.length&&void 0===b.bigHour),null!=Object.isFrozen&&Object.isFrozen(a))return d;a._isValid=d}return a._isValid}function p(a){var b=l(NaN);return null!=a?k(n(b),a):n(b).userInvalidated=!0,b}function q(a,b){var c,d,e;if(f(b._isAMomentObject)||(a._isAMomentObject=b._isAMomentObject),f(b._i)||(a._i=b._i),f(b._f)||(a._f=b._f),f(b._l)||(a._l=b._l),f(b._strict)||(a._strict=b._strict),f(b._tzm)||(a._tzm=b._tzm),f(b._isUTC)||(a._isUTC=b._isUTC),f(b._offset)||(a._offset=b._offset),f(b._pf)||(a._pf=n(b)),f(b._locale)||(a._locale=b._locale),vd.length>0)for(c=0;c<vd.length;c++)d=vd[c],e=b[d],f(e)||(a[d]=e);return a}function r(b){q(this,b),this._d=new Date(null!=b._d?b._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),wd===!1&&(wd=!0,a.updateOffset(this),wd=!1)}function s(a){return a instanceof r||null!=a&&null!=a._isAMomentObject}function t(a){return a<0?Math.ceil(a)||0:Math.floor(a)}function u(a){var b=+a,c=0;return 0!==b&&isFinite(b)&&(c=t(b)),c}function v(a,b,c){var d,e=Math.min(a.length,b.length),f=Math.abs(a.length-b.length),g=0;for(d=0;d<e;d++)(c&&a[d]!==b[d]||!c&&u(a[d])!==u(b[d]))&&g++;return g+f}function w(b){a.suppressDeprecationWarnings===!1&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+b)}function x(b,c){var d=!0;return k(function(){if(null!=a.deprecationHandler&&a.deprecationHandler(null,b),d){for(var e,f=[],g=0;g<arguments.length;g++){if(e="","object"==typeof arguments[g]){e+="\n["+g+"] ";for(var h in arguments[0])e+=h+": "+arguments[0][h]+", ";e=e.slice(0,-2)}else e=arguments[g];f.push(e)}w(b+"\nArguments: "+Array.prototype.slice.call(f).join("")+"\n"+(new Error).stack),d=!1}return c.apply(this,arguments)},c)}function y(b,c){null!=a.deprecationHandler&&a.deprecationHandler(b,c),xd[b]||(w(c),xd[b]=!0)}function z(a){return a instanceof Function||"[object Function]"===Object.prototype.toString.call(a)}function A(a){var b,c;for(c in a)b=a[c],z(b)?this[c]=b:this["_"+c]=b;this._config=a,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function B(a,b){var c,e=k({},a);for(c in b)j(b,c)&&(d(a[c])&&d(b[c])?(e[c]={},k(e[c],a[c]),k(e[c],b[c])):null!=b[c]?e[c]=b[c]:delete e[c]);for(c in a)j(a,c)&&!j(b,c)&&d(a[c])&&(e[c]=k({},e[c]));return e}function C(a){null!=a&&this.set(a)}function D(a,b,c){var d=this._calendar[a]||this._calendar.sameElse;return z(d)?d.call(b,c):d}function E(a){var b=this._longDateFormat[a],c=this._longDateFormat[a.toUpperCase()];return b||!c?b:(this._longDateFormat[a]=c.replace(/MMMM|MM|DD|dddd/g,function(a){return a.slice(1)}),this._longDateFormat[a])}function F(){return this._invalidDate}function G(a){return this._ordinal.replace("%d",a)}function H(a,b,c,d){var e=this._relativeTime[c];return z(e)?e(a,b,c,d):e.replace(/%d/i,a)}function I(a,b){var c=this._relativeTime[a>0?"future":"past"];return z(c)?c(b):c.replace(/%s/i,b)}function J(a,b){var c=a.toLowerCase();Hd[c]=Hd[c+"s"]=Hd[b]=a}function K(a){return"string"==typeof a?Hd[a]||Hd[a.toLowerCase()]:void 0}function L(a){var b,c,d={};for(c in a)j(a,c)&&(b=K(c),b&&(d[b]=a[c]));return d}function M(a,b){Id[a]=b}function N(a){var b=[];for(var c in a)b.push({unit:c,priority:Id[c]});return b.sort(function(a,b){return a.priority-b.priority}),b}function O(b,c){return function(d){return null!=d?(Q(this,b,d),a.updateOffset(this,c),this):P(this,b)}}function P(a,b){return a.isValid()?a._d["get"+(a._isUTC?"UTC":"")+b]():NaN}function Q(a,b,c){a.isValid()&&a._d["set"+(a._isUTC?"UTC":"")+b](c)}function R(a){return a=K(a),z(this[a])?this[a]():this}function S(a,b){if("object"==typeof a){a=L(a);for(var c=N(a),d=0;d<c.length;d++)this[c[d].unit](a[c[d].unit])}else if(a=K(a),z(this[a]))return this[a](b);return this}function T(a,b,c){var d=""+Math.abs(a),e=b-d.length,f=a>=0;return(f?c?"+":"":"-")+Math.pow(10,Math.max(0,e)).toString().substr(1)+d}function U(a,b,c,d){var e=d;"string"==typeof d&&(e=function(){return this[d]()}),a&&(Md[a]=e),b&&(Md[b[0]]=function(){return T(e.apply(this,arguments),b[1],b[2])}),c&&(Md[c]=function(){return this.localeData().ordinal(e.apply(this,arguments),a)})}function V(a){return a.match(/\[[\s\S]/)?a.replace(/^\[|\]$/g,""):a.replace(/\\/g,"")}function W(a){var b,c,d=a.match(Jd);for(b=0,c=d.length;b<c;b++)Md[d[b]]?d[b]=Md[d[b]]:d[b]=V(d[b]);return function(b){var e,f="";for(e=0;e<c;e++)f+=z(d[e])?d[e].call(b,a):d[e];return f}}function X(a,b){return a.isValid()?(b=Y(b,a.localeData()),Ld[b]=Ld[b]||W(b),Ld[b](a)):a.localeData().invalidDate()}function Y(a,b){function c(a){return b.longDateFormat(a)||a}var d=5;for(Kd.lastIndex=0;d>=0&&Kd.test(a);)a=a.replace(Kd,c),Kd.lastIndex=0,d-=1;return a}function Z(a,b,c){ce[a]=z(b)?b:function(a,d){return a&&c?c:b}}function $(a,b){return j(ce,a)?ce[a](b._strict,b._locale):new RegExp(_(a))}function _(a){return aa(a.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(a,b,c,d,e){return b||c||d||e}))}function aa(a){return a.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function ba(a,b){var c,d=b;for("string"==typeof a&&(a=[a]),g(b)&&(d=function(a,c){c[b]=u(a)}),c=0;c<a.length;c++)de[a[c]]=d}function ca(a,b){ba(a,function(a,c,d,e){d._w=d._w||{},b(a,d._w,d,e)})}function da(a,b,c){null!=b&&j(de,a)&&de[a](b,c._a,c,a)}function ea(a,b){return new Date(Date.UTC(a,b+1,0)).getUTCDate()}function fa(a,b){return a?c(this._months)?this._months[a.month()]:this._months[(this._months.isFormat||oe).test(b)?"format":"standalone"][a.month()]:c(this._months)?this._months:this._months.standalone}function ga(a,b){return a?c(this._monthsShort)?this._monthsShort[a.month()]:this._monthsShort[oe.test(b)?"format":"standalone"][a.month()]:c(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function ha(a,b,c){var d,e,f,g=a.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],d=0;d<12;++d)f=l([2e3,d]),this._shortMonthsParse[d]=this.monthsShort(f,"").toLocaleLowerCase(),this._longMonthsParse[d]=this.months(f,"").toLocaleLowerCase();return c?"MMM"===b?(e=ne.call(this._shortMonthsParse,g),e!==-1?e:null):(e=ne.call(this._longMonthsParse,g),e!==-1?e:null):"MMM"===b?(e=ne.call(this._shortMonthsParse,g),e!==-1?e:(e=ne.call(this._longMonthsParse,g),e!==-1?e:null)):(e=ne.call(this._longMonthsParse,g),e!==-1?e:(e=ne.call(this._shortMonthsParse,g),e!==-1?e:null))}function ia(a,b,c){var d,e,f;if(this._monthsParseExact)return ha.call(this,a,b,c);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),d=0;d<12;d++){if(e=l([2e3,d]),c&&!this._longMonthsParse[d]&&(this._longMonthsParse[d]=new RegExp("^"+this.months(e,"").replace(".","")+"$","i"),this._shortMonthsParse[d]=new RegExp("^"+this.monthsShort(e,"").replace(".","")+"$","i")),c||this._monthsParse[d]||(f="^"+this.months(e,"")+"|^"+this.monthsShort(e,""),this._monthsParse[d]=new RegExp(f.replace(".",""),"i")),c&&"MMMM"===b&&this._longMonthsParse[d].test(a))return d;if(c&&"MMM"===b&&this._shortMonthsParse[d].test(a))return d;if(!c&&this._monthsParse[d].test(a))return d}}function ja(a,b){var c;if(!a.isValid())return a;if("string"==typeof b)if(/^\d+$/.test(b))b=u(b);else if(b=a.localeData().monthsParse(b),!g(b))return a;return c=Math.min(a.date(),ea(a.year(),b)),a._d["set"+(a._isUTC?"UTC":"")+"Month"](b,c),a}function ka(b){return null!=b?(ja(this,b),a.updateOffset(this,!0),this):P(this,"Month")}function la(){return ea(this.year(),this.month())}function ma(a){return this._monthsParseExact?(j(this,"_monthsRegex")||oa.call(this),a?this._monthsShortStrictRegex:this._monthsShortRegex):(j(this,"_monthsShortRegex")||(this._monthsShortRegex=re),this._monthsShortStrictRegex&&a?this._monthsShortStrictRegex:this._monthsShortRegex)}function na(a){return this._monthsParseExact?(j(this,"_monthsRegex")||oa.call(this),a?this._monthsStrictRegex:this._monthsRegex):(j(this,"_monthsRegex")||(this._monthsRegex=se),this._monthsStrictRegex&&a?this._monthsStrictRegex:this._monthsRegex)}function oa(){function a(a,b){return b.length-a.length}var b,c,d=[],e=[],f=[];for(b=0;b<12;b++)c=l([2e3,b]),d.push(this.monthsShort(c,"")),e.push(this.months(c,"")),f.push(this.months(c,"")),f.push(this.monthsShort(c,""));for(d.sort(a),e.sort(a),f.sort(a),b=0;b<12;b++)d[b]=aa(d[b]),e[b]=aa(e[b]);for(b=0;b<24;b++)f[b]=aa(f[b]);this._monthsRegex=new RegExp("^("+f.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+e.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+d.join("|")+")","i")}function pa(a){return qa(a)?366:365}function qa(a){return a%4===0&&a%100!==0||a%400===0}function ra(){return qa(this.year())}function sa(a,b,c,d,e,f,g){var h=new Date(a,b,c,d,e,f,g);return a<100&&a>=0&&isFinite(h.getFullYear())&&h.setFullYear(a),h}function ta(a){var b=new Date(Date.UTC.apply(null,arguments));return a<100&&a>=0&&isFinite(b.getUTCFullYear())&&b.setUTCFullYear(a),b}function ua(a,b,c){var d=7+b-c,e=(7+ta(a,0,d).getUTCDay()-b)%7;return-e+d-1}function va(a,b,c,d,e){var f,g,h=(7+c-d)%7,i=ua(a,d,e),j=1+7*(b-1)+h+i;return j<=0?(f=a-1,g=pa(f)+j):j>pa(a)?(f=a+1,g=j-pa(a)):(f=a,g=j),{year:f,dayOfYear:g}}function wa(a,b,c){var d,e,f=ua(a.year(),b,c),g=Math.floor((a.dayOfYear()-f-1)/7)+1;return g<1?(e=a.year()-1,d=g+xa(e,b,c)):g>xa(a.year(),b,c)?(d=g-xa(a.year(),b,c),e=a.year()+1):(e=a.year(),d=g),{week:d,year:e}}function xa(a,b,c){var d=ua(a,b,c),e=ua(a+1,b,c);return(pa(a)-d+e)/7}function ya(a){return wa(a,this._week.dow,this._week.doy).week}function za(){return this._week.dow}function Aa(){return this._week.doy}function Ba(a){var b=this.localeData().week(this);return null==a?b:this.add(7*(a-b),"d")}function Ca(a){var b=wa(this,1,4).week;return null==a?b:this.add(7*(a-b),"d")}function Da(a,b){return"string"!=typeof a?a:isNaN(a)?(a=b.weekdaysParse(a),"number"==typeof a?a:null):parseInt(a,10)}function Ea(a,b){return"string"==typeof a?b.weekdaysParse(a)%7||7:isNaN(a)?null:a}function Fa(a,b){return a?c(this._weekdays)?this._weekdays[a.day()]:this._weekdays[this._weekdays.isFormat.test(b)?"format":"standalone"][a.day()]:c(this._weekdays)?this._weekdays:this._weekdays.standalone}function Ga(a){return a?this._weekdaysShort[a.day()]:this._weekdaysShort}function Ha(a){return a?this._weekdaysMin[a.day()]:this._weekdaysMin}function Ia(a,b,c){var d,e,f,g=a.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],d=0;d<7;++d)f=l([2e3,1]).day(d),this._minWeekdaysParse[d]=this.weekdaysMin(f,"").toLocaleLowerCase(),this._shortWeekdaysParse[d]=this.weekdaysShort(f,"").toLocaleLowerCase(),this._weekdaysParse[d]=this.weekdays(f,"").toLocaleLowerCase();return c?"dddd"===b?(e=ne.call(this._weekdaysParse,g),e!==-1?e:null):"ddd"===b?(e=ne.call(this._shortWeekdaysParse,g),e!==-1?e:null):(e=ne.call(this._minWeekdaysParse,g),e!==-1?e:null):"dddd"===b?(e=ne.call(this._weekdaysParse,g),e!==-1?e:(e=ne.call(this._shortWeekdaysParse,g),e!==-1?e:(e=ne.call(this._minWeekdaysParse,g),e!==-1?e:null))):"ddd"===b?(e=ne.call(this._shortWeekdaysParse,g),e!==-1?e:(e=ne.call(this._weekdaysParse,g),e!==-1?e:(e=ne.call(this._minWeekdaysParse,g),e!==-1?e:null))):(e=ne.call(this._minWeekdaysParse,g),e!==-1?e:(e=ne.call(this._weekdaysParse,g),e!==-1?e:(e=ne.call(this._shortWeekdaysParse,g),e!==-1?e:null)))}function Ja(a,b,c){var d,e,f;if(this._weekdaysParseExact)return Ia.call(this,a,b,c);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),d=0;d<7;d++){if(e=l([2e3,1]).day(d),c&&!this._fullWeekdaysParse[d]&&(this._fullWeekdaysParse[d]=new RegExp("^"+this.weekdays(e,"").replace(".",".?")+"$","i"),this._shortWeekdaysParse[d]=new RegExp("^"+this.weekdaysShort(e,"").replace(".",".?")+"$","i"),this._minWeekdaysParse[d]=new RegExp("^"+this.weekdaysMin(e,"").replace(".",".?")+"$","i")),this._weekdaysParse[d]||(f="^"+this.weekdays(e,"")+"|^"+this.weekdaysShort(e,"")+"|^"+this.weekdaysMin(e,""),this._weekdaysParse[d]=new RegExp(f.replace(".",""),"i")),c&&"dddd"===b&&this._fullWeekdaysParse[d].test(a))return d;if(c&&"ddd"===b&&this._shortWeekdaysParse[d].test(a))return d;if(c&&"dd"===b&&this._minWeekdaysParse[d].test(a))return d;if(!c&&this._weekdaysParse[d].test(a))return d}}function Ka(a){if(!this.isValid())return null!=a?this:NaN;var b=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=a?(a=Da(a,this.localeData()),this.add(a-b,"d")):b}function La(a){if(!this.isValid())return null!=a?this:NaN;var b=(this.day()+7-this.localeData()._week.dow)%7;return null==a?b:this.add(a-b,"d")}function Ma(a){if(!this.isValid())return null!=a?this:NaN;if(null!=a){var b=Ea(a,this.localeData());return this.day(this.day()%7?b:b-7)}return this.day()||7}function Na(a){return this._weekdaysParseExact?(j(this,"_weekdaysRegex")||Qa.call(this),a?this._weekdaysStrictRegex:this._weekdaysRegex):(j(this,"_weekdaysRegex")||(this._weekdaysRegex=ye),this._weekdaysStrictRegex&&a?this._weekdaysStrictRegex:this._weekdaysRegex)}function Oa(a){return this._weekdaysParseExact?(j(this,"_weekdaysRegex")||Qa.call(this),a?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(j(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=ze),this._weekdaysShortStrictRegex&&a?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Pa(a){return this._weekdaysParseExact?(j(this,"_weekdaysRegex")||Qa.call(this),a?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(j(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Ae),this._weekdaysMinStrictRegex&&a?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Qa(){function a(a,b){return b.length-a.length}var b,c,d,e,f,g=[],h=[],i=[],j=[];for(b=0;b<7;b++)c=l([2e3,1]).day(b),d=this.weekdaysMin(c,""),e=this.weekdaysShort(c,""),f=this.weekdays(c,""),g.push(d),h.push(e),i.push(f),j.push(d),j.push(e),j.push(f);for(g.sort(a),h.sort(a),i.sort(a),j.sort(a),b=0;b<7;b++)h[b]=aa(h[b]),i[b]=aa(i[b]),j[b]=aa(j[b]);this._weekdaysRegex=new RegExp("^("+j.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+i.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+h.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+g.join("|")+")","i")}function Ra(){return this.hours()%12||12}function Sa(){return this.hours()||24}function Ta(a,b){U(a,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),b)})}function Ua(a,b){return b._meridiemParse}function Va(a){return"p"===(a+"").toLowerCase().charAt(0)}function Wa(a,b,c){return a>11?c?"pm":"PM":c?"am":"AM"}function Xa(a){return a?a.toLowerCase().replace("_","-"):a}function Ya(a){for(var b,c,d,e,f=0;f<a.length;){for(e=Xa(a[f]).split("-"),b=e.length,c=Xa(a[f+1]),c=c?c.split("-"):null;b>0;){if(d=Za(e.slice(0,b).join("-")))return d;if(c&&c.length>=b&&v(e,c,!0)>=b-1)break;b--}f++}return null}function Za(a){var b=null;if(!Fe[a]&&"undefined"!=typeof module&&module&&module.exports)try{b=Be._abbr,require("./locale/"+a),$a(b)}catch(a){}return Fe[a]}function $a(a,b){var c;return a&&(c=f(b)?bb(a):_a(a,b),c&&(Be=c)),Be._abbr}function _a(a,b){if(null!==b){var c=Ee;if(b.abbr=a,null!=Fe[a])y("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),c=Fe[a]._config;else if(null!=b.parentLocale){if(null==Fe[b.parentLocale])return Ge[b.parentLocale]||(Ge[b.parentLocale]=[]),Ge[b.parentLocale].push({name:a,config:b}),null;c=Fe[b.parentLocale]._config}return Fe[a]=new C(B(c,b)),Ge[a]&&Ge[a].forEach(function(a){_a(a.name,a.config)}),$a(a),Fe[a]}return delete Fe[a],null}function ab(a,b){if(null!=b){var c,d=Ee;null!=Fe[a]&&(d=Fe[a]._config),b=B(d,b),c=new C(b),c.parentLocale=Fe[a],Fe[a]=c,$a(a)}else null!=Fe[a]&&(null!=Fe[a].parentLocale?Fe[a]=Fe[a].parentLocale:null!=Fe[a]&&delete Fe[a]);return Fe[a]}function bb(a){var b;if(a&&a._locale&&a._locale._abbr&&(a=a._locale._abbr),!a)return Be;if(!c(a)){if(b=Za(a))return b;a=[a]}return Ya(a)}function cb(){return Ad(Fe)}function db(a){var b,c=a._a;return c&&n(a).overflow===-2&&(b=c[fe]<0||c[fe]>11?fe:c[ge]<1||c[ge]>ea(c[ee],c[fe])?ge:c[he]<0||c[he]>24||24===c[he]&&(0!==c[ie]||0!==c[je]||0!==c[ke])?he:c[ie]<0||c[ie]>59?ie:c[je]<0||c[je]>59?je:c[ke]<0||c[ke]>999?ke:-1,n(a)._overflowDayOfYear&&(b<ee||b>ge)&&(b=ge),n(a)._overflowWeeks&&b===-1&&(b=le),n(a)._overflowWeekday&&b===-1&&(b=me),n(a).overflow=b),a}function eb(a){var b,c,d,e,f,g,h=a._i,i=He.exec(h)||Ie.exec(h);if(i){for(n(a).iso=!0,b=0,c=Ke.length;b<c;b++)if(Ke[b][1].exec(i[1])){e=Ke[b][0],d=Ke[b][2]!==!1;break}if(null==e)return void(a._isValid=!1);if(i[3]){for(b=0,c=Le.length;b<c;b++)if(Le[b][1].exec(i[3])){f=(i[2]||" ")+Le[b][0];break}if(null==f)return void(a._isValid=!1)}if(!d&&null!=f)return void(a._isValid=!1);if(i[4]){if(!Je.exec(i[4]))return void(a._isValid=!1);g="Z"}a._f=e+(f||"")+(g||""),lb(a)}else a._isValid=!1}function fb(a){var b,c,d,e,f,g,h,i,j={" GMT":" +0000"," EDT":" -0400"," EST":" -0500"," CDT":" -0500"," CST":" -0600"," MDT":" -0600"," MST":" -0700"," PDT":" -0700"," PST":" -0800"},k="YXWVUTSRQPONZABCDEFGHIKLM";if(b=a._i.replace(/\([^\)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s|\s$/g,""),c=Ne.exec(b)){if(d=c[1]?"ddd"+(5===c[1].length?", ":" "):"",e="D MMM "+(c[2].length>10?"YYYY ":"YY "),f="HH:mm"+(c[4]?":ss":""),c[1]){var l=new Date(c[2]),m=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"][l.getDay()];if(c[1].substr(0,3)!==m)return n(a).weekdayMismatch=!0,void(a._isValid=!1)}switch(c[5].length){case 2:0===i?h=" +0000":(i=k.indexOf(c[5][1].toUpperCase())-12,h=(i<0?" -":" +")+(""+i).replace(/^-?/,"0").match(/..$/)[0]+"00");break;case 4:h=j[c[5]];break;default:h=j[" GMT"]}c[5]=h,a._i=c.splice(1).join(""),g=" ZZ",a._f=d+e+f+g,lb(a),n(a).rfc2822=!0}else a._isValid=!1}function gb(b){var c=Me.exec(b._i);return null!==c?void(b._d=new Date(+c[1])):(eb(b),void(b._isValid===!1&&(delete b._isValid,fb(b),b._isValid===!1&&(delete b._isValid,a.createFromInputFallback(b)))))}function hb(a,b,c){return null!=a?a:null!=b?b:c}function ib(b){var c=new Date(a.now());return b._useUTC?[c.getUTCFullYear(),c.getUTCMonth(),c.getUTCDate()]:[c.getFullYear(),c.getMonth(),c.getDate()]}function jb(a){var b,c,d,e,f=[];if(!a._d){for(d=ib(a),a._w&&null==a._a[ge]&&null==a._a[fe]&&kb(a),null!=a._dayOfYear&&(e=hb(a._a[ee],d[ee]),(a._dayOfYear>pa(e)||0===a._dayOfYear)&&(n(a)._overflowDayOfYear=!0),c=ta(e,0,a._dayOfYear),a._a[fe]=c.getUTCMonth(),a._a[ge]=c.getUTCDate()),b=0;b<3&&null==a._a[b];++b)a._a[b]=f[b]=d[b];for(;b<7;b++)a._a[b]=f[b]=null==a._a[b]?2===b?1:0:a._a[b];24===a._a[he]&&0===a._a[ie]&&0===a._a[je]&&0===a._a[ke]&&(a._nextDay=!0,a._a[he]=0),a._d=(a._useUTC?ta:sa).apply(null,f),null!=a._tzm&&a._d.setUTCMinutes(a._d.getUTCMinutes()-a._tzm),a._nextDay&&(a._a[he]=24)}}function kb(a){var b,c,d,e,f,g,h,i;if(b=a._w,null!=b.GG||null!=b.W||null!=b.E)f=1,g=4,c=hb(b.GG,a._a[ee],wa(tb(),1,4).year),d=hb(b.W,1),e=hb(b.E,1),(e<1||e>7)&&(i=!0);else{f=a._locale._week.dow,g=a._locale._week.doy;var j=wa(tb(),f,g);c=hb(b.gg,a._a[ee],j.year),d=hb(b.w,j.week),null!=b.d?(e=b.d,(e<0||e>6)&&(i=!0)):null!=b.e?(e=b.e+f,(b.e<0||b.e>6)&&(i=!0)):e=f}d<1||d>xa(c,f,g)?n(a)._overflowWeeks=!0:null!=i?n(a)._overflowWeekday=!0:(h=va(c,d,e,f,g),a._a[ee]=h.year,a._dayOfYear=h.dayOfYear)}function lb(b){if(b._f===a.ISO_8601)return void eb(b);if(b._f===a.RFC_2822)return void fb(b);b._a=[],n(b).empty=!0;var c,d,e,f,g,h=""+b._i,i=h.length,j=0;for(e=Y(b._f,b._locale).match(Jd)||[],c=0;c<e.length;c++)f=e[c],d=(h.match($(f,b))||[])[0],d&&(g=h.substr(0,h.indexOf(d)),g.length>0&&n(b).unusedInput.push(g),h=h.slice(h.indexOf(d)+d.length),j+=d.length),Md[f]?(d?n(b).empty=!1:n(b).unusedTokens.push(f),da(f,d,b)):b._strict&&!d&&n(b).unusedTokens.push(f);n(b).charsLeftOver=i-j,h.length>0&&n(b).unusedInput.push(h),b._a[he]<=12&&n(b).bigHour===!0&&b._a[he]>0&&(n(b).bigHour=void 0),n(b).parsedDateParts=b._a.slice(0),n(b).meridiem=b._meridiem,b._a[he]=mb(b._locale,b._a[he],b._meridiem),jb(b),db(b)}function mb(a,b,c){var d;return null==c?b:null!=a.meridiemHour?a.meridiemHour(b,c):null!=a.isPM?(d=a.isPM(c),d&&b<12&&(b+=12),d||12!==b||(b=0),b):b}function nb(a){var b,c,d,e,f;if(0===a._f.length)return n(a).invalidFormat=!0,void(a._d=new Date(NaN));for(e=0;e<a._f.length;e++)f=0,b=q({},a),null!=a._useUTC&&(b._useUTC=a._useUTC),b._f=a._f[e],lb(b),o(b)&&(f+=n(b).charsLeftOver,f+=10*n(b).unusedTokens.length,n(b).score=f,(null==d||f<d)&&(d=f,c=b));k(a,c||b)}function ob(a){if(!a._d){var b=L(a._i);a._a=i([b.year,b.month,b.day||b.date,b.hour,b.minute,b.second,b.millisecond],function(a){return a&&parseInt(a,10)}),jb(a)}}function pb(a){var b=new r(db(qb(a)));return b._nextDay&&(b.add(1,"d"),b._nextDay=void 0),b}function qb(a){var b=a._i,d=a._f;return a._locale=a._locale||bb(a._l),null===b||void 0===d&&""===b?p({nullInput:!0}):("string"==typeof b&&(a._i=b=a._locale.preparse(b)),s(b)?new r(db(b)):(h(b)?a._d=b:c(d)?nb(a):d?lb(a):rb(a),o(a)||(a._d=null),a))}function rb(b){var e=b._i;f(e)?b._d=new Date(a.now()):h(e)?b._d=new Date(e.valueOf()):"string"==typeof e?gb(b):c(e)?(b._a=i(e.slice(0),function(a){return parseInt(a,10)}),jb(b)):d(e)?ob(b):g(e)?b._d=new Date(e):a.createFromInputFallback(b)}function sb(a,b,f,g,h){var i={};return f!==!0&&f!==!1||(g=f,f=void 0),(d(a)&&e(a)||c(a)&&0===a.length)&&(a=void 0),i._isAMomentObject=!0,i._useUTC=i._isUTC=h,i._l=f,i._i=a,i._f=b,i._strict=g,pb(i)}function tb(a,b,c,d){return sb(a,b,c,d,!1)}function ub(a,b){var d,e;if(1===b.length&&c(b[0])&&(b=b[0]),!b.length)return tb();for(d=b[0],e=1;e<b.length;++e)b[e].isValid()&&!b[e][a](d)||(d=b[e]);return d}function vb(){var a=[].slice.call(arguments,0);return ub("isBefore",a)}function wb(){var a=[].slice.call(arguments,0);return ub("isAfter",a)}function xb(a){for(var b in a)if(Re.indexOf(b)===-1||null!=a[b]&&isNaN(a[b]))return!1;for(var c=!1,d=0;d<Re.length;++d)if(a[Re[d]]){if(c)return!1;parseFloat(a[Re[d]])!==u(a[Re[d]])&&(c=!0)}return!0}function yb(){return this._isValid}function zb(){return Sb(NaN)}function Ab(a){var b=L(a),c=b.year||0,d=b.quarter||0,e=b.month||0,f=b.week||0,g=b.day||0,h=b.hour||0,i=b.minute||0,j=b.second||0,k=b.millisecond||0;this._isValid=xb(b),this._milliseconds=+k+1e3*j+6e4*i+1e3*h*60*60,this._days=+g+7*f,this._months=+e+3*d+12*c,this._data={},this._locale=bb(),this._bubble()}function Bb(a){return a instanceof Ab}function Cb(a){return a<0?Math.round(-1*a)*-1:Math.round(a)}function Db(a,b){U(a,0,0,function(){var a=this.utcOffset(),c="+";return a<0&&(a=-a,c="-"),c+T(~~(a/60),2)+b+T(~~a%60,2)})}function Eb(a,b){var c=(b||"").match(a);if(null===c)return null;var d=c[c.length-1]||[],e=(d+"").match(Se)||["-",0,0],f=+(60*e[1])+u(e[2]);return 0===f?0:"+"===e[0]?f:-f}function Fb(b,c){var d,e;return c._isUTC?(d=c.clone(),e=(s(b)||h(b)?b.valueOf():tb(b).valueOf())-d.valueOf(),d._d.setTime(d._d.valueOf()+e),a.updateOffset(d,!1),d):tb(b).local()}function Gb(a){return 15*-Math.round(a._d.getTimezoneOffset()/15)}function Hb(b,c,d){var e,f=this._offset||0;if(!this.isValid())return null!=b?this:NaN;if(null!=b){if("string"==typeof b){if(b=Eb(_d,b),null===b)return this}else Math.abs(b)<16&&!d&&(b=60*b);return!this._isUTC&&c&&(e=Gb(this)),this._offset=b,this._isUTC=!0,null!=e&&this.add(e,"m"),f!==b&&(!c||this._changeInProgress?Xb(this,Sb(b-f,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,a.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?f:Gb(this)}function Ib(a,b){return null!=a?("string"!=typeof a&&(a=-a),this.utcOffset(a,b),this):-this.utcOffset()}function Jb(a){return this.utcOffset(0,a)}function Kb(a){return this._isUTC&&(this.utcOffset(0,a),this._isUTC=!1,a&&this.subtract(Gb(this),"m")),this}function Lb(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var a=Eb($d,this._i);null!=a?this.utcOffset(a):this.utcOffset(0,!0)}return this}function Mb(a){return!!this.isValid()&&(a=a?tb(a).utcOffset():0,(this.utcOffset()-a)%60===0)}function Nb(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function Ob(){if(!f(this._isDSTShifted))return this._isDSTShifted;var a={};if(q(a,this),a=qb(a),a._a){var b=a._isUTC?l(a._a):tb(a._a);this._isDSTShifted=this.isValid()&&v(a._a,b.toArray())>0}else this._isDSTShifted=!1;return this._isDSTShifted}function Pb(){return!!this.isValid()&&!this._isUTC}function Qb(){return!!this.isValid()&&this._isUTC}function Rb(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}function Sb(a,b){var c,d,e,f=a,h=null;return Bb(a)?f={ms:a._milliseconds,d:a._days,M:a._months}:g(a)?(f={},b?f[b]=a:f.milliseconds=a):(h=Te.exec(a))?(c="-"===h[1]?-1:1,f={y:0,d:u(h[ge])*c,h:u(h[he])*c,m:u(h[ie])*c,s:u(h[je])*c,ms:u(Cb(1e3*h[ke]))*c}):(h=Ue.exec(a))?(c="-"===h[1]?-1:1,f={y:Tb(h[2],c),M:Tb(h[3],c),w:Tb(h[4],c),d:Tb(h[5],c),h:Tb(h[6],c),m:Tb(h[7],c),s:Tb(h[8],c)}):null==f?f={}:"object"==typeof f&&("from"in f||"to"in f)&&(e=Vb(tb(f.from),tb(f.to)),f={},f.ms=e.milliseconds,f.M=e.months),d=new Ab(f),Bb(a)&&j(a,"_locale")&&(d._locale=a._locale),d}function Tb(a,b){var c=a&&parseFloat(a.replace(",","."));return(isNaN(c)?0:c)*b}function Ub(a,b){var c={milliseconds:0,months:0};return c.months=b.month()-a.month()+12*(b.year()-a.year()),a.clone().add(c.months,"M").isAfter(b)&&--c.months,c.milliseconds=+b-+a.clone().add(c.months,"M"),c}function Vb(a,b){var c;return a.isValid()&&b.isValid()?(b=Fb(b,a),a.isBefore(b)?c=Ub(a,b):(c=Ub(b,a),c.milliseconds=-c.milliseconds,c.months=-c.months),c):{milliseconds:0,months:0}}function Wb(a,b){return function(c,d){var e,f;return null===d||isNaN(+d)||(y(b,"moment()."+b+"(period, number) is deprecated. Please use moment()."+b+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),f=c,c=d,d=f),c="string"==typeof c?+c:c,e=Sb(c,d),Xb(this,e,a),this}}function Xb(b,c,d,e){var f=c._milliseconds,g=Cb(c._days),h=Cb(c._months);b.isValid()&&(e=null==e||e,f&&b._d.setTime(b._d.valueOf()+f*d),g&&Q(b,"Date",P(b,"Date")+g*d),h&&ja(b,P(b,"Month")+h*d),e&&a.updateOffset(b,g||h))}function Yb(a,b){var c=a.diff(b,"days",!0);return c<-6?"sameElse":c<-1?"lastWeek":c<0?"lastDay":c<1?"sameDay":c<2?"nextDay":c<7?"nextWeek":"sameElse"}function Zb(b,c){var d=b||tb(),e=Fb(d,this).startOf("day"),f=a.calendarFormat(this,e)||"sameElse",g=c&&(z(c[f])?c[f].call(this,d):c[f]);return this.format(g||this.localeData().calendar(f,this,tb(d)))}function $b(){return new r(this)}function _b(a,b){var c=s(a)?a:tb(a);return!(!this.isValid()||!c.isValid())&&(b=K(f(b)?"millisecond":b),"millisecond"===b?this.valueOf()>c.valueOf():c.valueOf()<this.clone().startOf(b).valueOf())}function ac(a,b){var c=s(a)?a:tb(a);return!(!this.isValid()||!c.isValid())&&(b=K(f(b)?"millisecond":b),"millisecond"===b?this.valueOf()<c.valueOf():this.clone().endOf(b).valueOf()<c.valueOf())}function bc(a,b,c,d){return d=d||"()",("("===d[0]?this.isAfter(a,c):!this.isBefore(a,c))&&(")"===d[1]?this.isBefore(b,c):!this.isAfter(b,c))}function cc(a,b){var c,d=s(a)?a:tb(a);return!(!this.isValid()||!d.isValid())&&(b=K(b||"millisecond"),"millisecond"===b?this.valueOf()===d.valueOf():(c=d.valueOf(),this.clone().startOf(b).valueOf()<=c&&c<=this.clone().endOf(b).valueOf()))}function dc(a,b){return this.isSame(a,b)||this.isAfter(a,b)}function ec(a,b){return this.isSame(a,b)||this.isBefore(a,b)}function fc(a,b,c){var d,e,f,g;return this.isValid()?(d=Fb(a,this),d.isValid()?(e=6e4*(d.utcOffset()-this.utcOffset()),b=K(b),"year"===b||"month"===b||"quarter"===b?(g=gc(this,d),"quarter"===b?g/=3:"year"===b&&(g/=12)):(f=this-d,g="second"===b?f/1e3:"minute"===b?f/6e4:"hour"===b?f/36e5:"day"===b?(f-e)/864e5:"week"===b?(f-e)/6048e5:f),c?g:t(g)):NaN):NaN}function gc(a,b){var c,d,e=12*(b.year()-a.year())+(b.month()-a.month()),f=a.clone().add(e,"months");return b-f<0?(c=a.clone().add(e-1,"months"),d=(b-f)/(f-c)):(c=a.clone().add(e+1,"months"),d=(b-f)/(c-f)),-(e+d)||0}function hc(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function ic(){if(!this.isValid())return null;var a=this.clone().utc();return a.year()<0||a.year()>9999?X(a,"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]"):z(Date.prototype.toISOString)?this.toDate().toISOString():X(a,"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]")}function jc(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var a="moment",b="";this.isLocal()||(a=0===this.utcOffset()?"moment.utc":"moment.parseZone",b="Z");var c="["+a+'("]',d=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",e="-MM-DD[T]HH:mm:ss.SSS",f=b+'[")]';return this.format(c+d+e+f)}function kc(b){b||(b=this.isUtc()?a.defaultFormatUtc:a.defaultFormat);var c=X(this,b);return this.localeData().postformat(c)}function lc(a,b){return this.isValid()&&(s(a)&&a.isValid()||tb(a).isValid())?Sb({to:this,from:a}).locale(this.locale()).humanize(!b):this.localeData().invalidDate()}function mc(a){return this.from(tb(),a)}function nc(a,b){return this.isValid()&&(s(a)&&a.isValid()||tb(a).isValid())?Sb({from:this,to:a}).locale(this.locale()).humanize(!b):this.localeData().invalidDate()}function oc(a){return this.to(tb(),a)}function pc(a){var b;return void 0===a?this._locale._abbr:(b=bb(a),null!=b&&(this._locale=b),this)}function qc(){return this._locale}function rc(a){switch(a=K(a)){case"year":this.month(0);case"quarter":case"month":this.date(1);case"week":case"isoWeek":case"day":case"date":this.hours(0);case"hour":this.minutes(0);case"minute":this.seconds(0);case"second":this.milliseconds(0)}return"week"===a&&this.weekday(0),"isoWeek"===a&&this.isoWeekday(1),"quarter"===a&&this.month(3*Math.floor(this.month()/3)),this}function sc(a){return a=K(a),void 0===a||"millisecond"===a?this:("date"===a&&(a="day"),this.startOf(a).add(1,"isoWeek"===a?"week":a).subtract(1,"ms"))}function tc(){return this._d.valueOf()-6e4*(this._offset||0)}function uc(){return Math.floor(this.valueOf()/1e3)}function vc(){return new Date(this.valueOf())}function wc(){var a=this;return[a.year(),a.month(),a.date(),a.hour(),a.minute(),a.second(),a.millisecond()]}function xc(){var a=this;return{years:a.year(),months:a.month(),date:a.date(),hours:a.hours(),minutes:a.minutes(),seconds:a.seconds(),milliseconds:a.milliseconds()}}function yc(){return this.isValid()?this.toISOString():null}function zc(){return o(this)}function Ac(){
|
278 |
+
return k({},n(this))}function Bc(){return n(this).overflow}function Cc(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Dc(a,b){U(0,[a,a.length],0,b)}function Ec(a){return Ic.call(this,a,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function Fc(a){return Ic.call(this,a,this.isoWeek(),this.isoWeekday(),1,4)}function Gc(){return xa(this.year(),1,4)}function Hc(){var a=this.localeData()._week;return xa(this.year(),a.dow,a.doy)}function Ic(a,b,c,d,e){var f;return null==a?wa(this,d,e).year:(f=xa(a,d,e),b>f&&(b=f),Jc.call(this,a,b,c,d,e))}function Jc(a,b,c,d,e){var f=va(a,b,c,d,e),g=ta(f.year,0,f.dayOfYear);return this.year(g.getUTCFullYear()),this.month(g.getUTCMonth()),this.date(g.getUTCDate()),this}function Kc(a){return null==a?Math.ceil((this.month()+1)/3):this.month(3*(a-1)+this.month()%3)}function Lc(a){var b=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==a?b:this.add(a-b,"d")}function Mc(a,b){b[ke]=u(1e3*("0."+a))}function Nc(){return this._isUTC?"UTC":""}function Oc(){return this._isUTC?"Coordinated Universal Time":""}function Pc(a){return tb(1e3*a)}function Qc(){return tb.apply(null,arguments).parseZone()}function Rc(a){return a}function Sc(a,b,c,d){var e=bb(),f=l().set(d,b);return e[c](f,a)}function Tc(a,b,c){if(g(a)&&(b=a,a=void 0),a=a||"",null!=b)return Sc(a,b,c,"month");var d,e=[];for(d=0;d<12;d++)e[d]=Sc(a,d,c,"month");return e}function Uc(a,b,c,d){"boolean"==typeof a?(g(b)&&(c=b,b=void 0),b=b||""):(b=a,c=b,a=!1,g(b)&&(c=b,b=void 0),b=b||"");var e=bb(),f=a?e._week.dow:0;if(null!=c)return Sc(b,(c+f)%7,d,"day");var h,i=[];for(h=0;h<7;h++)i[h]=Sc(b,(h+f)%7,d,"day");return i}function Vc(a,b){return Tc(a,b,"months")}function Wc(a,b){return Tc(a,b,"monthsShort")}function Xc(a,b,c){return Uc(a,b,c,"weekdays")}function Yc(a,b,c){return Uc(a,b,c,"weekdaysShort")}function Zc(a,b,c){return Uc(a,b,c,"weekdaysMin")}function $c(){var a=this._data;return this._milliseconds=df(this._milliseconds),this._days=df(this._days),this._months=df(this._months),a.milliseconds=df(a.milliseconds),a.seconds=df(a.seconds),a.minutes=df(a.minutes),a.hours=df(a.hours),a.months=df(a.months),a.years=df(a.years),this}function _c(a,b,c,d){var e=Sb(b,c);return a._milliseconds+=d*e._milliseconds,a._days+=d*e._days,a._months+=d*e._months,a._bubble()}function ad(a,b){return _c(this,a,b,1)}function bd(a,b){return _c(this,a,b,-1)}function cd(a){return a<0?Math.floor(a):Math.ceil(a)}function dd(){var a,b,c,d,e,f=this._milliseconds,g=this._days,h=this._months,i=this._data;return f>=0&&g>=0&&h>=0||f<=0&&g<=0&&h<=0||(f+=864e5*cd(fd(h)+g),g=0,h=0),i.milliseconds=f%1e3,a=t(f/1e3),i.seconds=a%60,b=t(a/60),i.minutes=b%60,c=t(b/60),i.hours=c%24,g+=t(c/24),e=t(ed(g)),h+=e,g-=cd(fd(e)),d=t(h/12),h%=12,i.days=g,i.months=h,i.years=d,this}function ed(a){return 4800*a/146097}function fd(a){return 146097*a/4800}function gd(a){if(!this.isValid())return NaN;var b,c,d=this._milliseconds;if(a=K(a),"month"===a||"year"===a)return b=this._days+d/864e5,c=this._months+ed(b),"month"===a?c:c/12;switch(b=this._days+Math.round(fd(this._months)),a){case"week":return b/7+d/6048e5;case"day":return b+d/864e5;case"hour":return 24*b+d/36e5;case"minute":return 1440*b+d/6e4;case"second":return 86400*b+d/1e3;case"millisecond":return Math.floor(864e5*b)+d;default:throw new Error("Unknown unit "+a)}}function hd(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*u(this._months/12):NaN}function id(a){return function(){return this.as(a)}}function jd(a){return a=K(a),this.isValid()?this[a+"s"]():NaN}function kd(a){return function(){return this.isValid()?this._data[a]:NaN}}function ld(){return t(this.days()/7)}function md(a,b,c,d,e){return e.relativeTime(b||1,!!c,a,d)}function nd(a,b,c){var d=Sb(a).abs(),e=uf(d.as("s")),f=uf(d.as("m")),g=uf(d.as("h")),h=uf(d.as("d")),i=uf(d.as("M")),j=uf(d.as("y")),k=e<=vf.ss&&["s",e]||e<vf.s&&["ss",e]||f<=1&&["m"]||f<vf.m&&["mm",f]||g<=1&&["h"]||g<vf.h&&["hh",g]||h<=1&&["d"]||h<vf.d&&["dd",h]||i<=1&&["M"]||i<vf.M&&["MM",i]||j<=1&&["y"]||["yy",j];return k[2]=b,k[3]=+a>0,k[4]=c,md.apply(null,k)}function od(a){return void 0===a?uf:"function"==typeof a&&(uf=a,!0)}function pd(a,b){return void 0!==vf[a]&&(void 0===b?vf[a]:(vf[a]=b,"s"===a&&(vf.ss=b-1),!0))}function qd(a){if(!this.isValid())return this.localeData().invalidDate();var b=this.localeData(),c=nd(this,!a,b);return a&&(c=b.pastFuture(+this,c)),b.postformat(c)}function rd(){if(!this.isValid())return this.localeData().invalidDate();var a,b,c,d=wf(this._milliseconds)/1e3,e=wf(this._days),f=wf(this._months);a=t(d/60),b=t(a/60),d%=60,a%=60,c=t(f/12),f%=12;var g=c,h=f,i=e,j=b,k=a,l=d,m=this.asSeconds();return m?(m<0?"-":"")+"P"+(g?g+"Y":"")+(h?h+"M":"")+(i?i+"D":"")+(j||k||l?"T":"")+(j?j+"H":"")+(k?k+"M":"")+(l?l+"S":""):"P0D"}var sd,td;td=Array.prototype.some?Array.prototype.some:function(a){for(var b=Object(this),c=b.length>>>0,d=0;d<c;d++)if(d in b&&a.call(this,b[d],d,b))return!0;return!1};var ud=td,vd=a.momentProperties=[],wd=!1,xd={};a.suppressDeprecationWarnings=!1,a.deprecationHandler=null;var yd;yd=Object.keys?Object.keys:function(a){var b,c=[];for(b in a)j(a,b)&&c.push(b);return c};var zd,Ad=yd,Bd={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},Cd={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},Dd="Invalid date",Ed="%d",Fd=/\d{1,2}/,Gd={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},Hd={},Id={},Jd=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|YYYYYY|YYYYY|YYYY|YY|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,Kd=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Ld={},Md={},Nd=/\d/,Od=/\d\d/,Pd=/\d{3}/,Qd=/\d{4}/,Rd=/[+-]?\d{6}/,Sd=/\d\d?/,Td=/\d\d\d\d?/,Ud=/\d\d\d\d\d\d?/,Vd=/\d{1,3}/,Wd=/\d{1,4}/,Xd=/[+-]?\d{1,6}/,Yd=/\d+/,Zd=/[+-]?\d+/,$d=/Z|[+-]\d\d:?\d\d/gi,_d=/Z|[+-]\d\d(?::?\d\d)?/gi,ae=/[+-]?\d+(\.\d{1,3})?/,be=/[0-9]*['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+|[\u0600-\u06FF\/]+(\s*?[\u0600-\u06FF]+){1,2}/i,ce={},de={},ee=0,fe=1,ge=2,he=3,ie=4,je=5,ke=6,le=7,me=8;zd=Array.prototype.indexOf?Array.prototype.indexOf:function(a){var b;for(b=0;b<this.length;++b)if(this[b]===a)return b;return-1};var ne=zd;U("M",["MM",2],"Mo",function(){return this.month()+1}),U("MMM",0,0,function(a){return this.localeData().monthsShort(this,a)}),U("MMMM",0,0,function(a){return this.localeData().months(this,a)}),J("month","M"),M("month",8),Z("M",Sd),Z("MM",Sd,Od),Z("MMM",function(a,b){return b.monthsShortRegex(a)}),Z("MMMM",function(a,b){return b.monthsRegex(a)}),ba(["M","MM"],function(a,b){b[fe]=u(a)-1}),ba(["MMM","MMMM"],function(a,b,c,d){var e=c._locale.monthsParse(a,d,c._strict);null!=e?b[fe]=e:n(c).invalidMonth=a});var oe=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,pe="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),qe="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),re=be,se=be;U("Y",0,0,function(){var a=this.year();return a<=9999?""+a:"+"+a}),U(0,["YY",2],0,function(){return this.year()%100}),U(0,["YYYY",4],0,"year"),U(0,["YYYYY",5],0,"year"),U(0,["YYYYYY",6,!0],0,"year"),J("year","y"),M("year",1),Z("Y",Zd),Z("YY",Sd,Od),Z("YYYY",Wd,Qd),Z("YYYYY",Xd,Rd),Z("YYYYYY",Xd,Rd),ba(["YYYYY","YYYYYY"],ee),ba("YYYY",function(b,c){c[ee]=2===b.length?a.parseTwoDigitYear(b):u(b)}),ba("YY",function(b,c){c[ee]=a.parseTwoDigitYear(b)}),ba("Y",function(a,b){b[ee]=parseInt(a,10)}),a.parseTwoDigitYear=function(a){return u(a)+(u(a)>68?1900:2e3)};var te=O("FullYear",!0);U("w",["ww",2],"wo","week"),U("W",["WW",2],"Wo","isoWeek"),J("week","w"),J("isoWeek","W"),M("week",5),M("isoWeek",5),Z("w",Sd),Z("ww",Sd,Od),Z("W",Sd),Z("WW",Sd,Od),ca(["w","ww","W","WW"],function(a,b,c,d){b[d.substr(0,1)]=u(a)});var ue={dow:0,doy:6};U("d",0,"do","day"),U("dd",0,0,function(a){return this.localeData().weekdaysMin(this,a)}),U("ddd",0,0,function(a){return this.localeData().weekdaysShort(this,a)}),U("dddd",0,0,function(a){return this.localeData().weekdays(this,a)}),U("e",0,0,"weekday"),U("E",0,0,"isoWeekday"),J("day","d"),J("weekday","e"),J("isoWeekday","E"),M("day",11),M("weekday",11),M("isoWeekday",11),Z("d",Sd),Z("e",Sd),Z("E",Sd),Z("dd",function(a,b){return b.weekdaysMinRegex(a)}),Z("ddd",function(a,b){return b.weekdaysShortRegex(a)}),Z("dddd",function(a,b){return b.weekdaysRegex(a)}),ca(["dd","ddd","dddd"],function(a,b,c,d){var e=c._locale.weekdaysParse(a,d,c._strict);null!=e?b.d=e:n(c).invalidWeekday=a}),ca(["d","e","E"],function(a,b,c,d){b[d]=u(a)});var ve="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),we="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),xe="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),ye=be,ze=be,Ae=be;U("H",["HH",2],0,"hour"),U("h",["hh",2],0,Ra),U("k",["kk",2],0,Sa),U("hmm",0,0,function(){return""+Ra.apply(this)+T(this.minutes(),2)}),U("hmmss",0,0,function(){return""+Ra.apply(this)+T(this.minutes(),2)+T(this.seconds(),2)}),U("Hmm",0,0,function(){return""+this.hours()+T(this.minutes(),2)}),U("Hmmss",0,0,function(){return""+this.hours()+T(this.minutes(),2)+T(this.seconds(),2)}),Ta("a",!0),Ta("A",!1),J("hour","h"),M("hour",13),Z("a",Ua),Z("A",Ua),Z("H",Sd),Z("h",Sd),Z("k",Sd),Z("HH",Sd,Od),Z("hh",Sd,Od),Z("kk",Sd,Od),Z("hmm",Td),Z("hmmss",Ud),Z("Hmm",Td),Z("Hmmss",Ud),ba(["H","HH"],he),ba(["k","kk"],function(a,b,c){var d=u(a);b[he]=24===d?0:d}),ba(["a","A"],function(a,b,c){c._isPm=c._locale.isPM(a),c._meridiem=a}),ba(["h","hh"],function(a,b,c){b[he]=u(a),n(c).bigHour=!0}),ba("hmm",function(a,b,c){var d=a.length-2;b[he]=u(a.substr(0,d)),b[ie]=u(a.substr(d)),n(c).bigHour=!0}),ba("hmmss",function(a,b,c){var d=a.length-4,e=a.length-2;b[he]=u(a.substr(0,d)),b[ie]=u(a.substr(d,2)),b[je]=u(a.substr(e)),n(c).bigHour=!0}),ba("Hmm",function(a,b,c){var d=a.length-2;b[he]=u(a.substr(0,d)),b[ie]=u(a.substr(d))}),ba("Hmmss",function(a,b,c){var d=a.length-4,e=a.length-2;b[he]=u(a.substr(0,d)),b[ie]=u(a.substr(d,2)),b[je]=u(a.substr(e))});var Be,Ce=/[ap]\.?m?\.?/i,De=O("Hours",!0),Ee={calendar:Bd,longDateFormat:Cd,invalidDate:Dd,ordinal:Ed,dayOfMonthOrdinalParse:Fd,relativeTime:Gd,months:pe,monthsShort:qe,week:ue,weekdays:ve,weekdaysMin:xe,weekdaysShort:we,meridiemParse:Ce},Fe={},Ge={},He=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Ie=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([\+\-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Je=/Z|[+-]\d\d(?::?\d\d)?/,Ke=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/]],Le=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Me=/^\/?Date\((\-?\d+)/i,Ne=/^((?:Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d?\d\s(?:Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(?:\d\d)?\d\d\s)(\d\d:\d\d)(\:\d\d)?(\s(?:UT|GMT|[ECMP][SD]T|[A-IK-Za-ik-z]|[+-]\d{4}))$/;a.createFromInputFallback=x("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(a){a._d=new Date(a._i+(a._useUTC?" UTC":""))}),a.ISO_8601=function(){},a.RFC_2822=function(){};var Oe=x("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var a=tb.apply(null,arguments);return this.isValid()&&a.isValid()?a<this?this:a:p()}),Pe=x("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var a=tb.apply(null,arguments);return this.isValid()&&a.isValid()?a>this?this:a:p()}),Qe=function(){return Date.now?Date.now():+new Date},Re=["year","quarter","month","week","day","hour","minute","second","millisecond"];Db("Z",":"),Db("ZZ",""),Z("Z",_d),Z("ZZ",_d),ba(["Z","ZZ"],function(a,b,c){c._useUTC=!0,c._tzm=Eb(_d,a)});var Se=/([\+\-]|\d\d)/gi;a.updateOffset=function(){};var Te=/^(\-)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/,Ue=/^(-)?P(?:(-?[0-9,.]*)Y)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)W)?(?:(-?[0-9,.]*)D)?(?:T(?:(-?[0-9,.]*)H)?(?:(-?[0-9,.]*)M)?(?:(-?[0-9,.]*)S)?)?$/;Sb.fn=Ab.prototype,Sb.invalid=zb;var Ve=Wb(1,"add"),We=Wb(-1,"subtract");a.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",a.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Xe=x("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(a){return void 0===a?this.localeData():this.locale(a)});U(0,["gg",2],0,function(){return this.weekYear()%100}),U(0,["GG",2],0,function(){return this.isoWeekYear()%100}),Dc("gggg","weekYear"),Dc("ggggg","weekYear"),Dc("GGGG","isoWeekYear"),Dc("GGGGG","isoWeekYear"),J("weekYear","gg"),J("isoWeekYear","GG"),M("weekYear",1),M("isoWeekYear",1),Z("G",Zd),Z("g",Zd),Z("GG",Sd,Od),Z("gg",Sd,Od),Z("GGGG",Wd,Qd),Z("gggg",Wd,Qd),Z("GGGGG",Xd,Rd),Z("ggggg",Xd,Rd),ca(["gggg","ggggg","GGGG","GGGGG"],function(a,b,c,d){b[d.substr(0,2)]=u(a)}),ca(["gg","GG"],function(b,c,d,e){c[e]=a.parseTwoDigitYear(b)}),U("Q",0,"Qo","quarter"),J("quarter","Q"),M("quarter",7),Z("Q",Nd),ba("Q",function(a,b){b[fe]=3*(u(a)-1)}),U("D",["DD",2],"Do","date"),J("date","D"),M("date",9),Z("D",Sd),Z("DD",Sd,Od),Z("Do",function(a,b){return a?b._dayOfMonthOrdinalParse||b._ordinalParse:b._dayOfMonthOrdinalParseLenient}),ba(["D","DD"],ge),ba("Do",function(a,b){b[ge]=u(a.match(Sd)[0],10)});var Ye=O("Date",!0);U("DDD",["DDDD",3],"DDDo","dayOfYear"),J("dayOfYear","DDD"),M("dayOfYear",4),Z("DDD",Vd),Z("DDDD",Pd),ba(["DDD","DDDD"],function(a,b,c){c._dayOfYear=u(a)}),U("m",["mm",2],0,"minute"),J("minute","m"),M("minute",14),Z("m",Sd),Z("mm",Sd,Od),ba(["m","mm"],ie);var Ze=O("Minutes",!1);U("s",["ss",2],0,"second"),J("second","s"),M("second",15),Z("s",Sd),Z("ss",Sd,Od),ba(["s","ss"],je);var $e=O("Seconds",!1);U("S",0,0,function(){return~~(this.millisecond()/100)}),U(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),U(0,["SSS",3],0,"millisecond"),U(0,["SSSS",4],0,function(){return 10*this.millisecond()}),U(0,["SSSSS",5],0,function(){return 100*this.millisecond()}),U(0,["SSSSSS",6],0,function(){return 1e3*this.millisecond()}),U(0,["SSSSSSS",7],0,function(){return 1e4*this.millisecond()}),U(0,["SSSSSSSS",8],0,function(){return 1e5*this.millisecond()}),U(0,["SSSSSSSSS",9],0,function(){return 1e6*this.millisecond()}),J("millisecond","ms"),M("millisecond",16),Z("S",Vd,Nd),Z("SS",Vd,Od),Z("SSS",Vd,Pd);var _e;for(_e="SSSS";_e.length<=9;_e+="S")Z(_e,Yd);for(_e="S";_e.length<=9;_e+="S")ba(_e,Mc);var af=O("Milliseconds",!1);U("z",0,0,"zoneAbbr"),U("zz",0,0,"zoneName");var bf=r.prototype;bf.add=Ve,bf.calendar=Zb,bf.clone=$b,bf.diff=fc,bf.endOf=sc,bf.format=kc,bf.from=lc,bf.fromNow=mc,bf.to=nc,bf.toNow=oc,bf.get=R,bf.invalidAt=Bc,bf.isAfter=_b,bf.isBefore=ac,bf.isBetween=bc,bf.isSame=cc,bf.isSameOrAfter=dc,bf.isSameOrBefore=ec,bf.isValid=zc,bf.lang=Xe,bf.locale=pc,bf.localeData=qc,bf.max=Pe,bf.min=Oe,bf.parsingFlags=Ac,bf.set=S,bf.startOf=rc,bf.subtract=We,bf.toArray=wc,bf.toObject=xc,bf.toDate=vc,bf.toISOString=ic,bf.inspect=jc,bf.toJSON=yc,bf.toString=hc,bf.unix=uc,bf.valueOf=tc,bf.creationData=Cc,bf.year=te,bf.isLeapYear=ra,bf.weekYear=Ec,bf.isoWeekYear=Fc,bf.quarter=bf.quarters=Kc,bf.month=ka,bf.daysInMonth=la,bf.week=bf.weeks=Ba,bf.isoWeek=bf.isoWeeks=Ca,bf.weeksInYear=Hc,bf.isoWeeksInYear=Gc,bf.date=Ye,bf.day=bf.days=Ka,bf.weekday=La,bf.isoWeekday=Ma,bf.dayOfYear=Lc,bf.hour=bf.hours=De,bf.minute=bf.minutes=Ze,bf.second=bf.seconds=$e,bf.millisecond=bf.milliseconds=af,bf.utcOffset=Hb,bf.utc=Jb,bf.local=Kb,bf.parseZone=Lb,bf.hasAlignedHourOffset=Mb,bf.isDST=Nb,bf.isLocal=Pb,bf.isUtcOffset=Qb,bf.isUtc=Rb,bf.isUTC=Rb,bf.zoneAbbr=Nc,bf.zoneName=Oc,bf.dates=x("dates accessor is deprecated. Use date instead.",Ye),bf.months=x("months accessor is deprecated. Use month instead",ka),bf.years=x("years accessor is deprecated. Use year instead",te),bf.zone=x("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",Ib),bf.isDSTShifted=x("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",Ob);var cf=C.prototype;cf.calendar=D,cf.longDateFormat=E,cf.invalidDate=F,cf.ordinal=G,cf.preparse=Rc,cf.postformat=Rc,cf.relativeTime=H,cf.pastFuture=I,cf.set=A,cf.months=fa,cf.monthsShort=ga,cf.monthsParse=ia,cf.monthsRegex=na,cf.monthsShortRegex=ma,cf.week=ya,cf.firstDayOfYear=Aa,cf.firstDayOfWeek=za,cf.weekdays=Fa,cf.weekdaysMin=Ha,cf.weekdaysShort=Ga,cf.weekdaysParse=Ja,cf.weekdaysRegex=Na,cf.weekdaysShortRegex=Oa,cf.weekdaysMinRegex=Pa,cf.isPM=Va,cf.meridiem=Wa,$a("en",{dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(a){var b=a%10,c=1===u(a%100/10)?"th":1===b?"st":2===b?"nd":3===b?"rd":"th";return a+c}}),a.lang=x("moment.lang is deprecated. Use moment.locale instead.",$a),a.langData=x("moment.langData is deprecated. Use moment.localeData instead.",bb);var df=Math.abs,ef=id("ms"),ff=id("s"),gf=id("m"),hf=id("h"),jf=id("d"),kf=id("w"),lf=id("M"),mf=id("y"),nf=kd("milliseconds"),of=kd("seconds"),pf=kd("minutes"),qf=kd("hours"),rf=kd("days"),sf=kd("months"),tf=kd("years"),uf=Math.round,vf={ss:44,s:45,m:45,h:22,d:26,M:11},wf=Math.abs,xf=Ab.prototype;return xf.isValid=yb,xf.abs=$c,xf.add=ad,xf.subtract=bd,xf.as=gd,xf.asMilliseconds=ef,xf.asSeconds=ff,xf.asMinutes=gf,xf.asHours=hf,xf.asDays=jf,xf.asWeeks=kf,xf.asMonths=lf,xf.asYears=mf,xf.valueOf=hd,xf._bubble=dd,xf.get=jd,xf.milliseconds=nf,xf.seconds=of,xf.minutes=pf,xf.hours=qf,xf.days=rf,xf.weeks=ld,xf.months=sf,xf.years=tf,xf.humanize=qd,xf.toISOString=rd,xf.toString=rd,xf.toJSON=rd,xf.locale=pc,xf.localeData=qc,xf.toIsoString=x("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",rd),xf.lang=Xe,U("X",0,0,"unix"),U("x",0,0,"valueOf"),Z("x",Zd),Z("X",ae),ba("X",function(a,b,c){c._d=new Date(1e3*parseFloat(a,10))}),ba("x",function(a,b,c){c._d=new Date(u(a))}),a.version="2.18.1",b(tb),a.fn=bf,a.min=vb,a.max=wb,a.now=Qe,a.utc=l,a.unix=Pc,a.months=Vc,a.isDate=h,a.locale=$a,a.invalid=p,a.duration=Sb,a.isMoment=s,a.weekdays=Xc,a.parseZone=Qc,a.localeData=bb,a.isDuration=Bb,a.monthsShort=Wc,a.weekdaysMin=Zc,a.defineLocale=_a,a.updateLocale=ab,a.locales=cb,a.weekdaysShort=Yc,a.normalizeUnits=K,a.relativeTimeRounding=od,a.relativeTimeThreshold=pd,a.calendarFormat=Yb,a.prototype=bf,a});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
279 |
|
|
|
|
|
|
|
280 |
|
|
|
|
|
281 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
282 |
|
|
|
|
|
283 |
|
284 |
+
/*!
|
285 |
+
FullCalendar Core Package v4.3.1
|
286 |
+
Docs & License: https://fullcalendar.io/
|
287 |
+
(c) 2019 Adam Shaw
|
288 |
+
*/
|
289 |
|
290 |
+
(function (global, factory) {
|
291 |
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
292 |
+
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
293 |
+
(global = global || self, factory(global.FullCalendar = {}));
|
294 |
+
}(this, function (exports) { 'use strict';
|
295 |
|
296 |
+
// Creating
|
297 |
+
// ----------------------------------------------------------------------------------------------------------------
|
298 |
+
var elementPropHash = {
|
299 |
+
className: true,
|
300 |
+
colSpan: true,
|
301 |
+
rowSpan: true
|
302 |
+
};
|
303 |
+
var containerTagHash = {
|
304 |
+
'<tr': 'tbody',
|
305 |
+
'<td': 'tr'
|
306 |
+
};
|
307 |
+
function createElement(tagName, attrs, content) {
|
308 |
+
var el = document.createElement(tagName);
|
309 |
+
if (attrs) {
|
310 |
+
for (var attrName in attrs) {
|
311 |
+
if (attrName === 'style') {
|
312 |
+
applyStyle(el, attrs[attrName]);
|
313 |
+
}
|
314 |
+
else if (elementPropHash[attrName]) {
|
315 |
+
el[attrName] = attrs[attrName];
|
316 |
+
}
|
317 |
+
else {
|
318 |
+
el.setAttribute(attrName, attrs[attrName]);
|
319 |
+
}
|
320 |
+
}
|
321 |
+
}
|
322 |
+
if (typeof content === 'string') {
|
323 |
+
el.innerHTML = content; // shortcut. no need to process HTML in any way
|
324 |
+
}
|
325 |
+
else if (content != null) {
|
326 |
+
appendToElement(el, content);
|
327 |
+
}
|
328 |
+
return el;
|
329 |
+
}
|
330 |
+
function htmlToElement(html) {
|
331 |
+
html = html.trim();
|
332 |
+
var container = document.createElement(computeContainerTag(html));
|
333 |
+
container.innerHTML = html;
|
334 |
+
return container.firstChild;
|
335 |
+
}
|
336 |
+
function htmlToElements(html) {
|
337 |
+
return Array.prototype.slice.call(htmlToNodeList(html));
|
338 |
+
}
|
339 |
+
function htmlToNodeList(html) {
|
340 |
+
html = html.trim();
|
341 |
+
var container = document.createElement(computeContainerTag(html));
|
342 |
+
container.innerHTML = html;
|
343 |
+
return container.childNodes;
|
344 |
+
}
|
345 |
+
// assumes html already trimmed and tag names are lowercase
|
346 |
+
function computeContainerTag(html) {
|
347 |
+
return containerTagHash[html.substr(0, 3) // faster than using regex
|
348 |
+
] || 'div';
|
349 |
+
}
|
350 |
+
function appendToElement(el, content) {
|
351 |
+
var childNodes = normalizeContent(content);
|
352 |
+
for (var i = 0; i < childNodes.length; i++) {
|
353 |
+
el.appendChild(childNodes[i]);
|
354 |
+
}
|
355 |
+
}
|
356 |
+
function prependToElement(parent, content) {
|
357 |
+
var newEls = normalizeContent(content);
|
358 |
+
var afterEl = parent.firstChild || null; // if no firstChild, will append to end, but that's okay, b/c there were no children
|
359 |
+
for (var i = 0; i < newEls.length; i++) {
|
360 |
+
parent.insertBefore(newEls[i], afterEl);
|
361 |
+
}
|
362 |
+
}
|
363 |
+
function insertAfterElement(refEl, content) {
|
364 |
+
var newEls = normalizeContent(content);
|
365 |
+
var afterEl = refEl.nextSibling || null;
|
366 |
+
for (var i = 0; i < newEls.length; i++) {
|
367 |
+
refEl.parentNode.insertBefore(newEls[i], afterEl);
|
368 |
+
}
|
369 |
+
}
|
370 |
+
function normalizeContent(content) {
|
371 |
+
var els;
|
372 |
+
if (typeof content === 'string') {
|
373 |
+
els = htmlToElements(content);
|
374 |
+
}
|
375 |
+
else if (content instanceof Node) {
|
376 |
+
els = [content];
|
377 |
+
}
|
378 |
+
else { // Node[] or NodeList
|
379 |
+
els = Array.prototype.slice.call(content);
|
380 |
+
}
|
381 |
+
return els;
|
382 |
+
}
|
383 |
+
function removeElement(el) {
|
384 |
+
if (el.parentNode) {
|
385 |
+
el.parentNode.removeChild(el);
|
386 |
+
}
|
387 |
+
}
|
388 |
+
// Querying
|
389 |
+
// ----------------------------------------------------------------------------------------------------------------
|
390 |
+
// from https://developer.mozilla.org/en-US/docs/Web/API/Element/closest
|
391 |
+
var matchesMethod = Element.prototype.matches ||
|
392 |
+
Element.prototype.matchesSelector ||
|
393 |
+
Element.prototype.msMatchesSelector;
|
394 |
+
var closestMethod = Element.prototype.closest || function (selector) {
|
395 |
+
// polyfill
|
396 |
+
var el = this;
|
397 |
+
if (!document.documentElement.contains(el)) {
|
398 |
+
return null;
|
399 |
+
}
|
400 |
+
do {
|
401 |
+
if (elementMatches(el, selector)) {
|
402 |
+
return el;
|
403 |
+
}
|
404 |
+
el = el.parentElement || el.parentNode;
|
405 |
+
} while (el !== null && el.nodeType === 1);
|
406 |
+
return null;
|
407 |
+
};
|
408 |
+
function elementClosest(el, selector) {
|
409 |
+
return closestMethod.call(el, selector);
|
410 |
+
}
|
411 |
+
function elementMatches(el, selector) {
|
412 |
+
return matchesMethod.call(el, selector);
|
413 |
+
}
|
414 |
+
// accepts multiple subject els
|
415 |
+
// returns a real array. good for methods like forEach
|
416 |
+
function findElements(container, selector) {
|
417 |
+
var containers = container instanceof HTMLElement ? [container] : container;
|
418 |
+
var allMatches = [];
|
419 |
+
for (var i = 0; i < containers.length; i++) {
|
420 |
+
var matches = containers[i].querySelectorAll(selector);
|
421 |
+
for (var j = 0; j < matches.length; j++) {
|
422 |
+
allMatches.push(matches[j]);
|
423 |
+
}
|
424 |
+
}
|
425 |
+
return allMatches;
|
426 |
+
}
|
427 |
+
// accepts multiple subject els
|
428 |
+
// only queries direct child elements
|
429 |
+
function findChildren(parent, selector) {
|
430 |
+
var parents = parent instanceof HTMLElement ? [parent] : parent;
|
431 |
+
var allMatches = [];
|
432 |
+
for (var i = 0; i < parents.length; i++) {
|
433 |
+
var childNodes = parents[i].children; // only ever elements
|
434 |
+
for (var j = 0; j < childNodes.length; j++) {
|
435 |
+
var childNode = childNodes[j];
|
436 |
+
if (!selector || elementMatches(childNode, selector)) {
|
437 |
+
allMatches.push(childNode);
|
438 |
+
}
|
439 |
+
}
|
440 |
+
}
|
441 |
+
return allMatches;
|
442 |
+
}
|
443 |
+
// Attributes
|
444 |
+
// ----------------------------------------------------------------------------------------------------------------
|
445 |
+
function forceClassName(el, className, bool) {
|
446 |
+
if (bool) {
|
447 |
+
el.classList.add(className);
|
448 |
+
}
|
449 |
+
else {
|
450 |
+
el.classList.remove(className);
|
451 |
+
}
|
452 |
+
}
|
453 |
+
// Style
|
454 |
+
// ----------------------------------------------------------------------------------------------------------------
|
455 |
+
var PIXEL_PROP_RE = /(top|left|right|bottom|width|height)$/i;
|
456 |
+
function applyStyle(el, props) {
|
457 |
+
for (var propName in props) {
|
458 |
+
applyStyleProp(el, propName, props[propName]);
|
459 |
+
}
|
460 |
+
}
|
461 |
+
function applyStyleProp(el, name, val) {
|
462 |
+
if (val == null) {
|
463 |
+
el.style[name] = '';
|
464 |
+
}
|
465 |
+
else if (typeof val === 'number' && PIXEL_PROP_RE.test(name)) {
|
466 |
+
el.style[name] = val + 'px';
|
467 |
+
}
|
468 |
+
else {
|
469 |
+
el.style[name] = val;
|
470 |
+
}
|
471 |
+
}
|
472 |
|
473 |
+
function pointInsideRect(point, rect) {
|
474 |
+
return point.left >= rect.left &&
|
475 |
+
point.left < rect.right &&
|
476 |
+
point.top >= rect.top &&
|
477 |
+
point.top < rect.bottom;
|
478 |
+
}
|
479 |
+
// Returns a new rectangle that is the intersection of the two rectangles. If they don't intersect, returns false
|
480 |
+
function intersectRects(rect1, rect2) {
|
481 |
+
var res = {
|
482 |
+
left: Math.max(rect1.left, rect2.left),
|
483 |
+
right: Math.min(rect1.right, rect2.right),
|
484 |
+
top: Math.max(rect1.top, rect2.top),
|
485 |
+
bottom: Math.min(rect1.bottom, rect2.bottom)
|
486 |
+
};
|
487 |
+
if (res.left < res.right && res.top < res.bottom) {
|
488 |
+
return res;
|
489 |
+
}
|
490 |
+
return false;
|
491 |
+
}
|
492 |
+
function translateRect(rect, deltaX, deltaY) {
|
493 |
+
return {
|
494 |
+
left: rect.left + deltaX,
|
495 |
+
right: rect.right + deltaX,
|
496 |
+
top: rect.top + deltaY,
|
497 |
+
bottom: rect.bottom + deltaY
|
498 |
+
};
|
499 |
+
}
|
500 |
+
// Returns a new point that will have been moved to reside within the given rectangle
|
501 |
+
function constrainPoint(point, rect) {
|
502 |
+
return {
|
503 |
+
left: Math.min(Math.max(point.left, rect.left), rect.right),
|
504 |
+
top: Math.min(Math.max(point.top, rect.top), rect.bottom)
|
505 |
+
};
|
506 |
+
}
|
507 |
+
// Returns a point that is the center of the given rectangle
|
508 |
+
function getRectCenter(rect) {
|
509 |
+
return {
|
510 |
+
left: (rect.left + rect.right) / 2,
|
511 |
+
top: (rect.top + rect.bottom) / 2
|
512 |
+
};
|
513 |
+
}
|
514 |
+
// Subtracts point2's coordinates from point1's coordinates, returning a delta
|
515 |
+
function diffPoints(point1, point2) {
|
516 |
+
return {
|
517 |
+
left: point1.left - point2.left,
|
518 |
+
top: point1.top - point2.top
|
519 |
+
};
|
520 |
+
}
|
521 |
|
522 |
+
// Logic for determining if, when the element is right-to-left, the scrollbar appears on the left side
|
523 |
+
var isRtlScrollbarOnLeft = null;
|
524 |
+
function getIsRtlScrollbarOnLeft() {
|
525 |
+
if (isRtlScrollbarOnLeft === null) {
|
526 |
+
isRtlScrollbarOnLeft = computeIsRtlScrollbarOnLeft();
|
527 |
+
}
|
528 |
+
return isRtlScrollbarOnLeft;
|
529 |
+
}
|
530 |
+
function computeIsRtlScrollbarOnLeft() {
|
531 |
+
var outerEl = createElement('div', {
|
532 |
+
style: {
|
533 |
+
position: 'absolute',
|
534 |
+
top: -1000,
|
535 |
+
left: 0,
|
536 |
+
border: 0,
|
537 |
+
padding: 0,
|
538 |
+
overflow: 'scroll',
|
539 |
+
direction: 'rtl'
|
540 |
+
}
|
541 |
+
}, '<div></div>');
|
542 |
+
document.body.appendChild(outerEl);
|
543 |
+
var innerEl = outerEl.firstChild;
|
544 |
+
var res = innerEl.getBoundingClientRect().left > outerEl.getBoundingClientRect().left;
|
545 |
+
removeElement(outerEl);
|
546 |
+
return res;
|
547 |
+
}
|
548 |
+
// The scrollbar width computations in computeEdges are sometimes flawed when it comes to
|
549 |
+
// retina displays, rounding, and IE11. Massage them into a usable value.
|
550 |
+
function sanitizeScrollbarWidth(width) {
|
551 |
+
width = Math.max(0, width); // no negatives
|
552 |
+
width = Math.round(width);
|
553 |
+
return width;
|
554 |
+
}
|
555 |
|
556 |
+
function computeEdges(el, getPadding) {
|
557 |
+
if (getPadding === void 0) { getPadding = false; }
|
558 |
+
var computedStyle = window.getComputedStyle(el);
|
559 |
+
var borderLeft = parseInt(computedStyle.borderLeftWidth, 10) || 0;
|
560 |
+
var borderRight = parseInt(computedStyle.borderRightWidth, 10) || 0;
|
561 |
+
var borderTop = parseInt(computedStyle.borderTopWidth, 10) || 0;
|
562 |
+
var borderBottom = parseInt(computedStyle.borderBottomWidth, 10) || 0;
|
563 |
+
// must use offset(Width|Height) because compatible with client(Width|Height)
|
564 |
+
var scrollbarLeftRight = sanitizeScrollbarWidth(el.offsetWidth - el.clientWidth - borderLeft - borderRight);
|
565 |
+
var scrollbarBottom = sanitizeScrollbarWidth(el.offsetHeight - el.clientHeight - borderTop - borderBottom);
|
566 |
+
var res = {
|
567 |
+
borderLeft: borderLeft,
|
568 |
+
borderRight: borderRight,
|
569 |
+
borderTop: borderTop,
|
570 |
+
borderBottom: borderBottom,
|
571 |
+
scrollbarBottom: scrollbarBottom,
|
572 |
+
scrollbarLeft: 0,
|
573 |
+
scrollbarRight: 0
|
574 |
+
};
|
575 |
+
if (getIsRtlScrollbarOnLeft() && computedStyle.direction === 'rtl') { // is the scrollbar on the left side?
|
576 |
+
res.scrollbarLeft = scrollbarLeftRight;
|
577 |
+
}
|
578 |
+
else {
|
579 |
+
res.scrollbarRight = scrollbarLeftRight;
|
580 |
+
}
|
581 |
+
if (getPadding) {
|
582 |
+
res.paddingLeft = parseInt(computedStyle.paddingLeft, 10) || 0;
|
583 |
+
res.paddingRight = parseInt(computedStyle.paddingRight, 10) || 0;
|
584 |
+
res.paddingTop = parseInt(computedStyle.paddingTop, 10) || 0;
|
585 |
+
res.paddingBottom = parseInt(computedStyle.paddingBottom, 10) || 0;
|
586 |
+
}
|
587 |
+
return res;
|
588 |
+
}
|
589 |
+
function computeInnerRect(el, goWithinPadding) {
|
590 |
+
if (goWithinPadding === void 0) { goWithinPadding = false; }
|
591 |
+
var outerRect = computeRect(el);
|
592 |
+
var edges = computeEdges(el, goWithinPadding);
|
593 |
+
var res = {
|
594 |
+
left: outerRect.left + edges.borderLeft + edges.scrollbarLeft,
|
595 |
+
right: outerRect.right - edges.borderRight - edges.scrollbarRight,
|
596 |
+
top: outerRect.top + edges.borderTop,
|
597 |
+
bottom: outerRect.bottom - edges.borderBottom - edges.scrollbarBottom
|
598 |
+
};
|
599 |
+
if (goWithinPadding) {
|
600 |
+
res.left += edges.paddingLeft;
|
601 |
+
res.right -= edges.paddingRight;
|
602 |
+
res.top += edges.paddingTop;
|
603 |
+
res.bottom -= edges.paddingBottom;
|
604 |
+
}
|
605 |
+
return res;
|
606 |
+
}
|
607 |
+
function computeRect(el) {
|
608 |
+
var rect = el.getBoundingClientRect();
|
609 |
+
return {
|
610 |
+
left: rect.left + window.pageXOffset,
|
611 |
+
top: rect.top + window.pageYOffset,
|
612 |
+
right: rect.right + window.pageXOffset,
|
613 |
+
bottom: rect.bottom + window.pageYOffset
|
614 |
+
};
|
615 |
+
}
|
616 |
+
function computeViewportRect() {
|
617 |
+
return {
|
618 |
+
left: window.pageXOffset,
|
619 |
+
right: window.pageXOffset + document.documentElement.clientWidth,
|
620 |
+
top: window.pageYOffset,
|
621 |
+
bottom: window.pageYOffset + document.documentElement.clientHeight
|
622 |
+
};
|
623 |
+
}
|
624 |
+
function computeHeightAndMargins(el) {
|
625 |
+
return el.getBoundingClientRect().height + computeVMargins(el);
|
626 |
+
}
|
627 |
+
function computeVMargins(el) {
|
628 |
+
var computed = window.getComputedStyle(el);
|
629 |
+
return parseInt(computed.marginTop, 10) +
|
630 |
+
parseInt(computed.marginBottom, 10);
|
631 |
+
}
|
632 |
+
// does not return window
|
633 |
+
function getClippingParents(el) {
|
634 |
+
var parents = [];
|
635 |
+
while (el instanceof HTMLElement) { // will stop when gets to document or null
|
636 |
+
var computedStyle = window.getComputedStyle(el);
|
637 |
+
if (computedStyle.position === 'fixed') {
|
638 |
+
break;
|
639 |
}
|
640 |
+
if ((/(auto|scroll)/).test(computedStyle.overflow + computedStyle.overflowY + computedStyle.overflowX)) {
|
641 |
+
parents.push(el);
|
642 |
+
}
|
643 |
+
el = el.parentNode;
|
|
|
|
|
|
|
|
|
|
|
644 |
}
|
645 |
+
return parents;
|
646 |
+
}
|
647 |
+
function computeClippingRect(el) {
|
648 |
+
return getClippingParents(el)
|
649 |
+
.map(function (el) {
|
650 |
+
return computeInnerRect(el);
|
651 |
+
})
|
652 |
+
.concat(computeViewportRect())
|
653 |
+
.reduce(function (rect0, rect1) {
|
654 |
+
return intersectRects(rect0, rect1) || rect1; // should always intersect
|
655 |
+
});
|
656 |
+
}
|
657 |
|
658 |
+
// Stops a mouse/touch event from doing it's native browser action
|
659 |
+
function preventDefault(ev) {
|
660 |
+
ev.preventDefault();
|
661 |
+
}
|
662 |
+
// Event Delegation
|
663 |
+
// ----------------------------------------------------------------------------------------------------------------
|
664 |
+
function listenBySelector(container, eventType, selector, handler) {
|
665 |
+
function realHandler(ev) {
|
666 |
+
var matchedChild = elementClosest(ev.target, selector);
|
667 |
+
if (matchedChild) {
|
668 |
+
handler.call(matchedChild, ev, matchedChild);
|
669 |
+
}
|
670 |
+
}
|
671 |
+
container.addEventListener(eventType, realHandler);
|
672 |
+
return function () {
|
673 |
+
container.removeEventListener(eventType, realHandler);
|
674 |
+
};
|
675 |
+
}
|
676 |
+
function listenToHoverBySelector(container, selector, onMouseEnter, onMouseLeave) {
|
677 |
+
var currentMatchedChild;
|
678 |
+
return listenBySelector(container, 'mouseover', selector, function (ev, matchedChild) {
|
679 |
+
if (matchedChild !== currentMatchedChild) {
|
680 |
+
currentMatchedChild = matchedChild;
|
681 |
+
onMouseEnter(ev, matchedChild);
|
682 |
+
var realOnMouseLeave_1 = function (ev) {
|
683 |
+
currentMatchedChild = null;
|
684 |
+
onMouseLeave(ev, matchedChild);
|
685 |
+
matchedChild.removeEventListener('mouseleave', realOnMouseLeave_1);
|
686 |
+
};
|
687 |
+
// listen to the next mouseleave, and then unattach
|
688 |
+
matchedChild.addEventListener('mouseleave', realOnMouseLeave_1);
|
689 |
}
|
690 |
});
|
691 |
+
}
|
692 |
+
// Animation
|
693 |
+
// ----------------------------------------------------------------------------------------------------------------
|
694 |
+
var transitionEventNames = [
|
695 |
+
'webkitTransitionEnd',
|
696 |
+
'otransitionend',
|
697 |
+
'oTransitionEnd',
|
698 |
+
'msTransitionEnd',
|
699 |
+
'transitionend'
|
700 |
+
];
|
701 |
+
// triggered only when the next single subsequent transition finishes
|
702 |
+
function whenTransitionDone(el, callback) {
|
703 |
+
var realCallback = function (ev) {
|
704 |
+
callback(ev);
|
705 |
+
transitionEventNames.forEach(function (eventName) {
|
706 |
+
el.removeEventListener(eventName, realCallback);
|
707 |
+
});
|
708 |
+
};
|
709 |
+
transitionEventNames.forEach(function (eventName) {
|
710 |
+
el.addEventListener(eventName, realCallback); // cross-browser way to determine when the transition finishes
|
711 |
+
});
|
712 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
713 |
|
714 |
var DAY_IDS = ['sun', 'mon', 'tue', 'wed', 'thu', 'fri', 'sat'];
|
715 |
// Adding
|
12155 |
if (top) {
|
12156 |
top++; // to overcome top border that slots beyond the first have. looks better
|
12157 |
}
|
12158 |
+
return { top: top };
|
12159 |
+
};
|
12160 |
+
TimeGridView.prototype.queryDateScroll = function () {
|
12161 |
+
return { top: this.scroller.getScrollTop() };
|
12162 |
+
};
|
12163 |
+
TimeGridView.prototype.applyDateScroll = function (scroll) {
|
12164 |
+
if (scroll.top !== undefined) {
|
12165 |
+
this.scroller.setScrollTop(scroll.top);
|
12166 |
+
}
|
12167 |
+
};
|
12168 |
+
// Generates an HTML attribute string for setting the width of the axis, if it is known
|
12169 |
+
TimeGridView.prototype.axisStyleAttr = function () {
|
12170 |
+
if (this.axisWidth != null) {
|
12171 |
+
return 'style="width:' + this.axisWidth + 'px"';
|
12172 |
+
}
|
12173 |
+
return '';
|
12174 |
+
};
|
12175 |
+
return TimeGridView;
|
12176 |
+
}(core.View));
|
12177 |
+
TimeGridView.prototype.usesMinMaxTime = true; // indicates that minTime/maxTime affects rendering
|
12178 |
+
|
12179 |
+
var SimpleTimeGrid = /** @class */ (function (_super) {
|
12180 |
+
__extends(SimpleTimeGrid, _super);
|
12181 |
+
function SimpleTimeGrid(context, timeGrid) {
|
12182 |
+
var _this = _super.call(this, context, timeGrid.el) || this;
|
12183 |
+
_this.buildDayRanges = core.memoize(buildDayRanges);
|
12184 |
+
_this.slicer = new TimeGridSlicer();
|
12185 |
+
_this.timeGrid = timeGrid;
|
12186 |
+
context.calendar.registerInteractiveComponent(_this, {
|
12187 |
+
el: _this.timeGrid.el
|
12188 |
+
});
|
12189 |
+
return _this;
|
12190 |
+
}
|
12191 |
+
SimpleTimeGrid.prototype.destroy = function () {
|
12192 |
+
_super.prototype.destroy.call(this);
|
12193 |
+
this.calendar.unregisterInteractiveComponent(this);
|
12194 |
+
};
|
12195 |
+
SimpleTimeGrid.prototype.render = function (props) {
|
12196 |
+
var dateProfile = props.dateProfile, dayTable = props.dayTable;
|
12197 |
+
var dayRanges = this.dayRanges = this.buildDayRanges(dayTable, dateProfile, this.dateEnv);
|
12198 |
+
this.timeGrid.receiveProps(__assign({}, this.slicer.sliceProps(props, dateProfile, null, this.timeGrid, dayRanges), { dateProfile: dateProfile, cells: dayTable.cells[0] }));
|
12199 |
+
};
|
12200 |
+
SimpleTimeGrid.prototype.renderNowIndicator = function (date) {
|
12201 |
+
this.timeGrid.renderNowIndicator(this.slicer.sliceNowDate(date, this.timeGrid, this.dayRanges), date);
|
12202 |
+
};
|
12203 |
+
SimpleTimeGrid.prototype.buildPositionCaches = function () {
|
12204 |
+
this.timeGrid.buildPositionCaches();
|
12205 |
+
};
|
12206 |
+
SimpleTimeGrid.prototype.queryHit = function (positionLeft, positionTop) {
|
12207 |
+
var rawHit = this.timeGrid.positionToHit(positionLeft, positionTop);
|
12208 |
+
if (rawHit) {
|
12209 |
+
return {
|
12210 |
+
component: this.timeGrid,
|
12211 |
+
dateSpan: rawHit.dateSpan,
|
12212 |
+
dayEl: rawHit.dayEl,
|
12213 |
+
rect: {
|
12214 |
+
left: rawHit.relativeRect.left,
|
12215 |
+
right: rawHit.relativeRect.right,
|
12216 |
+
top: rawHit.relativeRect.top,
|
12217 |
+
bottom: rawHit.relativeRect.bottom
|
12218 |
+
},
|
12219 |
+
layer: 0
|
12220 |
+
};
|
12221 |
+
}
|
12222 |
+
};
|
12223 |
+
return SimpleTimeGrid;
|
12224 |
+
}(core.DateComponent));
|
12225 |
+
function buildDayRanges(dayTable, dateProfile, dateEnv) {
|
12226 |
+
var ranges = [];
|
12227 |
+
for (var _i = 0, _a = dayTable.headerDates; _i < _a.length; _i++) {
|
12228 |
+
var date = _a[_i];
|
12229 |
+
ranges.push({
|
12230 |
+
start: dateEnv.add(date, dateProfile.minTime),
|
12231 |
+
end: dateEnv.add(date, dateProfile.maxTime)
|
12232 |
+
});
|
12233 |
+
}
|
12234 |
+
return ranges;
|
12235 |
+
}
|
12236 |
+
var TimeGridSlicer = /** @class */ (function (_super) {
|
12237 |
+
__extends(TimeGridSlicer, _super);
|
12238 |
+
function TimeGridSlicer() {
|
12239 |
+
return _super !== null && _super.apply(this, arguments) || this;
|
12240 |
+
}
|
12241 |
+
TimeGridSlicer.prototype.sliceRange = function (range, dayRanges) {
|
12242 |
+
var segs = [];
|
12243 |
+
for (var col = 0; col < dayRanges.length; col++) {
|
12244 |
+
var segRange = core.intersectRanges(range, dayRanges[col]);
|
12245 |
+
if (segRange) {
|
12246 |
+
segs.push({
|
12247 |
+
start: segRange.start,
|
12248 |
+
end: segRange.end,
|
12249 |
+
isStart: segRange.start.valueOf() === range.start.valueOf(),
|
12250 |
+
isEnd: segRange.end.valueOf() === range.end.valueOf(),
|
12251 |
+
col: col
|
12252 |
+
});
|
12253 |
+
}
|
12254 |
+
}
|
12255 |
+
return segs;
|
12256 |
+
};
|
12257 |
+
return TimeGridSlicer;
|
12258 |
+
}(core.Slicer));
|
12259 |
+
|
12260 |
+
var TimeGridView$1 = /** @class */ (function (_super) {
|
12261 |
+
__extends(TimeGridView, _super);
|
12262 |
+
function TimeGridView(_context, viewSpec, dateProfileGenerator, parentEl) {
|
12263 |
+
var _this = _super.call(this, _context, viewSpec, dateProfileGenerator, parentEl) || this;
|
12264 |
+
_this.buildDayTable = core.memoize(buildDayTable);
|
12265 |
+
if (_this.opt('columnHeader')) {
|
12266 |
+
_this.header = new core.DayHeader(_this.context, _this.el.querySelector('.fc-head-container'));
|
12267 |
+
}
|
12268 |
+
_this.simpleTimeGrid = new SimpleTimeGrid(_this.context, _this.timeGrid);
|
12269 |
+
if (_this.dayGrid) {
|
12270 |
+
_this.simpleDayGrid = new daygrid.SimpleDayGrid(_this.context, _this.dayGrid);
|
12271 |
+
}
|
12272 |
+
return _this;
|
12273 |
+
}
|
12274 |
+
TimeGridView.prototype.destroy = function () {
|
12275 |
+
_super.prototype.destroy.call(this);
|
12276 |
+
if (this.header) {
|
12277 |
+
this.header.destroy();
|
12278 |
+
}
|
12279 |
+
this.simpleTimeGrid.destroy();
|
12280 |
+
if (this.simpleDayGrid) {
|
12281 |
+
this.simpleDayGrid.destroy();
|
12282 |
+
}
|
12283 |
+
};
|
12284 |
+
TimeGridView.prototype.render = function (props) {
|
12285 |
+
_super.prototype.render.call(this, props); // for flags for updateSize
|
12286 |
+
var dateProfile = this.props.dateProfile;
|
12287 |
+
var dayTable = this.buildDayTable(dateProfile, this.dateProfileGenerator);
|
12288 |
+
var splitProps = this.splitter.splitProps(props);
|
12289 |
+
if (this.header) {
|
12290 |
+
this.header.receiveProps({
|
12291 |
+
dateProfile: dateProfile,
|
12292 |
+
dates: dayTable.headerDates,
|
12293 |
+
datesRepDistinctDays: true,
|
12294 |
+
renderIntroHtml: this.renderHeadIntroHtml
|
12295 |
+
});
|
12296 |
+
}
|
12297 |
+
this.simpleTimeGrid.receiveProps(__assign({}, splitProps['timed'], { dateProfile: dateProfile,
|
12298 |
+
dayTable: dayTable }));
|
12299 |
+
if (this.simpleDayGrid) {
|
12300 |
+
this.simpleDayGrid.receiveProps(__assign({}, splitProps['allDay'], { dateProfile: dateProfile,
|
12301 |
+
dayTable: dayTable, nextDayThreshold: this.nextDayThreshold, isRigid: false }));
|
12302 |
+
}
|
12303 |
};
|
12304 |
+
TimeGridView.prototype.renderNowIndicator = function (date) {
|
12305 |
+
this.simpleTimeGrid.renderNowIndicator(date);
|
12306 |
};
|
12307 |
+
return TimeGridView;
|
12308 |
+
}(TimeGridView));
|
12309 |
+
function buildDayTable(dateProfile, dateProfileGenerator) {
|
12310 |
+
var daySeries = new core.DaySeries(dateProfile.renderRange, dateProfileGenerator);
|
12311 |
+
return new core.DayTable(daySeries, false);
|
12312 |
+
}
|
12313 |
+
|
12314 |
+
var main = core.createPlugin({
|
12315 |
+
defaultView: 'timeGridWeek',
|
12316 |
+
views: {
|
12317 |
+
timeGrid: {
|
12318 |
+
class: TimeGridView$1,
|
12319 |
+
allDaySlot: true,
|
12320 |
+
slotDuration: '00:30:00',
|
12321 |
+
slotEventOverlap: true // a bad name. confused with overlap/constraint system
|
12322 |
+
},
|
12323 |
+
timeGridDay: {
|
12324 |
+
type: 'timeGrid',
|
12325 |
+
duration: { days: 1 }
|
12326 |
+
},
|
12327 |
+
timeGridWeek: {
|
12328 |
+
type: 'timeGrid',
|
12329 |
+
duration: { weeks: 1 }
|
12330 |
}
|
12331 |
+
}
|
12332 |
+
});
|
12333 |
+
|
12334 |
+
exports.AbstractTimeGridView = TimeGridView;
|
12335 |
+
exports.TimeGrid = TimeGrid;
|
12336 |
+
exports.TimeGridSlicer = TimeGridSlicer;
|
12337 |
+
exports.TimeGridView = TimeGridView$1;
|
12338 |
+
exports.buildDayRanges = buildDayRanges;
|
12339 |
+
exports.buildDayTable = buildDayTable;
|
12340 |
+
exports.default = main;
|
12341 |
+
|
12342 |
+
Object.defineProperty(exports, '__esModule', { value: true });
|
12343 |
+
|
12344 |
+
}));
|
12345 |
+
|
12346 |
+
!function(t,s,e){"use strict";var i=function(t,s){var i=this;this.el=t,this.options={},Object.keys(r).forEach(function(t){i.options[t]=r[t]}),Object.keys(s).forEach(function(t){i.options[t]=s[t]}),this.isInput="input"===this.el.tagName.toLowerCase(),this.attr=this.options.attr,this.showCursor=!this.isInput&&this.options.showCursor,this.elContent=this.attr?this.el.getAttribute(this.attr):this.el.textContent,this.contentType=this.options.contentType,this.typeSpeed=this.options.typeSpeed,this.startDelay=this.options.startDelay,this.backSpeed=this.options.backSpeed,this.backDelay=this.options.backDelay,e&&this.options.stringsElement instanceof e?this.stringsElement=this.options.stringsElement[0]:this.stringsElement=this.options.stringsElement,this.strings=this.options.strings,this.strPos=0,this.arrayPos=0,this.stopNum=0,this.loop=this.options.loop,this.loopCount=this.options.loopCount,this.curLoop=0,this.stop=!1,this.cursorChar=this.options.cursorChar,this.shuffle=this.options.shuffle,this.sequence=[],this.build()};i.prototype={constructor:i,init:function(){var t=this;t.timeout=setTimeout(function(){for(var s=0;s<t.strings.length;++s)t.sequence[s]=s;t.shuffle&&(t.sequence=t.shuffleArray(t.sequence)),t.typewrite(t.strings[t.sequence[t.arrayPos]],t.strPos)},t.startDelay)},build:function(){var t=this;if(this.showCursor===!0&&(this.cursor=s.createElement("span"),this.cursor.className="typed-cursor",this.cursor.innerHTML=this.cursorChar,this.el.parentNode&&this.el.parentNode.insertBefore(this.cursor,this.el.nextSibling)),this.stringsElement){this.strings=[],this.stringsElement.style.display="none";var e=Array.prototype.slice.apply(this.stringsElement.children);e.forEach(function(s){t.strings.push(s.innerHTML)})}this.init()},typewrite:function(t,s){if(this.stop!==!0){var e=Math.round(70*Math.random())+this.typeSpeed,i=this;i.timeout=setTimeout(function(){var e=0,r=t.substr(s);if("^"===r.charAt(0)){var o=1;/^\^\d+/.test(r)&&(r=/\d+/.exec(r)[0],o+=r.length,e=parseInt(r)),t=t.substring(0,s)+t.substring(s+o)}if("html"===i.contentType){var n=t.substr(s).charAt(0);if("<"===n||"&"===n){var a="",h="";for(h="<"===n?">":";";t.substr(s+1).charAt(0)!==h&&(a+=t.substr(s).charAt(0),s++,!(s+1>t.length)););s++,a+=h}}i.timeout=setTimeout(function(){if(s===t.length){if(i.options.onStringTyped(i.arrayPos),i.arrayPos===i.strings.length-1&&(i.options.callback(),i.curLoop++,i.loop===!1||i.curLoop===i.loopCount))return;i.timeout=setTimeout(function(){i.backspace(t,s)},i.backDelay)}else{0===s&&i.options.preStringTyped(i.arrayPos);var e=t.substr(0,s+1);i.attr?i.el.setAttribute(i.attr,e):i.isInput?i.el.value=e:"html"===i.contentType?i.el.innerHTML=e:i.el.textContent=e,s++,i.typewrite(t,s)}},e)},e)}},backspace:function(t,s){if(this.stop!==!0){var e=Math.round(70*Math.random())+this.backSpeed,i=this;i.timeout=setTimeout(function(){if("html"===i.contentType&&">"===t.substr(s).charAt(0)){for(var e="";"<"!==t.substr(s-1).charAt(0)&&(e-=t.substr(s).charAt(0),s--,!(s<0)););s--,e+="<"}var r=t.substr(0,s);i.attr?i.el.setAttribute(i.attr,r):i.isInput?i.el.value=r:"html"===i.contentType?i.el.innerHTML=r:i.el.textContent=r,s>i.stopNum?(s--,i.backspace(t,s)):s<=i.stopNum&&(i.arrayPos++,i.arrayPos===i.strings.length?(i.arrayPos=0,i.shuffle&&(i.sequence=i.shuffleArray(i.sequence)),i.init()):i.typewrite(i.strings[i.sequence[i.arrayPos]],s))},e)}},shuffleArray:function(t){var s,e,i=t.length;if(i)for(;--i;)e=Math.floor(Math.random()*(i+1)),s=t[e],t[e]=t[i],t[i]=s;return t},reset:function(){var t=this;clearInterval(t.timeout);this.el.getAttribute("id");this.el.textContent="","undefined"!=typeof this.cursor&&"undefined"!=typeof this.cursor.parentNode&&this.cursor.parentNode.removeChild(this.cursor),this.strPos=0,this.arrayPos=0,this.curLoop=0,this.options.resetCallback()}},i["new"]=function(t,e){var r=Array.prototype.slice.apply(s.querySelectorAll(t));r.forEach(function(t){var s=t._typed,r="object"==typeof e&&e;s&&s.reset(),t._typed=s=new i(t,r),"string"==typeof e&&s[e]()})},e&&(e.fn.typed=function(t){return this.each(function(){var s=e(this),r=s.data("typed"),o="object"==typeof t&&t;r&&r.reset(),s.data("typed",r=new i(this,o)),"string"==typeof t&&r[t]()})}),t.Typed=i;var r={strings:["These are the default values...","You know what you should do?","Use your own!","Have a great day!"],stringsElement:null,typeSpeed:0,startDelay:0,backSpeed:0,shuffle:!1,backDelay:500,loop:!1,loopCount:!1,showCursor:!0,cursorChar:"|",attr:null,contentType:"html",callback:function(){},preStringTyped:function(){},onStringTyped:function(){},resetCallback:function(){}}}(window,document,window.jQuery);
|
12347 |
+
!function(a){"use strict";function b(b,c){this.element=a(b),this.settings=a.extend({},d,c),this._defaults=d,this._init()}var c="Morphext",d={animation:"bounceIn",separator:",",speed:2e3,complete:a.noop};b.prototype={_init:function(){var b=this;this.phrases=[],this.element.addClass("morphext"),a.each(this.element.text().split(this.settings.separator),function(c,d){b.phrases.push(a.trim(d))}),this.index=-1,this.animate(),this.start()},animate:function(){this.index=++this.index%this.phrases.length,this.element[0].innerHTML='<span class="animated '+this.settings.animation+'">'+this.phrases[this.index]+"</span>",a.isFunction(this.settings.complete)&&this.settings.complete.call(this)},start:function(){var a=this;this._interval=setInterval(function(){a.animate()},this.settings.speed)},stop:function(){this._interval=clearInterval(this._interval)}},a.fn[c]=function(d){return this.each(function(){a.data(this,"plugin_"+c)||a.data(this,"plugin_"+c,new b(this,d))})}}(jQuery);
|
12348 |
+
|
12349 |
+
/*!
|
12350 |
+
* Morphext - Text Rotating Plugin for jQuery
|
12351 |
+
* https://github.com/MrSaints/Morphext
|
12352 |
+
*
|
12353 |
+
* Built on jQuery Boilerplate
|
12354 |
+
* http://jqueryboilerplate.com/
|
12355 |
+
*
|
12356 |
+
* Copyright 2014 Ian Lai and other contributors
|
12357 |
+
* Released under the MIT license
|
12358 |
+
* http://ian.mit-license.org/
|
12359 |
+
*/
|
12360 |
+
|
12361 |
+
/*eslint-env browser */
|
12362 |
+
/*global jQuery:false */
|
12363 |
+
/*eslint-disable no-underscore-dangle */
|
12364 |
+
|
12365 |
+
(function ($) {
|
12366 |
+
"use strict";
|
12367 |
+
|
12368 |
+
var pluginName = "Morphext",
|
12369 |
+
defaults = {
|
12370 |
+
animation: "bounceIn",
|
12371 |
+
separator: ",",
|
12372 |
+
speed: 2000,
|
12373 |
+
complete: $.noop
|
12374 |
};
|
12375 |
+
|
12376 |
+
function Plugin (element, options) {
|
12377 |
+
this.element = $(element);
|
12378 |
+
|
12379 |
+
this.settings = $.extend({}, defaults, options);
|
12380 |
+
this._defaults = defaults;
|
12381 |
+
this._init();
|
12382 |
+
}
|
12383 |
+
|
12384 |
+
Plugin.prototype = {
|
12385 |
+
_init: function () {
|
12386 |
+
var $that = this;
|
12387 |
+
this.phrases = [];
|
12388 |
+
|
12389 |
+
this.element.addClass("morphext");
|
12390 |
+
|
12391 |
+
$.each(this.element.text().split(this.settings.separator), function (key, value) {
|
12392 |
+
$that.phrases.push($.trim(value));
|
12393 |
+
});
|
12394 |
+
|
12395 |
+
this.index = -1;
|
12396 |
+
this.animate();
|
12397 |
+
this.start();
|
12398 |
+
},
|
12399 |
+
animate: function () {
|
12400 |
+
this.index = ++this.index % this.phrases.length;
|
12401 |
+
this.element[0].innerHTML = "<span class=\"animated " + this.settings.animation + "\">" + this.phrases[this.index] + "</span>";
|
12402 |
+
|
12403 |
+
if ($.isFunction(this.settings.complete)) {
|
12404 |
+
this.settings.complete.call(this);
|
12405 |
}
|
12406 |
+
},
|
12407 |
+
start: function () {
|
12408 |
+
var $that = this;
|
12409 |
+
this._interval = setInterval(function () {
|
12410 |
+
$that.animate();
|
12411 |
+
}, this.settings.speed);
|
12412 |
+
},
|
12413 |
+
stop: function () {
|
12414 |
+
this._interval = clearInterval(this._interval);
|
12415 |
+
}
|
12416 |
+
};
|
12417 |
+
|
12418 |
+
$.fn[pluginName] = function (options) {
|
12419 |
+
return this.each(function() {
|
12420 |
+
if (!$.data(this, "plugin_" + pluginName)) {
|
12421 |
+
$.data(this, "plugin_" + pluginName, new Plugin(this, options));
|
12422 |
+
}
|
12423 |
+
});
|
12424 |
+
};
|
12425 |
+
})(jQuery);
|
12426 |
+
|
12427 |
+
/*!
|
12428 |
+
*
|
12429 |
+
* typed.js - A JavaScript Typing Animation Library
|
12430 |
+
* Author: Matt Boldt <me@mattboldt.com>
|
12431 |
+
* Version: v2.0.9
|
12432 |
+
* Url: https://github.com/mattboldt/typed.js
|
12433 |
+
* License(s): MIT
|
12434 |
+
*
|
12435 |
+
*/
|
12436 |
+
(function webpackUniversalModuleDefinition(root, factory) {
|
12437 |
+
if(typeof exports === 'object' && typeof module === 'object')
|
12438 |
+
module.exports = factory();
|
12439 |
+
else if(typeof define === 'function' && define.amd)
|
12440 |
+
define([], factory);
|
12441 |
+
else if(typeof exports === 'object')
|
12442 |
+
exports["Typed"] = factory();
|
12443 |
+
else
|
12444 |
+
root["Typed"] = factory();
|
12445 |
+
})(this, function() {
|
12446 |
+
return /******/ (function(modules) { // webpackBootstrap
|
12447 |
+
/******/ // The module cache
|
12448 |
+
/******/ var installedModules = {};
|
12449 |
+
/******/
|
12450 |
+
/******/ // The require function
|
12451 |
+
/******/ function __webpack_require__(moduleId) {
|
12452 |
+
/******/
|
12453 |
+
/******/ // Check if module is in cache
|
12454 |
+
/******/ if(installedModules[moduleId])
|
12455 |
+
/******/ return installedModules[moduleId].exports;
|
12456 |
+
/******/
|
12457 |
+
/******/ // Create a new module (and put it into the cache)
|
12458 |
+
/******/ var module = installedModules[moduleId] = {
|
12459 |
+
/******/ exports: {},
|
12460 |
+
/******/ id: moduleId,
|
12461 |
+
/******/ loaded: false
|
12462 |
+
/******/ };
|
12463 |
+
/******/
|
12464 |
+
/******/ // Execute the module function
|
12465 |
+
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
12466 |
+
/******/
|
12467 |
+
/******/ // Flag the module as loaded
|
12468 |
+
/******/ module.loaded = true;
|
12469 |
+
/******/
|
12470 |
+
/******/ // Return the exports of the module
|
12471 |
+
/******/ return module.exports;
|
12472 |
+
/******/ }
|
12473 |
+
/******/
|
12474 |
+
/******/
|
12475 |
+
/******/ // expose the modules object (__webpack_modules__)
|
12476 |
+
/******/ __webpack_require__.m = modules;
|
12477 |
+
/******/
|
12478 |
+
/******/ // expose the module cache
|
12479 |
+
/******/ __webpack_require__.c = installedModules;
|
12480 |
+
/******/
|
12481 |
+
/******/ // __webpack_public_path__
|
12482 |
+
/******/ __webpack_require__.p = "";
|
12483 |
+
/******/
|
12484 |
+
/******/ // Load entry module and return exports
|
12485 |
+
/******/ return __webpack_require__(0);
|
12486 |
+
/******/ })
|
12487 |
+
/************************************************************************/
|
12488 |
+
/******/ ([
|
12489 |
+
/* 0 */
|
12490 |
+
/***/ (function(module, exports, __webpack_require__) {
|
12491 |
+
|
12492 |
+
'use strict';
|
12493 |
+
|
12494 |
+
Object.defineProperty(exports, '__esModule', {
|
12495 |
+
value: true
|
12496 |
+
});
|
12497 |
+
|
12498 |
+
var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();
|
12499 |
+
|
12500 |
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }
|
12501 |
+
|
12502 |
+
var _initializerJs = __webpack_require__(1);
|
12503 |
+
|
12504 |
+
var _htmlParserJs = __webpack_require__(3);
|
12505 |
+
|
12506 |
+
/**
|
12507 |
+
* Welcome to Typed.js!
|
12508 |
+
* @param {string} elementId HTML element ID _OR_ HTML element
|
12509 |
+
* @param {object} options options object
|
12510 |
+
* @returns {object} a new Typed object
|
12511 |
+
*/
|
12512 |
+
|
12513 |
+
var Typed = (function () {
|
12514 |
+
function Typed(elementId, options) {
|
12515 |
+
_classCallCheck(this, Typed);
|
12516 |
+
|
12517 |
+
// Initialize it up
|
12518 |
+
_initializerJs.initializer.load(this, options, elementId);
|
12519 |
+
// All systems go!
|
12520 |
+
this.begin();
|
12521 |
+
}
|
12522 |
+
|
12523 |
+
/**
|
12524 |
+
* Toggle start() and stop() of the Typed instance
|
12525 |
+
* @public
|
12526 |
+
*/
|
12527 |
+
|
12528 |
+
_createClass(Typed, [{
|
12529 |
+
key: 'toggle',
|
12530 |
+
value: function toggle() {
|
12531 |
+
this.pause.status ? this.start() : this.stop();
|
12532 |
+
}
|
12533 |
+
|
12534 |
+
/**
|
12535 |
+
* Stop typing / backspacing and enable cursor blinking
|
12536 |
+
* @public
|
12537 |
+
*/
|
12538 |
+
}, {
|
12539 |
+
key: 'stop',
|
12540 |
+
value: function stop() {
|
12541 |
+
if (this.typingComplete) return;
|
12542 |
+
if (this.pause.status) return;
|
12543 |
+
this.toggleBlinking(true);
|
12544 |
+
this.pause.status = true;
|
12545 |
+
this.options.onStop(this.arrayPos, this);
|
12546 |
+
}
|
12547 |
+
|
12548 |
+
/**
|
12549 |
+
* Start typing / backspacing after being stopped
|
12550 |
+
* @public
|
12551 |
+
*/
|
12552 |
+
}, {
|
12553 |
+
key: 'start',
|
12554 |
+
value: function start() {
|
12555 |
+
if (this.typingComplete) return;
|
12556 |
+
if (!this.pause.status) return;
|
12557 |
+
this.pause.status = false;
|
12558 |
+
if (this.pause.typewrite) {
|
12559 |
+
this.typewrite(this.pause.curString, this.pause.curStrPos);
|
12560 |
+
} else {
|
12561 |
+
this.backspace(this.pause.curString, this.pause.curStrPos);
|
12562 |
+
}
|
12563 |
+
this.options.onStart(this.arrayPos, this);
|
12564 |
+
}
|
12565 |
+
|
12566 |
+
/**
|
12567 |
+
* Destroy this instance of Typed
|
12568 |
+
* @public
|
12569 |
+
*/
|
12570 |
+
}, {
|
12571 |
+
key: 'destroy',
|
12572 |
+
value: function destroy() {
|
12573 |
+
this.reset(false);
|
12574 |
+
this.options.onDestroy(this);
|
12575 |
+
}
|
12576 |
+
|
12577 |
+
/**
|
12578 |
+
* Reset Typed and optionally restarts
|
12579 |
+
* @param {boolean} restart
|
12580 |
+
* @public
|
12581 |
+
*/
|
12582 |
+
}, {
|
12583 |
+
key: 'reset',
|
12584 |
+
value: function reset() {
|
12585 |
+
var restart = arguments.length <= 0 || arguments[0] === undefined ? true : arguments[0];
|
12586 |
+
|
12587 |
+
clearInterval(this.timeout);
|
12588 |
+
this.replaceText('');
|
12589 |
+
if (this.cursor && this.cursor.parentNode) {
|
12590 |
+
this.cursor.parentNode.removeChild(this.cursor);
|
12591 |
+
this.cursor = null;
|
12592 |
+
}
|
12593 |
+
this.strPos = 0;
|
12594 |
+
this.arrayPos = 0;
|
12595 |
+
this.curLoop = 0;
|
12596 |
+
if (restart) {
|
12597 |
+
this.insertCursor();
|
12598 |
+
this.options.onReset(this);
|
12599 |
+
this.begin();
|
12600 |
+
}
|
12601 |
+
}
|
12602 |
+
|
12603 |
+
/**
|
12604 |
+
* Begins the typing animation
|
12605 |
+
* @private
|
12606 |
+
*/
|
12607 |
+
}, {
|
12608 |
+
key: 'begin',
|
12609 |
+
value: function begin() {
|
12610 |
+
var _this = this;
|
12611 |
+
|
12612 |
+
this.typingComplete = false;
|
12613 |
+
this.shuffleStringsIfNeeded(this);
|
12614 |
+
this.insertCursor();
|
12615 |
+
if (this.bindInputFocusEvents) this.bindFocusEvents();
|
12616 |
+
this.timeout = setTimeout(function () {
|
12617 |
+
// Check if there is some text in the element, if yes start by backspacing the default message
|
12618 |
+
if (!_this.currentElContent || _this.currentElContent.length === 0) {
|
12619 |
+
_this.typewrite(_this.strings[_this.sequence[_this.arrayPos]], _this.strPos);
|
12620 |
+
} else {
|
12621 |
+
// Start typing
|
12622 |
+
_this.backspace(_this.currentElContent, _this.currentElContent.length);
|
12623 |
+
}
|
12624 |
+
}, this.startDelay);
|
12625 |
+
}
|
12626 |
+
|
12627 |
+
/**
|
12628 |
+
* Called for each character typed
|
12629 |
+
* @param {string} curString the current string in the strings array
|
12630 |
+
* @param {number} curStrPos the current position in the curString
|
12631 |
+
* @private
|
12632 |
+
*/
|
12633 |
+
}, {
|
12634 |
+
key: 'typewrite',
|
12635 |
+
value: function typewrite(curString, curStrPos) {
|
12636 |
+
var _this2 = this;
|
12637 |
+
|
12638 |
+
if (this.fadeOut && this.el.classList.contains(this.fadeOutClass)) {
|
12639 |
+
this.el.classList.remove(this.fadeOutClass);
|
12640 |
+
if (this.cursor) this.cursor.classList.remove(this.fadeOutClass);
|
12641 |
+
}
|
12642 |
+
|
12643 |
+
var humanize = this.humanizer(this.typeSpeed);
|
12644 |
+
var numChars = 1;
|
12645 |
+
|
12646 |
+
if (this.pause.status === true) {
|
12647 |
+
this.setPauseStatus(curString, curStrPos, true);
|
12648 |
+
return;
|
12649 |
+
}
|
12650 |
+
|
12651 |
+
// contain typing function in a timeout humanize'd delay
|
12652 |
+
this.timeout = setTimeout(function () {
|
12653 |
+
// skip over any HTML chars
|
12654 |
+
curStrPos = _htmlParserJs.htmlParser.typeHtmlChars(curString, curStrPos, _this2);
|
12655 |
+
|
12656 |
+
var pauseTime = 0;
|
12657 |
+
var substr = curString.substr(curStrPos);
|
12658 |
+
// check for an escape character before a pause value
|
12659 |
+
// format: \^\d+ .. eg: ^1000 .. should be able to print the ^ too using ^^
|
12660 |
+
// single ^ are removed from string
|
12661 |
+
if (substr.charAt(0) === '^') {
|
12662 |
+
if (/^\^\d+/.test(substr)) {
|
12663 |
+
var skip = 1; // skip at least 1
|
12664 |
+
substr = /\d+/.exec(substr)[0];
|
12665 |
+
skip += substr.length;
|
12666 |
+
pauseTime = parseInt(substr);
|
12667 |
+
_this2.temporaryPause = true;
|
12668 |
+
_this2.options.onTypingPaused(_this2.arrayPos, _this2);
|
12669 |
+
// strip out the escape character and pause value so they're not printed
|
12670 |
+
curString = curString.substring(0, curStrPos) + curString.substring(curStrPos + skip);
|
12671 |
+
_this2.toggleBlinking(true);
|
12672 |
+
}
|
12673 |
+
}
|
12674 |
+
|
12675 |
+
// check for skip characters formatted as
|
12676 |
+
// "this is a `string to print NOW` ..."
|
12677 |
+
if (substr.charAt(0) === '`') {
|
12678 |
+
while (curString.substr(curStrPos + numChars).charAt(0) !== '`') {
|
12679 |
+
numChars++;
|
12680 |
+
if (curStrPos + numChars > curString.length) break;
|
12681 |
+
}
|
12682 |
+
// strip out the escape characters and append all the string in between
|
12683 |
+
var stringBeforeSkip = curString.substring(0, curStrPos);
|
12684 |
+
var stringSkipped = curString.substring(stringBeforeSkip.length + 1, curStrPos + numChars);
|
12685 |
+
var stringAfterSkip = curString.substring(curStrPos + numChars + 1);
|
12686 |
+
curString = stringBeforeSkip + stringSkipped + stringAfterSkip;
|
12687 |
+
numChars--;
|
12688 |
+
}
|
12689 |
+
|
12690 |
+
// timeout for any pause after a character
|
12691 |
+
_this2.timeout = setTimeout(function () {
|
12692 |
+
// Accounts for blinking while paused
|
12693 |
+
_this2.toggleBlinking(false);
|
12694 |
+
|
12695 |
+
// We're done with this sentence!
|
12696 |
+
if (curStrPos >= curString.length) {
|
12697 |
+
_this2.doneTyping(curString, curStrPos);
|
12698 |
+
} else {
|
12699 |
+
_this2.keepTyping(curString, curStrPos, numChars);
|
12700 |
+
}
|
12701 |
+
// end of character pause
|
12702 |
+
if (_this2.temporaryPause) {
|
12703 |
+
_this2.temporaryPause = false;
|
12704 |
+
_this2.options.onTypingResumed(_this2.arrayPos, _this2);
|
12705 |
+
}
|
12706 |
+
}, pauseTime);
|
12707 |
+
|
12708 |
+
// humanized value for typing
|
12709 |
+
}, humanize);
|
12710 |
+
}
|
12711 |
+
|
12712 |
+
/**
|
12713 |
+
* Continue to the next string & begin typing
|
12714 |
+
* @param {string} curString the current string in the strings array
|
12715 |
+
* @param {number} curStrPos the current position in the curString
|
12716 |
+
* @private
|
12717 |
+
*/
|
12718 |
+
}, {
|
12719 |
+
key: 'keepTyping',
|
12720 |
+
value: function keepTyping(curString, curStrPos, numChars) {
|
12721 |
+
// call before functions if applicable
|
12722 |
+
if (curStrPos === 0) {
|
12723 |
+
this.toggleBlinking(false);
|
12724 |
+
this.options.preStringTyped(this.arrayPos, this);
|
12725 |
+
}
|
12726 |
+
// start typing each new char into existing string
|
12727 |
+
// curString: arg, this.el.html: original text inside element
|
12728 |
+
curStrPos += numChars;
|
12729 |
+
var nextString = curString.substr(0, curStrPos);
|
12730 |
+
this.replaceText(nextString);
|
12731 |
+
// loop the function
|
12732 |
+
this.typewrite(curString, curStrPos);
|
12733 |
+
}
|
12734 |
+
|
12735 |
+
/**
|
12736 |
+
* We're done typing all strings
|
12737 |
+
* @param {string} curString the current string in the strings array
|
12738 |
+
* @param {number} curStrPos the current position in the curString
|
12739 |
+
* @private
|
12740 |
+
*/
|
12741 |
+
}, {
|
12742 |
+
key: 'doneTyping',
|
12743 |
+
value: function doneTyping(curString, curStrPos) {
|
12744 |
+
var _this3 = this;
|
12745 |
+
|
12746 |
+
// fires callback function
|
12747 |
+
this.options.onStringTyped(this.arrayPos, this);
|
12748 |
+
this.toggleBlinking(true);
|
12749 |
+
// is this the final string
|
12750 |
+
if (this.arrayPos === this.strings.length - 1) {
|
12751 |
+
// callback that occurs on the last typed string
|
12752 |
+
this.complete();
|
12753 |
+
// quit if we wont loop back
|
12754 |
+
if (this.loop === false || this.curLoop === this.loopCount) {
|
12755 |
+
return;
|
12756 |
+
}
|
12757 |
+
}
|
12758 |
+
this.timeout = setTimeout(function () {
|
12759 |
+
_this3.backspace(curString, curStrPos);
|
12760 |
+
}, this.backDelay);
|
12761 |
+
}
|
12762 |
+
|
12763 |
+
/**
|
12764 |
+
* Backspaces 1 character at a time
|
12765 |
+
* @param {string} curString the current string in the strings array
|
12766 |
+
* @param {number} curStrPos the current position in the curString
|
12767 |
+
* @private
|
12768 |
+
*/
|
12769 |
+
}, {
|
12770 |
+
key: 'backspace',
|
12771 |
+
value: function backspace(curString, curStrPos) {
|
12772 |
+
var _this4 = this;
|
12773 |
+
|
12774 |
+
if (this.pause.status === true) {
|
12775 |
+
this.setPauseStatus(curString, curStrPos, true);
|
12776 |
+
return;
|
12777 |
+
}
|
12778 |
+
if (this.fadeOut) return this.initFadeOut();
|
12779 |
+
|
12780 |
+
this.toggleBlinking(false);
|
12781 |
+
var humanize = this.humanizer(this.backSpeed);
|
12782 |
+
|
12783 |
+
this.timeout = setTimeout(function () {
|
12784 |
+
curStrPos = _htmlParserJs.htmlParser.backSpaceHtmlChars(curString, curStrPos, _this4);
|
12785 |
+
// replace text with base text + typed characters
|
12786 |
+
var curStringAtPosition = curString.substr(0, curStrPos);
|
12787 |
+
_this4.replaceText(curStringAtPosition);
|
12788 |
+
|
12789 |
+
// if smartBack is enabled
|
12790 |
+
if (_this4.smartBackspace) {
|
12791 |
+
// the remaining part of the current string is equal of the same part of the new string
|
12792 |
+
var nextString = _this4.strings[_this4.arrayPos + 1];
|
12793 |
+
if (nextString && curStringAtPosition === nextString.substr(0, curStrPos)) {
|
12794 |
+
_this4.stopNum = curStrPos;
|
12795 |
+
} else {
|
12796 |
+
_this4.stopNum = 0;
|
12797 |
+
}
|
12798 |
+
}
|
12799 |
+
|
12800 |
+
// if the number (id of character in current string) is
|
12801 |
+
// less than the stop number, keep going
|
12802 |
+
if (curStrPos > _this4.stopNum) {
|
12803 |
+
// subtract characters one by one
|
12804 |
+
curStrPos--;
|
12805 |
+
// loop the function
|
12806 |
+
_this4.backspace(curString, curStrPos);
|
12807 |
+
} else if (curStrPos <= _this4.stopNum) {
|
12808 |
+
// if the stop number has been reached, increase
|
12809 |
+
// array position to next string
|
12810 |
+
_this4.arrayPos++;
|
12811 |
+
// When looping, begin at the beginning after backspace complete
|
12812 |
+
if (_this4.arrayPos === _this4.strings.length) {
|
12813 |
+
_this4.arrayPos = 0;
|
12814 |
+
_this4.options.onLastStringBackspaced();
|
12815 |
+
_this4.shuffleStringsIfNeeded();
|
12816 |
+
_this4.begin();
|
12817 |
+
} else {
|
12818 |
+
_this4.typewrite(_this4.strings[_this4.sequence[_this4.arrayPos]], curStrPos);
|
12819 |
+
}
|
12820 |
+
}
|
12821 |
+
// humanized value for typing
|
12822 |
+
}, humanize);
|
12823 |
+
}
|
12824 |
+
|
12825 |
+
/**
|
12826 |
+
* Full animation is complete
|
12827 |
+
* @private
|
12828 |
+
*/
|
12829 |
+
}, {
|
12830 |
+
key: 'complete',
|
12831 |
+
value: function complete() {
|
12832 |
+
this.options.onComplete(this);
|
12833 |
+
if (this.loop) {
|
12834 |
+
this.curLoop++;
|
12835 |
+
} else {
|
12836 |
+
this.typingComplete = true;
|
12837 |
+
}
|
12838 |
+
}
|
12839 |
+
|
12840 |
+
/**
|
12841 |
+
* Has the typing been stopped
|
12842 |
+
* @param {string} curString the current string in the strings array
|
12843 |
+
* @param {number} curStrPos the current position in the curString
|
12844 |
+
* @param {boolean} isTyping
|
12845 |
+
* @private
|
12846 |
+
*/
|
12847 |
+
}, {
|
12848 |
+
key: 'setPauseStatus',
|
12849 |
+
value: function setPauseStatus(curString, curStrPos, isTyping) {
|
12850 |
+
this.pause.typewrite = isTyping;
|
12851 |
+
this.pause.curString = curString;
|
12852 |
+
this.pause.curStrPos = curStrPos;
|
12853 |
+
}
|
12854 |
+
|
12855 |
+
/**
|
12856 |
+
* Toggle the blinking cursor
|
12857 |
+
* @param {boolean} isBlinking
|
12858 |
+
* @private
|
12859 |
+
*/
|
12860 |
+
}, {
|
12861 |
+
key: 'toggleBlinking',
|
12862 |
+
value: function toggleBlinking(isBlinking) {
|
12863 |
+
if (!this.cursor) return;
|
12864 |
+
// if in paused state, don't toggle blinking a 2nd time
|
12865 |
+
if (this.pause.status) return;
|
12866 |
+
if (this.cursorBlinking === isBlinking) return;
|
12867 |
+
this.cursorBlinking = isBlinking;
|
12868 |
+
if (isBlinking) {
|
12869 |
+
this.cursor.classList.add('typed-cursor--blink');
|
12870 |
+
} else {
|
12871 |
+
this.cursor.classList.remove('typed-cursor--blink');
|
12872 |
+
}
|
12873 |
+
}
|
12874 |
+
|
12875 |
+
/**
|
12876 |
+
* Speed in MS to type
|
12877 |
+
* @param {number} speed
|
12878 |
+
* @private
|
12879 |
+
*/
|
12880 |
+
}, {
|
12881 |
+
key: 'humanizer',
|
12882 |
+
value: function humanizer(speed) {
|
12883 |
+
return Math.round(Math.random() * speed / 2) + speed;
|
12884 |
+
}
|
12885 |
+
|
12886 |
+
/**
|
12887 |
+
* Shuffle the sequence of the strings array
|
12888 |
+
* @private
|
12889 |
+
*/
|
12890 |
+
}, {
|
12891 |
+
key: 'shuffleStringsIfNeeded',
|
12892 |
+
value: function shuffleStringsIfNeeded() {
|
12893 |
+
if (!this.shuffle) return;
|
12894 |
+
this.sequence = this.sequence.sort(function () {
|
12895 |
+
return Math.random() - 0.5;
|
12896 |
+
});
|
12897 |
+
}
|
12898 |
+
|
12899 |
+
/**
|
12900 |
+
* Adds a CSS class to fade out current string
|
12901 |
+
* @private
|
12902 |
+
*/
|
12903 |
+
}, {
|
12904 |
+
key: 'initFadeOut',
|
12905 |
+
value: function initFadeOut() {
|
12906 |
+
var _this5 = this;
|
12907 |
+
|
12908 |
+
this.el.className += ' ' + this.fadeOutClass;
|
12909 |
+
if (this.cursor) this.cursor.className += ' ' + this.fadeOutClass;
|
12910 |
+
return setTimeout(function () {
|
12911 |
+
_this5.arrayPos++;
|
12912 |
+
_this5.replaceText('');
|
12913 |
+
|
12914 |
+
// Resets current string if end of loop reached
|
12915 |
+
if (_this5.strings.length > _this5.arrayPos) {
|
12916 |
+
_this5.typewrite(_this5.strings[_this5.sequence[_this5.arrayPos]], 0);
|
12917 |
+
} else {
|
12918 |
+
_this5.typewrite(_this5.strings[0], 0);
|
12919 |
+
_this5.arrayPos = 0;
|
12920 |
+
}
|
12921 |
+
}, this.fadeOutDelay);
|
12922 |
+
}
|
12923 |
+
|
12924 |
+
/**
|
12925 |
+
* Replaces current text in the HTML element
|
12926 |
+
* depending on element type
|
12927 |
+
* @param {string} str
|
12928 |
+
* @private
|
12929 |
+
*/
|
12930 |
+
}, {
|
12931 |
+
key: 'replaceText',
|
12932 |
+
value: function replaceText(str) {
|
12933 |
+
if (this.attr) {
|
12934 |
+
this.el.setAttribute(this.attr, str);
|
12935 |
+
} else {
|
12936 |
+
if (this.isInput) {
|
12937 |
+
this.el.value = str;
|
12938 |
+
} else if (this.contentType === 'html') {
|
12939 |
+
this.el.innerHTML = str;
|
12940 |
+
} else {
|
12941 |
+
this.el.textContent = str;
|
12942 |
+
}
|
12943 |
+
}
|
12944 |
+
}
|
12945 |
+
|
12946 |
+
/**
|
12947 |
+
* If using input elements, bind focus in order to
|
12948 |
+
* start and stop the animation
|
12949 |
+
* @private
|
12950 |
+
*/
|
12951 |
+
}, {
|
12952 |
+
key: 'bindFocusEvents',
|
12953 |
+
value: function bindFocusEvents() {
|
12954 |
+
var _this6 = this;
|
12955 |
+
|
12956 |
+
if (!this.isInput) return;
|
12957 |
+
this.el.addEventListener('focus', function (e) {
|
12958 |
+
_this6.stop();
|
12959 |
+
});
|
12960 |
+
this.el.addEventListener('blur', function (e) {
|
12961 |
+
if (_this6.el.value && _this6.el.value.length !== 0) {
|
12962 |
+
return;
|
12963 |
+
}
|
12964 |
+
_this6.start();
|
12965 |
+
});
|
12966 |
+
}
|
12967 |
+
|
12968 |
+
/**
|
12969 |
+
* On init, insert the cursor element
|
12970 |
+
* @private
|
12971 |
+
*/
|
12972 |
+
}, {
|
12973 |
+
key: 'insertCursor',
|
12974 |
+
value: function insertCursor() {
|
12975 |
+
if (!this.showCursor) return;
|
12976 |
+
if (this.cursor) return;
|
12977 |
+
this.cursor = document.createElement('span');
|
12978 |
+
this.cursor.className = 'typed-cursor';
|
12979 |
+
this.cursor.innerHTML = this.cursorChar;
|
12980 |
+
this.el.parentNode && this.el.parentNode.insertBefore(this.cursor, this.el.nextSibling);
|
12981 |
+
}
|
12982 |
+
}]);
|
12983 |
+
|
12984 |
+
return Typed;
|
12985 |
+
})();
|
12986 |
+
|
12987 |
+
exports['default'] = Typed;
|
12988 |
+
module.exports = exports['default'];
|
12989 |
|
12990 |
+
/***/ }),
|
12991 |
+
/* 1 */
|
12992 |
+
/***/ (function(module, exports, __webpack_require__) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12993 |
|
12994 |
+
'use strict';
|
12995 |
+
|
12996 |
+
Object.defineProperty(exports, '__esModule', {
|
12997 |
+
value: true
|
12998 |
+
});
|
12999 |
+
|
13000 |
+
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
13001 |
+
|
13002 |
+
var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();
|
13003 |
+
|
13004 |
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
|
13005 |
+
|
13006 |
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }
|
13007 |
+
|
13008 |
+
var _defaultsJs = __webpack_require__(2);
|
13009 |
+
|
13010 |
+
var _defaultsJs2 = _interopRequireDefault(_defaultsJs);
|
13011 |
+
|
13012 |
+
/**
|
13013 |
+
* Initialize the Typed object
|
13014 |
+
*/
|
13015 |
+
|
13016 |
+
var Initializer = (function () {
|
13017 |
+
function Initializer() {
|
13018 |
+
_classCallCheck(this, Initializer);
|
13019 |
+
}
|
13020 |
+
|
13021 |
+
_createClass(Initializer, [{
|
13022 |
+
key: 'load',
|
13023 |
+
|
13024 |
+
/**
|
13025 |
+
* Load up defaults & options on the Typed instance
|
13026 |
+
* @param {Typed} self instance of Typed
|
13027 |
+
* @param {object} options options object
|
13028 |
+
* @param {string} elementId HTML element ID _OR_ instance of HTML element
|
13029 |
+
* @private
|
13030 |
+
*/
|
13031 |
+
|
13032 |
+
value: function load(self, options, elementId) {
|
13033 |
+
// chosen element to manipulate text
|
13034 |
+
if (typeof elementId === 'string') {
|
13035 |
+
self.el = document.querySelector(elementId);
|
13036 |
+
} else {
|
13037 |
+
self.el = elementId;
|
13038 |
+
}
|
13039 |
+
|
13040 |
+
self.options = _extends({}, _defaultsJs2['default'], options);
|
13041 |
+
|
13042 |
+
// attribute to type into
|
13043 |
+
self.isInput = self.el.tagName.toLowerCase() === 'input';
|
13044 |
+
self.attr = self.options.attr;
|
13045 |
+
self.bindInputFocusEvents = self.options.bindInputFocusEvents;
|
13046 |
+
|
13047 |
+
// show cursor
|
13048 |
+
self.showCursor = self.isInput ? false : self.options.showCursor;
|
13049 |
+
|
13050 |
+
// custom cursor
|
13051 |
+
self.cursorChar = self.options.cursorChar;
|
13052 |
+
|
13053 |
+
// Is the cursor blinking
|
13054 |
+
self.cursorBlinking = true;
|
13055 |
+
|
13056 |
+
// text content of element
|
13057 |
+
self.elContent = self.attr ? self.el.getAttribute(self.attr) : self.el.textContent;
|
13058 |
+
|
13059 |
+
// html or plain text
|
13060 |
+
self.contentType = self.options.contentType;
|
13061 |
+
|
13062 |
+
// typing speed
|
13063 |
+
self.typeSpeed = self.options.typeSpeed;
|
13064 |
+
|
13065 |
+
// add a delay before typing starts
|
13066 |
+
self.startDelay = self.options.startDelay;
|
13067 |
+
|
13068 |
+
// backspacing speed
|
13069 |
+
self.backSpeed = self.options.backSpeed;
|
13070 |
+
|
13071 |
+
// only backspace what doesn't match the previous string
|
13072 |
+
self.smartBackspace = self.options.smartBackspace;
|
13073 |
+
|
13074 |
+
// amount of time to wait before backspacing
|
13075 |
+
self.backDelay = self.options.backDelay;
|
13076 |
+
|
13077 |
+
// Fade out instead of backspace
|
13078 |
+
self.fadeOut = self.options.fadeOut;
|
13079 |
+
self.fadeOutClass = self.options.fadeOutClass;
|
13080 |
+
self.fadeOutDelay = self.options.fadeOutDelay;
|
13081 |
+
|
13082 |
+
// variable to check whether typing is currently paused
|
13083 |
+
self.isPaused = false;
|
13084 |
+
|
13085 |
+
// input strings of text
|
13086 |
+
self.strings = self.options.strings.map(function (s) {
|
13087 |
+
return s.trim();
|
13088 |
+
});
|
13089 |
+
|
13090 |
+
// div containing strings
|
13091 |
+
if (typeof self.options.stringsElement === 'string') {
|
13092 |
+
self.stringsElement = document.querySelector(self.options.stringsElement);
|
13093 |
+
} else {
|
13094 |
+
self.stringsElement = self.options.stringsElement;
|
13095 |
+
}
|
13096 |
+
|
13097 |
+
if (self.stringsElement) {
|
13098 |
+
self.strings = [];
|
13099 |
+
self.stringsElement.style.display = 'none';
|
13100 |
+
var strings = Array.prototype.slice.apply(self.stringsElement.children);
|
13101 |
+
var stringsLength = strings.length;
|
13102 |
+
|
13103 |
+
if (stringsLength) {
|
13104 |
+
for (var i = 0; i < stringsLength; i += 1) {
|
13105 |
+
var stringEl = strings[i];
|
13106 |
+
self.strings.push(stringEl.innerHTML.trim());
|
13107 |
+
}
|
13108 |
+
}
|
13109 |
+
}
|
13110 |
+
|
13111 |
+
// character number position of current string
|
13112 |
+
self.strPos = 0;
|
13113 |
+
|
13114 |
+
// current array position
|
13115 |
+
self.arrayPos = 0;
|
13116 |
+
|
13117 |
+
// index of string to stop backspacing on
|
13118 |
+
self.stopNum = 0;
|
13119 |
+
|
13120 |
+
// Looping logic
|
13121 |
+
self.loop = self.options.loop;
|
13122 |
+
self.loopCount = self.options.loopCount;
|
13123 |
+
self.curLoop = 0;
|
13124 |
+
|
13125 |
+
// shuffle the strings
|
13126 |
+
self.shuffle = self.options.shuffle;
|
13127 |
+
// the order of strings
|
13128 |
+
self.sequence = [];
|
13129 |
+
|
13130 |
+
self.pause = {
|
13131 |
+
status: false,
|
13132 |
+
typewrite: true,
|
13133 |
+
curString: '',
|
13134 |
+
curStrPos: 0
|
13135 |
+
};
|
13136 |
+
|
13137 |
+
// When the typing is complete (when not looped)
|
13138 |
+
self.typingComplete = false;
|
13139 |
+
|
13140 |
+
// Set the order in which the strings are typed
|
13141 |
+
for (var i in self.strings) {
|
13142 |
+
self.sequence[i] = i;
|
13143 |
+
}
|
13144 |
+
|
13145 |
+
// If there is some text in the element
|
13146 |
+
self.currentElContent = this.getCurrentElContent(self);
|
13147 |
+
|
13148 |
+
self.autoInsertCss = self.options.autoInsertCss;
|
13149 |
+
|
13150 |
+
this.appendAnimationCss(self);
|
13151 |
+
}
|
13152 |
+
}, {
|
13153 |
+
key: 'getCurrentElContent',
|
13154 |
+
value: function getCurrentElContent(self) {
|
13155 |
+
var elContent = '';
|
13156 |
+
if (self.attr) {
|
13157 |
+
elContent = self.el.getAttribute(self.attr);
|
13158 |
+
} else if (self.isInput) {
|
13159 |
+
elContent = self.el.value;
|
13160 |
+
} else if (self.contentType === 'html') {
|
13161 |
+
elContent = self.el.innerHTML;
|
13162 |
+
} else {
|
13163 |
+
elContent = self.el.textContent;
|
13164 |
+
}
|
13165 |
+
return elContent;
|
13166 |
+
}
|
13167 |
+
}, {
|
13168 |
+
key: 'appendAnimationCss',
|
13169 |
+
value: function appendAnimationCss(self) {
|
13170 |
+
var cssDataName = 'data-typed-js-css';
|
13171 |
+
if (!self.autoInsertCss) {
|
13172 |
+
return;
|
13173 |
+
}
|
13174 |
+
if (!self.showCursor && !self.fadeOut) {
|
13175 |
+
return;
|
13176 |
+
}
|
13177 |
+
if (document.querySelector('[' + cssDataName + ']')) {
|
13178 |
+
return;
|
13179 |
+
}
|
13180 |
+
|
13181 |
+
var css = document.createElement('style');
|
13182 |
+
css.type = 'text/css';
|
13183 |
+
css.setAttribute(cssDataName, true);
|
13184 |
+
|
13185 |
+
var innerCss = '';
|
13186 |
+
if (self.showCursor) {
|
13187 |
+
innerCss += '\n .typed-cursor{\n opacity: 1;\n }\n .typed-cursor.typed-cursor--blink{\n animation: typedjsBlink 0.7s infinite;\n -webkit-animation: typedjsBlink 0.7s infinite;\n animation: typedjsBlink 0.7s infinite;\n }\n @keyframes typedjsBlink{\n 50% { opacity: 0.0; }\n }\n @-webkit-keyframes typedjsBlink{\n 0% { opacity: 1; }\n 50% { opacity: 0.0; }\n 100% { opacity: 1; }\n }\n ';
|
13188 |
+
}
|
13189 |
+
if (self.fadeOut) {
|
13190 |
+
innerCss += '\n .typed-fade-out{\n opacity: 0;\n transition: opacity .25s;\n }\n .typed-cursor.typed-cursor--blink.typed-fade-out{\n -webkit-animation: 0;\n animation: 0;\n }\n ';
|
13191 |
+
}
|
13192 |
+
if (css.length === 0) {
|
13193 |
+
return;
|
13194 |
+
}
|
13195 |
+
css.innerHTML = innerCss;
|
13196 |
+
document.body.appendChild(css);
|
13197 |
+
}
|
13198 |
+
}]);
|
13199 |
+
|
13200 |
+
return Initializer;
|
13201 |
+
})();
|
13202 |
+
|
13203 |
+
exports['default'] = Initializer;
|
13204 |
+
var initializer = new Initializer();
|
13205 |
+
exports.initializer = initializer;
|
13206 |
|
13207 |
+
/***/ }),
|
13208 |
+
/* 2 */
|
13209 |
+
/***/ (function(module, exports) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13210 |
|
13211 |
+
/**
|
13212 |
+
* Defaults & options
|
13213 |
+
* @returns {object} Typed defaults & options
|
13214 |
+
* @public
|
13215 |
+
*/
|
13216 |
+
|
13217 |
+
'use strict';
|
13218 |
+
|
13219 |
+
Object.defineProperty(exports, '__esModule', {
|
13220 |
+
value: true
|
13221 |
+
});
|
13222 |
+
var defaults = {
|
13223 |
+
/**
|
13224 |
+
* @property {array} strings strings to be typed
|
13225 |
+
* @property {string} stringsElement ID of element containing string children
|
13226 |
+
*/
|
13227 |
+
strings: ['These are the default values...', 'You know what you should do?', 'Use your own!', 'Have a great day!'],
|
13228 |
+
stringsElement: null,
|
13229 |
+
|
13230 |
+
/**
|
13231 |
+
* @property {number} typeSpeed type speed in milliseconds
|
13232 |
+
*/
|
13233 |
+
typeSpeed: 0,
|
13234 |
+
|
13235 |
+
/**
|
13236 |
+
* @property {number} startDelay time before typing starts in milliseconds
|
13237 |
+
*/
|
13238 |
+
startDelay: 0,
|
13239 |
+
|
13240 |
+
/**
|
13241 |
+
* @property {number} backSpeed backspacing speed in milliseconds
|
13242 |
+
*/
|
13243 |
+
backSpeed: 0,
|
13244 |
+
|
13245 |
+
/**
|
13246 |
+
* @property {boolean} smartBackspace only backspace what doesn't match the previous string
|
13247 |
+
*/
|
13248 |
+
smartBackspace: true,
|
13249 |
+
|
13250 |
+
/**
|
13251 |
+
* @property {boolean} shuffle shuffle the strings
|
13252 |
+
*/
|
13253 |
+
shuffle: false,
|
13254 |
+
|
13255 |
+
/**
|
13256 |
+
* @property {number} backDelay time before backspacing in milliseconds
|
13257 |
+
*/
|
13258 |
+
backDelay: 700,
|
13259 |
+
|
13260 |
+
/**
|
13261 |
+
* @property {boolean} fadeOut Fade out instead of backspace
|
13262 |
+
* @property {string} fadeOutClass css class for fade animation
|
13263 |
+
* @property {boolean} fadeOutDelay Fade out delay in milliseconds
|
13264 |
+
*/
|
13265 |
+
fadeOut: false,
|
13266 |
+
fadeOutClass: 'typed-fade-out',
|
13267 |
+
fadeOutDelay: 500,
|
13268 |
+
|
13269 |
+
/**
|
13270 |
+
* @property {boolean} loop loop strings
|
13271 |
+
* @property {number} loopCount amount of loops
|
13272 |
+
*/
|
13273 |
+
loop: false,
|
13274 |
+
loopCount: Infinity,
|
13275 |
+
|
13276 |
+
/**
|
13277 |
+
* @property {boolean} showCursor show cursor
|
13278 |
+
* @property {string} cursorChar character for cursor
|
13279 |
+
* @property {boolean} autoInsertCss insert CSS for cursor and fadeOut into HTML <head>
|
13280 |
+
*/
|
13281 |
+
showCursor: true,
|
13282 |
+
cursorChar: '|',
|
13283 |
+
autoInsertCss: true,
|
13284 |
+
|
13285 |
+
/**
|
13286 |
+
* @property {string} attr attribute for typing
|
13287 |
+
* Ex: input placeholder, value, or just HTML text
|
13288 |
+
*/
|
13289 |
+
attr: null,
|
13290 |
+
|
13291 |
+
/**
|
13292 |
+
* @property {boolean} bindInputFocusEvents bind to focus and blur if el is text input
|
13293 |
+
*/
|
13294 |
+
bindInputFocusEvents: false,
|
13295 |
+
|
13296 |
+
/**
|
13297 |
+
* @property {string} contentType 'html' or 'null' for plaintext
|
13298 |
+
*/
|
13299 |
+
contentType: 'html',
|
13300 |
+
|
13301 |
+
/**
|
13302 |
+
* All typing is complete
|
13303 |
+
* @param {Typed} self
|
13304 |
+
*/
|
13305 |
+
onComplete: function onComplete(self) {},
|
13306 |
+
|
13307 |
+
/**
|
13308 |
+
* Before each string is typed
|
13309 |
+
* @param {number} arrayPos
|
13310 |
+
* @param {Typed} self
|
13311 |
+
*/
|
13312 |
+
preStringTyped: function preStringTyped(arrayPos, self) {},
|
13313 |
+
|
13314 |
+
/**
|
13315 |
+
* After each string is typed
|
13316 |
+
* @param {number} arrayPos
|
13317 |
+
* @param {Typed} self
|
13318 |
+
*/
|
13319 |
+
onStringTyped: function onStringTyped(arrayPos, self) {},
|
13320 |
+
|
13321 |
+
/**
|
13322 |
+
* During looping, after last string is typed
|
13323 |
+
* @param {Typed} self
|
13324 |
+
*/
|
13325 |
+
onLastStringBackspaced: function onLastStringBackspaced(self) {},
|
13326 |
+
|
13327 |
+
/**
|
13328 |
+
* Typing has been stopped
|
13329 |
+
* @param {number} arrayPos
|
13330 |
+
* @param {Typed} self
|
13331 |
+
*/
|
13332 |
+
onTypingPaused: function onTypingPaused(arrayPos, self) {},
|
13333 |
+
|
13334 |
+
/**
|
13335 |
+
* Typing has been started after being stopped
|
13336 |
+
* @param {number} arrayPos
|
13337 |
+
* @param {Typed} self
|
13338 |
+
*/
|
13339 |
+
onTypingResumed: function onTypingResumed(arrayPos, self) {},
|
13340 |
+
|
13341 |
+
/**
|
13342 |
+
* After reset
|
13343 |
+
* @param {Typed} self
|
13344 |
+
*/
|
13345 |
+
onReset: function onReset(self) {},
|
13346 |
+
|
13347 |
+
/**
|
13348 |
+
* After stop
|
13349 |
+
* @param {number} arrayPos
|
13350 |
+
* @param {Typed} self
|
13351 |
+
*/
|
13352 |
+
onStop: function onStop(arrayPos, self) {},
|
13353 |
+
|
13354 |
+
/**
|
13355 |
+
* After start
|
13356 |
+
* @param {number} arrayPos
|
13357 |
+
* @param {Typed} self
|
13358 |
+
*/
|
13359 |
+
onStart: function onStart(arrayPos, self) {},
|
13360 |
+
|
13361 |
+
/**
|
13362 |
+
* After destroy
|
13363 |
+
* @param {Typed} self
|
13364 |
+
*/
|
13365 |
+
onDestroy: function onDestroy(self) {}
|
13366 |
+
};
|
13367 |
+
|
13368 |
+
exports['default'] = defaults;
|
13369 |
+
module.exports = exports['default'];
|
13370 |
|
13371 |
+
/***/ }),
|
13372 |
+
/* 3 */
|
13373 |
+
/***/ (function(module, exports) {
|
13374 |
|
13375 |
+
|
13376 |
+
/**
|
13377 |
+
* TODO: These methods can probably be combined somehow
|
13378 |
+
* Parse HTML tags & HTML Characters
|
13379 |
+
*/
|
13380 |
+
|
13381 |
+
'use strict';
|
13382 |
+
|
13383 |
+
Object.defineProperty(exports, '__esModule', {
|
13384 |
+
value: true
|
13385 |
+
});
|
13386 |
+
|
13387 |
+
var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })();
|
13388 |
+
|
13389 |
+
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } }
|
13390 |
+
|
13391 |
+
var HTMLParser = (function () {
|
13392 |
+
function HTMLParser() {
|
13393 |
+
_classCallCheck(this, HTMLParser);
|
13394 |
+
}
|
13395 |
+
|
13396 |
+
_createClass(HTMLParser, [{
|
13397 |
+
key: 'typeHtmlChars',
|
13398 |
+
|
13399 |
+
/**
|
13400 |
+
* Type HTML tags & HTML Characters
|
13401 |
+
* @param {string} curString Current string
|
13402 |
+
* @param {number} curStrPos Position in current string
|
13403 |
+
* @param {Typed} self instance of Typed
|
13404 |
+
* @returns {number} a new string position
|
13405 |
+
* @private
|
13406 |
+
*/
|
13407 |
+
|
13408 |
+
value: function typeHtmlChars(curString, curStrPos, self) {
|
13409 |
+
if (self.contentType !== 'html') return curStrPos;
|
13410 |
+
var curChar = curString.substr(curStrPos).charAt(0);
|
13411 |
+
if (curChar === '<' || curChar === '&') {
|
13412 |
+
var endTag = '';
|
13413 |
+
if (curChar === '<') {
|
13414 |
+
endTag = '>';
|
13415 |
+
} else {
|
13416 |
+
endTag = ';';
|
13417 |
+
}
|
13418 |
+
while (curString.substr(curStrPos + 1).charAt(0) !== endTag) {
|
13419 |
+
curStrPos++;
|
13420 |
+
if (curStrPos + 1 > curString.length) {
|
13421 |
+
break;
|
13422 |
+
}
|
13423 |
+
}
|
13424 |
+
curStrPos++;
|
13425 |
+
}
|
13426 |
+
return curStrPos;
|
13427 |
+
}
|
13428 |
+
|
13429 |
+
/**
|
13430 |
+
* Backspace HTML tags and HTML Characters
|
13431 |
+
* @param {string} curString Current string
|
13432 |
+
* @param {number} curStrPos Position in current string
|
13433 |
+
* @param {Typed} self instance of Typed
|
13434 |
+
* @returns {number} a new string position
|
13435 |
+
* @private
|
13436 |
+
*/
|
13437 |
+
}, {
|
13438 |
+
key: 'backSpaceHtmlChars',
|
13439 |
+
value: function backSpaceHtmlChars(curString, curStrPos, self) {
|
13440 |
+
if (self.contentType !== 'html') return curStrPos;
|
13441 |
+
var curChar = curString.substr(curStrPos).charAt(0);
|
13442 |
+
if (curChar === '>' || curChar === ';') {
|
13443 |
+
var endTag = '';
|
13444 |
+
if (curChar === '>') {
|
13445 |
+
endTag = '<';
|
13446 |
+
} else {
|
13447 |
+
endTag = '&';
|
13448 |
+
}
|
13449 |
+
while (curString.substr(curStrPos - 1).charAt(0) !== endTag) {
|
13450 |
+
curStrPos--;
|
13451 |
+
if (curStrPos < 0) {
|
13452 |
+
break;
|
13453 |
+
}
|
13454 |
+
}
|
13455 |
+
curStrPos--;
|
13456 |
+
}
|
13457 |
+
return curStrPos;
|
13458 |
+
}
|
13459 |
+
}]);
|
13460 |
+
|
13461 |
+
return HTMLParser;
|
13462 |
+
})();
|
13463 |
+
|
13464 |
+
exports['default'] = HTMLParser;
|
13465 |
+
var htmlParser = new HTMLParser();
|
13466 |
+
exports.htmlParser = htmlParser;
|
13467 |
|
13468 |
+
/***/ })
|
13469 |
+
/******/ ])
|
13470 |
+
});
|
13471 |
+
;
|
13472 |
/*!
|
13473 |
* imagesLoaded PACKAGED v4.1.4
|
13474 |
* JavaScript is all like "You images are done yet or what?"
|
17673 |
}));
|
17674 |
|
17675 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17676 |
/*! Magnific Popup - v1.1.0 - 2016-02-20
|
17677 |
* http://dimsemenov.com/plugins/magnific-popup/
|
17678 |
* Copyright (c) 2016 Dmitry Semenov; */
|
19534 |
/*>>retina*/
|
19535 |
_checkInstance();
|
19536 |
}));
|
19537 |
+
(function($) {
|
19538 |
+
$.fn.eaelProgressBar = function() {
|
19539 |
+
var $this = $(this)
|
19540 |
+
var $layout = $this.data('layout')
|
19541 |
+
var $num = $this.data('count')
|
19542 |
+
var $duration = $this.data('duration')
|
19543 |
+
|
19544 |
+
$this.one('inview', function() {
|
19545 |
+
if ($layout == 'line') {
|
19546 |
+
$('.eael-progressbar-line-fill', $this).css({
|
19547 |
+
'width': $num + '%',
|
19548 |
+
})
|
19549 |
+
} else if ($layout == 'half_circle') {
|
19550 |
+
$('.eael-progressbar-circle-half', $this).css({
|
19551 |
+
'transform': 'rotate(' + ($num * 1.8) + 'deg)',
|
19552 |
+
})
|
19553 |
+
}
|
19554 |
+
|
19555 |
+
$('.eael-progressbar-count', $this).prop({
|
19556 |
+
'counter': 0
|
19557 |
+
}).animate({
|
19558 |
+
counter: $num
|
19559 |
+
}, {
|
19560 |
+
duration: $duration,
|
19561 |
+
easing: 'linear',
|
19562 |
+
step: function(counter) {
|
19563 |
+
if ($layout == 'circle') {
|
19564 |
+
var rotate = (counter * 3.6)
|
19565 |
+
$('.eael-progressbar-circle-half-left', $this).css({
|
19566 |
+
'transform': "rotate(" + rotate + "deg)",
|
19567 |
+
})
|
19568 |
+
if (rotate > 180) {
|
19569 |
+
$('.eael-progressbar-circle-pie', $this).css({
|
19570 |
+
'-webkit-clip-path': 'inset(0)',
|
19571 |
+
'clip-path': 'inset(0)',
|
19572 |
+
})
|
19573 |
+
$('.eael-progressbar-circle-half-right', $this).css({
|
19574 |
+
'visibility': 'visible'
|
19575 |
+
})
|
19576 |
+
}
|
19577 |
+
}
|
19578 |
+
|
19579 |
+
$(this).text(Math.ceil(counter))
|
19580 |
+
}
|
19581 |
+
})
|
19582 |
+
})
|
19583 |
+
}
|
19584 |
+
}(jQuery));
|
19585 |
typeof navigator === "object" && (function (global, factory) {
|
19586 |
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
|
19587 |
typeof define === 'function' && define.amd ? define('Plyr', factory) :
|
39110 |
$postGridGallery = tabsContent.eq(currentTabIndex).find('.eael-post-grid.eael-post-appender'),
|
39111 |
$twitterfeedGallery = tabsContent.eq(currentTabIndex).find('.eael-twitter-feed-masonry'),
|
39112 |
$instaGallery = tabsContent.eq(currentTabIndex).find('.eael-instafeed');
|
|
|
|
|
39113 |
|
39114 |
if($postGridGallery.length) {
|
39115 |
$postGridGallery.isotope();
|
39118 |
if($twitterfeedGallery.length) {
|
39119 |
$twitterfeedGallery.isotope("layout");
|
39120 |
}
|
39121 |
+
|
39122 |
if($filterGallery.length) {
|
39123 |
$filterGallery.isotope("layout");
|
39124 |
}
|
39125 |
+
|
39126 |
if($instaGallery.length) {
|
39127 |
$instaGallery.isotope("layout");
|
39128 |
}
|
39129 |
|
|
|
|
|
|
|
|
|
39130 |
$(tabsContent).each(function(index) {
|
39131 |
$(this).removeClass("active-default");
|
39132 |
});
|
40568 |
|
40569 |
// init isotope
|
40570 |
var layoutMode = $('.eael-filter-gallery-wrapper').data('layout-mode');
|
40571 |
+
var mfpCaption = $('.eael-filter-gallery-wrapper').data('mfp_caption');
|
40572 |
var $isotope_gallery = $gallery.isotope({
|
40573 |
itemSelector: ".eael-filterable-gallery-item-wrap",
|
40574 |
layoutMode: $layout_mode,
|
40603 |
}
|
40604 |
},
|
40605 |
fixedContentPos: false,
|
40606 |
+
image: {
|
40607 |
+
titleSrc: function(item) {
|
40608 |
+
if(mfpCaption=='yes'){
|
40609 |
+
return item.el.parent().prev().prev().html();
|
40610 |
+
}
|
40611 |
+
}
|
40612 |
+
}
|
40613 |
});
|
40614 |
|
40615 |
// filter
|
40637 |
}
|
40638 |
},
|
40639 |
fixedContentPos: false,
|
40640 |
+
image: {
|
40641 |
+
titleSrc: function(item) {
|
40642 |
+
if(mfpCaption=='yes'){
|
40643 |
+
return item.el.parent().prev().prev().html();
|
40644 |
+
}
|
40645 |
+
}
|
40646 |
+
}
|
40647 |
});
|
40648 |
|
40649 |
$isotope_gallery.isotope();
|
40767 |
$imageAccordion.data("img-accordion-type") !== undefined
|
40768 |
? $imageAccordion.data("img-accordion-type")
|
40769 |
: "";
|
40770 |
+
|
40771 |
if ("on-click" === $type) {
|
40772 |
$("#eael-img-accordion-" + $id + " a").on("click", function(e) {
|
40773 |
if ($(this).hasClass("overlay-active") == false) {
|
40807 |
});
|
40808 |
|
40809 |
var PostGrid = function($scope, $) {
|
40810 |
+
var $gallery = $(".eael-post-appender", $scope),
|
40811 |
+
$layout_mode = $gallery.data('layout-mode');
|
40812 |
+
|
40813 |
+
if($layout_mode === 'masonry') {
|
40814 |
+
$gallery.isotope({
|
40815 |
+
itemSelector: ".eael-grid-post",
|
40816 |
+
layoutMode: $layout_mode,
|
40817 |
percentPosition: true
|
40818 |
+
});
|
|
|
40819 |
|
40820 |
+
// layout gal, while images are loading
|
40821 |
+
$gallery.imagesLoaded().progress(function() {
|
40822 |
+
$gallery.isotope("layout");
|
40823 |
+
});
|
40824 |
+
}
|
40825 |
};
|
40826 |
|
40827 |
jQuery(window).on("elementor/frontend/init", function() {
|
41158 |
ovrplyer.start();
|
41159 |
}
|
41160 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41161 |
(function($) {
|
41162 |
jQuery(document).ready(function() {
|
41163 |
/**
|
41166 |
* @param supportTag
|
41167 |
*/
|
41168 |
function eael_toc_content(selector, supportTag) {
|
41169 |
+
var listId = document.getElementById("eael-toc-list");
|
41170 |
+
if (selector === null || supportTag === undefined || !listId) {
|
41171 |
return null;
|
41172 |
}
|
41173 |
var mainSelector = document.querySelector(selector),
|
41267 |
}
|
41268 |
}
|
41269 |
|
41270 |
+
|
|
|
|
|
|
|
41271 |
|
41272 |
// expand collapse
|
41273 |
$(document).on("click", "ul.eael-toc-list a", function(e) {
|
41312 |
return;
|
41313 |
}
|
41314 |
stickyScroll = (stickyScroll!==undefined)?stickyScroll:200;
|
41315 |
+
if (window.pageYOffset >= stickyScroll && !eaelToc.classList.contains('eael-toc-disable')) {
|
41316 |
eaelToc.classList.add("eael-sticky");
|
41317 |
} else {
|
41318 |
eaelToc.classList.remove("eael-sticky");
|
41346 |
$("body").click(function(e) {
|
41347 |
var target = $(e.target);
|
41348 |
var eaToc = $("#eael-toc");
|
41349 |
+
if ((eaToc.hasClass("eael-toc-auto-collapse") && eaToc.hasClass("eael-sticky")) && !eaToc.hasClass("collapsed") && $(target).closest("#eael-toc").length === 0) {
|
41350 |
eaToc.toggleClass("collapsed");
|
41351 |
}
|
41352 |
});
|
41360 |
var pageSetting = $settings.settings,
|
41361 |
title = pageSetting.eael_ext_toc_title,
|
41362 |
toc_style_class = "eael-toc-list eael-toc-list-" + pageSetting.eael_ext_table_of_content_list_style,
|
|
|
41363 |
icon = pageSetting.eael_ext_table_of_content_header_icon.value,
|
41364 |
el_class = pageSetting.eael_ext_toc_position === "right" ? " eael-toc-right" : " ";
|
41365 |
toc_style_class += pageSetting.eael_ext_toc_collapse_sub_heading === "yes" ? " eael-toc-collapse" : " ";
|
41384 |
);
|
41385 |
}
|
41386 |
|
41387 |
+
|
41388 |
+
var intSupportTag = $("#eael-toc").data("eaeltoctag");
|
41389 |
+
if (intSupportTag !== "") {
|
41390 |
+
eael_toc_content(eael_toc_check_content(), intSupportTag);
|
41391 |
+
}
|
41392 |
+
|
41393 |
+
|
41394 |
//editor mode
|
41395 |
if (isEditMode) {
|
41396 |
+
|
41397 |
+
elementorFrontend.hooks.addAction('frontend/element_ready/widget', function ($scope, $) {
|
41398 |
+
var exist = $('#eael-toc #eael-toc-list li');
|
41399 |
+
if(exist.length<1){
|
41400 |
+
var $settings = elementor.settings.page.getSettings();
|
41401 |
+
eael_toc_content(eael_toc_check_content(), $settings.settings.eael_ext_toc_supported_heading_tag.join(", "));
|
41402 |
+
}
|
41403 |
+
});
|
41404 |
+
|
41405 |
elementor.settings.page.addChangeCallback("eael_ext_table_of_content", function(newValue) {
|
41406 |
var tocGlobal = $(".eael-toc-global");
|
41407 |
if (tocGlobal.length > 0) {
|
41512 |
}
|
41513 |
});
|
41514 |
})(jQuery);
|
41515 |
+
|
41516 |
+
var TwitterFeedHandler = function($scope, $) {
|
41517 |
+
if (!isEditMode) {
|
41518 |
+
$gutter = $(".eael-twitter-feed-masonry", $scope).data("gutter");
|
41519 |
+
$settings = {
|
41520 |
+
itemSelector: ".eael-twitter-feed-item",
|
41521 |
+
percentPosition: true,
|
41522 |
+
masonry: {
|
41523 |
+
columnWidth: ".eael-twitter-feed-item",
|
41524 |
+
gutter: $gutter
|
41525 |
+
}
|
41526 |
+
};
|
41527 |
+
|
41528 |
+
// init isotope
|
41529 |
+
$twitter_feed_gallery = $(".eael-twitter-feed-masonry", $scope).isotope(
|
41530 |
+
$settings
|
41531 |
+
);
|
41532 |
+
|
41533 |
+
// layout gal, while images are loading
|
41534 |
+
$twitter_feed_gallery.imagesLoaded().progress(function() {
|
41535 |
+
$twitter_feed_gallery.isotope("layout");
|
41536 |
+
});
|
41537 |
+
}
|
41538 |
+
};
|
41539 |
+
|
41540 |
+
jQuery(window).on("elementor/frontend/init", function() {
|
41541 |
+
elementorFrontend.hooks.addAction(
|
41542 |
+
"frontend/element_ready/eael-twitter-feed.default",
|
41543 |
+
TwitterFeedHandler
|
41544 |
+
);
|
41545 |
+
});
|
assets/front-end/js/eael.min.js
CHANGED
@@ -11,11 +11,11 @@
|
|
11 |
!function(e,i){"function"==typeof define&&define.amd?define("jquery-bridget/jquery-bridget",["jquery"],function(t){return i(e,t)}):"object"==typeof module&&module.exports?module.exports=i(e,require("jquery")):e.jQueryBridget=i(e,e.jQuery)}(window,function(t,e){"use strict";var d=Array.prototype.slice,i=t.console,f=void 0===i?function(){}:function(t){i.error(t)};function o(h,n,l){(l=l||e||t.jQuery)&&(n.prototype.option||(n.prototype.option=function(t){l.isPlainObject(t)&&(this.options=l.extend(!0,this.options,t))}),l.fn[h]=function(t){if("string"!=typeof t)return o=t,this.each(function(t,e){var i=l.data(e,h);i?(i.option(o),i._init()):(i=new n(e,o),l.data(e,h,i))}),this;var e,s,r,a,u,o,i=d.call(arguments,1);return r=i,u="$()."+h+'("'+(s=t)+'")',(e=this).each(function(t,e){var i=l.data(e,h);if(i){var o=i[s];if(o&&"_"!=s.charAt(0)){var n=o.apply(i,r);a=void 0===a?n:a}else f(u+" is not a valid method")}else f(h+" not initialized. Cannot call methods, i.e. "+u)}),void 0!==a?a:e},s(l))}function s(t){!t||t&&t.bridget||(t.bridget=o)}return s(e||t.jQuery),o}),function(t,e){"function"==typeof define&&define.amd?define("ev-emitter/ev-emitter",e):"object"==typeof module&&module.exports?module.exports=e():t.EvEmitter=e()}("undefined"!=typeof window?window:this,function(){function t(){}var e=t.prototype;return e.on=function(t,e){if(t&&e){var i=this._events=this._events||{},o=i[t]=i[t]||[];return-1==o.indexOf(e)&&o.push(e),this}},e.once=function(t,e){if(t&&e){this.on(t,e);var i=this._onceEvents=this._onceEvents||{};return(i[t]=i[t]||{})[e]=!0,this}},e.off=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){var o=i.indexOf(e);return-1!=o&&i.splice(o,1),this}},e.emitEvent=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){i=i.slice(0),e=e||[];for(var o=this._onceEvents&&this._onceEvents[t],n=0;n<i.length;n++){var s=i[n];o&&o[s]&&(this.off(t,s),delete o[s]),s.apply(this,e)}return this}},e.allOff=function(){delete this._events,delete this._onceEvents},t}),function(t,e){"function"==typeof define&&define.amd?define("get-size/get-size",e):"object"==typeof module&&module.exports?module.exports=e():t.getSize=e()}(window,function(){"use strict";function g(t){var e=parseFloat(t);return-1==t.indexOf("%")&&!isNaN(e)&&e}var i="undefined"==typeof console?function(){}:function(t){console.error(t)},v=["paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom","borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth"],_=v.length;function z(t){var e=getComputedStyle(t);return e||i("Style returned "+e+". Are you running this code in a hidden iframe on Firefox? See https://bit.ly/getsizebug1"),e}var I,x=!1;function S(t){if(!function(){if(!x){x=!0;var t=document.createElement("div");t.style.width="200px",t.style.padding="1px 2px 3px 4px",t.style.borderStyle="solid",t.style.borderWidth="1px 2px 3px 4px",t.style.boxSizing="border-box";var e=document.body||document.documentElement;e.appendChild(t);var i=z(t);I=200==Math.round(g(i.width)),S.isBoxSizeOuter=I,e.removeChild(t)}}(),"string"==typeof t&&(t=document.querySelector(t)),t&&"object"==typeof t&&t.nodeType){var e=z(t);if("none"==e.display)return function(){for(var t={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},e=0;e<_;e++){t[v[e]]=0}return t}();var i={};i.width=t.offsetWidth,i.height=t.offsetHeight;for(var o=i.isBorderBox="border-box"==e.boxSizing,n=0;n<_;n++){var s=v[n],r=e[s],a=parseFloat(r);i[s]=isNaN(a)?0:a}var u=i.paddingLeft+i.paddingRight,h=i.paddingTop+i.paddingBottom,l=i.marginLeft+i.marginRight,d=i.marginTop+i.marginBottom,f=i.borderLeftWidth+i.borderRightWidth,c=i.borderTopWidth+i.borderBottomWidth,m=o&&I,p=g(e.width);!1!==p&&(i.width=p+(m?0:u+f));var y=g(e.height);return!1!==y&&(i.height=y+(m?0:h+c)),i.innerWidth=i.width-(u+f),i.innerHeight=i.height-(h+c),i.outerWidth=i.width+l,i.outerHeight=i.height+d,i}}return S}),function(t,e){"use strict";"function"==typeof define&&define.amd?define("desandro-matches-selector/matches-selector",e):"object"==typeof module&&module.exports?module.exports=e():t.matchesSelector=e()}(window,function(){"use strict";var i=function(){var t=window.Element.prototype;if(t.matches)return"matches";if(t.matchesSelector)return"matchesSelector";for(var e=["webkit","moz","ms","o"],i=0;i<e.length;i++){var o=e[i]+"MatchesSelector";if(t[o])return o}}();return function(t,e){return t[i](e)}}),function(e,i){"function"==typeof define&&define.amd?define("fizzy-ui-utils/utils",["desandro-matches-selector/matches-selector"],function(t){return i(e,t)}):"object"==typeof module&&module.exports?module.exports=i(e,require("desandro-matches-selector")):e.fizzyUIUtils=i(e,e.matchesSelector)}(window,function(h,s){var l={extend:function(t,e){for(var i in e)t[i]=e[i];return t},modulo:function(t,e){return(t%e+e)%e}},e=Array.prototype.slice;l.makeArray=function(t){return Array.isArray(t)?t:null==t?[]:"object"==typeof t&&"number"==typeof t.length?e.call(t):[t]},l.removeFrom=function(t,e){var i=t.indexOf(e);-1!=i&&t.splice(i,1)},l.getParent=function(t,e){for(;t.parentNode&&t!=document.body;)if(t=t.parentNode,s(t,e))return t},l.getQueryElement=function(t){return"string"==typeof t?document.querySelector(t):t},l.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},l.filterFindElements=function(t,o){t=l.makeArray(t);var n=[];return t.forEach(function(t){if(t instanceof HTMLElement)if(o){s(t,o)&&n.push(t);for(var e=t.querySelectorAll(o),i=0;i<e.length;i++)n.push(e[i])}else n.push(t)}),n},l.debounceMethod=function(t,e,o){o=o||100;var n=t.prototype[e],s=e+"Timeout";t.prototype[e]=function(){var t=this[s];clearTimeout(t);var e=arguments,i=this;this[s]=setTimeout(function(){n.apply(i,e),delete i[s]},o)}},l.docReady=function(t){var e=document.readyState;"complete"==e||"interactive"==e?setTimeout(t):document.addEventListener("DOMContentLoaded",t)},l.toDashed=function(t){return t.replace(/(.)([A-Z])/g,function(t,e,i){return e+"-"+i}).toLowerCase()};var d=h.console;return l.htmlInit=function(a,u){l.docReady(function(){var t=l.toDashed(u),n="data-"+t,e=document.querySelectorAll("["+n+"]"),i=document.querySelectorAll(".js-"+t),o=l.makeArray(e).concat(l.makeArray(i)),s=n+"-options",r=h.jQuery;o.forEach(function(e){var t,i=e.getAttribute(n)||e.getAttribute(s);try{t=i&&JSON.parse(i)}catch(t){return void(d&&d.error("Error parsing "+n+" on "+e.className+": "+t))}var o=new a(e,t);r&&r.data(e,u,o)})})},l}),function(t,e){"function"==typeof define&&define.amd?define("outlayer/item",["ev-emitter/ev-emitter","get-size/get-size"],e):"object"==typeof module&&module.exports?module.exports=e(require("ev-emitter"),require("get-size")):(t.Outlayer={},t.Outlayer.Item=e(t.EvEmitter,t.getSize))}(window,function(t,e){"use strict";var i=document.documentElement.style,o="string"==typeof i.transition?"transition":"WebkitTransition",n="string"==typeof i.transform?"transform":"WebkitTransform",s={WebkitTransition:"webkitTransitionEnd",transition:"transitionend"}[o],r={transform:n,transition:o,transitionDuration:o+"Duration",transitionProperty:o+"Property",transitionDelay:o+"Delay"};function a(t,e){t&&(this.element=t,this.layout=e,this.position={x:0,y:0},this._create())}var u=a.prototype=Object.create(t.prototype);u.constructor=a,u._create=function(){this._transn={ingProperties:{},clean:{},onEnd:{}},this.css({position:"absolute"})},u.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},u.getSize=function(){this.size=e(this.element)},u.css=function(t){var e=this.element.style;for(var i in t){e[r[i]||i]=t[i]}},u.getPosition=function(){var t=getComputedStyle(this.element),e=this.layout._getOption("originLeft"),i=this.layout._getOption("originTop"),o=t[e?"left":"right"],n=t[i?"top":"bottom"],s=parseFloat(o),r=parseFloat(n),a=this.layout.size;-1!=o.indexOf("%")&&(s=s/100*a.width),-1!=n.indexOf("%")&&(r=r/100*a.height),s=isNaN(s)?0:s,r=isNaN(r)?0:r,s-=e?a.paddingLeft:a.paddingRight,r-=i?a.paddingTop:a.paddingBottom,this.position.x=s,this.position.y=r},u.layoutPosition=function(){var t=this.layout.size,e={},i=this.layout._getOption("originLeft"),o=this.layout._getOption("originTop"),n=i?"paddingLeft":"paddingRight",s=i?"left":"right",r=i?"right":"left",a=this.position.x+t[n];e[s]=this.getXValue(a),e[r]="";var u=o?"paddingTop":"paddingBottom",h=o?"top":"bottom",l=o?"bottom":"top",d=this.position.y+t[u];e[h]=this.getYValue(d),e[l]="",this.css(e),this.emitEvent("layout",[this])},u.getXValue=function(t){var e=this.layout._getOption("horizontal");return this.layout.options.percentPosition&&!e?t/this.layout.size.width*100+"%":t+"px"},u.getYValue=function(t){var e=this.layout._getOption("horizontal");return this.layout.options.percentPosition&&e?t/this.layout.size.height*100+"%":t+"px"},u._transitionTo=function(t,e){this.getPosition();var i=this.position.x,o=this.position.y,n=t==this.position.x&&e==this.position.y;if(this.setPosition(t,e),!n||this.isTransitioning){var s=t-i,r=e-o,a={};a.transform=this.getTranslate(s,r),this.transition({to:a,onTransitionEnd:{transform:this.layoutPosition},isCleaning:!0})}else this.layoutPosition()},u.getTranslate=function(t,e){return"translate3d("+(t=this.layout._getOption("originLeft")?t:-t)+"px, "+(e=this.layout._getOption("originTop")?e:-e)+"px, 0)"},u.goTo=function(t,e){this.setPosition(t,e),this.layoutPosition()},u.moveTo=u._transitionTo,u.setPosition=function(t,e){this.position.x=parseFloat(t),this.position.y=parseFloat(e)},u._nonTransition=function(t){for(var e in this.css(t.to),t.isCleaning&&this._removeStyles(t.to),t.onTransitionEnd)t.onTransitionEnd[e].call(this)},u.transition=function(t){if(parseFloat(this.layout.options.transitionDuration)){var e=this._transn;for(var i in t.onTransitionEnd)e.onEnd[i]=t.onTransitionEnd[i];for(i in t.to)e.ingProperties[i]=!0,t.isCleaning&&(e.clean[i]=!0);if(t.from){this.css(t.from);this.element.offsetHeight;0}this.enableTransition(t.to),this.css(t.to),this.isTransitioning=!0}else this._nonTransition(t)};var h="opacity,"+n.replace(/([A-Z])/g,function(t){return"-"+t.toLowerCase()});u.enableTransition=function(){if(!this.isTransitioning){var t=this.layout.options.transitionDuration;t="number"==typeof t?t+"ms":t,this.css({transitionProperty:h,transitionDuration:t,transitionDelay:this.staggerDelay||0}),this.element.addEventListener(s,this,!1)}},u.onwebkitTransitionEnd=function(t){this.ontransitionend(t)},u.onotransitionend=function(t){this.ontransitionend(t)};var l={"-webkit-transform":"transform"};u.ontransitionend=function(t){if(t.target===this.element){var e=this._transn,i=l[t.propertyName]||t.propertyName;if(delete e.ingProperties[i],function(t){for(var e in t)return;return 1}(e.ingProperties)&&this.disableTransition(),i in e.clean&&(this.element.style[t.propertyName]="",delete e.clean[i]),i in e.onEnd)e.onEnd[i].call(this),delete e.onEnd[i];this.emitEvent("transitionEnd",[this])}},u.disableTransition=function(){this.removeTransitionStyles(),this.element.removeEventListener(s,this,!1),this.isTransitioning=!1},u._removeStyles=function(t){var e={};for(var i in t)e[i]="";this.css(e)};var d={transitionProperty:"",transitionDuration:"",transitionDelay:""};return u.removeTransitionStyles=function(){this.css(d)},u.stagger=function(t){t=isNaN(t)?0:t,this.staggerDelay=t+"ms"},u.removeElem=function(){this.element.parentNode.removeChild(this.element),this.css({display:""}),this.emitEvent("remove",[this])},u.remove=function(){o&&parseFloat(this.layout.options.transitionDuration)?(this.once("transitionEnd",function(){this.removeElem()}),this.hide()):this.removeElem()},u.reveal=function(){delete this.isHidden,this.css({display:""});var t=this.layout.options,e={};e[this.getHideRevealTransitionEndProperty("visibleStyle")]=this.onRevealTransitionEnd,this.transition({from:t.hiddenStyle,to:t.visibleStyle,isCleaning:!0,onTransitionEnd:e})},u.onRevealTransitionEnd=function(){this.isHidden||this.emitEvent("reveal")},u.getHideRevealTransitionEndProperty=function(t){var e=this.layout.options[t];if(e.opacity)return"opacity";for(var i in e)return i},u.hide=function(){this.isHidden=!0,this.css({display:""});var t=this.layout.options,e={};e[this.getHideRevealTransitionEndProperty("hiddenStyle")]=this.onHideTransitionEnd,this.transition({from:t.visibleStyle,to:t.hiddenStyle,isCleaning:!0,onTransitionEnd:e})},u.onHideTransitionEnd=function(){this.isHidden&&(this.css({display:"none"}),this.emitEvent("hide"))},u.destroy=function(){this.css({position:"",left:"",right:"",top:"",bottom:"",transition:"",transform:""})},a}),function(n,s){"use strict";"function"==typeof define&&define.amd?define("outlayer/outlayer",["ev-emitter/ev-emitter","get-size/get-size","fizzy-ui-utils/utils","./item"],function(t,e,i,o){return s(n,t,e,i,o)}):"object"==typeof module&&module.exports?module.exports=s(n,require("ev-emitter"),require("get-size"),require("fizzy-ui-utils"),require("./item")):n.Outlayer=s(n,n.EvEmitter,n.getSize,n.fizzyUIUtils,n.Outlayer.Item)}(window,function(t,e,n,s,o){"use strict";function i(){}var r=t.console,a=t.jQuery,u=0,h={};function l(t,e){var i=s.getQueryElement(t);if(i){this.element=i,a&&(this.$element=a(this.element)),this.options=s.extend({},this.constructor.defaults),this.option(e);var o=++u;this.element.outlayerGUID=o,(h[o]=this)._create(),this._getOption("initLayout")&&this.layout()}else r&&r.error("Bad element for "+this.constructor.namespace+": "+(i||t))}l.namespace="outlayer",l.Item=o,l.defaults={containerStyle:{position:"relative"},initLayout:!0,originLeft:!0,originTop:!0,resize:!0,resizeContainer:!0,transitionDuration:"0.4s",hiddenStyle:{opacity:0,transform:"scale(0.001)"},visibleStyle:{opacity:1,transform:"scale(1)"}};var d=l.prototype;function f(t){function e(){t.apply(this,arguments)}return(e.prototype=Object.create(t.prototype)).constructor=e}s.extend(d,e.prototype),d.option=function(t){s.extend(this.options,t)},d._getOption=function(t){var e=this.constructor.compatOptions[t];return e&&void 0!==this.options[e]?this.options[e]:this.options[t]},l.compatOptions={initLayout:"isInitLayout",horizontal:"isHorizontal",layoutInstant:"isLayoutInstant",originLeft:"isOriginLeft",originTop:"isOriginTop",resize:"isResizeBound",resizeContainer:"isResizingContainer"},d._create=function(){this.reloadItems(),this.stamps=[],this.stamp(this.options.stamp),s.extend(this.element.style,this.options.containerStyle),this._getOption("resize")&&this.bindResize()},d.reloadItems=function(){this.items=this._itemize(this.element.children)},d._itemize=function(t){for(var e=this._filterFindItemElements(t),i=this.constructor.Item,o=[],n=0;n<e.length;n++){var s=new i(e[n],this);o.push(s)}return o},d._filterFindItemElements=function(t){return s.filterFindElements(t,this.options.itemSelector)},d.getItemElements=function(){return this.items.map(function(t){return t.element})},d.layout=function(){this._resetLayout(),this._manageStamps();var t=this._getOption("layoutInstant"),e=void 0!==t?t:!this._isLayoutInited;this.layoutItems(this.items,e),this._isLayoutInited=!0},d._init=d.layout,d._resetLayout=function(){this.getSize()},d.getSize=function(){this.size=n(this.element)},d._getMeasurement=function(t,e){var i,o=this.options[t];o?("string"==typeof o?i=this.element.querySelector(o):o instanceof HTMLElement&&(i=o),this[t]=i?n(i)[e]:o):this[t]=0},d.layoutItems=function(t,e){t=this._getItemsForLayout(t),this._layoutItems(t,e),this._postLayout()},d._getItemsForLayout=function(t){return t.filter(function(t){return!t.isIgnored})},d._layoutItems=function(t,i){if(this._emitCompleteOnItems("layout",t),t&&t.length){var o=[];t.forEach(function(t){var e=this._getItemLayoutPosition(t);e.item=t,e.isInstant=i||t.isLayoutInstant,o.push(e)},this),this._processLayoutQueue(o)}},d._getItemLayoutPosition=function(){return{x:0,y:0}},d._processLayoutQueue=function(t){this.updateStagger(),t.forEach(function(t,e){this._positionItem(t.item,t.x,t.y,t.isInstant,e)},this)},d.updateStagger=function(){var t=this.options.stagger;if(null!=t)return this.stagger=function(t){if("number"==typeof t)return t;var e=t.match(/(^\d*\.?\d*)(\w*)/),i=e&&e[1],o=e&&e[2];if(!i.length)return 0;i=parseFloat(i);var n=c[o]||1;return i*n}(t),this.stagger;this.stagger=0},d._positionItem=function(t,e,i,o,n){o?t.goTo(e,i):(t.stagger(n*this.stagger),t.moveTo(e,i))},d._postLayout=function(){this.resizeContainer()},d.resizeContainer=function(){if(this._getOption("resizeContainer")){var t=this._getContainerSize();t&&(this._setContainerMeasure(t.width,!0),this._setContainerMeasure(t.height,!1))}},d._getContainerSize=i,d._setContainerMeasure=function(t,e){if(void 0!==t){var i=this.size;i.isBorderBox&&(t+=e?i.paddingLeft+i.paddingRight+i.borderLeftWidth+i.borderRightWidth:i.paddingBottom+i.paddingTop+i.borderTopWidth+i.borderBottomWidth),t=Math.max(t,0),this.element.style[e?"width":"height"]=t+"px"}},d._emitCompleteOnItems=function(e,t){var i=this;function o(){i.dispatchEvent(e+"Complete",null,[t])}var n=t.length;if(t&&n){var s=0;t.forEach(function(t){t.once(e,r)})}else o();function r(){++s==n&&o()}},d.dispatchEvent=function(t,e,i){var o=e?[e].concat(i):i;if(this.emitEvent(t,o),a)if(this.$element=this.$element||a(this.element),e){var n=a.Event(e);n.type=t,this.$element.trigger(n,i)}else this.$element.trigger(t,i)},d.ignore=function(t){var e=this.getItem(t);e&&(e.isIgnored=!0)},d.unignore=function(t){var e=this.getItem(t);e&&delete e.isIgnored},d.stamp=function(t){(t=this._find(t))&&(this.stamps=this.stamps.concat(t),t.forEach(this.ignore,this))},d.unstamp=function(t){(t=this._find(t))&&t.forEach(function(t){s.removeFrom(this.stamps,t),this.unignore(t)},this)},d._find=function(t){if(t)return"string"==typeof t&&(t=this.element.querySelectorAll(t)),t=s.makeArray(t)},d._manageStamps=function(){this.stamps&&this.stamps.length&&(this._getBoundingRect(),this.stamps.forEach(this._manageStamp,this))},d._getBoundingRect=function(){var t=this.element.getBoundingClientRect(),e=this.size;this._boundingRect={left:t.left+e.paddingLeft+e.borderLeftWidth,top:t.top+e.paddingTop+e.borderTopWidth,right:t.right-(e.paddingRight+e.borderRightWidth),bottom:t.bottom-(e.paddingBottom+e.borderBottomWidth)}},d._manageStamp=i,d._getElementOffset=function(t){var e=t.getBoundingClientRect(),i=this._boundingRect,o=n(t);return{left:e.left-i.left-o.marginLeft,top:e.top-i.top-o.marginTop,right:i.right-e.right-o.marginRight,bottom:i.bottom-e.bottom-o.marginBottom}},d.handleEvent=s.handleEvent,d.bindResize=function(){t.addEventListener("resize",this),this.isResizeBound=!0},d.unbindResize=function(){t.removeEventListener("resize",this),this.isResizeBound=!1},d.onresize=function(){this.resize()},s.debounceMethod(l,"onresize",100),d.resize=function(){this.isResizeBound&&this.needsResizeLayout()&&this.layout()},d.needsResizeLayout=function(){var t=n(this.element);return this.size&&t&&t.innerWidth!==this.size.innerWidth},d.addItems=function(t){var e=this._itemize(t);return e.length&&(this.items=this.items.concat(e)),e},d.appended=function(t){var e=this.addItems(t);e.length&&(this.layoutItems(e,!0),this.reveal(e))},d.prepended=function(t){var e=this._itemize(t);if(e.length){var i=this.items.slice(0);this.items=e.concat(i),this._resetLayout(),this._manageStamps(),this.layoutItems(e,!0),this.reveal(e),this.layoutItems(i)}},d.reveal=function(t){if(this._emitCompleteOnItems("reveal",t),t&&t.length){var i=this.updateStagger();t.forEach(function(t,e){t.stagger(e*i),t.reveal()})}},d.hide=function(t){if(this._emitCompleteOnItems("hide",t),t&&t.length){var i=this.updateStagger();t.forEach(function(t,e){t.stagger(e*i),t.hide()})}},d.revealItemElements=function(t){var e=this.getItems(t);this.reveal(e)},d.hideItemElements=function(t){var e=this.getItems(t);this.hide(e)},d.getItem=function(t){for(var e=0;e<this.items.length;e++){var i=this.items[e];if(i.element==t)return i}},d.getItems=function(t){t=s.makeArray(t);var i=[];return t.forEach(function(t){var e=this.getItem(t);e&&i.push(e)},this),i},d.remove=function(t){var e=this.getItems(t);this._emitCompleteOnItems("remove",e),e&&e.length&&e.forEach(function(t){t.remove(),s.removeFrom(this.items,t)},this)},d.destroy=function(){var t=this.element.style;t.height="",t.position="",t.width="",this.items.forEach(function(t){t.destroy()}),this.unbindResize();var e=this.element.outlayerGUID;delete h[e],delete this.element.outlayerGUID,a&&a.removeData(this.element,this.constructor.namespace)},l.data=function(t){var e=(t=s.getQueryElement(t))&&t.outlayerGUID;return e&&h[e]},l.create=function(t,e){var i=f(l);return i.defaults=s.extend({},l.defaults),s.extend(i.defaults,e),i.compatOptions=s.extend({},l.compatOptions),i.namespace=t,i.data=l.data,i.Item=f(o),s.htmlInit(i,t),a&&a.bridget&&a.bridget(t,i),i};var c={ms:1,s:1e3};return l.Item=o,l}),function(t,e){"function"==typeof define&&define.amd?define("isotope-layout/js/item",["outlayer/outlayer"],e):"object"==typeof module&&module.exports?module.exports=e(require("outlayer")):(t.Isotope=t.Isotope||{},t.Isotope.Item=e(t.Outlayer))}(window,function(t){"use strict";function e(){t.Item.apply(this,arguments)}var i=e.prototype=Object.create(t.Item.prototype),o=i._create;i._create=function(){this.id=this.layout.itemGUID++,o.call(this),this.sortData={}},i.updateSortData=function(){if(!this.isIgnored){this.sortData.id=this.id,this.sortData["original-order"]=this.id,this.sortData.random=Math.random();var t=this.layout.options.getSortData,e=this.layout._sorters;for(var i in t){var o=e[i];this.sortData[i]=o(this.element,this)}}};var n=i.destroy;return i.destroy=function(){n.apply(this,arguments),this.css({display:""})},e}),function(t,e){"function"==typeof define&&define.amd?define("isotope-layout/js/layout-mode",["get-size/get-size","outlayer/outlayer"],e):"object"==typeof module&&module.exports?module.exports=e(require("get-size"),require("outlayer")):(t.Isotope=t.Isotope||{},t.Isotope.LayoutMode=e(t.getSize,t.Outlayer))}(window,function(e,i){"use strict";function o(t){(this.isotope=t)&&(this.options=t.options[this.namespace],this.element=t.element,this.items=t.filteredItems,this.size=t.size)}var n=o.prototype;return["_resetLayout","_getItemLayoutPosition","_manageStamp","_getContainerSize","_getElementOffset","needsResizeLayout","_getOption"].forEach(function(t){n[t]=function(){return i.prototype[t].apply(this.isotope,arguments)}}),n.needsVerticalResizeLayout=function(){var t=e(this.isotope.element);return this.isotope.size&&t&&t.innerHeight!=this.isotope.size.innerHeight},n._getMeasurement=function(){this.isotope._getMeasurement.apply(this,arguments)},n.getColumnWidth=function(){this.getSegmentSize("column","Width")},n.getRowHeight=function(){this.getSegmentSize("row","Height")},n.getSegmentSize=function(t,e){var i=t+e,o="outer"+e;if(this._getMeasurement(i,o),!this[i]){var n=this.getFirstItemSize();this[i]=n&&n[o]||this.isotope.size["inner"+e]}},n.getFirstItemSize=function(){var t=this.isotope.filteredItems[0];return t&&t.element&&e(t.element)},n.layout=function(){this.isotope.layout.apply(this.isotope,arguments)},n.getSize=function(){this.isotope.getSize(),this.size=this.isotope.size},o.modes={},o.create=function(t,e){function i(){o.apply(this,arguments)}return(i.prototype=Object.create(n)).constructor=i,e&&(i.options=e),o.modes[i.prototype.namespace=t]=i},o}),function(t,e){"function"==typeof define&&define.amd?define("masonry-layout/masonry",["outlayer/outlayer","get-size/get-size"],e):"object"==typeof module&&module.exports?module.exports=e(require("outlayer"),require("get-size")):t.Masonry=e(t.Outlayer,t.getSize)}(window,function(t,h){var e=t.create("masonry");e.compatOptions.fitWidth="isFitWidth";var i=e.prototype;return i._resetLayout=function(){this.getSize(),this._getMeasurement("columnWidth","outerWidth"),this._getMeasurement("gutter","outerWidth"),this.measureColumns(),this.colYs=[];for(var t=0;t<this.cols;t++)this.colYs.push(0);this.maxY=0,this.horizontalColIndex=0},i.measureColumns=function(){if(this.getContainerWidth(),!this.columnWidth){var t=this.items[0],e=t&&t.element;this.columnWidth=e&&h(e).outerWidth||this.containerWidth}var i=this.columnWidth+=this.gutter,o=this.containerWidth+this.gutter,n=o/i,s=i-o%i;n=Math[s&&s<1?"round":"floor"](n),this.cols=Math.max(n,1)},i.getContainerWidth=function(){var t=this._getOption("fitWidth")?this.element.parentNode:this.element,e=h(t);this.containerWidth=e&&e.innerWidth},i._getItemLayoutPosition=function(t){t.getSize();var e=t.size.outerWidth%this.columnWidth,i=Math[e&&e<1?"round":"ceil"](t.size.outerWidth/this.columnWidth);i=Math.min(i,this.cols);for(var o=this[this.options.horizontalOrder?"_getHorizontalColPosition":"_getTopColPosition"](i,t),n={x:this.columnWidth*o.col,y:o.y},s=o.y+t.size.outerHeight,r=i+o.col,a=o.col;a<r;a++)this.colYs[a]=s;return n},i._getTopColPosition=function(t){var e=this._getTopColGroup(t),i=Math.min.apply(Math,e);return{col:e.indexOf(i),y:i}},i._getTopColGroup=function(t){if(t<2)return this.colYs;for(var e=[],i=this.cols+1-t,o=0;o<i;o++)e[o]=this._getColGroupY(o,t);return e},i._getColGroupY=function(t,e){if(e<2)return this.colYs[t];var i=this.colYs.slice(t,t+e);return Math.max.apply(Math,i)},i._getHorizontalColPosition=function(t,e){var i=this.horizontalColIndex%this.cols;i=1<t&&i+t>this.cols?0:i;var o=e.size.outerWidth&&e.size.outerHeight;return this.horizontalColIndex=o?i+t:this.horizontalColIndex,{col:i,y:this._getColGroupY(i,t)}},i._manageStamp=function(t){var e=h(t),i=this._getElementOffset(t),o=this._getOption("originLeft")?i.left:i.right,n=o+e.outerWidth,s=Math.floor(o/this.columnWidth);s=Math.max(0,s);var r=Math.floor(n/this.columnWidth);r-=n%this.columnWidth?0:1,r=Math.min(this.cols-1,r);for(var a=(this._getOption("originTop")?i.top:i.bottom)+e.outerHeight,u=s;u<=r;u++)this.colYs[u]=Math.max(a,this.colYs[u])},i._getContainerSize=function(){this.maxY=Math.max.apply(Math,this.colYs);var t={height:this.maxY};return this._getOption("fitWidth")&&(t.width=this._getContainerFitWidth()),t},i._getContainerFitWidth=function(){for(var t=0,e=this.cols;--e&&0===this.colYs[e];)t++;return(this.cols-t)*this.columnWidth-this.gutter},i.needsResizeLayout=function(){var t=this.containerWidth;return this.getContainerWidth(),t!=this.containerWidth},e}),function(t,e){"function"==typeof define&&define.amd?define("isotope-layout/js/layout-modes/masonry",["../layout-mode","masonry-layout/masonry"],e):"object"==typeof module&&module.exports?module.exports=e(require("../layout-mode"),require("masonry-layout")):e(t.Isotope.LayoutMode,t.Masonry)}(window,function(t,e){"use strict";var i=t.create("masonry"),o=i.prototype,n={_getElementOffset:!0,layout:!0,_getMeasurement:!0};for(var s in e.prototype)n[s]||(o[s]=e.prototype[s]);var r=o.measureColumns;o.measureColumns=function(){this.items=this.isotope.filteredItems,r.call(this)};var a=o._getOption;return o._getOption=function(t){return"fitWidth"==t?void 0!==this.options.isFitWidth?this.options.isFitWidth:this.options.fitWidth:a.apply(this.isotope,arguments)},i}),function(t,e){"function"==typeof define&&define.amd?define("isotope-layout/js/layout-modes/fit-rows",["../layout-mode"],e):"object"==typeof exports?module.exports=e(require("../layout-mode")):e(t.Isotope.LayoutMode)}(window,function(t){"use strict";var e=t.create("fitRows"),i=e.prototype;return i._resetLayout=function(){this.x=0,this.y=0,this.maxY=0,this._getMeasurement("gutter","outerWidth")},i._getItemLayoutPosition=function(t){t.getSize();var e=t.size.outerWidth+this.gutter,i=this.isotope.size.innerWidth+this.gutter;0!==this.x&&e+this.x>i&&(this.x=0,this.y=this.maxY);var o={x:this.x,y:this.y};return this.maxY=Math.max(this.maxY,this.y+t.size.outerHeight),this.x+=e,o},i._getContainerSize=function(){return{height:this.maxY}},e}),function(t,e){"function"==typeof define&&define.amd?define("isotope-layout/js/layout-modes/vertical",["../layout-mode"],e):"object"==typeof module&&module.exports?module.exports=e(require("../layout-mode")):e(t.Isotope.LayoutMode)}(window,function(t){"use strict";var e=t.create("vertical",{horizontalAlignment:0}),i=e.prototype;return i._resetLayout=function(){this.y=0},i._getItemLayoutPosition=function(t){t.getSize();var e=(this.isotope.size.innerWidth-t.size.outerWidth)*this.options.horizontalAlignment,i=this.y;return this.y+=t.size.outerHeight,{x:e,y:i}},i._getContainerSize=function(){return{height:this.y}},e}),function(r,a){"function"==typeof define&&define.amd?define(["outlayer/outlayer","get-size/get-size","desandro-matches-selector/matches-selector","fizzy-ui-utils/utils","isotope-layout/js/item","isotope-layout/js/layout-mode","isotope-layout/js/layout-modes/masonry","isotope-layout/js/layout-modes/fit-rows","isotope-layout/js/layout-modes/vertical"],function(t,e,i,o,n,s){return a(r,t,e,i,o,n,s)}):"object"==typeof module&&module.exports?module.exports=a(r,require("outlayer"),require("get-size"),require("desandro-matches-selector"),require("fizzy-ui-utils"),require("isotope-layout/js/item"),require("isotope-layout/js/layout-mode"),require("isotope-layout/js/layout-modes/masonry"),require("isotope-layout/js/layout-modes/fit-rows"),require("isotope-layout/js/layout-modes/vertical")):r.Isotope=a(r,r.Outlayer,r.getSize,r.matchesSelector,r.fizzyUIUtils,r.Isotope.Item,r.Isotope.LayoutMode)}(window,function(t,i,e,o,s,n,r){var a=t.jQuery,u=String.prototype.trim?function(t){return t.trim()}:function(t){return t.replace(/^\s+|\s+$/g,"")},h=i.create("isotope",{layoutMode:"masonry",isJQueryFiltering:!0,sortAscending:!0});h.Item=n,h.LayoutMode=r;var l=h.prototype;l._create=function(){for(var t in this.itemGUID=0,this._sorters={},this._getSorters(),i.prototype._create.call(this),this.modes={},this.filteredItems=this.items,this.sortHistory=["original-order"],r.modes)this._initLayoutMode(t)},l.reloadItems=function(){this.itemGUID=0,i.prototype.reloadItems.call(this)},l._itemize=function(){for(var t=i.prototype._itemize.apply(this,arguments),e=0;e<t.length;e++){t[e].id=this.itemGUID++}return this._updateItemsSortData(t),t},l._initLayoutMode=function(t){var e=r.modes[t],i=this.options[t]||{};this.options[t]=e.options?s.extend(e.options,i):i,this.modes[t]=new e(this)},l.layout=function(){this._isLayoutInited||!this._getOption("initLayout")?this._layout():this.arrange()},l._layout=function(){var t=this._getIsInstant();this._resetLayout(),this._manageStamps(),this.layoutItems(this.filteredItems,t),this._isLayoutInited=!0},l.arrange=function(t){this.option(t),this._getIsInstant();var e=this._filter(this.items);this.filteredItems=e.matches,this._bindArrangeComplete(),this._isInstant?this._noTransition(this._hideReveal,[e]):this._hideReveal(e),this._sort(),this._layout()},l._init=l.arrange,l._hideReveal=function(t){this.reveal(t.needReveal),this.hide(t.needHide)},l._getIsInstant=function(){var t=this._getOption("layoutInstant"),e=void 0!==t?t:!this._isLayoutInited;return this._isInstant=e},l._bindArrangeComplete=function(){var t,e,i,o=this;function n(){t&&e&&i&&o.dispatchEvent("arrangeComplete",null,[o.filteredItems])}this.once("layoutComplete",function(){t=!0,n()}),this.once("hideComplete",function(){e=!0,n()}),this.once("revealComplete",function(){i=!0,n()})},l._filter=function(t){var e=this.options.filter;e=e||"*";for(var i=[],o=[],n=[],s=this._getFilterTest(e),r=0;r<t.length;r++){var a=t[r];if(!a.isIgnored){var u=s(a);u&&i.push(a),u&&a.isHidden?o.push(a):u||a.isHidden||n.push(a)}}return{matches:i,needReveal:o,needHide:n}},l._getFilterTest=function(e){return a&&this.options.isJQueryFiltering?function(t){return a(t.element).is(e)}:"function"==typeof e?function(t){return e(t.element)}:function(t){return o(t.element,e)}},l.updateSortData=function(t){var e;e=t?(t=s.makeArray(t),this.getItems(t)):this.items,this._getSorters(),this._updateItemsSortData(e)},l._getSorters=function(){var t=this.options.getSortData;for(var e in t){var i=t[e];this._sorters[e]=d(i)}},l._updateItemsSortData=function(t){for(var e=t&&t.length,i=0;e&&i<e;i++){t[i].updateSortData()}};var d=function(t){if("string"!=typeof t)return t;var e=u(t).split(" "),i=e[0],o=i.match(/^\[(.+)\]$/),n=function(e,i){return e?function(t){return t.getAttribute(e)}:function(t){var e=t.querySelector(i);return e&&e.textContent}}(o&&o[1],i),s=h.sortDataParsers[e[1]];return t=s?function(t){return t&&s(n(t))}:function(t){return t&&n(t)}};h.sortDataParsers={parseInt:function(t){return parseInt(t,10)},parseFloat:function(t){return parseFloat(t)}},l._sort=function(){if(this.options.sortBy){var t=s.makeArray(this.options.sortBy);this._getIsSameSortBy(t)||(this.sortHistory=t.concat(this.sortHistory));var r,a,e=(r=this.sortHistory,a=this.options.sortAscending,function(t,e){for(var i=0;i<r.length;i++){var o=r[i],n=t.sortData[o],s=e.sortData[o];if(s<n||n<s)return(s<n?1:-1)*((void 0!==a[o]?a[o]:a)?1:-1)}return 0});this.filteredItems.sort(e)}},l._getIsSameSortBy=function(t){for(var e=0;e<t.length;e++)if(t[e]!=this.sortHistory[e])return!1;return!0},l._mode=function(){var t=this.options.layoutMode,e=this.modes[t];if(!e)throw new Error("No layout mode: "+t);return e.options=this.options[t],e},l._resetLayout=function(){i.prototype._resetLayout.call(this),this._mode()._resetLayout()},l._getItemLayoutPosition=function(t){return this._mode()._getItemLayoutPosition(t)},l._manageStamp=function(t){this._mode()._manageStamp(t)},l._getContainerSize=function(){return this._mode()._getContainerSize()},l.needsResizeLayout=function(){return this._mode().needsResizeLayout()},l.appended=function(t){var e=this.addItems(t);if(e.length){var i=this._filterRevealAdded(e);this.filteredItems=this.filteredItems.concat(i)}},l.prepended=function(t){var e=this._itemize(t);if(e.length){this._resetLayout(),this._manageStamps();var i=this._filterRevealAdded(e);this.layoutItems(this.filteredItems),this.filteredItems=i.concat(this.filteredItems),this.items=e.concat(this.items)}},l._filterRevealAdded=function(t){var e=this._filter(t);return this.hide(e.needHide),this.reveal(e.matches),this.layoutItems(e.matches,!0),e.matches},l.insert=function(t){var e=this.addItems(t);if(e.length){var i,o,n=e.length;for(i=0;i<n;i++)o=e[i],this.element.appendChild(o.element);var s=this._filter(e).matches;for(i=0;i<n;i++)e[i].isLayoutInstant=!0;for(this.arrange(),i=0;i<n;i++)delete e[i].isLayoutInstant;this.reveal(s)}};var f=l.remove;return l.remove=function(t){t=s.makeArray(t);var e=this.getItems(t);f.call(this,t);for(var i=e&&e.length,o=0;i&&o<i;o++){var n=e[o];s.removeFrom(this.filteredItems,n)}},l.shuffle=function(){for(var t=0;t<this.items.length;t++){this.items[t].sortData.random=Math.random()}this.options.sortBy="random",this._sort(),this._layout()},l._noTransition=function(t,e){var i=this.options.transitionDuration;this.options.transitionDuration=0;var o=t.apply(this,e);return this.options.transitionDuration=i,o},l.getFilteredItemElements=function(){return this.filteredItems.map(function(t){return t.element})},h});
|
12 |
!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof exports?e(require("jquery")):e(window.jQuery||window.Zepto)}(function(d){function e(){}function u(e,t){g.ev.on(n+e+w,t)}function p(e,t,n,i){var o=document.createElement("div");return o.className="mfp-"+e,n&&(o.innerHTML=n),i?t&&t.appendChild(o):(o=d(o),t&&o.appendTo(t)),o}function f(e,t){g.ev.triggerHandler(n+e,t),g.st.callbacks&&(e=e.charAt(0).toLowerCase()+e.slice(1),g.st.callbacks[e]&&g.st.callbacks[e].apply(g,d.isArray(t)?t:[t]))}function m(e){return e===t&&g.currTemplate.closeBtn||(g.currTemplate.closeBtn=d(g.st.closeMarkup.replace("%title%",g.st.tClose)),t=e),g.currTemplate.closeBtn}function r(){d.magnificPopup.instance||((g=new e).init(),d.magnificPopup.instance=g)}var g,i,h,o,v,t,l="Close",c="BeforeClose",y="MarkupParse",C="Open",a="Change",n="mfp",w="."+n,b="mfp-ready",s="mfp-removing",I="mfp-prevent-close",x=!!window.jQuery,k=d(window);e.prototype={constructor:e,init:function(){var e=navigator.appVersion;g.isLowIE=g.isIE8=document.all&&!document.addEventListener,g.isAndroid=/android/gi.test(e),g.isIOS=/iphone|ipad|ipod/gi.test(e),g.supportsTransition=function(){var e=document.createElement("p").style,t=["ms","O","Moz","Webkit"];if(void 0!==e.transition)return!0;for(;t.length;)if(t.pop()+"Transition"in e)return!0;return!1}(),g.probablyMobile=g.isAndroid||g.isIOS||/(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent),h=d(document),g.popupsCache={}},open:function(e){var t;if(!1===e.isObj){g.items=e.items.toArray(),g.index=0;var n,i=e.items;for(t=0;t<i.length;t++)if((n=i[t]).parsed&&(n=n.el[0]),n===e.el[0]){g.index=t;break}}else g.items=d.isArray(e.items)?e.items:[e.items],g.index=e.index||0;if(!g.isOpen){g.types=[],v="",e.mainEl&&e.mainEl.length?g.ev=e.mainEl.eq(0):g.ev=h,e.key?(g.popupsCache[e.key]||(g.popupsCache[e.key]={}),g.currTemplate=g.popupsCache[e.key]):g.currTemplate={},g.st=d.extend(!0,{},d.magnificPopup.defaults,e),g.fixedContentPos="auto"===g.st.fixedContentPos?!g.probablyMobile:g.st.fixedContentPos,g.st.modal&&(g.st.closeOnContentClick=!1,g.st.closeOnBgClick=!1,g.st.showCloseBtn=!1,g.st.enableEscapeKey=!1),g.bgOverlay||(g.bgOverlay=p("bg").on("click"+w,function(){g.close()}),g.wrap=p("wrap").attr("tabindex",-1).on("click"+w,function(e){g._checkIfClose(e.target)&&g.close()}),g.container=p("container",g.wrap)),g.contentContainer=p("content"),g.st.preloader&&(g.preloader=p("preloader",g.container,g.st.tLoading));var o=d.magnificPopup.modules;for(t=0;t<o.length;t++){var r=o[t];r=r.charAt(0).toUpperCase()+r.slice(1),g["init"+r].call(g)}f("BeforeOpen"),g.st.showCloseBtn&&(g.st.closeBtnInside?(u(y,function(e,t,n,i){n.close_replaceWith=m(i.type)}),v+=" mfp-close-btn-in"):g.wrap.append(m())),g.st.alignTop&&(v+=" mfp-align-top"),g.fixedContentPos?g.wrap.css({overflow:g.st.overflowY,overflowX:"hidden",overflowY:g.st.overflowY}):g.wrap.css({top:k.scrollTop(),position:"absolute"}),!1!==g.st.fixedBgPos&&("auto"!==g.st.fixedBgPos||g.fixedContentPos)||g.bgOverlay.css({height:h.height(),position:"absolute"}),g.st.enableEscapeKey&&h.on("keyup"+w,function(e){27===e.keyCode&&g.close()}),k.on("resize"+w,function(){g.updateSize()}),g.st.closeOnContentClick||(v+=" mfp-auto-cursor"),v&&g.wrap.addClass(v);var a=g.wH=k.height(),s={};if(g.fixedContentPos&&g._hasScrollBar(a)){var l=g._getScrollbarSize();l&&(s.marginRight=l)}g.fixedContentPos&&(g.isIE7?d("body, html").css("overflow","hidden"):s.overflow="hidden");var c=g.st.mainClass;return g.isIE7&&(c+=" mfp-ie7"),c&&g._addClassToMFP(c),g.updateItemHTML(),f("BuildControls"),d("html").css(s),g.bgOverlay.add(g.wrap).prependTo(g.st.prependTo||d(document.body)),g._lastFocusedEl=document.activeElement,setTimeout(function(){g.content?(g._addClassToMFP(b),g._setFocus()):g.bgOverlay.addClass(b),h.on("focusin"+w,g._onFocusIn)},16),g.isOpen=!0,g.updateSize(a),f(C),e}g.updateItemHTML()},close:function(){g.isOpen&&(f(c),g.isOpen=!1,g.st.removalDelay&&!g.isLowIE&&g.supportsTransition?(g._addClassToMFP(s),setTimeout(function(){g._close()},g.st.removalDelay)):g._close())},_close:function(){f(l);var e=s+" "+b+" ";if(g.bgOverlay.detach(),g.wrap.detach(),g.container.empty(),g.st.mainClass&&(e+=g.st.mainClass+" "),g._removeClassFromMFP(e),g.fixedContentPos){var t={marginRight:""};g.isIE7?d("body, html").css("overflow",""):t.overflow="",d("html").css(t)}h.off("keyup.mfp focusin"+w),g.ev.off(w),g.wrap.attr("class","mfp-wrap").removeAttr("style"),g.bgOverlay.attr("class","mfp-bg"),g.container.attr("class","mfp-container"),!g.st.showCloseBtn||g.st.closeBtnInside&&!0!==g.currTemplate[g.currItem.type]||g.currTemplate.closeBtn&&g.currTemplate.closeBtn.detach(),g.st.autoFocusLast&&g._lastFocusedEl&&d(g._lastFocusedEl).focus(),g.currItem=null,g.content=null,g.currTemplate=null,g.prevHeight=0,f("AfterClose")},updateSize:function(e){if(g.isIOS){var t=document.documentElement.clientWidth/window.innerWidth,n=window.innerHeight*t;g.wrap.css("height",n),g.wH=n}else g.wH=e||k.height();g.fixedContentPos||g.wrap.css("height",g.wH),f("Resize")},updateItemHTML:function(){var e=g.items[g.index];g.contentContainer.detach(),g.content&&g.content.detach(),e.parsed||(e=g.parseEl(g.index));var t=e.type;if(f("BeforeChange",[g.currItem?g.currItem.type:"",t]),g.currItem=e,!g.currTemplate[t]){var n=!!g.st[t]&&g.st[t].markup;f("FirstMarkupParse",n),g.currTemplate[t]=!n||d(n)}o&&o!==e.type&&g.container.removeClass("mfp-"+o+"-holder");var i=g["get"+t.charAt(0).toUpperCase()+t.slice(1)](e,g.currTemplate[t]);g.appendContent(i,t),e.preloaded=!0,f(a,e),o=e.type,g.container.prepend(g.contentContainer),f("AfterChange")},appendContent:function(e,t){(g.content=e)?g.st.showCloseBtn&&g.st.closeBtnInside&&!0===g.currTemplate[t]?g.content.find(".mfp-close").length||g.content.append(m()):g.content=e:g.content="",f("BeforeAppend"),g.container.addClass("mfp-"+t+"-holder"),g.contentContainer.append(g.content)},parseEl:function(e){var t,n=g.items[e];if((n=n.tagName?{el:d(n)}:(t=n.type,{data:n,src:n.src})).el){for(var i=g.types,o=0;o<i.length;o++)if(n.el.hasClass("mfp-"+i[o])){t=i[o];break}n.src=n.el.attr("data-mfp-src"),n.src||(n.src=n.el.attr("href"))}return n.type=t||g.st.type||"inline",n.index=e,n.parsed=!0,g.items[e]=n,f("ElementParse",n),g.items[e]},addGroup:function(t,n){function e(e){e.mfpEl=this,g._openClick(e,t,n)}var i="click.magnificPopup";(n=n||{}).mainEl=t,n.items?(n.isObj=!0,t.off(i).on(i,e)):(n.isObj=!1,n.delegate?t.off(i).on(i,n.delegate,e):(n.items=t).off(i).on(i,e))},_openClick:function(e,t,n){if((void 0!==n.midClick?n.midClick:d.magnificPopup.defaults.midClick)||!(2===e.which||e.ctrlKey||e.metaKey||e.altKey||e.shiftKey)){var i=void 0!==n.disableOn?n.disableOn:d.magnificPopup.defaults.disableOn;if(i)if(d.isFunction(i)){if(!i.call(g))return!0}else if(k.width()<i)return!0;e.type&&(e.preventDefault(),g.isOpen&&e.stopPropagation()),n.el=d(e.mfpEl),n.delegate&&(n.items=t.find(n.delegate)),g.open(n)}},updateStatus:function(e,t){if(g.preloader){i!==e&&g.container.removeClass("mfp-s-"+i),t||"loading"!==e||(t=g.st.tLoading);var n={status:e,text:t};f("UpdateStatus",n),e=n.status,t=n.text,g.preloader.html(t),g.preloader.find("a").on("click",function(e){e.stopImmediatePropagation()}),g.container.addClass("mfp-s-"+e),i=e}},_checkIfClose:function(e){if(!d(e).hasClass(I)){var t=g.st.closeOnContentClick,n=g.st.closeOnBgClick;if(t&&n)return!0;if(!g.content||d(e).hasClass("mfp-close")||g.preloader&&e===g.preloader[0])return!0;if(e===g.content[0]||d.contains(g.content[0],e)){if(t)return!0}else if(n&&d.contains(document,e))return!0;return!1}},_addClassToMFP:function(e){g.bgOverlay.addClass(e),g.wrap.addClass(e)},_removeClassFromMFP:function(e){this.bgOverlay.removeClass(e),g.wrap.removeClass(e)},_hasScrollBar:function(e){return(g.isIE7?h.height():document.body.scrollHeight)>(e||k.height())},_setFocus:function(){(g.st.focus?g.content.find(g.st.focus).eq(0):g.wrap).focus()},_onFocusIn:function(e){if(e.target!==g.wrap[0]&&!d.contains(g.wrap[0],e.target))return g._setFocus(),!1},_parseMarkup:function(o,e,t){var r;t.data&&(e=d.extend(t.data,e)),f(y,[o,e,t]),d.each(e,function(e,t){if(void 0===t||!1===t)return!0;if(1<(r=e.split("_")).length){var n=o.find(w+"-"+r[0]);if(0<n.length){var i=r[1];"replaceWith"===i?n[0]!==t[0]&&n.replaceWith(t):"img"===i?n.is("img")?n.attr("src",t):n.replaceWith(d("<img>").attr("src",t).attr("class",n.attr("class"))):n.attr(r[1],t)}}else o.find(w+"-"+e).html(t)})},_getScrollbarSize:function(){if(void 0===g.scrollbarSize){var e=document.createElement("div");e.style.cssText="width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;",document.body.appendChild(e),g.scrollbarSize=e.offsetWidth-e.clientWidth,document.body.removeChild(e)}return g.scrollbarSize}},d.magnificPopup={instance:null,proto:e.prototype,modules:[],open:function(e,t){return r(),(e=e?d.extend(!0,{},e):{}).isObj=!0,e.index=t||0,this.instance.open(e)},close:function(){return d.magnificPopup.instance&&d.magnificPopup.instance.close()},registerModule:function(e,t){t.options&&(d.magnificPopup.defaults[e]=t.options),d.extend(this.proto,t.proto),this.modules.push(e)},defaults:{disableOn:0,key:null,midClick:!1,mainClass:"",preloader:!0,focus:"",closeOnContentClick:!1,closeOnBgClick:!0,closeBtnInside:!0,showCloseBtn:!0,enableEscapeKey:!0,modal:!1,alignTop:!1,removalDelay:0,prependTo:null,fixedContentPos:"auto",fixedBgPos:"auto",overflowY:"auto",closeMarkup:'<button title="%title%" type="button" class="mfp-close">×</button>',tClose:"Close (Esc)",tLoading:"Loading...",autoFocusLast:!0}},d.fn.magnificPopup=function(e){r();var t=d(this);if("string"==typeof e)if("open"===e){var n,i=x?t.data("magnificPopup"):t[0].magnificPopup,o=parseInt(arguments[1],10)||0;n=i.items?i.items[o]:(n=t,i.delegate&&(n=n.find(i.delegate)),n.eq(o)),g._openClick({mfpEl:n},t,i)}else g.isOpen&&g[e].apply(g,Array.prototype.slice.call(arguments,1));else e=d.extend(!0,{},e),x?t.data("magnificPopup",e):t[0].magnificPopup=e,g.addGroup(t,e);return t};function T(){S&&(P.after(S.addClass(_)).detach(),S=null)}var _,P,S,E="inline";d.magnificPopup.registerModule(E,{options:{hiddenClass:"hide",markup:"",tNotFound:"Content not found"},proto:{initInline:function(){g.types.push(E),u(l+"."+E,function(){T()})},getInline:function(e,t){if(T(),e.src){var n=g.st.inline,i=d(e.src);if(i.length){var o=i[0].parentNode;o&&o.tagName&&(P||(_=n.hiddenClass,P=p(_),_="mfp-"+_),S=i.after(P).detach().removeClass(_)),g.updateStatus("ready")}else g.updateStatus("error",n.tNotFound),i=d("<div>");return e.inlineElement=i}return g.updateStatus("ready"),g._parseMarkup(t,{},e),t}}});function z(){M&&d(document.body).removeClass(M)}function O(){z(),g.req&&g.req.abort()}var M,B="ajax";d.magnificPopup.registerModule(B,{options:{settings:null,cursor:"mfp-ajax-cur",tError:'<a href="%url%">The content</a> could not be loaded.'},proto:{initAjax:function(){g.types.push(B),M=g.st.ajax.cursor,u(l+"."+B,O),u("BeforeChange."+B,O)},getAjax:function(o){M&&d(document.body).addClass(M),g.updateStatus("loading");var e=d.extend({url:o.src,success:function(e,t,n){var i={data:e,xhr:n};f("ParseAjax",i),g.appendContent(d(i.data),B),o.finished=!0,z(),g._setFocus(),setTimeout(function(){g.wrap.addClass(b)},16),g.updateStatus("ready"),f("AjaxContentAdded")},error:function(){z(),o.finished=o.loadError=!0,g.updateStatus("error",g.st.ajax.tError.replace("%url%",o.src))}},g.st.ajax.settings);return g.req=d.ajax(e),""}}});var L;d.magnificPopup.registerModule("image",{options:{markup:'<div class="mfp-figure"><div class="mfp-close"></div><figure><div class="mfp-img"></div><figcaption><div class="mfp-bottom-bar"><div class="mfp-title"></div><div class="mfp-counter"></div></div></figcaption></figure></div>',cursor:"mfp-zoom-out-cur",titleSrc:"title",verticalFit:!0,tError:'<a href="%url%">The image</a> could not be loaded.'},proto:{initImage:function(){var e=g.st.image,t=".image";g.types.push("image"),u(C+t,function(){"image"===g.currItem.type&&e.cursor&&d(document.body).addClass(e.cursor)}),u(l+t,function(){e.cursor&&d(document.body).removeClass(e.cursor),k.off("resize"+w)}),u("Resize"+t,g.resizeImage),g.isLowIE&&u("AfterChange",g.resizeImage)},resizeImage:function(){var e=g.currItem;if(e&&e.img&&g.st.image.verticalFit){var t=0;g.isLowIE&&(t=parseInt(e.img.css("padding-top"),10)+parseInt(e.img.css("padding-bottom"),10)),e.img.css("max-height",g.wH-t)}},_onImageHasSize:function(e){e.img&&(e.hasSize=!0,L&&clearInterval(L),e.isCheckingImgSize=!1,f("ImageHasSize",e),e.imgHidden&&(g.content&&g.content.removeClass("mfp-loading"),e.imgHidden=!1))},findImageSize:function(t){var n=0,i=t.img[0],o=function(e){L&&clearInterval(L),L=setInterval(function(){0<i.naturalWidth?g._onImageHasSize(t):(200<n&&clearInterval(L),3===++n?o(10):40===n?o(50):100===n&&o(500))},e)};o(1)},getImage:function(e,t){var n=0,i=function(){e&&(e.img[0].complete?(e.img.off(".mfploader"),e===g.currItem&&(g._onImageHasSize(e),g.updateStatus("ready")),e.hasSize=!0,e.loaded=!0,f("ImageLoadComplete")):++n<200?setTimeout(i,100):o())},o=function(){e&&(e.img.off(".mfploader"),e===g.currItem&&(g._onImageHasSize(e),g.updateStatus("error",r.tError.replace("%url%",e.src))),e.hasSize=!0,e.loaded=!0,e.loadError=!0)},r=g.st.image,a=t.find(".mfp-img");if(a.length){var s=document.createElement("img");s.className="mfp-img",e.el&&e.el.find("img").length&&(s.alt=e.el.find("img").attr("alt")),e.img=d(s).on("load.mfploader",i).on("error.mfploader",o),s.src=e.src,a.is("img")&&(e.img=e.img.clone()),0<(s=e.img[0]).naturalWidth?e.hasSize=!0:s.width||(e.hasSize=!1)}return g._parseMarkup(t,{title:function(e){if(e.data&&void 0!==e.data.title)return e.data.title;var t=g.st.image.titleSrc;if(t){if(d.isFunction(t))return t.call(g,e);if(e.el)return e.el.attr(t)||""}return""}(e),img_replaceWith:e.img},e),g.resizeImage(),e.hasSize?(L&&clearInterval(L),e.loadError?(t.addClass("mfp-loading"),g.updateStatus("error",r.tError.replace("%url%",e.src))):(t.removeClass("mfp-loading"),g.updateStatus("ready"))):(g.updateStatus("loading"),e.loading=!0,e.hasSize||(e.imgHidden=!0,t.addClass("mfp-loading"),g.findImageSize(e))),t}}});var H;d.magnificPopup.registerModule("zoom",{options:{enabled:!1,easing:"ease-in-out",duration:300,opener:function(e){return e.is("img")?e:e.find("img")}},proto:{initZoom:function(){var e,r=g.st.zoom,t=".zoom";if(r.enabled&&g.supportsTransition){function n(e){var t=e.clone().removeAttr("style").removeAttr("class").addClass("mfp-animated-image"),n="all "+r.duration/1e3+"s "+r.easing,i={position:"fixed",zIndex:9999,left:0,top:0,"-webkit-backface-visibility":"hidden"},o="transition";return i["-webkit-"+o]=i["-moz-"+o]=i["-o-"+o]=i[o]=n,t.css(i),t}function i(){g.content.css("visibility","visible")}var o,a,s=r.duration;u("BuildControls"+t,function(){if(g._allowZoom()){if(clearTimeout(o),g.content.css("visibility","hidden"),!(e=g._getItemToZoom()))return void i();(a=n(e)).css(g._getOffset()),g.wrap.append(a),o=setTimeout(function(){a.css(g._getOffset(!0)),o=setTimeout(function(){i(),setTimeout(function(){a.remove(),e=a=null,f("ZoomAnimationEnded")},16)},s)},16)}}),u(c+t,function(){if(g._allowZoom()){if(clearTimeout(o),g.st.removalDelay=s,!e){if(!(e=g._getItemToZoom()))return;a=n(e)}a.css(g._getOffset(!0)),g.wrap.append(a),g.content.css("visibility","hidden"),setTimeout(function(){a.css(g._getOffset())},16)}}),u(l+t,function(){g._allowZoom()&&(i(),a&&a.remove(),e=null)})}},_allowZoom:function(){return"image"===g.currItem.type},_getItemToZoom:function(){return!!g.currItem.hasSize&&g.currItem.img},_getOffset:function(e){var t,n=(t=e?g.currItem.img:g.st.zoom.opener(g.currItem.el||g.currItem)).offset(),i=parseInt(t.css("padding-top"),10),o=parseInt(t.css("padding-bottom"),10);n.top-=d(window).scrollTop()-i;var r={width:t.width(),height:(x?t.innerHeight():t[0].offsetHeight)-o-i};return void 0===H&&(H=void 0!==document.createElement("p").style.MozTransform),H?r["-moz-transform"]=r.transform="translate("+n.left+"px,"+n.top+"px)":(r.left=n.left,r.top=n.top),r}}});function A(e){if(g.currTemplate[F]){var t=g.currTemplate[F].find("iframe");t.length&&(e||(t[0].src="//about:blank"),g.isIE8&&t.css("display",e?"block":"none"))}}var F="iframe";d.magnificPopup.registerModule(F,{options:{markup:'<div class="mfp-iframe-scaler"><div class="mfp-close"></div><iframe class="mfp-iframe" src="//about:blank" frameborder="0" allowfullscreen></iframe></div>',srcAction:"iframe_src",patterns:{youtube:{index:"youtube.com",id:"v=",src:"//www.youtube.com/embed/%id%?autoplay=1"},vimeo:{index:"vimeo.com/",id:"/",src:"//player.vimeo.com/video/%id%?autoplay=1"},gmaps:{index:"//maps.google.",src:"%id%&output=embed"}}},proto:{initIframe:function(){g.types.push(F),u("BeforeChange",function(e,t,n){t!==n&&(t===F?A():n===F&&A(!0))}),u(l+"."+F,function(){A()})},getIframe:function(e,t){var n=e.src,i=g.st.iframe;d.each(i.patterns,function(){if(-1<n.indexOf(this.index))return this.id&&(n="string"==typeof this.id?n.substr(n.lastIndexOf(this.id)+this.id.length,n.length):this.id.call(this,n)),n=this.src.replace("%id%",n),!1});var o={};return i.srcAction&&(o[i.srcAction]=n),g._parseMarkup(t,o,e),g.updateStatus("ready"),t}}});function j(e){var t=g.items.length;return t-1<e?e-t:e<0?t+e:e}function N(e,t,n){return e.replace(/%curr%/gi,t+1).replace(/%total%/gi,n)}d.magnificPopup.registerModule("gallery",{options:{enabled:!1,arrowMarkup:'<button title="%title%" type="button" class="mfp-arrow mfp-arrow-%dir%"></button>',preload:[0,2],navigateByImgClick:!0,arrows:!0,tPrev:"Previous (Left arrow key)",tNext:"Next (Right arrow key)",tCounter:"%curr% of %total%"},proto:{initGallery:function(){var r=g.st.gallery,e=".mfp-gallery";if(g.direction=!0,!r||!r.enabled)return!1;v+=" mfp-gallery",u(C+e,function(){r.navigateByImgClick&&g.wrap.on("click"+e,".mfp-img",function(){if(1<g.items.length)return g.next(),!1}),h.on("keydown"+e,function(e){37===e.keyCode?g.prev():39===e.keyCode&&g.next()})}),u("UpdateStatus"+e,function(e,t){t.text&&(t.text=N(t.text,g.currItem.index,g.items.length))}),u(y+e,function(e,t,n,i){var o=g.items.length;n.counter=1<o?N(r.tCounter,i.index,o):""}),u("BuildControls"+e,function(){if(1<g.items.length&&r.arrows&&!g.arrowLeft){var e=r.arrowMarkup,t=g.arrowLeft=d(e.replace(/%title%/gi,r.tPrev).replace(/%dir%/gi,"left")).addClass(I),n=g.arrowRight=d(e.replace(/%title%/gi,r.tNext).replace(/%dir%/gi,"right")).addClass(I);t.click(function(){g.prev()}),n.click(function(){g.next()}),g.container.append(t.add(n))}}),u(a+e,function(){g._preloadTimeout&&clearTimeout(g._preloadTimeout),g._preloadTimeout=setTimeout(function(){g.preloadNearbyImages(),g._preloadTimeout=null},16)}),u(l+e,function(){h.off(e),g.wrap.off("click"+e),g.arrowRight=g.arrowLeft=null})},next:function(){g.direction=!0,g.index=j(g.index+1),g.updateItemHTML()},prev:function(){g.direction=!1,g.index=j(g.index-1),g.updateItemHTML()},goTo:function(e){g.direction=e>=g.index,g.index=e,g.updateItemHTML()},preloadNearbyImages:function(){var e,t=g.st.gallery.preload,n=Math.min(t[0],g.items.length),i=Math.min(t[1],g.items.length);for(e=1;e<=(g.direction?i:n);e++)g._preloadItem(g.index+e);for(e=1;e<=(g.direction?n:i);e++)g._preloadItem(g.index-e)},_preloadItem:function(e){if(e=j(e),!g.items[e].preloaded){var t=g.items[e];t.parsed||(t=g.parseEl(e)),f("LazyLoad",t),"image"===t.type&&(t.img=d('<img class="mfp-img" />').on("load.mfploader",function(){t.hasSize=!0}).on("error.mfploader",function(){t.hasSize=!0,t.loadError=!0,f("LazyLoadError",t)}).attr("src",t.src)),t.preloaded=!0}}}});var W="retina";d.magnificPopup.registerModule(W,{options:{replaceSrc:function(e){return e.src.replace(/\.\w+$/,function(e){return"@2x"+e})},ratio:1},proto:{initRetina:function(){if(1<window.devicePixelRatio){var n=g.st.retina,i=n.ratio;1<(i=isNaN(i)?i():i)&&(u("ImageHasSize."+W,function(e,t){t.img.css({"max-width":t.img[0].naturalWidth/i,width:"100%"})}),u("ElementParse."+W,function(e,t){t.src=n.replaceSrc(t,i)}))}}}}),r()});
|
13 |
!function(t){t.fn.eaelProgressBar=function(){var a=t(this),i=a.data("layout"),e=a.data("count"),r=a.data("duration");a.one("inview",function(){"line"==i?t(".eael-progressbar-line-fill",a).css({width:e+"%"}):"half_circle"==i&&t(".eael-progressbar-circle-half",a).css({transform:"rotate("+1.8*e+"deg)"}),t(".eael-progressbar-count",a).prop({counter:0}).animate({counter:e},{duration:r,easing:"linear",step:function(e){if("circle"==i){var r=3.6*e;t(".eael-progressbar-circle-half-left",a).css({transform:"rotate("+r+"deg)"}),180<r&&(t(".eael-progressbar-circle-pie",a).css({"-webkit-clip-path":"inset(0)","clip-path":"inset(0)"}),t(".eael-progressbar-circle-half-right",a).css({visibility:"visible"}))}t(this).text(Math.ceil(e))}})})}}(jQuery);
|
14 |
-
!function(i){"function"==typeof define&&define.amd?define(["jquery"],function(t){return i(t)}):"object"==typeof exports?module.exports=i(require("jquery")):i(jQuery)}(function(E){function t(){this.__$emitterPrivate=E({}),this.__$emitterPublic=E({}),this.__instancesLatestArr=[],this.__plugins={},this._env=I}var c={animation:"fade",animationDuration:350,content:null,contentAsHTML:!1,contentCloning:!1,debug:!0,delay:300,delayTouch:[300,500],functionInit:null,functionBefore:null,functionReady:null,functionAfter:null,functionFormat:null,IEmin:6,interactive:!1,multiple:!1,parent:null,plugins:["sideTip"],repositionOnScroll:!1,restoration:"none",selfDestruction:!0,theme:[],timer:0,trackerInterval:500,trackOrigin:!1,trackTooltip:!1,trigger:"hover",triggerClose:{click:!1,mouseleave:!1,originClick:!1,scroll:!1,tap:!1,touchleave:!1},triggerOpen:{click:!1,mouseenter:!1,tap:!1,touchstart:!1},updateAnimation:"rotate",zIndex:9999999},n="undefined"!=typeof window?window:null,I={hasTouchCapability:!(!n||!("ontouchstart"in n||n.DocumentTouch&&n.document instanceof n.DocumentTouch||n.navigator.maxTouchPoints)),hasTransitions:function(){if(!n)return!1;var t=(n.document.body||n.document.documentElement).style,i="transition",o=["Moz","Webkit","Khtml","O","ms"];if("string"==typeof t[i])return!0;i=i.charAt(0).toUpperCase()+i.substr(1);for(var e=0;e<o.length;e++)if("string"==typeof t[o[e]+i])return!0;return!1}(),IE:!1,semVer:"4.2.6",window:n};function i(t){this.$container,this.constraints=null,this.__$tooltip,this.__init(t)}function s(o,e){var n=!0;return E.each(o,function(t,i){if(void 0===e[t]||o[t]!==e[t])return n=!1}),n}function p(t){var i=t.attr("id"),o=i?I.window.document.getElementById(i):null;return o?o===t[0]:E.contains(I.window.document.body,t[0])}t.prototype={__bridge:function(t,o,e){if(!o[e]){function i(){}i.prototype=t;var n=new i;n.__init&&n.__init(o),E.each(t,function(t,i){0!=t.indexOf("__")&&(o[t]?c.debug&&console.log("The "+t+" method of the "+e+" plugin conflicts with another plugin or native methods"):(o[t]=function(){return n[t].apply(n,Array.prototype.slice.apply(arguments))},o[t].bridged=n))}),o[e]=n}return this},__setWindow:function(t){return I.window=t,this},_getRuler:function(t){return new i(t)},_off:function(){return this.__$emitterPrivate.off.apply(this.__$emitterPrivate,Array.prototype.slice.apply(arguments)),this},_on:function(){return this.__$emitterPrivate.on.apply(this.__$emitterPrivate,Array.prototype.slice.apply(arguments)),this},_one:function(){return this.__$emitterPrivate.one.apply(this.__$emitterPrivate,Array.prototype.slice.apply(arguments)),this},_plugin:function(t){var i=this;if("string"==typeof t){var o=t,e=null;return 0<o.indexOf(".")?e=i.__plugins[o]:E.each(i.__plugins,function(t,i){if(i.name.substring(i.name.length-o.length-1)=="."+o)return e=i,!1}),e}if(t.name.indexOf(".")<0)throw new Error("Plugins must be namespaced");return(i.__plugins[t.name]=t).core&&i.__bridge(t.core,i,t.name),this},_trigger:function(){var t=Array.prototype.slice.apply(arguments);return"string"==typeof t[0]&&(t[0]={type:t[0]}),this.__$emitterPrivate.trigger.apply(this.__$emitterPrivate,t),this.__$emitterPublic.trigger.apply(this.__$emitterPublic,t),this},instances:function(t){var e=[];return E(t||".tooltipstered").each(function(){var o=E(this),t=o.data("tooltipster-ns");t&&E.each(t,function(t,i){e.push(o.data(i))})}),e},instancesLatest:function(){return this.__instancesLatestArr},off:function(){return this.__$emitterPublic.off.apply(this.__$emitterPublic,Array.prototype.slice.apply(arguments)),this},on:function(){return this.__$emitterPublic.on.apply(this.__$emitterPublic,Array.prototype.slice.apply(arguments)),this},one:function(){return this.__$emitterPublic.one.apply(this.__$emitterPublic,Array.prototype.slice.apply(arguments)),this},origins:function(t){return E((t?t+" ":"")+".tooltipstered").toArray()},setDefaults:function(t){return E.extend(c,t),this},triggerHandler:function(){return this.__$emitterPublic.triggerHandler.apply(this.__$emitterPublic,Array.prototype.slice.apply(arguments)),this}},E.tooltipster=new t,E.Tooltipster=function(t,i){this.__callbacks={close:[],open:[]},this.__closingTime,this.__Content,this.__contentBcr,this.__destroyed=!1,this.__$emitterPrivate=E({}),this.__$emitterPublic=E({}),this.__enabled=!0,this.__garbageCollector,this.__Geometry,this.__lastPosition,this.__namespace="tooltipster-"+Math.round(1e6*Math.random()),this.__options,this.__$originParents,this.__pointerIsOverOrigin=!1,this.__previousThemes=[],this.__state="closed",this.__timeouts={close:[],open:null},this.__touchEvents=[],this.__tracker=null,this._$origin,this._$tooltip,this.__init(t,i)},E.Tooltipster.prototype={__init:function(t,i){var o=this;if(o._$origin=E(t),o.__options=E.extend(!0,{},c,i),o.__optionsFormat(),!I.IE||I.IE>=o.__options.IEmin){var e=null;if(void 0===o._$origin.data("tooltipster-initialTitle")&&(void 0===(e=o._$origin.attr("title"))&&(e=null),o._$origin.data("tooltipster-initialTitle",e)),null!==o.__options.content)o.__contentSet(o.__options.content);else{var n,s=o._$origin.attr("data-tooltip-content");s&&(n=E(s)),n&&n[0]?o.__contentSet(n.first()):o.__contentSet(e)}o._$origin.removeAttr("title").addClass("tooltipstered"),o.__prepareOrigin(),o.__prepareGC(),E.each(o.__options.plugins,function(t,i){o._plug(i)}),I.hasTouchCapability&&E(I.window.document.body).on("touchmove."+o.__namespace+"-triggerOpen",function(t){o._touchRecordEvent(t)}),o._on("created",function(){o.__prepareTooltip()})._on("repositioned",function(t){o.__lastPosition=t.position})}else o.__options.disabled=!0},__contentInsert:function(){var t=this,i=t._$tooltip.find(".tooltipster-content"),o=t.__Content;return t._trigger({type:"format",content:t.__Content,format:function(t){o=t}}),t.__options.functionFormat&&(o=t.__options.functionFormat.call(t,t,{origin:t._$origin[0]},t.__Content)),"string"!=typeof o||t.__options.contentAsHTML?i.empty().append(o):i.text(o),t},__contentSet:function(t){return t instanceof E&&this.__options.contentCloning&&(t=t.clone(!0)),this.__Content=t,this._trigger({type:"updated",content:t}),this},__destroyError:function(){throw new Error("This tooltip has been destroyed and cannot execute your method call.")},__geometry:function(){var t=this,i=t._$origin,o=t._$origin.is("area");if(o){var e=t._$origin.parent().attr("name");i=E('img[usemap="#'+e+'"]')}var n=i[0].getBoundingClientRect(),s=E(I.window.document),r=E(I.window),_=i,a={available:{document:null,window:null},document:{size:{height:s.height(),width:s.width()}},window:{scroll:{left:I.window.scrollX||I.window.document.documentElement.scrollLeft,top:I.window.scrollY||I.window.document.documentElement.scrollTop},size:{height:r.height(),width:r.width()}},origin:{fixedLineage:!1,offset:{},size:{height:n.bottom-n.top,width:n.right-n.left},usemapImage:o?i[0]:null,windowOffset:{bottom:n.bottom,left:n.left,right:n.right,top:n.top}}};if(o){var l=t._$origin.attr("shape"),p=t._$origin.attr("coords");if(p&&(p=p.split(","),E.map(p,function(t,i){p[i]=parseInt(t)})),"default"!=l)switch(l){case"circle":var c=p[0],h=p[1],d=p[2],u=h-d,g=c-d;a.origin.size.height=2*d,a.origin.size.width=a.origin.size.height,a.origin.windowOffset.left+=g,a.origin.windowOffset.top+=u;break;case"rect":var f=p[0],m=p[1],w=p[2],v=p[3];a.origin.size.height=v-m,a.origin.size.width=w-f,a.origin.windowOffset.left+=f,a.origin.windowOffset.top+=m;break;case"poly":for(var y=0,b=0,$=0,C=0,O="even",T=0;T<p.length;T++){var z=p[T];O="even"==O?($<z&&($=z,0===T&&(y=$)),z<y&&(y=z),"odd"):(C<z&&(C=z,1==T&&(b=C)),z<b&&(b=z),"even")}a.origin.size.height=C-b,a.origin.size.width=$-y,a.origin.windowOffset.left+=y,a.origin.windowOffset.top+=b}}for(t._trigger({type:"geometry",edit:function(t){a.origin.size.height=t.height,a.origin.windowOffset.left=t.left,a.origin.windowOffset.top=t.top,a.origin.size.width=t.width},geometry:{height:a.origin.size.height,left:a.origin.windowOffset.left,top:a.origin.windowOffset.top,width:a.origin.size.width}}),a.origin.windowOffset.right=a.origin.windowOffset.left+a.origin.size.width,a.origin.windowOffset.bottom=a.origin.windowOffset.top+a.origin.size.height,a.origin.offset.left=a.origin.windowOffset.left+a.window.scroll.left,a.origin.offset.top=a.origin.windowOffset.top+a.window.scroll.top,a.origin.offset.bottom=a.origin.offset.top+a.origin.size.height,a.origin.offset.right=a.origin.offset.left+a.origin.size.width,a.available.document={bottom:{height:a.document.size.height-a.origin.offset.bottom,width:a.document.size.width},left:{height:a.document.size.height,width:a.origin.offset.left},right:{height:a.document.size.height,width:a.document.size.width-a.origin.offset.right},top:{height:a.origin.offset.top,width:a.document.size.width}},a.available.window={bottom:{height:Math.max(a.window.size.height-Math.max(a.origin.windowOffset.bottom,0),0),width:a.window.size.width},left:{height:a.window.size.height,width:Math.max(a.origin.windowOffset.left,0)},right:{height:a.window.size.height,width:Math.max(a.window.size.width-Math.max(a.origin.windowOffset.right,0),0)},top:{height:Math.max(a.origin.windowOffset.top,0),width:a.window.size.width}};"html"!=_[0].tagName.toLowerCase();){if("fixed"==_.css("position")){a.origin.fixedLineage=!0;break}_=_.parent()}return a},__optionsFormat:function(){return"number"==typeof this.__options.animationDuration&&(this.__options.animationDuration=[this.__options.animationDuration,this.__options.animationDuration]),"number"==typeof this.__options.delay&&(this.__options.delay=[this.__options.delay,this.__options.delay]),"number"==typeof this.__options.delayTouch&&(this.__options.delayTouch=[this.__options.delayTouch,this.__options.delayTouch]),"string"==typeof this.__options.theme&&(this.__options.theme=[this.__options.theme]),null===this.__options.parent?this.__options.parent=E(I.window.document.body):"string"==typeof this.__options.parent&&(this.__options.parent=E(this.__options.parent)),"hover"==this.__options.trigger?(this.__options.triggerOpen={mouseenter:!0,touchstart:!0},this.__options.triggerClose={mouseleave:!0,originClick:!0,touchleave:!0}):"click"==this.__options.trigger&&(this.__options.triggerOpen={click:!0,tap:!0},this.__options.triggerClose={click:!0,tap:!0}),this._trigger("options"),this},__prepareGC:function(){var t=this;return t.__options.selfDestruction?t.__garbageCollector=setInterval(function(){var o=(new Date).getTime();t.__touchEvents=E.grep(t.__touchEvents,function(t,i){return 6e4<o-t.time}),p(t._$origin)||t.close(function(){t.destroy()})},2e4):clearInterval(t.__garbageCollector),t},__prepareOrigin:function(){var i=this;if(i._$origin.off("."+i.__namespace+"-triggerOpen"),I.hasTouchCapability&&i._$origin.on("touchstart."+i.__namespace+"-triggerOpen touchend."+i.__namespace+"-triggerOpen touchcancel."+i.__namespace+"-triggerOpen",function(t){i._touchRecordEvent(t)}),i.__options.triggerOpen.click||i.__options.triggerOpen.tap&&I.hasTouchCapability){var t="";i.__options.triggerOpen.click&&(t+="click."+i.__namespace+"-triggerOpen "),i.__options.triggerOpen.tap&&I.hasTouchCapability&&(t+="touchend."+i.__namespace+"-triggerOpen"),i._$origin.on(t,function(t){i._touchIsMeaningfulEvent(t)&&i._open(t)})}if(i.__options.triggerOpen.mouseenter||i.__options.triggerOpen.touchstart&&I.hasTouchCapability){t="";i.__options.triggerOpen.mouseenter&&(t+="mouseenter."+i.__namespace+"-triggerOpen "),i.__options.triggerOpen.touchstart&&I.hasTouchCapability&&(t+="touchstart."+i.__namespace+"-triggerOpen"),i._$origin.on(t,function(t){!i._touchIsTouchEvent(t)&&i._touchIsEmulatedEvent(t)||(i.__pointerIsOverOrigin=!0,i._openShortly(t))})}if(i.__options.triggerClose.mouseleave||i.__options.triggerClose.touchleave&&I.hasTouchCapability){t="";i.__options.triggerClose.mouseleave&&(t+="mouseleave."+i.__namespace+"-triggerOpen "),i.__options.triggerClose.touchleave&&I.hasTouchCapability&&(t+="touchend."+i.__namespace+"-triggerOpen touchcancel."+i.__namespace+"-triggerOpen"),i._$origin.on(t,function(t){i._touchIsMeaningfulEvent(t)&&(i.__pointerIsOverOrigin=!1)})}return i},__prepareTooltip:function(){var o=this,t=o.__options.interactive?"auto":"";return o._$tooltip.attr("id",o.__namespace).css({"pointer-events":t,zIndex:o.__options.zIndex}),E.each(o.__previousThemes,function(t,i){o._$tooltip.removeClass(i)}),E.each(o.__options.theme,function(t,i){o._$tooltip.addClass(i)}),o.__previousThemes=E.merge([],o.__options.theme),o},__scrollHandler:function(t){var i=this;if(i.__options.triggerClose.scroll)i._close(t);else if(p(i._$origin)&&p(i._$tooltip)){var r=null;if(t.target===I.window.document)i.__Geometry.origin.fixedLineage||i.__options.repositionOnScroll&&i.reposition(t);else{r=i.__geometry();var _=!1;if("fixed"!=i._$origin.css("position")&&i.__$originParents.each(function(t,i){var o=E(i),e=o.css("overflow-x"),n=o.css("overflow-y");if("visible"!=e||"visible"!=n){var s=i.getBoundingClientRect();if("visible"!=e&&(r.origin.windowOffset.left<s.left||r.origin.windowOffset.right>s.right))return!(_=!0);if("visible"!=n&&(r.origin.windowOffset.top<s.top||r.origin.windowOffset.bottom>s.bottom))return!(_=!0)}if("fixed"==o.css("position"))return!1}),_)i._$tooltip.css("visibility","hidden");else if(i._$tooltip.css("visibility","visible"),i.__options.repositionOnScroll)i.reposition(t);else{var o=r.origin.offset.left-i.__Geometry.origin.offset.left,e=r.origin.offset.top-i.__Geometry.origin.offset.top;i._$tooltip.css({left:i.__lastPosition.coord.left+o,top:i.__lastPosition.coord.top+e})}}i._trigger({type:"scroll",event:t,geo:r})}return i},__stateSet:function(t){return this.__state=t,this._trigger({type:"state",state:t}),this},__timeoutsClear:function(){return clearTimeout(this.__timeouts.open),this.__timeouts.open=null,E.each(this.__timeouts.close,function(t,i){clearTimeout(i)}),this.__timeouts.close=[],this},__trackerStart:function(){var e=this,n=e._$tooltip.find(".tooltipster-content");return e.__options.trackTooltip&&(e.__contentBcr=n[0].getBoundingClientRect()),e.__tracker=setInterval(function(){if(p(e._$origin)&&p(e._$tooltip)){if(e.__options.trackOrigin){var t=e.__geometry(),i=!1;s(t.origin.size,e.__Geometry.origin.size)&&(e.__Geometry.origin.fixedLineage?s(t.origin.windowOffset,e.__Geometry.origin.windowOffset)&&(i=!0):s(t.origin.offset,e.__Geometry.origin.offset)&&(i=!0)),i||(e.__options.triggerClose.mouseleave?e._close():e.reposition())}if(e.__options.trackTooltip){var o=n[0].getBoundingClientRect();o.height===e.__contentBcr.height&&o.width===e.__contentBcr.width||(e.reposition(),e.__contentBcr=o)}}else e._close()},e.__options.trackerInterval),e},_close:function(o,t,i){var e=this,n=!0;if(e._trigger({type:"close",event:o,stop:function(){n=!1}}),n||i){t&&e.__callbacks.close.push(t),e.__callbacks.open=[],e.__timeoutsClear();function s(){E.each(e.__callbacks.close,function(t,i){i.call(e,e,{event:o,origin:e._$origin[0]})}),e.__callbacks.close=[]}if("closed"!=e.__state){var r=!0,_=(new Date).getTime()+e.__options.animationDuration[1];if("disappearing"==e.__state&&_>e.__closingTime&&0<e.__options.animationDuration[1]&&(r=!1),r){e.__closingTime=_,"disappearing"!=e.__state&&e.__stateSet("disappearing");function a(){clearInterval(e.__tracker),e._trigger({type:"closing",event:o}),e._$tooltip.off("."+e.__namespace+"-triggerClose").removeClass("tooltipster-dying"),E(I.window).off("."+e.__namespace+"-triggerClose"),e.__$originParents.each(function(t,i){E(i).off("scroll."+e.__namespace+"-triggerClose")}),e.__$originParents=null,E(I.window.document.body).off("."+e.__namespace+"-triggerClose"),e._$origin.off("."+e.__namespace+"-triggerClose"),e._off("dismissable"),e.__stateSet("closed"),e._trigger({type:"after",event:o}),e.__options.functionAfter&&e.__options.functionAfter.call(e,e,{event:o,origin:e._$origin[0]}),s()}I.hasTransitions?(e._$tooltip.css({"-moz-animation-duration":e.__options.animationDuration[1]+"ms","-ms-animation-duration":e.__options.animationDuration[1]+"ms","-o-animation-duration":e.__options.animationDuration[1]+"ms","-webkit-animation-duration":e.__options.animationDuration[1]+"ms","animation-duration":e.__options.animationDuration[1]+"ms","transition-duration":e.__options.animationDuration[1]+"ms"}),e._$tooltip.clearQueue().removeClass("tooltipster-show").addClass("tooltipster-dying"),0<e.__options.animationDuration[1]&&e._$tooltip.delay(e.__options.animationDuration[1]),e._$tooltip.queue(a)):e._$tooltip.stop().fadeOut(e.__options.animationDuration[1],a)}}else s()}return e},_off:function(){return this.__$emitterPrivate.off.apply(this.__$emitterPrivate,Array.prototype.slice.apply(arguments)),this},_on:function(){return this.__$emitterPrivate.on.apply(this.__$emitterPrivate,Array.prototype.slice.apply(arguments)),this},_one:function(){return this.__$emitterPrivate.one.apply(this.__$emitterPrivate,Array.prototype.slice.apply(arguments)),this},_open:function(t,i){var o=this;if(!o.__destroying&&p(o._$origin)&&o.__enabled){var e=!0;if("closed"==o.__state&&(o._trigger({type:"before",event:t,stop:function(){e=!1}}),e&&o.__options.functionBefore&&(e=o.__options.functionBefore.call(o,o,{event:t,origin:o._$origin[0]}))),!1!==e&&null!==o.__Content){i&&o.__callbacks.open.push(i),o.__callbacks.close=[],o.__timeoutsClear();function n(){"stable"!=o.__state&&o.__stateSet("stable"),E.each(o.__callbacks.open,function(t,i){i.call(o,o,{origin:o._$origin[0],tooltip:o._$tooltip[0]})}),o.__callbacks.open=[]}var s;if("closed"!==o.__state)s=0,"disappearing"===o.__state?(o.__stateSet("appearing"),I.hasTransitions?(o._$tooltip.clearQueue().removeClass("tooltipster-dying").addClass("tooltipster-show"),0<o.__options.animationDuration[0]&&o._$tooltip.delay(o.__options.animationDuration[0]),o._$tooltip.queue(n)):o._$tooltip.stop().fadeIn(n)):"stable"==o.__state&&n();else{if(o.__stateSet("appearing"),s=o.__options.animationDuration[0],o.__contentInsert(),o.reposition(t,!0),I.hasTransitions?(o._$tooltip.addClass("tooltipster-"+o.__options.animation).addClass("tooltipster-initial").css({"-moz-animation-duration":o.__options.animationDuration[0]+"ms","-ms-animation-duration":o.__options.animationDuration[0]+"ms","-o-animation-duration":o.__options.animationDuration[0]+"ms","-webkit-animation-duration":o.__options.animationDuration[0]+"ms","animation-duration":o.__options.animationDuration[0]+"ms","transition-duration":o.__options.animationDuration[0]+"ms"}),setTimeout(function(){"closed"!=o.__state&&(o._$tooltip.addClass("tooltipster-show").removeClass("tooltipster-initial"),0<o.__options.animationDuration[0]&&o._$tooltip.delay(o.__options.animationDuration[0]),o._$tooltip.queue(n))},0)):o._$tooltip.css("display","none").fadeIn(o.__options.animationDuration[0],n),o.__trackerStart(),E(I.window).on("resize."+o.__namespace+"-triggerClose",function(t){var i=E(document.activeElement);(i.is("input")||i.is("textarea"))&&E.contains(o._$tooltip[0],i[0])||o.reposition(t)}).on("scroll."+o.__namespace+"-triggerClose",function(t){o.__scrollHandler(t)}),o.__$originParents=o._$origin.parents(),o.__$originParents.each(function(t,i){E(i).on("scroll."+o.__namespace+"-triggerClose",function(t){o.__scrollHandler(t)})}),o.__options.triggerClose.mouseleave||o.__options.triggerClose.touchleave&&I.hasTouchCapability){o._on("dismissable",function(t){t.dismissable?t.delay?(l=setTimeout(function(){o._close(t.event)},t.delay),o.__timeouts.close.push(l)):o._close(t):clearTimeout(l)});var r=o._$origin,_="",a="",l=null;o.__options.interactive&&(r=r.add(o._$tooltip)),o.__options.triggerClose.mouseleave&&(_+="mouseenter."+o.__namespace+"-triggerClose ",a+="mouseleave."+o.__namespace+"-triggerClose "),o.__options.triggerClose.touchleave&&I.hasTouchCapability&&(_+="touchstart."+o.__namespace+"-triggerClose",a+="touchend."+o.__namespace+"-triggerClose touchcancel."+o.__namespace+"-triggerClose"),r.on(a,function(t){if(o._touchIsTouchEvent(t)||!o._touchIsEmulatedEvent(t)){var i="mouseleave"==t.type?o.__options.delay:o.__options.delayTouch;o._trigger({delay:i[1],dismissable:!0,event:t,type:"dismissable"})}}).on(_,function(t){!o._touchIsTouchEvent(t)&&o._touchIsEmulatedEvent(t)||o._trigger({dismissable:!1,event:t,type:"dismissable"})})}o.__options.triggerClose.originClick&&o._$origin.on("click."+o.__namespace+"-triggerClose",function(t){o._touchIsTouchEvent(t)||o._touchIsEmulatedEvent(t)||o._close(t)}),(o.__options.triggerClose.click||o.__options.triggerClose.tap&&I.hasTouchCapability)&&setTimeout(function(){if("closed"!=o.__state){var t="",i=E(I.window.document.body);o.__options.triggerClose.click&&(t+="click."+o.__namespace+"-triggerClose "),o.__options.triggerClose.tap&&I.hasTouchCapability&&(t+="touchend."+o.__namespace+"-triggerClose"),i.on(t,function(t){o._touchIsMeaningfulEvent(t)&&(o._touchRecordEvent(t),o.__options.interactive&&E.contains(o._$tooltip[0],t.target)||o._close(t))}),o.__options.triggerClose.tap&&I.hasTouchCapability&&i.on("touchstart."+o.__namespace+"-triggerClose",function(t){o._touchRecordEvent(t)})}},0),o._trigger("ready"),o.__options.functionReady&&o.__options.functionReady.call(o,o,{origin:o._$origin[0],tooltip:o._$tooltip[0]})}if(0<o.__options.timer){l=setTimeout(function(){o._close()},o.__options.timer+s);o.__timeouts.close.push(l)}}}return o},_openShortly:function(t){var i=this,o=!0;if("stable"!=i.__state&&"appearing"!=i.__state&&!i.__timeouts.open&&(i._trigger({type:"start",event:t,stop:function(){o=!1}}),o)){var e=0==t.type.indexOf("touch")?i.__options.delayTouch:i.__options.delay;e[0]?i.__timeouts.open=setTimeout(function(){i.__timeouts.open=null,i.__pointerIsOverOrigin&&i._touchIsMeaningfulEvent(t)?(i._trigger("startend"),i._open(t)):i._trigger("startcancel")},e[0]):(i._trigger("startend"),i._open(t))}return i},_optionsExtract:function(t,i){var e=this,o=E.extend(!0,{},i),n=e.__options[t];return n||(n={},E.each(i,function(t,i){var o=e.__options[t];void 0!==o&&(n[t]=o)})),E.each(o,function(t,i){void 0!==n[t]&&("object"!=typeof i||i instanceof Array||null==i||"object"!=typeof n[t]||n[t]instanceof Array||null==n[t]?o[t]=n[t]:E.extend(o[t],n[t]))}),o},_plug:function(t){var i=E.tooltipster._plugin(t);if(!i)throw new Error('The "'+t+'" plugin is not defined');return i.instance&&E.tooltipster.__bridge(i.instance,this,i.name),this},_touchIsEmulatedEvent:function(t){for(var i=!1,o=(new Date).getTime(),e=this.__touchEvents.length-1;0<=e;e--){var n=this.__touchEvents[e];if(!(o-n.time<500))break;n.target===t.target&&(i=!0)}return i},_touchIsMeaningfulEvent:function(t){return this._touchIsTouchEvent(t)&&!this._touchSwiped(t.target)||!this._touchIsTouchEvent(t)&&!this._touchIsEmulatedEvent(t)},_touchIsTouchEvent:function(t){return 0==t.type.indexOf("touch")},_touchRecordEvent:function(t){return this._touchIsTouchEvent(t)&&(t.time=(new Date).getTime(),this.__touchEvents.push(t)),this},_touchSwiped:function(t){for(var i=!1,o=this.__touchEvents.length-1;0<=o;o--){var e=this.__touchEvents[o];if("touchmove"==e.type){i=!0;break}if("touchstart"==e.type&&t===e.target)break}return i},_trigger:function(){var t=Array.prototype.slice.apply(arguments);return"string"==typeof t[0]&&(t[0]={type:t[0]}),t[0].instance=this,t[0].origin=this._$origin?this._$origin[0]:null,t[0].tooltip=this._$tooltip?this._$tooltip[0]:null,this.__$emitterPrivate.trigger.apply(this.__$emitterPrivate,t),E.tooltipster._trigger.apply(E.tooltipster,t),this.__$emitterPublic.trigger.apply(this.__$emitterPublic,t),this},_unplug:function(o){var e=this;if(e[o]){var t=E.tooltipster._plugin(o);t.instance&&E.each(t.instance,function(t,i){e[t]&&e[t].bridged===e[o]&&delete e[t]}),e[o].__destroy&&e[o].__destroy(),delete e[o]}return e},close:function(t){return this.__destroyed?this.__destroyError():this._close(null,t),this},content:function(t){var i=this;if(void 0===t)return i.__Content;if(i.__destroyed)i.__destroyError();else if(i.__contentSet(t),null!==i.__Content){if("closed"!==i.__state&&(i.__contentInsert(),i.reposition(),i.__options.updateAnimation))if(I.hasTransitions){var o=i.__options.updateAnimation;i._$tooltip.addClass("tooltipster-update-"+o),setTimeout(function(){"closed"!=i.__state&&i._$tooltip.removeClass("tooltipster-update-"+o)},1e3)}else i._$tooltip.fadeTo(200,.5,function(){"closed"!=i.__state&&i._$tooltip.fadeTo(200,1)})}else i._close();return i},destroy:function(){var o=this;if(o.__destroyed)o.__destroyError();else{"closed"!=o.__state?o.option("animationDuration",0)._close(null,null,!0):o.__timeoutsClear(),o._trigger("destroy"),o.__destroyed=!0,o._$origin.removeData(o.__namespace).off("."+o.__namespace+"-triggerOpen"),E(I.window.document.body).off("."+o.__namespace+"-triggerOpen");var t=o._$origin.data("tooltipster-ns");if(t)if(1===t.length){var i=null;"previous"==o.__options.restoration?i=o._$origin.data("tooltipster-initialTitle"):"current"==o.__options.restoration&&(i="string"==typeof o.__Content?o.__Content:E("<div></div>").append(o.__Content).html()),i&&o._$origin.attr("title",i),o._$origin.removeClass("tooltipstered"),o._$origin.removeData("tooltipster-ns").removeData("tooltipster-initialTitle")}else t=E.grep(t,function(t,i){return t!==o.__namespace}),o._$origin.data("tooltipster-ns",t);o._trigger("destroyed"),o._off(),o.off(),o.__Content=null,o.__$emitterPrivate=null,o.__$emitterPublic=null,o.__options.parent=null,o._$origin=null,o._$tooltip=null,E.tooltipster.__instancesLatestArr=E.grep(E.tooltipster.__instancesLatestArr,function(t,i){return o!==t}),clearInterval(o.__garbageCollector)}return o},disable:function(){return this.__destroyed?this.__destroyError():(this._close(),this.__enabled=!1),this},elementOrigin:function(){if(!this.__destroyed)return this._$origin[0];this.__destroyError()},elementTooltip:function(){return this._$tooltip?this._$tooltip[0]:null},enable:function(){return this.__enabled=!0,this},hide:function(t){return this.close(t)},instance:function(){return this},off:function(){return this.__destroyed||this.__$emitterPublic.off.apply(this.__$emitterPublic,Array.prototype.slice.apply(arguments)),this},on:function(){return this.__destroyed?this.__destroyError():this.__$emitterPublic.on.apply(this.__$emitterPublic,Array.prototype.slice.apply(arguments)),this},one:function(){return this.__destroyed?this.__destroyError():this.__$emitterPublic.one.apply(this.__$emitterPublic,Array.prototype.slice.apply(arguments)),this},open:function(t){return this.__destroyed?this.__destroyError():this._open(null,t),this},option:function(t,i){return void 0===i?this.__options[t]:(this.__destroyed?this.__destroyError():(this.__options[t]=i,this.__optionsFormat(),0<=E.inArray(t,["trigger","triggerClose","triggerOpen"])&&this.__prepareOrigin(),"selfDestruction"===t&&this.__prepareGC()),this)},reposition:function(t,i){var o=this;return o.__destroyed?o.__destroyError():"closed"!=o.__state&&p(o._$origin)&&(i||p(o._$tooltip))&&(i||o._$tooltip.detach(),o.__Geometry=o.__geometry(),o._trigger({type:"reposition",event:t,helper:{geo:o.__Geometry}})),o},show:function(t){return this.open(t)},status:function(){return{destroyed:this.__destroyed,enabled:this.__enabled,open:"closed"!==this.__state,state:this.__state}},triggerHandler:function(){return this.__destroyed?this.__destroyError():this.__$emitterPublic.triggerHandler.apply(this.__$emitterPublic,Array.prototype.slice.apply(arguments)),this}},E.fn.tooltipster=function(){var n=Array.prototype.slice.apply(arguments),e="You are using a single HTML element as content for several tooltips. You probably want to set the contentCloning option to TRUE.";if(0===this.length)return this;if("string"==typeof n[0]){var s="#*$~&";return this.each(function(){var t=E(this).data("tooltipster-ns"),i=t?E(this).data(t[0]):null;if(!i)throw new Error("You called Tooltipster's \""+n[0]+'" method on an uninitialized element');if("function"!=typeof i[n[0]])throw new Error('Unknown method "'+n[0]+'"');1<this.length&&"content"==n[0]&&(n[1]instanceof E||"object"==typeof n[1]&&null!=n[1]&&n[1].tagName)&&!i.__options.contentCloning&&i.__options.debug&&console.log(e);var o=i[n[0]](n[1],n[2]);if(o!==i||"instance"===n[0])return s=o,!1}),"#*$~&"!==s?s:this}E.tooltipster.__instancesLatestArr=[];var t=n[0]&&void 0!==n[0].multiple,r=t&&n[0].multiple||!t&&c.multiple,i=n[0]&&void 0!==n[0].content,o=i&&n[0].content||!i&&c.content,_=n[0]&&void 0!==n[0].contentCloning,a=_&&n[0].contentCloning||!_&&c.contentCloning,l=n[0]&&void 0!==n[0].debug,p=l&&n[0].debug||!l&&c.debug;return 1<this.length&&(o instanceof E||"object"==typeof o&&null!=o&&o.tagName)&&!a&&p&&console.log(e),this.each(function(){var t=!1,i=E(this),o=i.data("tooltipster-ns"),e=null;o?r?t=!0:p&&(console.log("Tooltipster: one or more tooltips are already attached to the element below. Ignoring."),console.log(this)):t=!0,t&&(e=new E.Tooltipster(this,n[0]),(o=o||[]).push(e.__namespace),i.data("tooltipster-ns",o),i.data(e.__namespace,e),e.__options.functionInit&&e.__options.functionInit.call(e,e,{origin:this}),e._trigger("init")),E.tooltipster.__instancesLatestArr.push(e)}),this},i.prototype={__init:function(t){this.__$tooltip=t,this.__$tooltip.css({left:0,overflow:"hidden",position:"absolute",top:0}).find(".tooltipster-content").css("overflow","auto"),this.$container=E('<div class="tooltipster-ruler"></div>').append(this.__$tooltip).appendTo(I.window.document.body)},__forceRedraw:function(){var t=this.__$tooltip.parent();this.__$tooltip.detach(),this.__$tooltip.appendTo(t)},constrain:function(t,i){return this.constraints={width:t,height:i},this.__$tooltip.css({display:"block",height:"",overflow:"auto",width:t}),this},destroy:function(){this.__$tooltip.detach().find(".tooltipster-content").css({display:"",overflow:""}),this.$container.remove()},free:function(){return this.constraints=null,this.__$tooltip.css({display:"",height:"",overflow:"visible",width:""}),this},measure:function(){this.__forceRedraw();var t=this.__$tooltip[0].getBoundingClientRect(),i={size:{height:t.height||t.bottom-t.top,width:t.width||t.right-t.left}};if(this.constraints){var o=this.__$tooltip.find(".tooltipster-content"),e=this.__$tooltip.outerHeight(),n=o[0].getBoundingClientRect(),s={height:e<=this.constraints.height,width:t.width<=this.constraints.width&&n.width>=o[0].scrollWidth-1};i.fits=s.height&&s.width}return I.IE&&I.IE<=11&&i.size.width!==I.window.document.documentElement.clientWidth&&(i.size.width=Math.ceil(i.size.width)+1),i}};var o=navigator.userAgent.toLowerCase();-1!=o.indexOf("msie")?I.IE=parseInt(o.split("msie")[1]):-1!==o.toLowerCase().indexOf("trident")&&-1!==o.indexOf(" rv:11")?I.IE=11:-1!=o.toLowerCase().indexOf("edge/")&&(I.IE=parseInt(o.toLowerCase().split("edge/")[1]));var e="tooltipster.sideTip";return E.tooltipster._plugin({name:e,instance:{__defaults:function(){return{arrow:!0,distance:6,functionPosition:null,maxWidth:null,minIntersection:16,minWidth:0,position:null,side:"top",viewportAware:!0}},__init:function(t){var i=this;i.__instance=t,i.__namespace="tooltipster-sideTip-"+Math.round(1e6*Math.random()),i.__previousState="closed",i.__options,i.__optionsFormat(),i.__instance._on("state."+i.__namespace,function(t){"closed"==t.state?i.__close():"appearing"==t.state&&"closed"==i.__previousState&&i.__create(),i.__previousState=t.state}),i.__instance._on("options."+i.__namespace,function(){i.__optionsFormat()}),i.__instance._on("reposition."+i.__namespace,function(t){i.__reposition(t.event,t.helper)})},__close:function(){this.__instance.content()instanceof E&&this.__instance.content().detach(),this.__instance._$tooltip.remove(),this.__instance._$tooltip=null},__create:function(){var t=E('<div class="tooltipster-base tooltipster-sidetip"><div class="tooltipster-box"><div class="tooltipster-content"></div></div><div class="tooltipster-arrow"><div class="tooltipster-arrow-uncropped"><div class="tooltipster-arrow-border"></div><div class="tooltipster-arrow-background"></div></div></div></div>');this.__options.arrow||t.find(".tooltipster-box").css("margin",0).end().find(".tooltipster-arrow").hide(),this.__options.minWidth&&t.css("min-width",this.__options.minWidth+"px"),this.__options.maxWidth&&t.css("max-width",this.__options.maxWidth+"px"),this.__instance._$tooltip=t,this.__instance._trigger("created")},__destroy:function(){this.__instance._off("."+self.__namespace)},__optionsFormat:function(){var t=this;if(t.__options=t.__instance._optionsExtract(e,t.__defaults()),t.__options.position&&(t.__options.side=t.__options.position),"object"!=typeof t.__options.distance&&(t.__options.distance=[t.__options.distance]),t.__options.distance.length<4&&(void 0===t.__options.distance[1]&&(t.__options.distance[1]=t.__options.distance[0]),void 0===t.__options.distance[2]&&(t.__options.distance[2]=t.__options.distance[0]),void 0===t.__options.distance[3]&&(t.__options.distance[3]=t.__options.distance[1]),t.__options.distance={top:t.__options.distance[0],right:t.__options.distance[1],bottom:t.__options.distance[2],left:t.__options.distance[3]}),"string"==typeof t.__options.side){t.__options.side=[t.__options.side,{top:"bottom",right:"left",bottom:"top",left:"right"}[t.__options.side]],"left"==t.__options.side[0]||"right"==t.__options.side[0]?t.__options.side.push("top","bottom"):t.__options.side.push("right","left")}6===E.tooltipster._env.IE&&!0!==t.__options.arrow&&(t.__options.arrow=!1)},__reposition:function(a,l){var i,p=this,c=p.__targetFind(l),h=[];p.__instance._$tooltip.detach();var o=p.__instance._$tooltip.clone(),d=E.tooltipster._getRuler(o),u=!1,t=p.__instance.option("animation");switch(t&&o.removeClass("tooltipster-"+t),E.each(["window","document"],function(t,n){var s=null;if(p.__instance._trigger({container:n,helper:l,satisfied:u,takeTest:function(t){s=t},results:h,type:"positionTest"}),1==s||0!=s&&0==u&&("window"!=n||p.__options.viewportAware))for(t=0;t<p.__options.side.length;t++){var r={horizontal:0,vertical:0},_=p.__options.side[t];"top"==_||"bottom"==_?r.vertical=p.__options.distance[_]:r.horizontal=p.__options.distance[_],p.__sideChange(o,_),E.each(["natural","constrained"],function(t,i){if(s=null,p.__instance._trigger({container:n,event:a,helper:l,mode:i,results:h,satisfied:u,side:_,takeTest:function(t){s=t},type:"positionTest"}),1==s||0!=s&&0==u){var o={container:n,distance:r,fits:null,mode:i,outerSize:null,side:_,size:null,target:c[_],whole:null},e=("natural"==i?d.free():d.constrain(l.geo.available[n][_].width-r.horizontal,l.geo.available[n][_].height-r.vertical)).measure();if(o.size=e.size,o.outerSize={height:e.size.height+r.vertical,width:e.size.width+r.horizontal},"natural"==i?l.geo.available[n][_].width>=o.outerSize.width&&l.geo.available[n][_].height>=o.outerSize.height?o.fits=!0:o.fits=!1:o.fits=e.fits,"window"==n&&(o.fits?o.whole="top"==_||"bottom"==_?l.geo.origin.windowOffset.right>=p.__options.minIntersection&&l.geo.window.size.width-l.geo.origin.windowOffset.left>=p.__options.minIntersection:l.geo.origin.windowOffset.bottom>=p.__options.minIntersection&&l.geo.window.size.height-l.geo.origin.windowOffset.top>=p.__options.minIntersection:o.whole=!1),h.push(o),o.whole)u=!0;else if("natural"==o.mode&&(o.fits||o.size.width<=l.geo.available[n][_].width))return!1}})}}),p.__instance._trigger({edit:function(t){h=t},event:a,helper:l,results:h,type:"positionTested"}),h.sort(function(t,i){return t.whole&&!i.whole?-1:!t.whole&&i.whole?1:t.whole&&i.whole?(o=p.__options.side.indexOf(t.side))<(e=p.__options.side.indexOf(i.side))?-1:e<o?1:"natural"==t.mode?-1:1:t.fits&&!i.fits?-1:!t.fits&&i.fits?1:t.fits&&i.fits?(o=p.__options.side.indexOf(t.side))<(e=p.__options.side.indexOf(i.side))?-1:e<o?1:"natural"==t.mode?-1:1:"document"==t.container&&"bottom"==t.side&&"natural"==t.mode?-1:1;var o,e}),(i=h[0]).coord={},i.side){case"left":case"right":i.coord.top=Math.floor(i.target-i.size.height/2);break;case"bottom":case"top":i.coord.left=Math.floor(i.target-i.size.width/2)}switch(i.side){case"left":i.coord.left=l.geo.origin.windowOffset.left-i.outerSize.width;break;case"right":i.coord.left=l.geo.origin.windowOffset.right+i.distance.horizontal;break;case"top":i.coord.top=l.geo.origin.windowOffset.top-i.outerSize.height;break;case"bottom":i.coord.top=l.geo.origin.windowOffset.bottom+i.distance.vertical}"window"==i.container?"top"==i.side||"bottom"==i.side?i.coord.left<0?0<=l.geo.origin.windowOffset.right-this.__options.minIntersection?i.coord.left=0:i.coord.left=l.geo.origin.windowOffset.right-this.__options.minIntersection-1:i.coord.left>l.geo.window.size.width-i.size.width&&(l.geo.origin.windowOffset.left+this.__options.minIntersection<=l.geo.window.size.width?i.coord.left=l.geo.window.size.width-i.size.width:i.coord.left=l.geo.origin.windowOffset.left+this.__options.minIntersection+1-i.size.width):i.coord.top<0?0<=l.geo.origin.windowOffset.bottom-this.__options.minIntersection?i.coord.top=0:i.coord.top=l.geo.origin.windowOffset.bottom-this.__options.minIntersection-1:i.coord.top>l.geo.window.size.height-i.size.height&&(l.geo.origin.windowOffset.top+this.__options.minIntersection<=l.geo.window.size.height?i.coord.top=l.geo.window.size.height-i.size.height:i.coord.top=l.geo.origin.windowOffset.top+this.__options.minIntersection+1-i.size.height):(i.coord.left>l.geo.window.size.width-i.size.width&&(i.coord.left=l.geo.window.size.width-i.size.width),i.coord.left<0&&(i.coord.left=0)),p.__sideChange(o,i.side),l.tooltipClone=o[0],l.tooltipParent=p.__instance.option("parent").parent[0],l.mode=i.mode,l.whole=i.whole,l.origin=p.__instance._$origin[0],l.tooltip=p.__instance._$tooltip[0],delete i.container,delete i.fits,delete i.mode,delete i.outerSize,delete i.whole,i.distance=i.distance.horizontal||i.distance.vertical;var e,n,s,r=E.extend(!0,{},i);if(p.__instance._trigger({edit:function(t){i=t},event:a,helper:l,position:r,type:"position"}),p.__options.functionPosition){var _=p.__options.functionPosition.call(p,p.__instance,l,r);_&&(i=_)}d.destroy(),n="top"==i.side||"bottom"==i.side?(e={prop:"left",val:i.target-i.coord.left},i.size.width-this.__options.minIntersection):(e={prop:"top",val:i.target-i.coord.top},i.size.height-this.__options.minIntersection),e.val<this.__options.minIntersection?e.val=this.__options.minIntersection:e.val>n&&(e.val=n),s=l.geo.origin.fixedLineage?l.geo.origin.windowOffset:{left:l.geo.origin.windowOffset.left+l.geo.window.scroll.left,top:l.geo.origin.windowOffset.top+l.geo.window.scroll.top},i.coord={left:s.left+(i.coord.left-l.geo.origin.windowOffset.left),top:s.top+(i.coord.top-l.geo.origin.windowOffset.top)},p.__sideChange(p.__instance._$tooltip,i.side),l.geo.origin.fixedLineage?p.__instance._$tooltip.css("position","fixed"):p.__instance._$tooltip.css("position",""),p.__instance._$tooltip.css({left:i.coord.left,top:i.coord.top,height:i.size.height,width:i.size.width}).find(".tooltipster-arrow").css({left:"",top:""}).css(e.prop,e.val),p.__instance._$tooltip.appendTo(p.__instance.option("parent")),p.__instance._trigger({type:"repositioned",event:a,position:i})},__sideChange:function(t,i){t.removeClass("tooltipster-bottom").removeClass("tooltipster-left").removeClass("tooltipster-right").removeClass("tooltipster-top").addClass("tooltipster-"+i)},__targetFind:function(t){var i={},o=this.__instance._$origin[0].getClientRects();1<o.length&&1==this.__instance._$origin.css("opacity")&&(this.__instance._$origin.css("opacity",.99),o=this.__instance._$origin[0].getClientRects(),this.__instance._$origin.css("opacity",1));if(o.length<2)i.top=Math.floor(t.geo.origin.windowOffset.left+t.geo.origin.size.width/2),i.bottom=i.top,i.left=Math.floor(t.geo.origin.windowOffset.top+t.geo.origin.size.height/2),i.right=i.left;else{var e=o[0];i.top=Math.floor(e.left+(e.right-e.left)/2),e=2<o.length?o[Math.ceil(o.length/2)-1]:o[0],i.right=Math.floor(e.top+(e.bottom-e.top)/2),e=o[o.length-1],i.bottom=Math.floor(e.left+(e.right-e.left)/2),e=2<o.length?o[Math.ceil((o.length+1)/2)-1]:o[o.length-1],i.left=Math.floor(e.top+(e.bottom-e.top)/2)}return i}}}),E});
|
15 |
"object"==typeof navigator&&function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define("Plyr",t):(e=e||self).Plyr=t()}(this,function(){"use strict";!function(){if("undefined"!=typeof window)try{var e=new window.CustomEvent("test",{cancelable:!0});if(e.preventDefault(),!0!==e.defaultPrevented)throw new Error("Could not prevent default")}catch(e){var t=function(e,t){var n,i;return(t=t||{}).bubbles=!!t.bubbles,t.cancelable=!!t.cancelable,(n=document.createEvent("CustomEvent")).initCustomEvent(e,t.bubbles,t.cancelable,t.detail),i=n.preventDefault,n.preventDefault=function(){i.call(this);try{Object.defineProperty(this,"defaultPrevented",{get:function(){return!0}})}catch(e){this.defaultPrevented=!0}},n};t.prototype=window.Event.prototype,window.CustomEvent=t}}();var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function t(e,t){return e(t={exports:{}},t.exports),t.exports}function n(e){return e&&e.Math==Math&&e}function g(e){try{return!!e()}catch(e){return!0}}function r(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}function d(e){return A.call(e).slice(8,-1)}function h(e){if(null==e)throw TypeError("Can't call method on "+e);return e}function c(e){return C(h(e))}function v(e){return"object"==typeof e?null!==e:"function"==typeof e}function u(e,t){if(!v(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!v(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!v(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!v(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")}function w(e,t){return P.call(e,t)}function a(e){return I?L.createElement(e):{}}function E(e){if(!v(e))throw TypeError(String(e)+" is not an object");return e}function f(t,n){try{R(y,t,n)}catch(e){y[t]=n}return n}function s(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++H+V).toString(36)}function i(e){return B[e]||(B[e]=s(e))}var o,l,p,m="object",y=n(typeof globalThis==m&&globalThis)||n(typeof window==m&&window)||n(typeof self==m&&self)||n(typeof e==m&&e)||Function("return this")(),b=!g(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}),k={}.propertyIsEnumerable,T=Object.getOwnPropertyDescriptor,S={f:T&&!k.call({1:2},1)?function(e){var t=T(this,e);return!!t&&t.enumerable}:k},A={}.toString,x="".split,C=g(function(){return!Object("z").propertyIsEnumerable(0)})?function(e){return"String"==d(e)?x.call(e,""):Object(e)}:Object,P={}.hasOwnProperty,L=y.document,I=v(L)&&v(L.createElement),M=!b&&!g(function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}),O=Object.getOwnPropertyDescriptor,j={f:b?O:function(e,t){if(e=c(e),t=u(t,!0),M)try{return O(e,t)}catch(e){}if(w(e,t))return r(!S.f.call(e,t),e[t])}},N=Object.defineProperty,_={f:b?N:function(e,t,n){if(E(e),t=u(t,!0),E(n),M)try{return N(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},R=b?function(e,t,n){return _.f(e,t,r(1,n))}:function(e,t,n){return e[t]=n,e},U=t(function(e){var t="__core-js_shared__",n=y[t]||f(t,{});(e.exports=function(e,t){return n[e]||(n[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.1.3",mode:"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})}),F=U("native-function-to-string",Function.toString),q=y.WeakMap,D="function"==typeof q&&/native code/.test(F.call(q)),H=0,V=Math.random(),B=U("keys"),z={},W=y.WeakMap;if(D){var K=new W,$=K.get,Y=K.has,G=K.set;o=function(e,t){return G.call(K,e,t),t},l=function(e){return $.call(K,e)||{}},p=function(e){return Y.call(K,e)}}else{var Q=i("state");z[Q]=!0,o=function(e,t){return R(e,Q,t),t},l=function(e){return w(e,Q)?e[Q]:{}},p=function(e){return w(e,Q)}}function X(e){return"function"==typeof e?e:void 0}function J(e,t){return arguments.length<2?X(he[e])||X(y[e]):he[e]&&he[e][t]||y[e]&&y[e][t]}function Z(e){return isNaN(e=+e)?0:(0<e?de:fe)(e)}function ee(e){return 0<e?pe(Z(e),9007199254740991):0}function te(e,t){var n=Z(e);return n<0?me(n+t,0):ge(n,t)}function ne(s){return function(e,t,n){var i,r=c(e),a=ee(r.length),o=te(n,a);if(s&&t!=t){for(;o<a;)if((i=r[o++])!=i)return!0}else for(;o<a;o++)if((s||o in r)&&r[o]===t)return s||o||0;return!s&&-1}}function ie(e,t){var n,i=c(e),r=0,a=[];for(n in i)!w(z,n)&&w(i,n)&&a.push(n);for(;t.length>r;)w(i,n=t[r++])&&(~ye(a,n)||a.push(n));return a}function re(e,t){for(var n=Se(t),i=_.f,r=j.f,a=0;a<n.length;a++){var o=n[a];w(e,o)||i(e,o,r(t,o))}}function ae(e,t){var n=xe[Ae(e)];return n==Pe||n!=Ce&&("function"==typeof t?g(t):!!t)}function oe(e,t){var n,i,r,a,o,s=e.target,l=e.global,c=e.stat;if(n=l?y:c?y[s]||f(s,{}):(y[s]||{}).prototype)for(i in t){if(a=t[i],r=e.noTargetGet?(o=Ie(n,i))&&o.value:n[i],!Le(l?i:s+(c?".":"#")+i,e.forced)&&void 0!==r){if(typeof a==typeof r)continue;re(a,r)}(e.sham||r&&r.sham)&&R(a,"sham",!0),ue(n,i,a,e)}}function se(e){return Object(h(e))}function le(){}var ce={set:o,get:l,has:p,enforce:function(e){return p(e)?l(e):o(e,{})},getterFor:function(n){return function(e){var t;if(!v(e)||(t=l(e)).type!==n)throw TypeError("Incompatible receiver, "+n+" required");return t}}},ue=t(function(e){var t=ce.get,s=ce.enforce,l=String(F).split("toString");U("inspectSource",function(e){return F.call(e)}),(e.exports=function(e,t,n,i){var r=!!i&&!!i.unsafe,a=!!i&&!!i.enumerable,o=!!i&&!!i.noTargetGet;"function"==typeof n&&("string"!=typeof t||w(n,"name")||R(n,"name",t),s(n).source=l.join("string"==typeof t?t:"")),e!==y?(r?!o&&e[t]&&(a=!0):delete e[t],a?e[t]=n:R(e,t,n)):a?e[t]=n:f(t,n)})(Function.prototype,"toString",function(){return"function"==typeof this&&t(this).source||F.call(this)})}),he=y,fe=Math.ceil,de=Math.floor,pe=Math.min,me=Math.max,ge=Math.min,ve={includes:ne(!0),indexOf:ne(!1)},ye=ve.indexOf,be=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],we=be.concat("length","prototype"),ke={f:Object.getOwnPropertyNames||function(e){return ie(e,we)}},Te={f:Object.getOwnPropertySymbols},Se=J("Reflect","ownKeys")||function(e){var t=ke.f(E(e)),n=Te.f;return n?t.concat(n(e)):t},Ee=/#|\.prototype\./,Ae=ae.normalize=function(e){return String(e).replace(Ee,".").toLowerCase()},xe=ae.data={},Ce=ae.NATIVE="N",Pe=ae.POLYFILL="P",Le=ae,Ie=j.f,Me=!!Object.getOwnPropertySymbols&&!g(function(){return!String(Symbol())}),Oe=Array.isArray||function(e){return"Array"==d(e)},je=Object.keys||function(e){return ie(e,be)},Ne=b?Object.defineProperties:function(e,t){E(e);for(var n,i=je(t),r=i.length,a=0;a<r;)_.f(e,n=i[a++],t[n]);return e},_e=J("document","documentElement"),Re=i("IE_PROTO"),Ue="prototype",Fe=function(){var e,t=a("iframe"),n=be.length,i="script";for(t.style.display="none",_e.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write("<script>document.F=Object</"+i+">"),e.close(),Fe=e.F;n--;)delete Fe[Ue][be[n]];return Fe()},qe=Object.create||function(e,t){var n;return null!==e?(le[Ue]=E(e),n=new le,le[Ue]=null,n[Re]=e):n=Fe(),void 0===t?n:Ne(n,t)};z[Re]=!0;function De(e){return nt[e]||(nt[e]=Me&&tt[e]||(Me?tt:s)("Symbol."+e))}function He(e){var t=he.Symbol||(he.Symbol={});w(t,e)||rt(t,e,{value:it.f(e)})}function Ve(e,t,n){e&&!w(e=n?e:e.prototype,ot)&&at(e,ot,{configurable:!0,value:t})}function Be(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}function ze(i,r,e){if(Be(i),void 0===r)return i;switch(e){case 0:return function(){return i.call(r)};case 1:return function(e){return i.call(r,e)};case 2:return function(e,t){return i.call(r,e,t)};case 3:return function(e,t,n){return i.call(r,e,t,n)}}return function(){return i.apply(r,arguments)}}function We(e,t){var n;return Oe(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!Oe(n.prototype)?v(n)&&null===(n=n[st])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}function Ke(d){var p=1==d,m=2==d,g=3==d,v=4==d,y=6==d,b=5==d||y;return function(e,t,n,i){for(var r,a,o=se(e),s=C(o),l=ze(t,n,3),c=ee(s.length),u=0,h=i||We,f=p?h(e,c):m?h(e,0):void 0;u<c;u++)if((b||u in s)&&(a=l(r=s[u],u,o),d))if(p)f[u]=a;else if(a)switch(d){case 3:return!0;case 5:return r;case 6:return u;case 2:lt.call(f,r)}else if(v)return!1;return y?-1:g||v?v:f}}function $e(e,t){var n=At[e]=qe(yt[dt]);return mt(n,{type:ft,tag:e,description:t}),b||(n.description=t),n}function Ye(t,e){E(t);var n=c(e),i=je(n).concat(Rt(n));return ut(i,function(e){b&&!_t.call(n,e)||Nt(t,e,n[e])}),t}function Ge(e,t){var n=c(e),i=u(t,!0);if(n!==vt||!w(At,i)||w(xt,i)){var r=kt(n,i);return!r||!w(At,i)||w(n,ht)&&n[ht][i]||(r.enumerable=!0),r}}function Qe(e){var t=St(c(e)),n=[];return ut(t,function(e){w(At,e)||w(z,e)||n.push(e)}),n}var Xe=ke.f,Je={}.toString,Ze="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],et={f:function(e){return Ze&&"[object Window]"==Je.call(e)?function(e){try{return Xe(e)}catch(e){return Ze.slice()}}(e):Xe(c(e))}},tt=y.Symbol,nt=U("wks"),it={f:De},rt=_.f,at=_.f,ot=De("toStringTag"),st=De("species"),lt=[].push,ct={forEach:Ke(0),map:Ke(1),filter:Ke(2),some:Ke(3),every:Ke(4),find:Ke(5),findIndex:Ke(6)},ut=ct.forEach,ht=i("hidden"),ft="Symbol",dt="prototype",pt=De("toPrimitive"),mt=ce.set,gt=ce.getterFor(ft),vt=Object[dt],yt=y.Symbol,bt=y.JSON,wt=bt&&bt.stringify,kt=j.f,Tt=_.f,St=et.f,Et=S.f,At=U("symbols"),xt=U("op-symbols"),Ct=U("string-to-symbol-registry"),Pt=U("symbol-to-string-registry"),Lt=U("wks"),It=y.QObject,Mt=!It||!It[dt]||!It[dt].findChild,Ot=b&&g(function(){return 7!=qe(Tt({},"a",{get:function(){return Tt(this,"a",{value:7}).a}})).a})?function(e,t,n){var i=kt(vt,t);i&&delete vt[t],Tt(e,t,n),i&&e!==vt&&Tt(vt,t,i)}:Tt,jt=Me&&"symbol"==typeof yt.iterator?function(e){return"symbol"==typeof e}:function(e){return Object(e)instanceof yt},Nt=function(e,t,n){e===vt&&Nt(xt,t,n),E(e);var i=u(t,!0);return E(n),w(At,i)?(n.enumerable?(w(e,ht)&&e[ht][i]&&(e[ht][i]=!1),n=qe(n,{enumerable:r(0,!1)})):(w(e,ht)||Tt(e,ht,r(1,{})),e[ht][i]=!0),Ot(e,i,n)):Tt(e,i,n)},_t=function(e){var t=u(e,!0),n=Et.call(this,t);return!(this===vt&&w(At,t)&&!w(xt,t))&&(!(n||!w(this,t)||!w(At,t)||w(this,ht)&&this[ht][t])||n)},Rt=function(e){var t=e===vt,n=St(t?xt:c(e)),i=[];return ut(n,function(e){!w(At,e)||t&&!w(vt,e)||i.push(At[e])}),i};Me||(ue((yt=function(e){if(this instanceof yt)throw TypeError("Symbol is not a constructor");var t=arguments.length&&void 0!==e?String(e):void 0,n=s(t),i=function(e){this===vt&&i.call(xt,e),w(this,ht)&&w(this[ht],n)&&(this[ht][n]=!1),Ot(this,n,r(1,e))};return b&&Mt&&Ot(vt,n,{configurable:!0,set:i}),$e(n,t)})[dt],"toString",function(){return gt(this).tag}),S.f=_t,_.f=Nt,j.f=Ge,ke.f=et.f=Qe,Te.f=Rt,b&&(Tt(yt[dt],"description",{configurable:!0,get:function(){return gt(this).description}}),ue(vt,"propertyIsEnumerable",_t,{unsafe:!0})),it.f=function(e){return $e(De(e),e)}),oe({global:!0,wrap:!0,forced:!Me,sham:!Me},{Symbol:yt}),ut(je(Lt),function(e){He(e)}),oe({target:ft,stat:!0,forced:!Me},{for:function(e){var t=String(e);if(w(Ct,t))return Ct[t];var n=yt(t);return Ct[t]=n,Pt[n]=t,n},keyFor:function(e){if(!jt(e))throw TypeError(e+" is not a symbol");if(w(Pt,e))return Pt[e]},useSetter:function(){Mt=!0},useSimple:function(){Mt=!1}}),oe({target:"Object",stat:!0,forced:!Me,sham:!b},{create:function(e,t){return void 0===t?qe(e):Ye(qe(e),t)},defineProperty:Nt,defineProperties:Ye,getOwnPropertyDescriptor:Ge}),oe({target:"Object",stat:!0,forced:!Me},{getOwnPropertyNames:Qe,getOwnPropertySymbols:Rt}),oe({target:"Object",stat:!0,forced:g(function(){Te.f(1)})},{getOwnPropertySymbols:function(e){return Te.f(se(e))}}),bt&&oe({target:"JSON",stat:!0,forced:!Me||g(function(){var e=yt();return"[null]"!=wt([e])||"{}"!=wt({a:e})||"{}"!=wt(Object(e))})},{stringify:function(e){for(var t,n,i=[e],r=1;r<arguments.length;)i.push(arguments[r++]);if(n=t=i[1],(v(t)||void 0!==e)&&!jt(e))return Oe(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!jt(t))return t}),i[1]=t,wt.apply(bt,i)}}),yt[dt][pt]||R(yt[dt],pt,yt[dt].valueOf),Ve(yt,ft),z[ht]=!0;var Ut=_.f,Ft=y.Symbol;if(!(!b||"function"!=typeof Ft||"description"in Ft.prototype&&void 0===Ft().description)){var qt={},Dt=function(e){var t=arguments.length<1||void 0===e?void 0:String(e),n=this instanceof Dt?new Ft(t):void 0===t?Ft():Ft(t);return""===t&&(qt[n]=!0),n};re(Dt,Ft);var Ht=Dt.prototype=Ft.prototype;Ht.constructor=Dt;var Vt=Ht.toString,Bt="Symbol(test)"==String(Ft("test")),zt=/^Symbol\((.*)\)[^)]+$/;Ut(Ht,"description",{configurable:!0,get:function(){var e=v(this)?this.valueOf():this,t=Vt.call(e);if(w(qt,e))return"";var n=Bt?t.slice(7,-1):t.replace(zt,"$1");return""===n?void 0:n}}),oe({global:!0,forced:!0},{Symbol:Dt})}He("iterator");var Wt=De("unscopables"),Kt=Array.prototype;null==Kt[Wt]&&R(Kt,Wt,qe(null));function $t(e){Kt[Wt][e]=!0}var Yt,Gt,Qt,Xt={},Jt=!g(function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}),Zt=i("IE_PROTO"),en=Object.prototype,tn=Jt?Object.getPrototypeOf:function(e){return e=se(e),w(e,Zt)?e[Zt]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?en:null},nn=De("iterator"),rn=!1;[].keys&&("next"in(Qt=[].keys())?(Gt=tn(tn(Qt)))!==Object.prototype&&(Yt=Gt):rn=!0),null==Yt&&(Yt={}),w(Yt,nn)||R(Yt,nn,function(){return this});function an(){return this}function on(e,t,n){var i=t+" Iterator";return e.prototype=qe(un,{next:r(1,n)}),Ve(e,i,!1),Xt[i]=an,e}function sn(){return this}function ln(e,t,n,i,r,a,o){function s(e){if(e===r&&m)return m;if(!dn&&e in d)return d[e];switch(e){case"keys":case mn:case gn:return function(){return new n(this,e)}}return function(){return new n(this)}}on(n,t,i);var l,c,u,h=t+" Iterator",f=!1,d=e.prototype,p=d[pn]||d["@@iterator"]||r&&d[r],m=!dn&&p||s(r),g="Array"==t&&d.entries||p;if(g&&(l=tn(g.call(new e)),fn!==Object.prototype&&l.next&&(tn(l)!==fn&&(hn?hn(l,fn):"function"!=typeof l[pn]&&R(l,pn,sn)),Ve(l,h,!0))),r==mn&&p&&p.name!==mn&&(f=!0,m=function(){return p.call(this)}),d[pn]!==m&&R(d,pn,m),Xt[t]=m,r)if(c={values:s(mn),keys:a?m:s("keys"),entries:s(gn)},o)for(u in c)!dn&&!f&&u in d||ue(d,u,c[u]);else oe({target:t,proto:!0,forced:dn||f},c);return c}var cn={IteratorPrototype:Yt,BUGGY_SAFARI_ITERATORS:rn},un=cn.IteratorPrototype,hn=Object.setPrototypeOf||("__proto__"in{}?function(){var n,i=!1,e={};try{(n=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(e,[]),i=e instanceof Array}catch(e){}return function(e,t){return E(e),function(e){if(!v(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype")}(t),i?n.call(e,t):e.__proto__=t,e}}():void 0),fn=cn.IteratorPrototype,dn=cn.BUGGY_SAFARI_ITERATORS,pn=De("iterator"),mn="values",gn="entries",vn="Array Iterator",yn=ce.set,bn=ce.getterFor(vn),wn=ln(Array,"Array",function(e,t){yn(this,{type:vn,target:c(e),index:0,kind:t})},function(){var e=bn(this),t=e.target,n=e.kind,i=e.index++;return!t||i>=t.length?{value:e.target=void 0,done:!0}:"keys"==n?{value:i,done:!1}:"values"==n?{value:t[i],done:!1}:{value:[i,t[i]],done:!1}},"values");Xt.Arguments=Xt.Array,$t("keys"),$t("values"),$t("entries");function kn(e,t){var n=[][e];return!n||!g(function(){n.call(null,t||function(){throw 1},1)})}var Tn=[].join,Sn=C!=Object,En=kn("join",",");oe({target:"Array",proto:!0,forced:Sn||En},{join:function(e){return Tn.call(c(this),void 0===e?",":e)}});function An(e,t,n){var i=u(t);i in e?_.f(e,i,r(0,n)):e[i]=n}function xn(t){return!g(function(){var e=[];return(e.constructor={})[Cn]=function(){return{foo:1}},1!==e[t](Boolean).foo})}var Cn=De("species"),Pn=De("species"),Ln=[].slice,In=Math.max;oe({target:"Array",proto:!0,forced:!xn("slice")},{slice:function(e,t){var n,i,r,a=c(this),o=ee(a.length),s=te(e,o),l=te(void 0===t?o:t,o);if(Oe(a)&&("function"!=typeof(n=a.constructor)||n!==Array&&!Oe(n.prototype)?v(n)&&null===(n=n[Pn])&&(n=void 0):n=void 0,n===Array||void 0===n))return Ln.call(a,s,l);for(i=new(void 0===n?Array:n)(In(l-s,0)),r=0;s<l;s++,r++)s in a&&An(i,r,a[s]);return i.length=r,i}});function Mn(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),On))?n:jn?d(t):"Object"==(i=d(t))&&"function"==typeof t.callee?"Arguments":i}var On=De("toStringTag"),jn="Arguments"==d(function(){return arguments}()),Nn={};Nn[De("toStringTag")]="z";var _n="[object z]"!==String(Nn)?function(){return"[object "+Mn(this)+"]"}:Nn.toString,Rn=Object.prototype;_n!==Rn.toString&&ue(Rn,"toString",_n,{unsafe:!0});function Un(){var e=E(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}var Fn="toString",qn=RegExp.prototype,Dn=qn[Fn],Hn=g(function(){return"/a/b"!=Dn.call({source:"a",flags:"b"})}),Vn=Dn.name!=Fn;(Hn||Vn)&&ue(RegExp.prototype,Fn,function(){var e=E(this),t=String(e.source),n=e.flags;return"/"+t+"/"+String(void 0===n&&e instanceof RegExp&&!("flags"in qn)?Un.call(e):n)},{unsafe:!0});function Bn(s){return function(e,t){var n,i,r=String(h(e)),a=Z(t),o=r.length;return a<0||o<=a?s?"":void 0:(n=r.charCodeAt(a))<55296||56319<n||a+1===o||(i=r.charCodeAt(a+1))<56320||57343<i?s?r.charAt(a):n:s?r.slice(a,a+2):i-56320+(n-55296<<10)+65536}}var zn={codeAt:Bn(!1),charAt:Bn(!0)},Wn=zn.charAt,Kn="String Iterator",$n=ce.set,Yn=ce.getterFor(Kn);ln(String,"String",function(e){$n(this,{type:Kn,string:String(e),index:0})},function(){var e,t=Yn(this),n=t.string,i=t.index;return i>=n.length?{value:void 0,done:!0}:(e=Wn(n,i),t.index+=e.length,{value:e,done:!1})});var Gn,Qn,Xn=RegExp.prototype.exec,Jn=String.prototype.replace,Zn=Xn,ei=(Gn=/a/,Qn=/b*/g,Xn.call(Gn,"a"),Xn.call(Qn,"a"),0!==Gn.lastIndex||0!==Qn.lastIndex),ti=void 0!==/()??/.exec("")[1];(ei||ti)&&(Zn=function(e){var t,n,i,r,a=this;return ti&&(n=new RegExp("^"+a.source+"$(?!\\s)",Un.call(a))),ei&&(t=a.lastIndex),i=Xn.call(a,e),ei&&i&&(a.lastIndex=a.global?i.index+i[0].length:t),ti&&i&&1<i.length&&Jn.call(i[0],n,function(){for(r=1;r<arguments.length-2;r++)void 0===arguments[r]&&(i[r]=void 0)}),i});function ni(n,e,t,i){var r=De(n),a=!g(function(){var e={};return e[r]=function(){return 7},7!=""[n](e)}),o=a&&!g(function(){var e=!1,t=/a/;return t.exec=function(){return e=!0,null},"split"===n&&(t.constructor={},t.constructor[oi]=function(){return t}),t[r](""),!e});if(!a||!o||"replace"===n&&!si||"split"===n&&!li){var s=/./[r],l=t(r,""[n],function(e,t,n,i,r){return t.exec===ai?a&&!r?{done:!0,value:s.call(t,n,i)}:{done:!0,value:e.call(n,t,i)}:{done:!1}}),c=l[0],u=l[1];ue(String.prototype,n,c),ue(RegExp.prototype,r,2==e?function(e,t){return u.call(e,this,t)}:function(e){return u.call(e,this)}),i&&R(RegExp.prototype[r],"sham",!0)}}function ii(e,t,n){return t+(n?ci(e,t).length:1)}function ri(e,t){var n=e.exec;if("function"==typeof n){var i=n.call(e,t);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==d(e))throw TypeError("RegExp#exec called on incompatible receiver");return ai.call(e,t)}var ai=Zn,oi=De("species"),si=!g(function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}),li=!g(function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}),ci=zn.charAt,ui=Math.max,hi=Math.min,fi=Math.floor,di=/\$([$&'`]|\d\d?|<[^>]*>)/g,pi=/\$([$&'`]|\d\d?)/g;ni("replace",2,function(r,k,T){return[function(e,t){var n=h(this),i=null==e?void 0:e[r];return void 0!==i?i.call(e,n,t):k.call(String(n),e,t)},function(e,t){var n=T(k,e,this,t);if(n.done)return n.value;var i=E(e),r=String(this),a="function"==typeof t;a||(t=String(t));var o=i.global;if(o){var s=i.unicode;i.lastIndex=0}for(var l=[];;){var c=ri(i,r);if(null===c)break;if(l.push(c),!o)break;""===String(c[0])&&(i.lastIndex=ii(r,ee(i.lastIndex),s))}for(var u,h="",f=0,d=0;d<l.length;d++){c=l[d];for(var p=String(c[0]),m=ui(hi(Z(c.index),r.length),0),g=[],v=1;v<c.length;v++)g.push(void 0===(u=c[v])?u:String(u));var y=c.groups;if(a){var b=[p].concat(g,m,r);void 0!==y&&b.push(y);var w=String(t.apply(void 0,b))}else w=S(p,r,m,g,y,t);f<=m&&(h+=r.slice(f,m)+w,f=m+p.length)}return h+r.slice(f)}];function S(a,o,s,l,c,e){var u=s+a.length,h=l.length,t=pi;return void 0!==c&&(c=se(c),t=di),k.call(e,t,function(e,t){var n;switch(t.charAt(0)){case"$":return"$";case"&":return a;case"`":return o.slice(0,s);case"'":return o.slice(u);case"<":n=c[t.slice(1,-1)];break;default:var i=+t;if(0==i)return e;if(h<i){var r=fi(i/10);return 0===r?e:r<=h?void 0===l[r-1]?t.charAt(1):l[r-1]+t.charAt(1):e}n=l[i-1]}return void 0===n?"":n})}});var mi=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t};ni("search",1,function(i,o,s){return[function(e){var t=h(this),n=null==e?void 0:e[i];return void 0!==n?n.call(e,t):new RegExp(e)[i](String(t))},function(e){var t=s(o,e,this);if(t.done)return t.value;var n=E(e),i=String(this),r=n.lastIndex;mi(r,0)||(n.lastIndex=0);var a=ri(n,i);return mi(n.lastIndex,r)||(n.lastIndex=r),null===a?-1:a.index}]});function gi(e){var t;return v(e)&&(void 0!==(t=e[yi])?!!t:"RegExp"==d(e))}function vi(e,t){var n,i=E(e).constructor;return void 0===i||null==(n=E(i)[bi])?t:Be(n)}var yi=De("match"),bi=De("species"),wi=[].push,ki=Math.min,Ti=4294967295,Si=!g(function(){return!RegExp(Ti,"y")});ni("split",2,function(r,g,v){var y;return y="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||1<".".split(/()()/).length||"".split(/.?/).length?function(e,t){var n=String(h(this)),i=void 0===t?Ti:t>>>0;if(0==i)return[];if(void 0===e)return[n];if(!gi(e))return g.call(n,e,i);for(var r,a,o,s=[],l=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),c=0,u=new RegExp(e.source,l+"g");(r=ai.call(u,n))&&!(c<(a=u.lastIndex)&&(s.push(n.slice(c,r.index)),1<r.length&&r.index<n.length&&wi.apply(s,r.slice(1)),o=r[0].length,c=a,s.length>=i));)u.lastIndex===r.index&&u.lastIndex++;return c===n.length?!o&&u.test("")||s.push(""):s.push(n.slice(c)),s.length>i?s.slice(0,i):s}:"0".split(void 0,0).length?function(e,t){return void 0===e&&0===t?[]:g.call(this,e,t)}:g,[function(e,t){var n=h(this),i=null==e?void 0:e[r];return void 0!==i?i.call(e,n,t):y.call(String(n),e,t)},function(e,t){var n=v(y,e,this,t,y!==g);if(n.done)return n.value;var i=E(e),r=String(this),a=vi(i,RegExp),o=i.unicode,s=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(Si?"y":"g"),l=new a(Si?i:"^(?:"+i.source+")",s),c=void 0===t?Ti:t>>>0;if(0==c)return[];if(0===r.length)return null===ri(l,r)?[r]:[];for(var u=0,h=0,f=[];h<r.length;){l.lastIndex=Si?h:0;var d,p=ri(l,Si?r:r.slice(h));if(null===p||(d=ki(ee(l.lastIndex+(Si?0:h)),r.length))===u)h=ii(r,h,o);else{if(f.push(r.slice(u,h)),f.length===c)return f;for(var m=1;m<=p.length-1;m++)if(f.push(p[m]),f.length===c)return f;h=u=d}}return f.push(r.slice(u)),f}]},!Si);var Ei={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},Ai=ct.forEach,xi=kn("forEach")?function(e,t){return Ai(this,e,1<arguments.length?t:void 0)}:[].forEach;for(var Ci in Ei){var Pi=y[Ci],Li=Pi&&Pi.prototype;if(Li&&Li.forEach!==xi)try{R(Li,"forEach",xi)}catch(e){Li.forEach=xi}}var Ii=De("iterator"),Mi=De("toStringTag"),Oi=wn.values;for(var ji in Ei){var Ni=y[ji],_i=Ni&&Ni.prototype;if(_i){if(_i[Ii]!==Oi)try{R(_i,Ii,Oi)}catch(e){_i[Ii]=Oi}if(_i[Mi]||R(_i,Mi,ji),Ei[ji])for(var Ri in wn)if(_i[Ri]!==wn[Ri])try{R(_i,Ri,wn[Ri])}catch(e){_i[Ri]=wn[Ri]}}}function Ui(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return e}function Fi(t,e,n,i){try{return i?e(E(n)[0],n[1]):e(n)}catch(e){var r=t.return;throw void 0!==r&&E(r.call(t)),e}}function qi(e){return void 0!==e&&(Xt.Array===e||ar[rr]===e)}function Di(e){if(null!=e)return e[or]||e["@@iterator"]||Xt[Mn(e)]}function Hi(e,t,n){var i,r,a,o,s=se(e),l="function"==typeof this?this:Array,c=arguments.length,u=1<c?t:void 0,h=void 0!==u,f=0,d=Di(s);if(h&&(u=ze(u,2<c?n:void 0,2)),null==d||l==Array&&qi(d))for(r=new l(i=ee(s.length));f<i;f++)An(r,f,h?u(s[f],f):s[f]);else for(o=d.call(s),r=new l;!(a=o.next()).done;f++)An(r,f,h?Fi(o,u,[a.value,f],!0):a.value);return r.length=f,r}function Vi(e){return e+22+75*(e<26)}function Bi(e,t,n){var i=0;for(e=n?hr(e/700):e>>1,e+=hr(e/t);455<e;i+=36)e=hr(e/35);return hr(i+36*e/(e+38))}function zi(e){var t,n,i=[],r=(e=function(e){for(var t=[],n=0,i=e.length;n<i;){var r=e.charCodeAt(n++);if(55296<=r&&r<=56319&&n<i){var a=e.charCodeAt(n++);56320==(64512&a)?t.push(((1023&r)<<10)+(1023&a)+65536):(t.push(r),n--)}else t.push(r)}return t}(e)).length,a=128,o=0,s=72;for(t=0;t<e.length;t++)(n=e[t])<128&&i.push(fr(n));var l=i.length,c=l;for(l&&i.push("-");c<r;){var u=sr;for(t=0;t<e.length;t++)a<=(n=e[t])&&n<u&&(u=n);var h=c+1;if(u-a>hr((sr-o)/h))throw RangeError(ur);for(o+=(u-a)*h,a=u,t=0;t<e.length;t++){if((n=e[t])<a&&++o>sr)throw RangeError(ur);if(n==a){for(var f=o,d=36;;d+=36){var p=d<=s?1:s+26<=d?26:d-s;if(f<p)break;var m=f-p,g=36-p;i.push(fr(Vi(p+m%g))),f=hr(m/g)}i.push(fr(Vi(f))),s=Bi(o,h,c==l),o=0,++c}}++o,++a}return i.join("")}function Wi(e,t,n){for(var i in t)ue(e,i,t[i],n);return e}function Ki(e){var t=Di(e);if("function"!=typeof t)throw TypeError(String(e)+" is not iterable");return E(t.call(e))}function $i(t){try{return decodeURIComponent(t)}catch(e){return t}}function Yi(e){var t,n=e.replace(br," "),i=4;try{return decodeURIComponent(n)}catch(e){for(;i;)n=n.replace((t=i--,wr[t-1]||(wr[t-1]=RegExp("((?:%[\\da-f]{2}){"+t+"})","gi"))),$i);return n}}function Gi(e){return Tr[e]}function Qi(e){return encodeURIComponent(e).replace(kr,Gi)}function Xi(e,t){if(t)for(var n,i,r=t.split("&"),a=0;a<r.length;)(n=r[a++]).length&&(i=n.split("="),e.push({key:Yi(i.shift()),value:Yi(i.join("="))}))}function Ji(e){this.entries.length=0,Xi(this.entries,e)}function Zi(e,t){if(e<t)throw TypeError("Not enough arguments")}var er=De("iterator"),tr=!g(function(){var e=new URL("b?e=1","http://a"),t=e.searchParams;return e.pathname="c%20d",!t.sort||"http://a/c%20d?e=1"!==e.href||"1"!==t.get("e")||"a=1"!==String(new URLSearchParams("?a=1"))||!t[er]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash}),nr=Object.assign,ir=!nr||g(function(){var e={},t={},n=Symbol(),i="abcdefghijklmnopqrst";return e[n]=7,i.split("").forEach(function(e){t[e]=e}),7!=nr({},e)[n]||je(nr({},t)).join("")!=i})?function(e,t){for(var n=se(e),i=arguments.length,r=1,a=Te.f,o=S.f;r<i;)for(var s,l=C(arguments[r++]),c=a?je(l).concat(a(l)):je(l),u=c.length,h=0;h<u;)s=c[h++],b&&!o.call(l,s)||(n[s]=l[s]);return n}:nr,rr=De("iterator"),ar=Array.prototype,or=De("iterator"),sr=2147483647,lr=/[^\0-\u007E]/,cr=/[.\u3002\uFF0E\uFF61]/g,ur="Overflow: input needs wider integers to process",hr=Math.floor,fr=String.fromCharCode,dr=De("iterator"),pr="URLSearchParams",mr=pr+"Iterator",gr=ce.set,vr=ce.getterFor(pr),yr=ce.getterFor(mr),br=/\+/g,wr=Array(4),kr=/[!'()~]|%20/g,Tr={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},Sr=on(function(e,t){gr(this,{type:mr,iterator:Ki(vr(e).entries),kind:t})},"Iterator",function(){var e=yr(this),t=e.kind,n=e.iterator.next(),i=n.value;return n.done||(n.value="keys"===t?i.key:"values"===t?i.value:[i.key,i.value]),n}),Er=function(e){Ui(this,Er,pr);var t,n,i,r,a,o,s,l=0<arguments.length?e:void 0,c=[];if(gr(this,{type:pr,entries:c,updateURL:function(){},updateSearchParams:Ji}),void 0!==l)if(v(l))if("function"==typeof(t=Di(l)))for(n=t.call(l);!(i=n.next()).done;){if((a=(r=Ki(E(i.value))).next()).done||(o=r.next()).done||!r.next().done)throw TypeError("Expected sequence with length 2");c.push({key:a.value+"",value:o.value+""})}else for(s in l)w(l,s)&&c.push({key:s,value:l[s]+""});else Xi(c,"string"==typeof l?"?"===l.charAt(0)?l.slice(1):l:l+"")},Ar=Er.prototype;Wi(Ar,{append:function(e,t){Zi(arguments.length,2);var n=vr(this);n.entries.push({key:e+"",value:t+""}),n.updateURL()},delete:function(e){Zi(arguments.length,1);for(var t=vr(this),n=t.entries,i=e+"",r=0;r<n.length;)n[r].key===i?n.splice(r,1):r++;t.updateURL()},get:function(e){Zi(arguments.length,1);for(var t=vr(this).entries,n=e+"",i=0;i<t.length;i++)if(t[i].key===n)return t[i].value;return null},getAll:function(e){Zi(arguments.length,1);for(var t=vr(this).entries,n=e+"",i=[],r=0;r<t.length;r++)t[r].key===n&&i.push(t[r].value);return i},has:function(e){Zi(arguments.length,1);for(var t=vr(this).entries,n=e+"",i=0;i<t.length;)if(t[i++].key===n)return!0;return!1},set:function(e,t){Zi(arguments.length,1);for(var n,i=vr(this),r=i.entries,a=!1,o=e+"",s=t+"",l=0;l<r.length;l++)(n=r[l]).key===o&&(a?r.splice(l--,1):(a=!0,n.value=s));a||r.push({key:o,value:s}),i.updateURL()},sort:function(){var e,t,n,i=vr(this),r=i.entries,a=r.slice();for(n=r.length=0;n<a.length;n++){for(e=a[n],t=0;t<n;t++)if(r[t].key>e.key){r.splice(t,0,e);break}t===n&&r.push(e)}i.updateURL()},forEach:function(e,t){for(var n,i=vr(this).entries,r=ze(e,1<arguments.length?t:void 0,3),a=0;a<i.length;)r((n=i[a++]).value,n.key,this)},keys:function(){return new Sr(this,"keys")},values:function(){return new Sr(this,"values")},entries:function(){return new Sr(this,"entries")}},{enumerable:!0}),ue(Ar,dr,Ar.entries),ue(Ar,"toString",function(){for(var e,t=vr(this).entries,n=[],i=0;i<t.length;)e=t[i++],n.push(Qi(e.key)+"="+Qi(e.value));return n.join("&")},{enumerable:!0}),Ve(Er,pr),oe({global:!0,forced:!tr},{URLSearchParams:Er});function xr(e,t){var n,i,r;if("["==t.charAt(0)){if("]"!=t.charAt(t.length-1))return Kr;if(!(n=oa(t.slice(1,-1))))return Kr;e.host=n}else if(da(e)){if(t=function(e){var t,n,i=[],r=e.toLowerCase().replace(cr,".").split(".");for(t=0;t<r.length;t++)n=r[t],i.push(lr.test(n)?"xn--"+zi(n):n);return i.join(".")}(t),ta.test(t))return Kr;if(null===(n=aa(t)))return Kr;e.host=n}else{if(na.test(t))return Kr;for(n="",i=Hi(t),r=0;r<i.length;r++)n+=ha(i[r],sa);e.host=n}}function Cr(e){var t,n,i,r;if("number"==typeof e){for(t=[],n=0;n<4;n++)t.unshift(e%256),e=Br(e/256);return t.join(".")}if("object"!=typeof e)return e;for(t="",i=function(e){for(var t=null,n=1,i=null,r=0,a=0;a<8;a++)0!==e[a]?(n<r&&(t=i,n=r),i=null,r=0):(null===i&&(i=a),++r);return n<r&&(t=i,n=r),t}(e),n=0;n<8;n++)r&&0===e[n]||(r=r&&!1,i===n?(t+=n?":":"::",r=!0):(t+=e[n].toString(16),n<7&&(t+=":")));return"["+t+"]"}function Pr(e){return""!=e.username||""!=e.password}function Lr(e){return!e.host||e.cannotBeABaseURL||"file"==e.scheme}function Ir(e,t){var n;return 2==e.length&&Yr.test(e.charAt(0))&&(":"==(n=e.charAt(1))||!t&&"|"==n)}function Mr(e){var t;return 1<e.length&&Ir(e.slice(0,2))&&(2==e.length||"/"===(t=e.charAt(2))||"\\"===t||"?"===t||"#"===t)}function Or(e){var t=e.path,n=t.length;!n||"file"==e.scheme&&1==n&&Ir(t[0],!0)||t.pop()}function jr(e,t,n,i){var r,a,o,s,l,c,u=n||pa,h=0,f="",d=!1,p=!1,m=!1;for(n||(e.scheme="",e.username="",e.password="",e.host=null,e.port=null,e.path=[],e.query=null,e.fragment=null,e.cannotBeABaseURL=!1,t=t.replace(ia,"")),t=t.replace(ra,""),r=Hi(t);h<=r.length;){switch(a=r[h],u){case pa:if(!a||!Yr.test(a)){if(n)return Wr;u=ga;continue}f+=a.toLowerCase(),u=ma;break;case ma:if(a&&(Gr.test(a)||"+"==a||"-"==a||"."==a))f+=a.toLowerCase();else{if(":"!=a){if(n)return Wr;f="",u=ga,h=0;continue}if(n&&(da(e)!=w(fa,f)||"file"==f&&(Pr(e)||null!==e.port)||"file"==e.scheme&&!e.host))return;if(e.scheme=f,n)return void(da(e)&&fa[e.scheme]==e.port&&(e.port=null));f="","file"==e.scheme?u=Ca:da(e)&&i&&i.scheme==e.scheme?u=va:da(e)?u=ka:"/"==r[h+1]?(u=ya,h++):(e.cannotBeABaseURL=!0,e.path.push(""),u=Oa)}break;case ga:if(!i||i.cannotBeABaseURL&&"#"!=a)return Wr;if(i.cannotBeABaseURL&&"#"==a){e.scheme=i.scheme,e.path=i.path.slice(),e.query=i.query,e.fragment="",e.cannotBeABaseURL=!0,u=Na;break}u="file"==i.scheme?Ca:ba;continue;case va:if("/"!=a||"/"!=r[h+1]){u=ba;continue}u=Ta,h++;break;case ya:if("/"==a){u=Sa;break}u=Ma;continue;case ba:if(e.scheme=i.scheme,a==_r)e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.query=i.query;else if("/"==a||"\\"==a&&da(e))u=wa;else if("?"==a)e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.query="",u=ja;else{if("#"!=a){e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.path.pop(),u=Ma;continue}e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.query=i.query,e.fragment="",u=Na}break;case wa:if(!da(e)||"/"!=a&&"\\"!=a){if("/"!=a){e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,u=Ma;continue}u=Sa}else u=Ta;break;case ka:if(u=Ta,"/"!=a||"/"!=f.charAt(h+1))continue;h++;break;case Ta:if("/"==a||"\\"==a)break;u=Sa;continue;case Sa:if("@"==a){d&&(f="%40"+f),d=!0,o=Hi(f);for(var g=0;g<o.length;g++){var v=o[g];if(":"!=v||m){var y=ha(v,ua);m?e.password+=y:e.username+=y}else m=!0}f=""}else if(a==_r||"/"==a||"?"==a||"#"==a||"\\"==a&&da(e)){if(d&&""==f)return"Invalid authority";h-=Hi(f).length+1,f="",u=Ea}else f+=a;break;case Ea:case Aa:if(n&&"file"==e.scheme){u=La;continue}if(":"!=a||p){if(a==_r||"/"==a||"?"==a||"#"==a||"\\"==a&&da(e)){if(da(e)&&""==f)return Kr;if(n&&""==f&&(Pr(e)||null!==e.port))return;if(s=xr(e,f))return s;if(f="",u=Ia,n)return;continue}"["==a?p=!0:"]"==a&&(p=!1),f+=a}else{if(""==f)return Kr;if(s=xr(e,f))return s;if(f="",u=xa,n==Aa)return}break;case xa:if(!Qr.test(a)){if(a==_r||"/"==a||"?"==a||"#"==a||"\\"==a&&da(e)||n){if(""!=f){var b=parseInt(f,10);if(65535<b)return $r;e.port=da(e)&&b===fa[e.scheme]?null:b,f=""}if(n)return;u=Ia;continue}return $r}f+=a;break;case Ca:if(e.scheme="file","/"==a||"\\"==a)u=Pa;else{if(!i||"file"!=i.scheme){u=Ma;continue}if(a==_r)e.host=i.host,e.path=i.path.slice(),e.query=i.query;else if("?"==a)e.host=i.host,e.path=i.path.slice(),e.query="",u=ja;else{if("#"!=a){Mr(r.slice(h).join(""))||(e.host=i.host,e.path=i.path.slice(),Or(e)),u=Ma;continue}e.host=i.host,e.path=i.path.slice(),e.query=i.query,e.fragment="",u=Na}}break;case Pa:if("/"==a||"\\"==a){u=La;break}i&&"file"==i.scheme&&!Mr(r.slice(h).join(""))&&(Ir(i.path[0],!0)?e.path.push(i.path[0]):e.host=i.host),u=Ma;continue;case La:if(a==_r||"/"==a||"\\"==a||"?"==a||"#"==a){if(!n&&Ir(f))u=Ma;else if(""==f){if(e.host="",n)return;u=Ia}else{if(s=xr(e,f))return s;if("localhost"==e.host&&(e.host=""),n)return;f="",u=Ia}continue}f+=a;break;case Ia:if(da(e)){if(u=Ma,"/"!=a&&"\\"!=a)continue}else if(n||"?"!=a)if(n||"#"!=a){if(a!=_r&&(u=Ma,"/"!=a))continue}else e.fragment="",u=Na;else e.query="",u=ja;break;case Ma:if(a==_r||"/"==a||"\\"==a&&da(e)||!n&&("?"==a||"#"==a)){if(".."===(c=(c=f).toLowerCase())||"%2e."===c||".%2e"===c||"%2e%2e"===c?(Or(e),"/"==a||"\\"==a&&da(e)||e.path.push("")):"."===(l=f)||"%2e"===l.toLowerCase()?"/"==a||"\\"==a&&da(e)||e.path.push(""):("file"==e.scheme&&!e.path.length&&Ir(f)&&(e.host&&(e.host=""),f=f.charAt(0)+":"),e.path.push(f)),f="","file"==e.scheme&&(a==_r||"?"==a||"#"==a))for(;1<e.path.length&&""===e.path[0];)e.path.shift();"?"==a?(e.query="",u=ja):"#"==a&&(e.fragment="",u=Na)}else f+=ha(a,ca);break;case Oa:"?"==a?(e.query="",u=ja):"#"==a?(e.fragment="",u=Na):a!=_r&&(e.path[0]+=ha(a,sa));break;case ja:n||"#"!=a?a!=_r&&("'"==a&&da(e)?e.query+="%27":e.query+="#"==a?"%23":ha(a,sa)):(e.fragment="",u=Na);break;case Na:a!=_r&&(e.fragment+=ha(a,la))}h++}}function Nr(e,t){return{get:e,set:t,configurable:!0,enumerable:!0}}var _r,Rr={URLSearchParams:Er,getState:vr},Ur=zn.codeAt,Fr=y.URL,qr=Rr.URLSearchParams,Dr=Rr.getState,Hr=ce.set,Vr=ce.getterFor("URL"),Br=Math.floor,zr=Math.pow,Wr="Invalid scheme",Kr="Invalid host",$r="Invalid port",Yr=/[A-Za-z]/,Gr=/[\d+\-.A-Za-z]/,Qr=/\d/,Xr=/^(0x|0X)/,Jr=/^[0-7]+$/,Zr=/^\d+$/,ea=/^[\dA-Fa-f]+$/,ta=/[\u0000\u0009\u000A\u000D #%/:?@[\\]]/,na=/[\u0000\u0009\u000A\u000D #/:?@[\\]]/,ia=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,ra=/[\u0009\u000A\u000D]/g,aa=function(e){var t,n,i,r,a,o,s,l=e.split(".");if(l.length&&""==l[l.length-1]&&l.pop(),4<(t=l.length))return e;for(n=[],i=0;i<t;i++){if(""==(r=l[i]))return e;if(a=10,1<r.length&&"0"==r.charAt(0)&&(a=Xr.test(r)?16:8,r=r.slice(8==a?1:2)),""===r)o=0;else{if(!(10==a?Zr:8==a?Jr:ea).test(r))return e;o=parseInt(r,a)}n.push(o)}for(i=0;i<t;i++)if(o=n[i],i==t-1){if(o>=zr(256,5-t))return null}else if(255<o)return null;for(s=n.pop(),i=0;i<n.length;i++)s+=n[i]*zr(256,3-i);return s},oa=function(e){function t(){return e.charAt(f)}var n,i,r,a,o,s,l,c=[0,0,0,0,0,0,0,0],u=0,h=null,f=0;if(":"==t()){if(":"!=e.charAt(1))return;f+=2,h=++u}for(;t();){if(8==u)return;if(":"!=t()){for(n=i=0;i<4&&ea.test(t());)n=16*n+parseInt(t(),16),f++,i++;if("."==t()){if(0==i)return;if(f-=i,6<u)return;for(r=0;t();){if(a=null,0<r){if(!("."==t()&&r<4))return;f++}if(!Qr.test(t()))return;for(;Qr.test(t());){if(o=parseInt(t(),10),null===a)a=o;else{if(0==a)return;a=10*a+o}if(255<a)return;f++}c[u]=256*c[u]+a,2!=++r&&4!=r||u++}if(4!=r)return;break}if(":"==t()){if(f++,!t())return}else if(t())return;c[u++]=n}else{if(null!==h)return;f++,h=++u}}if(null!==h)for(s=u-h,u=7;0!=u&&0<s;)l=c[u],c[u--]=c[h+s-1],c[h+--s]=l;else if(8!=u)return;return c},sa={},la=ir({},sa,{" ":1,'"':1,"<":1,">":1,"`":1}),ca=ir({},la,{"#":1,"?":1,"{":1,"}":1}),ua=ir({},ca,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),ha=function(e,t){var n=Ur(e,0);return 32<n&&n<127&&!w(t,e)?e:encodeURIComponent(e)},fa={ftp:21,file:null,gopher:70,http:80,https:443,ws:80,wss:443},da=function(e){return w(fa,e.scheme)},pa={},ma={},ga={},va={},ya={},ba={},wa={},ka={},Ta={},Sa={},Ea={},Aa={},xa={},Ca={},Pa={},La={},Ia={},Ma={},Oa={},ja={},Na={},_a=function(e,t){var n,i,r=Ui(this,_a,"URL"),a=1<arguments.length?t:void 0,o=String(e),s=Hr(r,{type:"URL"});if(void 0!==a)if(a instanceof _a)n=Vr(a);else if(i=jr(n={},String(a)))throw TypeError(i);if(i=jr(s,o,null,n))throw TypeError(i);var l=s.searchParams=new qr,c=Dr(l);c.updateSearchParams(s.query),c.updateURL=function(){s.query=String(l)||null},b||(r.href=Ua.call(r),r.origin=Fa.call(r),r.protocol=qa.call(r),r.username=Da.call(r),r.password=Ha.call(r),r.host=Va.call(r),r.hostname=Ba.call(r),r.port=za.call(r),r.pathname=Wa.call(r),r.search=Ka.call(r),r.searchParams=$a.call(r),r.hash=Ya.call(r))},Ra=_a.prototype,Ua=function(){var e=Vr(this),t=e.scheme,n=e.username,i=e.password,r=e.host,a=e.port,o=e.path,s=e.query,l=e.fragment,c=t+":";return null!==r?(c+="//",Pr(e)&&(c+=n+(i?":"+i:"")+"@"),c+=Cr(r),null!==a&&(c+=":"+a)):"file"==t&&(c+="//"),c+=e.cannotBeABaseURL?o[0]:o.length?"/"+o.join("/"):"",null!==s&&(c+="?"+s),null!==l&&(c+="#"+l),c},Fa=function(){var e=Vr(this),t=e.scheme,n=e.port;if("blob"==t)try{return new URL(t.path[0]).origin}catch(e){return"null"}return"file"!=t&&da(e)?t+"://"+Cr(e.host)+(null!==n?":"+n:""):"null"},qa=function(){return Vr(this).scheme+":"},Da=function(){return Vr(this).username},Ha=function(){return Vr(this).password},Va=function(){var e=Vr(this),t=e.host,n=e.port;return null===t?"":null===n?Cr(t):Cr(t)+":"+n},Ba=function(){var e=Vr(this).host;return null===e?"":Cr(e)},za=function(){var e=Vr(this).port;return null===e?"":String(e)},Wa=function(){var e=Vr(this),t=e.path;return e.cannotBeABaseURL?t[0]:t.length?"/"+t.join("/"):""},Ka=function(){var e=Vr(this).query;return e?"?"+e:""},$a=function(){return Vr(this).searchParams},Ya=function(){var e=Vr(this).fragment;return e?"#"+e:""};if(b&&Ne(Ra,{href:Nr(Ua,function(e){var t=Vr(this),n=String(e),i=jr(t,n);if(i)throw TypeError(i);Dr(t.searchParams).updateSearchParams(t.query)}),origin:Nr(Fa),protocol:Nr(qa,function(e){var t=Vr(this);jr(t,String(e)+":",pa)}),username:Nr(Da,function(e){var t=Vr(this),n=Hi(String(e));if(!Lr(t)){t.username="";for(var i=0;i<n.length;i++)t.username+=ha(n[i],ua)}}),password:Nr(Ha,function(e){var t=Vr(this),n=Hi(String(e));if(!Lr(t)){t.password="";for(var i=0;i<n.length;i++)t.password+=ha(n[i],ua)}}),host:Nr(Va,function(e){var t=Vr(this);t.cannotBeABaseURL||jr(t,String(e),Ea)}),hostname:Nr(Ba,function(e){var t=Vr(this);t.cannotBeABaseURL||jr(t,String(e),Aa)}),port:Nr(za,function(e){var t=Vr(this);Lr(t)||(""==(e=String(e))?t.port=null:jr(t,e,xa))}),pathname:Nr(Wa,function(e){var t=Vr(this);t.cannotBeABaseURL||(t.path=[],jr(t,e+"",Ia))}),search:Nr(Ka,function(e){var t=Vr(this);""==(e=String(e))?t.query=null:("?"==e.charAt(0)&&(e=e.slice(1)),t.query="",jr(t,e,ja)),Dr(t.searchParams).updateSearchParams(t.query)}),searchParams:Nr($a),hash:Nr(Ya,function(e){var t=Vr(this);""!=(e=String(e))?("#"==e.charAt(0)&&(e=e.slice(1)),t.fragment="",jr(t,e,Na)):t.fragment=null})}),ue(Ra,"toJSON",function(){return Ua.call(this)},{enumerable:!0}),ue(Ra,"toString",function(){return Ua.call(this)},{enumerable:!0}),Fr){var Ga=Fr.createObjectURL,Qa=Fr.revokeObjectURL;Ga&&ue(_a,"createObjectURL",function(e){return Ga.apply(Fr,arguments)}),Qa&&ue(_a,"revokeObjectURL",function(e){return Qa.apply(Fr,arguments)})}function Xa(e){return(Xa="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ja(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Za(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function eo(e,t,n){return t&&Za(e.prototype,t),n&&Za(e,n),e}function to(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function no(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=[],i=!0,r=!1,a=void 0;try{for(var o,s=e[Symbol.iterator]();!(i=(o=s.next()).done)&&(n.push(o.value),!t||n.length!==t);i=!0);}catch(e){r=!0,a=e}finally{try{i||null==s.return||s.return()}finally{if(r)throw a}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function io(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t<e.length;t++)n[t]=e[t];return n}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}Ve(_a,"URL"),oe({global:!0,forced:!tr,sham:!b},{URL:_a}),function(e){function i(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return n&&(e[Symbol.iterator]=function(){return e}),e}function r(e){return encodeURIComponent(e).replace(/%20/g,"+")}function a(e){return decodeURIComponent(String(e).replace(/\+/g," "))}var t,n=function(){try{return!!Symbol.iterator}catch(e){return!1}}();function o(e){Object.defineProperty(this,"_entries",{writable:!0,value:{}});var t=Xa(e);if("undefined"!==t)if("string"===t)""!==e&&this._fromString(e);else if(e instanceof o){var n=this;e.forEach(function(e,t){n.append(t,e)})}else{if(null===e||"object"!==t)throw new TypeError("Unsupported input's type for URLSearchParams");if("[object Array]"===Object.prototype.toString.call(e))for(var i=0;i<e.length;i++){var r=e[i];if("[object Array]"!==Object.prototype.toString.call(r)&&2===r.length)throw new TypeError("Expected [string, any] as entry at index "+i+" of URLSearchParams's input");this.append(r[0],r[1])}else for(var a in e)e.hasOwnProperty(a)&&this.append(a,e[a])}}"URLSearchParams"in e&&"a=1"===new e.URLSearchParams("?a=1").toString()||((t=o.prototype).append=function(e,t){e in this._entries?this._entries[e].push(String(t)):this._entries[e]=[String(t)]},t.delete=function(e){delete this._entries[e]},t.get=function(e){return e in this._entries?this._entries[e][0]:null},t.getAll=function(e){return e in this._entries?this._entries[e].slice(0):[]},t.has=function(e){return e in this._entries},t.set=function(e,t){this._entries[e]=[String(t)]},t.forEach=function(e,t){var n;for(var i in this._entries)if(this._entries.hasOwnProperty(i)){n=this._entries[i];for(var r=0;r<n.length;r++)e.call(t,n[r],i,this)}},t.keys=function(){var n=[];return this.forEach(function(e,t){n.push(t)}),i(n)},t.values=function(){var t=[];return this.forEach(function(e){t.push(e)}),i(t)},t.entries=function(){var n=[];return this.forEach(function(e,t){n.push([t,e])}),i(n)},n&&(t[Symbol.iterator]=t.entries),t.toString=function(){var n=[];return this.forEach(function(e,t){n.push(r(t)+"="+r(e))}),n.join("&")},e.URLSearchParams=o);var s=e.URLSearchParams.prototype;"function"!=typeof s.sort&&(s.sort=function(){var n=this,i=[];this.forEach(function(e,t){i.push([t,e]),n._entries||n.delete(t)}),i.sort(function(e,t){return e[0]<t[0]?-1:e[0]>t[0]?1:0}),n._entries&&(n._entries={});for(var e=0;e<i.length;e++)this.append(i[e][0],i[e][1])}),"function"!=typeof s._fromString&&Object.defineProperty(s,"_fromString",{enumerable:!1,configurable:!1,writable:!1,value:function(e){if(this._entries)this._entries={};else{var n=[];this.forEach(function(e,t){n.push(t)});for(var t=0;t<n.length;t++)this.delete(n[t])}var i,r=(e=e.replace(/^\?/,"")).split("&");for(t=0;t<r.length;t++)i=r[t].split("="),this.append(a(i[0]),1<i.length?a(i[1]):"")}})}(void 0!==e?e:"undefined"!=typeof window?window:"undefined"!=typeof self?self:e),function(u){var t,n;function e(e,t){"string"!=typeof e&&(e=String(e));var n,i=document;if(t&&(void 0===u.location||t!==u.location.href)){(n=(i=document.implementation.createHTMLDocument("")).createElement("base")).href=t,i.head.appendChild(n);try{if(0!==n.href.indexOf(t))throw new Error(n.href)}catch(e){throw new Error("URL unable to set base "+t+" due to "+e)}}var r=i.createElement("a");if(r.href=e,n&&(i.body.appendChild(r),r.href=r.href),":"===r.protocol||!/:/.test(r.href))throw new TypeError("Invalid URL");Object.defineProperty(this,"_anchorElement",{value:r});var a=new u.URLSearchParams(this.search),o=!0,s=!0,l=this;["append","delete","set"].forEach(function(e){var t=a[e];a[e]=function(){t.apply(a,arguments),o&&(s=!1,l.search=a.toString(),s=!0)}}),Object.defineProperty(this,"searchParams",{value:a,enumerable:!0});var c=void 0;Object.defineProperty(this,"_updateSearchParams",{enumerable:!1,configurable:!1,writable:!1,value:function(){this.search!==c&&(c=this.search,s&&(o=!1,this.searchParams._fromString(this.search),o=!0))}})}if(!function(){try{var e=new u.URL("b","http://a");return e.pathname="c%20d","http://a/c%20d"===e.href&&e.searchParams}catch(e){return!1}}()&&(t=u.URL,n=e.prototype,["hash","host","hostname","port","protocol"].forEach(function(e){var t;t=e,Object.defineProperty(n,t,{get:function(){return this._anchorElement[t]},set:function(e){this._anchorElement[t]=e},enumerable:!0})}),Object.defineProperty(n,"search",{get:function(){return this._anchorElement.search},set:function(e){this._anchorElement.search=e,this._updateSearchParams()},enumerable:!0}),Object.defineProperties(n,{toString:{get:function(){var e=this;return function(){return e.href}}},href:{get:function(){return this._anchorElement.href.replace(/\?$/,"")},set:function(e){this._anchorElement.href=e,this._updateSearchParams()},enumerable:!0},pathname:{get:function(){return this._anchorElement.pathname.replace(/(^\/?)/,"/")},set:function(e){this._anchorElement.pathname=e},enumerable:!0},origin:{get:function(){var e={"http:":80,"https:":443,"ftp:":21}[this._anchorElement.protocol],t=this._anchorElement.port!=e&&""!==this._anchorElement.port;return this._anchorElement.protocol+"//"+this._anchorElement.hostname+(t?":"+this._anchorElement.port:"")},enumerable:!0},password:{get:function(){return""},set:function(){},enumerable:!0},username:{get:function(){return""},set:function(){},enumerable:!0}}),e.createObjectURL=function(e){return t.createObjectURL.apply(t,arguments)},e.revokeObjectURL=function(e){return t.revokeObjectURL.apply(t,arguments)},u.URL=e),void 0!==u.location&&!("origin"in u.location)){var i=function(){return u.location.protocol+"//"+u.location.hostname+(u.location.port?":"+u.location.port:"")};try{Object.defineProperty(u.location,"origin",{get:i,enumerable:!0})}catch(e){setInterval(function(){u.location.origin=i()},100)}}}(void 0!==e?e:"undefined"!=typeof window?window:"undefined"!=typeof self?self:e);function ro(e){if(v(e)){var t=e[ao];return void 0!==t?!!t:Oe(e)}}var ao=De("isConcatSpreadable"),oo=9007199254740991,so="Maximum allowed index exceeded",lo=!g(function(){var e=[];return e[ao]=!1,e.concat()[0]!==e}),co=xn("concat");oe({target:"Array",proto:!0,forced:!lo||!co},{concat:function(e){var t,n,i,r,a,o=se(this),s=We(o,0),l=0;for(t=-1,i=arguments.length;t<i;t++)if(ro(a=-1===t?o:arguments[t])){if(r=ee(a.length),oo<l+r)throw TypeError(so);for(n=0;n<r;n++,l++)n in a&&An(s,l,a[n])}else{if(oo<=l)throw TypeError(so);An(s,l++,a)}return s.length=l,s}});var uo=ct.filter;oe({target:"Array",proto:!0,forced:!xn("filter")},{filter:function(e,t){return uo(this,e,1<arguments.length?t:void 0)}});var ho=ct.find,fo="find",po=!0;fo in[]&&Array(1)[fo](function(){po=!1}),oe({target:"Array",proto:!0,forced:po},{find:function(e,t){return ho(this,e,1<arguments.length?t:void 0)}}),$t(fo);var mo=De("iterator"),go=!1;try{var vo=0,yo={next:function(){return{done:!!vo++}},return:function(){go=!0}};yo[mo]=function(){return this},Array.from(yo,function(){throw 2})}catch(e){}function bo(e,t){if(!t&&!go)return!1;var n=!1;try{var i={};i[mo]=function(){return{next:function(){return{done:n=!0}}}},e(i)}catch(e){}return n}var wo=!bo(function(e){Array.from(e)});oe({target:"Array",stat:!0,forced:wo},{from:Hi});var ko=ve.includes;oe({target:"Array",proto:!0},{includes:function(e,t){return ko(this,e,1<arguments.length?t:void 0)}}),$t("includes");var To=ct.map;oe({target:"Array",proto:!0,forced:!xn("map")},{map:function(e,t){return To(this,e,1<arguments.length?t:void 0)}});function So(e,t,n){var i,r;return hn&&"function"==typeof(i=t.constructor)&&i!==n&&v(r=i.prototype)&&r!==n.prototype&&hn(e,r),e}function Eo(n){return function(e){var t=String(h(e));return 1&n&&(t=t.replace(Po,"")),2&n&&(t=t.replace(Lo,"")),t}}function Ao(e){var t,n,i,r,a,o,s,l,c=u(e,!1);if("string"==typeof c&&2<c.length)if(43===(t=(c=No(c)).charCodeAt(0))||45===t){if(88===(n=c.charCodeAt(2))||120===n)return NaN}else if(48===t){switch(c.charCodeAt(1)){case 66:case 98:i=2,r=49;break;case 79:case 111:i=8,r=55;break;default:return+c}for(o=(a=c.slice(2)).length,s=0;s<o;s++)if((l=a.charCodeAt(s))<48||r<l)return NaN;return parseInt(a,i)}return+c}var xo="\t\n\v\f\r \u2028\u2029\ufeff",Co="["+xo+"]",Po=RegExp("^"+Co+Co+"*"),Lo=RegExp(Co+Co+"*$"),Io={start:Eo(1),end:Eo(2),trim:Eo(3)},Mo=ke.f,Oo=j.f,jo=_.f,No=Io.trim,_o="Number",Ro=y[_o],Uo=Ro.prototype,Fo=d(qe(Uo))==_o;if(Le(_o,!Ro(" 0o1")||!Ro("0b1")||Ro("+0x1"))){for(var qo,Do=function(e){var t=arguments.length<1?0:e,n=this;return n instanceof Do&&(Fo?g(function(){Uo.valueOf.call(n)}):d(n)!=_o)?So(new Ro(Ao(t)),n,Do):Ao(t)},Ho=b?Mo(Ro):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),Vo=0;Ho.length>Vo;Vo++)w(Ro,qo=Ho[Vo])&&!w(Do,qo)&&jo(Do,qo,Oo(Ro,qo));(Do.prototype=Uo).constructor=Do,ue(y,_o,Do)}var Bo=g(function(){je(1)});oe({target:"Object",stat:!0,forced:Bo},{keys:function(e){return je(se(e))}});function zo(e){if(gi(e))throw TypeError("The method doesn't accept regular expressions");return e}function Wo(t){var n=/./;try{"/./"[t](n)}catch(e){try{return n[Ko]=!1,"/./"[t](n)}catch(e){}}}var Ko=De("match");oe({target:"String",proto:!0,forced:!Wo("includes")},{includes:function(e,t){return!!~String(h(this)).indexOf(zo(e),1<arguments.length?t:void 0)}});function $o(i,e,t,r,a){function n(e){var n=s[e];ue(s,e,"add"==e?function(e){return n.call(this,0===e?0:e),this}:"delete"==e?function(e){return!(a&&!v(e))&&n.call(this,0===e?0:e)}:"get"==e?function(e){return a&&!v(e)?void 0:n.call(this,0===e?0:e)}:"has"==e?function(e){return!(a&&!v(e))&&n.call(this,0===e?0:e)}:function(e,t){return n.call(this,0===e?0:e,t),this})}var o=y[i],s=o&&o.prototype,l=o,c=r?"set":"add",u={};if(Le(i,"function"!=typeof o||!(a||s.forEach&&!g(function(){(new o).entries().next()}))))l=t.getConstructor(e,i,r,c),Xo.REQUIRED=!0;else if(Le(i,!0)){var h=new l,f=h[c](a?{}:-0,1)!=h,d=g(function(){h.has(1)}),p=bo(function(e){new o(e)}),m=!a&&g(function(){for(var e=new o,t=5;t--;)e[c](t,t);return!e.has(-0)});p||(((l=e(function(e,t){Ui(e,l,i);var n=So(new o,e,l);return null!=t&&Jo(t,n[c],n,r),n})).prototype=s).constructor=l),(d||m)&&(n("delete"),n("has"),r&&n("get")),(m||f)&&n(c),a&&s.clear&&delete s.clear}return u[i]=l,oe({global:!0,forced:l!=o},u),Ve(l,i),a||t.setStrong(l,i,r),l}function Yo(e){return e.frozen||(e.frozen=new as)}function Go(e,t){return ns(e.entries,function(e){return e[0]===t})}var Qo=!g(function(){return Object.isExtensible(Object.preventExtensions({}))}),Xo=t(function(e){function n(e){t(e,i,{value:{objectID:"O"+ ++r,weakData:{}}})}var t=_.f,i=s("meta"),r=0,a=Object.isExtensible||function(){return!0},o=e.exports={REQUIRED:!1,fastKey:function(e,t){if(!v(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!w(e,i)){if(!a(e))return"F";if(!t)return"E";n(e)}return e[i].objectID},getWeakData:function(e,t){if(!w(e,i)){if(!a(e))return!0;if(!t)return!1;n(e)}return e[i].weakData},onFreeze:function(e){return Qo&&o.REQUIRED&&a(e)&&!w(e,i)&&n(e),e}};z[i]=!0}),Jo=(Xo.REQUIRED,Xo.fastKey,Xo.getWeakData,Xo.onFreeze,t(function(e){function f(e,t){this.stopped=e,this.result=t}(e.exports=function(e,t,n,i,r){var a,o,s,l,c,u,h=ze(t,n,i?2:1);if(r)a=e;else{if("function"!=typeof(o=Di(e)))throw TypeError("Target is not iterable");if(qi(o)){for(s=0,l=ee(e.length);s<l;s++)if((c=i?h(E(u=e[s])[0],u[1]):h(e[s]))&&c instanceof f)return c;return new f(!1)}a=o.call(e)}for(;!(u=a.next()).done;)if((c=Fi(a,h,u.value,i))&&c instanceof f)return c;return new f(!1)}).stop=function(e){return new f(!0,e)}})),Zo=Xo.getWeakData,es=ce.set,ts=ce.getterFor,ns=ct.find,is=ct.findIndex,rs=0,as=function(){this.entries=[]};as.prototype={get:function(e){var t=Go(this,e);if(t)return t[1]},has:function(e){return!!Go(this,e)},set:function(e,t){var n=Go(this,e);n?n[1]=t:this.entries.push([e,t])},delete:function(t){var e=is(this.entries,function(e){return e[0]===t});return~e&&this.entries.splice(e,1),!!~e}};var os={getConstructor:function(e,n,i,r){function a(e,t,n){var i=s(e),r=Zo(E(t),!0);return!0===r?Yo(i).set(t,n):r[i.id]=n,e}var o=e(function(e,t){Ui(e,o,n),es(e,{type:n,id:rs++,frozen:void 0}),null!=t&&Jo(t,e[r],e,i)}),s=ts(n);return Wi(o.prototype,{delete:function(e){var t=s(this);if(!v(e))return!1;var n=Zo(e);return!0===n?Yo(t).delete(e):n&&w(n,t.id)&&delete n[t.id]},has:function(e){var t=s(this);if(!v(e))return!1;var n=Zo(e);return!0===n?Yo(t).has(e):n&&w(n,t.id)}}),Wi(o.prototype,i?{get:function(e){var t=s(this);if(v(e)){var n=Zo(e);return!0===n?Yo(t).get(e):n?n[t.id]:void 0}},set:function(e,t){return a(this,e,t)}}:{add:function(e){return a(this,e,!0)}}),o}};t(function(e){function t(t){return function(e){return t(this,arguments.length?e:void 0)}}var i,r=ce.enforce,n=!y.ActiveXObject&&"ActiveXObject"in y,a=Object.isExtensible,o=e.exports=$o("WeakMap",t,os,!0,!0);if(D&&n){i=os.getConstructor(t,"WeakMap",!0),Xo.REQUIRED=!0;var s=o.prototype,l=s.delete,c=s.has,u=s.get,h=s.set;Wi(s,{delete:function(e){if(!v(e)||a(e))return l.call(this,e);var t=r(this);return t.frozen||(t.frozen=new i),l.call(this,e)||t.frozen.delete(e)},has:function(e){if(!v(e)||a(e))return c.call(this,e);var t=r(this);return t.frozen||(t.frozen=new i),c.call(this,e)||t.frozen.has(e)},get:function(e){if(!v(e)||a(e))return u.call(this,e);var t=r(this);return t.frozen||(t.frozen=new i),c.call(this,e)?u.call(this,e):t.frozen.get(e)},set:function(e,t){if(v(e)&&!a(e)){var n=r(this);n.frozen||(n.frozen=new i),c.call(this,e)?h.call(this,e,t):n.frozen.set(e,t)}else h.call(this,e,t);return this}})}});oe({target:"Object",stat:!0,forced:Object.assign!==ir},{assign:ir});var ss,ls=Io.trim;oe({target:"String",proto:!0,forced:(ss="trim",g(function(){return xo[ss]()||"
"!="
"[ss]()||xo[ss].name!==ss}))},{trim:function(){return ls(this)}});var cs="".repeat||function(e){var t=String(h(this)),n="",i=Z(e);if(i<0||i==1/0)throw RangeError("Wrong number of repetitions");for(;0<i;(i>>>=1)&&(t+=t))1&i&&(n+=t);return n},us=1..toFixed,hs=Math.floor,fs=function(e,t,n){return 0===t?n:t%2==1?fs(e,t-1,n*e):fs(e*e,t/2,n)},ds=us&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!g(function(){us.call({})});oe({target:"Number",proto:!0,forced:ds},{toFixed:function(e){function t(e,t){for(var n=-1,i=t;++n<6;)i+=e*u[n],u[n]=i%1e7,i=hs(i/1e7)}function n(e){for(var t=6,n=0;0<=--t;)n+=u[t],u[t]=hs(n/e),n=n%e*1e7}function i(){for(var e=6,t="";0<=--e;)if(""!==t||0===e||0!==u[e]){var n=String(u[e]);t=""===t?n:t+cs.call("0",7-n.length)+n}return t}var r,a,o,s,l=function(e){if("number"!=typeof e&&"Number"!=d(e))throw TypeError("Incorrect invocation");return+e}(this),c=Z(e),u=[0,0,0,0,0,0],h="",f="0";if(c<0||20<c)throw RangeError("Incorrect fraction digits");if(l!=l)return"NaN";if(l<=-1e21||1e21<=l)return String(l);if(l<0&&(h="-",l=-l),1e-21<l)if(a=(r=function(e){for(var t=0,n=e;4096<=n;)t+=12,n/=4096;for(;2<=n;)t+=1,n/=2;return t}(l*fs(2,69,1))-69)<0?l*fs(2,-r,1):l/fs(2,r,1),a*=4503599627370496,0<(r=52-r)){for(t(0,a),o=c;7<=o;)t(1e7,0),o-=7;for(t(fs(10,o,1),0),o=r-1;23<=o;)n(1<<23),o-=23;n(1<<o),t(1,1),n(2),f=i()}else t(0,a),t(1<<-r,0),f=i()+cs.call("0",c);return f=0<c?h+((s=f.length)<=c?"0."+cs.call("0",c-s)+f:f.slice(0,s-c)+"."+f.slice(s-c)):h+f}});function ps(s){return function(e){for(var t,n=c(e),i=je(n),r=i.length,a=0,o=[];a<r;)t=i[a++],b&&!ms.call(n,t)||o.push(s?[t,n[t]]:n[t]);return o}}var ms=S.f,gs={entries:ps(!0),values:ps(!1)},vs=gs.entries;oe({target:"Object",stat:!0},{entries:function(e){return vs(e)}});var ys=gs.values;oe({target:"Object",stat:!0},{values:function(e){return ys(e)}});var bs={addCSS:!0,thumbWidth:15,watch:!0};oe({target:"Number",stat:!0},{isNaN:function(e){return e!=e}});function ws(e){return null!=e?e.constructor:null}function ks(e,t){return Boolean(e&&t&&e instanceof t)}function Ts(e){return null==e}function Ss(e){return ws(e)===Object}function Es(e){return ws(e)===String}function As(e){return Array.isArray(e)}function xs(e){return ks(e,NodeList)}var Cs=Es,Ps=As,Ls=xs,Is=function(e){return ks(e,Element)},Ms=function(e){return ks(e,Event)},Os=function(e){return Ts(e)||(Es(e)||As(e)||xs(e))&&!e.length||Ss(e)&&!Object.keys(e).length};function js(e,t){if(t<1){var n=(i="".concat(t).match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/))?Math.max(0,(i[1]?i[1].length:0)-(i[2]?+i[2]:0)):0;return parseFloat(e.toFixed(n))}var i;return Math.round(e/t)*t}ni("match",1,function(i,c,u){return[function(e){var t=h(this),n=null==e?void 0:e[i];return void 0!==n?n.call(e,t):new RegExp(e)[i](String(t))},function(e){var t=u(c,e,this);if(t.done)return t.value;var n=E(e),i=String(this);if(!n.global)return ri(n,i);for(var r,a=n.unicode,o=[],s=n.lastIndex=0;null!==(r=ri(n,i));){var l=String(r[0]);""===(o[s]=l)&&(n.lastIndex=ii(i,ee(n.lastIndex),a)),s++}return 0===s?null:o}]});function Ns(e){var t=J(e),n=_.f;b&&t&&!t[Bs]&&n(t,Bs,{configurable:!0,get:function(){return this}})}function _s(e){if(Xs.hasOwnProperty(e)){var t=Xs[e];delete Xs[e],t()}}function Rs(e){return function(){_s(e)}}function Us(e){_s(e.data)}function Fs(e){y.postMessage(e+"",zs.protocol+"//"+zs.host)}var qs,Ds,Hs,Vs=function(){function u(e,t){Ja(this,u),Is(e)?this.element=e:Cs(e)&&(this.element=document.querySelector(e)),Is(this.element)&&Os(this.element.rangeTouch)&&(this.config=Object.assign({},bs,t),this.init())}return eo(u,[{key:"init",value:function(){u.enabled&&(this.config.addCSS&&(this.element.style.userSelect="none",this.element.style.webKitUserSelect="none",this.element.style.touchAction="manipulation"),this.listeners(!0),this.element.rangeTouch=this)}},{key:"destroy",value:function(){u.enabled&&(this.listeners(!1),this.element.rangeTouch=null)}},{key:"listeners",value:function(e){var t=this,n=e?"addEventListener":"removeEventListener";["touchstart","touchmove","touchend"].forEach(function(e){t.element[n](e,function(e){return t.set(e)},!1)})}},{key:"get",value:function(e){if(!u.enabled||!Ms(e))return null;var t,n=e.target,i=e.changedTouches[0],r=parseFloat(n.getAttribute("min"))||0,a=parseFloat(n.getAttribute("max"))||100,o=parseFloat(n.getAttribute("step"))||1,s=a-r,l=n.getBoundingClientRect(),c=100/l.width*(this.config.thumbWidth/2)/100;return(t=100/l.width*(i.clientX-l.left))<0?t=0:100<t&&(t=100),t<50?t-=(100-2*t)*c:50<t&&(t+=2*(t-50)*c),r+js(t/100*s,o)}},{key:"set",value:function(e){u.enabled&&Ms(e)&&!e.target.disabled&&(e.preventDefault(),e.target.value=this.get(e),function(e,t){if(e&&t){var n=new Event(t);e.dispatchEvent(n)}}(e.target,"touchend"===e.type?"change":"input"))}}],[{key:"setup",value:function(n,e){var t=1<arguments.length&&void 0!==e?e:{},i=null;if(Os(n)||Cs(n)?i=Array.from(document.querySelectorAll(Cs(n)?n:'input[type="range"]')):Is(n)?i=[n]:Ls(n)?i=Array.from(n):Ps(n)&&(i=n.filter(Is)),Os(i))return null;var r=Object.assign({},bs,t);Cs(n)&&r.watch&&new MutationObserver(function(e){Array.from(e).forEach(function(e){Array.from(e.addedNodes).forEach(function(e){if(Is(e)&&function(){return Array.from(document.querySelectorAll(t)).includes(this)}.call(e,t=n)){var t;new u(e,r)}})})}).observe(document.body,{childList:!0,subtree:!0});return i.map(function(e){return new u(e,t)})}},{key:"enabled",get:function(){return"ontouchstart"in document.documentElement}}]),u}(),Bs=De("species"),zs=y.location,Ws=y.setImmediate,Ks=y.clearImmediate,$s=y.process,Ys=y.MessageChannel,Gs=y.Dispatch,Qs=0,Xs={},Js="onreadystatechange";Ws&&Ks||(Ws=function(e){for(var t=[],n=1;n<arguments.length;)t.push(arguments[n++]);return Xs[++Qs]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},qs(Qs),Qs},Ks=function(e){delete Xs[e]},"process"==d($s)?qs=function(e){$s.nextTick(Rs(e))}:Gs&&Gs.now?qs=function(e){Gs.now(Rs(e))}:Ys?(Hs=(Ds=new Ys).port2,Ds.port1.onmessage=Us,qs=ze(Hs.postMessage,Hs,1)):!y.addEventListener||"function"!=typeof postMessage||y.importScripts||g(Fs)?qs=Js in a("script")?function(e){_e.appendChild(a("script"))[Js]=function(){_e.removeChild(this),_s(e)}}:function(e){setTimeout(Rs(e),0)}:(qs=Fs,y.addEventListener("message",Us,!1)));var Zs,el,tl,nl,il,rl,al,ol={set:Ws,clear:Ks},sl=J("navigator","userAgent")||"",ll=j.f,cl=ol.set,ul=y.MutationObserver||y.WebKitMutationObserver,hl=y.process,fl=y.Promise,dl="process"==d(hl),pl=ll(y,"queueMicrotask"),ml=pl&&pl.value;ml||(Zs=function(){var e,t;for(dl&&(e=hl.domain)&&e.exit();el;){t=el.fn,el=el.next;try{t()}catch(e){throw el?nl():tl=void 0,e}}tl=void 0,e&&e.enter()},nl=dl?function(){hl.nextTick(Zs)}:ul&&!/(iphone|ipod|ipad).*applewebkit/i.test(sl)?(il=!0,rl=document.createTextNode(""),new ul(Zs).observe(rl,{characterData:!0}),function(){rl.data=il=!il}):fl&&fl.resolve?(al=fl.resolve(void 0),function(){al.then(Zs)}):function(){cl.call(y,Zs)});function gl(e){var n,i;this.promise=new e(function(e,t){if(void 0!==n||void 0!==i)throw TypeError("Bad Promise constructor");n=e,i=t}),this.resolve=Be(n),this.reject=Be(i)}function vl(e,t){if(E(e),v(t)&&t.constructor===e)return t;var n=Pl.f(e);return(0,n.resolve)(t),n.promise}function yl(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}}function bl(e){var t;return!(!v(e)||"function"!=typeof(t=e.then))&&t}function wl(h,f,d){if(!f.notified){f.notified=!0;var p=f.reactions;Cl(function(){for(var e=f.value,t=1==f.state,n=0;p.length>n;){var i,r,a,o=p[n++],s=t?o.ok:o.fail,l=o.resolve,c=o.reject,u=o.domain;try{s?(t||(2===f.rejection&&Xl(h,f),f.rejection=1),!0===s?i=e:(u&&u.enter(),i=s(e),u&&(u.exit(),a=!0)),i===o.promise?c(Rl("Promise-chain cycle")):(r=bl(i))?r.call(i,l,c):l(i)):c(e)}catch(e){u&&!a&&u.exit(),c(e)}}f.reactions=[],f.notified=!1,d&&!f.rejection&&Gl(h,f)})}}function kl(e,t,n){var i,r;Wl?((i=Ul.createEvent("Event")).promise=t,i.reason=n,i.initEvent(e,!1,!0),y.dispatchEvent(i)):i={promise:t,reason:n},(r=y["on"+e])?r(i):e===Kl&&function(e,t){var n=y.console;n&&n.error&&(1===arguments.length?n.error(e):n.error(e,t))}("Unhandled promise rejection",n)}function Tl(t,n,i,r){return function(e){t(n,i,e,r)}}function Sl(e,t,n,i){t.done||(t.done=!0,i&&(t=i),t.value=n,t.state=2,wl(e,t,!0))}var El,Al,xl,Cl=ml||function(e){var t={fn:e,next:void 0};tl&&(tl.next=t),el||(el=t,nl()),tl=t},Pl={f:function(e){return new gl(e)}},Ll=ol.set,Il=De("species"),Ml="Promise",Ol=ce.get,jl=ce.set,Nl=ce.getterFor(Ml),_l=y[Ml],Rl=y.TypeError,Ul=y.document,Fl=y.process,ql=y.fetch,Dl=Fl&&Fl.versions,Hl=Dl&&Dl.v8||"",Vl=Pl.f,Bl=Vl,zl="process"==d(Fl),Wl=!!(Ul&&Ul.createEvent&&y.dispatchEvent),Kl="unhandledrejection",$l=Le(Ml,function(){function t(){}var e=_l.resolve(1),n=(e.constructor={})[Il]=function(e){e(t,t)};return!((zl||"function"==typeof PromiseRejectionEvent)&&e.then(t)instanceof n&&0!==Hl.indexOf("6.6")&&-1===sl.indexOf("Chrome/66"))}),Yl=$l||!bo(function(e){_l.all(e).catch(function(){})}),Gl=function(n,i){Ll.call(y,function(){var e,t=i.value;if(Ql(i)&&(e=yl(function(){zl?Fl.emit("unhandledRejection",t,n):kl(Kl,n,t)}),i.rejection=zl||Ql(i)?2:1,e.error))throw e.value})},Ql=function(e){return 1!==e.rejection&&!e.parent},Xl=function(e,t){Ll.call(y,function(){zl?Fl.emit("rejectionHandled",e):kl("rejectionhandled",e,t.value)})},Jl=function(n,i,e,t){if(!i.done){i.done=!0,t&&(i=t);try{if(n===e)throw Rl("Promise can't be resolved itself");var r=bl(e);r?Cl(function(){var t={done:!1};try{r.call(e,Tl(Jl,n,t,i),Tl(Sl,n,t,i))}catch(e){Sl(n,t,e,i)}}):(i.value=e,i.state=1,wl(n,i,!1))}catch(e){Sl(n,{done:!1},e,i)}}};$l&&(_l=function(e){Ui(this,_l,Ml),Be(e),El.call(this);var t=Ol(this);try{e(Tl(Jl,this,t),Tl(Sl,this,t))}catch(e){Sl(this,t,e)}},(El=function(){jl(this,{type:Ml,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=Wi(_l.prototype,{then:function(e,t){var n=Nl(this),i=Vl(vi(this,_l));return i.ok="function"!=typeof e||e,i.fail="function"==typeof t&&t,i.domain=zl?Fl.domain:void 0,n.parent=!0,n.reactions.push(i),0!=n.state&&wl(this,n,!1),i.promise},catch:function(e){return this.then(void 0,e)}}),Al=function(){var e=new El,t=Ol(e);this.promise=e,this.resolve=Tl(Jl,e,t),this.reject=Tl(Sl,e,t)},Pl.f=Vl=function(e){return e===_l||e===xl?new Al(e):Bl(e)},"function"==typeof ql&&oe({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return vl(_l,ql.apply(y,arguments))}})),oe({global:!0,wrap:!0,forced:$l},{Promise:_l}),Ve(_l,Ml,!1),Ns(Ml),xl=he[Ml],oe({target:Ml,stat:!0,forced:$l},{reject:function(e){var t=Vl(this);return t.reject.call(void 0,e),t.promise}}),oe({target:Ml,stat:!0,forced:$l},{resolve:function(e){return vl(this,e)}}),oe({target:Ml,stat:!0,forced:Yl},{all:function(e){var s=this,t=Vl(s),l=t.resolve,c=t.reject,n=yl(function(){var i=Be(s.resolve),r=[],a=0,o=1;Jo(e,function(e){var t=a++,n=!1;r.push(void 0),o++,i.call(s,e).then(function(e){n||(n=!0,r[t]=e,--o||l(r))},c)}),--o||l(r)});return n.error&&c(n.value),t.promise},race:function(e){var n=this,i=Vl(n),r=i.reject,t=yl(function(){var t=Be(n.resolve);Jo(e,function(e){t.call(n,e).then(i.resolve,r)})});return t.error&&r(t.value),i.promise}});var Zl="".startsWith,ec=Math.min;oe({target:"String",proto:!0,forced:!Wo("startsWith")},{startsWith:function(e,t){var n=String(h(this));zo(e);var i=ee(ec(1<arguments.length?t:void 0,n.length)),r=String(e);return Zl?Zl.call(n,r,i):n.slice(i,i+r.length)===r}});function tc(e){return null!=e?e.constructor:null}function nc(e,t){return Boolean(e&&t&&e instanceof t)}function ic(e){return null==e}function rc(e){return tc(e)===Object}function ac(e){return tc(e)===String}function oc(e){return Array.isArray(e)}function sc(e){return nc(e,NodeList)}function lc(e){return ic(e)||(ac(e)||oc(e)||sc(e))&&!e.length||rc(e)&&!Object.keys(e).length}var cc,uc,hc,fc={nullOrUndefined:ic,object:rc,number:function(e){return tc(e)===Number&&!Number.isNaN(e)},string:ac,boolean:function(e){return tc(e)===Boolean},function:function(e){return tc(e)===Function},array:oc,weakMap:function(e){return nc(e,WeakMap)},nodeList:sc,element:function(e){return nc(e,Element)},textNode:function(e){return tc(e)===Text},event:function(e){return nc(e,Event)},keyboardEvent:function(e){return nc(e,KeyboardEvent)},cue:function(e){return nc(e,window.TextTrackCue)||nc(e,window.VTTCue)},track:function(e){return nc(e,TextTrack)||!ic(e)&&ac(e.kind)},promise:function(e){return nc(e,Promise)},url:function(e){if(nc(e,window.URL))return!0;if(!ac(e))return!1;var t=e;e.startsWith("http://")&&e.startsWith("https://")||(t="http://".concat(e));try{return!lc(new URL(t).hostname)}catch(e){return!1}},empty:lc},dc=(cc=document.createElement("span"),uc={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},hc=Object.keys(uc).find(function(e){return void 0!==cc.style[e]}),!!fc.string(hc)&&uc[hc]);function pc(e,t){setTimeout(function(){try{e.hidden=!0,e.offsetHeight,e.hidden=!1}catch(e){}},t)}var mc={isIE:!!document.documentMode,isEdge:window.navigator.userAgent.includes("Edge"),isWebkit:"WebkitAppearance"in document.documentElement.style&&!/Edge/.test(navigator.userAgent),isIPhone:/(iPhone|iPod)/gi.test(navigator.platform),isIos:/(iPad|iPhone|iPod)/gi.test(navigator.platform)},gc=function(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){return e=!0,null}});window.addEventListener("test",null,t),window.removeEventListener("test",null,t)}catch(e){}return e}();function vc(t,e,n){var i=this,r=3<arguments.length&&void 0!==arguments[3]&&arguments[3],a=!(4<arguments.length&&void 0!==arguments[4])||arguments[4],o=5<arguments.length&&void 0!==arguments[5]&&arguments[5];if(t&&"addEventListener"in t&&!fc.empty(e)&&fc.function(n)){var s=e.split(" "),l=o;gc&&(l={passive:a,capture:o}),s.forEach(function(e){i&&i.eventListeners&&r&&i.eventListeners.push({element:t,type:e,callback:n,options:l}),t[r?"addEventListener":"removeEventListener"](e,n,l)})}}function yc(e){vc.call(this,e,1<arguments.length&&void 0!==arguments[1]?arguments[1]:"",2<arguments.length?arguments[2]:void 0,!0,!(3<arguments.length&&void 0!==arguments[3])||arguments[3],4<arguments.length&&void 0!==arguments[4]&&arguments[4])}function bc(e){vc.call(this,e,1<arguments.length&&void 0!==arguments[1]?arguments[1]:"",2<arguments.length?arguments[2]:void 0,!1,!(3<arguments.length&&void 0!==arguments[3])||arguments[3],4<arguments.length&&void 0!==arguments[4]&&arguments[4])}function wc(r){var a=this,o=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"",s=2<arguments.length?arguments[2]:void 0,l=!(3<arguments.length&&void 0!==arguments[3])||arguments[3],c=4<arguments.length&&void 0!==arguments[4]&&arguments[4];vc.call(this,r,o,function e(){bc(r,o,e,l,c);for(var t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];s.apply(a,n)},!0,l,c)}function kc(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"",n=2<arguments.length&&void 0!==arguments[2]&&arguments[2],i=3<arguments.length&&void 0!==arguments[3]?arguments[3]:{};if(fc.element(e)&&!fc.empty(t)){var r=new CustomEvent(t,{bubbles:n,detail:Object.assign({},i,{plyr:this})});e.dispatchEvent(r)}}function Tc(e,t){return t.split(".").reduce(function(e,t){return e&&e[t]},e)}function Sc(){for(var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length,n=new Array(1<e?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];if(!n.length)return t;var r=n.shift();return fc.object(r)?(Object.keys(r).forEach(function(e){fc.object(r[e])?(Object.keys(t).includes(e)||Object.assign(t,to({},e,{})),Sc(t[e],r[e])):Object.assign(t,to({},e,r[e]))}),Sc.apply(void 0,[t].concat(n))):t}function Ec(e,a){var t=e.length?e:[e];Array.from(t).reverse().forEach(function(e,t){var n=0<t?a.cloneNode(!0):a,i=e.parentNode,r=e.nextSibling;n.appendChild(e),r?i.insertBefore(n,r):i.appendChild(n)})}function Ac(r,e){fc.element(r)&&!fc.empty(e)&&Object.entries(e).filter(function(e){var t=no(e,2)[1];return!fc.nullOrUndefined(t)}).forEach(function(e){var t=no(e,2),n=t[0],i=t[1];return r.setAttribute(n,i)})}function xc(e,t,n){var i=document.createElement(e);return fc.object(t)&&Ac(i,t),fc.string(n)&&(i.innerText=n),i}function Cc(e,t,n,i){fc.element(t)&&t.appendChild(xc(e,n,i))}function Pc(e){fc.nodeList(e)||fc.array(e)?Array.from(e).forEach(Pc):fc.element(e)&&fc.element(e.parentNode)&&e.parentNode.removeChild(e)}function Lc(e){if(fc.element(e))for(var t=e.childNodes.length;0<t;)e.removeChild(e.lastChild),--t}function Ic(e,t){return fc.element(t)&&fc.element(t.parentNode)&&fc.element(e)?(t.parentNode.replaceChild(e,t),e):null}function Mc(e,t){if(!fc.string(e)||fc.empty(e))return{};var o={},s=Sc({},t);return e.split(",").forEach(function(e){var t=e.trim(),n=t.replace(".",""),i=t.replace(/[[\]]/g,"").split("="),r=no(i,1)[0],a=1<i.length?i[1].replace(/["']/g,""):"";switch(t.charAt(0)){case".":fc.string(s.class)?o.class="".concat(s.class," ").concat(n):o.class=n;break;case"#":o.id=t.replace("#","");break;case"[":o[r]=a}}),Sc(s,o)}function Oc(e,t){if(fc.element(e)){var n=t;fc.boolean(n)||(n=!e.hidden),e.hidden=n}}function jc(e,t,n){if(fc.nodeList(e))return Array.from(e).map(function(e){return jc(e,t,n)});if(fc.element(e)){var i="toggle";return void 0!==n&&(i=n?"add":"remove"),e.classList[i](t),e.classList.contains(t)}return!1}function Nc(e,t){return fc.element(e)&&e.classList.contains(t)}function _c(e,t){return function(){return Array.from(document.querySelectorAll(t)).includes(this)}.call(e,t)}function Rc(e){return this.elements.container.querySelectorAll(e)}function Uc(e){return this.elements.container.querySelector(e)}function Fc(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:null,t=1<arguments.length&&void 0!==arguments[1]&&arguments[1];fc.element(e)&&(e.focus({preventScroll:!0}),t&&jc(e,this.config.classNames.tabFocus))}var qc,Dc={"audio/ogg":"vorbis","audio/wav":"1","video/webm":"vp8, vorbis","video/mp4":"avc1.42E01E, mp4a.40.2","video/ogg":"theora"},Hc={audio:"canPlayType"in document.createElement("audio"),video:"canPlayType"in document.createElement("video"),check:function(e,t,n){var i=mc.isIPhone&&n&&Hc.playsinline,r=Hc[e]||"html5"!==t;return{api:r,ui:r&&Hc.rangeInput&&("video"!==e||!mc.isIPhone||i)}},pip:!(mc.isIPhone||!fc.function(xc("video").webkitSetPresentationMode)&&(!document.pictureInPictureEnabled||xc("video").disablePictureInPicture)),airplay:fc.function(window.WebKitPlaybackTargetAvailabilityEvent),playsinline:"playsInline"in document.createElement("video"),mime:function(e){if(fc.empty(e))return!1;var t=no(e.split("/"),1)[0],n=e;if(!this.isHTML5||t!==this.type)return!1;Object.keys(Dc).includes(n)&&(n+='; codecs="'.concat(Dc[e],'"'));try{return Boolean(n&&this.media.canPlayType(n).replace(/no/,""))}catch(e){return!1}},textTracks:"textTracks"in document.createElement("video"),rangeInput:((qc=document.createElement("input")).type="range")===qc.type,touch:"ontouchstart"in document.documentElement,transitions:!1!==dc,reducedMotion:"matchMedia"in window&&window.matchMedia("(prefers-reduced-motion)").matches};function Vc(e){return(fc.array(e)||fc.string(e)&&e.includes(":"))&&(fc.array(e)?e:e.split(":")).map(Number).every(fc.number)}function Bc(e){if(!fc.array(e)||!e.every(fc.number))return null;var t=no(e,2),n=t[0],i=t[1],r=function e(t,n){return 0===n?t:e(n,t%n)}(n,i);return[n/r,i/r]}function zc(e){function t(e){return Vc(e)?e.split(":").map(Number):null}var n=t(e);if(null===n&&(n=t(this.config.ratio)),null===n&&!fc.empty(this.embed)&&fc.array(this.embed.ratio)&&(n=this.embed.ratio),null===n&&this.isHTML5){var i=this.media;n=Bc([i.videoWidth,i.videoHeight])}return n}function Wc(e){if(!this.isVideo)return{};var t=zc.call(this,e),n=no(fc.array(t)?t:[0,0],2),i=100/n[0]*n[1];if(this.elements.wrapper.style.paddingBottom="".concat(i,"%"),this.isVimeo&&this.supported.ui){var r=(240-i)/4.8;this.media.style.transform="translateY(-".concat(r,"%)")}else this.isHTML5&&this.elements.wrapper.classList.toggle(this.config.classNames.videoFixedRatio,null!==t);return{padding:i,ratio:t}}var Kc={getSources:function(){var n=this;return this.isHTML5?Array.from(this.media.querySelectorAll("source")).filter(function(e){var t=e.getAttribute("type");return!!fc.empty(t)||Hc.mime.call(n,t)}):[]},getQualityOptions:function(){return Kc.getSources.call(this).map(function(e){return Number(e.getAttribute("size"))}).filter(Boolean)},extend:function(){if(this.isHTML5){var s=this;fc.empty(this.config.ratio)||Wc.call(s),Object.defineProperty(s.media,"quality",{get:function(){var e=Kc.getSources.call(s).find(function(e){return e.getAttribute("src")===s.source});return e&&Number(e.getAttribute("size"))},set:function(t){var e=Kc.getSources.call(s).find(function(e){return Number(e.getAttribute("size"))===t});if(e){var n=s.media,i=n.currentTime,r=n.paused,a=n.preload,o=n.readyState;s.media.src=e.getAttribute("src"),"none"===a&&!o||(s.once("loadedmetadata",function(){s.currentTime=i,r||s.play()}),s.media.load()),kc.call(s,s.media,"qualitychange",!1,{quality:t})}}})}},cancelRequests:function(){this.isHTML5&&(Pc(Kc.getSources.call(this)),this.media.setAttribute("src",this.config.blankVideo),this.media.load(),this.debug.log("Cancelled network requests"))}};function $c(n){return fc.array(n)?n.filter(function(e,t){return n.indexOf(e)===t}):n}var Yc=_.f,Gc=ke.f,Qc=De("match"),Xc=y.RegExp,Jc=Xc.prototype,Zc=/a/g,eu=/a/g,tu=new Xc(Zc)!==Zc;if(b&&Le("RegExp",!tu||g(function(){return eu[Qc]=!1,Xc(Zc)!=Zc||Xc(eu)==eu||"/a/i"!=Xc(Zc,"i")}))){for(var nu=function(e,t){var n=this instanceof nu,i=gi(e),r=void 0===t;return!n&&i&&e.constructor===nu&&r?e:So(tu?new Xc(i&&!r?e.source:e,t):Xc((i=e instanceof nu)?e.source:e,i&&r?Un.call(e):t),n?this:Jc,nu)},iu=function(t){t in nu||Yc(nu,t,{configurable:!0,get:function(){return Xc[t]},set:function(e){Xc[t]=e}})},ru=Gc(Xc),au=0;ru.length>au;)iu(ru[au++]);(Jc.constructor=nu).prototype=Jc,ue(y,"RegExp",nu)}function ou(e){for(var t=arguments.length,n=new Array(1<t?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return fc.empty(e)?e:e.toString().replace(/{(\d+)}/g,function(e,t){return n[t].toString()})}function su(e,t,n){var i=1<arguments.length&&void 0!==t?t:"",r=2<arguments.length&&void 0!==n?n:"";return(0<arguments.length&&void 0!==e?e:"").replace(new RegExp(i.toString().replace(/([.*+?^=!:${}()|[\]/\\])/g,"\\$1"),"g"),r.toString())}function lu(e){return(0<arguments.length&&void 0!==e?e:"").toString().replace(/\w\S*/g,function(e){return e.charAt(0).toUpperCase()+e.substr(1).toLowerCase()})}function cu(e){var t=(0<arguments.length&&void 0!==e?e:"").toString();return(t=function(e){var t=(0<arguments.length&&void 0!==e?e:"").toString();return t=su(t,"-"," "),t=su(t,"_"," "),su(t=lu(t)," ","")}(t)).charAt(0).toLowerCase()+t.slice(1)}function uu(e){var t=document.createElement("div");return t.appendChild(e),t.innerHTML}Ns("RegExp");var hu={pip:"PIP",airplay:"AirPlay",html5:"HTML5",vimeo:"Vimeo",youtube:"YouTube"},fu=function(e,t){var n=0<arguments.length&&void 0!==e?e:"",i=1<arguments.length&&void 0!==t?t:{};if(fc.empty(n)||fc.empty(i))return"";var r=Tc(i.i18n,n);if(fc.empty(r))return Object.keys(hu).includes(n)?hu[n]:"";var a={"{seektime}":i.seekTime,"{title}":i.title};return Object.entries(a).forEach(function(e){var t=no(e,2),n=t[0],i=t[1];r=su(r,n,i)}),r},du=function(){function i(e){Ja(this,i),this.enabled=e.config.storage.enabled,this.key=e.config.storage.key}return eo(i,[{key:"get",value:function(e){if(!i.supported||!this.enabled)return null;var t=window.localStorage.getItem(this.key);if(fc.empty(t))return null;var n=JSON.parse(t);return fc.string(e)&&e.length?n[e]:n}},{key:"set",value:function(e){if(i.supported&&this.enabled&&fc.object(e)){var t=this.get();fc.empty(t)&&(t={}),Sc(t,e),window.localStorage.setItem(this.key,JSON.stringify(t))}}}],[{key:"supported",get:function(){try{if(!("localStorage"in window))return!1;var e="___test";return window.localStorage.setItem(e,e),window.localStorage.removeItem(e),!0}catch(e){return!1}}}]),i}();function pu(e,t){var r=1<arguments.length&&void 0!==t?t:"text";return new Promise(function(t,n){try{var i=new XMLHttpRequest;if(!("withCredentials"in i))return;i.addEventListener("load",function(){if("text"===r)try{t(JSON.parse(i.responseText))}catch(e){t(i.responseText)}else t(i.response)}),i.addEventListener("error",function(){throw new Error(i.status)}),i.open("GET",e,!0),i.responseType=r,i.send()}catch(e){n(e)}})}function mu(e,t){if(fc.string(e)){var n=fc.string(t),i=function(){return null!==document.getElementById(t)},r=function(e,t){e.innerHTML=t,n&&i()||document.body.insertAdjacentElement("afterbegin",e)};if(!n||!i()){var a=du.supported,o=document.createElement("div");if(o.setAttribute("hidden",""),n&&o.setAttribute("id",t),a){var s=window.localStorage.getItem("".concat("cache","-").concat(t));if(null!==s){var l=JSON.parse(s);r(o,l.content)}}pu(e).then(function(e){fc.empty(e)||(a&&window.localStorage.setItem("".concat("cache","-").concat(t),JSON.stringify({content:e})),r(o,e))}).catch(function(){})}}}var gu=Math.ceil,vu=Math.floor;oe({target:"Math",stat:!0},{trunc:function(e){return(0<e?vu:gu)(e)}});var yu=function(e){return Math.trunc(e/60/60%60,10)},bu=function(e){return Math.trunc(e/60%60,10)},wu=function(e){return Math.trunc(e%60,10)};function ku(e,t,n){var i=0<arguments.length&&void 0!==e?e:0,r=1<arguments.length&&void 0!==t&&t,a=2<arguments.length&&void 0!==n&&n;if(!fc.number(i))return ku(null,r,a);function o(e){return"0".concat(e).slice(-2)}var s=yu(i),l=bu(i),c=wu(i);return s=r||0<s?"".concat(s,":"):"","".concat(a&&0<i?"-":"").concat(s).concat(o(l),":").concat(o(c))}var Tu={getIconUrl:function(){var e=new URL(this.config.iconUrl,window.location).host!==window.location.host||mc.isIE&&!window.svg4everybody;return{url:this.config.iconUrl,cors:e}},findElements:function(){try{return this.elements.controls=Uc.call(this,this.config.selectors.controls.wrapper),this.elements.buttons={play:Rc.call(this,this.config.selectors.buttons.play),pause:Uc.call(this,this.config.selectors.buttons.pause),restart:Uc.call(this,this.config.selectors.buttons.restart),rewind:Uc.call(this,this.config.selectors.buttons.rewind),fastForward:Uc.call(this,this.config.selectors.buttons.fastForward),mute:Uc.call(this,this.config.selectors.buttons.mute),pip:Uc.call(this,this.config.selectors.buttons.pip),airplay:Uc.call(this,this.config.selectors.buttons.airplay),settings:Uc.call(this,this.config.selectors.buttons.settings),captions:Uc.call(this,this.config.selectors.buttons.captions),fullscreen:Uc.call(this,this.config.selectors.buttons.fullscreen)},this.elements.progress=Uc.call(this,this.config.selectors.progress),this.elements.inputs={seek:Uc.call(this,this.config.selectors.inputs.seek),volume:Uc.call(this,this.config.selectors.inputs.volume)},this.elements.display={buffer:Uc.call(this,this.config.selectors.display.buffer),currentTime:Uc.call(this,this.config.selectors.display.currentTime),duration:Uc.call(this,this.config.selectors.display.duration)},fc.element(this.elements.progress)&&(this.elements.display.seekTooltip=this.elements.progress.querySelector(".".concat(this.config.classNames.tooltip))),!0}catch(e){return this.debug.warn("It looks like there is a problem with your custom controls HTML",e),this.toggleNativeControls(!0),!1}},createIcon:function(e,t){var n="http://www.w3.org/2000/svg",i=Tu.getIconUrl.call(this),r="".concat(i.cors?"":i.url,"#").concat(this.config.iconPrefix),a=document.createElementNS(n,"svg");Ac(a,Sc(t,{role:"presentation",focusable:"false"}));var o=document.createElementNS(n,"use"),s="".concat(r,"-").concat(e);return"href"in o&&o.setAttributeNS("http://www.w3.org/1999/xlink","href",s),o.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",s),a.appendChild(o),a},createLabel:function(e,t){var n=1<arguments.length&&void 0!==t?t:{},i=fu(e,this.config);return xc("span",Object.assign({},n,{class:[n.class,this.config.classNames.hidden].filter(Boolean).join(" ")}),i)},createBadge:function(e){if(fc.empty(e))return null;var t=xc("span",{class:this.config.classNames.menu.value});return t.appendChild(xc("span",{class:this.config.classNames.menu.badge},e)),t},createButton:function(e,t){var n=this,i=Sc({},t),r=cu(e),a={element:"button",toggle:!1,label:null,icon:null,labelPressed:null,iconPressed:null};switch(["element","icon","label"].forEach(function(e){Object.keys(i).includes(e)&&(a[e]=i[e],delete i[e])}),"button"!==a.element||Object.keys(i).includes("type")||(i.type="button"),Object.keys(i).includes("class")?i.class.split(" ").some(function(e){return e===n.config.classNames.control})||Sc(i,{class:"".concat(i.class," ").concat(this.config.classNames.control)}):i.class=this.config.classNames.control,e){case"play":a.toggle=!0,a.label="play",a.labelPressed="pause",a.icon="play",a.iconPressed="pause";break;case"mute":a.toggle=!0,a.label="mute",a.labelPressed="unmute",a.icon="volume",a.iconPressed="muted";break;case"captions":a.toggle=!0,a.label="enableCaptions",a.labelPressed="disableCaptions",a.icon="captions-off",a.iconPressed="captions-on";break;case"fullscreen":a.toggle=!0,a.label="enterFullscreen",a.labelPressed="exitFullscreen",a.icon="enter-fullscreen",a.iconPressed="exit-fullscreen";break;case"play-large":i.class+=" ".concat(this.config.classNames.control,"--overlaid"),r="play",a.label="play",a.icon="play";break;default:fc.empty(a.label)&&(a.label=r),fc.empty(a.icon)&&(a.icon=e)}var o=xc(a.element);return a.toggle?(o.appendChild(Tu.createIcon.call(this,a.iconPressed,{class:"icon--pressed"})),o.appendChild(Tu.createIcon.call(this,a.icon,{class:"icon--not-pressed"})),o.appendChild(Tu.createLabel.call(this,a.labelPressed,{class:"label--pressed"})),o.appendChild(Tu.createLabel.call(this,a.label,{class:"label--not-pressed"}))):(o.appendChild(Tu.createIcon.call(this,a.icon)),o.appendChild(Tu.createLabel.call(this,a.label))),Sc(i,Mc(this.config.selectors.buttons[r],i)),Ac(o,i),"play"===r?(fc.array(this.elements.buttons[r])||(this.elements.buttons[r]=[]),this.elements.buttons[r].push(o)):this.elements.buttons[r]=o,o},createRange:function(e,t){var n=xc("input",Sc(Mc(this.config.selectors.inputs[e]),{type:"range",min:0,max:100,step:.01,value:0,autocomplete:"off",role:"slider","aria-label":fu(e,this.config),"aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":0},t));return this.elements.inputs[e]=n,Tu.updateRangeFill.call(this,n),Vs.setup(n),n},createProgress:function(e,t){var n=xc("progress",Sc(Mc(this.config.selectors.display[e]),{min:0,max:100,value:0,role:"progressbar","aria-hidden":!0},t));if("volume"!==e){n.appendChild(xc("span",null,"0"));var i={played:"played",buffer:"buffered"}[e],r=i?fu(i,this.config):"";n.innerText="% ".concat(r.toLowerCase())}return this.elements.display[e]=n},createTime:function(e,t){var n=Mc(this.config.selectors.display[e],t),i=xc("div",Sc(n,{class:"".concat(n.class?n.class:""," ").concat(this.config.classNames.display.time," ").trim(),"aria-label":fu(e,this.config)}),"00:00");return this.elements.display[e]=i},bindMenuItemShortcuts:function(i,r){var a=this;yc(i,"keydown keyup",function(e){if([32,38,39,40].includes(e.which)&&(e.preventDefault(),e.stopPropagation(),"keydown"!==e.type)){var t,n=_c(i,'[role="menuitemradio"]');if(!n&&[32,39].includes(e.which))Tu.showMenuPanel.call(a,r,!0);else 32!==e.which&&(40===e.which||n&&39===e.which?(t=i.nextElementSibling,fc.element(t)||(t=i.parentNode.firstElementChild)):(t=i.previousElementSibling,fc.element(t)||(t=i.parentNode.lastElementChild)),Fc.call(a,t,!0))}},!1),yc(i,"keyup",function(e){13===e.which&&Tu.focusFirstMenuItem.call(a,null,!0)})},createMenuItem:function(e){var t=this,n=e.value,i=e.list,r=e.type,a=e.title,o=e.badge,s=void 0===o?null:o,l=e.checked,c=void 0!==l&&l,u=Mc(this.config.selectors.inputs[r]),h=xc("button",Sc(u,{type:"button",role:"menuitemradio",class:"".concat(this.config.classNames.control," ").concat(u.class?u.class:"").trim(),"aria-checked":c,value:n})),f=xc("span");f.innerHTML=a,fc.element(s)&&f.appendChild(s),h.appendChild(f),Object.defineProperty(h,"checked",{enumerable:!0,get:function(){return"true"===h.getAttribute("aria-checked")},set:function(e){e&&Array.from(h.parentNode.children).filter(function(e){return _c(e,'[role="menuitemradio"]')}).forEach(function(e){return e.setAttribute("aria-checked","false")}),h.setAttribute("aria-checked",e?"true":"false")}}),this.listeners.bind(h,"click keyup",function(e){if(!fc.keyboardEvent(e)||32===e.which){switch(e.preventDefault(),e.stopPropagation(),h.checked=!0,r){case"language":t.currentTrack=Number(n);break;case"quality":t.quality=n;break;case"speed":t.speed=parseFloat(n)}Tu.showMenuPanel.call(t,"home",fc.keyboardEvent(e))}},r,!1),Tu.bindMenuItemShortcuts.call(this,h,r),i.appendChild(h)},formatTime:function(e,t){var n=0<arguments.length&&void 0!==e?e:0,i=1<arguments.length&&void 0!==t&&t;return fc.number(n)?ku(n,0<yu(this.duration),i):n},updateTimeDisplay:function(e,t,n){var i=0<arguments.length&&void 0!==e?e:null,r=1<arguments.length&&void 0!==t?t:0,a=2<arguments.length&&void 0!==n&&n;fc.element(i)&&fc.number(r)&&(i.innerText=Tu.formatTime(r,a))},updateVolume:function(){this.supported.ui&&(fc.element(this.elements.inputs.volume)&&Tu.setRange.call(this,this.elements.inputs.volume,this.muted?0:this.volume),fc.element(this.elements.buttons.mute)&&(this.elements.buttons.mute.pressed=this.muted||0===this.volume))},setRange:function(e,t){var n=1<arguments.length&&void 0!==t?t:0;fc.element(e)&&(e.value=n,Tu.updateRangeFill.call(this,e))},updateProgress:function(e){var a=this;if(this.supported.ui&&fc.event(e)){var t,n,i=0;if(e)switch(e.type){case"timeupdate":case"seeking":case"seeked":t=this.currentTime,n=this.duration,i=0===t||0===n||Number.isNaN(t)||Number.isNaN(n)?0:(t/n*100).toFixed(2),"timeupdate"===e.type&&Tu.setRange.call(this,this.elements.inputs.seek,i);break;case"playing":case"progress":!function(e,t){var n=fc.number(t)?t:0,i=fc.element(e)?e:a.elements.display.buffer;if(fc.element(i)){i.value=n;var r=i.getElementsByTagName("span")[0];fc.element(r)&&(r.childNodes[0].nodeValue=n)}}(this.elements.display.buffer,100*this.buffered)}}},updateRangeFill:function(e){var t=fc.event(e)?e.target:e;if(fc.element(t)&&"range"===t.getAttribute("type")){if(_c(t,this.config.selectors.inputs.seek)){t.setAttribute("aria-valuenow",this.currentTime);var n=Tu.formatTime(this.currentTime),i=Tu.formatTime(this.duration),r=fu("seekLabel",this.config);t.setAttribute("aria-valuetext",r.replace("{currentTime}",n).replace("{duration}",i))}else if(_c(t,this.config.selectors.inputs.volume)){var a=100*t.value;t.setAttribute("aria-valuenow",a),t.setAttribute("aria-valuetext","".concat(a.toFixed(1),"%"))}else t.setAttribute("aria-valuenow",t.value);mc.isWebkit&&t.style.setProperty("--value","".concat(t.value/t.max*100,"%"))}},updateSeekTooltip:function(e){var t=this;if(this.config.tooltips.seek&&fc.element(this.elements.inputs.seek)&&fc.element(this.elements.display.seekTooltip)&&0!==this.duration){var n="".concat(this.config.classNames.tooltip,"--visible"),i=function(e){return jc(t.elements.display.seekTooltip,n,e)};if(this.touch)i(!1);else{var r=0,a=this.elements.progress.getBoundingClientRect();if(fc.event(e))r=100/a.width*(e.pageX-a.left);else{if(!Nc(this.elements.display.seekTooltip,n))return;r=parseFloat(this.elements.display.seekTooltip.style.left,10)}r<0?r=0:100<r&&(r=100),Tu.updateTimeDisplay.call(this,this.elements.display.seekTooltip,this.duration/100*r),this.elements.display.seekTooltip.style.left="".concat(r,"%"),fc.event(e)&&["mouseenter","mouseleave"].includes(e.type)&&i("mouseenter"===e.type)}}},timeUpdate:function(e){var t=!fc.element(this.elements.display.duration)&&this.config.invertTime;Tu.updateTimeDisplay.call(this,this.elements.display.currentTime,t?this.duration-this.currentTime:this.currentTime,t),e&&"timeupdate"===e.type&&this.media.seeking||Tu.updateProgress.call(this,e)},durationUpdate:function(){if(this.supported.ui&&(this.config.invertTime||!this.currentTime)){if(this.duration>=Math.pow(2,32))return Oc(this.elements.display.currentTime,!0),void Oc(this.elements.progress,!0);fc.element(this.elements.inputs.seek)&&this.elements.inputs.seek.setAttribute("aria-valuemax",this.duration);var e=fc.element(this.elements.display.duration);!e&&this.config.displayDuration&&this.paused&&Tu.updateTimeDisplay.call(this,this.elements.display.currentTime,this.duration),e&&Tu.updateTimeDisplay.call(this,this.elements.display.duration,this.duration),Tu.updateSeekTooltip.call(this)}},toggleMenuButton:function(e,t){Oc(this.elements.settings.buttons[e],!t)},updateSetting:function(e,t,n){var i=this.elements.settings.panels[e],r=null,a=t;if("captions"===e)r=this.currentTrack;else{if(r=fc.empty(n)?this[e]:n,fc.empty(r)&&(r=this.config[e].default),!fc.empty(this.options[e])&&!this.options[e].includes(r))return void this.debug.warn("Unsupported value of '".concat(r,"' for ").concat(e));if(!this.config[e].options.includes(r))return void this.debug.warn("Disabled value of '".concat(r,"' for ").concat(e))}if(fc.element(a)||(a=i&&i.querySelector('[role="menu"]')),fc.element(a)){this.elements.settings.buttons[e].querySelector(".".concat(this.config.classNames.menu.value)).innerHTML=Tu.getLabel.call(this,e,r);var o=a&&a.querySelector('[value="'.concat(r,'"]'));fc.element(o)&&(o.checked=!0)}},getLabel:function(e,t){switch(e){case"speed":return 1===t?fu("normal",this.config):"".concat(t,"×");case"quality":if(fc.number(t)){var n=fu("qualityLabel.".concat(t),this.config);return n.length?n:"".concat(t,"p")}return lu(t);case"captions":return Au.getLabel.call(this);default:return null}},setQualityMenu:function(e){var i=this;if(fc.element(this.elements.settings.panels.quality)){var n="quality",r=this.elements.settings.panels.quality.querySelector('[role="menu"]');fc.array(e)&&(this.options.quality=$c(e).filter(function(e){return i.config.quality.options.includes(e)}));var t=!fc.empty(this.options.quality)&&1<this.options.quality.length;if(Tu.toggleMenuButton.call(this,n,t),Lc(r),Tu.checkMenu.call(this),t){this.options.quality.sort(function(e,t){var n=i.config.quality.options;return n.indexOf(e)>n.indexOf(t)?1:-1}).forEach(function(e){var t;Tu.createMenuItem.call(i,{value:e,list:r,type:n,title:Tu.getLabel.call(i,"quality",e),badge:(t=fu("qualityBadge.".concat(e),i.config)).length?Tu.createBadge.call(i,t):null})}),Tu.updateSetting.call(this,n,r)}}},setCaptionsMenu:function(){var n=this;if(fc.element(this.elements.settings.panels.captions)){var e="captions",i=this.elements.settings.panels.captions.querySelector('[role="menu"]'),t=Au.getTracks.call(this),r=Boolean(t.length);if(Tu.toggleMenuButton.call(this,e,r),Lc(i),Tu.checkMenu.call(this),r){var a=t.map(function(e,t){return{value:t,checked:n.captions.toggled&&n.currentTrack===t,title:Au.getLabel.call(n,e),badge:e.language&&Tu.createBadge.call(n,e.language.toUpperCase()),list:i,type:"language"}});a.unshift({value:-1,checked:!this.captions.toggled,title:fu("disabled",this.config),list:i,type:"language"}),a.forEach(Tu.createMenuItem.bind(this)),Tu.updateSetting.call(this,e,i)}}},setSpeedMenu:function(e){var t=this;if(fc.element(this.elements.settings.panels.speed)){var n="speed",i=this.elements.settings.panels.speed.querySelector('[role="menu"]');fc.array(e)?this.options.speed=e:(this.isHTML5||this.isVimeo)&&(this.options.speed=[.5,.75,1,1.25,1.5,1.75,2]),this.options.speed=this.options.speed.filter(function(e){return t.config.speed.options.includes(e)});var r=!fc.empty(this.options.speed)&&1<this.options.speed.length;Tu.toggleMenuButton.call(this,n,r),Lc(i),Tu.checkMenu.call(this),r&&(this.options.speed.forEach(function(e){Tu.createMenuItem.call(t,{value:e,list:i,type:n,title:Tu.getLabel.call(t,"speed",e)})}),Tu.updateSetting.call(this,n,i))}},checkMenu:function(){var e=this.elements.settings.buttons,t=!fc.empty(e)&&Object.values(e).some(function(e){return!e.hidden});Oc(this.elements.settings.menu,!t)},focusFirstMenuItem:function(e,t){var n=1<arguments.length&&void 0!==t&&t;if(!this.elements.settings.popup.hidden){var i=e;fc.element(i)||(i=Object.values(this.elements.settings.panels).find(function(e){return!e.hidden}));var r=i.querySelector('[role^="menuitem"]');Fc.call(this,r,n)}},toggleMenu:function(e){var t=this.elements.settings.popup,n=this.elements.buttons.settings;if(fc.element(t)&&fc.element(n)){var i=t.hidden,r=i;if(fc.boolean(e))r=e;else if(fc.keyboardEvent(e)&&27===e.which)r=!1;else if(fc.event(e)){var a=fc.function(e.composedPath)?e.composedPath()[0]:e.target,o=t.contains(a);if(o||!o&&e.target!==n&&r)return}n.setAttribute("aria-expanded",r),Oc(t,!r),jc(this.elements.container,this.config.classNames.menu.open,r),r&&fc.keyboardEvent(e)?Tu.focusFirstMenuItem.call(this,null,!0):r||i||Fc.call(this,n,fc.keyboardEvent(e))}},getMenuSize:function(e){var t=e.cloneNode(!0);t.style.position="absolute",t.style.opacity=0,t.removeAttribute("hidden"),e.parentNode.appendChild(t);var n=t.scrollWidth,i=t.scrollHeight;return Pc(t),{width:n,height:i}},showMenuPanel:function(e,t){var n=this,i=0<arguments.length&&void 0!==e?e:"",r=1<arguments.length&&void 0!==t&&t,a=this.elements.container.querySelector("#plyr-settings-".concat(this.id,"-").concat(i));if(fc.element(a)){var o=a.parentNode,s=Array.from(o.children).find(function(e){return!e.hidden});if(Hc.transitions&&!Hc.reducedMotion){o.style.width="".concat(s.scrollWidth,"px"),o.style.height="".concat(s.scrollHeight,"px");var l=Tu.getMenuSize.call(this,a);yc.call(this,o,dc,function e(t){t.target===o&&["width","height"].includes(t.propertyName)&&(o.style.width="",o.style.height="",bc.call(n,o,dc,e))}),o.style.width="".concat(l.width,"px"),o.style.height="".concat(l.height,"px")}Oc(s,!0),Oc(a,!1),Tu.focusFirstMenuItem.call(this,a,r)}},setDownloadUrl:function(){var e=this.elements.buttons.download;fc.element(e)&&e.setAttribute("href",this.download)},create:function(d){var p=this,m=Tu.bindMenuItemShortcuts,g=Tu.createButton,v=Tu.createProgress,y=Tu.createRange,b=Tu.createTime,e=Tu.setQualityMenu,t=Tu.setSpeedMenu,w=Tu.showMenuPanel;this.elements.controls=null,this.config.controls.includes("play-large")&&this.elements.container.appendChild(g.call(this,"play-large"));var k=xc("div",Mc(this.config.selectors.controls.wrapper));this.elements.controls=k;var T={class:"plyr__controls__item"};return $c(this.config.controls).forEach(function(e){if("restart"===e&&k.appendChild(g.call(p,"restart",T)),"rewind"===e&&k.appendChild(g.call(p,"rewind",T)),"play"===e&&k.appendChild(g.call(p,"play",T)),"fast-forward"===e&&k.appendChild(g.call(p,"fast-forward",T)),"progress"===e){var t=xc("div",{class:"".concat(T.class," plyr__progress__container")}),n=xc("div",Mc(p.config.selectors.progress));if(n.appendChild(y.call(p,"seek",{id:"plyr-seek-".concat(d.id)})),n.appendChild(v.call(p,"buffer")),p.config.tooltips.seek){var i=xc("span",{class:p.config.classNames.tooltip},"00:00");n.appendChild(i),p.elements.display.seekTooltip=i}p.elements.progress=n,t.appendChild(p.elements.progress),k.appendChild(t)}if("current-time"===e&&k.appendChild(b.call(p,"currentTime",T)),"duration"===e&&k.appendChild(b.call(p,"duration",T)),"mute"===e||"volume"===e){var r=p.elements.volume;if(fc.element(r)&&k.contains(r)||(r=xc("div",Sc({},T,{class:"".concat(T.class," plyr__volume").trim()})),p.elements.volume=r,k.appendChild(r)),"mute"===e&&r.appendChild(g.call(p,"mute")),"volume"===e){var a={max:1,step:.05,value:p.config.volume};r.appendChild(y.call(p,"volume",Sc(a,{id:"plyr-volume-".concat(d.id)})))}}if("captions"===e&&k.appendChild(g.call(p,"captions",T)),"settings"===e&&!fc.empty(p.config.settings)){var o=xc("div",Sc({},T,{class:"".concat(T.class," plyr__menu").trim(),hidden:""}));o.appendChild(g.call(p,"settings",{"aria-haspopup":!0,"aria-controls":"plyr-settings-".concat(d.id),"aria-expanded":!1}));var s=xc("div",{class:"plyr__menu__container",id:"plyr-settings-".concat(d.id),hidden:""}),l=xc("div"),c=xc("div",{id:"plyr-settings-".concat(d.id,"-home")}),u=xc("div",{role:"menu"});c.appendChild(u),l.appendChild(c),p.elements.settings.panels.home=c,p.config.settings.forEach(function(e){var t=xc("button",Sc(Mc(p.config.selectors.buttons.settings),{type:"button",class:"".concat(p.config.classNames.control," ").concat(p.config.classNames.control,"--forward"),role:"menuitem","aria-haspopup":!0,hidden:""}));m.call(p,t,e),yc(t,"click",function(){w.call(p,e,!1)});var n=xc("span",null,fu(e,p.config)),i=xc("span",{class:p.config.classNames.menu.value});i.innerHTML=d[e],n.appendChild(i),t.appendChild(n),u.appendChild(t);var r=xc("div",{id:"plyr-settings-".concat(d.id,"-").concat(e),hidden:""}),a=xc("button",{type:"button",class:"".concat(p.config.classNames.control," ").concat(p.config.classNames.control,"--back")});a.appendChild(xc("span",{"aria-hidden":!0},fu(e,p.config))),a.appendChild(xc("span",{class:p.config.classNames.hidden},fu("menuBack",p.config))),yc(r,"keydown",function(e){37===e.which&&(e.preventDefault(),e.stopPropagation(),w.call(p,"home",!0))},!1),yc(a,"click",function(){w.call(p,"home",!1)}),r.appendChild(a),r.appendChild(xc("div",{role:"menu"})),l.appendChild(r),p.elements.settings.buttons[e]=t,p.elements.settings.panels[e]=r}),s.appendChild(l),o.appendChild(s),k.appendChild(o),p.elements.settings.popup=s,p.elements.settings.menu=o}if("pip"===e&&Hc.pip&&k.appendChild(g.call(p,"pip",T)),"airplay"===e&&Hc.airplay&&k.appendChild(g.call(p,"airplay",T)),"download"===e){var h=Sc({},T,{element:"a",href:p.download,target:"_blank"}),f=p.config.urls.download;!fc.url(f)&&p.isEmbed&&Sc(h,{icon:"logo-".concat(p.provider),label:p.provider}),k.appendChild(g.call(p,"download",h))}"fullscreen"===e&&k.appendChild(g.call(p,"fullscreen",T))}),this.isHTML5&&e.call(this,Kc.getQualityOptions.call(this)),t.call(this),k},inject:function(){var i=this;if(this.config.loadSprite){var e=Tu.getIconUrl.call(this);e.cors&&mu(e.url,"sprite-plyr")}this.id=Math.floor(1e4*Math.random());var t=null;this.elements.controls=null;var n={id:this.id,seektime:this.config.seekTime,title:this.config.title},r=!0;fc.function(this.config.controls)&&(this.config.controls=this.config.controls.call(this,n)),this.config.controls||(this.config.controls=[]),fc.element(this.config.controls)||fc.string(this.config.controls)?t=this.config.controls:(t=Tu.create.call(this,{id:this.id,seektime:this.config.seekTime,speed:this.speed,quality:this.quality,captions:Au.getLabel.call(this)}),r=!1);function a(e){var r=e;return Object.entries(n).forEach(function(e){var t=no(e,2),n=t[0],i=t[1];r=su(r,"{".concat(n,"}"),i)}),r}var o;if(r&&(fc.string(this.config.controls)?t=a(t):fc.element(t)&&(t.innerHTML=a(t.innerHTML))),fc.string(this.config.selectors.controls.container)&&(o=document.querySelector(this.config.selectors.controls.container)),fc.element(o)||(o=this.elements.container),o[fc.element(t)?"insertAdjacentElement":"insertAdjacentHTML"]("afterbegin",t),fc.element(this.elements.controls)||Tu.findElements.call(this),!fc.empty(this.elements.buttons)){var s=function(t){var n=i.config.classNames.controlPressed;Object.defineProperty(t,"pressed",{enumerable:!0,get:function(){return Nc(t,n)},set:function(e){jc(t,n,0<arguments.length&&void 0!==e&&e)}})};Object.values(this.elements.buttons).filter(Boolean).forEach(function(e){fc.array(e)||fc.nodeList(e)?Array.from(e).filter(Boolean).forEach(s):s(e)})}if(mc.isEdge&&pc(o),this.config.tooltips.controls){var l=this.config,c=l.classNames,u=l.selectors,h="".concat(u.controls.wrapper," ").concat(u.labels," .").concat(c.hidden),f=Rc.call(this,h);Array.from(f).forEach(function(e){jc(e,i.config.classNames.hidden,!1),jc(e,i.config.classNames.tooltip,!0)})}}};function Su(e,t){var n=e;if(!(1<arguments.length&&void 0!==t)||t){var i=document.createElement("a");i.href=n,n=i.href}try{return new URL(n)}catch(e){return null}}function Eu(e){var r=new URLSearchParams;return fc.object(e)&&Object.entries(e).forEach(function(e){var t=no(e,2),n=t[0],i=t[1];r.set(n,i)}),r}var Au={setup:function(){if(this.supported.ui)if(!this.isVideo||this.isYouTube||this.isHTML5&&!Hc.textTracks)fc.array(this.config.controls)&&this.config.controls.includes("settings")&&this.config.settings.includes("captions")&&Tu.setCaptionsMenu.call(this);else{var e,t;if(fc.element(this.elements.captions)||(this.elements.captions=xc("div",Mc(this.config.selectors.captions)),e=this.elements.captions,t=this.elements.wrapper,fc.element(e)&&fc.element(t)&&t.parentNode.insertBefore(e,t.nextSibling)),mc.isIE&&window.URL){var n=this.media.querySelectorAll("track");Array.from(n).forEach(function(t){var e=t.getAttribute("src"),n=Su(e);null!==n&&n.hostname!==window.location.href.hostname&&["http:","https:"].includes(n.protocol)&&pu(e,"blob").then(function(e){t.setAttribute("src",window.URL.createObjectURL(e))}).catch(function(){Pc(t)})})}var i=$c((navigator.languages||[navigator.language||navigator.userLanguage||"en"]).map(function(e){return e.split("-")[0]})),r=(this.storage.get("language")||this.config.captions.language||"auto").toLowerCase();if("auto"===r)r=no(i,1)[0];var a=this.storage.get("captions");if(fc.boolean(a)||(a=this.config.captions.active),Object.assign(this.captions,{toggled:!1,active:a,language:r,languages:i}),this.isHTML5){var o=this.config.captions.update?"addtrack removetrack":"removetrack";yc.call(this,this.media.textTracks,o,Au.update.bind(this))}setTimeout(Au.update.bind(this),0)}},update:function(){var t=this,e=Au.getTracks.call(this,!0),n=this.captions,i=n.active,r=n.language,a=n.meta,o=n.currentTrackNode,s=Boolean(e.find(function(e){return e.language===r}));this.isHTML5&&this.isVideo&&e.filter(function(e){return!a.get(e)}).forEach(function(e){t.debug.log("Track added",e),a.set(e,{default:"showing"===e.mode}),e.mode="hidden",yc.call(t,e,"cuechange",function(){return Au.updateCues.call(t)})}),(s&&this.language!==r||!e.includes(o))&&(Au.setLanguage.call(this,r),Au.toggle.call(this,i&&s)),jc(this.elements.container,this.config.classNames.captions.enabled,!fc.empty(e)),(this.config.controls||[]).includes("settings")&&this.config.settings.includes("captions")&&Tu.setCaptionsMenu.call(this)},toggle:function(e,t){var n=!(1<arguments.length&&void 0!==t)||t;if(this.supported.ui){var i=this.captions.toggled,r=this.config.classNames.captions.active,a=fc.nullOrUndefined(e)?!i:e;if(a!==i){if(n||(this.captions.active=a,this.storage.set({captions:a})),!this.language&&a&&!n){var o=Au.getTracks.call(this),s=Au.findTrack.call(this,[this.captions.language].concat(io(this.captions.languages)),!0);return this.captions.language=s.language,void Au.set.call(this,o.indexOf(s))}this.elements.buttons.captions&&(this.elements.buttons.captions.pressed=a),jc(this.elements.container,r,a),this.captions.toggled=a,Tu.updateSetting.call(this,"captions"),kc.call(this,this.media,a?"captionsenabled":"captionsdisabled")}}},set:function(e,t){var n=!(1<arguments.length&&void 0!==t)||t,i=Au.getTracks.call(this);if(-1!==e)if(fc.number(e))if(e in i){if(this.captions.currentTrack!==e){var r=i[this.captions.currentTrack=e],a=(r||{}).language;this.captions.currentTrackNode=r,Tu.updateSetting.call(this,"captions"),n||(this.captions.language=a,this.storage.set({language:a})),this.isVimeo&&this.embed.enableTextTrack(a),kc.call(this,this.media,"languagechange")}Au.toggle.call(this,!0,n),this.isHTML5&&this.isVideo&&Au.updateCues.call(this)}else this.debug.warn("Track not found",e);else this.debug.warn("Invalid caption argument",e);else Au.toggle.call(this,!1,n)},setLanguage:function(e,t){var n=!(1<arguments.length&&void 0!==t)||t;if(fc.string(e)){var i=e.toLowerCase();this.captions.language=i;var r=Au.getTracks.call(this),a=Au.findTrack.call(this,[i]);Au.set.call(this,r.indexOf(a),n)}else this.debug.warn("Invalid language argument",e)},getTracks:function(e){var t=this,n=0<arguments.length&&void 0!==e&&e;return Array.from((this.media||{}).textTracks||[]).filter(function(e){return!t.isHTML5||n||t.captions.meta.has(e)}).filter(function(e){return["captions","subtitles"].includes(e.kind)})},findTrack:function(e,t){function n(e){return Number((r.captions.meta.get(e)||{}).default)}var i,r=this,a=1<arguments.length&&void 0!==t&&t,o=Au.getTracks.call(this),s=Array.from(o).sort(function(e,t){return n(t)-n(e)});return e.every(function(t){return!(i=s.find(function(e){return e.language===t}))}),i||(a?s[0]:void 0)},getCurrentTrack:function(){return Au.getTracks.call(this)[this.currentTrack]},getLabel:function(e){var t=e;return!fc.track(t)&&Hc.textTracks&&this.captions.toggled&&(t=Au.getCurrentTrack.call(this)),fc.track(t)?fc.empty(t.label)?fc.empty(t.language)?fu("enabled",this.config):e.language.toUpperCase():t.label:fu("disabled",this.config)},updateCues:function(e){if(this.supported.ui)if(fc.element(this.elements.captions))if(fc.nullOrUndefined(e)||Array.isArray(e)){var t=e;if(!t){var n=Au.getCurrentTrack.call(this);t=Array.from((n||{}).activeCues||[]).map(function(e){return e.getCueAsHTML()}).map(uu)}var i=t.map(function(e){return e.trim()}).join("\n");if(i!==this.elements.captions.innerHTML){Lc(this.elements.captions);var r=xc("span",Mc(this.config.selectors.caption));r.innerHTML=i,this.elements.captions.appendChild(r),kc.call(this,this.media,"cuechange")}}else this.debug.warn("updateCues: Invalid input",e);else this.debug.warn("No captions element to render to")}},xu={enabled:!0,title:"",debug:!1,autoplay:!1,autopause:!0,playsinline:!0,seekTime:10,volume:1,muted:!1,duration:null,displayDuration:!0,invertTime:!0,toggleInvert:!0,ratio:null,clickToPlay:!0,hideControls:!0,resetOnEnd:!1,disableContextMenu:!0,loadSprite:!0,iconPrefix:"plyr",iconUrl:"https://cdn.plyr.io/3.5.6/plyr.svg",blankVideo:"https://cdn.plyr.io/static/blank.mp4",quality:{default:576,options:[4320,2880,2160,1440,1080,720,576,480,360,240]},loop:{active:!1},speed:{selected:1,options:[.5,.75,1,1.25,1.5,1.75,2]},keyboard:{focused:!0,global:!1},tooltips:{controls:!1,seek:!0},captions:{active:!1,language:"auto",update:!1},fullscreen:{enabled:!0,fallback:!0,iosNative:!1},storage:{enabled:!0,key:"plyr"},controls:["play-large","play","progress","current-time","mute","volume","captions","settings","pip","airplay","fullscreen"],settings:["captions","quality","speed"],i18n:{restart:"Restart",rewind:"Rewind {seektime}s",play:"Play",pause:"Pause",fastForward:"Forward {seektime}s",seek:"Seek",seekLabel:"{currentTime} of {duration}",played:"Played",buffered:"Buffered",currentTime:"Current time",duration:"Duration",volume:"Volume",mute:"Mute",unmute:"Unmute",enableCaptions:"Enable captions",disableCaptions:"Disable captions",download:"Download",enterFullscreen:"Enter fullscreen",exitFullscreen:"Exit fullscreen",frameTitle:"Player for {title}",captions:"Captions",settings:"Settings",menuBack:"Go back to previous menu",speed:"Speed",normal:"Normal",quality:"Quality",loop:"Loop",start:"Start",end:"End",all:"All",reset:"Reset",disabled:"Disabled",enabled:"Enabled",advertisement:"Ad",qualityBadge:{2160:"4K",1440:"HD",1080:"HD",720:"HD",576:"SD",480:"SD"}},urls:{download:null,vimeo:{sdk:"https://player.vimeo.com/api/player.js",iframe:"https://player.vimeo.com/video/{0}?{1}",api:"https://vimeo.com/api/v2/video/{0}.json"},youtube:{sdk:"https://www.youtube.com/iframe_api",api:"https://noembed.com/embed?url=https://www.youtube.com/watch?v={0}"},googleIMA:{sdk:"https://imasdk.googleapis.com/js/sdkloader/ima3.js"}},listeners:{seek:null,play:null,pause:null,restart:null,rewind:null,fastForward:null,mute:null,volume:null,captions:null,download:null,fullscreen:null,pip:null,airplay:null,speed:null,quality:null,loop:null,language:null},events:["ended","progress","stalled","playing","waiting","canplay","canplaythrough","loadstart","loadeddata","loadedmetadata","timeupdate","volumechange","play","pause","error","seeking","seeked","emptied","ratechange","cuechange","download","enterfullscreen","exitfullscreen","captionsenabled","captionsdisabled","languagechange","controlshidden","controlsshown","ready","statechange","qualitychange","adsloaded","adscontentpause","adscontentresume","adstarted","adsmidpoint","adscomplete","adsallcomplete","adsimpression","adsclick"],selectors:{editable:"input, textarea, select, [contenteditable]",container:".plyr",controls:{container:null,wrapper:".plyr__controls"},labels:"[data-plyr]",buttons:{play:'[data-plyr="play"]',pause:'[data-plyr="pause"]',restart:'[data-plyr="restart"]',rewind:'[data-plyr="rewind"]',fastForward:'[data-plyr="fast-forward"]',mute:'[data-plyr="mute"]',captions:'[data-plyr="captions"]',download:'[data-plyr="download"]',fullscreen:'[data-plyr="fullscreen"]',pip:'[data-plyr="pip"]',airplay:'[data-plyr="airplay"]',settings:'[data-plyr="settings"]',loop:'[data-plyr="loop"]'},inputs:{seek:'[data-plyr="seek"]',volume:'[data-plyr="volume"]',speed:'[data-plyr="speed"]',language:'[data-plyr="language"]',quality:'[data-plyr="quality"]'},display:{currentTime:".plyr__time--current",duration:".plyr__time--duration",buffer:".plyr__progress__buffer",loop:".plyr__progress__loop",volume:".plyr__volume--display"},progress:".plyr__progress",captions:".plyr__captions",caption:".plyr__caption"},classNames:{type:"plyr--{0}",provider:"plyr--{0}",video:"plyr__video-wrapper",embed:"plyr__video-embed",videoFixedRatio:"plyr__video-wrapper--fixed-ratio",embedContainer:"plyr__video-embed__container",poster:"plyr__poster",posterEnabled:"plyr__poster-enabled",ads:"plyr__ads",control:"plyr__control",controlPressed:"plyr__control--pressed",playing:"plyr--playing",paused:"plyr--paused",stopped:"plyr--stopped",loading:"plyr--loading",hover:"plyr--hover",tooltip:"plyr__tooltip",cues:"plyr__cues",hidden:"plyr__sr-only",hideControls:"plyr--hide-controls",isIos:"plyr--is-ios",isTouch:"plyr--is-touch",uiSupported:"plyr--full-ui",noTransition:"plyr--no-transition",display:{time:"plyr__time"},menu:{value:"plyr__menu__value",badge:"plyr__badge",open:"plyr--menu-open"},captions:{enabled:"plyr--captions-enabled",active:"plyr--captions-active"},fullscreen:{enabled:"plyr--fullscreen-enabled",fallback:"plyr--fullscreen-fallback"},pip:{supported:"plyr--pip-supported",active:"plyr--pip-active"},airplay:{supported:"plyr--airplay-supported",active:"plyr--airplay-active"},tabFocus:"plyr__tab-focus",previewThumbnails:{thumbContainer:"plyr__preview-thumb",thumbContainerShown:"plyr__preview-thumb--is-shown",imageContainer:"plyr__preview-thumb__image-container",timeContainer:"plyr__preview-thumb__time-container",scrubbingContainer:"plyr__preview-scrubbing",scrubbingContainerShown:"plyr__preview-scrubbing--is-shown"}},attributes:{embed:{provider:"data-plyr-provider",id:"data-plyr-embed-id"}},ads:{enabled:!1,publisherId:"",tagUrl:""},previewThumbnails:{enabled:!1,src:""},vimeo:{byline:!1,portrait:!1,title:!1,speed:!0,transparent:!1},youtube:{noCookie:!1,rel:0,showinfo:0,iv_load_policy:3,modestbranding:1}},Cu="picture-in-picture",Pu="inline",Lu={html5:"html5",youtube:"youtube",vimeo:"vimeo"},Iu="audio",Mu="video";function Ou(){}var ju=function(){function t(){var e=0<arguments.length&&void 0!==arguments[0]&&arguments[0];Ja(this,t),this.enabled=window.console&&e,this.enabled&&this.log("Debugging enabled")}return eo(t,[{key:"log",get:function(){return this.enabled?Function.prototype.bind.call(console.log,console):Ou}},{key:"warn",get:function(){return this.enabled?Function.prototype.bind.call(console.warn,console):Ou}},{key:"error",get:function(){return this.enabled?Function.prototype.bind.call(console.error,console):Ou}}]),t}();function Nu(){if(this.enabled){var e=this.player.elements.buttons.fullscreen;fc.element(e)&&(e.pressed=this.active),kc.call(this.player,this.target,this.active?"enterfullscreen":"exitfullscreen",!0),mc.isIos||function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:null,t=1<arguments.length&&void 0!==arguments[1]&&arguments[1];if(fc.element(e)){var n=Rc.call(this,"button:not(:disabled), input:not(:disabled), [tabindex]"),i=n[0],r=n[n.length-1];vc.call(this,this.elements.container,"keydown",function(e){if("Tab"===e.key&&9===e.keyCode){var t=document.activeElement;t!==r||e.shiftKey?t===i&&e.shiftKey&&(r.focus(),e.preventDefault()):(i.focus(),e.preventDefault())}},t,!1)}}.call(this.player,this.target,this.active)}}function _u(){var e=0<arguments.length&&void 0!==arguments[0]&&arguments[0];if(e?this.scrollPosition={x:window.scrollX||0,y:window.scrollY||0}:window.scrollTo(this.scrollPosition.x,this.scrollPosition.y),document.body.style.overflow=e?"hidden":"",jc(this.target,this.player.config.classNames.fullscreen.fallback,e),mc.isIos){var t=document.head.querySelector('meta[name="viewport"]'),n="viewport-fit=cover";t||(t=document.createElement("meta")).setAttribute("name","viewport");var i=fc.string(t.content)&&t.content.includes(n);e?(this.cleanupViewport=!i,i||(t.content+=",".concat(n))):this.cleanupViewport&&(t.content=t.content.split(",").filter(function(e){return e.trim()!==n}).join(","))}Nu.call(this)}var Ru=function(){function n(e){var t=this;Ja(this,n),this.player=e,this.prefix=n.prefix,this.property=n.property,this.scrollPosition={x:0,y:0},this.forceFallback="force"===e.config.fullscreen.fallback,yc.call(this.player,document,"ms"===this.prefix?"MSFullscreenChange":"".concat(this.prefix,"fullscreenchange"),function(){Nu.call(t)}),yc.call(this.player,this.player.elements.container,"dblclick",function(e){fc.element(t.player.elements.controls)&&t.player.elements.controls.contains(e.target)||t.toggle()}),this.update()}return eo(n,[{key:"update",value:function(){var e;this.enabled?(e=this.forceFallback?"Fallback (forced)":n.native?"Native":"Fallback",this.player.debug.log("".concat(e," fullscreen enabled"))):this.player.debug.log("Fullscreen not supported and fallback disabled");jc(this.player.elements.container,this.player.config.classNames.fullscreen.enabled,this.enabled)}},{key:"enter",value:function(){this.enabled&&(mc.isIos&&this.player.config.fullscreen.iosNative?this.target.webkitEnterFullscreen():!n.native||this.forceFallback?_u.call(this,!0):this.prefix?fc.empty(this.prefix)||this.target["".concat(this.prefix,"Request").concat(this.property)]():this.target.requestFullscreen())}},{key:"exit",value:function(){if(this.enabled)if(mc.isIos&&this.player.config.fullscreen.iosNative)this.target.webkitExitFullscreen(),this.player.play();else if(!n.native||this.forceFallback)_u.call(this,!1);else if(this.prefix){if(!fc.empty(this.prefix)){var e="moz"===this.prefix?"Cancel":"Exit";document["".concat(this.prefix).concat(e).concat(this.property)]()}}else(document.cancelFullScreen||document.exitFullscreen).call(document)}},{key:"toggle",value:function(){this.active?this.exit():this.enter()}},{key:"usingNative",get:function(){return n.native&&!this.forceFallback}},{key:"enabled",get:function(){return(n.native||this.player.config.fullscreen.fallback)&&this.player.config.fullscreen.enabled&&this.player.supported.ui&&this.player.isVideo}},{key:"active",get:function(){return!!this.enabled&&(!n.native||this.forceFallback?Nc(this.target,this.player.config.classNames.fullscreen.fallback):(this.prefix?document["".concat(this.prefix).concat(this.property,"Element")]:document.fullscreenElement)===this.target)}},{key:"target",get:function(){return mc.isIos&&this.player.config.fullscreen.iosNative?this.player.media:this.player.elements.container}}],[{key:"native",get:function(){return!!(document.fullscreenEnabled||document.webkitFullscreenEnabled||document.mozFullScreenEnabled||document.msFullscreenEnabled)}},{key:"prefix",get:function(){if(fc.function(document.exitFullscreen))return"";var t="";return["webkit","moz","ms"].some(function(e){return!(!fc.function(document["".concat(e,"ExitFullscreen")])&&!fc.function(document["".concat(e,"CancelFullScreen")]))&&(t=e,!0)}),t}},{key:"property",get:function(){return"moz"===this.prefix?"FullScreen":"Fullscreen"}}]),n}(),Uu=Math.sign||function(e){return 0==(e=+e)||e!=e?e:e<0?-1:1};function Fu(r,e){var a=1<arguments.length&&void 0!==e?e:1;return new Promise(function(e,t){function n(){delete i.onload,delete i.onerror,(i.naturalWidth>=a?e:t)(i)}var i=new Image;Object.assign(i,{onload:n,onerror:n,src:r})})}oe({target:"Math",stat:!0},{sign:Uu});var qu={addStyleHook:function(){jc(this.elements.container,this.config.selectors.container.replace(".",""),!0),jc(this.elements.container,this.config.classNames.uiSupported,this.supported.ui)},toggleNativeControls:function(e){0<arguments.length&&void 0!==e&&e&&this.isHTML5?this.media.setAttribute("controls",""):this.media.removeAttribute("controls")},build:function(){var e=this;if(this.listeners.media(),!this.supported.ui)return this.debug.warn("Basic support only for ".concat(this.provider," ").concat(this.type)),void qu.toggleNativeControls.call(this,!0);fc.element(this.elements.controls)||(Tu.inject.call(this),this.listeners.controls()),qu.toggleNativeControls.call(this),this.isHTML5&&Au.setup.call(this),this.volume=null,this.muted=null,this.loop=null,this.quality=null,this.speed=null,Tu.updateVolume.call(this),Tu.timeUpdate.call(this),qu.checkPlaying.call(this),jc(this.elements.container,this.config.classNames.pip.supported,Hc.pip&&this.isHTML5&&this.isVideo),jc(this.elements.container,this.config.classNames.airplay.supported,Hc.airplay&&this.isHTML5),jc(this.elements.container,this.config.classNames.isIos,mc.isIos),jc(this.elements.container,this.config.classNames.isTouch,this.touch),this.ready=!0,setTimeout(function(){kc.call(e,e.media,"ready")},0),qu.setTitle.call(this),this.poster&&qu.setPoster.call(this,this.poster,!1).catch(function(){}),this.config.duration&&Tu.durationUpdate.call(this)},setTitle:function(){var t=fu("play",this.config);if(fc.string(this.config.title)&&!fc.empty(this.config.title)&&(t+=", ".concat(this.config.title)),Array.from(this.elements.buttons.play||[]).forEach(function(e){e.setAttribute("aria-label",t)}),this.isEmbed){var e=Uc.call(this,"iframe");if(!fc.element(e))return;var n=fc.empty(this.config.title)?"video":this.config.title,i=fu("frameTitle",this.config);e.setAttribute("title",i.replace("{title}",n))}},togglePoster:function(e){jc(this.elements.container,this.config.classNames.posterEnabled,e)},setPoster:function(t,e){var n=this;return 1<arguments.length&&void 0!==e&&!e||!this.poster?(this.media.setAttribute("poster",t),function(){var t=this;return new Promise(function(e){return t.ready?setTimeout(e,0):yc.call(t,t.elements.container,"ready",e)}).then(function(){})}.call(this).then(function(){return Fu(t)}).catch(function(e){throw t===n.poster&&qu.togglePoster.call(n,!1),e}).then(function(){if(t!==n.poster)throw new Error("setPoster cancelled by later call to setPoster")}).then(function(){return Object.assign(n.elements.poster.style,{backgroundImage:"url('".concat(t,"')"),backgroundSize:""}),qu.togglePoster.call(n,!0),t})):Promise.reject(new Error("Poster already set"))},checkPlaying:function(e){var t=this;jc(this.elements.container,this.config.classNames.playing,this.playing),jc(this.elements.container,this.config.classNames.paused,this.paused),jc(this.elements.container,this.config.classNames.stopped,this.stopped),Array.from(this.elements.buttons.play||[]).forEach(function(e){Object.assign(e,{pressed:t.playing})}),fc.event(e)&&"timeupdate"===e.type||qu.toggleControls.call(this)},checkLoading:function(e){var t=this;this.loading=["stalled","waiting"].includes(e.type),clearTimeout(this.timers.loading),this.timers.loading=setTimeout(function(){jc(t.elements.container,t.config.classNames.loading,t.loading),qu.toggleControls.call(t)},this.loading?250:0)},toggleControls:function(e){var t=this.elements.controls;if(t&&this.config.hideControls){var n=this.touch&&this.lastSeekTime+2e3>Date.now();this.toggleControls(Boolean(e||this.loading||this.paused||t.pressed||t.hover||n))}}},Du=function(){function t(e){Ja(this,t),this.player=e,this.lastKey=null,this.focusTimer=null,this.lastKeyDown=null,this.handleKey=this.handleKey.bind(this),this.toggleMenu=this.toggleMenu.bind(this),this.setTabFocus=this.setTabFocus.bind(this),this.firstTouch=this.firstTouch.bind(this)}return eo(t,[{key:"handleKey",value:function(e){var t=this.player,n=t.elements,i=e.keyCode?e.keyCode:e.which,r="keydown"===e.type,a=r&&i===this.lastKey;if(!(e.altKey||e.ctrlKey||e.metaKey||e.shiftKey)&&fc.number(i)){if(r){var o=document.activeElement;if(fc.element(o)){var s=t.config.selectors.editable;if(o!==n.inputs.seek&&_c(o,s))return;if(32===e.which&&_c(o,'button, [role^="menuitem"]'))return}switch([32,37,38,39,40,48,49,50,51,52,53,54,56,57,67,70,73,75,76,77,79].includes(i)&&(e.preventDefault(),e.stopPropagation()),i){case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:a||(t.currentTime=t.duration/10*(i-48));break;case 32:case 75:a||t.togglePlay();break;case 38:t.increaseVolume(.1);break;case 40:t.decreaseVolume(.1);break;case 77:a||(t.muted=!t.muted);break;case 39:t.forward();break;case 37:t.rewind();break;case 70:t.fullscreen.toggle();break;case 67:a||t.toggleCaptions();break;case 76:t.loop=!t.loop}27===i&&!t.fullscreen.usingNative&&t.fullscreen.active&&t.fullscreen.toggle(),this.lastKey=i}else this.lastKey=null}}},{key:"toggleMenu",value:function(e){Tu.toggleMenu.call(this.player,e)}},{key:"firstTouch",value:function(){var e=this.player,t=e.elements;e.touch=!0,jc(t.container,e.config.classNames.isTouch,!0)}},{key:"setTabFocus",value:function(e){var t=this.player,n=t.elements;if(clearTimeout(this.focusTimer),"keydown"!==e.type||9===e.which){"keydown"===e.type&&(this.lastKeyDown=e.timeStamp);var i,r=e.timeStamp-this.lastKeyDown<=20;if("focus"!==e.type||r)i=t.config.classNames.tabFocus,jc(Rc.call(t,".".concat(i)),i,!1),this.focusTimer=setTimeout(function(){var e=document.activeElement;n.container.contains(e)&&jc(document.activeElement,t.config.classNames.tabFocus,!0)},10)}}},{key:"global",value:function(e){var t=!(0<arguments.length&&void 0!==e)||e,n=this.player;n.config.keyboard.global&&vc.call(n,window,"keydown keyup",this.handleKey,t,!1),vc.call(n,document.body,"click",this.toggleMenu,t),wc.call(n,document.body,"touchstart",this.firstTouch),vc.call(n,document.body,"keydown focus blur",this.setTabFocus,t,!1,!0)}},{key:"container",value:function(){var s=this.player,e=s.config,o=s.elements,i=s.timers;!e.keyboard.global&&e.keyboard.focused&&yc.call(s,o.container,"keydown keyup",this.handleKey,!1),yc.call(s,o.container,"mousemove mouseleave touchstart touchmove enterfullscreen exitfullscreen",function(e){var t=o.controls;t&&"enterfullscreen"===e.type&&(t.pressed=!1,t.hover=!1);var n=0;["touchstart","touchmove","mousemove"].includes(e.type)&&(qu.toggleControls.call(s,!0),n=s.touch?3e3:2e3),clearTimeout(i.controls),i.controls=setTimeout(function(){return qu.toggleControls.call(s,!1)},n)});function l(e){if(!e)return Wc.call(s);var t=o.container.getBoundingClientRect(),n=t.width,i=t.height;return Wc.call(s,"".concat(n,":").concat(i))}function c(){clearTimeout(i.resized),i.resized=setTimeout(l,50)}yc.call(s,o.container,"enterfullscreen exitfullscreen",function(e){var t=s.fullscreen,n=t.target,i=t.usingNative;if(n===o.container&&(s.isEmbed||!fc.empty(s.config.ratio))){var r="enterfullscreen"===e.type,a=l(r);a.padding;!function(e,t){if(s.isVimeo){var n=s.elements.wrapper.firstChild,i=no(e,2)[1],r=no(zc.call(s),2),a=r[0],o=r[1];n.style.maxWidth=t?"".concat(i/o*a,"px"):null,n.style.margin=t?"0 auto":null}}(a.ratio,r),i||(r?yc.call(s,window,"resize",c):bc.call(s,window,"resize",c))}})}},{key:"media",value:function(){var t=this,i=this.player,r=i.elements;if(yc.call(i,i.media,"timeupdate seeking seeked",function(e){return Tu.timeUpdate.call(i,e)}),yc.call(i,i.media,"durationchange loadeddata loadedmetadata",function(e){return Tu.durationUpdate.call(i,e)}),yc.call(i,i.media,"canplay loadeddata",function(){Oc(r.volume,!i.hasAudio),Oc(r.buttons.mute,!i.hasAudio)}),yc.call(i,i.media,"ended",function(){i.isHTML5&&i.isVideo&&i.config.resetOnEnd&&i.restart()}),yc.call(i,i.media,"progress playing seeking seeked",function(e){return Tu.updateProgress.call(i,e)}),yc.call(i,i.media,"volumechange",function(e){return Tu.updateVolume.call(i,e)}),yc.call(i,i.media,"playing play pause ended emptied timeupdate",function(e){return qu.checkPlaying.call(i,e)}),yc.call(i,i.media,"waiting canplay seeked playing",function(e){return qu.checkLoading.call(i,e)}),i.supported.ui&&i.config.clickToPlay&&!i.isAudio){var n=Uc.call(i,".".concat(i.config.classNames.video));if(!fc.element(n))return;yc.call(i,r.container,"click",function(e){([r.container,n].includes(e.target)||n.contains(e.target))&&(i.touch&&i.config.hideControls||(i.ended?(t.proxy(e,i.restart,"restart"),t.proxy(e,i.play,"play")):t.proxy(e,i.togglePlay,"play")))})}i.supported.ui&&i.config.disableContextMenu&&yc.call(i,r.wrapper,"contextmenu",function(e){e.preventDefault()},!1),yc.call(i,i.media,"volumechange",function(){i.storage.set({volume:i.volume,muted:i.muted})}),yc.call(i,i.media,"ratechange",function(){Tu.updateSetting.call(i,"speed"),i.storage.set({speed:i.speed})}),yc.call(i,i.media,"qualitychange",function(e){Tu.updateSetting.call(i,"quality",null,e.detail.quality)}),yc.call(i,i.media,"ready qualitychange",function(){Tu.setDownloadUrl.call(i)});var e=i.config.events.concat(["keyup","keydown"]).join(" ");yc.call(i,i.media,e,function(e){var t=e.detail,n=void 0===t?{}:t;"error"===e.type&&(n=i.media.error),kc.call(i,r.container,e.type,!0,n)})}},{key:"proxy",value:function(e,t,n){var i=this.player,r=i.config.listeners[n],a=!0;fc.function(r)&&(a=r.call(i,e)),a&&fc.function(t)&&t.call(i,e)}},{key:"bind",value:function(e,t,n,i,r){var a=this,o=!(4<arguments.length&&void 0!==r)||r,s=this.player,l=s.config.listeners[i],c=fc.function(l);yc.call(s,e,t,function(e){return a.proxy(e,n,i)},o&&!c)}},{key:"controls",value:function(){var i=this,s=this.player,r=s.elements,t=mc.isIE?"change":"input";if(r.buttons.play&&Array.from(r.buttons.play).forEach(function(e){i.bind(e,"click",s.togglePlay,"play")}),this.bind(r.buttons.restart,"click",s.restart,"restart"),this.bind(r.buttons.rewind,"click",s.rewind,"rewind"),this.bind(r.buttons.fastForward,"click",s.forward,"fastForward"),this.bind(r.buttons.mute,"click",function(){s.muted=!s.muted},"mute"),this.bind(r.buttons.captions,"click",function(){return s.toggleCaptions()}),this.bind(r.buttons.download,"click",function(){kc.call(s,s.media,"download")},"download"),this.bind(r.buttons.fullscreen,"click",function(){s.fullscreen.toggle()},"fullscreen"),this.bind(r.buttons.pip,"click",function(){s.pip="toggle"},"pip"),this.bind(r.buttons.airplay,"click",s.airplay,"airplay"),this.bind(r.buttons.settings,"click",function(e){e.stopPropagation(),Tu.toggleMenu.call(s,e)}),this.bind(r.buttons.settings,"keyup",function(e){var t=e.which;[13,32].includes(t)&&(13!==t?(e.preventDefault(),e.stopPropagation(),Tu.toggleMenu.call(s,e)):Tu.focusFirstMenuItem.call(s,null,!0))},null,!1),this.bind(r.settings.menu,"keydown",function(e){27===e.which&&Tu.toggleMenu.call(s,e)}),this.bind(r.inputs.seek,"mousedown mousemove",function(e){var t=r.progress.getBoundingClientRect(),n=100/t.width*(e.pageX-t.left);e.currentTarget.setAttribute("seek-value",n)}),this.bind(r.inputs.seek,"mousedown mouseup keydown keyup touchstart touchend",function(e){var t=e.currentTarget,n=e.keyCode?e.keyCode:e.which,i="play-on-seeked";if(!fc.keyboardEvent(e)||39===n||37===n){s.lastSeekTime=Date.now();var r=t.hasAttribute(i),a=["mouseup","touchend","keyup"].includes(e.type);r&&a?(t.removeAttribute(i),s.play()):!a&&s.playing&&(t.setAttribute(i,""),s.pause())}}),mc.isIos){var e=Rc.call(s,'input[type="range"]');Array.from(e).forEach(function(e){return i.bind(e,t,function(e){return pc(e.target)})})}this.bind(r.inputs.seek,t,function(e){var t=e.currentTarget,n=t.getAttribute("seek-value");fc.empty(n)&&(n=t.value),t.removeAttribute("seek-value"),s.currentTime=n/t.max*s.duration},"seek"),this.bind(r.progress,"mouseenter mouseleave mousemove",function(e){return Tu.updateSeekTooltip.call(s,e)}),this.bind(r.progress,"mousemove touchmove",function(e){var t=s.previewThumbnails;t&&t.loaded&&t.startMove(e)}),this.bind(r.progress,"mouseleave click",function(){var e=s.previewThumbnails;e&&e.loaded&&e.endMove(!1,!0)}),this.bind(r.progress,"mousedown touchstart",function(e){var t=s.previewThumbnails;t&&t.loaded&&t.startScrubbing(e)}),this.bind(r.progress,"mouseup touchend",function(e){var t=s.previewThumbnails;t&&t.loaded&&t.endScrubbing(e)}),mc.isWebkit&&Array.from(Rc.call(s,'input[type="range"]')).forEach(function(e){i.bind(e,"input",function(e){return Tu.updateRangeFill.call(s,e.target)})}),s.config.toggleInvert&&!fc.element(r.display.duration)&&this.bind(r.display.currentTime,"click",function(){0!==s.currentTime&&(s.config.invertTime=!s.config.invertTime,Tu.timeUpdate.call(s))}),this.bind(r.inputs.volume,t,function(e){s.volume=e.target.value},"volume"),this.bind(r.controls,"mouseenter mouseleave",function(e){r.controls.hover=!s.touch&&"mouseenter"===e.type}),this.bind(r.controls,"mousedown mouseup touchstart touchend touchcancel",function(e){r.controls.pressed=["mousedown","touchstart"].includes(e.type)}),this.bind(r.controls,"focusin",function(){var e=s.config,t=s.timers;jc(r.controls,e.classNames.noTransition,!0),qu.toggleControls.call(s,!0),setTimeout(function(){jc(r.controls,e.classNames.noTransition,!1)},0);var n=i.touch?3e3:4e3;clearTimeout(t.controls),t.controls=setTimeout(function(){return qu.toggleControls.call(s,!1)},n)}),this.bind(r.inputs.volume,"wheel",function(e){var t=e.webkitDirectionInvertedFromDevice,n=no([e.deltaX,-e.deltaY].map(function(e){return t?-e:e}),2),i=n[0],r=n[1],a=Math.sign(Math.abs(i)>Math.abs(r)?i:r);s.increaseVolume(a/50);var o=s.media.volume;(1===a&&o<1||-1===a&&0<o)&&e.preventDefault()},"volume",!1)}}]),t}(),Hu=_.f,Vu=Function.prototype,Bu=Vu.toString,zu=/^\s*function ([^ (]*)/;!b||"name"in Vu||Hu(Vu,"name",{configurable:!0,get:function(){try{return Bu.call(this).match(zu)[1]}catch(e){return""}}});var Wu=Math.max,Ku=Math.min;oe({target:"Array",proto:!0,forced:!xn("splice")},{splice:function(e,t){var n,i,r,a,o,s,l=se(this),c=ee(l.length),u=te(e,c),h=arguments.length;if(0===h?n=i=0:i=1===h?(n=0,c-u):(n=h-2,Ku(Wu(Z(t),0),c-u)),9007199254740991<c+n-i)throw TypeError("Maximum allowed length exceeded");for(r=We(l,i),a=0;a<i;a++)(o=u+a)in l&&An(r,a,l[o]);if(n<(r.length=i)){for(a=u;a<c-i;a++)s=a+n,(o=a+i)in l?l[s]=l[o]:delete l[s];for(a=c;c-i+n<a;a--)delete l[a-1]}else if(i<n)for(a=c-i;u<a;a--)s=a+n-1,(o=a+i-1)in l?l[s]=l[o]:delete l[s];for(a=0;a<n;a++)l[a+u]=arguments[a+2];return l.length=c-i+n,r}});var $u=t(function(e,t){function o(e,t){if(e){var n=u[e];if(c[e]=t,n)for(;n.length;)n[0](e,t),n.splice(0,1)}}function s(e,t){e.call&&(e={success:e}),t.length?(e.error||f)(t):(e.success||f)(e)}function h(n,i,r,a){var o,s,e=document,t=r.async,l=(r.numRetries||0)+1,c=r.before||f,u=n.replace(/^(css|img)!/,"");a=a||0,/(^css!|\.css$)/.test(n)?((s=e.createElement("link")).rel="stylesheet",s.href=u,(o="hideFocus"in s)&&s.relList&&(o=0,s.rel="preload",s.as="style")):/(^img!|\.(png|gif|jpg|svg)$)/.test(n)?(s=e.createElement("img")).src=u:((s=e.createElement("script")).src=n,s.async=void 0===t||t),!(s.onload=s.onerror=s.onbeforeload=function(e){var t=e.type[0];if(o)try{s.sheet.cssText.length||(t="e")}catch(e){18!=e.code&&(t="e")}if("e"==t){if((a+=1)<l)return h(n,i,r,a)}else if("preload"==s.rel&&"style"==s.as)return s.rel="stylesheet";i(n,t,e.defaultPrevented)})!==c(n,s)&&e.head.appendChild(s)}function n(e,t,n){var i,r;if(t&&t.trim&&(i=t),r=(i?n:t)||{},i){if(i in l)throw"LoadJS";l[i]=!0}function a(t,n){!function(e,i,t){var n,r,a=(e=e.push?e:[e]).length,o=a,s=[];for(n=function(e,t,n){if("e"==t&&s.push(e),"b"==t){if(!n)return;s.push(e)}--a||i(s)},r=0;r<o;r++)h(e[r],n,t)}(e,function(e){s(r,e),t&&s({success:t,error:n},e),o(i,e)},r)}if(r.returnPromise)return new Promise(a);a()}var f,l,c,u;e.exports=(f=function(){},l={},c={},u={},n.ready=function(e,t){return function(e,n){e=e.push?e:[e];var t,i,r,a=[],o=e.length,s=o;for(t=function(e,t){t.length&&a.push(e),--s||n(a)};o--;)i=e[o],(r=c[i])?t(i,r):(u[i]=u[i]||[]).push(t)}(e,function(e){s(t,e)}),n},n.done=function(e){o(e,[])},n.reset=function(){l={},c={},u={}},n.isDefined=function(e){return e in l},n)});function Yu(n){return new Promise(function(e,t){$u(n,{success:e,error:t})})}function Gu(e){e&&!this.embed.hasPlayed&&(this.embed.hasPlayed=!0),this.media.paused===e&&(this.media.paused=!e,kc.call(this,this.media,e?"play":"pause"))}var Qu={setup:function(){var t=this;jc(this.elements.wrapper,this.config.classNames.embed,!0),Wc.call(this),fc.object(window.Vimeo)?Qu.ready.call(this):Yu(this.config.urls.vimeo.sdk).then(function(){Qu.ready.call(t)}).catch(function(e){t.debug.warn("Vimeo SDK (player.js) failed to load",e)})},ready:function(){var r=this,o=this,e=o.config.vimeo,t=Eu(Sc({},{loop:o.config.loop.active,autoplay:o.autoplay,muted:o.muted,gesture:"media",playsinline:!this.config.fullscreen.iosNative},e)),n=o.media.getAttribute("src");fc.empty(n)&&(n=o.media.getAttribute(o.config.attributes.embed.id));var i,a=(i=n,fc.empty(i)?null:fc.number(Number(i))?i:i.match(/^.*(vimeo.com\/|video\/)(\d+).*/)?RegExp.$2:i),s=xc("iframe"),l=ou(o.config.urls.vimeo.iframe,a,t);s.setAttribute("src",l),s.setAttribute("allowfullscreen",""),s.setAttribute("allowtransparency",""),s.setAttribute("allow","autoplay");var c=xc("div",{poster:o.poster,class:o.config.classNames.embedContainer});c.appendChild(s),o.media=Ic(c,o.media),pu(ou(o.config.urls.vimeo.api,a),"json").then(function(e){if(!fc.empty(e)){var t=new URL(e[0].thumbnail_large);t.pathname="".concat(t.pathname.split("_")[0],".jpg"),qu.setPoster.call(o,t.href).catch(function(){})}}),o.embed=new window.Vimeo.Player(s,{autopause:o.config.autopause,muted:o.muted}),o.media.paused=!0,o.media.currentTime=0,o.supported.ui&&o.embed.disableTextTrack(),o.media.play=function(){return Gu.call(o,!0),o.embed.play()},o.media.pause=function(){return Gu.call(o,!1),o.embed.pause()},o.media.stop=function(){o.pause(),o.currentTime=0};var u=o.media.currentTime;Object.defineProperty(o.media,"currentTime",{get:function(){return u},set:function(e){var t=o.embed,n=o.media,i=o.paused,r=o.volume,a=i&&!t.hasPlayed;n.seeking=!0,kc.call(o,n,"seeking"),Promise.resolve(a&&t.setVolume(0)).then(function(){return t.setCurrentTime(e)}).then(function(){return a&&t.pause()}).then(function(){return a&&t.setVolume(r)}).catch(function(){})}});var h=o.config.speed.selected;Object.defineProperty(o.media,"playbackRate",{get:function(){return h},set:function(e){o.embed.setPlaybackRate(e).then(function(){h=e,kc.call(o,o.media,"ratechange")}).catch(function(e){"Error"===e.name&&Tu.setSpeedMenu.call(o,[])})}});var f=o.config.volume;Object.defineProperty(o.media,"volume",{get:function(){return f},set:function(e){o.embed.setVolume(e).then(function(){f=e,kc.call(o,o.media,"volumechange")})}});var d=o.config.muted;Object.defineProperty(o.media,"muted",{get:function(){return d},set:function(e){var t=!!fc.boolean(e)&&e;o.embed.setVolume(t?0:o.config.volume).then(function(){d=t,kc.call(o,o.media,"volumechange")})}});var p,m=o.config.loop;Object.defineProperty(o.media,"loop",{get:function(){return m},set:function(e){var t=fc.boolean(e)?e:o.config.loop.active;o.embed.setLoop(t).then(function(){m=t})}}),o.embed.getVideoUrl().then(function(e){p=e,Tu.setDownloadUrl.call(o)}).catch(function(e){r.debug.warn(e)}),Object.defineProperty(o.media,"currentSrc",{get:function(){return p}}),Object.defineProperty(o.media,"ended",{get:function(){return o.currentTime===o.duration}}),Promise.all([o.embed.getVideoWidth(),o.embed.getVideoHeight()]).then(function(e){var t=no(e,2),n=t[0],i=t[1];o.embed.ratio=[n,i],Wc.call(r)}),o.embed.setAutopause(o.config.autopause).then(function(e){o.config.autopause=e}),o.embed.getVideoTitle().then(function(e){o.config.title=e,qu.setTitle.call(r)}),o.embed.getCurrentTime().then(function(e){u=e,kc.call(o,o.media,"timeupdate")}),o.embed.getDuration().then(function(e){o.media.duration=e,kc.call(o,o.media,"durationchange")}),o.embed.getTextTracks().then(function(e){o.media.textTracks=e,Au.setup.call(o)}),o.embed.on("cuechange",function(e){var t=e.cues,n=(void 0===t?[]:t).map(function(e){return t=e.text,n=document.createDocumentFragment(),i=document.createElement("div"),n.appendChild(i),i.innerHTML=t,n.firstChild.innerText;var t,n,i});Au.updateCues.call(o,n)}),o.embed.on("loaded",function(){o.embed.getPaused().then(function(e){Gu.call(o,!e),e||kc.call(o,o.media,"playing")}),fc.element(o.embed.element)&&o.supported.ui&&o.embed.element.setAttribute("tabindex",-1)}),o.embed.on("play",function(){Gu.call(o,!0),kc.call(o,o.media,"playing")}),o.embed.on("pause",function(){Gu.call(o,!1)}),o.embed.on("timeupdate",function(e){o.media.seeking=!1,u=e.seconds,kc.call(o,o.media,"timeupdate")}),o.embed.on("progress",function(e){o.media.buffered=e.percent,kc.call(o,o.media,"progress"),1===parseInt(e.percent,10)&&kc.call(o,o.media,"canplaythrough"),o.embed.getDuration().then(function(e){e!==o.media.duration&&(o.media.duration=e,kc.call(o,o.media,"durationchange"))})}),o.embed.on("seeked",function(){o.media.seeking=!1,kc.call(o,o.media,"seeked")}),o.embed.on("ended",function(){o.media.paused=!0,kc.call(o,o.media,"ended")}),o.embed.on("error",function(e){o.media.error=e,kc.call(o,o.media,"error")}),setTimeout(function(){return qu.build.call(o)},0)}};function Xu(e){e&&!this.embed.hasPlayed&&(this.embed.hasPlayed=!0),this.media.paused===e&&(this.media.paused=!e,kc.call(this,this.media,e?"play":"pause"))}var Ju={setup:function(){var t=this;if(jc(this.elements.wrapper,this.config.classNames.embed,!0),fc.object(window.YT)&&fc.function(window.YT.Player))Ju.ready.call(this);else{var e=window.onYouTubeIframeAPIReady;window.onYouTubeIframeAPIReady=function(){fc.function(e)&&e(),Ju.ready.call(t)},Yu(this.config.urls.youtube.sdk).catch(function(e){t.debug.warn("YouTube API failed to load",e)})}},getTitle:function(e){var r=this;pu(ou(this.config.urls.youtube.api,e)).then(function(e){if(fc.object(e)){var t=e.title,n=e.height,i=e.width;r.config.title=t,qu.setTitle.call(r),r.embed.ratio=[i,n]}Wc.call(r)}).catch(function(){Wc.call(r)})},ready:function(){var r=this,e=r.media&&r.media.getAttribute("id");if(fc.empty(e)||!e.startsWith("youtube-")){var t=r.media.getAttribute("src");fc.empty(t)&&(t=r.media.getAttribute(this.config.attributes.embed.id));var n,i,a=(n=t,fc.empty(n)?null:n.match(/^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|&v=)([^#&?]*).*/)?RegExp.$2:n),o=(i=r.provider,"".concat(i,"-").concat(Math.floor(1e4*Math.random()))),s=xc("div",{id:o,poster:r.poster});r.media=Ic(s,r.media);var l=function(e){return"https://i.ytimg.com/vi/".concat(a,"/").concat(e,"default.jpg")};Fu(l("maxres"),121).catch(function(){return Fu(l("sd"),121)}).catch(function(){return Fu(l("hq"))}).then(function(e){return qu.setPoster.call(r,e.src)}).then(function(e){e.includes("maxres")||(r.elements.poster.style.backgroundSize="cover")}).catch(function(){});var c=r.config.youtube;r.embed=new window.YT.Player(o,{videoId:a,host:c.noCookie?"https://www.youtube-nocookie.com":"http:"===window.location.protocol?"http://www.youtube.com":void 0,playerVars:Sc({},{autoplay:r.config.autoplay?1:0,hl:r.config.hl,controls:r.supported.ui?0:1,disablekb:1,playsinline:r.config.fullscreen.iosNative?0:1,cc_load_policy:r.captions.active?1:0,cc_lang_pref:r.config.captions.language,widget_referrer:window?window.location.href:null},c),events:{onError:function(e){if(!r.media.error){var t=e.data,n={2:"The request contains an invalid parameter value. For example, this error occurs if you specify a video ID that does not have 11 characters, or if the video ID contains invalid characters, such as exclamation points or asterisks.",5:"The requested content cannot be played in an HTML5 player or another error related to the HTML5 player has occurred.",100:"The video requested was not found. This error occurs when a video has been removed (for any reason) or has been marked as private.",101:"The owner of the requested video does not allow it to be played in embedded players.",150:"The owner of the requested video does not allow it to be played in embedded players."}[t]||"An unknown error occured";r.media.error={code:t,message:n},kc.call(r,r.media,"error")}},onPlaybackRateChange:function(e){var t=e.target;r.media.playbackRate=t.getPlaybackRate(),kc.call(r,r.media,"ratechange")},onReady:function(e){if(!fc.function(r.media.play)){var n=e.target;Ju.getTitle.call(r,a),r.media.play=function(){Xu.call(r,!0),n.playVideo()},r.media.pause=function(){Xu.call(r,!1),n.pauseVideo()},r.media.stop=function(){n.stopVideo()},r.media.duration=n.getDuration(),r.media.paused=!0,r.media.currentTime=0,Object.defineProperty(r.media,"currentTime",{get:function(){return Number(n.getCurrentTime())},set:function(e){r.paused&&!r.embed.hasPlayed&&r.embed.mute(),r.media.seeking=!0,kc.call(r,r.media,"seeking"),n.seekTo(e)}}),Object.defineProperty(r.media,"playbackRate",{get:function(){return n.getPlaybackRate()},set:function(e){n.setPlaybackRate(e)}});var t=r.config.volume;Object.defineProperty(r.media,"volume",{get:function(){return t},set:function(e){t=e,n.setVolume(100*t),kc.call(r,r.media,"volumechange")}});var i=r.config.muted;Object.defineProperty(r.media,"muted",{get:function(){return i},set:function(e){var t=fc.boolean(e)?e:i;n[(i=t)?"mute":"unMute"](),kc.call(r,r.media,"volumechange")}}),Object.defineProperty(r.media,"currentSrc",{get:function(){return n.getVideoUrl()}}),Object.defineProperty(r.media,"ended",{get:function(){return r.currentTime===r.duration}}),r.options.speed=n.getAvailablePlaybackRates(),r.supported.ui&&r.media.setAttribute("tabindex",-1),kc.call(r,r.media,"timeupdate"),kc.call(r,r.media,"durationchange"),clearInterval(r.timers.buffering),r.timers.buffering=setInterval(function(){r.media.buffered=n.getVideoLoadedFraction(),(null===r.media.lastBuffered||r.media.lastBuffered<r.media.buffered)&&kc.call(r,r.media,"progress"),r.media.lastBuffered=r.media.buffered,1===r.media.buffered&&(clearInterval(r.timers.buffering),kc.call(r,r.media,"canplaythrough"))},200),setTimeout(function(){return qu.build.call(r)},50)}},onStateChange:function(e){var t=e.target;switch(clearInterval(r.timers.playing),r.media.seeking&&[1,2].includes(e.data)&&(r.media.seeking=!1,kc.call(r,r.media,"seeked")),e.data){case-1:kc.call(r,r.media,"timeupdate"),r.media.buffered=t.getVideoLoadedFraction(),kc.call(r,r.media,"progress");break;case 0:Xu.call(r,!1),r.media.loop?(t.stopVideo(),t.playVideo()):kc.call(r,r.media,"ended");break;case 1:r.config.autoplay||!r.media.paused||r.embed.hasPlayed?(Xu.call(r,!0),kc.call(r,r.media,"playing"),r.timers.playing=setInterval(function(){kc.call(r,r.media,"timeupdate")},50),r.media.duration!==t.getDuration()&&(r.media.duration=t.getDuration(),kc.call(r,r.media,"durationchange"))):r.media.pause();break;case 2:r.muted||r.embed.unMute(),Xu.call(r,!1)}kc.call(r,r.elements.container,"statechange",!1,{code:e.data})}}})}}},Zu={setup:function(){this.media?(jc(this.elements.container,this.config.classNames.type.replace("{0}",this.type),!0),jc(this.elements.container,this.config.classNames.provider.replace("{0}",this.provider),!0),this.isEmbed&&jc(this.elements.container,this.config.classNames.type.replace("{0}","video"),!0),this.isVideo&&(this.elements.wrapper=xc("div",{class:this.config.classNames.video}),Ec(this.media,this.elements.wrapper),this.elements.poster=xc("div",{class:this.config.classNames.poster}),this.elements.wrapper.appendChild(this.elements.poster)),this.isHTML5?Kc.extend.call(this):this.isYouTube?Ju.setup.call(this):this.isVimeo&&Qu.setup.call(this)):this.debug.warn("No media element found!")}},eh=function(){function t(e){var n=this;Ja(this,t),this.player=e,this.config=e.config.ads,this.playing=!1,this.initialized=!1,this.elements={container:null,displayContainer:null},this.manager=null,this.loader=null,this.cuePoints=null,this.events={},this.safetyTimer=null,this.countdownTimer=null,this.managerPromise=new Promise(function(e,t){n.on("loaded",e),n.on("error",t)}),this.load()}return eo(t,[{key:"load",value:function(){var e=this;this.enabled&&(fc.object(window.google)&&fc.object(window.google.ima)?this.ready():Yu(this.player.config.urls.googleIMA.sdk).then(function(){e.ready()}).catch(function(){e.trigger("error",new Error("Google IMA SDK failed to load"))}))}},{key:"ready",value:function(){var e,t=this;this.enabled||((e=this).manager&&e.manager.destroy(),e.elements.displayContainer&&e.elements.displayContainer.destroy(),e.elements.container.remove()),this.startSafetyTimer(12e3,"ready()"),this.managerPromise.then(function(){t.clearSafetyTimer("onAdsManagerLoaded()")}),this.listeners(),this.setupIMA()}},{key:"setupIMA",value:function(){this.elements.container=xc("div",{class:this.player.config.classNames.ads}),this.player.elements.container.appendChild(this.elements.container),google.ima.settings.setVpaidMode(google.ima.ImaSdkSettings.VpaidMode.ENABLED),google.ima.settings.setLocale(this.player.config.ads.language),google.ima.settings.setDisableCustomPlaybackForIOS10Plus(this.player.config.playsinline),this.elements.displayContainer=new google.ima.AdDisplayContainer(this.elements.container,this.player.media),this.requestAds()}},{key:"requestAds",value:function(){var t=this,e=this.player.elements.container;try{this.loader=new google.ima.AdsLoader(this.elements.displayContainer),this.loader.addEventListener(google.ima.AdsManagerLoadedEvent.Type.ADS_MANAGER_LOADED,function(e){return t.onAdsManagerLoaded(e)},!1),this.loader.addEventListener(google.ima.AdErrorEvent.Type.AD_ERROR,function(e){return t.onAdError(e)},!1);var n=new google.ima.AdsRequest;n.adTagUrl=this.tagUrl,n.linearAdSlotWidth=e.offsetWidth,n.linearAdSlotHeight=e.offsetHeight,n.nonLinearAdSlotWidth=e.offsetWidth,n.nonLinearAdSlotHeight=e.offsetHeight,n.forceNonLinearFullSlot=!1,n.setAdWillPlayMuted(!this.player.muted),this.loader.requestAds(n)}catch(e){this.onAdError(e)}}},{key:"pollCountdown",value:function(e){var n=this;if(!(0<arguments.length&&void 0!==e&&e))return clearInterval(this.countdownTimer),void this.elements.container.removeAttribute("data-badge-text");this.countdownTimer=setInterval(function(){var e=ku(Math.max(n.manager.getRemainingTime(),0)),t="".concat(fu("advertisement",n.player.config)," - ").concat(e);n.elements.container.setAttribute("data-badge-text",t)},100)}},{key:"onAdsManagerLoaded",value:function(e){var t=this;if(this.enabled){var n=new google.ima.AdsRenderingSettings;n.restoreCustomPlaybackStateOnAdBreakComplete=!0,n.enablePreloading=!0,this.manager=e.getAdsManager(this.player,n),this.cuePoints=this.manager.getCuePoints(),this.manager.addEventListener(google.ima.AdErrorEvent.Type.AD_ERROR,function(e){return t.onAdError(e)}),Object.keys(google.ima.AdEvent.Type).forEach(function(e){t.manager.addEventListener(google.ima.AdEvent.Type[e],function(e){return t.onAdEvent(e)})}),this.trigger("loaded")}}},{key:"addCuePoints",value:function(){var r=this;fc.empty(this.cuePoints)||this.cuePoints.forEach(function(e){if(0!==e&&-1!==e&&e<r.player.duration){var t=r.player.elements.progress;if(fc.element(t)){var n=100/r.player.duration*e,i=xc("span",{class:r.player.config.classNames.cues});i.style.left="".concat(n.toString(),"%"),t.appendChild(i)}}})}},{key:"onAdEvent",value:function(e){var t,n=this,i=this.player.elements.container,r=e.getAd(),a=e.getAdData();switch(t=e.type,kc.call(n.player,n.player.media,"ads".concat(t.replace(/_/g,"").toLowerCase())),e.type){case google.ima.AdEvent.Type.LOADED:this.trigger("loaded"),this.pollCountdown(!0),r.isLinear()||(r.width=i.offsetWidth,r.height=i.offsetHeight);break;case google.ima.AdEvent.Type.STARTED:this.manager.setVolume(this.player.volume);break;case google.ima.AdEvent.Type.ALL_ADS_COMPLETED:this.loadAds();break;case google.ima.AdEvent.Type.CONTENT_PAUSE_REQUESTED:this.pauseContent();break;case google.ima.AdEvent.Type.CONTENT_RESUME_REQUESTED:this.pollCountdown(),this.resumeContent();break;case google.ima.AdEvent.Type.LOG:a.adError&&this.player.debug.warn("Non-fatal ad error: ".concat(a.adError.getMessage()))}}},{key:"onAdError",value:function(e){this.cancel(),this.player.debug.warn("Ads error",e)}},{key:"listeners",value:function(){var i,r=this,e=this.player.elements.container;this.player.on("canplay",function(){r.addCuePoints()}),this.player.on("ended",function(){r.loader.contentComplete()}),this.player.on("timeupdate",function(){i=r.player.currentTime}),this.player.on("seeked",function(){var n=r.player.currentTime;fc.empty(r.cuePoints)||r.cuePoints.forEach(function(e,t){i<e&&e<n&&(r.manager.discardAdBreak(),r.cuePoints.splice(t,1))})}),window.addEventListener("resize",function(){r.manager&&r.manager.resize(e.offsetWidth,e.offsetHeight,google.ima.ViewMode.NORMAL)})}},{key:"play",value:function(){var t=this,e=this.player.elements.container;this.managerPromise||this.resumeContent(),this.managerPromise.then(function(){t.manager.setVolume(t.player.volume),t.elements.displayContainer.initialize();try{t.initialized||(t.manager.init(e.offsetWidth,e.offsetHeight,google.ima.ViewMode.NORMAL),t.manager.start()),t.initialized=!0}catch(e){t.onAdError(e)}}).catch(function(){})}},{key:"resumeContent",value:function(){this.elements.container.style.zIndex="",this.playing=!1,this.player.media.play()}},{key:"pauseContent",value:function(){this.elements.container.style.zIndex=3,this.playing=!0,this.player.media.pause()}},{key:"cancel",value:function(){this.initialized&&this.resumeContent(),this.trigger("error"),this.loadAds()}},{key:"loadAds",value:function(){var t=this;this.managerPromise.then(function(){t.manager&&t.manager.destroy(),t.managerPromise=new Promise(function(e){t.on("loaded",e),t.player.debug.log(t.manager)}),t.requestAds()}).catch(function(){})}},{key:"trigger",value:function(e){for(var t=this,n=arguments.length,i=new Array(1<n?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];var a=this.events[e];fc.array(a)&&a.forEach(function(e){fc.function(e)&&e.apply(t,i)})}},{key:"on",value:function(e,t){return fc.array(this.events[e])||(this.events[e]=[]),this.events[e].push(t),this}},{key:"startSafetyTimer",value:function(e,t){var n=this;this.player.debug.log("Safety timer invoked from: ".concat(t)),this.safetyTimer=setTimeout(function(){n.cancel(),n.clearSafetyTimer("startSafetyTimer()")},e)}},{key:"clearSafetyTimer",value:function(e){fc.nullOrUndefined(this.safetyTimer)||(this.player.debug.log("Safety timer cleared from: ".concat(e)),clearTimeout(this.safetyTimer),this.safetyTimer=null)}},{key:"enabled",get:function(){var e=this.config;return this.player.isHTML5&&this.player.isVideo&&e.enabled&&(!fc.empty(e.publisherId)||fc.url(e.tagUrl))}},{key:"tagUrl",get:function(){var e=this.config;if(fc.url(e.tagUrl))return e.tagUrl;var t={AV_PUBLISHERID:"58c25bb0073ef448b1087ad6",AV_CHANNELID:"5a0458dc28a06145e4519d21",AV_URL:window.location.hostname,cb:Date.now(),AV_WIDTH:640,AV_HEIGHT:480,AV_CDIM2:this.publisherId};return"".concat("https://go.aniview.com/api/adserver6/vast/","?").concat(Eu(t))}}]),t}(),th=ct.findIndex,nh="findIndex",ih=!0;nh in[]&&Array(1)[nh](function(){ih=!1}),oe({target:"Array",proto:!0,forced:ih},{findIndex:function(e,t){return th(this,e,1<arguments.length?t:void 0)}}),$t(nh);var rh=function(){function t(e){Ja(this,t),this.player=e,this.thumbnails=[],this.loaded=!1,this.lastMouseMoveTime=Date.now(),this.mouseDown=!1,this.loadedImages=[],this.elements={thumb:{},scrubbing:{}},this.load()}return eo(t,[{key:"load",value:function(){var e=this;this.player.elements.display.seekTooltip&&(this.player.elements.display.seekTooltip.hidden=this.enabled),this.enabled&&this.getThumbnails().then(function(){e.enabled&&(e.render(),e.determineContainerAutoSizing(),e.loaded=!0)})}},{key:"getThumbnails",value:function(){var i=this;return new Promise(function(e){var t=i.player.config.previewThumbnails.src;if(fc.empty(t))throw new Error("Missing previewThumbnails.src config attribute");var n=(fc.string(t)?[t]:t).map(function(e){return i.getThumbnail(e)});Promise.all(n).then(function(){i.thumbnails.sort(function(e,t){return e.height-t.height}),i.player.debug.log("Preview thumbnails",i.thumbnails),e()})})}},{key:"getThumbnail",value:function(a){var o=this;return new Promise(function(r){pu(a).then(function(e){var t,n={frames:(t=[],e.split(/\r\n\r\n|\n\n|\r\r/).forEach(function(e){var a={};e.split(/\r\n|\n|\r/).forEach(function(e){if(fc.number(a.startTime)){if(!fc.empty(e.trim())&&fc.empty(a.text)){var t=e.trim().split("#xywh="),n=no(t,1);if(a.text=n[0],t[1]){var i=no(t[1].split(","),4);a.x=i[0],a.y=i[1],a.w=i[2],a.h=i[3]}}}else{var r=e.match(/([0-9]{2})?:?([0-9]{2}):([0-9]{2}).([0-9]{2,3})( ?--> ?)([0-9]{2})?:?([0-9]{2}):([0-9]{2}).([0-9]{2,3})/);r&&(a.startTime=60*Number(r[1]||0)*60+60*Number(r[2])+Number(r[3])+Number("0.".concat(r[4])),a.endTime=60*Number(r[6]||0)*60+60*Number(r[7])+Number(r[8])+Number("0.".concat(r[9])))}}),a.text&&t.push(a)}),t),height:null,urlPrefix:""};n.frames[0].text.startsWith("/")||n.frames[0].text.startsWith("http://")||n.frames[0].text.startsWith("https://")||(n.urlPrefix=a.substring(0,a.lastIndexOf("/")+1));var i=new Image;i.onload=function(){n.height=i.naturalHeight,n.width=i.naturalWidth,o.thumbnails.push(n),r()},i.src=n.urlPrefix+n.frames[0].text})})}},{key:"startMove",value:function(e){if(this.loaded&&fc.event(e)&&["touchmove","mousemove"].includes(e.type)&&this.player.media.duration){if("touchmove"===e.type)this.seekTime=this.player.media.duration*(this.player.elements.inputs.seek.value/100);else{var t=this.player.elements.progress.getBoundingClientRect(),n=100/t.width*(e.pageX-t.left);this.seekTime=this.player.media.duration*(n/100),this.seekTime<0&&(this.seekTime=0),this.seekTime>this.player.media.duration-1&&(this.seekTime=this.player.media.duration-1),this.mousePosX=e.pageX,this.elements.thumb.time.innerText=ku(this.seekTime)}this.showImageAtCurrentTime()}}},{key:"endMove",value:function(){this.toggleThumbContainer(!1,!0)}},{key:"startScrubbing",value:function(e){!1!==e.button&&0!==e.button||(this.mouseDown=!0,this.player.media.duration&&(this.toggleScrubbingContainer(!0),this.toggleThumbContainer(!1,!0),this.showImageAtCurrentTime()))}},{key:"endScrubbing",value:function(){var e=this;this.mouseDown=!1,Math.ceil(this.lastTime)===Math.ceil(this.player.media.currentTime)?this.toggleScrubbingContainer(!1):wc.call(this.player,this.player.media,"timeupdate",function(){e.mouseDown||e.toggleScrubbingContainer(!1)})}},{key:"listeners",value:function(){var e=this;this.player.on("play",function(){e.toggleThumbContainer(!1,!0)}),this.player.on("seeked",function(){e.toggleThumbContainer(!1)}),this.player.on("timeupdate",function(){e.lastTime=e.player.media.currentTime})}},{key:"render",value:function(){this.elements.thumb.container=xc("div",{class:this.player.config.classNames.previewThumbnails.thumbContainer}),this.elements.thumb.imageContainer=xc("div",{class:this.player.config.classNames.previewThumbnails.imageContainer}),this.elements.thumb.container.appendChild(this.elements.thumb.imageContainer);var e=xc("div",{class:this.player.config.classNames.previewThumbnails.timeContainer});this.elements.thumb.time=xc("span",{},"00:00"),e.appendChild(this.elements.thumb.time),this.elements.thumb.container.appendChild(e),fc.element(this.player.elements.progress)&&this.player.elements.progress.appendChild(this.elements.thumb.container),this.elements.scrubbing.container=xc("div",{class:this.player.config.classNames.previewThumbnails.scrubbingContainer}),this.player.elements.wrapper.appendChild(this.elements.scrubbing.container)}},{key:"showImageAtCurrentTime",value:function(){var n=this;this.mouseDown?this.setScrubbingContainerSize():this.setThumbContainerSizeAndPos();var i=this.thumbnails[0].frames.findIndex(function(e){return n.seekTime>=e.startTime&&n.seekTime<=e.endTime}),e=0<=i,r=0;this.mouseDown||this.toggleThumbContainer(e),e&&(this.thumbnails.forEach(function(e,t){n.loadedImages.includes(e.frames[i].text)&&(r=t)}),i!==this.showingThumb&&(this.showingThumb=i,this.loadImage(r)))}},{key:"loadImage",value:function(e){var t=this,n=0<arguments.length&&void 0!==e?e:0,i=this.showingThumb,r=this.thumbnails[n],a=r.urlPrefix,o=r.frames[i],s=r.frames[i].text,l=a+s;if(this.currentImageElement&&this.currentImageElement.dataset.filename===s)this.showImage(this.currentImageElement,o,n,i,s,!1),this.currentImageElement.dataset.index=i,this.removeOldImages(this.currentImageElement);else{this.loadingImage&&this.usingSprites&&(this.loadingImage.onload=null);var c=new Image;c.src=l,c.dataset.index=i,c.dataset.filename=s,this.showingThumbFilename=s,this.player.debug.log("Loading image: ".concat(l)),c.onload=function(){return t.showImage(c,o,n,i,s,!0)},this.loadingImage=c,this.removeOldImages(c)}}},{key:"showImage",value:function(e,t,n,i,r,a){var o=!(5<arguments.length&&void 0!==a)||a;this.player.debug.log("Showing thumb: ".concat(r,". num: ").concat(i,". qual: ").concat(n,". newimg: ").concat(o)),this.setImageSizeAndOffset(e,t),o&&(this.currentImageContainer.appendChild(e),this.currentImageElement=e,this.loadedImages.includes(r)||this.loadedImages.push(r)),this.preloadNearby(i,!0).then(this.preloadNearby(i,!1)).then(this.getHigherQuality(n,e,t,r))}},{key:"removeOldImages",value:function(i){var r=this;Array.from(this.currentImageContainer.children).forEach(function(e){if("img"===e.tagName.toLowerCase()){var t=r.usingSprites?500:1e3;if(e.dataset.index!==i.dataset.index&&!e.dataset.deleting){e.dataset.deleting=!0;var n=r.currentImageContainer;setTimeout(function(){n.removeChild(e),r.player.debug.log("Removing thumb: ".concat(e.dataset.filename))},t)}}})}},{key:"preloadNearby",value:function(t,e){var s=this,n=!(1<arguments.length&&void 0!==e)||e;return new Promise(function(o){setTimeout(function(){var r=s.thumbnails[0].frames[t].text;if(s.showingThumbFilename===r){var e;e=n?s.thumbnails[0].frames.slice(t):s.thumbnails[0].frames.slice(0,t).reverse();var a=!1;e.forEach(function(e){var t=e.text;if(t!==r&&!s.loadedImages.includes(t)){a=!0,s.player.debug.log("Preloading thumb filename: ".concat(t));var n=s.thumbnails[0].urlPrefix+t,i=new Image;i.src=n,i.onload=function(){s.player.debug.log("Preloaded thumb filename: ".concat(t)),s.loadedImages.includes(t)||s.loadedImages.push(t),o()}}}),a||o()}},300)})}},{key:"getHigherQuality",value:function(e,t,n,i){var r=this;if(e<this.thumbnails.length-1){var a=t.naturalHeight;this.usingSprites&&(a=n.h),a<this.thumbContainerHeight&&setTimeout(function(){r.showingThumbFilename===i&&(r.player.debug.log("Showing higher quality thumb for: ".concat(i)),r.loadImage(e+1))},300)}}},{key:"toggleThumbContainer",value:function(e,t){var n=0<arguments.length&&void 0!==e&&e,i=1<arguments.length&&void 0!==t&&t,r=this.player.config.classNames.previewThumbnails.thumbContainerShown;this.elements.thumb.container.classList.toggle(r,n),!n&&i&&(this.showingThumb=null,this.showingThumbFilename=null)}},{key:"toggleScrubbingContainer",value:function(e){var t=0<arguments.length&&void 0!==e&&e,n=this.player.config.classNames.previewThumbnails.scrubbingContainerShown;this.elements.scrubbing.container.classList.toggle(n,t),t||(this.showingThumb=null,this.showingThumbFilename=null)}},{key:"determineContainerAutoSizing",value:function(){20<this.elements.thumb.imageContainer.clientHeight&&(this.sizeSpecifiedInCSS=!0)}},{key:"setThumbContainerSizeAndPos",value:function(){if(!this.sizeSpecifiedInCSS){var e=Math.floor(this.thumbContainerHeight*this.thumbAspectRatio);this.elements.thumb.imageContainer.style.height="".concat(this.thumbContainerHeight,"px"),this.elements.thumb.imageContainer.style.width="".concat(e,"px")}this.setThumbContainerPos()}},{key:"setThumbContainerPos",value:function(){var e=this.player.elements.progress.getBoundingClientRect(),t=this.player.elements.container.getBoundingClientRect(),n=this.elements.thumb.container,i=t.left-e.left+10,r=t.right-e.left-n.clientWidth-10,a=this.mousePosX-e.left-n.clientWidth/2;a<i&&(a=i),r<a&&(a=r),n.style.left="".concat(a,"px")}},{key:"setScrubbingContainerSize",value:function(){this.elements.scrubbing.container.style.width="".concat(this.player.media.clientWidth,"px"),this.elements.scrubbing.container.style.height="".concat(this.player.media.clientWidth/this.thumbAspectRatio,"px")}},{key:"setImageSizeAndOffset",value:function(e,t){if(this.usingSprites){var n=this.thumbContainerHeight/t.h;e.style.height="".concat(Math.floor(e.naturalHeight*n),"px"),e.style.width="".concat(Math.floor(e.naturalWidth*n),"px"),e.style.left="-".concat(t.x*n,"px"),e.style.top="-".concat(t.y*n,"px")}}},{key:"enabled",get:function(){return this.player.isHTML5&&this.player.isVideo&&this.player.config.previewThumbnails.enabled}},{key:"currentImageContainer",get:function(){return this.mouseDown?this.elements.scrubbing.container:this.elements.thumb.imageContainer}},{key:"usingSprites",get:function(){return Object.keys(this.thumbnails[0].frames[0]).includes("w")}},{key:"thumbAspectRatio",get:function(){return this.usingSprites?this.thumbnails[0].frames[0].w/this.thumbnails[0].frames[0].h:this.thumbnails[0].width/this.thumbnails[0].height}},{key:"thumbContainerHeight",get:function(){return this.mouseDown?Math.floor(this.player.media.clientWidth/this.thumbAspectRatio):Math.floor(this.player.media.clientWidth/this.thumbAspectRatio/4)}},{key:"currentImageElement",get:function(){return this.mouseDown?this.currentScrubbingImageElement:this.currentThumbnailImageElement},set:function(e){this.mouseDown?this.currentScrubbingImageElement=e:this.currentThumbnailImageElement=e}}]),t}(),ah={insertElements:function(t,e){var n=this;fc.string(e)?Cc(t,this.media,{src:e}):fc.array(e)&&e.forEach(function(e){Cc(t,n.media,e)})},change:function(l){var c=this;Tc(l,"sources.length")?(Kc.cancelRequests.call(this),this.destroy.call(this,function(){c.options.quality=[],Pc(c.media),c.media=null,fc.element(c.elements.container)&&c.elements.container.removeAttribute("class");var e=l.sources,t=l.type,n=no(e,1)[0],i=n.provider,r=void 0===i?Lu.html5:i,a=n.src,o="html5"===r?t:"div",s="html5"===r?{}:{src:a};Object.assign(c,{provider:r,type:t,supported:Hc.check(t,r,c.config.playsinline),media:xc(o,s)}),c.elements.container.appendChild(c.media),fc.boolean(l.autoplay)&&(c.config.autoplay=l.autoplay),c.isHTML5&&(c.config.crossorigin&&c.media.setAttribute("crossorigin",""),c.config.autoplay&&c.media.setAttribute("autoplay",""),fc.empty(l.poster)||(c.poster=l.poster),c.config.loop.active&&c.media.setAttribute("loop",""),c.config.muted&&c.media.setAttribute("muted",""),c.config.playsinline&&c.media.setAttribute("playsinline","")),qu.addStyleHook.call(c),c.isHTML5&&ah.insertElements.call(c,"source",e),c.config.title=l.title,Zu.setup.call(c),c.isHTML5&&Object.keys(l).includes("tracks")&&ah.insertElements.call(c,"track",l.tracks),(c.isHTML5||c.isEmbed&&!c.supported.ui)&&qu.build.call(c),c.isHTML5&&c.media.load(),c.previewThumbnails&&c.previewThumbnails.load(),c.fullscreen.update()},!0)):this.debug.warn("Invalid source format")}};var oh,sh=function(){function c(e,t){var n=this;if(Ja(this,c),this.timers={},this.ready=!1,this.loading=!1,this.failed=!1,this.touch=Hc.touch,this.media=e,fc.string(this.media)&&(this.media=document.querySelectorAll(this.media)),(window.jQuery&&this.media instanceof jQuery||fc.nodeList(this.media)||fc.array(this.media))&&(this.media=this.media[0]),this.config=Sc({},xu,c.defaults,t||{},function(){try{return JSON.parse(n.media.getAttribute("data-plyr-config"))}catch(e){return{}}}()),this.elements={container:null,captions:null,buttons:{},display:{},progress:{},inputs:{},settings:{popup:null,menu:null,panels:{},buttons:{}}},this.captions={active:null,currentTrack:-1,meta:new WeakMap},this.fullscreen={active:!1},this.options={speed:[],quality:[]},this.debug=new ju(this.config.debug),this.debug.log("Config",this.config),this.debug.log("Support",Hc),!fc.nullOrUndefined(this.media)&&fc.element(this.media))if(this.media.plyr)this.debug.warn("Target already setup");else if(this.config.enabled)if(Hc.check().api){var i=this.media.cloneNode(!0);i.autoplay=!1,this.elements.original=i;var r,a=this.media.tagName.toLowerCase(),o=null,s=null;switch(a){case"div":if(o=this.media.querySelector("iframe"),fc.element(o)){if(s=Su(o.getAttribute("src")),this.provider=(r=s.toString(),/^(https?:\/\/)?(www\.)?(youtube\.com|youtube-nocookie\.com|youtu\.?be)\/.+$/.test(r)?Lu.youtube:/^https?:\/\/player.vimeo.com\/video\/\d{0,9}(?=\b|\/)/.test(r)?Lu.vimeo:null),this.elements.container=this.media,this.media=o,this.elements.container.className="",s.search.length){var l=["1","true"];l.includes(s.searchParams.get("autoplay"))&&(this.config.autoplay=!0),l.includes(s.searchParams.get("loop"))&&(this.config.loop.active=!0),this.isYouTube?(this.config.playsinline=l.includes(s.searchParams.get("playsinline")),this.config.youtube.hl=s.searchParams.get("hl")):this.config.playsinline=!0}}else this.provider=this.media.getAttribute(this.config.attributes.embed.provider),this.media.removeAttribute(this.config.attributes.embed.provider);if(fc.empty(this.provider)||!Object.keys(Lu).includes(this.provider))return void this.debug.error("Setup failed: Invalid provider");this.type=Mu;break;case"video":case"audio":this.type=a,this.provider=Lu.html5,this.media.hasAttribute("crossorigin")&&(this.config.crossorigin=!0),this.media.hasAttribute("autoplay")&&(this.config.autoplay=!0),(this.media.hasAttribute("playsinline")||this.media.hasAttribute("webkit-playsinline"))&&(this.config.playsinline=!0),this.media.hasAttribute("muted")&&(this.config.muted=!0),this.media.hasAttribute("loop")&&(this.config.loop.active=!0);break;default:return void this.debug.error("Setup failed: unsupported type")}this.supported=Hc.check(this.type,this.provider,this.config.playsinline),this.supported.api?(this.eventListeners=[],this.listeners=new Du(this),this.storage=new du(this),this.media.plyr=this,fc.element(this.elements.container)||(this.elements.container=xc("div",{tabindex:0}),Ec(this.media,this.elements.container)),qu.addStyleHook.call(this),Zu.setup.call(this),this.config.debug&&yc.call(this,this.elements.container,this.config.events.join(" "),function(e){n.debug.log("event: ".concat(e.type))}),(this.isHTML5||this.isEmbed&&!this.supported.ui)&&qu.build.call(this),this.listeners.container(),this.listeners.global(),this.fullscreen=new Ru(this),this.config.ads.enabled&&(this.ads=new eh(this)),this.isHTML5&&this.config.autoplay&&setTimeout(function(){return n.play()},10),this.lastSeekTime=0,this.config.previewThumbnails.enabled&&(this.previewThumbnails=new rh(this))):this.debug.error("Setup failed: no support")}else this.debug.error("Setup failed: no support");else this.debug.error("Setup failed: disabled by config");else this.debug.error("Setup failed: no suitable element passed")}return eo(c,[{key:"play",value:function(){var e=this;return fc.function(this.media.play)?(this.ads&&this.ads.enabled&&this.ads.managerPromise.then(function(){return e.ads.play()}).catch(function(){return e.media.play()}),this.media.play()):null}},{key:"pause",value:function(){this.playing&&fc.function(this.media.pause)&&this.media.pause()}},{key:"togglePlay",value:function(e){(fc.boolean(e)?e:!this.playing)?this.play():this.pause()}},{key:"stop",value:function(){this.isHTML5?(this.pause(),this.restart()):fc.function(this.media.stop)&&this.media.stop()}},{key:"restart",value:function(){this.currentTime=0}},{key:"rewind",value:function(e){this.currentTime=this.currentTime-(fc.number(e)?e:this.config.seekTime)}},{key:"forward",value:function(e){this.currentTime=this.currentTime+(fc.number(e)?e:this.config.seekTime)}},{key:"increaseVolume",value:function(e){var t=this.media.muted?0:this.volume;this.volume=t+(fc.number(e)?e:0)}},{key:"decreaseVolume",value:function(e){this.increaseVolume(-e)}},{key:"toggleCaptions",value:function(e){Au.toggle.call(this,e,!1)}},{key:"airplay",value:function(){Hc.airplay&&this.media.webkitShowPlaybackTargetPicker()}},{key:"toggleControls",value:function(e){if(!this.supported.ui||this.isAudio)return!1;var t=Nc(this.elements.container,this.config.classNames.hideControls),n=void 0===e?void 0:!e,i=jc(this.elements.container,this.config.classNames.hideControls,n);if(i&&this.config.controls.includes("settings")&&!fc.empty(this.config.settings)&&Tu.toggleMenu.call(this,!1),i!==t){var r=i?"controlshidden":"controlsshown";kc.call(this,this.media,r)}return!i}},{key:"on",value:function(e,t){yc.call(this,this.elements.container,e,t)}},{key:"once",value:function(e,t){wc.call(this,this.elements.container,e,t)}},{key:"off",value:function(e,t){bc(this.elements.container,e,t)}},{key:"destroy",value:function(e,t){var n=this,i=1<arguments.length&&void 0!==t&&t;if(this.ready){var r=function(){document.body.style.overflow="",n.embed=null,i?(Object.keys(n.elements).length&&(Pc(n.elements.buttons.play),Pc(n.elements.captions),Pc(n.elements.controls),Pc(n.elements.wrapper),n.elements.buttons.play=null,n.elements.captions=null,n.elements.controls=null,n.elements.wrapper=null),fc.function(e)&&e()):(function(){this&&this.eventListeners&&(this.eventListeners.forEach(function(e){var t=e.element,n=e.type,i=e.callback,r=e.options;t.removeEventListener(n,i,r)}),this.eventListeners=[])}.call(n),Ic(n.elements.original,n.elements.container),kc.call(n,n.elements.original,"destroyed",!0),fc.function(e)&&e.call(n.elements.original),n.ready=!1,setTimeout(function(){n.elements=null,n.media=null},200))};this.stop(),clearTimeout(this.timers.loading),clearTimeout(this.timers.controls),clearTimeout(this.timers.resized),this.isHTML5?(qu.toggleNativeControls.call(this,!0),r()):this.isYouTube?(clearInterval(this.timers.buffering),clearInterval(this.timers.playing),null!==this.embed&&fc.function(this.embed.destroy)&&this.embed.destroy(),r()):this.isVimeo&&(null!==this.embed&&this.embed.unload().then(r),setTimeout(r,200))}}},{key:"supports",value:function(e){return Hc.mime.call(this,e)}},{key:"isHTML5",get:function(){return this.provider===Lu.html5}},{key:"isEmbed",get:function(){return this.isYouTube||this.isVimeo}},{key:"isYouTube",get:function(){return this.provider===Lu.youtube}},{key:"isVimeo",get:function(){return this.provider===Lu.vimeo}},{key:"isVideo",get:function(){return this.type===Mu}},{key:"isAudio",get:function(){return this.type===Iu}},{key:"playing",get:function(){return Boolean(this.ready&&!this.paused&&!this.ended)}},{key:"paused",get:function(){return Boolean(this.media.paused)}},{key:"stopped",get:function(){return Boolean(this.paused&&0===this.currentTime)}},{key:"ended",get:function(){return Boolean(this.media.ended)}},{key:"currentTime",set:function(e){if(this.duration){var t=fc.number(e)&&0<e;this.media.currentTime=t?Math.min(e,this.duration):0,this.debug.log("Seeking to ".concat(this.currentTime," seconds"))}},get:function(){return Number(this.media.currentTime)}},{key:"buffered",get:function(){var e=this.media.buffered;return fc.number(e)?e:e&&e.length&&0<this.duration?e.end(0)/this.duration:0}},{key:"seeking",get:function(){return Boolean(this.media.seeking)}},{key:"duration",get:function(){var e=parseFloat(this.config.duration),t=(this.media||{}).duration,n=fc.number(t)&&t!==1/0?t:0;return e||n}},{key:"volume",set:function(e){var t=e;fc.string(t)&&(t=Number(t)),fc.number(t)||(t=this.storage.get("volume")),fc.number(t)||(t=this.config.volume),1<t&&(t=1),t<0&&(t=0),this.config.volume=t,this.media.volume=t,!fc.empty(e)&&this.muted&&0<t&&(this.muted=!1)},get:function(){return Number(this.media.volume)}},{key:"muted",set:function(e){var t=e;fc.boolean(t)||(t=this.storage.get("muted")),fc.boolean(t)||(t=this.config.muted),this.config.muted=t,this.media.muted=t},get:function(){return Boolean(this.media.muted)}},{key:"hasAudio",get:function(){return!this.isHTML5||(!!this.isAudio||(Boolean(this.media.mozHasAudio)||Boolean(this.media.webkitAudioDecodedByteCount)||Boolean(this.media.audioTracks&&this.media.audioTracks.length)))}},{key:"speed",set:function(e){var t=this,n=null;fc.number(e)&&(n=e),fc.number(n)||(n=this.storage.get("speed")),fc.number(n)||(n=this.config.speed.selected);var i=this.minimumSpeed,r=this.maximumSpeed;n=function(e,t,n){var i=0<arguments.length&&void 0!==e?e:0,r=1<arguments.length&&void 0!==t?t:0,a=2<arguments.length&&void 0!==n?n:255;return Math.min(Math.max(i,r),a)}(n,i,r),this.config.speed.selected=n,setTimeout(function(){t.media.playbackRate=n},0)},get:function(){return Number(this.media.playbackRate)}},{key:"minimumSpeed",get:function(){return this.isYouTube?Math.min.apply(Math,io(this.options.speed)):this.isVimeo?.5:.0625}},{key:"maximumSpeed",get:function(){return this.isYouTube?Math.max.apply(Math,io(this.options.speed)):this.isVimeo?2:16}},{key:"quality",set:function(e){var t=this.config.quality,n=this.options.quality;if(n.length){var i,r,a=[!fc.empty(e)&&Number(e),this.storage.get("quality"),t.selected,t.default].find(fc.number),o=!0;if(!n.includes(a)){var s=(i=n,r=a,fc.array(i)&&i.length?i.reduce(function(e,t){return Math.abs(t-r)<Math.abs(e-r)?t:e}):null);this.debug.warn("Unsupported quality option: ".concat(a,", using ").concat(s," instead")),a=s,o=!1}t.selected=a,this.media.quality=a,o&&this.storage.set({quality:a})}},get:function(){return this.media.quality}},{key:"loop",set:function(e){var t=fc.boolean(e)?e:this.config.loop.active;this.config.loop.active=t,this.media.loop=t},get:function(){return Boolean(this.media.loop)}},{key:"source",set:function(e){ah.change.call(this,e)},get:function(){return this.media.currentSrc}},{key:"download",get:function(){var e=this.config.urls.download;return fc.url(e)?e:this.source},set:function(e){fc.url(e)&&(this.config.urls.download=e,Tu.setDownloadUrl.call(this))}},{key:"poster",set:function(e){this.isVideo?qu.setPoster.call(this,e,!1).catch(function(){}):this.debug.warn("Poster can only be set for video")},get:function(){return this.isVideo?this.media.getAttribute("poster"):null}},{key:"ratio",get:function(){if(!this.isVideo)return null;var e=Bc(zc.call(this));return fc.array(e)?e.join(":"):e},set:function(e){this.isVideo?fc.string(e)&&Vc(e)?(this.config.ratio=e,Wc.call(this)):this.debug.error("Invalid aspect ratio specified (".concat(e,")")):this.debug.warn("Aspect ratio can only be set for video")}},{key:"autoplay",set:function(e){var t=fc.boolean(e)?e:this.config.autoplay;this.config.autoplay=t},get:function(){return Boolean(this.config.autoplay)}},{key:"currentTrack",set:function(e){Au.set.call(this,e,!1)},get:function(){var e=this.captions,t=e.toggled,n=e.currentTrack;return t?n:-1}},{key:"language",set:function(e){Au.setLanguage.call(this,e,!1)},get:function(){return(Au.getCurrentTrack.call(this)||{}).language}},{key:"pip",set:function(e){if(Hc.pip){var t=fc.boolean(e)?e:!this.pip;fc.function(this.media.webkitSetPresentationMode)&&this.media.webkitSetPresentationMode(t?Cu:Pu),fc.function(this.media.requestPictureInPicture)&&(!this.pip&&t?this.media.requestPictureInPicture():this.pip&&!t&&document.exitPictureInPicture())}},get:function(){return Hc.pip?fc.empty(this.media.webkitPresentationMode)?this.media===document.pictureInPictureElement:this.media.webkitPresentationMode===Cu:null}}],[{key:"supported",value:function(e,t,n){return Hc.check(e,t,n)}},{key:"loadSprite",value:function(e,t){return mu(e,t)}},{key:"setup",value:function(e,t){var n=1<arguments.length&&void 0!==t?t:{},i=null;return fc.string(e)?i=Array.from(document.querySelectorAll(e)):fc.nodeList(e)?i=Array.from(e):fc.array(e)&&(i=e.filter(fc.element)),fc.empty(i)?null:i.map(function(e){return new c(e,n)})}}]),c}();return sh.defaults=(oh=xu,JSON.parse(JSON.stringify(oh))),sh});
|
|
11 |
!function(e,i){"function"==typeof define&&define.amd?define("jquery-bridget/jquery-bridget",["jquery"],function(t){return i(e,t)}):"object"==typeof module&&module.exports?module.exports=i(e,require("jquery")):e.jQueryBridget=i(e,e.jQuery)}(window,function(t,e){"use strict";var d=Array.prototype.slice,i=t.console,f=void 0===i?function(){}:function(t){i.error(t)};function o(h,n,l){(l=l||e||t.jQuery)&&(n.prototype.option||(n.prototype.option=function(t){l.isPlainObject(t)&&(this.options=l.extend(!0,this.options,t))}),l.fn[h]=function(t){if("string"!=typeof t)return o=t,this.each(function(t,e){var i=l.data(e,h);i?(i.option(o),i._init()):(i=new n(e,o),l.data(e,h,i))}),this;var e,s,r,a,u,o,i=d.call(arguments,1);return r=i,u="$()."+h+'("'+(s=t)+'")',(e=this).each(function(t,e){var i=l.data(e,h);if(i){var o=i[s];if(o&&"_"!=s.charAt(0)){var n=o.apply(i,r);a=void 0===a?n:a}else f(u+" is not a valid method")}else f(h+" not initialized. Cannot call methods, i.e. "+u)}),void 0!==a?a:e},s(l))}function s(t){!t||t&&t.bridget||(t.bridget=o)}return s(e||t.jQuery),o}),function(t,e){"function"==typeof define&&define.amd?define("ev-emitter/ev-emitter",e):"object"==typeof module&&module.exports?module.exports=e():t.EvEmitter=e()}("undefined"!=typeof window?window:this,function(){function t(){}var e=t.prototype;return e.on=function(t,e){if(t&&e){var i=this._events=this._events||{},o=i[t]=i[t]||[];return-1==o.indexOf(e)&&o.push(e),this}},e.once=function(t,e){if(t&&e){this.on(t,e);var i=this._onceEvents=this._onceEvents||{};return(i[t]=i[t]||{})[e]=!0,this}},e.off=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){var o=i.indexOf(e);return-1!=o&&i.splice(o,1),this}},e.emitEvent=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){i=i.slice(0),e=e||[];for(var o=this._onceEvents&&this._onceEvents[t],n=0;n<i.length;n++){var s=i[n];o&&o[s]&&(this.off(t,s),delete o[s]),s.apply(this,e)}return this}},e.allOff=function(){delete this._events,delete this._onceEvents},t}),function(t,e){"function"==typeof define&&define.amd?define("get-size/get-size",e):"object"==typeof module&&module.exports?module.exports=e():t.getSize=e()}(window,function(){"use strict";function g(t){var e=parseFloat(t);return-1==t.indexOf("%")&&!isNaN(e)&&e}var i="undefined"==typeof console?function(){}:function(t){console.error(t)},v=["paddingLeft","paddingRight","paddingTop","paddingBottom","marginLeft","marginRight","marginTop","marginBottom","borderLeftWidth","borderRightWidth","borderTopWidth","borderBottomWidth"],_=v.length;function z(t){var e=getComputedStyle(t);return e||i("Style returned "+e+". Are you running this code in a hidden iframe on Firefox? See https://bit.ly/getsizebug1"),e}var I,x=!1;function S(t){if(!function(){if(!x){x=!0;var t=document.createElement("div");t.style.width="200px",t.style.padding="1px 2px 3px 4px",t.style.borderStyle="solid",t.style.borderWidth="1px 2px 3px 4px",t.style.boxSizing="border-box";var e=document.body||document.documentElement;e.appendChild(t);var i=z(t);I=200==Math.round(g(i.width)),S.isBoxSizeOuter=I,e.removeChild(t)}}(),"string"==typeof t&&(t=document.querySelector(t)),t&&"object"==typeof t&&t.nodeType){var e=z(t);if("none"==e.display)return function(){for(var t={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},e=0;e<_;e++){t[v[e]]=0}return t}();var i={};i.width=t.offsetWidth,i.height=t.offsetHeight;for(var o=i.isBorderBox="border-box"==e.boxSizing,n=0;n<_;n++){var s=v[n],r=e[s],a=parseFloat(r);i[s]=isNaN(a)?0:a}var u=i.paddingLeft+i.paddingRight,h=i.paddingTop+i.paddingBottom,l=i.marginLeft+i.marginRight,d=i.marginTop+i.marginBottom,f=i.borderLeftWidth+i.borderRightWidth,c=i.borderTopWidth+i.borderBottomWidth,m=o&&I,p=g(e.width);!1!==p&&(i.width=p+(m?0:u+f));var y=g(e.height);return!1!==y&&(i.height=y+(m?0:h+c)),i.innerWidth=i.width-(u+f),i.innerHeight=i.height-(h+c),i.outerWidth=i.width+l,i.outerHeight=i.height+d,i}}return S}),function(t,e){"use strict";"function"==typeof define&&define.amd?define("desandro-matches-selector/matches-selector",e):"object"==typeof module&&module.exports?module.exports=e():t.matchesSelector=e()}(window,function(){"use strict";var i=function(){var t=window.Element.prototype;if(t.matches)return"matches";if(t.matchesSelector)return"matchesSelector";for(var e=["webkit","moz","ms","o"],i=0;i<e.length;i++){var o=e[i]+"MatchesSelector";if(t[o])return o}}();return function(t,e){return t[i](e)}}),function(e,i){"function"==typeof define&&define.amd?define("fizzy-ui-utils/utils",["desandro-matches-selector/matches-selector"],function(t){return i(e,t)}):"object"==typeof module&&module.exports?module.exports=i(e,require("desandro-matches-selector")):e.fizzyUIUtils=i(e,e.matchesSelector)}(window,function(h,s){var l={extend:function(t,e){for(var i in e)t[i]=e[i];return t},modulo:function(t,e){return(t%e+e)%e}},e=Array.prototype.slice;l.makeArray=function(t){return Array.isArray(t)?t:null==t?[]:"object"==typeof t&&"number"==typeof t.length?e.call(t):[t]},l.removeFrom=function(t,e){var i=t.indexOf(e);-1!=i&&t.splice(i,1)},l.getParent=function(t,e){for(;t.parentNode&&t!=document.body;)if(t=t.parentNode,s(t,e))return t},l.getQueryElement=function(t){return"string"==typeof t?document.querySelector(t):t},l.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},l.filterFindElements=function(t,o){t=l.makeArray(t);var n=[];return t.forEach(function(t){if(t instanceof HTMLElement)if(o){s(t,o)&&n.push(t);for(var e=t.querySelectorAll(o),i=0;i<e.length;i++)n.push(e[i])}else n.push(t)}),n},l.debounceMethod=function(t,e,o){o=o||100;var n=t.prototype[e],s=e+"Timeout";t.prototype[e]=function(){var t=this[s];clearTimeout(t);var e=arguments,i=this;this[s]=setTimeout(function(){n.apply(i,e),delete i[s]},o)}},l.docReady=function(t){var e=document.readyState;"complete"==e||"interactive"==e?setTimeout(t):document.addEventListener("DOMContentLoaded",t)},l.toDashed=function(t){return t.replace(/(.)([A-Z])/g,function(t,e,i){return e+"-"+i}).toLowerCase()};var d=h.console;return l.htmlInit=function(a,u){l.docReady(function(){var t=l.toDashed(u),n="data-"+t,e=document.querySelectorAll("["+n+"]"),i=document.querySelectorAll(".js-"+t),o=l.makeArray(e).concat(l.makeArray(i)),s=n+"-options",r=h.jQuery;o.forEach(function(e){var t,i=e.getAttribute(n)||e.getAttribute(s);try{t=i&&JSON.parse(i)}catch(t){return void(d&&d.error("Error parsing "+n+" on "+e.className+": "+t))}var o=new a(e,t);r&&r.data(e,u,o)})})},l}),function(t,e){"function"==typeof define&&define.amd?define("outlayer/item",["ev-emitter/ev-emitter","get-size/get-size"],e):"object"==typeof module&&module.exports?module.exports=e(require("ev-emitter"),require("get-size")):(t.Outlayer={},t.Outlayer.Item=e(t.EvEmitter,t.getSize))}(window,function(t,e){"use strict";var i=document.documentElement.style,o="string"==typeof i.transition?"transition":"WebkitTransition",n="string"==typeof i.transform?"transform":"WebkitTransform",s={WebkitTransition:"webkitTransitionEnd",transition:"transitionend"}[o],r={transform:n,transition:o,transitionDuration:o+"Duration",transitionProperty:o+"Property",transitionDelay:o+"Delay"};function a(t,e){t&&(this.element=t,this.layout=e,this.position={x:0,y:0},this._create())}var u=a.prototype=Object.create(t.prototype);u.constructor=a,u._create=function(){this._transn={ingProperties:{},clean:{},onEnd:{}},this.css({position:"absolute"})},u.handleEvent=function(t){var e="on"+t.type;this[e]&&this[e](t)},u.getSize=function(){this.size=e(this.element)},u.css=function(t){var e=this.element.style;for(var i in t){e[r[i]||i]=t[i]}},u.getPosition=function(){var t=getComputedStyle(this.element),e=this.layout._getOption("originLeft"),i=this.layout._getOption("originTop"),o=t[e?"left":"right"],n=t[i?"top":"bottom"],s=parseFloat(o),r=parseFloat(n),a=this.layout.size;-1!=o.indexOf("%")&&(s=s/100*a.width),-1!=n.indexOf("%")&&(r=r/100*a.height),s=isNaN(s)?0:s,r=isNaN(r)?0:r,s-=e?a.paddingLeft:a.paddingRight,r-=i?a.paddingTop:a.paddingBottom,this.position.x=s,this.position.y=r},u.layoutPosition=function(){var t=this.layout.size,e={},i=this.layout._getOption("originLeft"),o=this.layout._getOption("originTop"),n=i?"paddingLeft":"paddingRight",s=i?"left":"right",r=i?"right":"left",a=this.position.x+t[n];e[s]=this.getXValue(a),e[r]="";var u=o?"paddingTop":"paddingBottom",h=o?"top":"bottom",l=o?"bottom":"top",d=this.position.y+t[u];e[h]=this.getYValue(d),e[l]="",this.css(e),this.emitEvent("layout",[this])},u.getXValue=function(t){var e=this.layout._getOption("horizontal");return this.layout.options.percentPosition&&!e?t/this.layout.size.width*100+"%":t+"px"},u.getYValue=function(t){var e=this.layout._getOption("horizontal");return this.layout.options.percentPosition&&e?t/this.layout.size.height*100+"%":t+"px"},u._transitionTo=function(t,e){this.getPosition();var i=this.position.x,o=this.position.y,n=t==this.position.x&&e==this.position.y;if(this.setPosition(t,e),!n||this.isTransitioning){var s=t-i,r=e-o,a={};a.transform=this.getTranslate(s,r),this.transition({to:a,onTransitionEnd:{transform:this.layoutPosition},isCleaning:!0})}else this.layoutPosition()},u.getTranslate=function(t,e){return"translate3d("+(t=this.layout._getOption("originLeft")?t:-t)+"px, "+(e=this.layout._getOption("originTop")?e:-e)+"px, 0)"},u.goTo=function(t,e){this.setPosition(t,e),this.layoutPosition()},u.moveTo=u._transitionTo,u.setPosition=function(t,e){this.position.x=parseFloat(t),this.position.y=parseFloat(e)},u._nonTransition=function(t){for(var e in this.css(t.to),t.isCleaning&&this._removeStyles(t.to),t.onTransitionEnd)t.onTransitionEnd[e].call(this)},u.transition=function(t){if(parseFloat(this.layout.options.transitionDuration)){var e=this._transn;for(var i in t.onTransitionEnd)e.onEnd[i]=t.onTransitionEnd[i];for(i in t.to)e.ingProperties[i]=!0,t.isCleaning&&(e.clean[i]=!0);if(t.from){this.css(t.from);this.element.offsetHeight;0}this.enableTransition(t.to),this.css(t.to),this.isTransitioning=!0}else this._nonTransition(t)};var h="opacity,"+n.replace(/([A-Z])/g,function(t){return"-"+t.toLowerCase()});u.enableTransition=function(){if(!this.isTransitioning){var t=this.layout.options.transitionDuration;t="number"==typeof t?t+"ms":t,this.css({transitionProperty:h,transitionDuration:t,transitionDelay:this.staggerDelay||0}),this.element.addEventListener(s,this,!1)}},u.onwebkitTransitionEnd=function(t){this.ontransitionend(t)},u.onotransitionend=function(t){this.ontransitionend(t)};var l={"-webkit-transform":"transform"};u.ontransitionend=function(t){if(t.target===this.element){var e=this._transn,i=l[t.propertyName]||t.propertyName;if(delete e.ingProperties[i],function(t){for(var e in t)return;return 1}(e.ingProperties)&&this.disableTransition(),i in e.clean&&(this.element.style[t.propertyName]="",delete e.clean[i]),i in e.onEnd)e.onEnd[i].call(this),delete e.onEnd[i];this.emitEvent("transitionEnd",[this])}},u.disableTransition=function(){this.removeTransitionStyles(),this.element.removeEventListener(s,this,!1),this.isTransitioning=!1},u._removeStyles=function(t){var e={};for(var i in t)e[i]="";this.css(e)};var d={transitionProperty:"",transitionDuration:"",transitionDelay:""};return u.removeTransitionStyles=function(){this.css(d)},u.stagger=function(t){t=isNaN(t)?0:t,this.staggerDelay=t+"ms"},u.removeElem=function(){this.element.parentNode.removeChild(this.element),this.css({display:""}),this.emitEvent("remove",[this])},u.remove=function(){o&&parseFloat(this.layout.options.transitionDuration)?(this.once("transitionEnd",function(){this.removeElem()}),this.hide()):this.removeElem()},u.reveal=function(){delete this.isHidden,this.css({display:""});var t=this.layout.options,e={};e[this.getHideRevealTransitionEndProperty("visibleStyle")]=this.onRevealTransitionEnd,this.transition({from:t.hiddenStyle,to:t.visibleStyle,isCleaning:!0,onTransitionEnd:e})},u.onRevealTransitionEnd=function(){this.isHidden||this.emitEvent("reveal")},u.getHideRevealTransitionEndProperty=function(t){var e=this.layout.options[t];if(e.opacity)return"opacity";for(var i in e)return i},u.hide=function(){this.isHidden=!0,this.css({display:""});var t=this.layout.options,e={};e[this.getHideRevealTransitionEndProperty("hiddenStyle")]=this.onHideTransitionEnd,this.transition({from:t.visibleStyle,to:t.hiddenStyle,isCleaning:!0,onTransitionEnd:e})},u.onHideTransitionEnd=function(){this.isHidden&&(this.css({display:"none"}),this.emitEvent("hide"))},u.destroy=function(){this.css({position:"",left:"",right:"",top:"",bottom:"",transition:"",transform:""})},a}),function(n,s){"use strict";"function"==typeof define&&define.amd?define("outlayer/outlayer",["ev-emitter/ev-emitter","get-size/get-size","fizzy-ui-utils/utils","./item"],function(t,e,i,o){return s(n,t,e,i,o)}):"object"==typeof module&&module.exports?module.exports=s(n,require("ev-emitter"),require("get-size"),require("fizzy-ui-utils"),require("./item")):n.Outlayer=s(n,n.EvEmitter,n.getSize,n.fizzyUIUtils,n.Outlayer.Item)}(window,function(t,e,n,s,o){"use strict";function i(){}var r=t.console,a=t.jQuery,u=0,h={};function l(t,e){var i=s.getQueryElement(t);if(i){this.element=i,a&&(this.$element=a(this.element)),this.options=s.extend({},this.constructor.defaults),this.option(e);var o=++u;this.element.outlayerGUID=o,(h[o]=this)._create(),this._getOption("initLayout")&&this.layout()}else r&&r.error("Bad element for "+this.constructor.namespace+": "+(i||t))}l.namespace="outlayer",l.Item=o,l.defaults={containerStyle:{position:"relative"},initLayout:!0,originLeft:!0,originTop:!0,resize:!0,resizeContainer:!0,transitionDuration:"0.4s",hiddenStyle:{opacity:0,transform:"scale(0.001)"},visibleStyle:{opacity:1,transform:"scale(1)"}};var d=l.prototype;function f(t){function e(){t.apply(this,arguments)}return(e.prototype=Object.create(t.prototype)).constructor=e}s.extend(d,e.prototype),d.option=function(t){s.extend(this.options,t)},d._getOption=function(t){var e=this.constructor.compatOptions[t];return e&&void 0!==this.options[e]?this.options[e]:this.options[t]},l.compatOptions={initLayout:"isInitLayout",horizontal:"isHorizontal",layoutInstant:"isLayoutInstant",originLeft:"isOriginLeft",originTop:"isOriginTop",resize:"isResizeBound",resizeContainer:"isResizingContainer"},d._create=function(){this.reloadItems(),this.stamps=[],this.stamp(this.options.stamp),s.extend(this.element.style,this.options.containerStyle),this._getOption("resize")&&this.bindResize()},d.reloadItems=function(){this.items=this._itemize(this.element.children)},d._itemize=function(t){for(var e=this._filterFindItemElements(t),i=this.constructor.Item,o=[],n=0;n<e.length;n++){var s=new i(e[n],this);o.push(s)}return o},d._filterFindItemElements=function(t){return s.filterFindElements(t,this.options.itemSelector)},d.getItemElements=function(){return this.items.map(function(t){return t.element})},d.layout=function(){this._resetLayout(),this._manageStamps();var t=this._getOption("layoutInstant"),e=void 0!==t?t:!this._isLayoutInited;this.layoutItems(this.items,e),this._isLayoutInited=!0},d._init=d.layout,d._resetLayout=function(){this.getSize()},d.getSize=function(){this.size=n(this.element)},d._getMeasurement=function(t,e){var i,o=this.options[t];o?("string"==typeof o?i=this.element.querySelector(o):o instanceof HTMLElement&&(i=o),this[t]=i?n(i)[e]:o):this[t]=0},d.layoutItems=function(t,e){t=this._getItemsForLayout(t),this._layoutItems(t,e),this._postLayout()},d._getItemsForLayout=function(t){return t.filter(function(t){return!t.isIgnored})},d._layoutItems=function(t,i){if(this._emitCompleteOnItems("layout",t),t&&t.length){var o=[];t.forEach(function(t){var e=this._getItemLayoutPosition(t);e.item=t,e.isInstant=i||t.isLayoutInstant,o.push(e)},this),this._processLayoutQueue(o)}},d._getItemLayoutPosition=function(){return{x:0,y:0}},d._processLayoutQueue=function(t){this.updateStagger(),t.forEach(function(t,e){this._positionItem(t.item,t.x,t.y,t.isInstant,e)},this)},d.updateStagger=function(){var t=this.options.stagger;if(null!=t)return this.stagger=function(t){if("number"==typeof t)return t;var e=t.match(/(^\d*\.?\d*)(\w*)/),i=e&&e[1],o=e&&e[2];if(!i.length)return 0;i=parseFloat(i);var n=c[o]||1;return i*n}(t),this.stagger;this.stagger=0},d._positionItem=function(t,e,i,o,n){o?t.goTo(e,i):(t.stagger(n*this.stagger),t.moveTo(e,i))},d._postLayout=function(){this.resizeContainer()},d.resizeContainer=function(){if(this._getOption("resizeContainer")){var t=this._getContainerSize();t&&(this._setContainerMeasure(t.width,!0),this._setContainerMeasure(t.height,!1))}},d._getContainerSize=i,d._setContainerMeasure=function(t,e){if(void 0!==t){var i=this.size;i.isBorderBox&&(t+=e?i.paddingLeft+i.paddingRight+i.borderLeftWidth+i.borderRightWidth:i.paddingBottom+i.paddingTop+i.borderTopWidth+i.borderBottomWidth),t=Math.max(t,0),this.element.style[e?"width":"height"]=t+"px"}},d._emitCompleteOnItems=function(e,t){var i=this;function o(){i.dispatchEvent(e+"Complete",null,[t])}var n=t.length;if(t&&n){var s=0;t.forEach(function(t){t.once(e,r)})}else o();function r(){++s==n&&o()}},d.dispatchEvent=function(t,e,i){var o=e?[e].concat(i):i;if(this.emitEvent(t,o),a)if(this.$element=this.$element||a(this.element),e){var n=a.Event(e);n.type=t,this.$element.trigger(n,i)}else this.$element.trigger(t,i)},d.ignore=function(t){var e=this.getItem(t);e&&(e.isIgnored=!0)},d.unignore=function(t){var e=this.getItem(t);e&&delete e.isIgnored},d.stamp=function(t){(t=this._find(t))&&(this.stamps=this.stamps.concat(t),t.forEach(this.ignore,this))},d.unstamp=function(t){(t=this._find(t))&&t.forEach(function(t){s.removeFrom(this.stamps,t),this.unignore(t)},this)},d._find=function(t){if(t)return"string"==typeof t&&(t=this.element.querySelectorAll(t)),t=s.makeArray(t)},d._manageStamps=function(){this.stamps&&this.stamps.length&&(this._getBoundingRect(),this.stamps.forEach(this._manageStamp,this))},d._getBoundingRect=function(){var t=this.element.getBoundingClientRect(),e=this.size;this._boundingRect={left:t.left+e.paddingLeft+e.borderLeftWidth,top:t.top+e.paddingTop+e.borderTopWidth,right:t.right-(e.paddingRight+e.borderRightWidth),bottom:t.bottom-(e.paddingBottom+e.borderBottomWidth)}},d._manageStamp=i,d._getElementOffset=function(t){var e=t.getBoundingClientRect(),i=this._boundingRect,o=n(t);return{left:e.left-i.left-o.marginLeft,top:e.top-i.top-o.marginTop,right:i.right-e.right-o.marginRight,bottom:i.bottom-e.bottom-o.marginBottom}},d.handleEvent=s.handleEvent,d.bindResize=function(){t.addEventListener("resize",this),this.isResizeBound=!0},d.unbindResize=function(){t.removeEventListener("resize",this),this.isResizeBound=!1},d.onresize=function(){this.resize()},s.debounceMethod(l,"onresize",100),d.resize=function(){this.isResizeBound&&this.needsResizeLayout()&&this.layout()},d.needsResizeLayout=function(){var t=n(this.element);return this.size&&t&&t.innerWidth!==this.size.innerWidth},d.addItems=function(t){var e=this._itemize(t);return e.length&&(this.items=this.items.concat(e)),e},d.appended=function(t){var e=this.addItems(t);e.length&&(this.layoutItems(e,!0),this.reveal(e))},d.prepended=function(t){var e=this._itemize(t);if(e.length){var i=this.items.slice(0);this.items=e.concat(i),this._resetLayout(),this._manageStamps(),this.layoutItems(e,!0),this.reveal(e),this.layoutItems(i)}},d.reveal=function(t){if(this._emitCompleteOnItems("reveal",t),t&&t.length){var i=this.updateStagger();t.forEach(function(t,e){t.stagger(e*i),t.reveal()})}},d.hide=function(t){if(this._emitCompleteOnItems("hide",t),t&&t.length){var i=this.updateStagger();t.forEach(function(t,e){t.stagger(e*i),t.hide()})}},d.revealItemElements=function(t){var e=this.getItems(t);this.reveal(e)},d.hideItemElements=function(t){var e=this.getItems(t);this.hide(e)},d.getItem=function(t){for(var e=0;e<this.items.length;e++){var i=this.items[e];if(i.element==t)return i}},d.getItems=function(t){t=s.makeArray(t);var i=[];return t.forEach(function(t){var e=this.getItem(t);e&&i.push(e)},this),i},d.remove=function(t){var e=this.getItems(t);this._emitCompleteOnItems("remove",e),e&&e.length&&e.forEach(function(t){t.remove(),s.removeFrom(this.items,t)},this)},d.destroy=function(){var t=this.element.style;t.height="",t.position="",t.width="",this.items.forEach(function(t){t.destroy()}),this.unbindResize();var e=this.element.outlayerGUID;delete h[e],delete this.element.outlayerGUID,a&&a.removeData(this.element,this.constructor.namespace)},l.data=function(t){var e=(t=s.getQueryElement(t))&&t.outlayerGUID;return e&&h[e]},l.create=function(t,e){var i=f(l);return i.defaults=s.extend({},l.defaults),s.extend(i.defaults,e),i.compatOptions=s.extend({},l.compatOptions),i.namespace=t,i.data=l.data,i.Item=f(o),s.htmlInit(i,t),a&&a.bridget&&a.bridget(t,i),i};var c={ms:1,s:1e3};return l.Item=o,l}),function(t,e){"function"==typeof define&&define.amd?define("isotope-layout/js/item",["outlayer/outlayer"],e):"object"==typeof module&&module.exports?module.exports=e(require("outlayer")):(t.Isotope=t.Isotope||{},t.Isotope.Item=e(t.Outlayer))}(window,function(t){"use strict";function e(){t.Item.apply(this,arguments)}var i=e.prototype=Object.create(t.Item.prototype),o=i._create;i._create=function(){this.id=this.layout.itemGUID++,o.call(this),this.sortData={}},i.updateSortData=function(){if(!this.isIgnored){this.sortData.id=this.id,this.sortData["original-order"]=this.id,this.sortData.random=Math.random();var t=this.layout.options.getSortData,e=this.layout._sorters;for(var i in t){var o=e[i];this.sortData[i]=o(this.element,this)}}};var n=i.destroy;return i.destroy=function(){n.apply(this,arguments),this.css({display:""})},e}),function(t,e){"function"==typeof define&&define.amd?define("isotope-layout/js/layout-mode",["get-size/get-size","outlayer/outlayer"],e):"object"==typeof module&&module.exports?module.exports=e(require("get-size"),require("outlayer")):(t.Isotope=t.Isotope||{},t.Isotope.LayoutMode=e(t.getSize,t.Outlayer))}(window,function(e,i){"use strict";function o(t){(this.isotope=t)&&(this.options=t.options[this.namespace],this.element=t.element,this.items=t.filteredItems,this.size=t.size)}var n=o.prototype;return["_resetLayout","_getItemLayoutPosition","_manageStamp","_getContainerSize","_getElementOffset","needsResizeLayout","_getOption"].forEach(function(t){n[t]=function(){return i.prototype[t].apply(this.isotope,arguments)}}),n.needsVerticalResizeLayout=function(){var t=e(this.isotope.element);return this.isotope.size&&t&&t.innerHeight!=this.isotope.size.innerHeight},n._getMeasurement=function(){this.isotope._getMeasurement.apply(this,arguments)},n.getColumnWidth=function(){this.getSegmentSize("column","Width")},n.getRowHeight=function(){this.getSegmentSize("row","Height")},n.getSegmentSize=function(t,e){var i=t+e,o="outer"+e;if(this._getMeasurement(i,o),!this[i]){var n=this.getFirstItemSize();this[i]=n&&n[o]||this.isotope.size["inner"+e]}},n.getFirstItemSize=function(){var t=this.isotope.filteredItems[0];return t&&t.element&&e(t.element)},n.layout=function(){this.isotope.layout.apply(this.isotope,arguments)},n.getSize=function(){this.isotope.getSize(),this.size=this.isotope.size},o.modes={},o.create=function(t,e){function i(){o.apply(this,arguments)}return(i.prototype=Object.create(n)).constructor=i,e&&(i.options=e),o.modes[i.prototype.namespace=t]=i},o}),function(t,e){"function"==typeof define&&define.amd?define("masonry-layout/masonry",["outlayer/outlayer","get-size/get-size"],e):"object"==typeof module&&module.exports?module.exports=e(require("outlayer"),require("get-size")):t.Masonry=e(t.Outlayer,t.getSize)}(window,function(t,h){var e=t.create("masonry");e.compatOptions.fitWidth="isFitWidth";var i=e.prototype;return i._resetLayout=function(){this.getSize(),this._getMeasurement("columnWidth","outerWidth"),this._getMeasurement("gutter","outerWidth"),this.measureColumns(),this.colYs=[];for(var t=0;t<this.cols;t++)this.colYs.push(0);this.maxY=0,this.horizontalColIndex=0},i.measureColumns=function(){if(this.getContainerWidth(),!this.columnWidth){var t=this.items[0],e=t&&t.element;this.columnWidth=e&&h(e).outerWidth||this.containerWidth}var i=this.columnWidth+=this.gutter,o=this.containerWidth+this.gutter,n=o/i,s=i-o%i;n=Math[s&&s<1?"round":"floor"](n),this.cols=Math.max(n,1)},i.getContainerWidth=function(){var t=this._getOption("fitWidth")?this.element.parentNode:this.element,e=h(t);this.containerWidth=e&&e.innerWidth},i._getItemLayoutPosition=function(t){t.getSize();var e=t.size.outerWidth%this.columnWidth,i=Math[e&&e<1?"round":"ceil"](t.size.outerWidth/this.columnWidth);i=Math.min(i,this.cols);for(var o=this[this.options.horizontalOrder?"_getHorizontalColPosition":"_getTopColPosition"](i,t),n={x:this.columnWidth*o.col,y:o.y},s=o.y+t.size.outerHeight,r=i+o.col,a=o.col;a<r;a++)this.colYs[a]=s;return n},i._getTopColPosition=function(t){var e=this._getTopColGroup(t),i=Math.min.apply(Math,e);return{col:e.indexOf(i),y:i}},i._getTopColGroup=function(t){if(t<2)return this.colYs;for(var e=[],i=this.cols+1-t,o=0;o<i;o++)e[o]=this._getColGroupY(o,t);return e},i._getColGroupY=function(t,e){if(e<2)return this.colYs[t];var i=this.colYs.slice(t,t+e);return Math.max.apply(Math,i)},i._getHorizontalColPosition=function(t,e){var i=this.horizontalColIndex%this.cols;i=1<t&&i+t>this.cols?0:i;var o=e.size.outerWidth&&e.size.outerHeight;return this.horizontalColIndex=o?i+t:this.horizontalColIndex,{col:i,y:this._getColGroupY(i,t)}},i._manageStamp=function(t){var e=h(t),i=this._getElementOffset(t),o=this._getOption("originLeft")?i.left:i.right,n=o+e.outerWidth,s=Math.floor(o/this.columnWidth);s=Math.max(0,s);var r=Math.floor(n/this.columnWidth);r-=n%this.columnWidth?0:1,r=Math.min(this.cols-1,r);for(var a=(this._getOption("originTop")?i.top:i.bottom)+e.outerHeight,u=s;u<=r;u++)this.colYs[u]=Math.max(a,this.colYs[u])},i._getContainerSize=function(){this.maxY=Math.max.apply(Math,this.colYs);var t={height:this.maxY};return this._getOption("fitWidth")&&(t.width=this._getContainerFitWidth()),t},i._getContainerFitWidth=function(){for(var t=0,e=this.cols;--e&&0===this.colYs[e];)t++;return(this.cols-t)*this.columnWidth-this.gutter},i.needsResizeLayout=function(){var t=this.containerWidth;return this.getContainerWidth(),t!=this.containerWidth},e}),function(t,e){"function"==typeof define&&define.amd?define("isotope-layout/js/layout-modes/masonry",["../layout-mode","masonry-layout/masonry"],e):"object"==typeof module&&module.exports?module.exports=e(require("../layout-mode"),require("masonry-layout")):e(t.Isotope.LayoutMode,t.Masonry)}(window,function(t,e){"use strict";var i=t.create("masonry"),o=i.prototype,n={_getElementOffset:!0,layout:!0,_getMeasurement:!0};for(var s in e.prototype)n[s]||(o[s]=e.prototype[s]);var r=o.measureColumns;o.measureColumns=function(){this.items=this.isotope.filteredItems,r.call(this)};var a=o._getOption;return o._getOption=function(t){return"fitWidth"==t?void 0!==this.options.isFitWidth?this.options.isFitWidth:this.options.fitWidth:a.apply(this.isotope,arguments)},i}),function(t,e){"function"==typeof define&&define.amd?define("isotope-layout/js/layout-modes/fit-rows",["../layout-mode"],e):"object"==typeof exports?module.exports=e(require("../layout-mode")):e(t.Isotope.LayoutMode)}(window,function(t){"use strict";var e=t.create("fitRows"),i=e.prototype;return i._resetLayout=function(){this.x=0,this.y=0,this.maxY=0,this._getMeasurement("gutter","outerWidth")},i._getItemLayoutPosition=function(t){t.getSize();var e=t.size.outerWidth+this.gutter,i=this.isotope.size.innerWidth+this.gutter;0!==this.x&&e+this.x>i&&(this.x=0,this.y=this.maxY);var o={x:this.x,y:this.y};return this.maxY=Math.max(this.maxY,this.y+t.size.outerHeight),this.x+=e,o},i._getContainerSize=function(){return{height:this.maxY}},e}),function(t,e){"function"==typeof define&&define.amd?define("isotope-layout/js/layout-modes/vertical",["../layout-mode"],e):"object"==typeof module&&module.exports?module.exports=e(require("../layout-mode")):e(t.Isotope.LayoutMode)}(window,function(t){"use strict";var e=t.create("vertical",{horizontalAlignment:0}),i=e.prototype;return i._resetLayout=function(){this.y=0},i._getItemLayoutPosition=function(t){t.getSize();var e=(this.isotope.size.innerWidth-t.size.outerWidth)*this.options.horizontalAlignment,i=this.y;return this.y+=t.size.outerHeight,{x:e,y:i}},i._getContainerSize=function(){return{height:this.y}},e}),function(r,a){"function"==typeof define&&define.amd?define(["outlayer/outlayer","get-size/get-size","desandro-matches-selector/matches-selector","fizzy-ui-utils/utils","isotope-layout/js/item","isotope-layout/js/layout-mode","isotope-layout/js/layout-modes/masonry","isotope-layout/js/layout-modes/fit-rows","isotope-layout/js/layout-modes/vertical"],function(t,e,i,o,n,s){return a(r,t,e,i,o,n,s)}):"object"==typeof module&&module.exports?module.exports=a(r,require("outlayer"),require("get-size"),require("desandro-matches-selector"),require("fizzy-ui-utils"),require("isotope-layout/js/item"),require("isotope-layout/js/layout-mode"),require("isotope-layout/js/layout-modes/masonry"),require("isotope-layout/js/layout-modes/fit-rows"),require("isotope-layout/js/layout-modes/vertical")):r.Isotope=a(r,r.Outlayer,r.getSize,r.matchesSelector,r.fizzyUIUtils,r.Isotope.Item,r.Isotope.LayoutMode)}(window,function(t,i,e,o,s,n,r){var a=t.jQuery,u=String.prototype.trim?function(t){return t.trim()}:function(t){return t.replace(/^\s+|\s+$/g,"")},h=i.create("isotope",{layoutMode:"masonry",isJQueryFiltering:!0,sortAscending:!0});h.Item=n,h.LayoutMode=r;var l=h.prototype;l._create=function(){for(var t in this.itemGUID=0,this._sorters={},this._getSorters(),i.prototype._create.call(this),this.modes={},this.filteredItems=this.items,this.sortHistory=["original-order"],r.modes)this._initLayoutMode(t)},l.reloadItems=function(){this.itemGUID=0,i.prototype.reloadItems.call(this)},l._itemize=function(){for(var t=i.prototype._itemize.apply(this,arguments),e=0;e<t.length;e++){t[e].id=this.itemGUID++}return this._updateItemsSortData(t),t},l._initLayoutMode=function(t){var e=r.modes[t],i=this.options[t]||{};this.options[t]=e.options?s.extend(e.options,i):i,this.modes[t]=new e(this)},l.layout=function(){this._isLayoutInited||!this._getOption("initLayout")?this._layout():this.arrange()},l._layout=function(){var t=this._getIsInstant();this._resetLayout(),this._manageStamps(),this.layoutItems(this.filteredItems,t),this._isLayoutInited=!0},l.arrange=function(t){this.option(t),this._getIsInstant();var e=this._filter(this.items);this.filteredItems=e.matches,this._bindArrangeComplete(),this._isInstant?this._noTransition(this._hideReveal,[e]):this._hideReveal(e),this._sort(),this._layout()},l._init=l.arrange,l._hideReveal=function(t){this.reveal(t.needReveal),this.hide(t.needHide)},l._getIsInstant=function(){var t=this._getOption("layoutInstant"),e=void 0!==t?t:!this._isLayoutInited;return this._isInstant=e},l._bindArrangeComplete=function(){var t,e,i,o=this;function n(){t&&e&&i&&o.dispatchEvent("arrangeComplete",null,[o.filteredItems])}this.once("layoutComplete",function(){t=!0,n()}),this.once("hideComplete",function(){e=!0,n()}),this.once("revealComplete",function(){i=!0,n()})},l._filter=function(t){var e=this.options.filter;e=e||"*";for(var i=[],o=[],n=[],s=this._getFilterTest(e),r=0;r<t.length;r++){var a=t[r];if(!a.isIgnored){var u=s(a);u&&i.push(a),u&&a.isHidden?o.push(a):u||a.isHidden||n.push(a)}}return{matches:i,needReveal:o,needHide:n}},l._getFilterTest=function(e){return a&&this.options.isJQueryFiltering?function(t){return a(t.element).is(e)}:"function"==typeof e?function(t){return e(t.element)}:function(t){return o(t.element,e)}},l.updateSortData=function(t){var e;e=t?(t=s.makeArray(t),this.getItems(t)):this.items,this._getSorters(),this._updateItemsSortData(e)},l._getSorters=function(){var t=this.options.getSortData;for(var e in t){var i=t[e];this._sorters[e]=d(i)}},l._updateItemsSortData=function(t){for(var e=t&&t.length,i=0;e&&i<e;i++){t[i].updateSortData()}};var d=function(t){if("string"!=typeof t)return t;var e=u(t).split(" "),i=e[0],o=i.match(/^\[(.+)\]$/),n=function(e,i){return e?function(t){return t.getAttribute(e)}:function(t){var e=t.querySelector(i);return e&&e.textContent}}(o&&o[1],i),s=h.sortDataParsers[e[1]];return t=s?function(t){return t&&s(n(t))}:function(t){return t&&n(t)}};h.sortDataParsers={parseInt:function(t){return parseInt(t,10)},parseFloat:function(t){return parseFloat(t)}},l._sort=function(){if(this.options.sortBy){var t=s.makeArray(this.options.sortBy);this._getIsSameSortBy(t)||(this.sortHistory=t.concat(this.sortHistory));var r,a,e=(r=this.sortHistory,a=this.options.sortAscending,function(t,e){for(var i=0;i<r.length;i++){var o=r[i],n=t.sortData[o],s=e.sortData[o];if(s<n||n<s)return(s<n?1:-1)*((void 0!==a[o]?a[o]:a)?1:-1)}return 0});this.filteredItems.sort(e)}},l._getIsSameSortBy=function(t){for(var e=0;e<t.length;e++)if(t[e]!=this.sortHistory[e])return!1;return!0},l._mode=function(){var t=this.options.layoutMode,e=this.modes[t];if(!e)throw new Error("No layout mode: "+t);return e.options=this.options[t],e},l._resetLayout=function(){i.prototype._resetLayout.call(this),this._mode()._resetLayout()},l._getItemLayoutPosition=function(t){return this._mode()._getItemLayoutPosition(t)},l._manageStamp=function(t){this._mode()._manageStamp(t)},l._getContainerSize=function(){return this._mode()._getContainerSize()},l.needsResizeLayout=function(){return this._mode().needsResizeLayout()},l.appended=function(t){var e=this.addItems(t);if(e.length){var i=this._filterRevealAdded(e);this.filteredItems=this.filteredItems.concat(i)}},l.prepended=function(t){var e=this._itemize(t);if(e.length){this._resetLayout(),this._manageStamps();var i=this._filterRevealAdded(e);this.layoutItems(this.filteredItems),this.filteredItems=i.concat(this.filteredItems),this.items=e.concat(this.items)}},l._filterRevealAdded=function(t){var e=this._filter(t);return this.hide(e.needHide),this.reveal(e.matches),this.layoutItems(e.matches,!0),e.matches},l.insert=function(t){var e=this.addItems(t);if(e.length){var i,o,n=e.length;for(i=0;i<n;i++)o=e[i],this.element.appendChild(o.element);var s=this._filter(e).matches;for(i=0;i<n;i++)e[i].isLayoutInstant=!0;for(this.arrange(),i=0;i<n;i++)delete e[i].isLayoutInstant;this.reveal(s)}};var f=l.remove;return l.remove=function(t){t=s.makeArray(t);var e=this.getItems(t);f.call(this,t);for(var i=e&&e.length,o=0;i&&o<i;o++){var n=e[o];s.removeFrom(this.filteredItems,n)}},l.shuffle=function(){for(var t=0;t<this.items.length;t++){this.items[t].sortData.random=Math.random()}this.options.sortBy="random",this._sort(),this._layout()},l._noTransition=function(t,e){var i=this.options.transitionDuration;this.options.transitionDuration=0;var o=t.apply(this,e);return this.options.transitionDuration=i,o},l.getFilteredItemElements=function(){return this.filteredItems.map(function(t){return t.element})},h});
|
12 |
!function(e){"function"==typeof define&&define.amd?define(["jquery"],e):"object"==typeof exports?e(require("jquery")):e(window.jQuery||window.Zepto)}(function(d){function e(){}function u(e,t){g.ev.on(n+e+w,t)}function p(e,t,n,i){var o=document.createElement("div");return o.className="mfp-"+e,n&&(o.innerHTML=n),i?t&&t.appendChild(o):(o=d(o),t&&o.appendTo(t)),o}function f(e,t){g.ev.triggerHandler(n+e,t),g.st.callbacks&&(e=e.charAt(0).toLowerCase()+e.slice(1),g.st.callbacks[e]&&g.st.callbacks[e].apply(g,d.isArray(t)?t:[t]))}function m(e){return e===t&&g.currTemplate.closeBtn||(g.currTemplate.closeBtn=d(g.st.closeMarkup.replace("%title%",g.st.tClose)),t=e),g.currTemplate.closeBtn}function r(){d.magnificPopup.instance||((g=new e).init(),d.magnificPopup.instance=g)}var g,i,h,o,v,t,l="Close",c="BeforeClose",y="MarkupParse",C="Open",a="Change",n="mfp",w="."+n,b="mfp-ready",s="mfp-removing",I="mfp-prevent-close",x=!!window.jQuery,k=d(window);e.prototype={constructor:e,init:function(){var e=navigator.appVersion;g.isLowIE=g.isIE8=document.all&&!document.addEventListener,g.isAndroid=/android/gi.test(e),g.isIOS=/iphone|ipad|ipod/gi.test(e),g.supportsTransition=function(){var e=document.createElement("p").style,t=["ms","O","Moz","Webkit"];if(void 0!==e.transition)return!0;for(;t.length;)if(t.pop()+"Transition"in e)return!0;return!1}(),g.probablyMobile=g.isAndroid||g.isIOS||/(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent),h=d(document),g.popupsCache={}},open:function(e){var t;if(!1===e.isObj){g.items=e.items.toArray(),g.index=0;var n,i=e.items;for(t=0;t<i.length;t++)if((n=i[t]).parsed&&(n=n.el[0]),n===e.el[0]){g.index=t;break}}else g.items=d.isArray(e.items)?e.items:[e.items],g.index=e.index||0;if(!g.isOpen){g.types=[],v="",e.mainEl&&e.mainEl.length?g.ev=e.mainEl.eq(0):g.ev=h,e.key?(g.popupsCache[e.key]||(g.popupsCache[e.key]={}),g.currTemplate=g.popupsCache[e.key]):g.currTemplate={},g.st=d.extend(!0,{},d.magnificPopup.defaults,e),g.fixedContentPos="auto"===g.st.fixedContentPos?!g.probablyMobile:g.st.fixedContentPos,g.st.modal&&(g.st.closeOnContentClick=!1,g.st.closeOnBgClick=!1,g.st.showCloseBtn=!1,g.st.enableEscapeKey=!1),g.bgOverlay||(g.bgOverlay=p("bg").on("click"+w,function(){g.close()}),g.wrap=p("wrap").attr("tabindex",-1).on("click"+w,function(e){g._checkIfClose(e.target)&&g.close()}),g.container=p("container",g.wrap)),g.contentContainer=p("content"),g.st.preloader&&(g.preloader=p("preloader",g.container,g.st.tLoading));var o=d.magnificPopup.modules;for(t=0;t<o.length;t++){var r=o[t];r=r.charAt(0).toUpperCase()+r.slice(1),g["init"+r].call(g)}f("BeforeOpen"),g.st.showCloseBtn&&(g.st.closeBtnInside?(u(y,function(e,t,n,i){n.close_replaceWith=m(i.type)}),v+=" mfp-close-btn-in"):g.wrap.append(m())),g.st.alignTop&&(v+=" mfp-align-top"),g.fixedContentPos?g.wrap.css({overflow:g.st.overflowY,overflowX:"hidden",overflowY:g.st.overflowY}):g.wrap.css({top:k.scrollTop(),position:"absolute"}),!1!==g.st.fixedBgPos&&("auto"!==g.st.fixedBgPos||g.fixedContentPos)||g.bgOverlay.css({height:h.height(),position:"absolute"}),g.st.enableEscapeKey&&h.on("keyup"+w,function(e){27===e.keyCode&&g.close()}),k.on("resize"+w,function(){g.updateSize()}),g.st.closeOnContentClick||(v+=" mfp-auto-cursor"),v&&g.wrap.addClass(v);var a=g.wH=k.height(),s={};if(g.fixedContentPos&&g._hasScrollBar(a)){var l=g._getScrollbarSize();l&&(s.marginRight=l)}g.fixedContentPos&&(g.isIE7?d("body, html").css("overflow","hidden"):s.overflow="hidden");var c=g.st.mainClass;return g.isIE7&&(c+=" mfp-ie7"),c&&g._addClassToMFP(c),g.updateItemHTML(),f("BuildControls"),d("html").css(s),g.bgOverlay.add(g.wrap).prependTo(g.st.prependTo||d(document.body)),g._lastFocusedEl=document.activeElement,setTimeout(function(){g.content?(g._addClassToMFP(b),g._setFocus()):g.bgOverlay.addClass(b),h.on("focusin"+w,g._onFocusIn)},16),g.isOpen=!0,g.updateSize(a),f(C),e}g.updateItemHTML()},close:function(){g.isOpen&&(f(c),g.isOpen=!1,g.st.removalDelay&&!g.isLowIE&&g.supportsTransition?(g._addClassToMFP(s),setTimeout(function(){g._close()},g.st.removalDelay)):g._close())},_close:function(){f(l);var e=s+" "+b+" ";if(g.bgOverlay.detach(),g.wrap.detach(),g.container.empty(),g.st.mainClass&&(e+=g.st.mainClass+" "),g._removeClassFromMFP(e),g.fixedContentPos){var t={marginRight:""};g.isIE7?d("body, html").css("overflow",""):t.overflow="",d("html").css(t)}h.off("keyup.mfp focusin"+w),g.ev.off(w),g.wrap.attr("class","mfp-wrap").removeAttr("style"),g.bgOverlay.attr("class","mfp-bg"),g.container.attr("class","mfp-container"),!g.st.showCloseBtn||g.st.closeBtnInside&&!0!==g.currTemplate[g.currItem.type]||g.currTemplate.closeBtn&&g.currTemplate.closeBtn.detach(),g.st.autoFocusLast&&g._lastFocusedEl&&d(g._lastFocusedEl).focus(),g.currItem=null,g.content=null,g.currTemplate=null,g.prevHeight=0,f("AfterClose")},updateSize:function(e){if(g.isIOS){var t=document.documentElement.clientWidth/window.innerWidth,n=window.innerHeight*t;g.wrap.css("height",n),g.wH=n}else g.wH=e||k.height();g.fixedContentPos||g.wrap.css("height",g.wH),f("Resize")},updateItemHTML:function(){var e=g.items[g.index];g.contentContainer.detach(),g.content&&g.content.detach(),e.parsed||(e=g.parseEl(g.index));var t=e.type;if(f("BeforeChange",[g.currItem?g.currItem.type:"",t]),g.currItem=e,!g.currTemplate[t]){var n=!!g.st[t]&&g.st[t].markup;f("FirstMarkupParse",n),g.currTemplate[t]=!n||d(n)}o&&o!==e.type&&g.container.removeClass("mfp-"+o+"-holder");var i=g["get"+t.charAt(0).toUpperCase()+t.slice(1)](e,g.currTemplate[t]);g.appendContent(i,t),e.preloaded=!0,f(a,e),o=e.type,g.container.prepend(g.contentContainer),f("AfterChange")},appendContent:function(e,t){(g.content=e)?g.st.showCloseBtn&&g.st.closeBtnInside&&!0===g.currTemplate[t]?g.content.find(".mfp-close").length||g.content.append(m()):g.content=e:g.content="",f("BeforeAppend"),g.container.addClass("mfp-"+t+"-holder"),g.contentContainer.append(g.content)},parseEl:function(e){var t,n=g.items[e];if((n=n.tagName?{el:d(n)}:(t=n.type,{data:n,src:n.src})).el){for(var i=g.types,o=0;o<i.length;o++)if(n.el.hasClass("mfp-"+i[o])){t=i[o];break}n.src=n.el.attr("data-mfp-src"),n.src||(n.src=n.el.attr("href"))}return n.type=t||g.st.type||"inline",n.index=e,n.parsed=!0,g.items[e]=n,f("ElementParse",n),g.items[e]},addGroup:function(t,n){function e(e){e.mfpEl=this,g._openClick(e,t,n)}var i="click.magnificPopup";(n=n||{}).mainEl=t,n.items?(n.isObj=!0,t.off(i).on(i,e)):(n.isObj=!1,n.delegate?t.off(i).on(i,n.delegate,e):(n.items=t).off(i).on(i,e))},_openClick:function(e,t,n){if((void 0!==n.midClick?n.midClick:d.magnificPopup.defaults.midClick)||!(2===e.which||e.ctrlKey||e.metaKey||e.altKey||e.shiftKey)){var i=void 0!==n.disableOn?n.disableOn:d.magnificPopup.defaults.disableOn;if(i)if(d.isFunction(i)){if(!i.call(g))return!0}else if(k.width()<i)return!0;e.type&&(e.preventDefault(),g.isOpen&&e.stopPropagation()),n.el=d(e.mfpEl),n.delegate&&(n.items=t.find(n.delegate)),g.open(n)}},updateStatus:function(e,t){if(g.preloader){i!==e&&g.container.removeClass("mfp-s-"+i),t||"loading"!==e||(t=g.st.tLoading);var n={status:e,text:t};f("UpdateStatus",n),e=n.status,t=n.text,g.preloader.html(t),g.preloader.find("a").on("click",function(e){e.stopImmediatePropagation()}),g.container.addClass("mfp-s-"+e),i=e}},_checkIfClose:function(e){if(!d(e).hasClass(I)){var t=g.st.closeOnContentClick,n=g.st.closeOnBgClick;if(t&&n)return!0;if(!g.content||d(e).hasClass("mfp-close")||g.preloader&&e===g.preloader[0])return!0;if(e===g.content[0]||d.contains(g.content[0],e)){if(t)return!0}else if(n&&d.contains(document,e))return!0;return!1}},_addClassToMFP:function(e){g.bgOverlay.addClass(e),g.wrap.addClass(e)},_removeClassFromMFP:function(e){this.bgOverlay.removeClass(e),g.wrap.removeClass(e)},_hasScrollBar:function(e){return(g.isIE7?h.height():document.body.scrollHeight)>(e||k.height())},_setFocus:function(){(g.st.focus?g.content.find(g.st.focus).eq(0):g.wrap).focus()},_onFocusIn:function(e){if(e.target!==g.wrap[0]&&!d.contains(g.wrap[0],e.target))return g._setFocus(),!1},_parseMarkup:function(o,e,t){var r;t.data&&(e=d.extend(t.data,e)),f(y,[o,e,t]),d.each(e,function(e,t){if(void 0===t||!1===t)return!0;if(1<(r=e.split("_")).length){var n=o.find(w+"-"+r[0]);if(0<n.length){var i=r[1];"replaceWith"===i?n[0]!==t[0]&&n.replaceWith(t):"img"===i?n.is("img")?n.attr("src",t):n.replaceWith(d("<img>").attr("src",t).attr("class",n.attr("class"))):n.attr(r[1],t)}}else o.find(w+"-"+e).html(t)})},_getScrollbarSize:function(){if(void 0===g.scrollbarSize){var e=document.createElement("div");e.style.cssText="width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;",document.body.appendChild(e),g.scrollbarSize=e.offsetWidth-e.clientWidth,document.body.removeChild(e)}return g.scrollbarSize}},d.magnificPopup={instance:null,proto:e.prototype,modules:[],open:function(e,t){return r(),(e=e?d.extend(!0,{},e):{}).isObj=!0,e.index=t||0,this.instance.open(e)},close:function(){return d.magnificPopup.instance&&d.magnificPopup.instance.close()},registerModule:function(e,t){t.options&&(d.magnificPopup.defaults[e]=t.options),d.extend(this.proto,t.proto),this.modules.push(e)},defaults:{disableOn:0,key:null,midClick:!1,mainClass:"",preloader:!0,focus:"",closeOnContentClick:!1,closeOnBgClick:!0,closeBtnInside:!0,showCloseBtn:!0,enableEscapeKey:!0,modal:!1,alignTop:!1,removalDelay:0,prependTo:null,fixedContentPos:"auto",fixedBgPos:"auto",overflowY:"auto",closeMarkup:'<button title="%title%" type="button" class="mfp-close">×</button>',tClose:"Close (Esc)",tLoading:"Loading...",autoFocusLast:!0}},d.fn.magnificPopup=function(e){r();var t=d(this);if("string"==typeof e)if("open"===e){var n,i=x?t.data("magnificPopup"):t[0].magnificPopup,o=parseInt(arguments[1],10)||0;n=i.items?i.items[o]:(n=t,i.delegate&&(n=n.find(i.delegate)),n.eq(o)),g._openClick({mfpEl:n},t,i)}else g.isOpen&&g[e].apply(g,Array.prototype.slice.call(arguments,1));else e=d.extend(!0,{},e),x?t.data("magnificPopup",e):t[0].magnificPopup=e,g.addGroup(t,e);return t};function T(){S&&(P.after(S.addClass(_)).detach(),S=null)}var _,P,S,E="inline";d.magnificPopup.registerModule(E,{options:{hiddenClass:"hide",markup:"",tNotFound:"Content not found"},proto:{initInline:function(){g.types.push(E),u(l+"."+E,function(){T()})},getInline:function(e,t){if(T(),e.src){var n=g.st.inline,i=d(e.src);if(i.length){var o=i[0].parentNode;o&&o.tagName&&(P||(_=n.hiddenClass,P=p(_),_="mfp-"+_),S=i.after(P).detach().removeClass(_)),g.updateStatus("ready")}else g.updateStatus("error",n.tNotFound),i=d("<div>");return e.inlineElement=i}return g.updateStatus("ready"),g._parseMarkup(t,{},e),t}}});function z(){M&&d(document.body).removeClass(M)}function O(){z(),g.req&&g.req.abort()}var M,B="ajax";d.magnificPopup.registerModule(B,{options:{settings:null,cursor:"mfp-ajax-cur",tError:'<a href="%url%">The content</a> could not be loaded.'},proto:{initAjax:function(){g.types.push(B),M=g.st.ajax.cursor,u(l+"."+B,O),u("BeforeChange."+B,O)},getAjax:function(o){M&&d(document.body).addClass(M),g.updateStatus("loading");var e=d.extend({url:o.src,success:function(e,t,n){var i={data:e,xhr:n};f("ParseAjax",i),g.appendContent(d(i.data),B),o.finished=!0,z(),g._setFocus(),setTimeout(function(){g.wrap.addClass(b)},16),g.updateStatus("ready"),f("AjaxContentAdded")},error:function(){z(),o.finished=o.loadError=!0,g.updateStatus("error",g.st.ajax.tError.replace("%url%",o.src))}},g.st.ajax.settings);return g.req=d.ajax(e),""}}});var L;d.magnificPopup.registerModule("image",{options:{markup:'<div class="mfp-figure"><div class="mfp-close"></div><figure><div class="mfp-img"></div><figcaption><div class="mfp-bottom-bar"><div class="mfp-title"></div><div class="mfp-counter"></div></div></figcaption></figure></div>',cursor:"mfp-zoom-out-cur",titleSrc:"title",verticalFit:!0,tError:'<a href="%url%">The image</a> could not be loaded.'},proto:{initImage:function(){var e=g.st.image,t=".image";g.types.push("image"),u(C+t,function(){"image"===g.currItem.type&&e.cursor&&d(document.body).addClass(e.cursor)}),u(l+t,function(){e.cursor&&d(document.body).removeClass(e.cursor),k.off("resize"+w)}),u("Resize"+t,g.resizeImage),g.isLowIE&&u("AfterChange",g.resizeImage)},resizeImage:function(){var e=g.currItem;if(e&&e.img&&g.st.image.verticalFit){var t=0;g.isLowIE&&(t=parseInt(e.img.css("padding-top"),10)+parseInt(e.img.css("padding-bottom"),10)),e.img.css("max-height",g.wH-t)}},_onImageHasSize:function(e){e.img&&(e.hasSize=!0,L&&clearInterval(L),e.isCheckingImgSize=!1,f("ImageHasSize",e),e.imgHidden&&(g.content&&g.content.removeClass("mfp-loading"),e.imgHidden=!1))},findImageSize:function(t){var n=0,i=t.img[0],o=function(e){L&&clearInterval(L),L=setInterval(function(){0<i.naturalWidth?g._onImageHasSize(t):(200<n&&clearInterval(L),3===++n?o(10):40===n?o(50):100===n&&o(500))},e)};o(1)},getImage:function(e,t){var n=0,i=function(){e&&(e.img[0].complete?(e.img.off(".mfploader"),e===g.currItem&&(g._onImageHasSize(e),g.updateStatus("ready")),e.hasSize=!0,e.loaded=!0,f("ImageLoadComplete")):++n<200?setTimeout(i,100):o())},o=function(){e&&(e.img.off(".mfploader"),e===g.currItem&&(g._onImageHasSize(e),g.updateStatus("error",r.tError.replace("%url%",e.src))),e.hasSize=!0,e.loaded=!0,e.loadError=!0)},r=g.st.image,a=t.find(".mfp-img");if(a.length){var s=document.createElement("img");s.className="mfp-img",e.el&&e.el.find("img").length&&(s.alt=e.el.find("img").attr("alt")),e.img=d(s).on("load.mfploader",i).on("error.mfploader",o),s.src=e.src,a.is("img")&&(e.img=e.img.clone()),0<(s=e.img[0]).naturalWidth?e.hasSize=!0:s.width||(e.hasSize=!1)}return g._parseMarkup(t,{title:function(e){if(e.data&&void 0!==e.data.title)return e.data.title;var t=g.st.image.titleSrc;if(t){if(d.isFunction(t))return t.call(g,e);if(e.el)return e.el.attr(t)||""}return""}(e),img_replaceWith:e.img},e),g.resizeImage(),e.hasSize?(L&&clearInterval(L),e.loadError?(t.addClass("mfp-loading"),g.updateStatus("error",r.tError.replace("%url%",e.src))):(t.removeClass("mfp-loading"),g.updateStatus("ready"))):(g.updateStatus("loading"),e.loading=!0,e.hasSize||(e.imgHidden=!0,t.addClass("mfp-loading"),g.findImageSize(e))),t}}});var H;d.magnificPopup.registerModule("zoom",{options:{enabled:!1,easing:"ease-in-out",duration:300,opener:function(e){return e.is("img")?e:e.find("img")}},proto:{initZoom:function(){var e,r=g.st.zoom,t=".zoom";if(r.enabled&&g.supportsTransition){function n(e){var t=e.clone().removeAttr("style").removeAttr("class").addClass("mfp-animated-image"),n="all "+r.duration/1e3+"s "+r.easing,i={position:"fixed",zIndex:9999,left:0,top:0,"-webkit-backface-visibility":"hidden"},o="transition";return i["-webkit-"+o]=i["-moz-"+o]=i["-o-"+o]=i[o]=n,t.css(i),t}function i(){g.content.css("visibility","visible")}var o,a,s=r.duration;u("BuildControls"+t,function(){if(g._allowZoom()){if(clearTimeout(o),g.content.css("visibility","hidden"),!(e=g._getItemToZoom()))return void i();(a=n(e)).css(g._getOffset()),g.wrap.append(a),o=setTimeout(function(){a.css(g._getOffset(!0)),o=setTimeout(function(){i(),setTimeout(function(){a.remove(),e=a=null,f("ZoomAnimationEnded")},16)},s)},16)}}),u(c+t,function(){if(g._allowZoom()){if(clearTimeout(o),g.st.removalDelay=s,!e){if(!(e=g._getItemToZoom()))return;a=n(e)}a.css(g._getOffset(!0)),g.wrap.append(a),g.content.css("visibility","hidden"),setTimeout(function(){a.css(g._getOffset())},16)}}),u(l+t,function(){g._allowZoom()&&(i(),a&&a.remove(),e=null)})}},_allowZoom:function(){return"image"===g.currItem.type},_getItemToZoom:function(){return!!g.currItem.hasSize&&g.currItem.img},_getOffset:function(e){var t,n=(t=e?g.currItem.img:g.st.zoom.opener(g.currItem.el||g.currItem)).offset(),i=parseInt(t.css("padding-top"),10),o=parseInt(t.css("padding-bottom"),10);n.top-=d(window).scrollTop()-i;var r={width:t.width(),height:(x?t.innerHeight():t[0].offsetHeight)-o-i};return void 0===H&&(H=void 0!==document.createElement("p").style.MozTransform),H?r["-moz-transform"]=r.transform="translate("+n.left+"px,"+n.top+"px)":(r.left=n.left,r.top=n.top),r}}});function A(e){if(g.currTemplate[F]){var t=g.currTemplate[F].find("iframe");t.length&&(e||(t[0].src="//about:blank"),g.isIE8&&t.css("display",e?"block":"none"))}}var F="iframe";d.magnificPopup.registerModule(F,{options:{markup:'<div class="mfp-iframe-scaler"><div class="mfp-close"></div><iframe class="mfp-iframe" src="//about:blank" frameborder="0" allowfullscreen></iframe></div>',srcAction:"iframe_src",patterns:{youtube:{index:"youtube.com",id:"v=",src:"//www.youtube.com/embed/%id%?autoplay=1"},vimeo:{index:"vimeo.com/",id:"/",src:"//player.vimeo.com/video/%id%?autoplay=1"},gmaps:{index:"//maps.google.",src:"%id%&output=embed"}}},proto:{initIframe:function(){g.types.push(F),u("BeforeChange",function(e,t,n){t!==n&&(t===F?A():n===F&&A(!0))}),u(l+"."+F,function(){A()})},getIframe:function(e,t){var n=e.src,i=g.st.iframe;d.each(i.patterns,function(){if(-1<n.indexOf(this.index))return this.id&&(n="string"==typeof this.id?n.substr(n.lastIndexOf(this.id)+this.id.length,n.length):this.id.call(this,n)),n=this.src.replace("%id%",n),!1});var o={};return i.srcAction&&(o[i.srcAction]=n),g._parseMarkup(t,o,e),g.updateStatus("ready"),t}}});function j(e){var t=g.items.length;return t-1<e?e-t:e<0?t+e:e}function N(e,t,n){return e.replace(/%curr%/gi,t+1).replace(/%total%/gi,n)}d.magnificPopup.registerModule("gallery",{options:{enabled:!1,arrowMarkup:'<button title="%title%" type="button" class="mfp-arrow mfp-arrow-%dir%"></button>',preload:[0,2],navigateByImgClick:!0,arrows:!0,tPrev:"Previous (Left arrow key)",tNext:"Next (Right arrow key)",tCounter:"%curr% of %total%"},proto:{initGallery:function(){var r=g.st.gallery,e=".mfp-gallery";if(g.direction=!0,!r||!r.enabled)return!1;v+=" mfp-gallery",u(C+e,function(){r.navigateByImgClick&&g.wrap.on("click"+e,".mfp-img",function(){if(1<g.items.length)return g.next(),!1}),h.on("keydown"+e,function(e){37===e.keyCode?g.prev():39===e.keyCode&&g.next()})}),u("UpdateStatus"+e,function(e,t){t.text&&(t.text=N(t.text,g.currItem.index,g.items.length))}),u(y+e,function(e,t,n,i){var o=g.items.length;n.counter=1<o?N(r.tCounter,i.index,o):""}),u("BuildControls"+e,function(){if(1<g.items.length&&r.arrows&&!g.arrowLeft){var e=r.arrowMarkup,t=g.arrowLeft=d(e.replace(/%title%/gi,r.tPrev).replace(/%dir%/gi,"left")).addClass(I),n=g.arrowRight=d(e.replace(/%title%/gi,r.tNext).replace(/%dir%/gi,"right")).addClass(I);t.click(function(){g.prev()}),n.click(function(){g.next()}),g.container.append(t.add(n))}}),u(a+e,function(){g._preloadTimeout&&clearTimeout(g._preloadTimeout),g._preloadTimeout=setTimeout(function(){g.preloadNearbyImages(),g._preloadTimeout=null},16)}),u(l+e,function(){h.off(e),g.wrap.off("click"+e),g.arrowRight=g.arrowLeft=null})},next:function(){g.direction=!0,g.index=j(g.index+1),g.updateItemHTML()},prev:function(){g.direction=!1,g.index=j(g.index-1),g.updateItemHTML()},goTo:function(e){g.direction=e>=g.index,g.index=e,g.updateItemHTML()},preloadNearbyImages:function(){var e,t=g.st.gallery.preload,n=Math.min(t[0],g.items.length),i=Math.min(t[1],g.items.length);for(e=1;e<=(g.direction?i:n);e++)g._preloadItem(g.index+e);for(e=1;e<=(g.direction?n:i);e++)g._preloadItem(g.index-e)},_preloadItem:function(e){if(e=j(e),!g.items[e].preloaded){var t=g.items[e];t.parsed||(t=g.parseEl(e)),f("LazyLoad",t),"image"===t.type&&(t.img=d('<img class="mfp-img" />').on("load.mfploader",function(){t.hasSize=!0}).on("error.mfploader",function(){t.hasSize=!0,t.loadError=!0,f("LazyLoadError",t)}).attr("src",t.src)),t.preloaded=!0}}}});var W="retina";d.magnificPopup.registerModule(W,{options:{replaceSrc:function(e){return e.src.replace(/\.\w+$/,function(e){return"@2x"+e})},ratio:1},proto:{initRetina:function(){if(1<window.devicePixelRatio){var n=g.st.retina,i=n.ratio;1<(i=isNaN(i)?i():i)&&(u("ImageHasSize."+W,function(e,t){t.img.css({"max-width":t.img[0].naturalWidth/i,width:"100%"})}),u("ElementParse."+W,function(e,t){t.src=n.replaceSrc(t,i)}))}}}}),r()});
|
13 |
!function(t){t.fn.eaelProgressBar=function(){var a=t(this),i=a.data("layout"),e=a.data("count"),r=a.data("duration");a.one("inview",function(){"line"==i?t(".eael-progressbar-line-fill",a).css({width:e+"%"}):"half_circle"==i&&t(".eael-progressbar-circle-half",a).css({transform:"rotate("+1.8*e+"deg)"}),t(".eael-progressbar-count",a).prop({counter:0}).animate({counter:e},{duration:r,easing:"linear",step:function(e){if("circle"==i){var r=3.6*e;t(".eael-progressbar-circle-half-left",a).css({transform:"rotate("+r+"deg)"}),180<r&&(t(".eael-progressbar-circle-pie",a).css({"-webkit-clip-path":"inset(0)","clip-path":"inset(0)"}),t(".eael-progressbar-circle-half-right",a).css({visibility:"visible"}))}t(this).text(Math.ceil(e))}})})}}(jQuery);
|
|
|
14 |
"object"==typeof navigator&&function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define("Plyr",t):(e=e||self).Plyr=t()}(this,function(){"use strict";!function(){if("undefined"!=typeof window)try{var e=new window.CustomEvent("test",{cancelable:!0});if(e.preventDefault(),!0!==e.defaultPrevented)throw new Error("Could not prevent default")}catch(e){var t=function(e,t){var n,i;return(t=t||{}).bubbles=!!t.bubbles,t.cancelable=!!t.cancelable,(n=document.createEvent("CustomEvent")).initCustomEvent(e,t.bubbles,t.cancelable,t.detail),i=n.preventDefault,n.preventDefault=function(){i.call(this);try{Object.defineProperty(this,"defaultPrevented",{get:function(){return!0}})}catch(e){this.defaultPrevented=!0}},n};t.prototype=window.Event.prototype,window.CustomEvent=t}}();var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function t(e,t){return e(t={exports:{}},t.exports),t.exports}function n(e){return e&&e.Math==Math&&e}function g(e){try{return!!e()}catch(e){return!0}}function r(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}function d(e){return A.call(e).slice(8,-1)}function h(e){if(null==e)throw TypeError("Can't call method on "+e);return e}function c(e){return C(h(e))}function v(e){return"object"==typeof e?null!==e:"function"==typeof e}function u(e,t){if(!v(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!v(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!v(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!v(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")}function w(e,t){return P.call(e,t)}function a(e){return I?L.createElement(e):{}}function E(e){if(!v(e))throw TypeError(String(e)+" is not an object");return e}function f(t,n){try{R(y,t,n)}catch(e){y[t]=n}return n}function s(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++H+V).toString(36)}function i(e){return B[e]||(B[e]=s(e))}var o,l,p,m="object",y=n(typeof globalThis==m&&globalThis)||n(typeof window==m&&window)||n(typeof self==m&&self)||n(typeof e==m&&e)||Function("return this")(),b=!g(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}),k={}.propertyIsEnumerable,T=Object.getOwnPropertyDescriptor,S={f:T&&!k.call({1:2},1)?function(e){var t=T(this,e);return!!t&&t.enumerable}:k},A={}.toString,x="".split,C=g(function(){return!Object("z").propertyIsEnumerable(0)})?function(e){return"String"==d(e)?x.call(e,""):Object(e)}:Object,P={}.hasOwnProperty,L=y.document,I=v(L)&&v(L.createElement),M=!b&&!g(function(){return 7!=Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}),O=Object.getOwnPropertyDescriptor,j={f:b?O:function(e,t){if(e=c(e),t=u(t,!0),M)try{return O(e,t)}catch(e){}if(w(e,t))return r(!S.f.call(e,t),e[t])}},N=Object.defineProperty,_={f:b?N:function(e,t,n){if(E(e),t=u(t,!0),E(n),M)try{return N(e,t,n)}catch(e){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},R=b?function(e,t,n){return _.f(e,t,r(1,n))}:function(e,t,n){return e[t]=n,e},U=t(function(e){var t="__core-js_shared__",n=y[t]||f(t,{});(e.exports=function(e,t){return n[e]||(n[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.1.3",mode:"global",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})}),F=U("native-function-to-string",Function.toString),q=y.WeakMap,D="function"==typeof q&&/native code/.test(F.call(q)),H=0,V=Math.random(),B=U("keys"),z={},W=y.WeakMap;if(D){var K=new W,$=K.get,Y=K.has,G=K.set;o=function(e,t){return G.call(K,e,t),t},l=function(e){return $.call(K,e)||{}},p=function(e){return Y.call(K,e)}}else{var Q=i("state");z[Q]=!0,o=function(e,t){return R(e,Q,t),t},l=function(e){return w(e,Q)?e[Q]:{}},p=function(e){return w(e,Q)}}function X(e){return"function"==typeof e?e:void 0}function J(e,t){return arguments.length<2?X(he[e])||X(y[e]):he[e]&&he[e][t]||y[e]&&y[e][t]}function Z(e){return isNaN(e=+e)?0:(0<e?de:fe)(e)}function ee(e){return 0<e?pe(Z(e),9007199254740991):0}function te(e,t){var n=Z(e);return n<0?me(n+t,0):ge(n,t)}function ne(s){return function(e,t,n){var i,r=c(e),a=ee(r.length),o=te(n,a);if(s&&t!=t){for(;o<a;)if((i=r[o++])!=i)return!0}else for(;o<a;o++)if((s||o in r)&&r[o]===t)return s||o||0;return!s&&-1}}function ie(e,t){var n,i=c(e),r=0,a=[];for(n in i)!w(z,n)&&w(i,n)&&a.push(n);for(;t.length>r;)w(i,n=t[r++])&&(~ye(a,n)||a.push(n));return a}function re(e,t){for(var n=Se(t),i=_.f,r=j.f,a=0;a<n.length;a++){var o=n[a];w(e,o)||i(e,o,r(t,o))}}function ae(e,t){var n=xe[Ae(e)];return n==Pe||n!=Ce&&("function"==typeof t?g(t):!!t)}function oe(e,t){var n,i,r,a,o,s=e.target,l=e.global,c=e.stat;if(n=l?y:c?y[s]||f(s,{}):(y[s]||{}).prototype)for(i in t){if(a=t[i],r=e.noTargetGet?(o=Ie(n,i))&&o.value:n[i],!Le(l?i:s+(c?".":"#")+i,e.forced)&&void 0!==r){if(typeof a==typeof r)continue;re(a,r)}(e.sham||r&&r.sham)&&R(a,"sham",!0),ue(n,i,a,e)}}function se(e){return Object(h(e))}function le(){}var ce={set:o,get:l,has:p,enforce:function(e){return p(e)?l(e):o(e,{})},getterFor:function(n){return function(e){var t;if(!v(e)||(t=l(e)).type!==n)throw TypeError("Incompatible receiver, "+n+" required");return t}}},ue=t(function(e){var t=ce.get,s=ce.enforce,l=String(F).split("toString");U("inspectSource",function(e){return F.call(e)}),(e.exports=function(e,t,n,i){var r=!!i&&!!i.unsafe,a=!!i&&!!i.enumerable,o=!!i&&!!i.noTargetGet;"function"==typeof n&&("string"!=typeof t||w(n,"name")||R(n,"name",t),s(n).source=l.join("string"==typeof t?t:"")),e!==y?(r?!o&&e[t]&&(a=!0):delete e[t],a?e[t]=n:R(e,t,n)):a?e[t]=n:f(t,n)})(Function.prototype,"toString",function(){return"function"==typeof this&&t(this).source||F.call(this)})}),he=y,fe=Math.ceil,de=Math.floor,pe=Math.min,me=Math.max,ge=Math.min,ve={includes:ne(!0),indexOf:ne(!1)},ye=ve.indexOf,be=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],we=be.concat("length","prototype"),ke={f:Object.getOwnPropertyNames||function(e){return ie(e,we)}},Te={f:Object.getOwnPropertySymbols},Se=J("Reflect","ownKeys")||function(e){var t=ke.f(E(e)),n=Te.f;return n?t.concat(n(e)):t},Ee=/#|\.prototype\./,Ae=ae.normalize=function(e){return String(e).replace(Ee,".").toLowerCase()},xe=ae.data={},Ce=ae.NATIVE="N",Pe=ae.POLYFILL="P",Le=ae,Ie=j.f,Me=!!Object.getOwnPropertySymbols&&!g(function(){return!String(Symbol())}),Oe=Array.isArray||function(e){return"Array"==d(e)},je=Object.keys||function(e){return ie(e,be)},Ne=b?Object.defineProperties:function(e,t){E(e);for(var n,i=je(t),r=i.length,a=0;a<r;)_.f(e,n=i[a++],t[n]);return e},_e=J("document","documentElement"),Re=i("IE_PROTO"),Ue="prototype",Fe=function(){var e,t=a("iframe"),n=be.length,i="script";for(t.style.display="none",_e.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write("<script>document.F=Object</"+i+">"),e.close(),Fe=e.F;n--;)delete Fe[Ue][be[n]];return Fe()},qe=Object.create||function(e,t){var n;return null!==e?(le[Ue]=E(e),n=new le,le[Ue]=null,n[Re]=e):n=Fe(),void 0===t?n:Ne(n,t)};z[Re]=!0;function De(e){return nt[e]||(nt[e]=Me&&tt[e]||(Me?tt:s)("Symbol."+e))}function He(e){var t=he.Symbol||(he.Symbol={});w(t,e)||rt(t,e,{value:it.f(e)})}function Ve(e,t,n){e&&!w(e=n?e:e.prototype,ot)&&at(e,ot,{configurable:!0,value:t})}function Be(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}function ze(i,r,e){if(Be(i),void 0===r)return i;switch(e){case 0:return function(){return i.call(r)};case 1:return function(e){return i.call(r,e)};case 2:return function(e,t){return i.call(r,e,t)};case 3:return function(e,t,n){return i.call(r,e,t,n)}}return function(){return i.apply(r,arguments)}}function We(e,t){var n;return Oe(e)&&("function"!=typeof(n=e.constructor)||n!==Array&&!Oe(n.prototype)?v(n)&&null===(n=n[st])&&(n=void 0):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}function Ke(d){var p=1==d,m=2==d,g=3==d,v=4==d,y=6==d,b=5==d||y;return function(e,t,n,i){for(var r,a,o=se(e),s=C(o),l=ze(t,n,3),c=ee(s.length),u=0,h=i||We,f=p?h(e,c):m?h(e,0):void 0;u<c;u++)if((b||u in s)&&(a=l(r=s[u],u,o),d))if(p)f[u]=a;else if(a)switch(d){case 3:return!0;case 5:return r;case 6:return u;case 2:lt.call(f,r)}else if(v)return!1;return y?-1:g||v?v:f}}function $e(e,t){var n=At[e]=qe(yt[dt]);return mt(n,{type:ft,tag:e,description:t}),b||(n.description=t),n}function Ye(t,e){E(t);var n=c(e),i=je(n).concat(Rt(n));return ut(i,function(e){b&&!_t.call(n,e)||Nt(t,e,n[e])}),t}function Ge(e,t){var n=c(e),i=u(t,!0);if(n!==vt||!w(At,i)||w(xt,i)){var r=kt(n,i);return!r||!w(At,i)||w(n,ht)&&n[ht][i]||(r.enumerable=!0),r}}function Qe(e){var t=St(c(e)),n=[];return ut(t,function(e){w(At,e)||w(z,e)||n.push(e)}),n}var Xe=ke.f,Je={}.toString,Ze="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],et={f:function(e){return Ze&&"[object Window]"==Je.call(e)?function(e){try{return Xe(e)}catch(e){return Ze.slice()}}(e):Xe(c(e))}},tt=y.Symbol,nt=U("wks"),it={f:De},rt=_.f,at=_.f,ot=De("toStringTag"),st=De("species"),lt=[].push,ct={forEach:Ke(0),map:Ke(1),filter:Ke(2),some:Ke(3),every:Ke(4),find:Ke(5),findIndex:Ke(6)},ut=ct.forEach,ht=i("hidden"),ft="Symbol",dt="prototype",pt=De("toPrimitive"),mt=ce.set,gt=ce.getterFor(ft),vt=Object[dt],yt=y.Symbol,bt=y.JSON,wt=bt&&bt.stringify,kt=j.f,Tt=_.f,St=et.f,Et=S.f,At=U("symbols"),xt=U("op-symbols"),Ct=U("string-to-symbol-registry"),Pt=U("symbol-to-string-registry"),Lt=U("wks"),It=y.QObject,Mt=!It||!It[dt]||!It[dt].findChild,Ot=b&&g(function(){return 7!=qe(Tt({},"a",{get:function(){return Tt(this,"a",{value:7}).a}})).a})?function(e,t,n){var i=kt(vt,t);i&&delete vt[t],Tt(e,t,n),i&&e!==vt&&Tt(vt,t,i)}:Tt,jt=Me&&"symbol"==typeof yt.iterator?function(e){return"symbol"==typeof e}:function(e){return Object(e)instanceof yt},Nt=function(e,t,n){e===vt&&Nt(xt,t,n),E(e);var i=u(t,!0);return E(n),w(At,i)?(n.enumerable?(w(e,ht)&&e[ht][i]&&(e[ht][i]=!1),n=qe(n,{enumerable:r(0,!1)})):(w(e,ht)||Tt(e,ht,r(1,{})),e[ht][i]=!0),Ot(e,i,n)):Tt(e,i,n)},_t=function(e){var t=u(e,!0),n=Et.call(this,t);return!(this===vt&&w(At,t)&&!w(xt,t))&&(!(n||!w(this,t)||!w(At,t)||w(this,ht)&&this[ht][t])||n)},Rt=function(e){var t=e===vt,n=St(t?xt:c(e)),i=[];return ut(n,function(e){!w(At,e)||t&&!w(vt,e)||i.push(At[e])}),i};Me||(ue((yt=function(e){if(this instanceof yt)throw TypeError("Symbol is not a constructor");var t=arguments.length&&void 0!==e?String(e):void 0,n=s(t),i=function(e){this===vt&&i.call(xt,e),w(this,ht)&&w(this[ht],n)&&(this[ht][n]=!1),Ot(this,n,r(1,e))};return b&&Mt&&Ot(vt,n,{configurable:!0,set:i}),$e(n,t)})[dt],"toString",function(){return gt(this).tag}),S.f=_t,_.f=Nt,j.f=Ge,ke.f=et.f=Qe,Te.f=Rt,b&&(Tt(yt[dt],"description",{configurable:!0,get:function(){return gt(this).description}}),ue(vt,"propertyIsEnumerable",_t,{unsafe:!0})),it.f=function(e){return $e(De(e),e)}),oe({global:!0,wrap:!0,forced:!Me,sham:!Me},{Symbol:yt}),ut(je(Lt),function(e){He(e)}),oe({target:ft,stat:!0,forced:!Me},{for:function(e){var t=String(e);if(w(Ct,t))return Ct[t];var n=yt(t);return Ct[t]=n,Pt[n]=t,n},keyFor:function(e){if(!jt(e))throw TypeError(e+" is not a symbol");if(w(Pt,e))return Pt[e]},useSetter:function(){Mt=!0},useSimple:function(){Mt=!1}}),oe({target:"Object",stat:!0,forced:!Me,sham:!b},{create:function(e,t){return void 0===t?qe(e):Ye(qe(e),t)},defineProperty:Nt,defineProperties:Ye,getOwnPropertyDescriptor:Ge}),oe({target:"Object",stat:!0,forced:!Me},{getOwnPropertyNames:Qe,getOwnPropertySymbols:Rt}),oe({target:"Object",stat:!0,forced:g(function(){Te.f(1)})},{getOwnPropertySymbols:function(e){return Te.f(se(e))}}),bt&&oe({target:"JSON",stat:!0,forced:!Me||g(function(){var e=yt();return"[null]"!=wt([e])||"{}"!=wt({a:e})||"{}"!=wt(Object(e))})},{stringify:function(e){for(var t,n,i=[e],r=1;r<arguments.length;)i.push(arguments[r++]);if(n=t=i[1],(v(t)||void 0!==e)&&!jt(e))return Oe(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!jt(t))return t}),i[1]=t,wt.apply(bt,i)}}),yt[dt][pt]||R(yt[dt],pt,yt[dt].valueOf),Ve(yt,ft),z[ht]=!0;var Ut=_.f,Ft=y.Symbol;if(!(!b||"function"!=typeof Ft||"description"in Ft.prototype&&void 0===Ft().description)){var qt={},Dt=function(e){var t=arguments.length<1||void 0===e?void 0:String(e),n=this instanceof Dt?new Ft(t):void 0===t?Ft():Ft(t);return""===t&&(qt[n]=!0),n};re(Dt,Ft);var Ht=Dt.prototype=Ft.prototype;Ht.constructor=Dt;var Vt=Ht.toString,Bt="Symbol(test)"==String(Ft("test")),zt=/^Symbol\((.*)\)[^)]+$/;Ut(Ht,"description",{configurable:!0,get:function(){var e=v(this)?this.valueOf():this,t=Vt.call(e);if(w(qt,e))return"";var n=Bt?t.slice(7,-1):t.replace(zt,"$1");return""===n?void 0:n}}),oe({global:!0,forced:!0},{Symbol:Dt})}He("iterator");var Wt=De("unscopables"),Kt=Array.prototype;null==Kt[Wt]&&R(Kt,Wt,qe(null));function $t(e){Kt[Wt][e]=!0}var Yt,Gt,Qt,Xt={},Jt=!g(function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}),Zt=i("IE_PROTO"),en=Object.prototype,tn=Jt?Object.getPrototypeOf:function(e){return e=se(e),w(e,Zt)?e[Zt]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?en:null},nn=De("iterator"),rn=!1;[].keys&&("next"in(Qt=[].keys())?(Gt=tn(tn(Qt)))!==Object.prototype&&(Yt=Gt):rn=!0),null==Yt&&(Yt={}),w(Yt,nn)||R(Yt,nn,function(){return this});function an(){return this}function on(e,t,n){var i=t+" Iterator";return e.prototype=qe(un,{next:r(1,n)}),Ve(e,i,!1),Xt[i]=an,e}function sn(){return this}function ln(e,t,n,i,r,a,o){function s(e){if(e===r&&m)return m;if(!dn&&e in d)return d[e];switch(e){case"keys":case mn:case gn:return function(){return new n(this,e)}}return function(){return new n(this)}}on(n,t,i);var l,c,u,h=t+" Iterator",f=!1,d=e.prototype,p=d[pn]||d["@@iterator"]||r&&d[r],m=!dn&&p||s(r),g="Array"==t&&d.entries||p;if(g&&(l=tn(g.call(new e)),fn!==Object.prototype&&l.next&&(tn(l)!==fn&&(hn?hn(l,fn):"function"!=typeof l[pn]&&R(l,pn,sn)),Ve(l,h,!0))),r==mn&&p&&p.name!==mn&&(f=!0,m=function(){return p.call(this)}),d[pn]!==m&&R(d,pn,m),Xt[t]=m,r)if(c={values:s(mn),keys:a?m:s("keys"),entries:s(gn)},o)for(u in c)!dn&&!f&&u in d||ue(d,u,c[u]);else oe({target:t,proto:!0,forced:dn||f},c);return c}var cn={IteratorPrototype:Yt,BUGGY_SAFARI_ITERATORS:rn},un=cn.IteratorPrototype,hn=Object.setPrototypeOf||("__proto__"in{}?function(){var n,i=!1,e={};try{(n=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set).call(e,[]),i=e instanceof Array}catch(e){}return function(e,t){return E(e),function(e){if(!v(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype")}(t),i?n.call(e,t):e.__proto__=t,e}}():void 0),fn=cn.IteratorPrototype,dn=cn.BUGGY_SAFARI_ITERATORS,pn=De("iterator"),mn="values",gn="entries",vn="Array Iterator",yn=ce.set,bn=ce.getterFor(vn),wn=ln(Array,"Array",function(e,t){yn(this,{type:vn,target:c(e),index:0,kind:t})},function(){var e=bn(this),t=e.target,n=e.kind,i=e.index++;return!t||i>=t.length?{value:e.target=void 0,done:!0}:"keys"==n?{value:i,done:!1}:"values"==n?{value:t[i],done:!1}:{value:[i,t[i]],done:!1}},"values");Xt.Arguments=Xt.Array,$t("keys"),$t("values"),$t("entries");function kn(e,t){var n=[][e];return!n||!g(function(){n.call(null,t||function(){throw 1},1)})}var Tn=[].join,Sn=C!=Object,En=kn("join",",");oe({target:"Array",proto:!0,forced:Sn||En},{join:function(e){return Tn.call(c(this),void 0===e?",":e)}});function An(e,t,n){var i=u(t);i in e?_.f(e,i,r(0,n)):e[i]=n}function xn(t){return!g(function(){var e=[];return(e.constructor={})[Cn]=function(){return{foo:1}},1!==e[t](Boolean).foo})}var Cn=De("species"),Pn=De("species"),Ln=[].slice,In=Math.max;oe({target:"Array",proto:!0,forced:!xn("slice")},{slice:function(e,t){var n,i,r,a=c(this),o=ee(a.length),s=te(e,o),l=te(void 0===t?o:t,o);if(Oe(a)&&("function"!=typeof(n=a.constructor)||n!==Array&&!Oe(n.prototype)?v(n)&&null===(n=n[Pn])&&(n=void 0):n=void 0,n===Array||void 0===n))return Ln.call(a,s,l);for(i=new(void 0===n?Array:n)(In(l-s,0)),r=0;s<l;s++,r++)s in a&&An(i,r,a[s]);return i.length=r,i}});function Mn(e){var t,n,i;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),On))?n:jn?d(t):"Object"==(i=d(t))&&"function"==typeof t.callee?"Arguments":i}var On=De("toStringTag"),jn="Arguments"==d(function(){return arguments}()),Nn={};Nn[De("toStringTag")]="z";var _n="[object z]"!==String(Nn)?function(){return"[object "+Mn(this)+"]"}:Nn.toString,Rn=Object.prototype;_n!==Rn.toString&&ue(Rn,"toString",_n,{unsafe:!0});function Un(){var e=E(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}var Fn="toString",qn=RegExp.prototype,Dn=qn[Fn],Hn=g(function(){return"/a/b"!=Dn.call({source:"a",flags:"b"})}),Vn=Dn.name!=Fn;(Hn||Vn)&&ue(RegExp.prototype,Fn,function(){var e=E(this),t=String(e.source),n=e.flags;return"/"+t+"/"+String(void 0===n&&e instanceof RegExp&&!("flags"in qn)?Un.call(e):n)},{unsafe:!0});function Bn(s){return function(e,t){var n,i,r=String(h(e)),a=Z(t),o=r.length;return a<0||o<=a?s?"":void 0:(n=r.charCodeAt(a))<55296||56319<n||a+1===o||(i=r.charCodeAt(a+1))<56320||57343<i?s?r.charAt(a):n:s?r.slice(a,a+2):i-56320+(n-55296<<10)+65536}}var zn={codeAt:Bn(!1),charAt:Bn(!0)},Wn=zn.charAt,Kn="String Iterator",$n=ce.set,Yn=ce.getterFor(Kn);ln(String,"String",function(e){$n(this,{type:Kn,string:String(e),index:0})},function(){var e,t=Yn(this),n=t.string,i=t.index;return i>=n.length?{value:void 0,done:!0}:(e=Wn(n,i),t.index+=e.length,{value:e,done:!1})});var Gn,Qn,Xn=RegExp.prototype.exec,Jn=String.prototype.replace,Zn=Xn,ei=(Gn=/a/,Qn=/b*/g,Xn.call(Gn,"a"),Xn.call(Qn,"a"),0!==Gn.lastIndex||0!==Qn.lastIndex),ti=void 0!==/()??/.exec("")[1];(ei||ti)&&(Zn=function(e){var t,n,i,r,a=this;return ti&&(n=new RegExp("^"+a.source+"$(?!\\s)",Un.call(a))),ei&&(t=a.lastIndex),i=Xn.call(a,e),ei&&i&&(a.lastIndex=a.global?i.index+i[0].length:t),ti&&i&&1<i.length&&Jn.call(i[0],n,function(){for(r=1;r<arguments.length-2;r++)void 0===arguments[r]&&(i[r]=void 0)}),i});function ni(n,e,t,i){var r=De(n),a=!g(function(){var e={};return e[r]=function(){return 7},7!=""[n](e)}),o=a&&!g(function(){var e=!1,t=/a/;return t.exec=function(){return e=!0,null},"split"===n&&(t.constructor={},t.constructor[oi]=function(){return t}),t[r](""),!e});if(!a||!o||"replace"===n&&!si||"split"===n&&!li){var s=/./[r],l=t(r,""[n],function(e,t,n,i,r){return t.exec===ai?a&&!r?{done:!0,value:s.call(t,n,i)}:{done:!0,value:e.call(n,t,i)}:{done:!1}}),c=l[0],u=l[1];ue(String.prototype,n,c),ue(RegExp.prototype,r,2==e?function(e,t){return u.call(e,this,t)}:function(e){return u.call(e,this)}),i&&R(RegExp.prototype[r],"sham",!0)}}function ii(e,t,n){return t+(n?ci(e,t).length:1)}function ri(e,t){var n=e.exec;if("function"==typeof n){var i=n.call(e,t);if("object"!=typeof i)throw TypeError("RegExp exec method returned something other than an Object or null");return i}if("RegExp"!==d(e))throw TypeError("RegExp#exec called on incompatible receiver");return ai.call(e,t)}var ai=Zn,oi=De("species"),si=!g(function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}),li=!g(function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}),ci=zn.charAt,ui=Math.max,hi=Math.min,fi=Math.floor,di=/\$([$&'`]|\d\d?|<[^>]*>)/g,pi=/\$([$&'`]|\d\d?)/g;ni("replace",2,function(r,k,T){return[function(e,t){var n=h(this),i=null==e?void 0:e[r];return void 0!==i?i.call(e,n,t):k.call(String(n),e,t)},function(e,t){var n=T(k,e,this,t);if(n.done)return n.value;var i=E(e),r=String(this),a="function"==typeof t;a||(t=String(t));var o=i.global;if(o){var s=i.unicode;i.lastIndex=0}for(var l=[];;){var c=ri(i,r);if(null===c)break;if(l.push(c),!o)break;""===String(c[0])&&(i.lastIndex=ii(r,ee(i.lastIndex),s))}for(var u,h="",f=0,d=0;d<l.length;d++){c=l[d];for(var p=String(c[0]),m=ui(hi(Z(c.index),r.length),0),g=[],v=1;v<c.length;v++)g.push(void 0===(u=c[v])?u:String(u));var y=c.groups;if(a){var b=[p].concat(g,m,r);void 0!==y&&b.push(y);var w=String(t.apply(void 0,b))}else w=S(p,r,m,g,y,t);f<=m&&(h+=r.slice(f,m)+w,f=m+p.length)}return h+r.slice(f)}];function S(a,o,s,l,c,e){var u=s+a.length,h=l.length,t=pi;return void 0!==c&&(c=se(c),t=di),k.call(e,t,function(e,t){var n;switch(t.charAt(0)){case"$":return"$";case"&":return a;case"`":return o.slice(0,s);case"'":return o.slice(u);case"<":n=c[t.slice(1,-1)];break;default:var i=+t;if(0==i)return e;if(h<i){var r=fi(i/10);return 0===r?e:r<=h?void 0===l[r-1]?t.charAt(1):l[r-1]+t.charAt(1):e}n=l[i-1]}return void 0===n?"":n})}});var mi=Object.is||function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t};ni("search",1,function(i,o,s){return[function(e){var t=h(this),n=null==e?void 0:e[i];return void 0!==n?n.call(e,t):new RegExp(e)[i](String(t))},function(e){var t=s(o,e,this);if(t.done)return t.value;var n=E(e),i=String(this),r=n.lastIndex;mi(r,0)||(n.lastIndex=0);var a=ri(n,i);return mi(n.lastIndex,r)||(n.lastIndex=r),null===a?-1:a.index}]});function gi(e){var t;return v(e)&&(void 0!==(t=e[yi])?!!t:"RegExp"==d(e))}function vi(e,t){var n,i=E(e).constructor;return void 0===i||null==(n=E(i)[bi])?t:Be(n)}var yi=De("match"),bi=De("species"),wi=[].push,ki=Math.min,Ti=4294967295,Si=!g(function(){return!RegExp(Ti,"y")});ni("split",2,function(r,g,v){var y;return y="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||1<".".split(/()()/).length||"".split(/.?/).length?function(e,t){var n=String(h(this)),i=void 0===t?Ti:t>>>0;if(0==i)return[];if(void 0===e)return[n];if(!gi(e))return g.call(n,e,i);for(var r,a,o,s=[],l=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),c=0,u=new RegExp(e.source,l+"g");(r=ai.call(u,n))&&!(c<(a=u.lastIndex)&&(s.push(n.slice(c,r.index)),1<r.length&&r.index<n.length&&wi.apply(s,r.slice(1)),o=r[0].length,c=a,s.length>=i));)u.lastIndex===r.index&&u.lastIndex++;return c===n.length?!o&&u.test("")||s.push(""):s.push(n.slice(c)),s.length>i?s.slice(0,i):s}:"0".split(void 0,0).length?function(e,t){return void 0===e&&0===t?[]:g.call(this,e,t)}:g,[function(e,t){var n=h(this),i=null==e?void 0:e[r];return void 0!==i?i.call(e,n,t):y.call(String(n),e,t)},function(e,t){var n=v(y,e,this,t,y!==g);if(n.done)return n.value;var i=E(e),r=String(this),a=vi(i,RegExp),o=i.unicode,s=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(Si?"y":"g"),l=new a(Si?i:"^(?:"+i.source+")",s),c=void 0===t?Ti:t>>>0;if(0==c)return[];if(0===r.length)return null===ri(l,r)?[r]:[];for(var u=0,h=0,f=[];h<r.length;){l.lastIndex=Si?h:0;var d,p=ri(l,Si?r:r.slice(h));if(null===p||(d=ki(ee(l.lastIndex+(Si?0:h)),r.length))===u)h=ii(r,h,o);else{if(f.push(r.slice(u,h)),f.length===c)return f;for(var m=1;m<=p.length-1;m++)if(f.push(p[m]),f.length===c)return f;h=u=d}}return f.push(r.slice(u)),f}]},!Si);var Ei={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},Ai=ct.forEach,xi=kn("forEach")?function(e,t){return Ai(this,e,1<arguments.length?t:void 0)}:[].forEach;for(var Ci in Ei){var Pi=y[Ci],Li=Pi&&Pi.prototype;if(Li&&Li.forEach!==xi)try{R(Li,"forEach",xi)}catch(e){Li.forEach=xi}}var Ii=De("iterator"),Mi=De("toStringTag"),Oi=wn.values;for(var ji in Ei){var Ni=y[ji],_i=Ni&&Ni.prototype;if(_i){if(_i[Ii]!==Oi)try{R(_i,Ii,Oi)}catch(e){_i[Ii]=Oi}if(_i[Mi]||R(_i,Mi,ji),Ei[ji])for(var Ri in wn)if(_i[Ri]!==wn[Ri])try{R(_i,Ri,wn[Ri])}catch(e){_i[Ri]=wn[Ri]}}}function Ui(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return e}function Fi(t,e,n,i){try{return i?e(E(n)[0],n[1]):e(n)}catch(e){var r=t.return;throw void 0!==r&&E(r.call(t)),e}}function qi(e){return void 0!==e&&(Xt.Array===e||ar[rr]===e)}function Di(e){if(null!=e)return e[or]||e["@@iterator"]||Xt[Mn(e)]}function Hi(e,t,n){var i,r,a,o,s=se(e),l="function"==typeof this?this:Array,c=arguments.length,u=1<c?t:void 0,h=void 0!==u,f=0,d=Di(s);if(h&&(u=ze(u,2<c?n:void 0,2)),null==d||l==Array&&qi(d))for(r=new l(i=ee(s.length));f<i;f++)An(r,f,h?u(s[f],f):s[f]);else for(o=d.call(s),r=new l;!(a=o.next()).done;f++)An(r,f,h?Fi(o,u,[a.value,f],!0):a.value);return r.length=f,r}function Vi(e){return e+22+75*(e<26)}function Bi(e,t,n){var i=0;for(e=n?hr(e/700):e>>1,e+=hr(e/t);455<e;i+=36)e=hr(e/35);return hr(i+36*e/(e+38))}function zi(e){var t,n,i=[],r=(e=function(e){for(var t=[],n=0,i=e.length;n<i;){var r=e.charCodeAt(n++);if(55296<=r&&r<=56319&&n<i){var a=e.charCodeAt(n++);56320==(64512&a)?t.push(((1023&r)<<10)+(1023&a)+65536):(t.push(r),n--)}else t.push(r)}return t}(e)).length,a=128,o=0,s=72;for(t=0;t<e.length;t++)(n=e[t])<128&&i.push(fr(n));var l=i.length,c=l;for(l&&i.push("-");c<r;){var u=sr;for(t=0;t<e.length;t++)a<=(n=e[t])&&n<u&&(u=n);var h=c+1;if(u-a>hr((sr-o)/h))throw RangeError(ur);for(o+=(u-a)*h,a=u,t=0;t<e.length;t++){if((n=e[t])<a&&++o>sr)throw RangeError(ur);if(n==a){for(var f=o,d=36;;d+=36){var p=d<=s?1:s+26<=d?26:d-s;if(f<p)break;var m=f-p,g=36-p;i.push(fr(Vi(p+m%g))),f=hr(m/g)}i.push(fr(Vi(f))),s=Bi(o,h,c==l),o=0,++c}}++o,++a}return i.join("")}function Wi(e,t,n){for(var i in t)ue(e,i,t[i],n);return e}function Ki(e){var t=Di(e);if("function"!=typeof t)throw TypeError(String(e)+" is not iterable");return E(t.call(e))}function $i(t){try{return decodeURIComponent(t)}catch(e){return t}}function Yi(e){var t,n=e.replace(br," "),i=4;try{return decodeURIComponent(n)}catch(e){for(;i;)n=n.replace((t=i--,wr[t-1]||(wr[t-1]=RegExp("((?:%[\\da-f]{2}){"+t+"})","gi"))),$i);return n}}function Gi(e){return Tr[e]}function Qi(e){return encodeURIComponent(e).replace(kr,Gi)}function Xi(e,t){if(t)for(var n,i,r=t.split("&"),a=0;a<r.length;)(n=r[a++]).length&&(i=n.split("="),e.push({key:Yi(i.shift()),value:Yi(i.join("="))}))}function Ji(e){this.entries.length=0,Xi(this.entries,e)}function Zi(e,t){if(e<t)throw TypeError("Not enough arguments")}var er=De("iterator"),tr=!g(function(){var e=new URL("b?e=1","http://a"),t=e.searchParams;return e.pathname="c%20d",!t.sort||"http://a/c%20d?e=1"!==e.href||"1"!==t.get("e")||"a=1"!==String(new URLSearchParams("?a=1"))||!t[er]||"a"!==new URL("https://a@b").username||"b"!==new URLSearchParams(new URLSearchParams("a=b")).get("a")||"xn--e1aybc"!==new URL("http://тест").host||"#%D0%B1"!==new URL("http://a#б").hash}),nr=Object.assign,ir=!nr||g(function(){var e={},t={},n=Symbol(),i="abcdefghijklmnopqrst";return e[n]=7,i.split("").forEach(function(e){t[e]=e}),7!=nr({},e)[n]||je(nr({},t)).join("")!=i})?function(e,t){for(var n=se(e),i=arguments.length,r=1,a=Te.f,o=S.f;r<i;)for(var s,l=C(arguments[r++]),c=a?je(l).concat(a(l)):je(l),u=c.length,h=0;h<u;)s=c[h++],b&&!o.call(l,s)||(n[s]=l[s]);return n}:nr,rr=De("iterator"),ar=Array.prototype,or=De("iterator"),sr=2147483647,lr=/[^\0-\u007E]/,cr=/[.\u3002\uFF0E\uFF61]/g,ur="Overflow: input needs wider integers to process",hr=Math.floor,fr=String.fromCharCode,dr=De("iterator"),pr="URLSearchParams",mr=pr+"Iterator",gr=ce.set,vr=ce.getterFor(pr),yr=ce.getterFor(mr),br=/\+/g,wr=Array(4),kr=/[!'()~]|%20/g,Tr={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"},Sr=on(function(e,t){gr(this,{type:mr,iterator:Ki(vr(e).entries),kind:t})},"Iterator",function(){var e=yr(this),t=e.kind,n=e.iterator.next(),i=n.value;return n.done||(n.value="keys"===t?i.key:"values"===t?i.value:[i.key,i.value]),n}),Er=function(e){Ui(this,Er,pr);var t,n,i,r,a,o,s,l=0<arguments.length?e:void 0,c=[];if(gr(this,{type:pr,entries:c,updateURL:function(){},updateSearchParams:Ji}),void 0!==l)if(v(l))if("function"==typeof(t=Di(l)))for(n=t.call(l);!(i=n.next()).done;){if((a=(r=Ki(E(i.value))).next()).done||(o=r.next()).done||!r.next().done)throw TypeError("Expected sequence with length 2");c.push({key:a.value+"",value:o.value+""})}else for(s in l)w(l,s)&&c.push({key:s,value:l[s]+""});else Xi(c,"string"==typeof l?"?"===l.charAt(0)?l.slice(1):l:l+"")},Ar=Er.prototype;Wi(Ar,{append:function(e,t){Zi(arguments.length,2);var n=vr(this);n.entries.push({key:e+"",value:t+""}),n.updateURL()},delete:function(e){Zi(arguments.length,1);for(var t=vr(this),n=t.entries,i=e+"",r=0;r<n.length;)n[r].key===i?n.splice(r,1):r++;t.updateURL()},get:function(e){Zi(arguments.length,1);for(var t=vr(this).entries,n=e+"",i=0;i<t.length;i++)if(t[i].key===n)return t[i].value;return null},getAll:function(e){Zi(arguments.length,1);for(var t=vr(this).entries,n=e+"",i=[],r=0;r<t.length;r++)t[r].key===n&&i.push(t[r].value);return i},has:function(e){Zi(arguments.length,1);for(var t=vr(this).entries,n=e+"",i=0;i<t.length;)if(t[i++].key===n)return!0;return!1},set:function(e,t){Zi(arguments.length,1);for(var n,i=vr(this),r=i.entries,a=!1,o=e+"",s=t+"",l=0;l<r.length;l++)(n=r[l]).key===o&&(a?r.splice(l--,1):(a=!0,n.value=s));a||r.push({key:o,value:s}),i.updateURL()},sort:function(){var e,t,n,i=vr(this),r=i.entries,a=r.slice();for(n=r.length=0;n<a.length;n++){for(e=a[n],t=0;t<n;t++)if(r[t].key>e.key){r.splice(t,0,e);break}t===n&&r.push(e)}i.updateURL()},forEach:function(e,t){for(var n,i=vr(this).entries,r=ze(e,1<arguments.length?t:void 0,3),a=0;a<i.length;)r((n=i[a++]).value,n.key,this)},keys:function(){return new Sr(this,"keys")},values:function(){return new Sr(this,"values")},entries:function(){return new Sr(this,"entries")}},{enumerable:!0}),ue(Ar,dr,Ar.entries),ue(Ar,"toString",function(){for(var e,t=vr(this).entries,n=[],i=0;i<t.length;)e=t[i++],n.push(Qi(e.key)+"="+Qi(e.value));return n.join("&")},{enumerable:!0}),Ve(Er,pr),oe({global:!0,forced:!tr},{URLSearchParams:Er});function xr(e,t){var n,i,r;if("["==t.charAt(0)){if("]"!=t.charAt(t.length-1))return Kr;if(!(n=oa(t.slice(1,-1))))return Kr;e.host=n}else if(da(e)){if(t=function(e){var t,n,i=[],r=e.toLowerCase().replace(cr,".").split(".");for(t=0;t<r.length;t++)n=r[t],i.push(lr.test(n)?"xn--"+zi(n):n);return i.join(".")}(t),ta.test(t))return Kr;if(null===(n=aa(t)))return Kr;e.host=n}else{if(na.test(t))return Kr;for(n="",i=Hi(t),r=0;r<i.length;r++)n+=ha(i[r],sa);e.host=n}}function Cr(e){var t,n,i,r;if("number"==typeof e){for(t=[],n=0;n<4;n++)t.unshift(e%256),e=Br(e/256);return t.join(".")}if("object"!=typeof e)return e;for(t="",i=function(e){for(var t=null,n=1,i=null,r=0,a=0;a<8;a++)0!==e[a]?(n<r&&(t=i,n=r),i=null,r=0):(null===i&&(i=a),++r);return n<r&&(t=i,n=r),t}(e),n=0;n<8;n++)r&&0===e[n]||(r=r&&!1,i===n?(t+=n?":":"::",r=!0):(t+=e[n].toString(16),n<7&&(t+=":")));return"["+t+"]"}function Pr(e){return""!=e.username||""!=e.password}function Lr(e){return!e.host||e.cannotBeABaseURL||"file"==e.scheme}function Ir(e,t){var n;return 2==e.length&&Yr.test(e.charAt(0))&&(":"==(n=e.charAt(1))||!t&&"|"==n)}function Mr(e){var t;return 1<e.length&&Ir(e.slice(0,2))&&(2==e.length||"/"===(t=e.charAt(2))||"\\"===t||"?"===t||"#"===t)}function Or(e){var t=e.path,n=t.length;!n||"file"==e.scheme&&1==n&&Ir(t[0],!0)||t.pop()}function jr(e,t,n,i){var r,a,o,s,l,c,u=n||pa,h=0,f="",d=!1,p=!1,m=!1;for(n||(e.scheme="",e.username="",e.password="",e.host=null,e.port=null,e.path=[],e.query=null,e.fragment=null,e.cannotBeABaseURL=!1,t=t.replace(ia,"")),t=t.replace(ra,""),r=Hi(t);h<=r.length;){switch(a=r[h],u){case pa:if(!a||!Yr.test(a)){if(n)return Wr;u=ga;continue}f+=a.toLowerCase(),u=ma;break;case ma:if(a&&(Gr.test(a)||"+"==a||"-"==a||"."==a))f+=a.toLowerCase();else{if(":"!=a){if(n)return Wr;f="",u=ga,h=0;continue}if(n&&(da(e)!=w(fa,f)||"file"==f&&(Pr(e)||null!==e.port)||"file"==e.scheme&&!e.host))return;if(e.scheme=f,n)return void(da(e)&&fa[e.scheme]==e.port&&(e.port=null));f="","file"==e.scheme?u=Ca:da(e)&&i&&i.scheme==e.scheme?u=va:da(e)?u=ka:"/"==r[h+1]?(u=ya,h++):(e.cannotBeABaseURL=!0,e.path.push(""),u=Oa)}break;case ga:if(!i||i.cannotBeABaseURL&&"#"!=a)return Wr;if(i.cannotBeABaseURL&&"#"==a){e.scheme=i.scheme,e.path=i.path.slice(),e.query=i.query,e.fragment="",e.cannotBeABaseURL=!0,u=Na;break}u="file"==i.scheme?Ca:ba;continue;case va:if("/"!=a||"/"!=r[h+1]){u=ba;continue}u=Ta,h++;break;case ya:if("/"==a){u=Sa;break}u=Ma;continue;case ba:if(e.scheme=i.scheme,a==_r)e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.query=i.query;else if("/"==a||"\\"==a&&da(e))u=wa;else if("?"==a)e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.query="",u=ja;else{if("#"!=a){e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.path.pop(),u=Ma;continue}e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,e.path=i.path.slice(),e.query=i.query,e.fragment="",u=Na}break;case wa:if(!da(e)||"/"!=a&&"\\"!=a){if("/"!=a){e.username=i.username,e.password=i.password,e.host=i.host,e.port=i.port,u=Ma;continue}u=Sa}else u=Ta;break;case ka:if(u=Ta,"/"!=a||"/"!=f.charAt(h+1))continue;h++;break;case Ta:if("/"==a||"\\"==a)break;u=Sa;continue;case Sa:if("@"==a){d&&(f="%40"+f),d=!0,o=Hi(f);for(var g=0;g<o.length;g++){var v=o[g];if(":"!=v||m){var y=ha(v,ua);m?e.password+=y:e.username+=y}else m=!0}f=""}else if(a==_r||"/"==a||"?"==a||"#"==a||"\\"==a&&da(e)){if(d&&""==f)return"Invalid authority";h-=Hi(f).length+1,f="",u=Ea}else f+=a;break;case Ea:case Aa:if(n&&"file"==e.scheme){u=La;continue}if(":"!=a||p){if(a==_r||"/"==a||"?"==a||"#"==a||"\\"==a&&da(e)){if(da(e)&&""==f)return Kr;if(n&&""==f&&(Pr(e)||null!==e.port))return;if(s=xr(e,f))return s;if(f="",u=Ia,n)return;continue}"["==a?p=!0:"]"==a&&(p=!1),f+=a}else{if(""==f)return Kr;if(s=xr(e,f))return s;if(f="",u=xa,n==Aa)return}break;case xa:if(!Qr.test(a)){if(a==_r||"/"==a||"?"==a||"#"==a||"\\"==a&&da(e)||n){if(""!=f){var b=parseInt(f,10);if(65535<b)return $r;e.port=da(e)&&b===fa[e.scheme]?null:b,f=""}if(n)return;u=Ia;continue}return $r}f+=a;break;case Ca:if(e.scheme="file","/"==a||"\\"==a)u=Pa;else{if(!i||"file"!=i.scheme){u=Ma;continue}if(a==_r)e.host=i.host,e.path=i.path.slice(),e.query=i.query;else if("?"==a)e.host=i.host,e.path=i.path.slice(),e.query="",u=ja;else{if("#"!=a){Mr(r.slice(h).join(""))||(e.host=i.host,e.path=i.path.slice(),Or(e)),u=Ma;continue}e.host=i.host,e.path=i.path.slice(),e.query=i.query,e.fragment="",u=Na}}break;case Pa:if("/"==a||"\\"==a){u=La;break}i&&"file"==i.scheme&&!Mr(r.slice(h).join(""))&&(Ir(i.path[0],!0)?e.path.push(i.path[0]):e.host=i.host),u=Ma;continue;case La:if(a==_r||"/"==a||"\\"==a||"?"==a||"#"==a){if(!n&&Ir(f))u=Ma;else if(""==f){if(e.host="",n)return;u=Ia}else{if(s=xr(e,f))return s;if("localhost"==e.host&&(e.host=""),n)return;f="",u=Ia}continue}f+=a;break;case Ia:if(da(e)){if(u=Ma,"/"!=a&&"\\"!=a)continue}else if(n||"?"!=a)if(n||"#"!=a){if(a!=_r&&(u=Ma,"/"!=a))continue}else e.fragment="",u=Na;else e.query="",u=ja;break;case Ma:if(a==_r||"/"==a||"\\"==a&&da(e)||!n&&("?"==a||"#"==a)){if(".."===(c=(c=f).toLowerCase())||"%2e."===c||".%2e"===c||"%2e%2e"===c?(Or(e),"/"==a||"\\"==a&&da(e)||e.path.push("")):"."===(l=f)||"%2e"===l.toLowerCase()?"/"==a||"\\"==a&&da(e)||e.path.push(""):("file"==e.scheme&&!e.path.length&&Ir(f)&&(e.host&&(e.host=""),f=f.charAt(0)+":"),e.path.push(f)),f="","file"==e.scheme&&(a==_r||"?"==a||"#"==a))for(;1<e.path.length&&""===e.path[0];)e.path.shift();"?"==a?(e.query="",u=ja):"#"==a&&(e.fragment="",u=Na)}else f+=ha(a,ca);break;case Oa:"?"==a?(e.query="",u=ja):"#"==a?(e.fragment="",u=Na):a!=_r&&(e.path[0]+=ha(a,sa));break;case ja:n||"#"!=a?a!=_r&&("'"==a&&da(e)?e.query+="%27":e.query+="#"==a?"%23":ha(a,sa)):(e.fragment="",u=Na);break;case Na:a!=_r&&(e.fragment+=ha(a,la))}h++}}function Nr(e,t){return{get:e,set:t,configurable:!0,enumerable:!0}}var _r,Rr={URLSearchParams:Er,getState:vr},Ur=zn.codeAt,Fr=y.URL,qr=Rr.URLSearchParams,Dr=Rr.getState,Hr=ce.set,Vr=ce.getterFor("URL"),Br=Math.floor,zr=Math.pow,Wr="Invalid scheme",Kr="Invalid host",$r="Invalid port",Yr=/[A-Za-z]/,Gr=/[\d+\-.A-Za-z]/,Qr=/\d/,Xr=/^(0x|0X)/,Jr=/^[0-7]+$/,Zr=/^\d+$/,ea=/^[\dA-Fa-f]+$/,ta=/[\u0000\u0009\u000A\u000D #%/:?@[\\]]/,na=/[\u0000\u0009\u000A\u000D #/:?@[\\]]/,ia=/^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g,ra=/[\u0009\u000A\u000D]/g,aa=function(e){var t,n,i,r,a,o,s,l=e.split(".");if(l.length&&""==l[l.length-1]&&l.pop(),4<(t=l.length))return e;for(n=[],i=0;i<t;i++){if(""==(r=l[i]))return e;if(a=10,1<r.length&&"0"==r.charAt(0)&&(a=Xr.test(r)?16:8,r=r.slice(8==a?1:2)),""===r)o=0;else{if(!(10==a?Zr:8==a?Jr:ea).test(r))return e;o=parseInt(r,a)}n.push(o)}for(i=0;i<t;i++)if(o=n[i],i==t-1){if(o>=zr(256,5-t))return null}else if(255<o)return null;for(s=n.pop(),i=0;i<n.length;i++)s+=n[i]*zr(256,3-i);return s},oa=function(e){function t(){return e.charAt(f)}var n,i,r,a,o,s,l,c=[0,0,0,0,0,0,0,0],u=0,h=null,f=0;if(":"==t()){if(":"!=e.charAt(1))return;f+=2,h=++u}for(;t();){if(8==u)return;if(":"!=t()){for(n=i=0;i<4&&ea.test(t());)n=16*n+parseInt(t(),16),f++,i++;if("."==t()){if(0==i)return;if(f-=i,6<u)return;for(r=0;t();){if(a=null,0<r){if(!("."==t()&&r<4))return;f++}if(!Qr.test(t()))return;for(;Qr.test(t());){if(o=parseInt(t(),10),null===a)a=o;else{if(0==a)return;a=10*a+o}if(255<a)return;f++}c[u]=256*c[u]+a,2!=++r&&4!=r||u++}if(4!=r)return;break}if(":"==t()){if(f++,!t())return}else if(t())return;c[u++]=n}else{if(null!==h)return;f++,h=++u}}if(null!==h)for(s=u-h,u=7;0!=u&&0<s;)l=c[u],c[u--]=c[h+s-1],c[h+--s]=l;else if(8!=u)return;return c},sa={},la=ir({},sa,{" ":1,'"':1,"<":1,">":1,"`":1}),ca=ir({},la,{"#":1,"?":1,"{":1,"}":1}),ua=ir({},ca,{"/":1,":":1,";":1,"=":1,"@":1,"[":1,"\\":1,"]":1,"^":1,"|":1}),ha=function(e,t){var n=Ur(e,0);return 32<n&&n<127&&!w(t,e)?e:encodeURIComponent(e)},fa={ftp:21,file:null,gopher:70,http:80,https:443,ws:80,wss:443},da=function(e){return w(fa,e.scheme)},pa={},ma={},ga={},va={},ya={},ba={},wa={},ka={},Ta={},Sa={},Ea={},Aa={},xa={},Ca={},Pa={},La={},Ia={},Ma={},Oa={},ja={},Na={},_a=function(e,t){var n,i,r=Ui(this,_a,"URL"),a=1<arguments.length?t:void 0,o=String(e),s=Hr(r,{type:"URL"});if(void 0!==a)if(a instanceof _a)n=Vr(a);else if(i=jr(n={},String(a)))throw TypeError(i);if(i=jr(s,o,null,n))throw TypeError(i);var l=s.searchParams=new qr,c=Dr(l);c.updateSearchParams(s.query),c.updateURL=function(){s.query=String(l)||null},b||(r.href=Ua.call(r),r.origin=Fa.call(r),r.protocol=qa.call(r),r.username=Da.call(r),r.password=Ha.call(r),r.host=Va.call(r),r.hostname=Ba.call(r),r.port=za.call(r),r.pathname=Wa.call(r),r.search=Ka.call(r),r.searchParams=$a.call(r),r.hash=Ya.call(r))},Ra=_a.prototype,Ua=function(){var e=Vr(this),t=e.scheme,n=e.username,i=e.password,r=e.host,a=e.port,o=e.path,s=e.query,l=e.fragment,c=t+":";return null!==r?(c+="//",Pr(e)&&(c+=n+(i?":"+i:"")+"@"),c+=Cr(r),null!==a&&(c+=":"+a)):"file"==t&&(c+="//"),c+=e.cannotBeABaseURL?o[0]:o.length?"/"+o.join("/"):"",null!==s&&(c+="?"+s),null!==l&&(c+="#"+l),c},Fa=function(){var e=Vr(this),t=e.scheme,n=e.port;if("blob"==t)try{return new URL(t.path[0]).origin}catch(e){return"null"}return"file"!=t&&da(e)?t+"://"+Cr(e.host)+(null!==n?":"+n:""):"null"},qa=function(){return Vr(this).scheme+":"},Da=function(){return Vr(this).username},Ha=function(){return Vr(this).password},Va=function(){var e=Vr(this),t=e.host,n=e.port;return null===t?"":null===n?Cr(t):Cr(t)+":"+n},Ba=function(){var e=Vr(this).host;return null===e?"":Cr(e)},za=function(){var e=Vr(this).port;return null===e?"":String(e)},Wa=function(){var e=Vr(this),t=e.path;return e.cannotBeABaseURL?t[0]:t.length?"/"+t.join("/"):""},Ka=function(){var e=Vr(this).query;return e?"?"+e:""},$a=function(){return Vr(this).searchParams},Ya=function(){var e=Vr(this).fragment;return e?"#"+e:""};if(b&&Ne(Ra,{href:Nr(Ua,function(e){var t=Vr(this),n=String(e),i=jr(t,n);if(i)throw TypeError(i);Dr(t.searchParams).updateSearchParams(t.query)}),origin:Nr(Fa),protocol:Nr(qa,function(e){var t=Vr(this);jr(t,String(e)+":",pa)}),username:Nr(Da,function(e){var t=Vr(this),n=Hi(String(e));if(!Lr(t)){t.username="";for(var i=0;i<n.length;i++)t.username+=ha(n[i],ua)}}),password:Nr(Ha,function(e){var t=Vr(this),n=Hi(String(e));if(!Lr(t)){t.password="";for(var i=0;i<n.length;i++)t.password+=ha(n[i],ua)}}),host:Nr(Va,function(e){var t=Vr(this);t.cannotBeABaseURL||jr(t,String(e),Ea)}),hostname:Nr(Ba,function(e){var t=Vr(this);t.cannotBeABaseURL||jr(t,String(e),Aa)}),port:Nr(za,function(e){var t=Vr(this);Lr(t)||(""==(e=String(e))?t.port=null:jr(t,e,xa))}),pathname:Nr(Wa,function(e){var t=Vr(this);t.cannotBeABaseURL||(t.path=[],jr(t,e+"",Ia))}),search:Nr(Ka,function(e){var t=Vr(this);""==(e=String(e))?t.query=null:("?"==e.charAt(0)&&(e=e.slice(1)),t.query="",jr(t,e,ja)),Dr(t.searchParams).updateSearchParams(t.query)}),searchParams:Nr($a),hash:Nr(Ya,function(e){var t=Vr(this);""!=(e=String(e))?("#"==e.charAt(0)&&(e=e.slice(1)),t.fragment="",jr(t,e,Na)):t.fragment=null})}),ue(Ra,"toJSON",function(){return Ua.call(this)},{enumerable:!0}),ue(Ra,"toString",function(){return Ua.call(this)},{enumerable:!0}),Fr){var Ga=Fr.createObjectURL,Qa=Fr.revokeObjectURL;Ga&&ue(_a,"createObjectURL",function(e){return Ga.apply(Fr,arguments)}),Qa&&ue(_a,"revokeObjectURL",function(e){return Qa.apply(Fr,arguments)})}function Xa(e){return(Xa="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function Ja(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Za(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}function eo(e,t,n){return t&&Za(e.prototype,t),n&&Za(e,n),e}function to(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function no(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=[],i=!0,r=!1,a=void 0;try{for(var o,s=e[Symbol.iterator]();!(i=(o=s.next()).done)&&(n.push(o.value),!t||n.length!==t);i=!0);}catch(e){r=!0,a=e}finally{try{i||null==s.return||s.return()}finally{if(r)throw a}}return n}(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")}()}function io(e){return function(e){if(Array.isArray(e)){for(var t=0,n=new Array(e.length);t<e.length;t++)n[t]=e[t];return n}}(e)||function(e){if(Symbol.iterator in Object(e)||"[object Arguments]"===Object.prototype.toString.call(e))return Array.from(e)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance")}()}Ve(_a,"URL"),oe({global:!0,forced:!tr,sham:!b},{URL:_a}),function(e){function i(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return n&&(e[Symbol.iterator]=function(){return e}),e}function r(e){return encodeURIComponent(e).replace(/%20/g,"+")}function a(e){return decodeURIComponent(String(e).replace(/\+/g," "))}var t,n=function(){try{return!!Symbol.iterator}catch(e){return!1}}();function o(e){Object.defineProperty(this,"_entries",{writable:!0,value:{}});var t=Xa(e);if("undefined"!==t)if("string"===t)""!==e&&this._fromString(e);else if(e instanceof o){var n=this;e.forEach(function(e,t){n.append(t,e)})}else{if(null===e||"object"!==t)throw new TypeError("Unsupported input's type for URLSearchParams");if("[object Array]"===Object.prototype.toString.call(e))for(var i=0;i<e.length;i++){var r=e[i];if("[object Array]"!==Object.prototype.toString.call(r)&&2===r.length)throw new TypeError("Expected [string, any] as entry at index "+i+" of URLSearchParams's input");this.append(r[0],r[1])}else for(var a in e)e.hasOwnProperty(a)&&this.append(a,e[a])}}"URLSearchParams"in e&&"a=1"===new e.URLSearchParams("?a=1").toString()||((t=o.prototype).append=function(e,t){e in this._entries?this._entries[e].push(String(t)):this._entries[e]=[String(t)]},t.delete=function(e){delete this._entries[e]},t.get=function(e){return e in this._entries?this._entries[e][0]:null},t.getAll=function(e){return e in this._entries?this._entries[e].slice(0):[]},t.has=function(e){return e in this._entries},t.set=function(e,t){this._entries[e]=[String(t)]},t.forEach=function(e,t){var n;for(var i in this._entries)if(this._entries.hasOwnProperty(i)){n=this._entries[i];for(var r=0;r<n.length;r++)e.call(t,n[r],i,this)}},t.keys=function(){var n=[];return this.forEach(function(e,t){n.push(t)}),i(n)},t.values=function(){var t=[];return this.forEach(function(e){t.push(e)}),i(t)},t.entries=function(){var n=[];return this.forEach(function(e,t){n.push([t,e])}),i(n)},n&&(t[Symbol.iterator]=t.entries),t.toString=function(){var n=[];return this.forEach(function(e,t){n.push(r(t)+"="+r(e))}),n.join("&")},e.URLSearchParams=o);var s=e.URLSearchParams.prototype;"function"!=typeof s.sort&&(s.sort=function(){var n=this,i=[];this.forEach(function(e,t){i.push([t,e]),n._entries||n.delete(t)}),i.sort(function(e,t){return e[0]<t[0]?-1:e[0]>t[0]?1:0}),n._entries&&(n._entries={});for(var e=0;e<i.length;e++)this.append(i[e][0],i[e][1])}),"function"!=typeof s._fromString&&Object.defineProperty(s,"_fromString",{enumerable:!1,configurable:!1,writable:!1,value:function(e){if(this._entries)this._entries={};else{var n=[];this.forEach(function(e,t){n.push(t)});for(var t=0;t<n.length;t++)this.delete(n[t])}var i,r=(e=e.replace(/^\?/,"")).split("&");for(t=0;t<r.length;t++)i=r[t].split("="),this.append(a(i[0]),1<i.length?a(i[1]):"")}})}(void 0!==e?e:"undefined"!=typeof window?window:"undefined"!=typeof self?self:e),function(u){var t,n;function e(e,t){"string"!=typeof e&&(e=String(e));var n,i=document;if(t&&(void 0===u.location||t!==u.location.href)){(n=(i=document.implementation.createHTMLDocument("")).createElement("base")).href=t,i.head.appendChild(n);try{if(0!==n.href.indexOf(t))throw new Error(n.href)}catch(e){throw new Error("URL unable to set base "+t+" due to "+e)}}var r=i.createElement("a");if(r.href=e,n&&(i.body.appendChild(r),r.href=r.href),":"===r.protocol||!/:/.test(r.href))throw new TypeError("Invalid URL");Object.defineProperty(this,"_anchorElement",{value:r});var a=new u.URLSearchParams(this.search),o=!0,s=!0,l=this;["append","delete","set"].forEach(function(e){var t=a[e];a[e]=function(){t.apply(a,arguments),o&&(s=!1,l.search=a.toString(),s=!0)}}),Object.defineProperty(this,"searchParams",{value:a,enumerable:!0});var c=void 0;Object.defineProperty(this,"_updateSearchParams",{enumerable:!1,configurable:!1,writable:!1,value:function(){this.search!==c&&(c=this.search,s&&(o=!1,this.searchParams._fromString(this.search),o=!0))}})}if(!function(){try{var e=new u.URL("b","http://a");return e.pathname="c%20d","http://a/c%20d"===e.href&&e.searchParams}catch(e){return!1}}()&&(t=u.URL,n=e.prototype,["hash","host","hostname","port","protocol"].forEach(function(e){var t;t=e,Object.defineProperty(n,t,{get:function(){return this._anchorElement[t]},set:function(e){this._anchorElement[t]=e},enumerable:!0})}),Object.defineProperty(n,"search",{get:function(){return this._anchorElement.search},set:function(e){this._anchorElement.search=e,this._updateSearchParams()},enumerable:!0}),Object.defineProperties(n,{toString:{get:function(){var e=this;return function(){return e.href}}},href:{get:function(){return this._anchorElement.href.replace(/\?$/,"")},set:function(e){this._anchorElement.href=e,this._updateSearchParams()},enumerable:!0},pathname:{get:function(){return this._anchorElement.pathname.replace(/(^\/?)/,"/")},set:function(e){this._anchorElement.pathname=e},enumerable:!0},origin:{get:function(){var e={"http:":80,"https:":443,"ftp:":21}[this._anchorElement.protocol],t=this._anchorElement.port!=e&&""!==this._anchorElement.port;return this._anchorElement.protocol+"//"+this._anchorElement.hostname+(t?":"+this._anchorElement.port:"")},enumerable:!0},password:{get:function(){return""},set:function(){},enumerable:!0},username:{get:function(){return""},set:function(){},enumerable:!0}}),e.createObjectURL=function(e){return t.createObjectURL.apply(t,arguments)},e.revokeObjectURL=function(e){return t.revokeObjectURL.apply(t,arguments)},u.URL=e),void 0!==u.location&&!("origin"in u.location)){var i=function(){return u.location.protocol+"//"+u.location.hostname+(u.location.port?":"+u.location.port:"")};try{Object.defineProperty(u.location,"origin",{get:i,enumerable:!0})}catch(e){setInterval(function(){u.location.origin=i()},100)}}}(void 0!==e?e:"undefined"!=typeof window?window:"undefined"!=typeof self?self:e);function ro(e){if(v(e)){var t=e[ao];return void 0!==t?!!t:Oe(e)}}var ao=De("isConcatSpreadable"),oo=9007199254740991,so="Maximum allowed index exceeded",lo=!g(function(){var e=[];return e[ao]=!1,e.concat()[0]!==e}),co=xn("concat");oe({target:"Array",proto:!0,forced:!lo||!co},{concat:function(e){var t,n,i,r,a,o=se(this),s=We(o,0),l=0;for(t=-1,i=arguments.length;t<i;t++)if(ro(a=-1===t?o:arguments[t])){if(r=ee(a.length),oo<l+r)throw TypeError(so);for(n=0;n<r;n++,l++)n in a&&An(s,l,a[n])}else{if(oo<=l)throw TypeError(so);An(s,l++,a)}return s.length=l,s}});var uo=ct.filter;oe({target:"Array",proto:!0,forced:!xn("filter")},{filter:function(e,t){return uo(this,e,1<arguments.length?t:void 0)}});var ho=ct.find,fo="find",po=!0;fo in[]&&Array(1)[fo](function(){po=!1}),oe({target:"Array",proto:!0,forced:po},{find:function(e,t){return ho(this,e,1<arguments.length?t:void 0)}}),$t(fo);var mo=De("iterator"),go=!1;try{var vo=0,yo={next:function(){return{done:!!vo++}},return:function(){go=!0}};yo[mo]=function(){return this},Array.from(yo,function(){throw 2})}catch(e){}function bo(e,t){if(!t&&!go)return!1;var n=!1;try{var i={};i[mo]=function(){return{next:function(){return{done:n=!0}}}},e(i)}catch(e){}return n}var wo=!bo(function(e){Array.from(e)});oe({target:"Array",stat:!0,forced:wo},{from:Hi});var ko=ve.includes;oe({target:"Array",proto:!0},{includes:function(e,t){return ko(this,e,1<arguments.length?t:void 0)}}),$t("includes");var To=ct.map;oe({target:"Array",proto:!0,forced:!xn("map")},{map:function(e,t){return To(this,e,1<arguments.length?t:void 0)}});function So(e,t,n){var i,r;return hn&&"function"==typeof(i=t.constructor)&&i!==n&&v(r=i.prototype)&&r!==n.prototype&&hn(e,r),e}function Eo(n){return function(e){var t=String(h(e));return 1&n&&(t=t.replace(Po,"")),2&n&&(t=t.replace(Lo,"")),t}}function Ao(e){var t,n,i,r,a,o,s,l,c=u(e,!1);if("string"==typeof c&&2<c.length)if(43===(t=(c=No(c)).charCodeAt(0))||45===t){if(88===(n=c.charCodeAt(2))||120===n)return NaN}else if(48===t){switch(c.charCodeAt(1)){case 66:case 98:i=2,r=49;break;case 79:case 111:i=8,r=55;break;default:return+c}for(o=(a=c.slice(2)).length,s=0;s<o;s++)if((l=a.charCodeAt(s))<48||r<l)return NaN;return parseInt(a,i)}return+c}var xo="\t\n\v\f\r \u2028\u2029\ufeff",Co="["+xo+"]",Po=RegExp("^"+Co+Co+"*"),Lo=RegExp(Co+Co+"*$"),Io={start:Eo(1),end:Eo(2),trim:Eo(3)},Mo=ke.f,Oo=j.f,jo=_.f,No=Io.trim,_o="Number",Ro=y[_o],Uo=Ro.prototype,Fo=d(qe(Uo))==_o;if(Le(_o,!Ro(" 0o1")||!Ro("0b1")||Ro("+0x1"))){for(var qo,Do=function(e){var t=arguments.length<1?0:e,n=this;return n instanceof Do&&(Fo?g(function(){Uo.valueOf.call(n)}):d(n)!=_o)?So(new Ro(Ao(t)),n,Do):Ao(t)},Ho=b?Mo(Ro):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),Vo=0;Ho.length>Vo;Vo++)w(Ro,qo=Ho[Vo])&&!w(Do,qo)&&jo(Do,qo,Oo(Ro,qo));(Do.prototype=Uo).constructor=Do,ue(y,_o,Do)}var Bo=g(function(){je(1)});oe({target:"Object",stat:!0,forced:Bo},{keys:function(e){return je(se(e))}});function zo(e){if(gi(e))throw TypeError("The method doesn't accept regular expressions");return e}function Wo(t){var n=/./;try{"/./"[t](n)}catch(e){try{return n[Ko]=!1,"/./"[t](n)}catch(e){}}}var Ko=De("match");oe({target:"String",proto:!0,forced:!Wo("includes")},{includes:function(e,t){return!!~String(h(this)).indexOf(zo(e),1<arguments.length?t:void 0)}});function $o(i,e,t,r,a){function n(e){var n=s[e];ue(s,e,"add"==e?function(e){return n.call(this,0===e?0:e),this}:"delete"==e?function(e){return!(a&&!v(e))&&n.call(this,0===e?0:e)}:"get"==e?function(e){return a&&!v(e)?void 0:n.call(this,0===e?0:e)}:"has"==e?function(e){return!(a&&!v(e))&&n.call(this,0===e?0:e)}:function(e,t){return n.call(this,0===e?0:e,t),this})}var o=y[i],s=o&&o.prototype,l=o,c=r?"set":"add",u={};if(Le(i,"function"!=typeof o||!(a||s.forEach&&!g(function(){(new o).entries().next()}))))l=t.getConstructor(e,i,r,c),Xo.REQUIRED=!0;else if(Le(i,!0)){var h=new l,f=h[c](a?{}:-0,1)!=h,d=g(function(){h.has(1)}),p=bo(function(e){new o(e)}),m=!a&&g(function(){for(var e=new o,t=5;t--;)e[c](t,t);return!e.has(-0)});p||(((l=e(function(e,t){Ui(e,l,i);var n=So(new o,e,l);return null!=t&&Jo(t,n[c],n,r),n})).prototype=s).constructor=l),(d||m)&&(n("delete"),n("has"),r&&n("get")),(m||f)&&n(c),a&&s.clear&&delete s.clear}return u[i]=l,oe({global:!0,forced:l!=o},u),Ve(l,i),a||t.setStrong(l,i,r),l}function Yo(e){return e.frozen||(e.frozen=new as)}function Go(e,t){return ns(e.entries,function(e){return e[0]===t})}var Qo=!g(function(){return Object.isExtensible(Object.preventExtensions({}))}),Xo=t(function(e){function n(e){t(e,i,{value:{objectID:"O"+ ++r,weakData:{}}})}var t=_.f,i=s("meta"),r=0,a=Object.isExtensible||function(){return!0},o=e.exports={REQUIRED:!1,fastKey:function(e,t){if(!v(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!w(e,i)){if(!a(e))return"F";if(!t)return"E";n(e)}return e[i].objectID},getWeakData:function(e,t){if(!w(e,i)){if(!a(e))return!0;if(!t)return!1;n(e)}return e[i].weakData},onFreeze:function(e){return Qo&&o.REQUIRED&&a(e)&&!w(e,i)&&n(e),e}};z[i]=!0}),Jo=(Xo.REQUIRED,Xo.fastKey,Xo.getWeakData,Xo.onFreeze,t(function(e){function f(e,t){this.stopped=e,this.result=t}(e.exports=function(e,t,n,i,r){var a,o,s,l,c,u,h=ze(t,n,i?2:1);if(r)a=e;else{if("function"!=typeof(o=Di(e)))throw TypeError("Target is not iterable");if(qi(o)){for(s=0,l=ee(e.length);s<l;s++)if((c=i?h(E(u=e[s])[0],u[1]):h(e[s]))&&c instanceof f)return c;return new f(!1)}a=o.call(e)}for(;!(u=a.next()).done;)if((c=Fi(a,h,u.value,i))&&c instanceof f)return c;return new f(!1)}).stop=function(e){return new f(!0,e)}})),Zo=Xo.getWeakData,es=ce.set,ts=ce.getterFor,ns=ct.find,is=ct.findIndex,rs=0,as=function(){this.entries=[]};as.prototype={get:function(e){var t=Go(this,e);if(t)return t[1]},has:function(e){return!!Go(this,e)},set:function(e,t){var n=Go(this,e);n?n[1]=t:this.entries.push([e,t])},delete:function(t){var e=is(this.entries,function(e){return e[0]===t});return~e&&this.entries.splice(e,1),!!~e}};var os={getConstructor:function(e,n,i,r){function a(e,t,n){var i=s(e),r=Zo(E(t),!0);return!0===r?Yo(i).set(t,n):r[i.id]=n,e}var o=e(function(e,t){Ui(e,o,n),es(e,{type:n,id:rs++,frozen:void 0}),null!=t&&Jo(t,e[r],e,i)}),s=ts(n);return Wi(o.prototype,{delete:function(e){var t=s(this);if(!v(e))return!1;var n=Zo(e);return!0===n?Yo(t).delete(e):n&&w(n,t.id)&&delete n[t.id]},has:function(e){var t=s(this);if(!v(e))return!1;var n=Zo(e);return!0===n?Yo(t).has(e):n&&w(n,t.id)}}),Wi(o.prototype,i?{get:function(e){var t=s(this);if(v(e)){var n=Zo(e);return!0===n?Yo(t).get(e):n?n[t.id]:void 0}},set:function(e,t){return a(this,e,t)}}:{add:function(e){return a(this,e,!0)}}),o}};t(function(e){function t(t){return function(e){return t(this,arguments.length?e:void 0)}}var i,r=ce.enforce,n=!y.ActiveXObject&&"ActiveXObject"in y,a=Object.isExtensible,o=e.exports=$o("WeakMap",t,os,!0,!0);if(D&&n){i=os.getConstructor(t,"WeakMap",!0),Xo.REQUIRED=!0;var s=o.prototype,l=s.delete,c=s.has,u=s.get,h=s.set;Wi(s,{delete:function(e){if(!v(e)||a(e))return l.call(this,e);var t=r(this);return t.frozen||(t.frozen=new i),l.call(this,e)||t.frozen.delete(e)},has:function(e){if(!v(e)||a(e))return c.call(this,e);var t=r(this);return t.frozen||(t.frozen=new i),c.call(this,e)||t.frozen.has(e)},get:function(e){if(!v(e)||a(e))return u.call(this,e);var t=r(this);return t.frozen||(t.frozen=new i),c.call(this,e)?u.call(this,e):t.frozen.get(e)},set:function(e,t){if(v(e)&&!a(e)){var n=r(this);n.frozen||(n.frozen=new i),c.call(this,e)?h.call(this,e,t):n.frozen.set(e,t)}else h.call(this,e,t);return this}})}});oe({target:"Object",stat:!0,forced:Object.assign!==ir},{assign:ir});var ss,ls=Io.trim;oe({target:"String",proto:!0,forced:(ss="trim",g(function(){return xo[ss]()||"
"!="
"[ss]()||xo[ss].name!==ss}))},{trim:function(){return ls(this)}});var cs="".repeat||function(e){var t=String(h(this)),n="",i=Z(e);if(i<0||i==1/0)throw RangeError("Wrong number of repetitions");for(;0<i;(i>>>=1)&&(t+=t))1&i&&(n+=t);return n},us=1..toFixed,hs=Math.floor,fs=function(e,t,n){return 0===t?n:t%2==1?fs(e,t-1,n*e):fs(e*e,t/2,n)},ds=us&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!g(function(){us.call({})});oe({target:"Number",proto:!0,forced:ds},{toFixed:function(e){function t(e,t){for(var n=-1,i=t;++n<6;)i+=e*u[n],u[n]=i%1e7,i=hs(i/1e7)}function n(e){for(var t=6,n=0;0<=--t;)n+=u[t],u[t]=hs(n/e),n=n%e*1e7}function i(){for(var e=6,t="";0<=--e;)if(""!==t||0===e||0!==u[e]){var n=String(u[e]);t=""===t?n:t+cs.call("0",7-n.length)+n}return t}var r,a,o,s,l=function(e){if("number"!=typeof e&&"Number"!=d(e))throw TypeError("Incorrect invocation");return+e}(this),c=Z(e),u=[0,0,0,0,0,0],h="",f="0";if(c<0||20<c)throw RangeError("Incorrect fraction digits");if(l!=l)return"NaN";if(l<=-1e21||1e21<=l)return String(l);if(l<0&&(h="-",l=-l),1e-21<l)if(a=(r=function(e){for(var t=0,n=e;4096<=n;)t+=12,n/=4096;for(;2<=n;)t+=1,n/=2;return t}(l*fs(2,69,1))-69)<0?l*fs(2,-r,1):l/fs(2,r,1),a*=4503599627370496,0<(r=52-r)){for(t(0,a),o=c;7<=o;)t(1e7,0),o-=7;for(t(fs(10,o,1),0),o=r-1;23<=o;)n(1<<23),o-=23;n(1<<o),t(1,1),n(2),f=i()}else t(0,a),t(1<<-r,0),f=i()+cs.call("0",c);return f=0<c?h+((s=f.length)<=c?"0."+cs.call("0",c-s)+f:f.slice(0,s-c)+"."+f.slice(s-c)):h+f}});function ps(s){return function(e){for(var t,n=c(e),i=je(n),r=i.length,a=0,o=[];a<r;)t=i[a++],b&&!ms.call(n,t)||o.push(s?[t,n[t]]:n[t]);return o}}var ms=S.f,gs={entries:ps(!0),values:ps(!1)},vs=gs.entries;oe({target:"Object",stat:!0},{entries:function(e){return vs(e)}});var ys=gs.values;oe({target:"Object",stat:!0},{values:function(e){return ys(e)}});var bs={addCSS:!0,thumbWidth:15,watch:!0};oe({target:"Number",stat:!0},{isNaN:function(e){return e!=e}});function ws(e){return null!=e?e.constructor:null}function ks(e,t){return Boolean(e&&t&&e instanceof t)}function Ts(e){return null==e}function Ss(e){return ws(e)===Object}function Es(e){return ws(e)===String}function As(e){return Array.isArray(e)}function xs(e){return ks(e,NodeList)}var Cs=Es,Ps=As,Ls=xs,Is=function(e){return ks(e,Element)},Ms=function(e){return ks(e,Event)},Os=function(e){return Ts(e)||(Es(e)||As(e)||xs(e))&&!e.length||Ss(e)&&!Object.keys(e).length};function js(e,t){if(t<1){var n=(i="".concat(t).match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/))?Math.max(0,(i[1]?i[1].length:0)-(i[2]?+i[2]:0)):0;return parseFloat(e.toFixed(n))}var i;return Math.round(e/t)*t}ni("match",1,function(i,c,u){return[function(e){var t=h(this),n=null==e?void 0:e[i];return void 0!==n?n.call(e,t):new RegExp(e)[i](String(t))},function(e){var t=u(c,e,this);if(t.done)return t.value;var n=E(e),i=String(this);if(!n.global)return ri(n,i);for(var r,a=n.unicode,o=[],s=n.lastIndex=0;null!==(r=ri(n,i));){var l=String(r[0]);""===(o[s]=l)&&(n.lastIndex=ii(i,ee(n.lastIndex),a)),s++}return 0===s?null:o}]});function Ns(e){var t=J(e),n=_.f;b&&t&&!t[Bs]&&n(t,Bs,{configurable:!0,get:function(){return this}})}function _s(e){if(Xs.hasOwnProperty(e)){var t=Xs[e];delete Xs[e],t()}}function Rs(e){return function(){_s(e)}}function Us(e){_s(e.data)}function Fs(e){y.postMessage(e+"",zs.protocol+"//"+zs.host)}var qs,Ds,Hs,Vs=function(){function u(e,t){Ja(this,u),Is(e)?this.element=e:Cs(e)&&(this.element=document.querySelector(e)),Is(this.element)&&Os(this.element.rangeTouch)&&(this.config=Object.assign({},bs,t),this.init())}return eo(u,[{key:"init",value:function(){u.enabled&&(this.config.addCSS&&(this.element.style.userSelect="none",this.element.style.webKitUserSelect="none",this.element.style.touchAction="manipulation"),this.listeners(!0),this.element.rangeTouch=this)}},{key:"destroy",value:function(){u.enabled&&(this.listeners(!1),this.element.rangeTouch=null)}},{key:"listeners",value:function(e){var t=this,n=e?"addEventListener":"removeEventListener";["touchstart","touchmove","touchend"].forEach(function(e){t.element[n](e,function(e){return t.set(e)},!1)})}},{key:"get",value:function(e){if(!u.enabled||!Ms(e))return null;var t,n=e.target,i=e.changedTouches[0],r=parseFloat(n.getAttribute("min"))||0,a=parseFloat(n.getAttribute("max"))||100,o=parseFloat(n.getAttribute("step"))||1,s=a-r,l=n.getBoundingClientRect(),c=100/l.width*(this.config.thumbWidth/2)/100;return(t=100/l.width*(i.clientX-l.left))<0?t=0:100<t&&(t=100),t<50?t-=(100-2*t)*c:50<t&&(t+=2*(t-50)*c),r+js(t/100*s,o)}},{key:"set",value:function(e){u.enabled&&Ms(e)&&!e.target.disabled&&(e.preventDefault(),e.target.value=this.get(e),function(e,t){if(e&&t){var n=new Event(t);e.dispatchEvent(n)}}(e.target,"touchend"===e.type?"change":"input"))}}],[{key:"setup",value:function(n,e){var t=1<arguments.length&&void 0!==e?e:{},i=null;if(Os(n)||Cs(n)?i=Array.from(document.querySelectorAll(Cs(n)?n:'input[type="range"]')):Is(n)?i=[n]:Ls(n)?i=Array.from(n):Ps(n)&&(i=n.filter(Is)),Os(i))return null;var r=Object.assign({},bs,t);Cs(n)&&r.watch&&new MutationObserver(function(e){Array.from(e).forEach(function(e){Array.from(e.addedNodes).forEach(function(e){if(Is(e)&&function(){return Array.from(document.querySelectorAll(t)).includes(this)}.call(e,t=n)){var t;new u(e,r)}})})}).observe(document.body,{childList:!0,subtree:!0});return i.map(function(e){return new u(e,t)})}},{key:"enabled",get:function(){return"ontouchstart"in document.documentElement}}]),u}(),Bs=De("species"),zs=y.location,Ws=y.setImmediate,Ks=y.clearImmediate,$s=y.process,Ys=y.MessageChannel,Gs=y.Dispatch,Qs=0,Xs={},Js="onreadystatechange";Ws&&Ks||(Ws=function(e){for(var t=[],n=1;n<arguments.length;)t.push(arguments[n++]);return Xs[++Qs]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},qs(Qs),Qs},Ks=function(e){delete Xs[e]},"process"==d($s)?qs=function(e){$s.nextTick(Rs(e))}:Gs&&Gs.now?qs=function(e){Gs.now(Rs(e))}:Ys?(Hs=(Ds=new Ys).port2,Ds.port1.onmessage=Us,qs=ze(Hs.postMessage,Hs,1)):!y.addEventListener||"function"!=typeof postMessage||y.importScripts||g(Fs)?qs=Js in a("script")?function(e){_e.appendChild(a("script"))[Js]=function(){_e.removeChild(this),_s(e)}}:function(e){setTimeout(Rs(e),0)}:(qs=Fs,y.addEventListener("message",Us,!1)));var Zs,el,tl,nl,il,rl,al,ol={set:Ws,clear:Ks},sl=J("navigator","userAgent")||"",ll=j.f,cl=ol.set,ul=y.MutationObserver||y.WebKitMutationObserver,hl=y.process,fl=y.Promise,dl="process"==d(hl),pl=ll(y,"queueMicrotask"),ml=pl&&pl.value;ml||(Zs=function(){var e,t;for(dl&&(e=hl.domain)&&e.exit();el;){t=el.fn,el=el.next;try{t()}catch(e){throw el?nl():tl=void 0,e}}tl=void 0,e&&e.enter()},nl=dl?function(){hl.nextTick(Zs)}:ul&&!/(iphone|ipod|ipad).*applewebkit/i.test(sl)?(il=!0,rl=document.createTextNode(""),new ul(Zs).observe(rl,{characterData:!0}),function(){rl.data=il=!il}):fl&&fl.resolve?(al=fl.resolve(void 0),function(){al.then(Zs)}):function(){cl.call(y,Zs)});function gl(e){var n,i;this.promise=new e(function(e,t){if(void 0!==n||void 0!==i)throw TypeError("Bad Promise constructor");n=e,i=t}),this.resolve=Be(n),this.reject=Be(i)}function vl(e,t){if(E(e),v(t)&&t.constructor===e)return t;var n=Pl.f(e);return(0,n.resolve)(t),n.promise}function yl(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}}function bl(e){var t;return!(!v(e)||"function"!=typeof(t=e.then))&&t}function wl(h,f,d){if(!f.notified){f.notified=!0;var p=f.reactions;Cl(function(){for(var e=f.value,t=1==f.state,n=0;p.length>n;){var i,r,a,o=p[n++],s=t?o.ok:o.fail,l=o.resolve,c=o.reject,u=o.domain;try{s?(t||(2===f.rejection&&Xl(h,f),f.rejection=1),!0===s?i=e:(u&&u.enter(),i=s(e),u&&(u.exit(),a=!0)),i===o.promise?c(Rl("Promise-chain cycle")):(r=bl(i))?r.call(i,l,c):l(i)):c(e)}catch(e){u&&!a&&u.exit(),c(e)}}f.reactions=[],f.notified=!1,d&&!f.rejection&&Gl(h,f)})}}function kl(e,t,n){var i,r;Wl?((i=Ul.createEvent("Event")).promise=t,i.reason=n,i.initEvent(e,!1,!0),y.dispatchEvent(i)):i={promise:t,reason:n},(r=y["on"+e])?r(i):e===Kl&&function(e,t){var n=y.console;n&&n.error&&(1===arguments.length?n.error(e):n.error(e,t))}("Unhandled promise rejection",n)}function Tl(t,n,i,r){return function(e){t(n,i,e,r)}}function Sl(e,t,n,i){t.done||(t.done=!0,i&&(t=i),t.value=n,t.state=2,wl(e,t,!0))}var El,Al,xl,Cl=ml||function(e){var t={fn:e,next:void 0};tl&&(tl.next=t),el||(el=t,nl()),tl=t},Pl={f:function(e){return new gl(e)}},Ll=ol.set,Il=De("species"),Ml="Promise",Ol=ce.get,jl=ce.set,Nl=ce.getterFor(Ml),_l=y[Ml],Rl=y.TypeError,Ul=y.document,Fl=y.process,ql=y.fetch,Dl=Fl&&Fl.versions,Hl=Dl&&Dl.v8||"",Vl=Pl.f,Bl=Vl,zl="process"==d(Fl),Wl=!!(Ul&&Ul.createEvent&&y.dispatchEvent),Kl="unhandledrejection",$l=Le(Ml,function(){function t(){}var e=_l.resolve(1),n=(e.constructor={})[Il]=function(e){e(t,t)};return!((zl||"function"==typeof PromiseRejectionEvent)&&e.then(t)instanceof n&&0!==Hl.indexOf("6.6")&&-1===sl.indexOf("Chrome/66"))}),Yl=$l||!bo(function(e){_l.all(e).catch(function(){})}),Gl=function(n,i){Ll.call(y,function(){var e,t=i.value;if(Ql(i)&&(e=yl(function(){zl?Fl.emit("unhandledRejection",t,n):kl(Kl,n,t)}),i.rejection=zl||Ql(i)?2:1,e.error))throw e.value})},Ql=function(e){return 1!==e.rejection&&!e.parent},Xl=function(e,t){Ll.call(y,function(){zl?Fl.emit("rejectionHandled",e):kl("rejectionhandled",e,t.value)})},Jl=function(n,i,e,t){if(!i.done){i.done=!0,t&&(i=t);try{if(n===e)throw Rl("Promise can't be resolved itself");var r=bl(e);r?Cl(function(){var t={done:!1};try{r.call(e,Tl(Jl,n,t,i),Tl(Sl,n,t,i))}catch(e){Sl(n,t,e,i)}}):(i.value=e,i.state=1,wl(n,i,!1))}catch(e){Sl(n,{done:!1},e,i)}}};$l&&(_l=function(e){Ui(this,_l,Ml),Be(e),El.call(this);var t=Ol(this);try{e(Tl(Jl,this,t),Tl(Sl,this,t))}catch(e){Sl(this,t,e)}},(El=function(){jl(this,{type:Ml,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=Wi(_l.prototype,{then:function(e,t){var n=Nl(this),i=Vl(vi(this,_l));return i.ok="function"!=typeof e||e,i.fail="function"==typeof t&&t,i.domain=zl?Fl.domain:void 0,n.parent=!0,n.reactions.push(i),0!=n.state&&wl(this,n,!1),i.promise},catch:function(e){return this.then(void 0,e)}}),Al=function(){var e=new El,t=Ol(e);this.promise=e,this.resolve=Tl(Jl,e,t),this.reject=Tl(Sl,e,t)},Pl.f=Vl=function(e){return e===_l||e===xl?new Al(e):Bl(e)},"function"==typeof ql&&oe({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return vl(_l,ql.apply(y,arguments))}})),oe({global:!0,wrap:!0,forced:$l},{Promise:_l}),Ve(_l,Ml,!1),Ns(Ml),xl=he[Ml],oe({target:Ml,stat:!0,forced:$l},{reject:function(e){var t=Vl(this);return t.reject.call(void 0,e),t.promise}}),oe({target:Ml,stat:!0,forced:$l},{resolve:function(e){return vl(this,e)}}),oe({target:Ml,stat:!0,forced:Yl},{all:function(e){var s=this,t=Vl(s),l=t.resolve,c=t.reject,n=yl(function(){var i=Be(s.resolve),r=[],a=0,o=1;Jo(e,function(e){var t=a++,n=!1;r.push(void 0),o++,i.call(s,e).then(function(e){n||(n=!0,r[t]=e,--o||l(r))},c)}),--o||l(r)});return n.error&&c(n.value),t.promise},race:function(e){var n=this,i=Vl(n),r=i.reject,t=yl(function(){var t=Be(n.resolve);Jo(e,function(e){t.call(n,e).then(i.resolve,r)})});return t.error&&r(t.value),i.promise}});var Zl="".startsWith,ec=Math.min;oe({target:"String",proto:!0,forced:!Wo("startsWith")},{startsWith:function(e,t){var n=String(h(this));zo(e);var i=ee(ec(1<arguments.length?t:void 0,n.length)),r=String(e);return Zl?Zl.call(n,r,i):n.slice(i,i+r.length)===r}});function tc(e){return null!=e?e.constructor:null}function nc(e,t){return Boolean(e&&t&&e instanceof t)}function ic(e){return null==e}function rc(e){return tc(e)===Object}function ac(e){return tc(e)===String}function oc(e){return Array.isArray(e)}function sc(e){return nc(e,NodeList)}function lc(e){return ic(e)||(ac(e)||oc(e)||sc(e))&&!e.length||rc(e)&&!Object.keys(e).length}var cc,uc,hc,fc={nullOrUndefined:ic,object:rc,number:function(e){return tc(e)===Number&&!Number.isNaN(e)},string:ac,boolean:function(e){return tc(e)===Boolean},function:function(e){return tc(e)===Function},array:oc,weakMap:function(e){return nc(e,WeakMap)},nodeList:sc,element:function(e){return nc(e,Element)},textNode:function(e){return tc(e)===Text},event:function(e){return nc(e,Event)},keyboardEvent:function(e){return nc(e,KeyboardEvent)},cue:function(e){return nc(e,window.TextTrackCue)||nc(e,window.VTTCue)},track:function(e){return nc(e,TextTrack)||!ic(e)&&ac(e.kind)},promise:function(e){return nc(e,Promise)},url:function(e){if(nc(e,window.URL))return!0;if(!ac(e))return!1;var t=e;e.startsWith("http://")&&e.startsWith("https://")||(t="http://".concat(e));try{return!lc(new URL(t).hostname)}catch(e){return!1}},empty:lc},dc=(cc=document.createElement("span"),uc={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},hc=Object.keys(uc).find(function(e){return void 0!==cc.style[e]}),!!fc.string(hc)&&uc[hc]);function pc(e,t){setTimeout(function(){try{e.hidden=!0,e.offsetHeight,e.hidden=!1}catch(e){}},t)}var mc={isIE:!!document.documentMode,isEdge:window.navigator.userAgent.includes("Edge"),isWebkit:"WebkitAppearance"in document.documentElement.style&&!/Edge/.test(navigator.userAgent),isIPhone:/(iPhone|iPod)/gi.test(navigator.platform),isIos:/(iPad|iPhone|iPod)/gi.test(navigator.platform)},gc=function(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){return e=!0,null}});window.addEventListener("test",null,t),window.removeEventListener("test",null,t)}catch(e){}return e}();function vc(t,e,n){var i=this,r=3<arguments.length&&void 0!==arguments[3]&&arguments[3],a=!(4<arguments.length&&void 0!==arguments[4])||arguments[4],o=5<arguments.length&&void 0!==arguments[5]&&arguments[5];if(t&&"addEventListener"in t&&!fc.empty(e)&&fc.function(n)){var s=e.split(" "),l=o;gc&&(l={passive:a,capture:o}),s.forEach(function(e){i&&i.eventListeners&&r&&i.eventListeners.push({element:t,type:e,callback:n,options:l}),t[r?"addEventListener":"removeEventListener"](e,n,l)})}}function yc(e){vc.call(this,e,1<arguments.length&&void 0!==arguments[1]?arguments[1]:"",2<arguments.length?arguments[2]:void 0,!0,!(3<arguments.length&&void 0!==arguments[3])||arguments[3],4<arguments.length&&void 0!==arguments[4]&&arguments[4])}function bc(e){vc.call(this,e,1<arguments.length&&void 0!==arguments[1]?arguments[1]:"",2<arguments.length?arguments[2]:void 0,!1,!(3<arguments.length&&void 0!==arguments[3])||arguments[3],4<arguments.length&&void 0!==arguments[4]&&arguments[4])}function wc(r){var a=this,o=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"",s=2<arguments.length?arguments[2]:void 0,l=!(3<arguments.length&&void 0!==arguments[3])||arguments[3],c=4<arguments.length&&void 0!==arguments[4]&&arguments[4];vc.call(this,r,o,function e(){bc(r,o,e,l,c);for(var t=arguments.length,n=new Array(t),i=0;i<t;i++)n[i]=arguments[i];s.apply(a,n)},!0,l,c)}function kc(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"",n=2<arguments.length&&void 0!==arguments[2]&&arguments[2],i=3<arguments.length&&void 0!==arguments[3]?arguments[3]:{};if(fc.element(e)&&!fc.empty(t)){var r=new CustomEvent(t,{bubbles:n,detail:Object.assign({},i,{plyr:this})});e.dispatchEvent(r)}}function Tc(e,t){return t.split(".").reduce(function(e,t){return e&&e[t]},e)}function Sc(){for(var t=0<arguments.length&&void 0!==arguments[0]?arguments[0]:{},e=arguments.length,n=new Array(1<e?e-1:0),i=1;i<e;i++)n[i-1]=arguments[i];if(!n.length)return t;var r=n.shift();return fc.object(r)?(Object.keys(r).forEach(function(e){fc.object(r[e])?(Object.keys(t).includes(e)||Object.assign(t,to({},e,{})),Sc(t[e],r[e])):Object.assign(t,to({},e,r[e]))}),Sc.apply(void 0,[t].concat(n))):t}function Ec(e,a){var t=e.length?e:[e];Array.from(t).reverse().forEach(function(e,t){var n=0<t?a.cloneNode(!0):a,i=e.parentNode,r=e.nextSibling;n.appendChild(e),r?i.insertBefore(n,r):i.appendChild(n)})}function Ac(r,e){fc.element(r)&&!fc.empty(e)&&Object.entries(e).filter(function(e){var t=no(e,2)[1];return!fc.nullOrUndefined(t)}).forEach(function(e){var t=no(e,2),n=t[0],i=t[1];return r.setAttribute(n,i)})}function xc(e,t,n){var i=document.createElement(e);return fc.object(t)&&Ac(i,t),fc.string(n)&&(i.innerText=n),i}function Cc(e,t,n,i){fc.element(t)&&t.appendChild(xc(e,n,i))}function Pc(e){fc.nodeList(e)||fc.array(e)?Array.from(e).forEach(Pc):fc.element(e)&&fc.element(e.parentNode)&&e.parentNode.removeChild(e)}function Lc(e){if(fc.element(e))for(var t=e.childNodes.length;0<t;)e.removeChild(e.lastChild),--t}function Ic(e,t){return fc.element(t)&&fc.element(t.parentNode)&&fc.element(e)?(t.parentNode.replaceChild(e,t),e):null}function Mc(e,t){if(!fc.string(e)||fc.empty(e))return{};var o={},s=Sc({},t);return e.split(",").forEach(function(e){var t=e.trim(),n=t.replace(".",""),i=t.replace(/[[\]]/g,"").split("="),r=no(i,1)[0],a=1<i.length?i[1].replace(/["']/g,""):"";switch(t.charAt(0)){case".":fc.string(s.class)?o.class="".concat(s.class," ").concat(n):o.class=n;break;case"#":o.id=t.replace("#","");break;case"[":o[r]=a}}),Sc(s,o)}function Oc(e,t){if(fc.element(e)){var n=t;fc.boolean(n)||(n=!e.hidden),e.hidden=n}}function jc(e,t,n){if(fc.nodeList(e))return Array.from(e).map(function(e){return jc(e,t,n)});if(fc.element(e)){var i="toggle";return void 0!==n&&(i=n?"add":"remove"),e.classList[i](t),e.classList.contains(t)}return!1}function Nc(e,t){return fc.element(e)&&e.classList.contains(t)}function _c(e,t){return function(){return Array.from(document.querySelectorAll(t)).includes(this)}.call(e,t)}function Rc(e){return this.elements.container.querySelectorAll(e)}function Uc(e){return this.elements.container.querySelector(e)}function Fc(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:null,t=1<arguments.length&&void 0!==arguments[1]&&arguments[1];fc.element(e)&&(e.focus({preventScroll:!0}),t&&jc(e,this.config.classNames.tabFocus))}var qc,Dc={"audio/ogg":"vorbis","audio/wav":"1","video/webm":"vp8, vorbis","video/mp4":"avc1.42E01E, mp4a.40.2","video/ogg":"theora"},Hc={audio:"canPlayType"in document.createElement("audio"),video:"canPlayType"in document.createElement("video"),check:function(e,t,n){var i=mc.isIPhone&&n&&Hc.playsinline,r=Hc[e]||"html5"!==t;return{api:r,ui:r&&Hc.rangeInput&&("video"!==e||!mc.isIPhone||i)}},pip:!(mc.isIPhone||!fc.function(xc("video").webkitSetPresentationMode)&&(!document.pictureInPictureEnabled||xc("video").disablePictureInPicture)),airplay:fc.function(window.WebKitPlaybackTargetAvailabilityEvent),playsinline:"playsInline"in document.createElement("video"),mime:function(e){if(fc.empty(e))return!1;var t=no(e.split("/"),1)[0],n=e;if(!this.isHTML5||t!==this.type)return!1;Object.keys(Dc).includes(n)&&(n+='; codecs="'.concat(Dc[e],'"'));try{return Boolean(n&&this.media.canPlayType(n).replace(/no/,""))}catch(e){return!1}},textTracks:"textTracks"in document.createElement("video"),rangeInput:((qc=document.createElement("input")).type="range")===qc.type,touch:"ontouchstart"in document.documentElement,transitions:!1!==dc,reducedMotion:"matchMedia"in window&&window.matchMedia("(prefers-reduced-motion)").matches};function Vc(e){return(fc.array(e)||fc.string(e)&&e.includes(":"))&&(fc.array(e)?e:e.split(":")).map(Number).every(fc.number)}function Bc(e){if(!fc.array(e)||!e.every(fc.number))return null;var t=no(e,2),n=t[0],i=t[1],r=function e(t,n){return 0===n?t:e(n,t%n)}(n,i);return[n/r,i/r]}function zc(e){function t(e){return Vc(e)?e.split(":").map(Number):null}var n=t(e);if(null===n&&(n=t(this.config.ratio)),null===n&&!fc.empty(this.embed)&&fc.array(this.embed.ratio)&&(n=this.embed.ratio),null===n&&this.isHTML5){var i=this.media;n=Bc([i.videoWidth,i.videoHeight])}return n}function Wc(e){if(!this.isVideo)return{};var t=zc.call(this,e),n=no(fc.array(t)?t:[0,0],2),i=100/n[0]*n[1];if(this.elements.wrapper.style.paddingBottom="".concat(i,"%"),this.isVimeo&&this.supported.ui){var r=(240-i)/4.8;this.media.style.transform="translateY(-".concat(r,"%)")}else this.isHTML5&&this.elements.wrapper.classList.toggle(this.config.classNames.videoFixedRatio,null!==t);return{padding:i,ratio:t}}var Kc={getSources:function(){var n=this;return this.isHTML5?Array.from(this.media.querySelectorAll("source")).filter(function(e){var t=e.getAttribute("type");return!!fc.empty(t)||Hc.mime.call(n,t)}):[]},getQualityOptions:function(){return Kc.getSources.call(this).map(function(e){return Number(e.getAttribute("size"))}).filter(Boolean)},extend:function(){if(this.isHTML5){var s=this;fc.empty(this.config.ratio)||Wc.call(s),Object.defineProperty(s.media,"quality",{get:function(){var e=Kc.getSources.call(s).find(function(e){return e.getAttribute("src")===s.source});return e&&Number(e.getAttribute("size"))},set:function(t){var e=Kc.getSources.call(s).find(function(e){return Number(e.getAttribute("size"))===t});if(e){var n=s.media,i=n.currentTime,r=n.paused,a=n.preload,o=n.readyState;s.media.src=e.getAttribute("src"),"none"===a&&!o||(s.once("loadedmetadata",function(){s.currentTime=i,r||s.play()}),s.media.load()),kc.call(s,s.media,"qualitychange",!1,{quality:t})}}})}},cancelRequests:function(){this.isHTML5&&(Pc(Kc.getSources.call(this)),this.media.setAttribute("src",this.config.blankVideo),this.media.load(),this.debug.log("Cancelled network requests"))}};function $c(n){return fc.array(n)?n.filter(function(e,t){return n.indexOf(e)===t}):n}var Yc=_.f,Gc=ke.f,Qc=De("match"),Xc=y.RegExp,Jc=Xc.prototype,Zc=/a/g,eu=/a/g,tu=new Xc(Zc)!==Zc;if(b&&Le("RegExp",!tu||g(function(){return eu[Qc]=!1,Xc(Zc)!=Zc||Xc(eu)==eu||"/a/i"!=Xc(Zc,"i")}))){for(var nu=function(e,t){var n=this instanceof nu,i=gi(e),r=void 0===t;return!n&&i&&e.constructor===nu&&r?e:So(tu?new Xc(i&&!r?e.source:e,t):Xc((i=e instanceof nu)?e.source:e,i&&r?Un.call(e):t),n?this:Jc,nu)},iu=function(t){t in nu||Yc(nu,t,{configurable:!0,get:function(){return Xc[t]},set:function(e){Xc[t]=e}})},ru=Gc(Xc),au=0;ru.length>au;)iu(ru[au++]);(Jc.constructor=nu).prototype=Jc,ue(y,"RegExp",nu)}function ou(e){for(var t=arguments.length,n=new Array(1<t?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return fc.empty(e)?e:e.toString().replace(/{(\d+)}/g,function(e,t){return n[t].toString()})}function su(e,t,n){var i=1<arguments.length&&void 0!==t?t:"",r=2<arguments.length&&void 0!==n?n:"";return(0<arguments.length&&void 0!==e?e:"").replace(new RegExp(i.toString().replace(/([.*+?^=!:${}()|[\]/\\])/g,"\\$1"),"g"),r.toString())}function lu(e){return(0<arguments.length&&void 0!==e?e:"").toString().replace(/\w\S*/g,function(e){return e.charAt(0).toUpperCase()+e.substr(1).toLowerCase()})}function cu(e){var t=(0<arguments.length&&void 0!==e?e:"").toString();return(t=function(e){var t=(0<arguments.length&&void 0!==e?e:"").toString();return t=su(t,"-"," "),t=su(t,"_"," "),su(t=lu(t)," ","")}(t)).charAt(0).toLowerCase()+t.slice(1)}function uu(e){var t=document.createElement("div");return t.appendChild(e),t.innerHTML}Ns("RegExp");var hu={pip:"PIP",airplay:"AirPlay",html5:"HTML5",vimeo:"Vimeo",youtube:"YouTube"},fu=function(e,t){var n=0<arguments.length&&void 0!==e?e:"",i=1<arguments.length&&void 0!==t?t:{};if(fc.empty(n)||fc.empty(i))return"";var r=Tc(i.i18n,n);if(fc.empty(r))return Object.keys(hu).includes(n)?hu[n]:"";var a={"{seektime}":i.seekTime,"{title}":i.title};return Object.entries(a).forEach(function(e){var t=no(e,2),n=t[0],i=t[1];r=su(r,n,i)}),r},du=function(){function i(e){Ja(this,i),this.enabled=e.config.storage.enabled,this.key=e.config.storage.key}return eo(i,[{key:"get",value:function(e){if(!i.supported||!this.enabled)return null;var t=window.localStorage.getItem(this.key);if(fc.empty(t))return null;var n=JSON.parse(t);return fc.string(e)&&e.length?n[e]:n}},{key:"set",value:function(e){if(i.supported&&this.enabled&&fc.object(e)){var t=this.get();fc.empty(t)&&(t={}),Sc(t,e),window.localStorage.setItem(this.key,JSON.stringify(t))}}}],[{key:"supported",get:function(){try{if(!("localStorage"in window))return!1;var e="___test";return window.localStorage.setItem(e,e),window.localStorage.removeItem(e),!0}catch(e){return!1}}}]),i}();function pu(e,t){var r=1<arguments.length&&void 0!==t?t:"text";return new Promise(function(t,n){try{var i=new XMLHttpRequest;if(!("withCredentials"in i))return;i.addEventListener("load",function(){if("text"===r)try{t(JSON.parse(i.responseText))}catch(e){t(i.responseText)}else t(i.response)}),i.addEventListener("error",function(){throw new Error(i.status)}),i.open("GET",e,!0),i.responseType=r,i.send()}catch(e){n(e)}})}function mu(e,t){if(fc.string(e)){var n=fc.string(t),i=function(){return null!==document.getElementById(t)},r=function(e,t){e.innerHTML=t,n&&i()||document.body.insertAdjacentElement("afterbegin",e)};if(!n||!i()){var a=du.supported,o=document.createElement("div");if(o.setAttribute("hidden",""),n&&o.setAttribute("id",t),a){var s=window.localStorage.getItem("".concat("cache","-").concat(t));if(null!==s){var l=JSON.parse(s);r(o,l.content)}}pu(e).then(function(e){fc.empty(e)||(a&&window.localStorage.setItem("".concat("cache","-").concat(t),JSON.stringify({content:e})),r(o,e))}).catch(function(){})}}}var gu=Math.ceil,vu=Math.floor;oe({target:"Math",stat:!0},{trunc:function(e){return(0<e?vu:gu)(e)}});var yu=function(e){return Math.trunc(e/60/60%60,10)},bu=function(e){return Math.trunc(e/60%60,10)},wu=function(e){return Math.trunc(e%60,10)};function ku(e,t,n){var i=0<arguments.length&&void 0!==e?e:0,r=1<arguments.length&&void 0!==t&&t,a=2<arguments.length&&void 0!==n&&n;if(!fc.number(i))return ku(null,r,a);function o(e){return"0".concat(e).slice(-2)}var s=yu(i),l=bu(i),c=wu(i);return s=r||0<s?"".concat(s,":"):"","".concat(a&&0<i?"-":"").concat(s).concat(o(l),":").concat(o(c))}var Tu={getIconUrl:function(){var e=new URL(this.config.iconUrl,window.location).host!==window.location.host||mc.isIE&&!window.svg4everybody;return{url:this.config.iconUrl,cors:e}},findElements:function(){try{return this.elements.controls=Uc.call(this,this.config.selectors.controls.wrapper),this.elements.buttons={play:Rc.call(this,this.config.selectors.buttons.play),pause:Uc.call(this,this.config.selectors.buttons.pause),restart:Uc.call(this,this.config.selectors.buttons.restart),rewind:Uc.call(this,this.config.selectors.buttons.rewind),fastForward:Uc.call(this,this.config.selectors.buttons.fastForward),mute:Uc.call(this,this.config.selectors.buttons.mute),pip:Uc.call(this,this.config.selectors.buttons.pip),airplay:Uc.call(this,this.config.selectors.buttons.airplay),settings:Uc.call(this,this.config.selectors.buttons.settings),captions:Uc.call(this,this.config.selectors.buttons.captions),fullscreen:Uc.call(this,this.config.selectors.buttons.fullscreen)},this.elements.progress=Uc.call(this,this.config.selectors.progress),this.elements.inputs={seek:Uc.call(this,this.config.selectors.inputs.seek),volume:Uc.call(this,this.config.selectors.inputs.volume)},this.elements.display={buffer:Uc.call(this,this.config.selectors.display.buffer),currentTime:Uc.call(this,this.config.selectors.display.currentTime),duration:Uc.call(this,this.config.selectors.display.duration)},fc.element(this.elements.progress)&&(this.elements.display.seekTooltip=this.elements.progress.querySelector(".".concat(this.config.classNames.tooltip))),!0}catch(e){return this.debug.warn("It looks like there is a problem with your custom controls HTML",e),this.toggleNativeControls(!0),!1}},createIcon:function(e,t){var n="http://www.w3.org/2000/svg",i=Tu.getIconUrl.call(this),r="".concat(i.cors?"":i.url,"#").concat(this.config.iconPrefix),a=document.createElementNS(n,"svg");Ac(a,Sc(t,{role:"presentation",focusable:"false"}));var o=document.createElementNS(n,"use"),s="".concat(r,"-").concat(e);return"href"in o&&o.setAttributeNS("http://www.w3.org/1999/xlink","href",s),o.setAttributeNS("http://www.w3.org/1999/xlink","xlink:href",s),a.appendChild(o),a},createLabel:function(e,t){var n=1<arguments.length&&void 0!==t?t:{},i=fu(e,this.config);return xc("span",Object.assign({},n,{class:[n.class,this.config.classNames.hidden].filter(Boolean).join(" ")}),i)},createBadge:function(e){if(fc.empty(e))return null;var t=xc("span",{class:this.config.classNames.menu.value});return t.appendChild(xc("span",{class:this.config.classNames.menu.badge},e)),t},createButton:function(e,t){var n=this,i=Sc({},t),r=cu(e),a={element:"button",toggle:!1,label:null,icon:null,labelPressed:null,iconPressed:null};switch(["element","icon","label"].forEach(function(e){Object.keys(i).includes(e)&&(a[e]=i[e],delete i[e])}),"button"!==a.element||Object.keys(i).includes("type")||(i.type="button"),Object.keys(i).includes("class")?i.class.split(" ").some(function(e){return e===n.config.classNames.control})||Sc(i,{class:"".concat(i.class," ").concat(this.config.classNames.control)}):i.class=this.config.classNames.control,e){case"play":a.toggle=!0,a.label="play",a.labelPressed="pause",a.icon="play",a.iconPressed="pause";break;case"mute":a.toggle=!0,a.label="mute",a.labelPressed="unmute",a.icon="volume",a.iconPressed="muted";break;case"captions":a.toggle=!0,a.label="enableCaptions",a.labelPressed="disableCaptions",a.icon="captions-off",a.iconPressed="captions-on";break;case"fullscreen":a.toggle=!0,a.label="enterFullscreen",a.labelPressed="exitFullscreen",a.icon="enter-fullscreen",a.iconPressed="exit-fullscreen";break;case"play-large":i.class+=" ".concat(this.config.classNames.control,"--overlaid"),r="play",a.label="play",a.icon="play";break;default:fc.empty(a.label)&&(a.label=r),fc.empty(a.icon)&&(a.icon=e)}var o=xc(a.element);return a.toggle?(o.appendChild(Tu.createIcon.call(this,a.iconPressed,{class:"icon--pressed"})),o.appendChild(Tu.createIcon.call(this,a.icon,{class:"icon--not-pressed"})),o.appendChild(Tu.createLabel.call(this,a.labelPressed,{class:"label--pressed"})),o.appendChild(Tu.createLabel.call(this,a.label,{class:"label--not-pressed"}))):(o.appendChild(Tu.createIcon.call(this,a.icon)),o.appendChild(Tu.createLabel.call(this,a.label))),Sc(i,Mc(this.config.selectors.buttons[r],i)),Ac(o,i),"play"===r?(fc.array(this.elements.buttons[r])||(this.elements.buttons[r]=[]),this.elements.buttons[r].push(o)):this.elements.buttons[r]=o,o},createRange:function(e,t){var n=xc("input",Sc(Mc(this.config.selectors.inputs[e]),{type:"range",min:0,max:100,step:.01,value:0,autocomplete:"off",role:"slider","aria-label":fu(e,this.config),"aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":0},t));return this.elements.inputs[e]=n,Tu.updateRangeFill.call(this,n),Vs.setup(n),n},createProgress:function(e,t){var n=xc("progress",Sc(Mc(this.config.selectors.display[e]),{min:0,max:100,value:0,role:"progressbar","aria-hidden":!0},t));if("volume"!==e){n.appendChild(xc("span",null,"0"));var i={played:"played",buffer:"buffered"}[e],r=i?fu(i,this.config):"";n.innerText="% ".concat(r.toLowerCase())}return this.elements.display[e]=n},createTime:function(e,t){var n=Mc(this.config.selectors.display[e],t),i=xc("div",Sc(n,{class:"".concat(n.class?n.class:""," ").concat(this.config.classNames.display.time," ").trim(),"aria-label":fu(e,this.config)}),"00:00");return this.elements.display[e]=i},bindMenuItemShortcuts:function(i,r){var a=this;yc(i,"keydown keyup",function(e){if([32,38,39,40].includes(e.which)&&(e.preventDefault(),e.stopPropagation(),"keydown"!==e.type)){var t,n=_c(i,'[role="menuitemradio"]');if(!n&&[32,39].includes(e.which))Tu.showMenuPanel.call(a,r,!0);else 32!==e.which&&(40===e.which||n&&39===e.which?(t=i.nextElementSibling,fc.element(t)||(t=i.parentNode.firstElementChild)):(t=i.previousElementSibling,fc.element(t)||(t=i.parentNode.lastElementChild)),Fc.call(a,t,!0))}},!1),yc(i,"keyup",function(e){13===e.which&&Tu.focusFirstMenuItem.call(a,null,!0)})},createMenuItem:function(e){var t=this,n=e.value,i=e.list,r=e.type,a=e.title,o=e.badge,s=void 0===o?null:o,l=e.checked,c=void 0!==l&&l,u=Mc(this.config.selectors.inputs[r]),h=xc("button",Sc(u,{type:"button",role:"menuitemradio",class:"".concat(this.config.classNames.control," ").concat(u.class?u.class:"").trim(),"aria-checked":c,value:n})),f=xc("span");f.innerHTML=a,fc.element(s)&&f.appendChild(s),h.appendChild(f),Object.defineProperty(h,"checked",{enumerable:!0,get:function(){return"true"===h.getAttribute("aria-checked")},set:function(e){e&&Array.from(h.parentNode.children).filter(function(e){return _c(e,'[role="menuitemradio"]')}).forEach(function(e){return e.setAttribute("aria-checked","false")}),h.setAttribute("aria-checked",e?"true":"false")}}),this.listeners.bind(h,"click keyup",function(e){if(!fc.keyboardEvent(e)||32===e.which){switch(e.preventDefault(),e.stopPropagation(),h.checked=!0,r){case"language":t.currentTrack=Number(n);break;case"quality":t.quality=n;break;case"speed":t.speed=parseFloat(n)}Tu.showMenuPanel.call(t,"home",fc.keyboardEvent(e))}},r,!1),Tu.bindMenuItemShortcuts.call(this,h,r),i.appendChild(h)},formatTime:function(e,t){var n=0<arguments.length&&void 0!==e?e:0,i=1<arguments.length&&void 0!==t&&t;return fc.number(n)?ku(n,0<yu(this.duration),i):n},updateTimeDisplay:function(e,t,n){var i=0<arguments.length&&void 0!==e?e:null,r=1<arguments.length&&void 0!==t?t:0,a=2<arguments.length&&void 0!==n&&n;fc.element(i)&&fc.number(r)&&(i.innerText=Tu.formatTime(r,a))},updateVolume:function(){this.supported.ui&&(fc.element(this.elements.inputs.volume)&&Tu.setRange.call(this,this.elements.inputs.volume,this.muted?0:this.volume),fc.element(this.elements.buttons.mute)&&(this.elements.buttons.mute.pressed=this.muted||0===this.volume))},setRange:function(e,t){var n=1<arguments.length&&void 0!==t?t:0;fc.element(e)&&(e.value=n,Tu.updateRangeFill.call(this,e))},updateProgress:function(e){var a=this;if(this.supported.ui&&fc.event(e)){var t,n,i=0;if(e)switch(e.type){case"timeupdate":case"seeking":case"seeked":t=this.currentTime,n=this.duration,i=0===t||0===n||Number.isNaN(t)||Number.isNaN(n)?0:(t/n*100).toFixed(2),"timeupdate"===e.type&&Tu.setRange.call(this,this.elements.inputs.seek,i);break;case"playing":case"progress":!function(e,t){var n=fc.number(t)?t:0,i=fc.element(e)?e:a.elements.display.buffer;if(fc.element(i)){i.value=n;var r=i.getElementsByTagName("span")[0];fc.element(r)&&(r.childNodes[0].nodeValue=n)}}(this.elements.display.buffer,100*this.buffered)}}},updateRangeFill:function(e){var t=fc.event(e)?e.target:e;if(fc.element(t)&&"range"===t.getAttribute("type")){if(_c(t,this.config.selectors.inputs.seek)){t.setAttribute("aria-valuenow",this.currentTime);var n=Tu.formatTime(this.currentTime),i=Tu.formatTime(this.duration),r=fu("seekLabel",this.config);t.setAttribute("aria-valuetext",r.replace("{currentTime}",n).replace("{duration}",i))}else if(_c(t,this.config.selectors.inputs.volume)){var a=100*t.value;t.setAttribute("aria-valuenow",a),t.setAttribute("aria-valuetext","".concat(a.toFixed(1),"%"))}else t.setAttribute("aria-valuenow",t.value);mc.isWebkit&&t.style.setProperty("--value","".concat(t.value/t.max*100,"%"))}},updateSeekTooltip:function(e){var t=this;if(this.config.tooltips.seek&&fc.element(this.elements.inputs.seek)&&fc.element(this.elements.display.seekTooltip)&&0!==this.duration){var n="".concat(this.config.classNames.tooltip,"--visible"),i=function(e){return jc(t.elements.display.seekTooltip,n,e)};if(this.touch)i(!1);else{var r=0,a=this.elements.progress.getBoundingClientRect();if(fc.event(e))r=100/a.width*(e.pageX-a.left);else{if(!Nc(this.elements.display.seekTooltip,n))return;r=parseFloat(this.elements.display.seekTooltip.style.left,10)}r<0?r=0:100<r&&(r=100),Tu.updateTimeDisplay.call(this,this.elements.display.seekTooltip,this.duration/100*r),this.elements.display.seekTooltip.style.left="".concat(r,"%"),fc.event(e)&&["mouseenter","mouseleave"].includes(e.type)&&i("mouseenter"===e.type)}}},timeUpdate:function(e){var t=!fc.element(this.elements.display.duration)&&this.config.invertTime;Tu.updateTimeDisplay.call(this,this.elements.display.currentTime,t?this.duration-this.currentTime:this.currentTime,t),e&&"timeupdate"===e.type&&this.media.seeking||Tu.updateProgress.call(this,e)},durationUpdate:function(){if(this.supported.ui&&(this.config.invertTime||!this.currentTime)){if(this.duration>=Math.pow(2,32))return Oc(this.elements.display.currentTime,!0),void Oc(this.elements.progress,!0);fc.element(this.elements.inputs.seek)&&this.elements.inputs.seek.setAttribute("aria-valuemax",this.duration);var e=fc.element(this.elements.display.duration);!e&&this.config.displayDuration&&this.paused&&Tu.updateTimeDisplay.call(this,this.elements.display.currentTime,this.duration),e&&Tu.updateTimeDisplay.call(this,this.elements.display.duration,this.duration),Tu.updateSeekTooltip.call(this)}},toggleMenuButton:function(e,t){Oc(this.elements.settings.buttons[e],!t)},updateSetting:function(e,t,n){var i=this.elements.settings.panels[e],r=null,a=t;if("captions"===e)r=this.currentTrack;else{if(r=fc.empty(n)?this[e]:n,fc.empty(r)&&(r=this.config[e].default),!fc.empty(this.options[e])&&!this.options[e].includes(r))return void this.debug.warn("Unsupported value of '".concat(r,"' for ").concat(e));if(!this.config[e].options.includes(r))return void this.debug.warn("Disabled value of '".concat(r,"' for ").concat(e))}if(fc.element(a)||(a=i&&i.querySelector('[role="menu"]')),fc.element(a)){this.elements.settings.buttons[e].querySelector(".".concat(this.config.classNames.menu.value)).innerHTML=Tu.getLabel.call(this,e,r);var o=a&&a.querySelector('[value="'.concat(r,'"]'));fc.element(o)&&(o.checked=!0)}},getLabel:function(e,t){switch(e){case"speed":return 1===t?fu("normal",this.config):"".concat(t,"×");case"quality":if(fc.number(t)){var n=fu("qualityLabel.".concat(t),this.config);return n.length?n:"".concat(t,"p")}return lu(t);case"captions":return Au.getLabel.call(this);default:return null}},setQualityMenu:function(e){var i=this;if(fc.element(this.elements.settings.panels.quality)){var n="quality",r=this.elements.settings.panels.quality.querySelector('[role="menu"]');fc.array(e)&&(this.options.quality=$c(e).filter(function(e){return i.config.quality.options.includes(e)}));var t=!fc.empty(this.options.quality)&&1<this.options.quality.length;if(Tu.toggleMenuButton.call(this,n,t),Lc(r),Tu.checkMenu.call(this),t){this.options.quality.sort(function(e,t){var n=i.config.quality.options;return n.indexOf(e)>n.indexOf(t)?1:-1}).forEach(function(e){var t;Tu.createMenuItem.call(i,{value:e,list:r,type:n,title:Tu.getLabel.call(i,"quality",e),badge:(t=fu("qualityBadge.".concat(e),i.config)).length?Tu.createBadge.call(i,t):null})}),Tu.updateSetting.call(this,n,r)}}},setCaptionsMenu:function(){var n=this;if(fc.element(this.elements.settings.panels.captions)){var e="captions",i=this.elements.settings.panels.captions.querySelector('[role="menu"]'),t=Au.getTracks.call(this),r=Boolean(t.length);if(Tu.toggleMenuButton.call(this,e,r),Lc(i),Tu.checkMenu.call(this),r){var a=t.map(function(e,t){return{value:t,checked:n.captions.toggled&&n.currentTrack===t,title:Au.getLabel.call(n,e),badge:e.language&&Tu.createBadge.call(n,e.language.toUpperCase()),list:i,type:"language"}});a.unshift({value:-1,checked:!this.captions.toggled,title:fu("disabled",this.config),list:i,type:"language"}),a.forEach(Tu.createMenuItem.bind(this)),Tu.updateSetting.call(this,e,i)}}},setSpeedMenu:function(e){var t=this;if(fc.element(this.elements.settings.panels.speed)){var n="speed",i=this.elements.settings.panels.speed.querySelector('[role="menu"]');fc.array(e)?this.options.speed=e:(this.isHTML5||this.isVimeo)&&(this.options.speed=[.5,.75,1,1.25,1.5,1.75,2]),this.options.speed=this.options.speed.filter(function(e){return t.config.speed.options.includes(e)});var r=!fc.empty(this.options.speed)&&1<this.options.speed.length;Tu.toggleMenuButton.call(this,n,r),Lc(i),Tu.checkMenu.call(this),r&&(this.options.speed.forEach(function(e){Tu.createMenuItem.call(t,{value:e,list:i,type:n,title:Tu.getLabel.call(t,"speed",e)})}),Tu.updateSetting.call(this,n,i))}},checkMenu:function(){var e=this.elements.settings.buttons,t=!fc.empty(e)&&Object.values(e).some(function(e){return!e.hidden});Oc(this.elements.settings.menu,!t)},focusFirstMenuItem:function(e,t){var n=1<arguments.length&&void 0!==t&&t;if(!this.elements.settings.popup.hidden){var i=e;fc.element(i)||(i=Object.values(this.elements.settings.panels).find(function(e){return!e.hidden}));var r=i.querySelector('[role^="menuitem"]');Fc.call(this,r,n)}},toggleMenu:function(e){var t=this.elements.settings.popup,n=this.elements.buttons.settings;if(fc.element(t)&&fc.element(n)){var i=t.hidden,r=i;if(fc.boolean(e))r=e;else if(fc.keyboardEvent(e)&&27===e.which)r=!1;else if(fc.event(e)){var a=fc.function(e.composedPath)?e.composedPath()[0]:e.target,o=t.contains(a);if(o||!o&&e.target!==n&&r)return}n.setAttribute("aria-expanded",r),Oc(t,!r),jc(this.elements.container,this.config.classNames.menu.open,r),r&&fc.keyboardEvent(e)?Tu.focusFirstMenuItem.call(this,null,!0):r||i||Fc.call(this,n,fc.keyboardEvent(e))}},getMenuSize:function(e){var t=e.cloneNode(!0);t.style.position="absolute",t.style.opacity=0,t.removeAttribute("hidden"),e.parentNode.appendChild(t);var n=t.scrollWidth,i=t.scrollHeight;return Pc(t),{width:n,height:i}},showMenuPanel:function(e,t){var n=this,i=0<arguments.length&&void 0!==e?e:"",r=1<arguments.length&&void 0!==t&&t,a=this.elements.container.querySelector("#plyr-settings-".concat(this.id,"-").concat(i));if(fc.element(a)){var o=a.parentNode,s=Array.from(o.children).find(function(e){return!e.hidden});if(Hc.transitions&&!Hc.reducedMotion){o.style.width="".concat(s.scrollWidth,"px"),o.style.height="".concat(s.scrollHeight,"px");var l=Tu.getMenuSize.call(this,a);yc.call(this,o,dc,function e(t){t.target===o&&["width","height"].includes(t.propertyName)&&(o.style.width="",o.style.height="",bc.call(n,o,dc,e))}),o.style.width="".concat(l.width,"px"),o.style.height="".concat(l.height,"px")}Oc(s,!0),Oc(a,!1),Tu.focusFirstMenuItem.call(this,a,r)}},setDownloadUrl:function(){var e=this.elements.buttons.download;fc.element(e)&&e.setAttribute("href",this.download)},create:function(d){var p=this,m=Tu.bindMenuItemShortcuts,g=Tu.createButton,v=Tu.createProgress,y=Tu.createRange,b=Tu.createTime,e=Tu.setQualityMenu,t=Tu.setSpeedMenu,w=Tu.showMenuPanel;this.elements.controls=null,this.config.controls.includes("play-large")&&this.elements.container.appendChild(g.call(this,"play-large"));var k=xc("div",Mc(this.config.selectors.controls.wrapper));this.elements.controls=k;var T={class:"plyr__controls__item"};return $c(this.config.controls).forEach(function(e){if("restart"===e&&k.appendChild(g.call(p,"restart",T)),"rewind"===e&&k.appendChild(g.call(p,"rewind",T)),"play"===e&&k.appendChild(g.call(p,"play",T)),"fast-forward"===e&&k.appendChild(g.call(p,"fast-forward",T)),"progress"===e){var t=xc("div",{class:"".concat(T.class," plyr__progress__container")}),n=xc("div",Mc(p.config.selectors.progress));if(n.appendChild(y.call(p,"seek",{id:"plyr-seek-".concat(d.id)})),n.appendChild(v.call(p,"buffer")),p.config.tooltips.seek){var i=xc("span",{class:p.config.classNames.tooltip},"00:00");n.appendChild(i),p.elements.display.seekTooltip=i}p.elements.progress=n,t.appendChild(p.elements.progress),k.appendChild(t)}if("current-time"===e&&k.appendChild(b.call(p,"currentTime",T)),"duration"===e&&k.appendChild(b.call(p,"duration",T)),"mute"===e||"volume"===e){var r=p.elements.volume;if(fc.element(r)&&k.contains(r)||(r=xc("div",Sc({},T,{class:"".concat(T.class," plyr__volume").trim()})),p.elements.volume=r,k.appendChild(r)),"mute"===e&&r.appendChild(g.call(p,"mute")),"volume"===e){var a={max:1,step:.05,value:p.config.volume};r.appendChild(y.call(p,"volume",Sc(a,{id:"plyr-volume-".concat(d.id)})))}}if("captions"===e&&k.appendChild(g.call(p,"captions",T)),"settings"===e&&!fc.empty(p.config.settings)){var o=xc("div",Sc({},T,{class:"".concat(T.class," plyr__menu").trim(),hidden:""}));o.appendChild(g.call(p,"settings",{"aria-haspopup":!0,"aria-controls":"plyr-settings-".concat(d.id),"aria-expanded":!1}));var s=xc("div",{class:"plyr__menu__container",id:"plyr-settings-".concat(d.id),hidden:""}),l=xc("div"),c=xc("div",{id:"plyr-settings-".concat(d.id,"-home")}),u=xc("div",{role:"menu"});c.appendChild(u),l.appendChild(c),p.elements.settings.panels.home=c,p.config.settings.forEach(function(e){var t=xc("button",Sc(Mc(p.config.selectors.buttons.settings),{type:"button",class:"".concat(p.config.classNames.control," ").concat(p.config.classNames.control,"--forward"),role:"menuitem","aria-haspopup":!0,hidden:""}));m.call(p,t,e),yc(t,"click",function(){w.call(p,e,!1)});var n=xc("span",null,fu(e,p.config)),i=xc("span",{class:p.config.classNames.menu.value});i.innerHTML=d[e],n.appendChild(i),t.appendChild(n),u.appendChild(t);var r=xc("div",{id:"plyr-settings-".concat(d.id,"-").concat(e),hidden:""}),a=xc("button",{type:"button",class:"".concat(p.config.classNames.control," ").concat(p.config.classNames.control,"--back")});a.appendChild(xc("span",{"aria-hidden":!0},fu(e,p.config))),a.appendChild(xc("span",{class:p.config.classNames.hidden},fu("menuBack",p.config))),yc(r,"keydown",function(e){37===e.which&&(e.preventDefault(),e.stopPropagation(),w.call(p,"home",!0))},!1),yc(a,"click",function(){w.call(p,"home",!1)}),r.appendChild(a),r.appendChild(xc("div",{role:"menu"})),l.appendChild(r),p.elements.settings.buttons[e]=t,p.elements.settings.panels[e]=r}),s.appendChild(l),o.appendChild(s),k.appendChild(o),p.elements.settings.popup=s,p.elements.settings.menu=o}if("pip"===e&&Hc.pip&&k.appendChild(g.call(p,"pip",T)),"airplay"===e&&Hc.airplay&&k.appendChild(g.call(p,"airplay",T)),"download"===e){var h=Sc({},T,{element:"a",href:p.download,target:"_blank"}),f=p.config.urls.download;!fc.url(f)&&p.isEmbed&&Sc(h,{icon:"logo-".concat(p.provider),label:p.provider}),k.appendChild(g.call(p,"download",h))}"fullscreen"===e&&k.appendChild(g.call(p,"fullscreen",T))}),this.isHTML5&&e.call(this,Kc.getQualityOptions.call(this)),t.call(this),k},inject:function(){var i=this;if(this.config.loadSprite){var e=Tu.getIconUrl.call(this);e.cors&&mu(e.url,"sprite-plyr")}this.id=Math.floor(1e4*Math.random());var t=null;this.elements.controls=null;var n={id:this.id,seektime:this.config.seekTime,title:this.config.title},r=!0;fc.function(this.config.controls)&&(this.config.controls=this.config.controls.call(this,n)),this.config.controls||(this.config.controls=[]),fc.element(this.config.controls)||fc.string(this.config.controls)?t=this.config.controls:(t=Tu.create.call(this,{id:this.id,seektime:this.config.seekTime,speed:this.speed,quality:this.quality,captions:Au.getLabel.call(this)}),r=!1);function a(e){var r=e;return Object.entries(n).forEach(function(e){var t=no(e,2),n=t[0],i=t[1];r=su(r,"{".concat(n,"}"),i)}),r}var o;if(r&&(fc.string(this.config.controls)?t=a(t):fc.element(t)&&(t.innerHTML=a(t.innerHTML))),fc.string(this.config.selectors.controls.container)&&(o=document.querySelector(this.config.selectors.controls.container)),fc.element(o)||(o=this.elements.container),o[fc.element(t)?"insertAdjacentElement":"insertAdjacentHTML"]("afterbegin",t),fc.element(this.elements.controls)||Tu.findElements.call(this),!fc.empty(this.elements.buttons)){var s=function(t){var n=i.config.classNames.controlPressed;Object.defineProperty(t,"pressed",{enumerable:!0,get:function(){return Nc(t,n)},set:function(e){jc(t,n,0<arguments.length&&void 0!==e&&e)}})};Object.values(this.elements.buttons).filter(Boolean).forEach(function(e){fc.array(e)||fc.nodeList(e)?Array.from(e).filter(Boolean).forEach(s):s(e)})}if(mc.isEdge&&pc(o),this.config.tooltips.controls){var l=this.config,c=l.classNames,u=l.selectors,h="".concat(u.controls.wrapper," ").concat(u.labels," .").concat(c.hidden),f=Rc.call(this,h);Array.from(f).forEach(function(e){jc(e,i.config.classNames.hidden,!1),jc(e,i.config.classNames.tooltip,!0)})}}};function Su(e,t){var n=e;if(!(1<arguments.length&&void 0!==t)||t){var i=document.createElement("a");i.href=n,n=i.href}try{return new URL(n)}catch(e){return null}}function Eu(e){var r=new URLSearchParams;return fc.object(e)&&Object.entries(e).forEach(function(e){var t=no(e,2),n=t[0],i=t[1];r.set(n,i)}),r}var Au={setup:function(){if(this.supported.ui)if(!this.isVideo||this.isYouTube||this.isHTML5&&!Hc.textTracks)fc.array(this.config.controls)&&this.config.controls.includes("settings")&&this.config.settings.includes("captions")&&Tu.setCaptionsMenu.call(this);else{var e,t;if(fc.element(this.elements.captions)||(this.elements.captions=xc("div",Mc(this.config.selectors.captions)),e=this.elements.captions,t=this.elements.wrapper,fc.element(e)&&fc.element(t)&&t.parentNode.insertBefore(e,t.nextSibling)),mc.isIE&&window.URL){var n=this.media.querySelectorAll("track");Array.from(n).forEach(function(t){var e=t.getAttribute("src"),n=Su(e);null!==n&&n.hostname!==window.location.href.hostname&&["http:","https:"].includes(n.protocol)&&pu(e,"blob").then(function(e){t.setAttribute("src",window.URL.createObjectURL(e))}).catch(function(){Pc(t)})})}var i=$c((navigator.languages||[navigator.language||navigator.userLanguage||"en"]).map(function(e){return e.split("-")[0]})),r=(this.storage.get("language")||this.config.captions.language||"auto").toLowerCase();if("auto"===r)r=no(i,1)[0];var a=this.storage.get("captions");if(fc.boolean(a)||(a=this.config.captions.active),Object.assign(this.captions,{toggled:!1,active:a,language:r,languages:i}),this.isHTML5){var o=this.config.captions.update?"addtrack removetrack":"removetrack";yc.call(this,this.media.textTracks,o,Au.update.bind(this))}setTimeout(Au.update.bind(this),0)}},update:function(){var t=this,e=Au.getTracks.call(this,!0),n=this.captions,i=n.active,r=n.language,a=n.meta,o=n.currentTrackNode,s=Boolean(e.find(function(e){return e.language===r}));this.isHTML5&&this.isVideo&&e.filter(function(e){return!a.get(e)}).forEach(function(e){t.debug.log("Track added",e),a.set(e,{default:"showing"===e.mode}),e.mode="hidden",yc.call(t,e,"cuechange",function(){return Au.updateCues.call(t)})}),(s&&this.language!==r||!e.includes(o))&&(Au.setLanguage.call(this,r),Au.toggle.call(this,i&&s)),jc(this.elements.container,this.config.classNames.captions.enabled,!fc.empty(e)),(this.config.controls||[]).includes("settings")&&this.config.settings.includes("captions")&&Tu.setCaptionsMenu.call(this)},toggle:function(e,t){var n=!(1<arguments.length&&void 0!==t)||t;if(this.supported.ui){var i=this.captions.toggled,r=this.config.classNames.captions.active,a=fc.nullOrUndefined(e)?!i:e;if(a!==i){if(n||(this.captions.active=a,this.storage.set({captions:a})),!this.language&&a&&!n){var o=Au.getTracks.call(this),s=Au.findTrack.call(this,[this.captions.language].concat(io(this.captions.languages)),!0);return this.captions.language=s.language,void Au.set.call(this,o.indexOf(s))}this.elements.buttons.captions&&(this.elements.buttons.captions.pressed=a),jc(this.elements.container,r,a),this.captions.toggled=a,Tu.updateSetting.call(this,"captions"),kc.call(this,this.media,a?"captionsenabled":"captionsdisabled")}}},set:function(e,t){var n=!(1<arguments.length&&void 0!==t)||t,i=Au.getTracks.call(this);if(-1!==e)if(fc.number(e))if(e in i){if(this.captions.currentTrack!==e){var r=i[this.captions.currentTrack=e],a=(r||{}).language;this.captions.currentTrackNode=r,Tu.updateSetting.call(this,"captions"),n||(this.captions.language=a,this.storage.set({language:a})),this.isVimeo&&this.embed.enableTextTrack(a),kc.call(this,this.media,"languagechange")}Au.toggle.call(this,!0,n),this.isHTML5&&this.isVideo&&Au.updateCues.call(this)}else this.debug.warn("Track not found",e);else this.debug.warn("Invalid caption argument",e);else Au.toggle.call(this,!1,n)},setLanguage:function(e,t){var n=!(1<arguments.length&&void 0!==t)||t;if(fc.string(e)){var i=e.toLowerCase();this.captions.language=i;var r=Au.getTracks.call(this),a=Au.findTrack.call(this,[i]);Au.set.call(this,r.indexOf(a),n)}else this.debug.warn("Invalid language argument",e)},getTracks:function(e){var t=this,n=0<arguments.length&&void 0!==e&&e;return Array.from((this.media||{}).textTracks||[]).filter(function(e){return!t.isHTML5||n||t.captions.meta.has(e)}).filter(function(e){return["captions","subtitles"].includes(e.kind)})},findTrack:function(e,t){function n(e){return Number((r.captions.meta.get(e)||{}).default)}var i,r=this,a=1<arguments.length&&void 0!==t&&t,o=Au.getTracks.call(this),s=Array.from(o).sort(function(e,t){return n(t)-n(e)});return e.every(function(t){return!(i=s.find(function(e){return e.language===t}))}),i||(a?s[0]:void 0)},getCurrentTrack:function(){return Au.getTracks.call(this)[this.currentTrack]},getLabel:function(e){var t=e;return!fc.track(t)&&Hc.textTracks&&this.captions.toggled&&(t=Au.getCurrentTrack.call(this)),fc.track(t)?fc.empty(t.label)?fc.empty(t.language)?fu("enabled",this.config):e.language.toUpperCase():t.label:fu("disabled",this.config)},updateCues:function(e){if(this.supported.ui)if(fc.element(this.elements.captions))if(fc.nullOrUndefined(e)||Array.isArray(e)){var t=e;if(!t){var n=Au.getCurrentTrack.call(this);t=Array.from((n||{}).activeCues||[]).map(function(e){return e.getCueAsHTML()}).map(uu)}var i=t.map(function(e){return e.trim()}).join("\n");if(i!==this.elements.captions.innerHTML){Lc(this.elements.captions);var r=xc("span",Mc(this.config.selectors.caption));r.innerHTML=i,this.elements.captions.appendChild(r),kc.call(this,this.media,"cuechange")}}else this.debug.warn("updateCues: Invalid input",e);else this.debug.warn("No captions element to render to")}},xu={enabled:!0,title:"",debug:!1,autoplay:!1,autopause:!0,playsinline:!0,seekTime:10,volume:1,muted:!1,duration:null,displayDuration:!0,invertTime:!0,toggleInvert:!0,ratio:null,clickToPlay:!0,hideControls:!0,resetOnEnd:!1,disableContextMenu:!0,loadSprite:!0,iconPrefix:"plyr",iconUrl:"https://cdn.plyr.io/3.5.6/plyr.svg",blankVideo:"https://cdn.plyr.io/static/blank.mp4",quality:{default:576,options:[4320,2880,2160,1440,1080,720,576,480,360,240]},loop:{active:!1},speed:{selected:1,options:[.5,.75,1,1.25,1.5,1.75,2]},keyboard:{focused:!0,global:!1},tooltips:{controls:!1,seek:!0},captions:{active:!1,language:"auto",update:!1},fullscreen:{enabled:!0,fallback:!0,iosNative:!1},storage:{enabled:!0,key:"plyr"},controls:["play-large","play","progress","current-time","mute","volume","captions","settings","pip","airplay","fullscreen"],settings:["captions","quality","speed"],i18n:{restart:"Restart",rewind:"Rewind {seektime}s",play:"Play",pause:"Pause",fastForward:"Forward {seektime}s",seek:"Seek",seekLabel:"{currentTime} of {duration}",played:"Played",buffered:"Buffered",currentTime:"Current time",duration:"Duration",volume:"Volume",mute:"Mute",unmute:"Unmute",enableCaptions:"Enable captions",disableCaptions:"Disable captions",download:"Download",enterFullscreen:"Enter fullscreen",exitFullscreen:"Exit fullscreen",frameTitle:"Player for {title}",captions:"Captions",settings:"Settings",menuBack:"Go back to previous menu",speed:"Speed",normal:"Normal",quality:"Quality",loop:"Loop",start:"Start",end:"End",all:"All",reset:"Reset",disabled:"Disabled",enabled:"Enabled",advertisement:"Ad",qualityBadge:{2160:"4K",1440:"HD",1080:"HD",720:"HD",576:"SD",480:"SD"}},urls:{download:null,vimeo:{sdk:"https://player.vimeo.com/api/player.js",iframe:"https://player.vimeo.com/video/{0}?{1}",api:"https://vimeo.com/api/v2/video/{0}.json"},youtube:{sdk:"https://www.youtube.com/iframe_api",api:"https://noembed.com/embed?url=https://www.youtube.com/watch?v={0}"},googleIMA:{sdk:"https://imasdk.googleapis.com/js/sdkloader/ima3.js"}},listeners:{seek:null,play:null,pause:null,restart:null,rewind:null,fastForward:null,mute:null,volume:null,captions:null,download:null,fullscreen:null,pip:null,airplay:null,speed:null,quality:null,loop:null,language:null},events:["ended","progress","stalled","playing","waiting","canplay","canplaythrough","loadstart","loadeddata","loadedmetadata","timeupdate","volumechange","play","pause","error","seeking","seeked","emptied","ratechange","cuechange","download","enterfullscreen","exitfullscreen","captionsenabled","captionsdisabled","languagechange","controlshidden","controlsshown","ready","statechange","qualitychange","adsloaded","adscontentpause","adscontentresume","adstarted","adsmidpoint","adscomplete","adsallcomplete","adsimpression","adsclick"],selectors:{editable:"input, textarea, select, [contenteditable]",container:".plyr",controls:{container:null,wrapper:".plyr__controls"},labels:"[data-plyr]",buttons:{play:'[data-plyr="play"]',pause:'[data-plyr="pause"]',restart:'[data-plyr="restart"]',rewind:'[data-plyr="rewind"]',fastForward:'[data-plyr="fast-forward"]',mute:'[data-plyr="mute"]',captions:'[data-plyr="captions"]',download:'[data-plyr="download"]',fullscreen:'[data-plyr="fullscreen"]',pip:'[data-plyr="pip"]',airplay:'[data-plyr="airplay"]',settings:'[data-plyr="settings"]',loop:'[data-plyr="loop"]'},inputs:{seek:'[data-plyr="seek"]',volume:'[data-plyr="volume"]',speed:'[data-plyr="speed"]',language:'[data-plyr="language"]',quality:'[data-plyr="quality"]'},display:{currentTime:".plyr__time--current",duration:".plyr__time--duration",buffer:".plyr__progress__buffer",loop:".plyr__progress__loop",volume:".plyr__volume--display"},progress:".plyr__progress",captions:".plyr__captions",caption:".plyr__caption"},classNames:{type:"plyr--{0}",provider:"plyr--{0}",video:"plyr__video-wrapper",embed:"plyr__video-embed",videoFixedRatio:"plyr__video-wrapper--fixed-ratio",embedContainer:"plyr__video-embed__container",poster:"plyr__poster",posterEnabled:"plyr__poster-enabled",ads:"plyr__ads",control:"plyr__control",controlPressed:"plyr__control--pressed",playing:"plyr--playing",paused:"plyr--paused",stopped:"plyr--stopped",loading:"plyr--loading",hover:"plyr--hover",tooltip:"plyr__tooltip",cues:"plyr__cues",hidden:"plyr__sr-only",hideControls:"plyr--hide-controls",isIos:"plyr--is-ios",isTouch:"plyr--is-touch",uiSupported:"plyr--full-ui",noTransition:"plyr--no-transition",display:{time:"plyr__time"},menu:{value:"plyr__menu__value",badge:"plyr__badge",open:"plyr--menu-open"},captions:{enabled:"plyr--captions-enabled",active:"plyr--captions-active"},fullscreen:{enabled:"plyr--fullscreen-enabled",fallback:"plyr--fullscreen-fallback"},pip:{supported:"plyr--pip-supported",active:"plyr--pip-active"},airplay:{supported:"plyr--airplay-supported",active:"plyr--airplay-active"},tabFocus:"plyr__tab-focus",previewThumbnails:{thumbContainer:"plyr__preview-thumb",thumbContainerShown:"plyr__preview-thumb--is-shown",imageContainer:"plyr__preview-thumb__image-container",timeContainer:"plyr__preview-thumb__time-container",scrubbingContainer:"plyr__preview-scrubbing",scrubbingContainerShown:"plyr__preview-scrubbing--is-shown"}},attributes:{embed:{provider:"data-plyr-provider",id:"data-plyr-embed-id"}},ads:{enabled:!1,publisherId:"",tagUrl:""},previewThumbnails:{enabled:!1,src:""},vimeo:{byline:!1,portrait:!1,title:!1,speed:!0,transparent:!1},youtube:{noCookie:!1,rel:0,showinfo:0,iv_load_policy:3,modestbranding:1}},Cu="picture-in-picture",Pu="inline",Lu={html5:"html5",youtube:"youtube",vimeo:"vimeo"},Iu="audio",Mu="video";function Ou(){}var ju=function(){function t(){var e=0<arguments.length&&void 0!==arguments[0]&&arguments[0];Ja(this,t),this.enabled=window.console&&e,this.enabled&&this.log("Debugging enabled")}return eo(t,[{key:"log",get:function(){return this.enabled?Function.prototype.bind.call(console.log,console):Ou}},{key:"warn",get:function(){return this.enabled?Function.prototype.bind.call(console.warn,console):Ou}},{key:"error",get:function(){return this.enabled?Function.prototype.bind.call(console.error,console):Ou}}]),t}();function Nu(){if(this.enabled){var e=this.player.elements.buttons.fullscreen;fc.element(e)&&(e.pressed=this.active),kc.call(this.player,this.target,this.active?"enterfullscreen":"exitfullscreen",!0),mc.isIos||function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:null,t=1<arguments.length&&void 0!==arguments[1]&&arguments[1];if(fc.element(e)){var n=Rc.call(this,"button:not(:disabled), input:not(:disabled), [tabindex]"),i=n[0],r=n[n.length-1];vc.call(this,this.elements.container,"keydown",function(e){if("Tab"===e.key&&9===e.keyCode){var t=document.activeElement;t!==r||e.shiftKey?t===i&&e.shiftKey&&(r.focus(),e.preventDefault()):(i.focus(),e.preventDefault())}},t,!1)}}.call(this.player,this.target,this.active)}}function _u(){var e=0<arguments.length&&void 0!==arguments[0]&&arguments[0];if(e?this.scrollPosition={x:window.scrollX||0,y:window.scrollY||0}:window.scrollTo(this.scrollPosition.x,this.scrollPosition.y),document.body.style.overflow=e?"hidden":"",jc(this.target,this.player.config.classNames.fullscreen.fallback,e),mc.isIos){var t=document.head.querySelector('meta[name="viewport"]'),n="viewport-fit=cover";t||(t=document.createElement("meta")).setAttribute("name","viewport");var i=fc.string(t.content)&&t.content.includes(n);e?(this.cleanupViewport=!i,i||(t.content+=",".concat(n))):this.cleanupViewport&&(t.content=t.content.split(",").filter(function(e){return e.trim()!==n}).join(","))}Nu.call(this)}var Ru=function(){function n(e){var t=this;Ja(this,n),this.player=e,this.prefix=n.prefix,this.property=n.property,this.scrollPosition={x:0,y:0},this.forceFallback="force"===e.config.fullscreen.fallback,yc.call(this.player,document,"ms"===this.prefix?"MSFullscreenChange":"".concat(this.prefix,"fullscreenchange"),function(){Nu.call(t)}),yc.call(this.player,this.player.elements.container,"dblclick",function(e){fc.element(t.player.elements.controls)&&t.player.elements.controls.contains(e.target)||t.toggle()}),this.update()}return eo(n,[{key:"update",value:function(){var e;this.enabled?(e=this.forceFallback?"Fallback (forced)":n.native?"Native":"Fallback",this.player.debug.log("".concat(e," fullscreen enabled"))):this.player.debug.log("Fullscreen not supported and fallback disabled");jc(this.player.elements.container,this.player.config.classNames.fullscreen.enabled,this.enabled)}},{key:"enter",value:function(){this.enabled&&(mc.isIos&&this.player.config.fullscreen.iosNative?this.target.webkitEnterFullscreen():!n.native||this.forceFallback?_u.call(this,!0):this.prefix?fc.empty(this.prefix)||this.target["".concat(this.prefix,"Request").concat(this.property)]():this.target.requestFullscreen())}},{key:"exit",value:function(){if(this.enabled)if(mc.isIos&&this.player.config.fullscreen.iosNative)this.target.webkitExitFullscreen(),this.player.play();else if(!n.native||this.forceFallback)_u.call(this,!1);else if(this.prefix){if(!fc.empty(this.prefix)){var e="moz"===this.prefix?"Cancel":"Exit";document["".concat(this.prefix).concat(e).concat(this.property)]()}}else(document.cancelFullScreen||document.exitFullscreen).call(document)}},{key:"toggle",value:function(){this.active?this.exit():this.enter()}},{key:"usingNative",get:function(){return n.native&&!this.forceFallback}},{key:"enabled",get:function(){return(n.native||this.player.config.fullscreen.fallback)&&this.player.config.fullscreen.enabled&&this.player.supported.ui&&this.player.isVideo}},{key:"active",get:function(){return!!this.enabled&&(!n.native||this.forceFallback?Nc(this.target,this.player.config.classNames.fullscreen.fallback):(this.prefix?document["".concat(this.prefix).concat(this.property,"Element")]:document.fullscreenElement)===this.target)}},{key:"target",get:function(){return mc.isIos&&this.player.config.fullscreen.iosNative?this.player.media:this.player.elements.container}}],[{key:"native",get:function(){return!!(document.fullscreenEnabled||document.webkitFullscreenEnabled||document.mozFullScreenEnabled||document.msFullscreenEnabled)}},{key:"prefix",get:function(){if(fc.function(document.exitFullscreen))return"";var t="";return["webkit","moz","ms"].some(function(e){return!(!fc.function(document["".concat(e,"ExitFullscreen")])&&!fc.function(document["".concat(e,"CancelFullScreen")]))&&(t=e,!0)}),t}},{key:"property",get:function(){return"moz"===this.prefix?"FullScreen":"Fullscreen"}}]),n}(),Uu=Math.sign||function(e){return 0==(e=+e)||e!=e?e:e<0?-1:1};function Fu(r,e){var a=1<arguments.length&&void 0!==e?e:1;return new Promise(function(e,t){function n(){delete i.onload,delete i.onerror,(i.naturalWidth>=a?e:t)(i)}var i=new Image;Object.assign(i,{onload:n,onerror:n,src:r})})}oe({target:"Math",stat:!0},{sign:Uu});var qu={addStyleHook:function(){jc(this.elements.container,this.config.selectors.container.replace(".",""),!0),jc(this.elements.container,this.config.classNames.uiSupported,this.supported.ui)},toggleNativeControls:function(e){0<arguments.length&&void 0!==e&&e&&this.isHTML5?this.media.setAttribute("controls",""):this.media.removeAttribute("controls")},build:function(){var e=this;if(this.listeners.media(),!this.supported.ui)return this.debug.warn("Basic support only for ".concat(this.provider," ").concat(this.type)),void qu.toggleNativeControls.call(this,!0);fc.element(this.elements.controls)||(Tu.inject.call(this),this.listeners.controls()),qu.toggleNativeControls.call(this),this.isHTML5&&Au.setup.call(this),this.volume=null,this.muted=null,this.loop=null,this.quality=null,this.speed=null,Tu.updateVolume.call(this),Tu.timeUpdate.call(this),qu.checkPlaying.call(this),jc(this.elements.container,this.config.classNames.pip.supported,Hc.pip&&this.isHTML5&&this.isVideo),jc(this.elements.container,this.config.classNames.airplay.supported,Hc.airplay&&this.isHTML5),jc(this.elements.container,this.config.classNames.isIos,mc.isIos),jc(this.elements.container,this.config.classNames.isTouch,this.touch),this.ready=!0,setTimeout(function(){kc.call(e,e.media,"ready")},0),qu.setTitle.call(this),this.poster&&qu.setPoster.call(this,this.poster,!1).catch(function(){}),this.config.duration&&Tu.durationUpdate.call(this)},setTitle:function(){var t=fu("play",this.config);if(fc.string(this.config.title)&&!fc.empty(this.config.title)&&(t+=", ".concat(this.config.title)),Array.from(this.elements.buttons.play||[]).forEach(function(e){e.setAttribute("aria-label",t)}),this.isEmbed){var e=Uc.call(this,"iframe");if(!fc.element(e))return;var n=fc.empty(this.config.title)?"video":this.config.title,i=fu("frameTitle",this.config);e.setAttribute("title",i.replace("{title}",n))}},togglePoster:function(e){jc(this.elements.container,this.config.classNames.posterEnabled,e)},setPoster:function(t,e){var n=this;return 1<arguments.length&&void 0!==e&&!e||!this.poster?(this.media.setAttribute("poster",t),function(){var t=this;return new Promise(function(e){return t.ready?setTimeout(e,0):yc.call(t,t.elements.container,"ready",e)}).then(function(){})}.call(this).then(function(){return Fu(t)}).catch(function(e){throw t===n.poster&&qu.togglePoster.call(n,!1),e}).then(function(){if(t!==n.poster)throw new Error("setPoster cancelled by later call to setPoster")}).then(function(){return Object.assign(n.elements.poster.style,{backgroundImage:"url('".concat(t,"')"),backgroundSize:""}),qu.togglePoster.call(n,!0),t})):Promise.reject(new Error("Poster already set"))},checkPlaying:function(e){var t=this;jc(this.elements.container,this.config.classNames.playing,this.playing),jc(this.elements.container,this.config.classNames.paused,this.paused),jc(this.elements.container,this.config.classNames.stopped,this.stopped),Array.from(this.elements.buttons.play||[]).forEach(function(e){Object.assign(e,{pressed:t.playing})}),fc.event(e)&&"timeupdate"===e.type||qu.toggleControls.call(this)},checkLoading:function(e){var t=this;this.loading=["stalled","waiting"].includes(e.type),clearTimeout(this.timers.loading),this.timers.loading=setTimeout(function(){jc(t.elements.container,t.config.classNames.loading,t.loading),qu.toggleControls.call(t)},this.loading?250:0)},toggleControls:function(e){var t=this.elements.controls;if(t&&this.config.hideControls){var n=this.touch&&this.lastSeekTime+2e3>Date.now();this.toggleControls(Boolean(e||this.loading||this.paused||t.pressed||t.hover||n))}}},Du=function(){function t(e){Ja(this,t),this.player=e,this.lastKey=null,this.focusTimer=null,this.lastKeyDown=null,this.handleKey=this.handleKey.bind(this),this.toggleMenu=this.toggleMenu.bind(this),this.setTabFocus=this.setTabFocus.bind(this),this.firstTouch=this.firstTouch.bind(this)}return eo(t,[{key:"handleKey",value:function(e){var t=this.player,n=t.elements,i=e.keyCode?e.keyCode:e.which,r="keydown"===e.type,a=r&&i===this.lastKey;if(!(e.altKey||e.ctrlKey||e.metaKey||e.shiftKey)&&fc.number(i)){if(r){var o=document.activeElement;if(fc.element(o)){var s=t.config.selectors.editable;if(o!==n.inputs.seek&&_c(o,s))return;if(32===e.which&&_c(o,'button, [role^="menuitem"]'))return}switch([32,37,38,39,40,48,49,50,51,52,53,54,56,57,67,70,73,75,76,77,79].includes(i)&&(e.preventDefault(),e.stopPropagation()),i){case 48:case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:a||(t.currentTime=t.duration/10*(i-48));break;case 32:case 75:a||t.togglePlay();break;case 38:t.increaseVolume(.1);break;case 40:t.decreaseVolume(.1);break;case 77:a||(t.muted=!t.muted);break;case 39:t.forward();break;case 37:t.rewind();break;case 70:t.fullscreen.toggle();break;case 67:a||t.toggleCaptions();break;case 76:t.loop=!t.loop}27===i&&!t.fullscreen.usingNative&&t.fullscreen.active&&t.fullscreen.toggle(),this.lastKey=i}else this.lastKey=null}}},{key:"toggleMenu",value:function(e){Tu.toggleMenu.call(this.player,e)}},{key:"firstTouch",value:function(){var e=this.player,t=e.elements;e.touch=!0,jc(t.container,e.config.classNames.isTouch,!0)}},{key:"setTabFocus",value:function(e){var t=this.player,n=t.elements;if(clearTimeout(this.focusTimer),"keydown"!==e.type||9===e.which){"keydown"===e.type&&(this.lastKeyDown=e.timeStamp);var i,r=e.timeStamp-this.lastKeyDown<=20;if("focus"!==e.type||r)i=t.config.classNames.tabFocus,jc(Rc.call(t,".".concat(i)),i,!1),this.focusTimer=setTimeout(function(){var e=document.activeElement;n.container.contains(e)&&jc(document.activeElement,t.config.classNames.tabFocus,!0)},10)}}},{key:"global",value:function(e){var t=!(0<arguments.length&&void 0!==e)||e,n=this.player;n.config.keyboard.global&&vc.call(n,window,"keydown keyup",this.handleKey,t,!1),vc.call(n,document.body,"click",this.toggleMenu,t),wc.call(n,document.body,"touchstart",this.firstTouch),vc.call(n,document.body,"keydown focus blur",this.setTabFocus,t,!1,!0)}},{key:"container",value:function(){var s=this.player,e=s.config,o=s.elements,i=s.timers;!e.keyboard.global&&e.keyboard.focused&&yc.call(s,o.container,"keydown keyup",this.handleKey,!1),yc.call(s,o.container,"mousemove mouseleave touchstart touchmove enterfullscreen exitfullscreen",function(e){var t=o.controls;t&&"enterfullscreen"===e.type&&(t.pressed=!1,t.hover=!1);var n=0;["touchstart","touchmove","mousemove"].includes(e.type)&&(qu.toggleControls.call(s,!0),n=s.touch?3e3:2e3),clearTimeout(i.controls),i.controls=setTimeout(function(){return qu.toggleControls.call(s,!1)},n)});function l(e){if(!e)return Wc.call(s);var t=o.container.getBoundingClientRect(),n=t.width,i=t.height;return Wc.call(s,"".concat(n,":").concat(i))}function c(){clearTimeout(i.resized),i.resized=setTimeout(l,50)}yc.call(s,o.container,"enterfullscreen exitfullscreen",function(e){var t=s.fullscreen,n=t.target,i=t.usingNative;if(n===o.container&&(s.isEmbed||!fc.empty(s.config.ratio))){var r="enterfullscreen"===e.type,a=l(r);a.padding;!function(e,t){if(s.isVimeo){var n=s.elements.wrapper.firstChild,i=no(e,2)[1],r=no(zc.call(s),2),a=r[0],o=r[1];n.style.maxWidth=t?"".concat(i/o*a,"px"):null,n.style.margin=t?"0 auto":null}}(a.ratio,r),i||(r?yc.call(s,window,"resize",c):bc.call(s,window,"resize",c))}})}},{key:"media",value:function(){var t=this,i=this.player,r=i.elements;if(yc.call(i,i.media,"timeupdate seeking seeked",function(e){return Tu.timeUpdate.call(i,e)}),yc.call(i,i.media,"durationchange loadeddata loadedmetadata",function(e){return Tu.durationUpdate.call(i,e)}),yc.call(i,i.media,"canplay loadeddata",function(){Oc(r.volume,!i.hasAudio),Oc(r.buttons.mute,!i.hasAudio)}),yc.call(i,i.media,"ended",function(){i.isHTML5&&i.isVideo&&i.config.resetOnEnd&&i.restart()}),yc.call(i,i.media,"progress playing seeking seeked",function(e){return Tu.updateProgress.call(i,e)}),yc.call(i,i.media,"volumechange",function(e){return Tu.updateVolume.call(i,e)}),yc.call(i,i.media,"playing play pause ended emptied timeupdate",function(e){return qu.checkPlaying.call(i,e)}),yc.call(i,i.media,"waiting canplay seeked playing",function(e){return qu.checkLoading.call(i,e)}),i.supported.ui&&i.config.clickToPlay&&!i.isAudio){var n=Uc.call(i,".".concat(i.config.classNames.video));if(!fc.element(n))return;yc.call(i,r.container,"click",function(e){([r.container,n].includes(e.target)||n.contains(e.target))&&(i.touch&&i.config.hideControls||(i.ended?(t.proxy(e,i.restart,"restart"),t.proxy(e,i.play,"play")):t.proxy(e,i.togglePlay,"play")))})}i.supported.ui&&i.config.disableContextMenu&&yc.call(i,r.wrapper,"contextmenu",function(e){e.preventDefault()},!1),yc.call(i,i.media,"volumechange",function(){i.storage.set({volume:i.volume,muted:i.muted})}),yc.call(i,i.media,"ratechange",function(){Tu.updateSetting.call(i,"speed"),i.storage.set({speed:i.speed})}),yc.call(i,i.media,"qualitychange",function(e){Tu.updateSetting.call(i,"quality",null,e.detail.quality)}),yc.call(i,i.media,"ready qualitychange",function(){Tu.setDownloadUrl.call(i)});var e=i.config.events.concat(["keyup","keydown"]).join(" ");yc.call(i,i.media,e,function(e){var t=e.detail,n=void 0===t?{}:t;"error"===e.type&&(n=i.media.error),kc.call(i,r.container,e.type,!0,n)})}},{key:"proxy",value:function(e,t,n){var i=this.player,r=i.config.listeners[n],a=!0;fc.function(r)&&(a=r.call(i,e)),a&&fc.function(t)&&t.call(i,e)}},{key:"bind",value:function(e,t,n,i,r){var a=this,o=!(4<arguments.length&&void 0!==r)||r,s=this.player,l=s.config.listeners[i],c=fc.function(l);yc.call(s,e,t,function(e){return a.proxy(e,n,i)},o&&!c)}},{key:"controls",value:function(){var i=this,s=this.player,r=s.elements,t=mc.isIE?"change":"input";if(r.buttons.play&&Array.from(r.buttons.play).forEach(function(e){i.bind(e,"click",s.togglePlay,"play")}),this.bind(r.buttons.restart,"click",s.restart,"restart"),this.bind(r.buttons.rewind,"click",s.rewind,"rewind"),this.bind(r.buttons.fastForward,"click",s.forward,"fastForward"),this.bind(r.buttons.mute,"click",function(){s.muted=!s.muted},"mute"),this.bind(r.buttons.captions,"click",function(){return s.toggleCaptions()}),this.bind(r.buttons.download,"click",function(){kc.call(s,s.media,"download")},"download"),this.bind(r.buttons.fullscreen,"click",function(){s.fullscreen.toggle()},"fullscreen"),this.bind(r.buttons.pip,"click",function(){s.pip="toggle"},"pip"),this.bind(r.buttons.airplay,"click",s.airplay,"airplay"),this.bind(r.buttons.settings,"click",function(e){e.stopPropagation(),Tu.toggleMenu.call(s,e)}),this.bind(r.buttons.settings,"keyup",function(e){var t=e.which;[13,32].includes(t)&&(13!==t?(e.preventDefault(),e.stopPropagation(),Tu.toggleMenu.call(s,e)):Tu.focusFirstMenuItem.call(s,null,!0))},null,!1),this.bind(r.settings.menu,"keydown",function(e){27===e.which&&Tu.toggleMenu.call(s,e)}),this.bind(r.inputs.seek,"mousedown mousemove",function(e){var t=r.progress.getBoundingClientRect(),n=100/t.width*(e.pageX-t.left);e.currentTarget.setAttribute("seek-value",n)}),this.bind(r.inputs.seek,"mousedown mouseup keydown keyup touchstart touchend",function(e){var t=e.currentTarget,n=e.keyCode?e.keyCode:e.which,i="play-on-seeked";if(!fc.keyboardEvent(e)||39===n||37===n){s.lastSeekTime=Date.now();var r=t.hasAttribute(i),a=["mouseup","touchend","keyup"].includes(e.type);r&&a?(t.removeAttribute(i),s.play()):!a&&s.playing&&(t.setAttribute(i,""),s.pause())}}),mc.isIos){var e=Rc.call(s,'input[type="range"]');Array.from(e).forEach(function(e){return i.bind(e,t,function(e){return pc(e.target)})})}this.bind(r.inputs.seek,t,function(e){var t=e.currentTarget,n=t.getAttribute("seek-value");fc.empty(n)&&(n=t.value),t.removeAttribute("seek-value"),s.currentTime=n/t.max*s.duration},"seek"),this.bind(r.progress,"mouseenter mouseleave mousemove",function(e){return Tu.updateSeekTooltip.call(s,e)}),this.bind(r.progress,"mousemove touchmove",function(e){var t=s.previewThumbnails;t&&t.loaded&&t.startMove(e)}),this.bind(r.progress,"mouseleave click",function(){var e=s.previewThumbnails;e&&e.loaded&&e.endMove(!1,!0)}),this.bind(r.progress,"mousedown touchstart",function(e){var t=s.previewThumbnails;t&&t.loaded&&t.startScrubbing(e)}),this.bind(r.progress,"mouseup touchend",function(e){var t=s.previewThumbnails;t&&t.loaded&&t.endScrubbing(e)}),mc.isWebkit&&Array.from(Rc.call(s,'input[type="range"]')).forEach(function(e){i.bind(e,"input",function(e){return Tu.updateRangeFill.call(s,e.target)})}),s.config.toggleInvert&&!fc.element(r.display.duration)&&this.bind(r.display.currentTime,"click",function(){0!==s.currentTime&&(s.config.invertTime=!s.config.invertTime,Tu.timeUpdate.call(s))}),this.bind(r.inputs.volume,t,function(e){s.volume=e.target.value},"volume"),this.bind(r.controls,"mouseenter mouseleave",function(e){r.controls.hover=!s.touch&&"mouseenter"===e.type}),this.bind(r.controls,"mousedown mouseup touchstart touchend touchcancel",function(e){r.controls.pressed=["mousedown","touchstart"].includes(e.type)}),this.bind(r.controls,"focusin",function(){var e=s.config,t=s.timers;jc(r.controls,e.classNames.noTransition,!0),qu.toggleControls.call(s,!0),setTimeout(function(){jc(r.controls,e.classNames.noTransition,!1)},0);var n=i.touch?3e3:4e3;clearTimeout(t.controls),t.controls=setTimeout(function(){return qu.toggleControls.call(s,!1)},n)}),this.bind(r.inputs.volume,"wheel",function(e){var t=e.webkitDirectionInvertedFromDevice,n=no([e.deltaX,-e.deltaY].map(function(e){return t?-e:e}),2),i=n[0],r=n[1],a=Math.sign(Math.abs(i)>Math.abs(r)?i:r);s.increaseVolume(a/50);var o=s.media.volume;(1===a&&o<1||-1===a&&0<o)&&e.preventDefault()},"volume",!1)}}]),t}(),Hu=_.f,Vu=Function.prototype,Bu=Vu.toString,zu=/^\s*function ([^ (]*)/;!b||"name"in Vu||Hu(Vu,"name",{configurable:!0,get:function(){try{return Bu.call(this).match(zu)[1]}catch(e){return""}}});var Wu=Math.max,Ku=Math.min;oe({target:"Array",proto:!0,forced:!xn("splice")},{splice:function(e,t){var n,i,r,a,o,s,l=se(this),c=ee(l.length),u=te(e,c),h=arguments.length;if(0===h?n=i=0:i=1===h?(n=0,c-u):(n=h-2,Ku(Wu(Z(t),0),c-u)),9007199254740991<c+n-i)throw TypeError("Maximum allowed length exceeded");for(r=We(l,i),a=0;a<i;a++)(o=u+a)in l&&An(r,a,l[o]);if(n<(r.length=i)){for(a=u;a<c-i;a++)s=a+n,(o=a+i)in l?l[s]=l[o]:delete l[s];for(a=c;c-i+n<a;a--)delete l[a-1]}else if(i<n)for(a=c-i;u<a;a--)s=a+n-1,(o=a+i-1)in l?l[s]=l[o]:delete l[s];for(a=0;a<n;a++)l[a+u]=arguments[a+2];return l.length=c-i+n,r}});var $u=t(function(e,t){function o(e,t){if(e){var n=u[e];if(c[e]=t,n)for(;n.length;)n[0](e,t),n.splice(0,1)}}function s(e,t){e.call&&(e={success:e}),t.length?(e.error||f)(t):(e.success||f)(e)}function h(n,i,r,a){var o,s,e=document,t=r.async,l=(r.numRetries||0)+1,c=r.before||f,u=n.replace(/^(css|img)!/,"");a=a||0,/(^css!|\.css$)/.test(n)?((s=e.createElement("link")).rel="stylesheet",s.href=u,(o="hideFocus"in s)&&s.relList&&(o=0,s.rel="preload",s.as="style")):/(^img!|\.(png|gif|jpg|svg)$)/.test(n)?(s=e.createElement("img")).src=u:((s=e.createElement("script")).src=n,s.async=void 0===t||t),!(s.onload=s.onerror=s.onbeforeload=function(e){var t=e.type[0];if(o)try{s.sheet.cssText.length||(t="e")}catch(e){18!=e.code&&(t="e")}if("e"==t){if((a+=1)<l)return h(n,i,r,a)}else if("preload"==s.rel&&"style"==s.as)return s.rel="stylesheet";i(n,t,e.defaultPrevented)})!==c(n,s)&&e.head.appendChild(s)}function n(e,t,n){var i,r;if(t&&t.trim&&(i=t),r=(i?n:t)||{},i){if(i in l)throw"LoadJS";l[i]=!0}function a(t,n){!function(e,i,t){var n,r,a=(e=e.push?e:[e]).length,o=a,s=[];for(n=function(e,t,n){if("e"==t&&s.push(e),"b"==t){if(!n)return;s.push(e)}--a||i(s)},r=0;r<o;r++)h(e[r],n,t)}(e,function(e){s(r,e),t&&s({success:t,error:n},e),o(i,e)},r)}if(r.returnPromise)return new Promise(a);a()}var f,l,c,u;e.exports=(f=function(){},l={},c={},u={},n.ready=function(e,t){return function(e,n){e=e.push?e:[e];var t,i,r,a=[],o=e.length,s=o;for(t=function(e,t){t.length&&a.push(e),--s||n(a)};o--;)i=e[o],(r=c[i])?t(i,r):(u[i]=u[i]||[]).push(t)}(e,function(e){s(t,e)}),n},n.done=function(e){o(e,[])},n.reset=function(){l={},c={},u={}},n.isDefined=function(e){return e in l},n)});function Yu(n){return new Promise(function(e,t){$u(n,{success:e,error:t})})}function Gu(e){e&&!this.embed.hasPlayed&&(this.embed.hasPlayed=!0),this.media.paused===e&&(this.media.paused=!e,kc.call(this,this.media,e?"play":"pause"))}var Qu={setup:function(){var t=this;jc(this.elements.wrapper,this.config.classNames.embed,!0),Wc.call(this),fc.object(window.Vimeo)?Qu.ready.call(this):Yu(this.config.urls.vimeo.sdk).then(function(){Qu.ready.call(t)}).catch(function(e){t.debug.warn("Vimeo SDK (player.js) failed to load",e)})},ready:function(){var r=this,o=this,e=o.config.vimeo,t=Eu(Sc({},{loop:o.config.loop.active,autoplay:o.autoplay,muted:o.muted,gesture:"media",playsinline:!this.config.fullscreen.iosNative},e)),n=o.media.getAttribute("src");fc.empty(n)&&(n=o.media.getAttribute(o.config.attributes.embed.id));var i,a=(i=n,fc.empty(i)?null:fc.number(Number(i))?i:i.match(/^.*(vimeo.com\/|video\/)(\d+).*/)?RegExp.$2:i),s=xc("iframe"),l=ou(o.config.urls.vimeo.iframe,a,t);s.setAttribute("src",l),s.setAttribute("allowfullscreen",""),s.setAttribute("allowtransparency",""),s.setAttribute("allow","autoplay");var c=xc("div",{poster:o.poster,class:o.config.classNames.embedContainer});c.appendChild(s),o.media=Ic(c,o.media),pu(ou(o.config.urls.vimeo.api,a),"json").then(function(e){if(!fc.empty(e)){var t=new URL(e[0].thumbnail_large);t.pathname="".concat(t.pathname.split("_")[0],".jpg"),qu.setPoster.call(o,t.href).catch(function(){})}}),o.embed=new window.Vimeo.Player(s,{autopause:o.config.autopause,muted:o.muted}),o.media.paused=!0,o.media.currentTime=0,o.supported.ui&&o.embed.disableTextTrack(),o.media.play=function(){return Gu.call(o,!0),o.embed.play()},o.media.pause=function(){return Gu.call(o,!1),o.embed.pause()},o.media.stop=function(){o.pause(),o.currentTime=0};var u=o.media.currentTime;Object.defineProperty(o.media,"currentTime",{get:function(){return u},set:function(e){var t=o.embed,n=o.media,i=o.paused,r=o.volume,a=i&&!t.hasPlayed;n.seeking=!0,kc.call(o,n,"seeking"),Promise.resolve(a&&t.setVolume(0)).then(function(){return t.setCurrentTime(e)}).then(function(){return a&&t.pause()}).then(function(){return a&&t.setVolume(r)}).catch(function(){})}});var h=o.config.speed.selected;Object.defineProperty(o.media,"playbackRate",{get:function(){return h},set:function(e){o.embed.setPlaybackRate(e).then(function(){h=e,kc.call(o,o.media,"ratechange")}).catch(function(e){"Error"===e.name&&Tu.setSpeedMenu.call(o,[])})}});var f=o.config.volume;Object.defineProperty(o.media,"volume",{get:function(){return f},set:function(e){o.embed.setVolume(e).then(function(){f=e,kc.call(o,o.media,"volumechange")})}});var d=o.config.muted;Object.defineProperty(o.media,"muted",{get:function(){return d},set:function(e){var t=!!fc.boolean(e)&&e;o.embed.setVolume(t?0:o.config.volume).then(function(){d=t,kc.call(o,o.media,"volumechange")})}});var p,m=o.config.loop;Object.defineProperty(o.media,"loop",{get:function(){return m},set:function(e){var t=fc.boolean(e)?e:o.config.loop.active;o.embed.setLoop(t).then(function(){m=t})}}),o.embed.getVideoUrl().then(function(e){p=e,Tu.setDownloadUrl.call(o)}).catch(function(e){r.debug.warn(e)}),Object.defineProperty(o.media,"currentSrc",{get:function(){return p}}),Object.defineProperty(o.media,"ended",{get:function(){return o.currentTime===o.duration}}),Promise.all([o.embed.getVideoWidth(),o.embed.getVideoHeight()]).then(function(e){var t=no(e,2),n=t[0],i=t[1];o.embed.ratio=[n,i],Wc.call(r)}),o.embed.setAutopause(o.config.autopause).then(function(e){o.config.autopause=e}),o.embed.getVideoTitle().then(function(e){o.config.title=e,qu.setTitle.call(r)}),o.embed.getCurrentTime().then(function(e){u=e,kc.call(o,o.media,"timeupdate")}),o.embed.getDuration().then(function(e){o.media.duration=e,kc.call(o,o.media,"durationchange")}),o.embed.getTextTracks().then(function(e){o.media.textTracks=e,Au.setup.call(o)}),o.embed.on("cuechange",function(e){var t=e.cues,n=(void 0===t?[]:t).map(function(e){return t=e.text,n=document.createDocumentFragment(),i=document.createElement("div"),n.appendChild(i),i.innerHTML=t,n.firstChild.innerText;var t,n,i});Au.updateCues.call(o,n)}),o.embed.on("loaded",function(){o.embed.getPaused().then(function(e){Gu.call(o,!e),e||kc.call(o,o.media,"playing")}),fc.element(o.embed.element)&&o.supported.ui&&o.embed.element.setAttribute("tabindex",-1)}),o.embed.on("play",function(){Gu.call(o,!0),kc.call(o,o.media,"playing")}),o.embed.on("pause",function(){Gu.call(o,!1)}),o.embed.on("timeupdate",function(e){o.media.seeking=!1,u=e.seconds,kc.call(o,o.media,"timeupdate")}),o.embed.on("progress",function(e){o.media.buffered=e.percent,kc.call(o,o.media,"progress"),1===parseInt(e.percent,10)&&kc.call(o,o.media,"canplaythrough"),o.embed.getDuration().then(function(e){e!==o.media.duration&&(o.media.duration=e,kc.call(o,o.media,"durationchange"))})}),o.embed.on("seeked",function(){o.media.seeking=!1,kc.call(o,o.media,"seeked")}),o.embed.on("ended",function(){o.media.paused=!0,kc.call(o,o.media,"ended")}),o.embed.on("error",function(e){o.media.error=e,kc.call(o,o.media,"error")}),setTimeout(function(){return qu.build.call(o)},0)}};function Xu(e){e&&!this.embed.hasPlayed&&(this.embed.hasPlayed=!0),this.media.paused===e&&(this.media.paused=!e,kc.call(this,this.media,e?"play":"pause"))}var Ju={setup:function(){var t=this;if(jc(this.elements.wrapper,this.config.classNames.embed,!0),fc.object(window.YT)&&fc.function(window.YT.Player))Ju.ready.call(this);else{var e=window.onYouTubeIframeAPIReady;window.onYouTubeIframeAPIReady=function(){fc.function(e)&&e(),Ju.ready.call(t)},Yu(this.config.urls.youtube.sdk).catch(function(e){t.debug.warn("YouTube API failed to load",e)})}},getTitle:function(e){var r=this;pu(ou(this.config.urls.youtube.api,e)).then(function(e){if(fc.object(e)){var t=e.title,n=e.height,i=e.width;r.config.title=t,qu.setTitle.call(r),r.embed.ratio=[i,n]}Wc.call(r)}).catch(function(){Wc.call(r)})},ready:function(){var r=this,e=r.media&&r.media.getAttribute("id");if(fc.empty(e)||!e.startsWith("youtube-")){var t=r.media.getAttribute("src");fc.empty(t)&&(t=r.media.getAttribute(this.config.attributes.embed.id));var n,i,a=(n=t,fc.empty(n)?null:n.match(/^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|&v=)([^#&?]*).*/)?RegExp.$2:n),o=(i=r.provider,"".concat(i,"-").concat(Math.floor(1e4*Math.random()))),s=xc("div",{id:o,poster:r.poster});r.media=Ic(s,r.media);var l=function(e){return"https://i.ytimg.com/vi/".concat(a,"/").concat(e,"default.jpg")};Fu(l("maxres"),121).catch(function(){return Fu(l("sd"),121)}).catch(function(){return Fu(l("hq"))}).then(function(e){return qu.setPoster.call(r,e.src)}).then(function(e){e.includes("maxres")||(r.elements.poster.style.backgroundSize="cover")}).catch(function(){});var c=r.config.youtube;r.embed=new window.YT.Player(o,{videoId:a,host:c.noCookie?"https://www.youtube-nocookie.com":"http:"===window.location.protocol?"http://www.youtube.com":void 0,playerVars:Sc({},{autoplay:r.config.autoplay?1:0,hl:r.config.hl,controls:r.supported.ui?0:1,disablekb:1,playsinline:r.config.fullscreen.iosNative?0:1,cc_load_policy:r.captions.active?1:0,cc_lang_pref:r.config.captions.language,widget_referrer:window?window.location.href:null},c),events:{onError:function(e){if(!r.media.error){var t=e.data,n={2:"The request contains an invalid parameter value. For example, this error occurs if you specify a video ID that does not have 11 characters, or if the video ID contains invalid characters, such as exclamation points or asterisks.",5:"The requested content cannot be played in an HTML5 player or another error related to the HTML5 player has occurred.",100:"The video requested was not found. This error occurs when a video has been removed (for any reason) or has been marked as private.",101:"The owner of the requested video does not allow it to be played in embedded players.",150:"The owner of the requested video does not allow it to be played in embedded players."}[t]||"An unknown error occured";r.media.error={code:t,message:n},kc.call(r,r.media,"error")}},onPlaybackRateChange:function(e){var t=e.target;r.media.playbackRate=t.getPlaybackRate(),kc.call(r,r.media,"ratechange")},onReady:function(e){if(!fc.function(r.media.play)){var n=e.target;Ju.getTitle.call(r,a),r.media.play=function(){Xu.call(r,!0),n.playVideo()},r.media.pause=function(){Xu.call(r,!1),n.pauseVideo()},r.media.stop=function(){n.stopVideo()},r.media.duration=n.getDuration(),r.media.paused=!0,r.media.currentTime=0,Object.defineProperty(r.media,"currentTime",{get:function(){return Number(n.getCurrentTime())},set:function(e){r.paused&&!r.embed.hasPlayed&&r.embed.mute(),r.media.seeking=!0,kc.call(r,r.media,"seeking"),n.seekTo(e)}}),Object.defineProperty(r.media,"playbackRate",{get:function(){return n.getPlaybackRate()},set:function(e){n.setPlaybackRate(e)}});var t=r.config.volume;Object.defineProperty(r.media,"volume",{get:function(){return t},set:function(e){t=e,n.setVolume(100*t),kc.call(r,r.media,"volumechange")}});var i=r.config.muted;Object.defineProperty(r.media,"muted",{get:function(){return i},set:function(e){var t=fc.boolean(e)?e:i;n[(i=t)?"mute":"unMute"](),kc.call(r,r.media,"volumechange")}}),Object.defineProperty(r.media,"currentSrc",{get:function(){return n.getVideoUrl()}}),Object.defineProperty(r.media,"ended",{get:function(){return r.currentTime===r.duration}}),r.options.speed=n.getAvailablePlaybackRates(),r.supported.ui&&r.media.setAttribute("tabindex",-1),kc.call(r,r.media,"timeupdate"),kc.call(r,r.media,"durationchange"),clearInterval(r.timers.buffering),r.timers.buffering=setInterval(function(){r.media.buffered=n.getVideoLoadedFraction(),(null===r.media.lastBuffered||r.media.lastBuffered<r.media.buffered)&&kc.call(r,r.media,"progress"),r.media.lastBuffered=r.media.buffered,1===r.media.buffered&&(clearInterval(r.timers.buffering),kc.call(r,r.media,"canplaythrough"))},200),setTimeout(function(){return qu.build.call(r)},50)}},onStateChange:function(e){var t=e.target;switch(clearInterval(r.timers.playing),r.media.seeking&&[1,2].includes(e.data)&&(r.media.seeking=!1,kc.call(r,r.media,"seeked")),e.data){case-1:kc.call(r,r.media,"timeupdate"),r.media.buffered=t.getVideoLoadedFraction(),kc.call(r,r.media,"progress");break;case 0:Xu.call(r,!1),r.media.loop?(t.stopVideo(),t.playVideo()):kc.call(r,r.media,"ended");break;case 1:r.config.autoplay||!r.media.paused||r.embed.hasPlayed?(Xu.call(r,!0),kc.call(r,r.media,"playing"),r.timers.playing=setInterval(function(){kc.call(r,r.media,"timeupdate")},50),r.media.duration!==t.getDuration()&&(r.media.duration=t.getDuration(),kc.call(r,r.media,"durationchange"))):r.media.pause();break;case 2:r.muted||r.embed.unMute(),Xu.call(r,!1)}kc.call(r,r.elements.container,"statechange",!1,{code:e.data})}}})}}},Zu={setup:function(){this.media?(jc(this.elements.container,this.config.classNames.type.replace("{0}",this.type),!0),jc(this.elements.container,this.config.classNames.provider.replace("{0}",this.provider),!0),this.isEmbed&&jc(this.elements.container,this.config.classNames.type.replace("{0}","video"),!0),this.isVideo&&(this.elements.wrapper=xc("div",{class:this.config.classNames.video}),Ec(this.media,this.elements.wrapper),this.elements.poster=xc("div",{class:this.config.classNames.poster}),this.elements.wrapper.appendChild(this.elements.poster)),this.isHTML5?Kc.extend.call(this):this.isYouTube?Ju.setup.call(this):this.isVimeo&&Qu.setup.call(this)):this.debug.warn("No media element found!")}},eh=function(){function t(e){var n=this;Ja(this,t),this.player=e,this.config=e.config.ads,this.playing=!1,this.initialized=!1,this.elements={container:null,displayContainer:null},this.manager=null,this.loader=null,this.cuePoints=null,this.events={},this.safetyTimer=null,this.countdownTimer=null,this.managerPromise=new Promise(function(e,t){n.on("loaded",e),n.on("error",t)}),this.load()}return eo(t,[{key:"load",value:function(){var e=this;this.enabled&&(fc.object(window.google)&&fc.object(window.google.ima)?this.ready():Yu(this.player.config.urls.googleIMA.sdk).then(function(){e.ready()}).catch(function(){e.trigger("error",new Error("Google IMA SDK failed to load"))}))}},{key:"ready",value:function(){var e,t=this;this.enabled||((e=this).manager&&e.manager.destroy(),e.elements.displayContainer&&e.elements.displayContainer.destroy(),e.elements.container.remove()),this.startSafetyTimer(12e3,"ready()"),this.managerPromise.then(function(){t.clearSafetyTimer("onAdsManagerLoaded()")}),this.listeners(),this.setupIMA()}},{key:"setupIMA",value:function(){this.elements.container=xc("div",{class:this.player.config.classNames.ads}),this.player.elements.container.appendChild(this.elements.container),google.ima.settings.setVpaidMode(google.ima.ImaSdkSettings.VpaidMode.ENABLED),google.ima.settings.setLocale(this.player.config.ads.language),google.ima.settings.setDisableCustomPlaybackForIOS10Plus(this.player.config.playsinline),this.elements.displayContainer=new google.ima.AdDisplayContainer(this.elements.container,this.player.media),this.requestAds()}},{key:"requestAds",value:function(){var t=this,e=this.player.elements.container;try{this.loader=new google.ima.AdsLoader(this.elements.displayContainer),this.loader.addEventListener(google.ima.AdsManagerLoadedEvent.Type.ADS_MANAGER_LOADED,function(e){return t.onAdsManagerLoaded(e)},!1),this.loader.addEventListener(google.ima.AdErrorEvent.Type.AD_ERROR,function(e){return t.onAdError(e)},!1);var n=new google.ima.AdsRequest;n.adTagUrl=this.tagUrl,n.linearAdSlotWidth=e.offsetWidth,n.linearAdSlotHeight=e.offsetHeight,n.nonLinearAdSlotWidth=e.offsetWidth,n.nonLinearAdSlotHeight=e.offsetHeight,n.forceNonLinearFullSlot=!1,n.setAdWillPlayMuted(!this.player.muted),this.loader.requestAds(n)}catch(e){this.onAdError(e)}}},{key:"pollCountdown",value:function(e){var n=this;if(!(0<arguments.length&&void 0!==e&&e))return clearInterval(this.countdownTimer),void this.elements.container.removeAttribute("data-badge-text");this.countdownTimer=setInterval(function(){var e=ku(Math.max(n.manager.getRemainingTime(),0)),t="".concat(fu("advertisement",n.player.config)," - ").concat(e);n.elements.container.setAttribute("data-badge-text",t)},100)}},{key:"onAdsManagerLoaded",value:function(e){var t=this;if(this.enabled){var n=new google.ima.AdsRenderingSettings;n.restoreCustomPlaybackStateOnAdBreakComplete=!0,n.enablePreloading=!0,this.manager=e.getAdsManager(this.player,n),this.cuePoints=this.manager.getCuePoints(),this.manager.addEventListener(google.ima.AdErrorEvent.Type.AD_ERROR,function(e){return t.onAdError(e)}),Object.keys(google.ima.AdEvent.Type).forEach(function(e){t.manager.addEventListener(google.ima.AdEvent.Type[e],function(e){return t.onAdEvent(e)})}),this.trigger("loaded")}}},{key:"addCuePoints",value:function(){var r=this;fc.empty(this.cuePoints)||this.cuePoints.forEach(function(e){if(0!==e&&-1!==e&&e<r.player.duration){var t=r.player.elements.progress;if(fc.element(t)){var n=100/r.player.duration*e,i=xc("span",{class:r.player.config.classNames.cues});i.style.left="".concat(n.toString(),"%"),t.appendChild(i)}}})}},{key:"onAdEvent",value:function(e){var t,n=this,i=this.player.elements.container,r=e.getAd(),a=e.getAdData();switch(t=e.type,kc.call(n.player,n.player.media,"ads".concat(t.replace(/_/g,"").toLowerCase())),e.type){case google.ima.AdEvent.Type.LOADED:this.trigger("loaded"),this.pollCountdown(!0),r.isLinear()||(r.width=i.offsetWidth,r.height=i.offsetHeight);break;case google.ima.AdEvent.Type.STARTED:this.manager.setVolume(this.player.volume);break;case google.ima.AdEvent.Type.ALL_ADS_COMPLETED:this.loadAds();break;case google.ima.AdEvent.Type.CONTENT_PAUSE_REQUESTED:this.pauseContent();break;case google.ima.AdEvent.Type.CONTENT_RESUME_REQUESTED:this.pollCountdown(),this.resumeContent();break;case google.ima.AdEvent.Type.LOG:a.adError&&this.player.debug.warn("Non-fatal ad error: ".concat(a.adError.getMessage()))}}},{key:"onAdError",value:function(e){this.cancel(),this.player.debug.warn("Ads error",e)}},{key:"listeners",value:function(){var i,r=this,e=this.player.elements.container;this.player.on("canplay",function(){r.addCuePoints()}),this.player.on("ended",function(){r.loader.contentComplete()}),this.player.on("timeupdate",function(){i=r.player.currentTime}),this.player.on("seeked",function(){var n=r.player.currentTime;fc.empty(r.cuePoints)||r.cuePoints.forEach(function(e,t){i<e&&e<n&&(r.manager.discardAdBreak(),r.cuePoints.splice(t,1))})}),window.addEventListener("resize",function(){r.manager&&r.manager.resize(e.offsetWidth,e.offsetHeight,google.ima.ViewMode.NORMAL)})}},{key:"play",value:function(){var t=this,e=this.player.elements.container;this.managerPromise||this.resumeContent(),this.managerPromise.then(function(){t.manager.setVolume(t.player.volume),t.elements.displayContainer.initialize();try{t.initialized||(t.manager.init(e.offsetWidth,e.offsetHeight,google.ima.ViewMode.NORMAL),t.manager.start()),t.initialized=!0}catch(e){t.onAdError(e)}}).catch(function(){})}},{key:"resumeContent",value:function(){this.elements.container.style.zIndex="",this.playing=!1,this.player.media.play()}},{key:"pauseContent",value:function(){this.elements.container.style.zIndex=3,this.playing=!0,this.player.media.pause()}},{key:"cancel",value:function(){this.initialized&&this.resumeContent(),this.trigger("error"),this.loadAds()}},{key:"loadAds",value:function(){var t=this;this.managerPromise.then(function(){t.manager&&t.manager.destroy(),t.managerPromise=new Promise(function(e){t.on("loaded",e),t.player.debug.log(t.manager)}),t.requestAds()}).catch(function(){})}},{key:"trigger",value:function(e){for(var t=this,n=arguments.length,i=new Array(1<n?n-1:0),r=1;r<n;r++)i[r-1]=arguments[r];var a=this.events[e];fc.array(a)&&a.forEach(function(e){fc.function(e)&&e.apply(t,i)})}},{key:"on",value:function(e,t){return fc.array(this.events[e])||(this.events[e]=[]),this.events[e].push(t),this}},{key:"startSafetyTimer",value:function(e,t){var n=this;this.player.debug.log("Safety timer invoked from: ".concat(t)),this.safetyTimer=setTimeout(function(){n.cancel(),n.clearSafetyTimer("startSafetyTimer()")},e)}},{key:"clearSafetyTimer",value:function(e){fc.nullOrUndefined(this.safetyTimer)||(this.player.debug.log("Safety timer cleared from: ".concat(e)),clearTimeout(this.safetyTimer),this.safetyTimer=null)}},{key:"enabled",get:function(){var e=this.config;return this.player.isHTML5&&this.player.isVideo&&e.enabled&&(!fc.empty(e.publisherId)||fc.url(e.tagUrl))}},{key:"tagUrl",get:function(){var e=this.config;if(fc.url(e.tagUrl))return e.tagUrl;var t={AV_PUBLISHERID:"58c25bb0073ef448b1087ad6",AV_CHANNELID:"5a0458dc28a06145e4519d21",AV_URL:window.location.hostname,cb:Date.now(),AV_WIDTH:640,AV_HEIGHT:480,AV_CDIM2:this.publisherId};return"".concat("https://go.aniview.com/api/adserver6/vast/","?").concat(Eu(t))}}]),t}(),th=ct.findIndex,nh="findIndex",ih=!0;nh in[]&&Array(1)[nh](function(){ih=!1}),oe({target:"Array",proto:!0,forced:ih},{findIndex:function(e,t){return th(this,e,1<arguments.length?t:void 0)}}),$t(nh);var rh=function(){function t(e){Ja(this,t),this.player=e,this.thumbnails=[],this.loaded=!1,this.lastMouseMoveTime=Date.now(),this.mouseDown=!1,this.loadedImages=[],this.elements={thumb:{},scrubbing:{}},this.load()}return eo(t,[{key:"load",value:function(){var e=this;this.player.elements.display.seekTooltip&&(this.player.elements.display.seekTooltip.hidden=this.enabled),this.enabled&&this.getThumbnails().then(function(){e.enabled&&(e.render(),e.determineContainerAutoSizing(),e.loaded=!0)})}},{key:"getThumbnails",value:function(){var i=this;return new Promise(function(e){var t=i.player.config.previewThumbnails.src;if(fc.empty(t))throw new Error("Missing previewThumbnails.src config attribute");var n=(fc.string(t)?[t]:t).map(function(e){return i.getThumbnail(e)});Promise.all(n).then(function(){i.thumbnails.sort(function(e,t){return e.height-t.height}),i.player.debug.log("Preview thumbnails",i.thumbnails),e()})})}},{key:"getThumbnail",value:function(a){var o=this;return new Promise(function(r){pu(a).then(function(e){var t,n={frames:(t=[],e.split(/\r\n\r\n|\n\n|\r\r/).forEach(function(e){var a={};e.split(/\r\n|\n|\r/).forEach(function(e){if(fc.number(a.startTime)){if(!fc.empty(e.trim())&&fc.empty(a.text)){var t=e.trim().split("#xywh="),n=no(t,1);if(a.text=n[0],t[1]){var i=no(t[1].split(","),4);a.x=i[0],a.y=i[1],a.w=i[2],a.h=i[3]}}}else{var r=e.match(/([0-9]{2})?:?([0-9]{2}):([0-9]{2}).([0-9]{2,3})( ?--> ?)([0-9]{2})?:?([0-9]{2}):([0-9]{2}).([0-9]{2,3})/);r&&(a.startTime=60*Number(r[1]||0)*60+60*Number(r[2])+Number(r[3])+Number("0.".concat(r[4])),a.endTime=60*Number(r[6]||0)*60+60*Number(r[7])+Number(r[8])+Number("0.".concat(r[9])))}}),a.text&&t.push(a)}),t),height:null,urlPrefix:""};n.frames[0].text.startsWith("/")||n.frames[0].text.startsWith("http://")||n.frames[0].text.startsWith("https://")||(n.urlPrefix=a.substring(0,a.lastIndexOf("/")+1));var i=new Image;i.onload=function(){n.height=i.naturalHeight,n.width=i.naturalWidth,o.thumbnails.push(n),r()},i.src=n.urlPrefix+n.frames[0].text})})}},{key:"startMove",value:function(e){if(this.loaded&&fc.event(e)&&["touchmove","mousemove"].includes(e.type)&&this.player.media.duration){if("touchmove"===e.type)this.seekTime=this.player.media.duration*(this.player.elements.inputs.seek.value/100);else{var t=this.player.elements.progress.getBoundingClientRect(),n=100/t.width*(e.pageX-t.left);this.seekTime=this.player.media.duration*(n/100),this.seekTime<0&&(this.seekTime=0),this.seekTime>this.player.media.duration-1&&(this.seekTime=this.player.media.duration-1),this.mousePosX=e.pageX,this.elements.thumb.time.innerText=ku(this.seekTime)}this.showImageAtCurrentTime()}}},{key:"endMove",value:function(){this.toggleThumbContainer(!1,!0)}},{key:"startScrubbing",value:function(e){!1!==e.button&&0!==e.button||(this.mouseDown=!0,this.player.media.duration&&(this.toggleScrubbingContainer(!0),this.toggleThumbContainer(!1,!0),this.showImageAtCurrentTime()))}},{key:"endScrubbing",value:function(){var e=this;this.mouseDown=!1,Math.ceil(this.lastTime)===Math.ceil(this.player.media.currentTime)?this.toggleScrubbingContainer(!1):wc.call(this.player,this.player.media,"timeupdate",function(){e.mouseDown||e.toggleScrubbingContainer(!1)})}},{key:"listeners",value:function(){var e=this;this.player.on("play",function(){e.toggleThumbContainer(!1,!0)}),this.player.on("seeked",function(){e.toggleThumbContainer(!1)}),this.player.on("timeupdate",function(){e.lastTime=e.player.media.currentTime})}},{key:"render",value:function(){this.elements.thumb.container=xc("div",{class:this.player.config.classNames.previewThumbnails.thumbContainer}),this.elements.thumb.imageContainer=xc("div",{class:this.player.config.classNames.previewThumbnails.imageContainer}),this.elements.thumb.container.appendChild(this.elements.thumb.imageContainer);var e=xc("div",{class:this.player.config.classNames.previewThumbnails.timeContainer});this.elements.thumb.time=xc("span",{},"00:00"),e.appendChild(this.elements.thumb.time),this.elements.thumb.container.appendChild(e),fc.element(this.player.elements.progress)&&this.player.elements.progress.appendChild(this.elements.thumb.container),this.elements.scrubbing.container=xc("div",{class:this.player.config.classNames.previewThumbnails.scrubbingContainer}),this.player.elements.wrapper.appendChild(this.elements.scrubbing.container)}},{key:"showImageAtCurrentTime",value:function(){var n=this;this.mouseDown?this.setScrubbingContainerSize():this.setThumbContainerSizeAndPos();var i=this.thumbnails[0].frames.findIndex(function(e){return n.seekTime>=e.startTime&&n.seekTime<=e.endTime}),e=0<=i,r=0;this.mouseDown||this.toggleThumbContainer(e),e&&(this.thumbnails.forEach(function(e,t){n.loadedImages.includes(e.frames[i].text)&&(r=t)}),i!==this.showingThumb&&(this.showingThumb=i,this.loadImage(r)))}},{key:"loadImage",value:function(e){var t=this,n=0<arguments.length&&void 0!==e?e:0,i=this.showingThumb,r=this.thumbnails[n],a=r.urlPrefix,o=r.frames[i],s=r.frames[i].text,l=a+s;if(this.currentImageElement&&this.currentImageElement.dataset.filename===s)this.showImage(this.currentImageElement,o,n,i,s,!1),this.currentImageElement.dataset.index=i,this.removeOldImages(this.currentImageElement);else{this.loadingImage&&this.usingSprites&&(this.loadingImage.onload=null);var c=new Image;c.src=l,c.dataset.index=i,c.dataset.filename=s,this.showingThumbFilename=s,this.player.debug.log("Loading image: ".concat(l)),c.onload=function(){return t.showImage(c,o,n,i,s,!0)},this.loadingImage=c,this.removeOldImages(c)}}},{key:"showImage",value:function(e,t,n,i,r,a){var o=!(5<arguments.length&&void 0!==a)||a;this.player.debug.log("Showing thumb: ".concat(r,". num: ").concat(i,". qual: ").concat(n,". newimg: ").concat(o)),this.setImageSizeAndOffset(e,t),o&&(this.currentImageContainer.appendChild(e),this.currentImageElement=e,this.loadedImages.includes(r)||this.loadedImages.push(r)),this.preloadNearby(i,!0).then(this.preloadNearby(i,!1)).then(this.getHigherQuality(n,e,t,r))}},{key:"removeOldImages",value:function(i){var r=this;Array.from(this.currentImageContainer.children).forEach(function(e){if("img"===e.tagName.toLowerCase()){var t=r.usingSprites?500:1e3;if(e.dataset.index!==i.dataset.index&&!e.dataset.deleting){e.dataset.deleting=!0;var n=r.currentImageContainer;setTimeout(function(){n.removeChild(e),r.player.debug.log("Removing thumb: ".concat(e.dataset.filename))},t)}}})}},{key:"preloadNearby",value:function(t,e){var s=this,n=!(1<arguments.length&&void 0!==e)||e;return new Promise(function(o){setTimeout(function(){var r=s.thumbnails[0].frames[t].text;if(s.showingThumbFilename===r){var e;e=n?s.thumbnails[0].frames.slice(t):s.thumbnails[0].frames.slice(0,t).reverse();var a=!1;e.forEach(function(e){var t=e.text;if(t!==r&&!s.loadedImages.includes(t)){a=!0,s.player.debug.log("Preloading thumb filename: ".concat(t));var n=s.thumbnails[0].urlPrefix+t,i=new Image;i.src=n,i.onload=function(){s.player.debug.log("Preloaded thumb filename: ".concat(t)),s.loadedImages.includes(t)||s.loadedImages.push(t),o()}}}),a||o()}},300)})}},{key:"getHigherQuality",value:function(e,t,n,i){var r=this;if(e<this.thumbnails.length-1){var a=t.naturalHeight;this.usingSprites&&(a=n.h),a<this.thumbContainerHeight&&setTimeout(function(){r.showingThumbFilename===i&&(r.player.debug.log("Showing higher quality thumb for: ".concat(i)),r.loadImage(e+1))},300)}}},{key:"toggleThumbContainer",value:function(e,t){var n=0<arguments.length&&void 0!==e&&e,i=1<arguments.length&&void 0!==t&&t,r=this.player.config.classNames.previewThumbnails.thumbContainerShown;this.elements.thumb.container.classList.toggle(r,n),!n&&i&&(this.showingThumb=null,this.showingThumbFilename=null)}},{key:"toggleScrubbingContainer",value:function(e){var t=0<arguments.length&&void 0!==e&&e,n=this.player.config.classNames.previewThumbnails.scrubbingContainerShown;this.elements.scrubbing.container.classList.toggle(n,t),t||(this.showingThumb=null,this.showingThumbFilename=null)}},{key:"determineContainerAutoSizing",value:function(){20<this.elements.thumb.imageContainer.clientHeight&&(this.sizeSpecifiedInCSS=!0)}},{key:"setThumbContainerSizeAndPos",value:function(){if(!this.sizeSpecifiedInCSS){var e=Math.floor(this.thumbContainerHeight*this.thumbAspectRatio);this.elements.thumb.imageContainer.style.height="".concat(this.thumbContainerHeight,"px"),this.elements.thumb.imageContainer.style.width="".concat(e,"px")}this.setThumbContainerPos()}},{key:"setThumbContainerPos",value:function(){var e=this.player.elements.progress.getBoundingClientRect(),t=this.player.elements.container.getBoundingClientRect(),n=this.elements.thumb.container,i=t.left-e.left+10,r=t.right-e.left-n.clientWidth-10,a=this.mousePosX-e.left-n.clientWidth/2;a<i&&(a=i),r<a&&(a=r),n.style.left="".concat(a,"px")}},{key:"setScrubbingContainerSize",value:function(){this.elements.scrubbing.container.style.width="".concat(this.player.media.clientWidth,"px"),this.elements.scrubbing.container.style.height="".concat(this.player.media.clientWidth/this.thumbAspectRatio,"px")}},{key:"setImageSizeAndOffset",value:function(e,t){if(this.usingSprites){var n=this.thumbContainerHeight/t.h;e.style.height="".concat(Math.floor(e.naturalHeight*n),"px"),e.style.width="".concat(Math.floor(e.naturalWidth*n),"px"),e.style.left="-".concat(t.x*n,"px"),e.style.top="-".concat(t.y*n,"px")}}},{key:"enabled",get:function(){return this.player.isHTML5&&this.player.isVideo&&this.player.config.previewThumbnails.enabled}},{key:"currentImageContainer",get:function(){return this.mouseDown?this.elements.scrubbing.container:this.elements.thumb.imageContainer}},{key:"usingSprites",get:function(){return Object.keys(this.thumbnails[0].frames[0]).includes("w")}},{key:"thumbAspectRatio",get:function(){return this.usingSprites?this.thumbnails[0].frames[0].w/this.thumbnails[0].frames[0].h:this.thumbnails[0].width/this.thumbnails[0].height}},{key:"thumbContainerHeight",get:function(){return this.mouseDown?Math.floor(this.player.media.clientWidth/this.thumbAspectRatio):Math.floor(this.player.media.clientWidth/this.thumbAspectRatio/4)}},{key:"currentImageElement",get:function(){return this.mouseDown?this.currentScrubbingImageElement:this.currentThumbnailImageElement},set:function(e){this.mouseDown?this.currentScrubbingImageElement=e:this.currentThumbnailImageElement=e}}]),t}(),ah={insertElements:function(t,e){var n=this;fc.string(e)?Cc(t,this.media,{src:e}):fc.array(e)&&e.forEach(function(e){Cc(t,n.media,e)})},change:function(l){var c=this;Tc(l,"sources.length")?(Kc.cancelRequests.call(this),this.destroy.call(this,function(){c.options.quality=[],Pc(c.media),c.media=null,fc.element(c.elements.container)&&c.elements.container.removeAttribute("class");var e=l.sources,t=l.type,n=no(e,1)[0],i=n.provider,r=void 0===i?Lu.html5:i,a=n.src,o="html5"===r?t:"div",s="html5"===r?{}:{src:a};Object.assign(c,{provider:r,type:t,supported:Hc.check(t,r,c.config.playsinline),media:xc(o,s)}),c.elements.container.appendChild(c.media),fc.boolean(l.autoplay)&&(c.config.autoplay=l.autoplay),c.isHTML5&&(c.config.crossorigin&&c.media.setAttribute("crossorigin",""),c.config.autoplay&&c.media.setAttribute("autoplay",""),fc.empty(l.poster)||(c.poster=l.poster),c.config.loop.active&&c.media.setAttribute("loop",""),c.config.muted&&c.media.setAttribute("muted",""),c.config.playsinline&&c.media.setAttribute("playsinline","")),qu.addStyleHook.call(c),c.isHTML5&&ah.insertElements.call(c,"source",e),c.config.title=l.title,Zu.setup.call(c),c.isHTML5&&Object.keys(l).includes("tracks")&&ah.insertElements.call(c,"track",l.tracks),(c.isHTML5||c.isEmbed&&!c.supported.ui)&&qu.build.call(c),c.isHTML5&&c.media.load(),c.previewThumbnails&&c.previewThumbnails.load(),c.fullscreen.update()},!0)):this.debug.warn("Invalid source format")}};var oh,sh=function(){function c(e,t){var n=this;if(Ja(this,c),this.timers={},this.ready=!1,this.loading=!1,this.failed=!1,this.touch=Hc.touch,this.media=e,fc.string(this.media)&&(this.media=document.querySelectorAll(this.media)),(window.jQuery&&this.media instanceof jQuery||fc.nodeList(this.media)||fc.array(this.media))&&(this.media=this.media[0]),this.config=Sc({},xu,c.defaults,t||{},function(){try{return JSON.parse(n.media.getAttribute("data-plyr-config"))}catch(e){return{}}}()),this.elements={container:null,captions:null,buttons:{},display:{},progress:{},inputs:{},settings:{popup:null,menu:null,panels:{},buttons:{}}},this.captions={active:null,currentTrack:-1,meta:new WeakMap},this.fullscreen={active:!1},this.options={speed:[],quality:[]},this.debug=new ju(this.config.debug),this.debug.log("Config",this.config),this.debug.log("Support",Hc),!fc.nullOrUndefined(this.media)&&fc.element(this.media))if(this.media.plyr)this.debug.warn("Target already setup");else if(this.config.enabled)if(Hc.check().api){var i=this.media.cloneNode(!0);i.autoplay=!1,this.elements.original=i;var r,a=this.media.tagName.toLowerCase(),o=null,s=null;switch(a){case"div":if(o=this.media.querySelector("iframe"),fc.element(o)){if(s=Su(o.getAttribute("src")),this.provider=(r=s.toString(),/^(https?:\/\/)?(www\.)?(youtube\.com|youtube-nocookie\.com|youtu\.?be)\/.+$/.test(r)?Lu.youtube:/^https?:\/\/player.vimeo.com\/video\/\d{0,9}(?=\b|\/)/.test(r)?Lu.vimeo:null),this.elements.container=this.media,this.media=o,this.elements.container.className="",s.search.length){var l=["1","true"];l.includes(s.searchParams.get("autoplay"))&&(this.config.autoplay=!0),l.includes(s.searchParams.get("loop"))&&(this.config.loop.active=!0),this.isYouTube?(this.config.playsinline=l.includes(s.searchParams.get("playsinline")),this.config.youtube.hl=s.searchParams.get("hl")):this.config.playsinline=!0}}else this.provider=this.media.getAttribute(this.config.attributes.embed.provider),this.media.removeAttribute(this.config.attributes.embed.provider);if(fc.empty(this.provider)||!Object.keys(Lu).includes(this.provider))return void this.debug.error("Setup failed: Invalid provider");this.type=Mu;break;case"video":case"audio":this.type=a,this.provider=Lu.html5,this.media.hasAttribute("crossorigin")&&(this.config.crossorigin=!0),this.media.hasAttribute("autoplay")&&(this.config.autoplay=!0),(this.media.hasAttribute("playsinline")||this.media.hasAttribute("webkit-playsinline"))&&(this.config.playsinline=!0),this.media.hasAttribute("muted")&&(this.config.muted=!0),this.media.hasAttribute("loop")&&(this.config.loop.active=!0);break;default:return void this.debug.error("Setup failed: unsupported type")}this.supported=Hc.check(this.type,this.provider,this.config.playsinline),this.supported.api?(this.eventListeners=[],this.listeners=new Du(this),this.storage=new du(this),this.media.plyr=this,fc.element(this.elements.container)||(this.elements.container=xc("div",{tabindex:0}),Ec(this.media,this.elements.container)),qu.addStyleHook.call(this),Zu.setup.call(this),this.config.debug&&yc.call(this,this.elements.container,this.config.events.join(" "),function(e){n.debug.log("event: ".concat(e.type))}),(this.isHTML5||this.isEmbed&&!this.supported.ui)&&qu.build.call(this),this.listeners.container(),this.listeners.global(),this.fullscreen=new Ru(this),this.config.ads.enabled&&(this.ads=new eh(this)),this.isHTML5&&this.config.autoplay&&setTimeout(function(){return n.play()},10),this.lastSeekTime=0,this.config.previewThumbnails.enabled&&(this.previewThumbnails=new rh(this))):this.debug.error("Setup failed: no support")}else this.debug.error("Setup failed: no support");else this.debug.error("Setup failed: disabled by config");else this.debug.error("Setup failed: no suitable element passed")}return eo(c,[{key:"play",value:function(){var e=this;return fc.function(this.media.play)?(this.ads&&this.ads.enabled&&this.ads.managerPromise.then(function(){return e.ads.play()}).catch(function(){return e.media.play()}),this.media.play()):null}},{key:"pause",value:function(){this.playing&&fc.function(this.media.pause)&&this.media.pause()}},{key:"togglePlay",value:function(e){(fc.boolean(e)?e:!this.playing)?this.play():this.pause()}},{key:"stop",value:function(){this.isHTML5?(this.pause(),this.restart()):fc.function(this.media.stop)&&this.media.stop()}},{key:"restart",value:function(){this.currentTime=0}},{key:"rewind",value:function(e){this.currentTime=this.currentTime-(fc.number(e)?e:this.config.seekTime)}},{key:"forward",value:function(e){this.currentTime=this.currentTime+(fc.number(e)?e:this.config.seekTime)}},{key:"increaseVolume",value:function(e){var t=this.media.muted?0:this.volume;this.volume=t+(fc.number(e)?e:0)}},{key:"decreaseVolume",value:function(e){this.increaseVolume(-e)}},{key:"toggleCaptions",value:function(e){Au.toggle.call(this,e,!1)}},{key:"airplay",value:function(){Hc.airplay&&this.media.webkitShowPlaybackTargetPicker()}},{key:"toggleControls",value:function(e){if(!this.supported.ui||this.isAudio)return!1;var t=Nc(this.elements.container,this.config.classNames.hideControls),n=void 0===e?void 0:!e,i=jc(this.elements.container,this.config.classNames.hideControls,n);if(i&&this.config.controls.includes("settings")&&!fc.empty(this.config.settings)&&Tu.toggleMenu.call(this,!1),i!==t){var r=i?"controlshidden":"controlsshown";kc.call(this,this.media,r)}return!i}},{key:"on",value:function(e,t){yc.call(this,this.elements.container,e,t)}},{key:"once",value:function(e,t){wc.call(this,this.elements.container,e,t)}},{key:"off",value:function(e,t){bc(this.elements.container,e,t)}},{key:"destroy",value:function(e,t){var n=this,i=1<arguments.length&&void 0!==t&&t;if(this.ready){var r=function(){document.body.style.overflow="",n.embed=null,i?(Object.keys(n.elements).length&&(Pc(n.elements.buttons.play),Pc(n.elements.captions),Pc(n.elements.controls),Pc(n.elements.wrapper),n.elements.buttons.play=null,n.elements.captions=null,n.elements.controls=null,n.elements.wrapper=null),fc.function(e)&&e()):(function(){this&&this.eventListeners&&(this.eventListeners.forEach(function(e){var t=e.element,n=e.type,i=e.callback,r=e.options;t.removeEventListener(n,i,r)}),this.eventListeners=[])}.call(n),Ic(n.elements.original,n.elements.container),kc.call(n,n.elements.original,"destroyed",!0),fc.function(e)&&e.call(n.elements.original),n.ready=!1,setTimeout(function(){n.elements=null,n.media=null},200))};this.stop(),clearTimeout(this.timers.loading),clearTimeout(this.timers.controls),clearTimeout(this.timers.resized),this.isHTML5?(qu.toggleNativeControls.call(this,!0),r()):this.isYouTube?(clearInterval(this.timers.buffering),clearInterval(this.timers.playing),null!==this.embed&&fc.function(this.embed.destroy)&&this.embed.destroy(),r()):this.isVimeo&&(null!==this.embed&&this.embed.unload().then(r),setTimeout(r,200))}}},{key:"supports",value:function(e){return Hc.mime.call(this,e)}},{key:"isHTML5",get:function(){return this.provider===Lu.html5}},{key:"isEmbed",get:function(){return this.isYouTube||this.isVimeo}},{key:"isYouTube",get:function(){return this.provider===Lu.youtube}},{key:"isVimeo",get:function(){return this.provider===Lu.vimeo}},{key:"isVideo",get:function(){return this.type===Mu}},{key:"isAudio",get:function(){return this.type===Iu}},{key:"playing",get:function(){return Boolean(this.ready&&!this.paused&&!this.ended)}},{key:"paused",get:function(){return Boolean(this.media.paused)}},{key:"stopped",get:function(){return Boolean(this.paused&&0===this.currentTime)}},{key:"ended",get:function(){return Boolean(this.media.ended)}},{key:"currentTime",set:function(e){if(this.duration){var t=fc.number(e)&&0<e;this.media.currentTime=t?Math.min(e,this.duration):0,this.debug.log("Seeking to ".concat(this.currentTime," seconds"))}},get:function(){return Number(this.media.currentTime)}},{key:"buffered",get:function(){var e=this.media.buffered;return fc.number(e)?e:e&&e.length&&0<this.duration?e.end(0)/this.duration:0}},{key:"seeking",get:function(){return Boolean(this.media.seeking)}},{key:"duration",get:function(){var e=parseFloat(this.config.duration),t=(this.media||{}).duration,n=fc.number(t)&&t!==1/0?t:0;return e||n}},{key:"volume",set:function(e){var t=e;fc.string(t)&&(t=Number(t)),fc.number(t)||(t=this.storage.get("volume")),fc.number(t)||(t=this.config.volume),1<t&&(t=1),t<0&&(t=0),this.config.volume=t,this.media.volume=t,!fc.empty(e)&&this.muted&&0<t&&(this.muted=!1)},get:function(){return Number(this.media.volume)}},{key:"muted",set:function(e){var t=e;fc.boolean(t)||(t=this.storage.get("muted")),fc.boolean(t)||(t=this.config.muted),this.config.muted=t,this.media.muted=t},get:function(){return Boolean(this.media.muted)}},{key:"hasAudio",get:function(){return!this.isHTML5||(!!this.isAudio||(Boolean(this.media.mozHasAudio)||Boolean(this.media.webkitAudioDecodedByteCount)||Boolean(this.media.audioTracks&&this.media.audioTracks.length)))}},{key:"speed",set:function(e){var t=this,n=null;fc.number(e)&&(n=e),fc.number(n)||(n=this.storage.get("speed")),fc.number(n)||(n=this.config.speed.selected);var i=this.minimumSpeed,r=this.maximumSpeed;n=function(e,t,n){var i=0<arguments.length&&void 0!==e?e:0,r=1<arguments.length&&void 0!==t?t:0,a=2<arguments.length&&void 0!==n?n:255;return Math.min(Math.max(i,r),a)}(n,i,r),this.config.speed.selected=n,setTimeout(function(){t.media.playbackRate=n},0)},get:function(){return Number(this.media.playbackRate)}},{key:"minimumSpeed",get:function(){return this.isYouTube?Math.min.apply(Math,io(this.options.speed)):this.isVimeo?.5:.0625}},{key:"maximumSpeed",get:function(){return this.isYouTube?Math.max.apply(Math,io(this.options.speed)):this.isVimeo?2:16}},{key:"quality",set:function(e){var t=this.config.quality,n=this.options.quality;if(n.length){var i,r,a=[!fc.empty(e)&&Number(e),this.storage.get("quality"),t.selected,t.default].find(fc.number),o=!0;if(!n.includes(a)){var s=(i=n,r=a,fc.array(i)&&i.length?i.reduce(function(e,t){return Math.abs(t-r)<Math.abs(e-r)?t:e}):null);this.debug.warn("Unsupported quality option: ".concat(a,", using ").concat(s," instead")),a=s,o=!1}t.selected=a,this.media.quality=a,o&&this.storage.set({quality:a})}},get:function(){return this.media.quality}},{key:"loop",set:function(e){var t=fc.boolean(e)?e:this.config.loop.active;this.config.loop.active=t,this.media.loop=t},get:function(){return Boolean(this.media.loop)}},{key:"source",set:function(e){ah.change.call(this,e)},get:function(){return this.media.currentSrc}},{key:"download",get:function(){var e=this.config.urls.download;return fc.url(e)?e:this.source},set:function(e){fc.url(e)&&(this.config.urls.download=e,Tu.setDownloadUrl.call(this))}},{key:"poster",set:function(e){this.isVideo?qu.setPoster.call(this,e,!1).catch(function(){}):this.debug.warn("Poster can only be set for video")},get:function(){return this.isVideo?this.media.getAttribute("poster"):null}},{key:"ratio",get:function(){if(!this.isVideo)return null;var e=Bc(zc.call(this));return fc.array(e)?e.join(":"):e},set:function(e){this.isVideo?fc.string(e)&&Vc(e)?(this.config.ratio=e,Wc.call(this)):this.debug.error("Invalid aspect ratio specified (".concat(e,")")):this.debug.warn("Aspect ratio can only be set for video")}},{key:"autoplay",set:function(e){var t=fc.boolean(e)?e:this.config.autoplay;this.config.autoplay=t},get:function(){return Boolean(this.config.autoplay)}},{key:"currentTrack",set:function(e){Au.set.call(this,e,!1)},get:function(){var e=this.captions,t=e.toggled,n=e.currentTrack;return t?n:-1}},{key:"language",set:function(e){Au.setLanguage.call(this,e,!1)},get:function(){return(Au.getCurrentTrack.call(this)||{}).language}},{key:"pip",set:function(e){if(Hc.pip){var t=fc.boolean(e)?e:!this.pip;fc.function(this.media.webkitSetPresentationMode)&&this.media.webkitSetPresentationMode(t?Cu:Pu),fc.function(this.media.requestPictureInPicture)&&(!this.pip&&t?this.media.requestPictureInPicture():this.pip&&!t&&document.exitPictureInPicture())}},get:function(){return Hc.pip?fc.empty(this.media.webkitPresentationMode)?this.media===document.pictureInPictureElement:this.media.webkitPresentationMode===Cu:null}}],[{key:"supported",value:function(e,t,n){return Hc.check(e,t,n)}},{key:"loadSprite",value:function(e,t){return mu(e,t)}},{key:"setup",value:function(e,t){var n=1<arguments.length&&void 0!==t?t:{},i=null;return fc.string(e)?i=Array.from(document.querySelectorAll(e)):fc.nodeList(e)?i=Array.from(e):fc.array(e)&&(i=e.filter(fc.element)),fc.empty(i)?null:i.map(function(e){return new c(e,n)})}}]),c}();return sh.defaults=(oh=xu,JSON.parse(JSON.stringify(oh))),sh});
|
15 |
+
!function(i){"function"==typeof define&&define.amd?define(["jquery"],function(t){return i(t)}):"object"==typeof exports?module.exports=i(require("jquery")):i(jQuery)}(function(E){function t(){this.__$emitterPrivate=E({}),this.__$emitterPublic=E({}),this.__instancesLatestArr=[],this.__plugins={},this._env=I}var c={animation:"fade",animationDuration:350,content:null,contentAsHTML:!1,contentCloning:!1,debug:!0,delay:300,delayTouch:[300,500],functionInit:null,functionBefore:null,functionReady:null,functionAfter:null,functionFormat:null,IEmin:6,interactive:!1,multiple:!1,parent:null,plugins:["sideTip"],repositionOnScroll:!1,restoration:"none",selfDestruction:!0,theme:[],timer:0,trackerInterval:500,trackOrigin:!1,trackTooltip:!1,trigger:"hover",triggerClose:{click:!1,mouseleave:!1,originClick:!1,scroll:!1,tap:!1,touchleave:!1},triggerOpen:{click:!1,mouseenter:!1,tap:!1,touchstart:!1},updateAnimation:"rotate",zIndex:9999999},n="undefined"!=typeof window?window:null,I={hasTouchCapability:!(!n||!("ontouchstart"in n||n.DocumentTouch&&n.document instanceof n.DocumentTouch||n.navigator.maxTouchPoints)),hasTransitions:function(){if(!n)return!1;var t=(n.document.body||n.document.documentElement).style,i="transition",o=["Moz","Webkit","Khtml","O","ms"];if("string"==typeof t[i])return!0;i=i.charAt(0).toUpperCase()+i.substr(1);for(var e=0;e<o.length;e++)if("string"==typeof t[o[e]+i])return!0;return!1}(),IE:!1,semVer:"4.2.6",window:n};function i(t){this.$container,this.constraints=null,this.__$tooltip,this.__init(t)}function s(o,e){var n=!0;return E.each(o,function(t,i){if(void 0===e[t]||o[t]!==e[t])return n=!1}),n}function p(t){var i=t.attr("id"),o=i?I.window.document.getElementById(i):null;return o?o===t[0]:E.contains(I.window.document.body,t[0])}t.prototype={__bridge:function(t,o,e){if(!o[e]){function i(){}i.prototype=t;var n=new i;n.__init&&n.__init(o),E.each(t,function(t,i){0!=t.indexOf("__")&&(o[t]?c.debug&&console.log("The "+t+" method of the "+e+" plugin conflicts with another plugin or native methods"):(o[t]=function(){return n[t].apply(n,Array.prototype.slice.apply(arguments))},o[t].bridged=n))}),o[e]=n}return this},__setWindow:function(t){return I.window=t,this},_getRuler:function(t){return new i(t)},_off:function(){return this.__$emitterPrivate.off.apply(this.__$emitterPrivate,Array.prototype.slice.apply(arguments)),this},_on:function(){return this.__$emitterPrivate.on.apply(this.__$emitterPrivate,Array.prototype.slice.apply(arguments)),this},_one:function(){return this.__$emitterPrivate.one.apply(this.__$emitterPrivate,Array.prototype.slice.apply(arguments)),this},_plugin:function(t){var i=this;if("string"==typeof t){var o=t,e=null;return 0<o.indexOf(".")?e=i.__plugins[o]:E.each(i.__plugins,function(t,i){if(i.name.substring(i.name.length-o.length-1)=="."+o)return e=i,!1}),e}if(t.name.indexOf(".")<0)throw new Error("Plugins must be namespaced");return(i.__plugins[t.name]=t).core&&i.__bridge(t.core,i,t.name),this},_trigger:function(){var t=Array.prototype.slice.apply(arguments);return"string"==typeof t[0]&&(t[0]={type:t[0]}),this.__$emitterPrivate.trigger.apply(this.__$emitterPrivate,t),this.__$emitterPublic.trigger.apply(this.__$emitterPublic,t),this},instances:function(t){var e=[];return E(t||".tooltipstered").each(function(){var o=E(this),t=o.data("tooltipster-ns");t&&E.each(t,function(t,i){e.push(o.data(i))})}),e},instancesLatest:function(){return this.__instancesLatestArr},off:function(){return this.__$emitterPublic.off.apply(this.__$emitterPublic,Array.prototype.slice.apply(arguments)),this},on:function(){return this.__$emitterPublic.on.apply(this.__$emitterPublic,Array.prototype.slice.apply(arguments)),this},one:function(){return this.__$emitterPublic.one.apply(this.__$emitterPublic,Array.prototype.slice.apply(arguments)),this},origins:function(t){return E((t?t+" ":"")+".tooltipstered").toArray()},setDefaults:function(t){return E.extend(c,t),this},triggerHandler:function(){return this.__$emitterPublic.triggerHandler.apply(this.__$emitterPublic,Array.prototype.slice.apply(arguments)),this}},E.tooltipster=new t,E.Tooltipster=function(t,i){this.__callbacks={close:[],open:[]},this.__closingTime,this.__Content,this.__contentBcr,this.__destroyed=!1,this.__$emitterPrivate=E({}),this.__$emitterPublic=E({}),this.__enabled=!0,this.__garbageCollector,this.__Geometry,this.__lastPosition,this.__namespace="tooltipster-"+Math.round(1e6*Math.random()),this.__options,this.__$originParents,this.__pointerIsOverOrigin=!1,this.__previousThemes=[],this.__state="closed",this.__timeouts={close:[],open:null},this.__touchEvents=[],this.__tracker=null,this._$origin,this._$tooltip,this.__init(t,i)},E.Tooltipster.prototype={__init:function(t,i){var o=this;if(o._$origin=E(t),o.__options=E.extend(!0,{},c,i),o.__optionsFormat(),!I.IE||I.IE>=o.__options.IEmin){var e=null;if(void 0===o._$origin.data("tooltipster-initialTitle")&&(void 0===(e=o._$origin.attr("title"))&&(e=null),o._$origin.data("tooltipster-initialTitle",e)),null!==o.__options.content)o.__contentSet(o.__options.content);else{var n,s=o._$origin.attr("data-tooltip-content");s&&(n=E(s)),n&&n[0]?o.__contentSet(n.first()):o.__contentSet(e)}o._$origin.removeAttr("title").addClass("tooltipstered"),o.__prepareOrigin(),o.__prepareGC(),E.each(o.__options.plugins,function(t,i){o._plug(i)}),I.hasTouchCapability&&E(I.window.document.body).on("touchmove."+o.__namespace+"-triggerOpen",function(t){o._touchRecordEvent(t)}),o._on("created",function(){o.__prepareTooltip()})._on("repositioned",function(t){o.__lastPosition=t.position})}else o.__options.disabled=!0},__contentInsert:function(){var t=this,i=t._$tooltip.find(".tooltipster-content"),o=t.__Content;return t._trigger({type:"format",content:t.__Content,format:function(t){o=t}}),t.__options.functionFormat&&(o=t.__options.functionFormat.call(t,t,{origin:t._$origin[0]},t.__Content)),"string"!=typeof o||t.__options.contentAsHTML?i.empty().append(o):i.text(o),t},__contentSet:function(t){return t instanceof E&&this.__options.contentCloning&&(t=t.clone(!0)),this.__Content=t,this._trigger({type:"updated",content:t}),this},__destroyError:function(){throw new Error("This tooltip has been destroyed and cannot execute your method call.")},__geometry:function(){var t=this,i=t._$origin,o=t._$origin.is("area");if(o){var e=t._$origin.parent().attr("name");i=E('img[usemap="#'+e+'"]')}var n=i[0].getBoundingClientRect(),s=E(I.window.document),r=E(I.window),_=i,a={available:{document:null,window:null},document:{size:{height:s.height(),width:s.width()}},window:{scroll:{left:I.window.scrollX||I.window.document.documentElement.scrollLeft,top:I.window.scrollY||I.window.document.documentElement.scrollTop},size:{height:r.height(),width:r.width()}},origin:{fixedLineage:!1,offset:{},size:{height:n.bottom-n.top,width:n.right-n.left},usemapImage:o?i[0]:null,windowOffset:{bottom:n.bottom,left:n.left,right:n.right,top:n.top}}};if(o){var l=t._$origin.attr("shape"),p=t._$origin.attr("coords");if(p&&(p=p.split(","),E.map(p,function(t,i){p[i]=parseInt(t)})),"default"!=l)switch(l){case"circle":var c=p[0],h=p[1],d=p[2],u=h-d,g=c-d;a.origin.size.height=2*d,a.origin.size.width=a.origin.size.height,a.origin.windowOffset.left+=g,a.origin.windowOffset.top+=u;break;case"rect":var f=p[0],m=p[1],w=p[2],v=p[3];a.origin.size.height=v-m,a.origin.size.width=w-f,a.origin.windowOffset.left+=f,a.origin.windowOffset.top+=m;break;case"poly":for(var y=0,b=0,$=0,C=0,O="even",T=0;T<p.length;T++){var z=p[T];O="even"==O?($<z&&($=z,0===T&&(y=$)),z<y&&(y=z),"odd"):(C<z&&(C=z,1==T&&(b=C)),z<b&&(b=z),"even")}a.origin.size.height=C-b,a.origin.size.width=$-y,a.origin.windowOffset.left+=y,a.origin.windowOffset.top+=b}}for(t._trigger({type:"geometry",edit:function(t){a.origin.size.height=t.height,a.origin.windowOffset.left=t.left,a.origin.windowOffset.top=t.top,a.origin.size.width=t.width},geometry:{height:a.origin.size.height,left:a.origin.windowOffset.left,top:a.origin.windowOffset.top,width:a.origin.size.width}}),a.origin.windowOffset.right=a.origin.windowOffset.left+a.origin.size.width,a.origin.windowOffset.bottom=a.origin.windowOffset.top+a.origin.size.height,a.origin.offset.left=a.origin.windowOffset.left+a.window.scroll.left,a.origin.offset.top=a.origin.windowOffset.top+a.window.scroll.top,a.origin.offset.bottom=a.origin.offset.top+a.origin.size.height,a.origin.offset.right=a.origin.offset.left+a.origin.size.width,a.available.document={bottom:{height:a.document.size.height-a.origin.offset.bottom,width:a.document.size.width},left:{height:a.document.size.height,width:a.origin.offset.left},right:{height:a.document.size.height,width:a.document.size.width-a.origin.offset.right},top:{height:a.origin.offset.top,width:a.document.size.width}},a.available.window={bottom:{height:Math.max(a.window.size.height-Math.max(a.origin.windowOffset.bottom,0),0),width:a.window.size.width},left:{height:a.window.size.height,width:Math.max(a.origin.windowOffset.left,0)},right:{height:a.window.size.height,width:Math.max(a.window.size.width-Math.max(a.origin.windowOffset.right,0),0)},top:{height:Math.max(a.origin.windowOffset.top,0),width:a.window.size.width}};"html"!=_[0].tagName.toLowerCase();){if("fixed"==_.css("position")){a.origin.fixedLineage=!0;break}_=_.parent()}return a},__optionsFormat:function(){return"number"==typeof this.__options.animationDuration&&(this.__options.animationDuration=[this.__options.animationDuration,this.__options.animationDuration]),"number"==typeof this.__options.delay&&(this.__options.delay=[this.__options.delay,this.__options.delay]),"number"==typeof this.__options.delayTouch&&(this.__options.delayTouch=[this.__options.delayTouch,this.__options.delayTouch]),"string"==typeof this.__options.theme&&(this.__options.theme=[this.__options.theme]),null===this.__options.parent?this.__options.parent=E(I.window.document.body):"string"==typeof this.__options.parent&&(this.__options.parent=E(this.__options.parent)),"hover"==this.__options.trigger?(this.__options.triggerOpen={mouseenter:!0,touchstart:!0},this.__options.triggerClose={mouseleave:!0,originClick:!0,touchleave:!0}):"click"==this.__options.trigger&&(this.__options.triggerOpen={click:!0,tap:!0},this.__options.triggerClose={click:!0,tap:!0}),this._trigger("options"),this},__prepareGC:function(){var t=this;return t.__options.selfDestruction?t.__garbageCollector=setInterval(function(){var o=(new Date).getTime();t.__touchEvents=E.grep(t.__touchEvents,function(t,i){return 6e4<o-t.time}),p(t._$origin)||t.close(function(){t.destroy()})},2e4):clearInterval(t.__garbageCollector),t},__prepareOrigin:function(){var i=this;if(i._$origin.off("."+i.__namespace+"-triggerOpen"),I.hasTouchCapability&&i._$origin.on("touchstart."+i.__namespace+"-triggerOpen touchend."+i.__namespace+"-triggerOpen touchcancel."+i.__namespace+"-triggerOpen",function(t){i._touchRecordEvent(t)}),i.__options.triggerOpen.click||i.__options.triggerOpen.tap&&I.hasTouchCapability){var t="";i.__options.triggerOpen.click&&(t+="click."+i.__namespace+"-triggerOpen "),i.__options.triggerOpen.tap&&I.hasTouchCapability&&(t+="touchend."+i.__namespace+"-triggerOpen"),i._$origin.on(t,function(t){i._touchIsMeaningfulEvent(t)&&i._open(t)})}if(i.__options.triggerOpen.mouseenter||i.__options.triggerOpen.touchstart&&I.hasTouchCapability){t="";i.__options.triggerOpen.mouseenter&&(t+="mouseenter."+i.__namespace+"-triggerOpen "),i.__options.triggerOpen.touchstart&&I.hasTouchCapability&&(t+="touchstart."+i.__namespace+"-triggerOpen"),i._$origin.on(t,function(t){!i._touchIsTouchEvent(t)&&i._touchIsEmulatedEvent(t)||(i.__pointerIsOverOrigin=!0,i._openShortly(t))})}if(i.__options.triggerClose.mouseleave||i.__options.triggerClose.touchleave&&I.hasTouchCapability){t="";i.__options.triggerClose.mouseleave&&(t+="mouseleave."+i.__namespace+"-triggerOpen "),i.__options.triggerClose.touchleave&&I.hasTouchCapability&&(t+="touchend."+i.__namespace+"-triggerOpen touchcancel."+i.__namespace+"-triggerOpen"),i._$origin.on(t,function(t){i._touchIsMeaningfulEvent(t)&&(i.__pointerIsOverOrigin=!1)})}return i},__prepareTooltip:function(){var o=this,t=o.__options.interactive?"auto":"";return o._$tooltip.attr("id",o.__namespace).css({"pointer-events":t,zIndex:o.__options.zIndex}),E.each(o.__previousThemes,function(t,i){o._$tooltip.removeClass(i)}),E.each(o.__options.theme,function(t,i){o._$tooltip.addClass(i)}),o.__previousThemes=E.merge([],o.__options.theme),o},__scrollHandler:function(t){var i=this;if(i.__options.triggerClose.scroll)i._close(t);else if(p(i._$origin)&&p(i._$tooltip)){var r=null;if(t.target===I.window.document)i.__Geometry.origin.fixedLineage||i.__options.repositionOnScroll&&i.reposition(t);else{r=i.__geometry();var _=!1;if("fixed"!=i._$origin.css("position")&&i.__$originParents.each(function(t,i){var o=E(i),e=o.css("overflow-x"),n=o.css("overflow-y");if("visible"!=e||"visible"!=n){var s=i.getBoundingClientRect();if("visible"!=e&&(r.origin.windowOffset.left<s.left||r.origin.windowOffset.right>s.right))return!(_=!0);if("visible"!=n&&(r.origin.windowOffset.top<s.top||r.origin.windowOffset.bottom>s.bottom))return!(_=!0)}if("fixed"==o.css("position"))return!1}),_)i._$tooltip.css("visibility","hidden");else if(i._$tooltip.css("visibility","visible"),i.__options.repositionOnScroll)i.reposition(t);else{var o=r.origin.offset.left-i.__Geometry.origin.offset.left,e=r.origin.offset.top-i.__Geometry.origin.offset.top;i._$tooltip.css({left:i.__lastPosition.coord.left+o,top:i.__lastPosition.coord.top+e})}}i._trigger({type:"scroll",event:t,geo:r})}return i},__stateSet:function(t){return this.__state=t,this._trigger({type:"state",state:t}),this},__timeoutsClear:function(){return clearTimeout(this.__timeouts.open),this.__timeouts.open=null,E.each(this.__timeouts.close,function(t,i){clearTimeout(i)}),this.__timeouts.close=[],this},__trackerStart:function(){var e=this,n=e._$tooltip.find(".tooltipster-content");return e.__options.trackTooltip&&(e.__contentBcr=n[0].getBoundingClientRect()),e.__tracker=setInterval(function(){if(p(e._$origin)&&p(e._$tooltip)){if(e.__options.trackOrigin){var t=e.__geometry(),i=!1;s(t.origin.size,e.__Geometry.origin.size)&&(e.__Geometry.origin.fixedLineage?s(t.origin.windowOffset,e.__Geometry.origin.windowOffset)&&(i=!0):s(t.origin.offset,e.__Geometry.origin.offset)&&(i=!0)),i||(e.__options.triggerClose.mouseleave?e._close():e.reposition())}if(e.__options.trackTooltip){var o=n[0].getBoundingClientRect();o.height===e.__contentBcr.height&&o.width===e.__contentBcr.width||(e.reposition(),e.__contentBcr=o)}}else e._close()},e.__options.trackerInterval),e},_close:function(o,t,i){var e=this,n=!0;if(e._trigger({type:"close",event:o,stop:function(){n=!1}}),n||i){t&&e.__callbacks.close.push(t),e.__callbacks.open=[],e.__timeoutsClear();function s(){E.each(e.__callbacks.close,function(t,i){i.call(e,e,{event:o,origin:e._$origin[0]})}),e.__callbacks.close=[]}if("closed"!=e.__state){var r=!0,_=(new Date).getTime()+e.__options.animationDuration[1];if("disappearing"==e.__state&&_>e.__closingTime&&0<e.__options.animationDuration[1]&&(r=!1),r){e.__closingTime=_,"disappearing"!=e.__state&&e.__stateSet("disappearing");function a(){clearInterval(e.__tracker),e._trigger({type:"closing",event:o}),e._$tooltip.off("."+e.__namespace+"-triggerClose").removeClass("tooltipster-dying"),E(I.window).off("."+e.__namespace+"-triggerClose"),e.__$originParents.each(function(t,i){E(i).off("scroll."+e.__namespace+"-triggerClose")}),e.__$originParents=null,E(I.window.document.body).off("."+e.__namespace+"-triggerClose"),e._$origin.off("."+e.__namespace+"-triggerClose"),e._off("dismissable"),e.__stateSet("closed"),e._trigger({type:"after",event:o}),e.__options.functionAfter&&e.__options.functionAfter.call(e,e,{event:o,origin:e._$origin[0]}),s()}I.hasTransitions?(e._$tooltip.css({"-moz-animation-duration":e.__options.animationDuration[1]+"ms","-ms-animation-duration":e.__options.animationDuration[1]+"ms","-o-animation-duration":e.__options.animationDuration[1]+"ms","-webkit-animation-duration":e.__options.animationDuration[1]+"ms","animation-duration":e.__options.animationDuration[1]+"ms","transition-duration":e.__options.animationDuration[1]+"ms"}),e._$tooltip.clearQueue().removeClass("tooltipster-show").addClass("tooltipster-dying"),0<e.__options.animationDuration[1]&&e._$tooltip.delay(e.__options.animationDuration[1]),e._$tooltip.queue(a)):e._$tooltip.stop().fadeOut(e.__options.animationDuration[1],a)}}else s()}return e},_off:function(
|