From 576320a570ca8fa32403cbb41ab71e2ea960f1eb Mon Sep 17 00:00:00 2001 From: Vitaly Baev Date: Tue, 13 Feb 2018 14:10:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B1=D0=BE=D1=80=D0=BA=D0=B0=20CSS=20?= =?UTF-8?q?=D0=B8=20JS=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20webpack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 + project/templates/lilcity/test.html | 5 +- web/build/css/app.css | 5535 -- web/build/css/app.css.map | 1 - web/build/css/fonts/ProximaNova-Bold.woff | Bin 24200 -> 0 bytes web/build/css/fonts/ProximaNova-Bold.woff2 | Bin 18900 -> 0 bytes web/build/css/fonts/ProximaNova-Light.woff | Bin 32968 -> 0 bytes web/build/css/fonts/ProximaNova-Light.woff2 | Bin 24928 -> 0 bytes web/build/css/fonts/ProximaNova-Regular.woff | Bin 33532 -> 0 bytes web/build/css/fonts/ProximaNova-Regular.woff2 | Bin 25440 -> 0 bytes web/build/css/fonts/ProximaNova-SemiBold.woff | Bin 23592 -> 0 bytes .../css/fonts/ProximaNova-SemiBold.woff2 | Bin 18360 -> 0 bytes web/build/js/app.js | 29813 -------- web/build/js/app.js.map | 1 - web/build/js/courseRedactor.js | 62321 ---------------- web/package.json | 7 +- web/webpack.config.js | 13 +- 17 files changed, 15 insertions(+), 97683 deletions(-) delete mode 100755 web/build/css/app.css delete mode 100644 web/build/css/app.css.map delete mode 100755 web/build/css/fonts/ProximaNova-Bold.woff delete mode 100755 web/build/css/fonts/ProximaNova-Bold.woff2 delete mode 100755 web/build/css/fonts/ProximaNova-Light.woff delete mode 100755 web/build/css/fonts/ProximaNova-Light.woff2 delete mode 100755 web/build/css/fonts/ProximaNova-Regular.woff delete mode 100755 web/build/css/fonts/ProximaNova-Regular.woff2 delete mode 100755 web/build/css/fonts/ProximaNova-SemiBold.woff delete mode 100755 web/build/css/fonts/ProximaNova-SemiBold.woff2 delete mode 100644 web/build/js/app.js delete mode 100644 web/build/js/app.js.map delete mode 100644 web/build/js/courseRedactor.js diff --git a/.gitignore b/.gitignore index bab45c97..3cdd2890 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,5 @@ venv.bak/ node_modules db.sqlite3 .vscode + +/web/build diff --git a/project/templates/lilcity/test.html b/project/templates/lilcity/test.html index bc06028e..08db3a5b 100644 --- a/project/templates/lilcity/test.html +++ b/project/templates/lilcity/test.html @@ -3,8 +3,9 @@ {% block title %}School LIL.CITY{% endblock title %} {% block content %} {{ request.user.auth_token }} - + {% endblock content %} {% block foot %} - + + {% endblock foot %} \ No newline at end of file diff --git a/web/build/css/app.css b/web/build/css/app.css deleted file mode 100755 index d1be4375..00000000 --- a/web/build/css/app.css +++ /dev/null @@ -1,5535 +0,0 @@ -html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, -h6, p, blockquote, pre, a, abbr, acronym, address, big, -cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, -strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, -dd, ol, ul, li, fieldset, form, label, legend, table, caption, -tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, -embed, figure, figcaption, footer, header, hgroup, menu, nav, -output, ruby, section, summary, time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - vertical-align: baseline; -} - -html { - -ms-text-size-adjust: 100%; - -webkit-text-size-adjust: 100%; -} - -img, fieldset, a img { - border: none; -} - -input[type="text"], -input[type="email"], -input[type="tel"], -textarea { - -webkit-appearance: none; -} - -input[type="submit"], -button { - cursor: pointer; -} - -input[type="submit"]::-moz-focus-inner, -button::-moz-focus-inner { - padding: 0; - border: 0; -} - -textarea { - overflow: auto; -} - -input, button { - margin: 0; - padding: 0; - border: 0; -} - -div, input, textarea, select, button, -h1, h2, h3, h4, h5, h6, a, span, a:focus { - outline: none; -} - -ul, ol { - list-style-type: none; -} - -table { - border-spacing: 0; - border-collapse: collapse; - width: 100%; -} - -html { - box-sizing: border-box; -} - -*, *:before, *:after { - box-sizing: inherit; -} - -.icon-add-plus { - width: 1em; - height: 1em; - fill: #B5B5B5; -} - -.icon-arrow-down { - width: 1.71em; - height: 1em; - fill: #333; -} - -.icon-arrow-left { - width: 1.33em; - height: 1em; - fill: #333; -} - -.icon-arrow-right { - width: 1.28em; - height: 1em; - fill: #333; -} - -.icon-close { - width: 1em; - height: 1em; - fill: #191919; -} - -.icon-date { - width: 0.95em; - height: 1em; - fill: #979797; -} - -.icon-delete { - width: 1em; - height: 1em; - fill: #C8C8C8; -} - -.icon-edit { - width: 1em; - height: 1em; - fill: #C8C8C8; -} - -.icon-eye { - width: 1.69em; - height: 1em; - fill: #333; -} - -.icon-facebook { - width: 0.5em; - height: 1em; - fill: #FFF; -} - -.icon-fb { - width: 0.44em; - height: 1em; - fill: #1C2635; -} - -.icon-image-text { - width: 2.07em; - height: 1em; - fill: #333; -} - -.icon-image { - width: 1em; - height: 1em; - fill: #333; -} - -.icon-images { - width: 1em; - height: 1em; - fill: #333; -} - -.icon-instagram { - width: 1em; - height: 1em; - fill: #1C2635; -} - -.icon-like-bold { - width: 1.07em; - height: 1em; - fill: #333; -} - -.icon-like-fill-bold { - width: 1.07em; - height: 1em; - fill: #333; -} - -.icon-like-fill { - width: 1.17em; - height: 1em; - fill: #B5B5B5; -} - -.icon-like { - width: 1.17em; - height: 1em; - fill: #B5B5B5; -} - -.icon-live { - width: 2.6em; - height: 1em; - fill: #333; -} - -.icon-location { - width: 0.76em; - height: 1em; - fill: initial; -} - -.icon-lock { - width: 0.74em; - height: 1em; - fill: initial; -} - -.icon-menu { - width: 2em; - height: 1em; - fill: #202124; -} - -.icon-money { - width: 1.53em; - height: 1em; - fill: #979797; -} - -.icon-password-eye { - width: 1.79em; - height: 1em; - fill: #A7A7A7; -} - -.icon-password-hidden-eye { - width: 1.47em; - height: 1em; - fill: #FD9395; -} - -.icon-photo { - width: 1.33em; - height: 1em; - fill: #FFF; -} - -.icon-play { - width: 0.8em; - height: 1em; - fill: #FFF; -} - -.icon-plus { - width: 1em; - height: 1em; - fill: #BEBEBE; -} - -.icon-search { - width: 1em; - height: 1em; - fill: initial; -} - -.icon-searching { - width: 0.97em; - height: 1em; - fill: initial; -} - -.icon-share-facebook { - width: 1em; - height: 1em; - fill: #35578C; -} - -.icon-share-google { - width: 1em; - height: 1em; - fill: #CC4F42; -} - -.icon-share-instagram { - width: 1em; - height: 1em; - fill: #EA418C; -} - -.icon-share-pinterest { - width: 1em; - height: 1em; - fill: #B8242B; -} - -.icon-share-twitter { - width: 1em; - height: 1em; - fill: #38A0CD; -} - -.icon-showcase { - width: 1em; - height: 1em; - fill: #C8C8C8; -} - -.icon-text { - width: 0.82em; - height: 1em; - fill: #333; -} - -.icon-thumb { - width: 0.96em; - height: 1em; - fill: initial; -} - -.icon-time { - width: 1em; - height: 1em; - fill: #979797; -} - -.icon-twitter { - width: 1.18em; - height: 1em; - fill: #1C2635; -} - -.icon-user { - width: 1em; - height: 1em; - fill: #191919; -} - -.icon-video-stroke { - width: 0.82em; - height: 1em; - fill: #333; -} - -.icon-video { - width: 1.43em; - height: 1em; - fill: #C8C8C8; -} - -.icon-wallet { - width: 1.15em; - height: 1em; - fill: initial; -} - -.icon-youtube { - width: 1.2em; - height: 1em; - fill: #1C2635; -} - -@font-face { - font-family: ProximaNova-Regular; - src: url("fonts/ProximaNova-Regular.woff2") format("woff2"), url("fonts/ProximaNova-Regular.woff") format("woff"); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: ProximaNova-Bold; - src: url("fonts/ProximaNova-Bold.woff2") format("woff2"), url("fonts/ProximaNova-Bold.woff") format("woff"); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: ProximaNova-SemiBold; - src: url("fonts/ProximaNova-SemiBold.woff2") format("woff2"), url("fonts/ProximaNova-SemiBold.woff") format("woff"); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: ProximaNova-Light; - src: url("fonts/ProximaNova-Light.woff2") format("woff2"), url("fonts/ProximaNova-Light.woff") format("woff"); - font-weight: normal; - font-style: normal; -} - -body { - min-width: 360px; - font-family: 'ProximaNova-Regular', serif; - font-size: 15px; - color: #191919; - line-height: 1.333; -} - -body.no-scroll { - overflow: hidden; -} - -button, -input, -textarea, -select { - font-family: 'ProximaNova-Regular', serif; - font-size: 15px; -} - -button { - background: none; -} - -a { - color: #FF9393; - text-decoration: none; -} - -input, -textarea { - text-overflow: ellipsis; -} - -input::-webkit-input-placeholder, -textarea::-webkit-input-placeholder { - color: #A7A7A7; -} - -input:-ms-input-placeholder, -textarea:-ms-input-placeholder { - color: #A7A7A7; -} - -input::placeholder, -textarea::placeholder { - color: #A7A7A7; -} - -textarea { - border: none; -} - -strong, -b { - font-family: 'ProximaNova-Bold', serif; -} - -*::-moz-selection { - background: #FF9393; - color: white; -} - -*::selection { - background: #FF9393; - color: white; -} - -.outer { - display: -ms-flexbox; - display: flex; - min-height: 100vh; - -ms-flex-direction: column; - flex-direction: column; -} - -.container { - -ms-flex: 1 0 auto; - flex: 1 0 auto; - margin-top: 100px; -} - -.center { - width: 100%; - max-width: 1024px; - margin: 0 auto; - padding: 0 40px; -} - -.center_md { - max-width: 860px; -} - -.center_sm { - max-width: 700px; -} - -.center_xs { - max-width: 540px; -} - -.btn { - position: relative; - padding: 13px 24px 12px; - background-image: linear-gradient(-225deg, #D1FF7F 0%, #56FFFD 100%); - border-radius: 3px; - font-family: 'ProximaNova-Bold', serif; - font-size: 12px; - color: #191919; - text-transform: uppercase; - letter-spacing: 2px; - text-align: center; - transition: all .2s; - z-index: 2; -} - -.btn:hover { - box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.11); -} - -.btn:active { - box-shadow: 0 0 0 0 transparent; - color: rgba(38, 38, 38, 0.1); -} - -.btn:active .icon { - fill: rgba(38, 38, 38, 0.1); -} - -.btn__title, -.btn .icon { - display: inline-block; - vertical-align: middle; -} - -.btn__title { - margin-top: -1px; -} - -.btn .icon { - position: relative; - top: -1px; - margin-right: 15px; - fill: #191919; - transition: fill .2s; -} - -.btn_dark { - background: #191919; - color: white; -} - -.btn_dark:hover { - background: #545454; -} - -.btn_dark:active { - color: rgba(255, 255, 255, 0.1); -} - -.btn_light { - background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%); -} - -.btn_stroke:hover:before, .btn_stroke:active:before { - opacity: 0; -} - -.btn_stroke:before { - content: ''; - position: absolute; - top: 1px; - left: 1px; - right: 1px; - bottom: 1px; - background: white; - border-radius: 2px; - transition: opacity .2s; - z-index: -2; -} - -.btn_gray { - background: #F8F8F8; -} - -.btn_md { - padding: 18px 24px 17px; -} - -.btn_lg { - padding: 28px 40px 27px; -} - -.btn_lg.btn_stroke { - padding: 27px 39px 26px; -} - -.btn_icon { - padding-left: 9px; - padding-right: 9px; - background: transparent; - border: 1px solid #E6E6E6; - font-size: 0; -} - -.btn_icon .icon { - margin: 0; - font-size: 13px; - fill: #191919; -} - -.btn.loading { - box-shadow: none; - color: transparent; -} - -.btn.loading .icon { - visibility: hidden; -} - -.btn.loading:after { - content: ''; - position: absolute; - top: 50%; - left: 50%; - width: 24px; - height: 24px; - margin: -12px 0 0 -12px; - border: 3px solid #191919; - border-left: 3px solid transparent; - border-radius: 50%; - animation: loading .6s infinite linear; -} - -.btn_fb { - background: #3957A7; - color: white; -} - -.btn_fb:active { - color: rgba(255, 255, 255, 0.2); -} - -.btn_fb:active .icon { - fill: rgba(255, 255, 255, 0.2); -} - -.btn_fb .icon { - margin: -9px 15px -6px -25px; - font-size: 20px; - fill: white; -} - -.btn_fb.loading { - box-shadow: none; - color: transparent; -} - -.btn_fb.loading .icon { - visibility: hidden; -} - -.btn_fb.loading:after { - content: ''; - position: absolute; - top: 50%; - left: 50%; - width: 24px; - height: 24px; - margin: -12px 0 0 -12px; - border: 3px solid #fff; - border-left: 3px solid transparent; - border-radius: 50%; - animation: loading .6s infinite linear; -} - -@keyframes loading { - 0 { - transform: rotate(0deg); - } - 100% { - transform: rotate(360deg); - } -} - -a.btn { - display: inline-block; -} - -.logo { - display: block; - width: 219px; - height: 71px; - background: url(../img/school-lil-city.svg) no-repeat 0 0/contain; -} - -.search { - position: relative; - width: 40px; - height: 40px; -} - -.search__input { - position: absolute; - top: 0; - right: 0; - width: 40px; - height: 40px; - padding: 0 15px; - background: rgba(25, 25, 25, 0.1); - border-radius: 20px; - color: rgba(25, 25, 25, 0.8); - transition: width .4s; -} - -.search__btn { - position: absolute; - top: 0; - right: 0; - bottom: 0; - width: 40px; -} - -.search__btn .icon { - font-size: 17px; - fill: rgba(25, 25, 25, 0.5); - -ms-transform: translate(0, 2px); - transform: translate(0, 2px); -} - -.search.open .search__input { - width: 170px; -} - -.header { - position: fixed; - left: 0; - right: 0; - z-index: 100; -} - -.header--shadow { - box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08); -} - -.header__container { - display: -ms-flexbox; - display: flex; - height: 100px; - border-bottom: 1px solid #E6E6E6; - -ms-flex-align: center; - align-items: center; -} - -.header__wrap { - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; - -ms-flex-direction: row-reverse; - flex-direction: row-reverse; - -ms-flex: 1 0 auto; - flex: 1 0 auto; -} - -.header__actions { - display: -ms-flexbox; - display: flex; - margin: auto; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center; -} - -.header__status { - margin-right: 5px; - font-family: 'ProximaNova-Bold', serif; - font-size: 12px; - color: #A7A7A7; - letter-spacing: 1px; -} - -.header__btn { - margin-left: 10px; -} - -.header__nav { - display: -ms-flexbox; - display: flex; - margin: auto; -} - -.header__group { - position: relative; -} - -.header__group:hover .header__section { - color: #191919; -} - -.header__group:hover .header__list { - opacity: 1; - visibility: visible; -} - -.header__section { - display: block; - height: 100px; - margin: 0 15px; - border-bottom: 1px solid transparent; - font-family: 'ProximaNova-Bold', serif; - font-size: 12px; - color: #8C8C8C; - line-height: 100px; - transition: color .2s; -} - -.header__section.active { - border-color: #191919; - color: #191919; -} - -.header__list, .header__drop { - position: absolute; - top: 100%; - left: 50%; - width: 190px; - margin-left: -95px; - padding: 10px 0; - background: white; - box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); - border-radius: 2px; - opacity: 0; - visibility: hidden; - transform: translate3d(0, 0, 0); - transition: opacity .2s, visibility .2s; - overflow: hidden; -} - -.header__drop { - left: auto; - right: 20px; - margin: 0; -} - -.header__balance { - margin-bottom: 10px; - padding: 0 20px 10px; - border-bottom: 1px solid #E6E6E6; -} - -.header__link { - display: block; - position: relative; - padding: 8px 20px 7px; - font-family: 'ProximaNova-Bold', serif; - font-size: 10px; - color: #8C8C8C; - text-transform: uppercase; - transition: color .2s; -} - -.header__link:hover { - color: #191919; -} - -.header__link_green { - color: #5BD700; -} - -.header__link_green:hover { - color: #45a400; -} - -.header__link_border { - margin-bottom: 5px; - padding: 2px 20px 10px; - border-bottom: 1px solid #E6E6E6; - color: #191919; -} - -.header__link.active .header__title:after { - content: ''; - position: absolute; - top: 50%; - left: -10px; - right: -10px; - height: 2px; - margin-top: -2px; - background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%); -} - -.header__title { - display: table; - position: relative; -} - -.header__menu, .header__close { - display: none; -} - -.header__menu .icon, .header__close .icon { - fill: #191919; -} - -.header__menu .icon { - font-size: 10px; -} - -.header__close .icon { - font-size: 20px; -} - -.header__enter { - height: 100px; - margin-left: 40px; - font-family: 'ProximaNova-Bold', serif; - font-size: 12px; - color: #8C8C8C; - line-height: 100px; - transition: color .2s; -} - -.header__enter:hover { - color: #191919; -} - -.header__enter .icon { - display: none; -} - -.header__login { - position: relative; - margin-right: -20px; - padding: 30px 20px; - -ms-flex: 0 0 80px; - flex: 0 0 80px; -} - -.header__login:hover .header__drop { - opacity: 1; - visibility: visible; -} - -.header__ava { - height: 40px; -} - -.header_bg .header__container { - border-color: transparent; -} - -.main { - display: -ms-flexbox; - display: flex; - position: relative; - min-height: 500px; - margin-top: -100px; - padding: 120px 0 50px; - background-position: 50% 50%; - background-repeat: no-repeat; - background-size: cover; - text-align: center; - z-index: 4; -} - -.main:before { - content: ''; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%); - opacity: .8; - z-index: -2; -} - -.main__center { - margin: auto; -} - -.main__title { - max-width: 780px; - margin: 0 auto 40px; - font-family: 'ProximaNova-Bold', serif; - font-size: 50px; - line-height: 1.2; -} - -.main__content { - margin-bottom: 30px; -} - -.main__time { - padding: 7px 0; - font-family: 'ProximaNova-Bold', serif; - font-size: 20px; - text-transform: uppercase; - letter-spacing: 3px; -} - -.main_green:before { - background-image: linear-gradient(-225deg, #E2E2E2 0%, #E2FFDF 100%); -} - -.main_sm { - min-height: 0; - padding: 135px 0 55px; -} - -.main_sm .main__title { - margin-bottom: 0; -} - -a[name] .title { - color: #000; -} - -.title { - position: relative; - margin-bottom: 35px; - font-family: 'ProximaNova-Bold', serif; - font-size: 32px; - line-height: 1.09375; - z-index: 4; -} - -.title_center { - text-align: center; -} - -.title_sm { - margin-bottom: 20px; - font-size: 25px; -} - -.subtitle { - margin-bottom: 25px; - font-family: 'ProximaNova-Bold', serif; - font-size: 20px; - letter-spacing: 4px; - text-transform: uppercase; -} - -.text { - position: relative; - max-width: 620px; - margin: 0 auto 60px; - font-family: 'ProximaNova-Light', serif; - font-size: 24px; - text-align: center; - z-index: 2; -} - -.text p:not(:last-child) { - margin-bottom: 35px; -} - -.text__curve { - position: absolute; - pointer-events: none; - z-index: -2; -} - -.text__curve_one { - left: -95px; - bottom: 5px; -} - -.text__curve_two { - left: -105px; - bottom: -50px; -} - -.text__curve_three { - left: -65px; - bottom: -35px; -} - -.text__curve_four { - left: -75px; - bottom: -45px; -} - -.text_lg { - max-width: 740px; -} - -.text_mb0 { - margin-bottom: 0; -} - -.section { - padding: 60px 0; -} - -.section_review { - background: url(../img/bg-elephants.jpg) 0 0/100px 102px; -} - -.section_gray { - background: #F8F8F8; -} - -.section_border { - position: relative; -} - -.section_border:after { - content: ''; - position: absolute; - top: 100%; - left: 50%; - width: 100%; - max-width: 944px; - height: 1px; - background: #E6E6E6; - -ms-transform: translateX(-50%); - transform: translateX(-50%); -} - -.section_gradient { - background-image: linear-gradient(-225deg, #F8F8F8 0%, #FFF2F2 100%); -} - -.section_tabs { - padding-top: 20px; -} - -.section_menu { - padding: 20px 0; -} - -.section_confirm { - padding: 30px 0 50px; -} - -.ava { - display: block; - position: relative; - overflow: hidden; -} - -.ava__pic { - display: block; - width: 100%; - border-radius: 50%; -} - -.ava__input { - position: absolute; - top: 0; - right: 0; - font-size: 140px; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - cursor: pointer; - z-index: 2; -} - -.ava__icon { - position: absolute; - top: 50%; - left: 50%; - -ms-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); - font-size: 0; -} - -.ava__icon .icon { - font-size: 30px; - fill: white; -} - -.likes { - display: -ms-flexbox; - display: flex; - color: #191919; - -ms-flex-align: center; - align-items: center; -} - -.likes__counter { - margin-right: 5px; - font-family: 'ProximaNova-Bold', serif; - font-size: 13px; -} - -.likes__icon { - position: relative; - font-size: 0; -} - -.likes.active .icon { - display: none; -} - -.likes.active .icon-like-fill, .likes.active .icon-like-fill-bold { - display: block; -} - -.likes .icon { - position: relative; - top: -1px; - font-size: 14px; - fill: #191919; -} - -.likes .icon-like-fill, .likes .icon-like-fill-bold { - display: none; - fill: #FF9393; -} - -.likes .icon-like-fill-bold { - position: relative; - top: -1px; -} - -.user { - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; -} - -.user__ava { - height: 40px; - margin-right: 10px; - -ms-flex: 0 0 40px; - flex: 0 0 40px; -} - -.user__ava { - height: 40px; - margin-right: 10px; - -ms-flex: 0 0 40px; - flex: 0 0 40px; -} - -.user__info { - -ms-flex: 0 0 calc(100% - 50px); - flex: 0 0 calc(100% - 50px); -} - -.user__name, .user__date { - font-family: 'ProximaNova-Bold', serif; - font-size: 10px; - text-transform: uppercase; - letter-spacing: 0.5px; - line-height: 1.1; -} - -.user__name { - margin-bottom: 5px; -} - -.user__meta { - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; -} - -.user__date { - color: #A7A7A7; -} - -.user__likes { - margin: -5px 0 -5px auto; - font-family: 'ProximaNova-Regular', serif; - font-size: 15px; -} - -.user_white .user__date { - color: white; -} - -.video { - display: block; - position: relative; -} - -.video__pic { - display: block; - width: 100%; -} - -.video .icon-play { - position: absolute; - top: 50%; - left: 50%; - font-size: 48px; - fill: white; - -ms-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); -} - -.video__soon { - display: -ms-flexbox; - display: flex; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - padding: 20px; - background: rgba(25, 25, 25, 0.5); - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center; - -ms-flex-direction: column; - flex-direction: column; - color: white; -} - -.video__title { - margin-bottom: 20px; -} - -.video__time { - font-family: 'ProximaNova-Bold', serif; - font-size: 20px; - text-transform: uppercase; - letter-spacing: 3px; -} - -.about { - display: -ms-flexbox; - display: flex; - padding-right: 160px; -} - -.about__ava { - height: 120px; - margin-right: 40px; - -ms-flex: 0 0 120px; - flex: 0 0 120px; -} - -.about__content { - margin-bottom: 20px; -} - -.about__ceo { - margin-bottom: 20px; -} - -.about__ceo a { - font-family: 'ProximaNova-Bold', serif; -} - -.about__video { - margin-bottom: 20px; -} - -.about__more { - text-align: center; -} - -.online { - display: block; - position: relative; - padding: 55px 0 50px; - background-position: 50% 50%; - background-repeat: no-repeat; - background-size: cover; - color: white; - text-align: center; - z-index: 4; -} - -.online:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - background-image: linear-gradient(-1deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%); - z-index: -2; -} - -.online__type { - margin-bottom: 85px; - font-family: 'ProximaNova-Bold', serif; - font-size: 20px; - letter-spacing: 4px; -} - -.online__title { - margin-bottom: 2px; - font-family: 'ProximaNova-Bold', serif; - font-size: 50px; - line-height: 1.2; -} - -.online__text { - max-width: 600px; -} - -.online__action { - font-family: 'ProximaNova-Bold', serif; - font-size: 10px; - letter-spacing: 1px; -} - -.online__action .icon { - position: relative; - top: 4px; - margin-right: 15px; - font-size: 16px; -} - -.benefits { - display: -ms-flexbox; - display: flex; - position: relative; - max-width: 890px; - margin: 0 auto 80px; - text-align: center; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -ms-flex-pack: center; - justify-content: center; - z-index: 4; -} - -.benefits__item { - padding: 0 15px; - -ms-flex: 0 0 25%; - flex: 0 0 25%; -} - -.benefits__preview { - display: -ms-flexbox; - display: flex; - height: 45px; - margin-bottom: 20px; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center; -} - -.benefits__preview .icon-thumb { - font-size: 43px; -} - -.benefits__preview .icon-wallet { - font-size: 38px; -} - -.benefits__preview .icon-location { - font-size: 40px; -} - -.benefits__preview .icon-searching { - font-size: 37px; -} - -.benefits__title { - display: -ms-flexbox; - display: flex; - min-height: 38px; - margin-bottom: 10px; - font-family: 'ProximaNova-Bold', serif; - font-size: 14px; - letter-spacing: 2.5px; - line-height: 1.42; - text-transform: uppercase; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center; -} - -.reviews { - padding-right: 80px; -} - -.reviews__item { - display: -ms-flexbox; - display: flex; -} - -.reviews__item:not(:last-child) { - margin-bottom: 20px; -} - -.reviews__ava { - height: 60px; - margin-right: 20px; - -ms-flex: 0 0 60px; - flex: 0 0 60px; -} - -.reviews__wrap { - padding: 20px 30px 30px; - background: white; - box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); - border-radius: 0 10px 10px 10px; -} - -.reviews__name { - font-family: 'ProximaNova-Bold', serif; - font-size: 15px; - line-height: 1.33; -} - -.gallery { - display: -ms-flexbox; - display: flex; - margin: 0 -10px -20px; -} - -.gallery__grid { - -ms-flex: 0 0 50%; - flex: 0 0 50%; - overflow: hidden; -} - -.gallery__item { - float: left; - width: calc(33.33% - 20px); - margin: 0 10px 20px; -} - -.gallery__item_lg { - width: calc(66.66% - 20px); -} - -.gallery__item:nth-child(4) { - clear: both; -} - -.gallery__pic { - display: block; - width: 100%; -} - -.app { - position: relative; - margin-top: 72px; - background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%); -} - -.app__center { - display: -ms-flexbox; - display: flex; - -ms-flex-align: end; - align-items: flex-end; -} - -.app__col:first-child { - position: relative; - padding: 50px 0 60px; - -ms-flex: 0 0 49%; - flex: 0 0 49%; - text-align: center; - z-index: 2; -} - -.app__col:last-child { - -ms-flex: 0 0 51%; - flex: 0 0 51%; -} - -.app__theme { - margin-bottom: 20px; - font-family: 'ProximaNova-Bold', serif; - font-size: 10px; - color: #4A90E2; -} - -.app__title { - margin-bottom: 25px; - font-size: 32px; - line-height: 1.25; -} - -.app__content { - margin-bottom: 30px; -} - -.app__links { - display: -ms-flexbox; - display: flex; - -ms-flex-pack: center; - justify-content: center; -} - -.app__link { - margin: 0 10px; - -ms-flex: 0 0 135px; - flex: 0 0 135px; -} - -.app__preview { - display: -ms-flexbox; - display: flex; - height: 100px; - -ms-flex-align: end; - align-items: flex-end; - -ms-flex-pack: end; - justify-content: flex-end; -} - -.app__pic { - display: block; - max-width: 100%; - max-height: 277px; -} - -a.grey-link { - color: #A7A7A7; - border-bottom: 1px #ccc solid; - font-size: 14px; -} - -a.grey-link:hover { - color: #000; - border-bottom: 1px #545454 solid; -} - -.game { - position: relative; - padding: 70px 0 80px; - background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%); - overflow: hidden; -} - -.game__wrap { - max-width: 375px; -} - -.game__theme { - margin-bottom: 20px; - font-family: 'ProximaNova-Bold', serif; - font-size: 10px; - color: #4A90E2; -} - -.game__title { - margin-bottom: 65px; - font-size: 32px; - line-height: 1.25; -} - -.game__btn { - background: transparent; - padding: 11px 24px 10px; - border: 2px solid #191919; - color: #191919; -} - -.game__btn:hover { - background: #191919; - border-color: #191919; - color: white; -} - -.game__btn:active { - color: rgba(255, 255, 255, 0.1); -} - -.game__preview { - position: absolute; - top: 0; - left: calc(50% - 145px); - bottom: 0; -} - -.game__pic { - display: block; - width: auto; - height: 100%; -} - -.teachers { - margin-bottom: 50px; -} - -.teachers__item { - display: -ms-flexbox; - display: flex; - margin-bottom: 40px; -} - -.teachers__ava { - height: 140px; - margin-right: 25px; - -ms-flex: 0 0 140px; - flex: 0 0 140px; -} - -.teachers__title { - margin-bottom: 5px; - font-family: 'ProximaNova-Bold', serif; - font-size: 20px; - text-transform: uppercase; - letter-spacing: 4px; -} - -.teachers__name { - margin-bottom: 20px; - font-family: 'ProximaNova-Bold', serif; -} - -.teachers__content { - font-size: 16px; - line-height: 1.375; -} - -.toggle { - font-size: 14px; -} - -.toggle__head { - color: #FF9393; -} - -.toggle__head .icon { - position: relative; - top: -1px; - margin-left: 10px; - font-size: 6px; - transition: transform .2s; -} - -.toggle__head.active .icon { - -ms-transform: rotate(-180deg); - transform: rotate(-180deg); -} - -.toggle__body { - display: none; - padding-top: 10px; - color: #888; -} - -.schedule { - margin-bottom: 70px; -} - -.schedule__item { - display: -ms-flexbox; - display: flex; - margin-bottom: 40px; -} - -.schedule__day { - padding-top: 2px; - font-family: 'ProximaNova-Bold', serif; - font-size: 12px; - color: #FF9393; - letter-spacing: 2px; - text-transform: uppercase; - -ms-flex: 0 0 140px; - flex: 0 0 140px; -} - -.schedule__title, .schedule__content { - font-size: 16px; -} - -.schedule__title { - font-family: 'ProximaNova-Bold', serif; -} - -.schedule__toggle { - margin-top: 10px; -} - -.theme { - font-family: 'ProximaNova-Bold', serif; - font-size: 12px; - letter-spacing: 2px; - color: #FF9393; -} - -.theme_green { - color: #8ECFC0; -} - -.theme_violet { - color: #B995D9; -} - -.theme_lg { - font-size: 20px; - letter-spacing: 4px; -} - -.courses__list { - display: -ms-flexbox; - display: flex; - margin: 0 -10px; - -ms-flex-wrap: wrap; - flex-wrap: wrap; -} - -.courses__item { - display: block; - margin: 0 10px 60px; - color: #191919; - -ms-flex: 0 0 calc(33.33% - 20px); - flex: 0 0 calc(33.33% - 20px); -} - -.courses__preview { - display: block; - position: relative; - margin-bottom: 15px; - color: #191919; -} - -.courses__preview:hover .courses__view { - opacity: .9; -} - -.courses__label { - position: absolute; - top: 0; - right: 20px; - width: 30px; - height: 45px; - background-repeat: no-repeat; - background-size: contain; - z-index: 6; -} - -.courses__label_fav { - background-image: url(../img/fav.svg); -} - -.courses__label_clock { - background-image: url(../img/clock.svg); -} - -.courses__pic { - display: block; - width: 100%; - border-radius: 2px; -} - -.courses__view { - display: -ms-flexbox; - display: flex; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%); - border-radius: 2px; - opacity: 0; - font-size: 18px; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center; - transition: opacity .2s; - z-index: 4; -} - -.courses__soon { - display: -ms-flexbox; - display: flex; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - padding: 10px; - background: rgba(0, 0, 0, 0.4); - color: white; - -ms-flex-direction: column; - flex-direction: column; - -ms-flex-pack: center; - justify-content: center; - text-align: center; -} - -.courses__left { - margin-bottom: 5px; - font-size: 15px; -} - -.courses__time { - font-family: 'ProximaNova-Bold', serif; - font-size: 20px; - text-transform: uppercase; - letter-spacing: 3px; -} - -.courses__details { - display: -ms-flexbox; - display: flex; - margin-bottom: 10px; -} - -.courses__price { - margin-left: auto; - font-family: 'ProximaNova-Bold', serif; - font-size: 12px; - letter-spacing: 2px; - color: #191919; -} - -.courses__title { - display: block; - margin-bottom: 10px; - font-family: 'ProximaNova-SemiBold', serif; - font-size: 18px; - color: #191919; -} - -.courses__user { - margin-top: 20px; -} - -.courses_two .courses__item { - -ms-flex: 0 0 calc(50% - 20px); - flex: 0 0 calc(50% - 20px); -} - -.load { - margin-top: 30px; -} - -.load__btn { - width: 100%; - padding: 22px 24px 21px; - background: none; - border: 1px solid #E6E6E6; -} - -.more { - text-align: center; -} - -.more__btn { - position: relative; - min-width: 300px; - padding: 19px 24px 18px; - border-radius: 28px; - letter-spacing: 2px; - z-index: 4; -} - -.more__btn:hover:before { - opacity: 0; -} - -.more__btn:before { - content: ''; - position: absolute; - top: 5px; - left: 5px; - right: 5px; - bottom: 5px; - background: white; - border-radius: 24px; - transition: opacity .2s; - z-index: -2; -} - -.partners { - display: -ms-flexbox; - display: flex; - margin: 0 -10px -20px; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center; -} - -.partners__item { - margin: 0 10px 20px; - -ms-flex: 0 0 calc(16.66% - 20px); - flex: 0 0 calc(16.66% - 20px); -} - -.partners__pic { - display: block; - width: 100%; -} - -.switch { - display: block; - position: relative; - font-size: 13px; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - cursor: pointer; -} - -.switch__input { - position: absolute; - top: 0; - left: 0; - opacity: 0; -} - -.switch__input:checked + .switch__content:after { - opacity: 1; -} - -.switch__content { - display: block; - padding: 3px 0 3px 30px; - font-size: 14px; -} - -.switch__content:before, .switch__content:after { - content: ''; - position: absolute; -} - -.switch__content:before { - top: 0; - left: 0; - width: 20px; - height: 20px; - border: 1px solid #E6E6E6; -} - -.switch__content:after { - top: 5px; - left: 5px; - width: 10px; - height: 10px; - background-image: linear-gradient(-225deg, #B4EC51 0%, #61E9E7 100%); - opacity: 0; - transition: opacity .2s; -} - -.switch__cell { - padding-right: 10px; -} - -.switch__cell:first-child { - padding-top: 3px; - font-family: 'ProximaNova-Bold', serif; - font-size: 11px; - text-transform: uppercase; - -ms-flex: 0 0 110px; - flex: 0 0 110px; -} - -.switch__cell:nth-child(2), .switch__cell:last-child { - -ms-flex: 0 0 60px; - flex: 0 0 60px; -} - -.switch__cell:nth-child(3) { - -ms-flex: 0 0 calc(100% - 230px); - flex: 0 0 calc(100% - 230px); -} - -.switch__cell:last-child { - padding: 0; - text-align: right; -} - -.switch_blue .switch__content:after { - background: #4A90E2; -} - -.switch_lesson .switch__content { - display: -ms-flexbox; - display: flex; - padding: 19px 0 19px 50px; - border-bottom: 1px solid #E6E6E6; - font-size: 16px; - color: #A7A7A7; - transition: color .2s; -} - -.switch_lesson .switch__content:before, .switch_lesson .switch__content:after { - -ms-transform: translateY(18px); - transform: translateY(18px); -} - -.switch_lesson:first-child .switch__content { - border-top: 1px solid #E6E6E6; -} - -.switch_lesson .switch__input:checked + .switch__content { - color: #191919; -} - -.switch_circle .switch__content:before, .switch_circle .switch__content:after { - border-radius: 50%; -} - -.switch_lg .switch__content { - padding: 0 0 0 30px; - font-size: 16px; -} - -.footer { - padding: 50px 0 30px; - background: #F8F8F8; -} - -.footer__row { - display: -ms-flexbox; - display: flex; - margin: 0 -10px; - -ms-flex-wrap: wrap; - flex-wrap: wrap; -} - -.footer__row_second { - margin-top: 50px; -} - -.footer__col { - padding: 0 10px; - -ms-flex: 0 0 16.66%; - flex: 0 0 16.66%; -} - -.footer__col_md { - -ms-flex: 0 0 25%; - flex: 0 0 25%; -} - -.footer__col_lg { - -ms-flex: 0 0 75%; - flex: 0 0 75%; -} - -.footer__logo { - width: 188px; - height: 58px; - margin: 2px 0 25px; - font-size: 18px; - line-height: 1.22222; -} - -.footer__content { - max-width: 200px; - font-size: 18px; -} - -.footer__title { - padding: 20px 0 50px; - font-family: 'ProximaNova-Bold', serif; - font-size: 12px; - letter-spacing: 0.92px; - text-transform: uppercase; -} - -.footer__link, .footer__contact { - display: table; - font-size: 14px; - color: #191919; - line-height: 1.42857; -} - -.footer__contact { - margin-bottom: 20px; -} - -.footer__contact a { - color: #191919; -} - -.footer__group, .footer__links { - display: -ms-flexbox; - display: flex; - color: #888; -} - -.footer__copyright { - margin-right: 20px; -} - -.footer__links .footer__link { - color: #888; -} - -.footer__divider { - margin: 0 10px; -} - -.subscribe__field { - margin-bottom: 10px; -} - -.subscribe__input { - width: 100%; - height: 40px; - padding: 0 10px; - font-size: 16px; - text-align: center; -} - -.subscribe__btn { - width: 100%; -} - -.subscribe__content { - margin-top: 15px; - font-size: 12px; - line-height: 1.25; -} - -.socials { - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; -} - -.socials__item { - font-size: 0; -} - -.socials__item:not(:last-child) { - margin-right: 20px; -} - -.socials__item .icon-instagram { - font-size: 18px; -} - -.socials__item .icon-twitter { - font-size: 17px; -} - -.socials__item .icon-fb { - font-size: 19px; -} - -.socials__item .icon-youtube { - font-size: 15px; -} - -.select { - position: relative; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - z-index: 4; -} - -.select__head { - position: relative; - height: 36px; - border-bottom: 1px solid #E6E6E6; - transition: border-color .2s; - font-size: 18px; - line-height: 36px; - white-space: nowrap; - text-overflow: ellipsis; - color: #A7A7A7; - cursor: pointer; - transition: border-color .2s; - overflow: hidden; -} - -.select__head:after { - content: ''; - position: absolute; - top: 14px; - right: 0; - width: 0px; - height: 0px; - border-style: solid; - border-width: 8px 4px 0 4px; - border-color: #191919 transparent transparent transparent; -} - -.select__drop { - position: absolute; - left: 0; - right: 0; - top: calc(100% + 10px); - padding: 10px 0; - background: white; - box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); - border-radius: 2px; - opacity: 0; - visibility: hidden; - transition: opacity .2s, visibility .2s; - overflow: hidden; -} - -.select__option { - display: block; - position: relative; - padding: 8px 20px 7px; - font-family: 'ProximaNova-Bold', serif; - font-size: 10px; - color: #8C8C8C; - text-transform: uppercase; - transition: color .2s; - text-transform: uppercase; - cursor: pointer; -} - -.select__option:hover { - color: #191919; -} - -.select__option.active { - color: #191919; -} - -.select__option.active .select__title:after { - content: ''; - position: absolute; - top: 50%; - left: -10px; - right: -10px; - height: 2px; - margin-top: -2px; - background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%); -} - -.select__title { - display: table; - position: relative; -} - -.select.active { - z-index: 99; -} - -.select.active .select__head { - border-color: #191919; -} - -.select.active .select__head:after { - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} - -.select.active .select__drop { - opacity: 1; - visibility: visible; -} - -.select.selected .select__head { - color: #191919; -} - -.field { - margin-bottom: 20px; -} - -.field__label { - display: -ms-flexbox; - display: flex; - font-family: 'ProximaNova-Bold', serif; - font-size: 10px; - letter-spacing: 1px; - text-transform: uppercase; -} - -.field__label_gray { - color: #A7A7A7; -} - -.field__link { - margin-left: auto; -} - -.field__wrap { - position: relative; -} - -.field__input, .field__textarea { - width: 100%; - border-bottom: 1px solid #E6E6E6; - background: transparent; - font-size: 18px; - transition: border-color .2s; -} - -.field__input:focus, .field__textarea:focus { - border-color: #191919; -} - -.field__input_bg, .field__textarea_bg { - background: #F8F8F8; - border: 1px solid #F8F8F8; -} - -.field__input_sm, .field__textarea_sm { - font-size: 16px; -} - -.field__input { - height: 36px; -} - -.field__input[type='password']::-webkit-input-placeholder { - font-size: 18px; -} - -.field__input[type='password']:-ms-input-placeholder { - font-size: 18px; -} - -.field__input[type='password']::placeholder { - font-size: 18px; -} - -.field__input_bg { - height: 50px; - padding: 0 20px; -} - -.field__textarea { - display: block; - height: 36px; - padding: 7px 0; - resize: vertical; -} - -.field__textarea_lg { - height: 80px; - font-size: 25px; -} - -.field__preview { - position: absolute; - top: 8px; - right: 0; -} - -.field__pic { - display: block; - width: auto; - height: 20px; -} - -.field__error { - margin-top: 5px; - font-size: 12px; - color: #FF9393; -} - -.field__switch { - margin-top: 10px; -} - -.field__switch:first-child { - margin-top: 5px; -} - -.field_code .field__input { - height: 40px; - font-size: 15px; -} - -.field_info .field__label { - color: rgba(255, 255, 255, 0.8); -} - -.field_info .field__input, -.field_info .field__textarea { - border-color: rgba(230, 230, 230, 0.2); - color: white; -} - -.field_info .field__input:focus, -.field_info .field__textarea:focus { - border-color: white; -} - -.field.error .field__input, -.field.error .field__textarea { - border-color: #FF9393; -} - -.field.success .field__input, -.field.success .field__textarea { - border-color: #5BD700; -} - -.field__password-show { - position: absolute; - right: 0; - top: 0; -} - -.field__password-show button.password-toggle { - border: none; - background: none; - margin-top: 11px; -} - -.field__wrap svg.icon-password-eye { - display: block; -} - -.field__wrap svg.icon-password-hidden-eye { - display: none; -} - -.field__wrap.password-visible svg.icon-password-eye { - display: none; -} - -.field__wrap.password-visible svg.icon-password-hidden-eye { - display: block; -} - -.field__wrap.password-visible button.password-toggle { - margin-top: 12px; -} - -.icon-password-eye { - width: 1.47em; - height: 1em; -} - -.auth { - padding: 0 20px 25px; -} - -.auth__nav { - display: -ms-flexbox; - display: flex; - margin-bottom: 30px; -} - -.auth__type { - border-bottom: 1px solid #E6E6E6; - font-family: 'ProximaNova-Bold', serif; - font-size: 12px; - letter-spacing: 2px; - line-height: 60px; - color: #A7A7A7; - text-transform: uppercase; - text-align: center; - -ms-flex: 1 0 50%; - flex: 1 0 50%; - transition: border-color .2s, color .2s; -} - -.auth__type.active { - border-color: #191919; - color: #191919; -} - -.auth__tab { - display: none; -} - -.auth__fieldset { - display: -ms-flexbox; - display: flex; -} - -.auth__fieldset { - display: -ms-flexbox; - display: flex; - margin: 0 -7px; -} - -.auth__fieldset .auth__field { - margin: 0 7px 20px; - -ms-flex: 0 0 calc(50% - 14px); - flex: 0 0 calc(50% - 14px); -} - -.auth__link { - display: block; - margin: -5px 0 0; - font-size: 12px; - color: #191919; - text-decoration: underline; - line-height: 1.5; -} - -.auth__foot { - margin-top: 30px; -} - -.auth__btn { - width: 100%; - padding: 18px 24px 17px; -} - -.auth__or { - padding: 10px 0; - font-size: 14px; - text-align: center; -} - -.auth__pass { - display: none; -} - -.auth__text { - margin-bottom: 20px; - line-height: 1.3; - text-decoration: underline; -} - -.popup { - display: none; - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: 0; - min-width: 360px; - padding: 15px; - background: rgba(25, 25, 25, 0.7); - opacity: 0; - transition: opacity .2s; - overflow: auto; - z-index: 999; -} - -.popup__wrap { - position: relative; - width: 100%; - max-width: 340px; - margin: auto; - background: white; - box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); - border-radius: 3px; - -ms-transform: scale(0.9); - transform: scale(0.9); - transition: transform .2s; -} - -.popup__wrap_md { - max-width: 620px; -} - -.popup__wrap_lg { - max-width: 1000px; -} - -.popup__close { - position: absolute; - top: -15px; - right: -15px; - padding: 10px; - background: #191919; - border-radius: 50%; - box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); - font-size: 0; -} - -.popup__close .icon { - font-size: 14px; - fill: white; -} - -.popup.open { - display: -ms-flexbox; - display: flex; -} - -.popup.visible { - opacity: 1; -} - -.popup.visible .popup__wrap { - -ms-transform: scale(1); - transform: scale(1); -} - -.head { - display: -ms-flexbox; - display: flex; - margin-bottom: 50px; -} - -.head__right { - -ms-flex: 0 0 220px; - flex: 0 0 220px; -} - -.head__right.hidden { - visibility: hidden; -} - -.head__title { - position: relative; - margin: 0; - padding: 0 20px 0 260px; - -ms-flex: 0 0 calc(100% - 220px); - flex: 0 0 calc(100% - 220px); - z-index: 4; -} - -.head__curve { - position: absolute; - top: 50%; - left: calc(50% - 60px); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - z-index: -2; -} - -.layout { - display: -ms-flexbox; - display: flex; - margin: 0 -10px; -} - -.layout__container, .layout__sidebar { - padding: 0 10px; -} - -.layout__container { - -ms-flex: 0 0 66.66%; - flex: 0 0 66.66%; -} - -.layout__search { - -ms-flex: 0 0 100%; - flex: 0 0 100%; -} - -.layout__sidebar { - -ms-flex: 0 0 33.33%; - flex: 0 0 33.33%; -} - -.similar__item { - display: -ms-flexbox; - display: flex; - margin-bottom: 30px; - color: #191919; -} - -.similar__preview { - margin-right: 15px; - -ms-flex: 0 0 80px; - flex: 0 0 80px; -} - -.similar__pic { - display: block; - width: 100%; - border-radius: 2px; -} - -.similar__wrap { - -ms-flex: 0 0 calc(100% - 95px); - flex: 0 0 calc(100% - 95px); -} - -.similar__title { - margin-bottom: 5px; -} - -.similar__ava { - font-size: 10px; - color: #A7A7A7; - text-transform: uppercase; -} - -.go { - display: -ms-flexbox; - display: flex; - margin-bottom: 50px; - -ms-flex-pack: justify; - justify-content: space-between; - -ms-flex-align: center; - align-items: center; -} - -.go__item { - display: -ms-flexbox; - display: flex; - max-width: calc(50% - 20px); - -ms-flex-align: center; - align-items: center; - color: #191919; -} - -.go__arrow { - margin-right: 15px; - font-size: 0; -} - -.go__arrow .icon { - font-size: 17px; - fill: #191919; -} - -.go__title { - font-size: 18px; - line-height: 1.33; -} - -.go__title + .go__arrow { - margin: 0 0 0 15px; -} - -.go__btn { - width: 220px; -} - -.meta, .meta__item { - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; -} - -.meta__item:not(:last-child) { - margin-right: 40px; -} - -.meta__icon { - margin-right: 10px; - font-size: 0; -} - -.meta__icon .icon { - font-size: 16px; - fill: #A7A7A7; -} - -.meta__icon .icon-video { - font-size: 14px; -} - -.meta__icon .icon-showcase { - font-size: 18px; -} - -.meta__icon .icon-date { - font-size: 20px; -} - -.meta_white .meta__icon .icon { - fill: white; -} - -.course { - margin-bottom: 60px; -} - -.course__head { - display: -ms-flexbox; - display: flex; - min-height: 40px; - margin-bottom: 30px; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: justify; - justify-content: space-between; -} - -.course__title { - margin-bottom: 20px; -} - -.course__content { - margin-bottom: 40px; -} - -.course__about { - position: relative; - margin-bottom: 40px; -} - -.course__about:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - background: rgba(0, 0, 0, 0.3); -} - -.course__pic { - display: block; - width: 100%; -} - -.course__btn { - position: absolute; - top: 50%; - left: 50%; - min-width: 200px; - background: transparent; - border: 2px solid white; - color: white; - -ms-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); - overflow: hidden; -} - -.course__btn:active { - color: rgba(255, 255, 255, 0.4); -} - -.course__user { - margin-bottom: 40px; -} - -.course__info { - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; -} - -.course__buy { - width: 220px; - margin-left: auto; -} - -.course__metas { - display: -ms-flexbox; - display: flex; - margin-bottom: 45px; - -ms-flex-pack: justify; - justify-content: space-between; -} - -.course__actions { - display: -ms-flexbox; - display: flex; - margin: 0 -10px 50px; -} - -.course__action { - position: relative; - margin: 0 10px; - -ms-flex: 0 0 calc(50% - 20px); - flex: 0 0 calc(50% - 20px); -} - -.course__action .icon { - position: absolute; - top: 50%; - right: 45px; - margin: 0; - font-size: 19px; - -ms-transform: translateY(calc(-50% - 1px)); - transform: translateY(calc(-50% - 1px)); -} - -.course__video { - margin-bottom: 30px; -} - -.course__share { - margin-bottom: 60px; -} - -.course_promo { - position: relative; - margin: 0; - padding: 100px 0 110px; - background-size: cover; - background-position: 50% 50%; - background-repeat: no-repeat; - color: white; - z-index: 4; -} - -.course_promo:before, .course_promo:after { - content: ''; - position: absolute; -} - -.course_promo:before { - top: 0; - left: 0; - width: 100%; - height: 100%; - background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.64) 100%); - z-index: -2; -} - -.course_promo:after { - left: 50%; - bottom: -1px; - margin-left: -16px; - width: 0px; - height: 0px; - border-style: solid; - border-width: 0 16px 16px 16px; - border-color: transparent transparent #F8F8F8 transparent; -} - -.course_promo .course__likes { - color: white; -} - -.course_promo .course__likes .icon { - fill: white; -} - -.lessons__list { - margin-bottom: 60px; -} - -.lessons__item { - position: relative; - margin-bottom: 40px; - transition: box-shadow .2s; -} - -.lessons__item:hover .lessons__actions { - opacity: 1; - visibility: visible; -} - -.lessons__subtitle { - margin-bottom: 20px; -} - -.lessons__row { - display: -ms-flexbox; - display: flex; -} - -.lessons__preview { - margin-right: 25px; - -ms-flex: 0 0 140px; - flex: 0 0 140px; -} - -.lessons__pic { - display: block; - width: 100%; -} - -.lessons__content { - -ms-flex: 0 0 calc(100% - 165px); - flex: 0 0 calc(100% - 165px); -} - -.lessons__actions { - display: -ms-flexbox; - display: flex; - position: absolute; - top: 10px; - right: 10px; - opacity: 0; - visibility: hidden; - transition: opacity .2s, visibility .2s; -} - -.lessons__action { - margin-left: 10px; - padding: 10px; - font-size: 0; -} - -.lessons__action:hover .icon { - fill: #191919; -} - -.lessons__action .icon { - font-size: 20px; - fill: #C8C8C8; - transition: fill .2s; -} - -.lessons__foot { - text-align: center; -} - -.lessons__btn { - width: 220px; -} - -.lessons_kit .lessons__item { - margin-bottom: 20px; - padding: 20px; -} - -.lessons_kit .lessons__item:hover { - box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.06); - border-radius: 10px; -} - -.lessons_kit .lessons__content { - -ms-flex: 0 0 100%; - flex: 0 0 100%; -} - -.lesson__subtitle { - margin-bottom: 10px; - color: #191919; -} - -.lesson__content { - margin-bottom: 30px; - color: #191919; -} - -.lessons__subtitle { - margin-bottom: 10px; - color: #191919; -} - -.lessons__content { - margin-bottom: 30px; - color: #191919; -} - -.materials__item { - display: -ms-flexbox; - display: flex; -} - -.materials__item:not(:last-child) { - margin-bottom: 40px; -} - -.materials__preview { - margin-right: 25px; - -ms-flex: 0 0 140px; - flex: 0 0 140px; -} - -.materials__pic { - display: block; - width: 100%; -} - -.materials__wrap { - -ms-flex: 0 0 calc(100% - 180px); - flex: 0 0 calc(100% - 180px); -} - -.materials__title { - margin-bottom: 10px; - font-family: 'ProximaNova-Bold', serif; - font-size: 12px; - letter-spacing: 2px; - text-transform: uppercase; -} - -.examples { - display: -ms-flexbox; - display: flex; - margin: 0 -10px -20px; - -ms-flex-wrap: wrap; - flex-wrap: wrap; -} - -.examples__item { - margin: 0 10px 20px; - -ms-flex: 0 0 calc(25% - 20px); - flex: 0 0 calc(25% - 20px); -} - -.examples__pic { - display: block; - width: 100%; -} - -.questions__form, .questions__item { - display: -ms-flexbox; - display: flex; -} - -.questions__form { - margin-bottom: 40px; - padding-bottom: 20px; - border-bottom: 1px solid #E6E6E6; -} - -.questions__item:not(:last-child) { - margin-bottom: 25px; -} - -.questions__item_reply { - padding-left: 80px; -} - -.questions__reply-info { - display: none; - margin-bottom: 10px; -} - -.questions__item_reply .questions__details { - margin-bottom: 10px; - padding: 20px; - background: white; - border-radius: 0 10px 10px 10px; -} - -.questions__ava { - height: 60px; - margin-right: 20px; - -ms-flex: 0 0 60px; - flex: 0 0 60px; -} - -.questions__pic { - display: block; - width: 100%; -} - -.questions__wrap { - -ms-flex: 0 0 calc(100% - 80px); - flex: 0 0 calc(100% - 80px); -} - -.questions__field { - margin-bottom: 20px; -} - -.questions__textarea { - display: block; - width: 100%; - height: 70px; - padding: 11px 15px; - border-radius: 2px; - font-size: 16px; - resize: vertical; -} - -.questions__btn { - display: block; - margin: 0 auto; - border-radius: 20px; -} - -.questions__details { - margin-bottom: 5px; -} - -.questions__head, .questions__action { - font-family: 'ProximaNova-Bold', serif; - font-size: 12px; - letter-spacing: 2px; - text-transform: uppercase; -} - -.questions__head { - margin-bottom: 15px; -} - -.questions__action, .questions__date { - color: #A7A7A7; -} - -.questions__author { - margin-right: 15px; -} - -.questions__date { - display: inline-block; -} - -.questions__foot { - text-align: right; -} - -.questions__action { - margin-left: auto; -} - -.share__title { - margin-bottom: 45px; - font-family: 'ProximaNova-Bold', serif; - font-size: 20px; - text-align: center; -} - -.share__list { - display: -ms-flexbox; - display: flex; - -ms-flex-pack: center; - justify-content: center; -} - -.share__item { - font-size: 0; -} - -.share__item:not(:last-child) { - margin-right: 20px; -} - -.share__item .icon { - font-size: 40px; -} - -.share_sm .share__title { - margin-bottom: 15px; -} - -.share_sm .share__item:not(:last-child) { - margin-right: 10px; -} - -.share_sm .share__item .icon { - font-size: 30px; -} - -.share_right .share__list { - -ms-flex-pack: start; - justify-content: flex-start; -} - -.buy { - padding: 15px 30px 30px; -} - -.buy__row { - display: -ms-flexbox; - display: flex; - margin: 0 -10px; - -ms-flex-wrap: wrap; - flex-wrap: wrap; -} - -.buy__col { - margin-bottom: 20px; - padding: 0 10px; - -ms-flex: 0 0 320px; - flex: 0 0 320px; -} - -.buy__col:nth-child(2n-1) { - -ms-flex: 0 0 calc(100% - 320px); - flex: 0 0 calc(100% - 320px); -} - -.buy__head_main { - padding-top: 25px; -} - -.buy__label { - font-size: 16px; -} - -.buy__title { - font-size: 30px; -} - -.buy__content { - font-size: 12px; - color: #A7A7A7; -} - -.buy__foot { - margin-top: 20px; - text-align: center; -} - -.buy__btn { - width: 275px; -} - -.order { - padding: 2px; - background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%); - border-radius: 8px; -} - -.order__wrap { - padding: 20px 30px 30px; - background: white; - border-radius: 6px; -} - -.order__title { - margin-bottom: 20px; - font-size: 20px; -} - -.order__preview { - margin: 0 -30px 20px; -} - -.order__pic { - display: block; - width: 100%; -} - -.order__label { - margin-bottom: 10px; - font-family: 'ProximaNova-Bold', serif; - font-size: 11px; - text-transform: uppercase; -} - -.order__foot { - display: -ms-flexbox; - display: flex; - margin: 30px -30px -10px; - padding: 20px 30px 0; - border-top: 1px solid #E6E6E6; - font-family: 'ProximaNova-Bold', serif; - font-size: 16px; -} - -.order__total { - margin-left: auto; -} - -.lock { - padding: 50px 60px 40px; - text-align: center; -} - -.lock__label { - margin-bottom: 70px; - font-family: 'ProximaNova-Bold', serif; - font-size: 12px; - color: #A7A7A7; - letter-spacing: 2px; -} - -.lock__title { - margin-bottom: 20px; -} - -.lock__content { - margin-bottom: 70px; -} - -.lock__btn { - width: 220px; -} - -.profile { - position: relative; - padding-bottom: 20px; - text-align: center; -} - -.profile__btn { - padding: 10px 15px; - background: transparent; - border: 1px solid #A7A7A7; - color: #A7A7A7; -} - -.profile__btn_edit { - position: absolute; - top: 0; - right: 0; -} - -.profile__row { - display: -ms-flexbox; - display: flex; - margin-bottom: 25px; - -ms-flex-align: center; - align-items: center; -} - -.profile__ava { - width: 120px; - height: 120px; - margin: 0 auto 20px; -} - -.profile__name { - margin-bottom: 15px; - font-size: 20px; - letter-spacing: 3px; - text-transform: uppercase; -} - -.profile__share { - margin-bottom: 35px; -} - -.profile__content { - max-width: 760px; - margin: 0 auto; -} - -.profile__foot { - display: none; - margin-top: 30px; - text-align: center; -} - -.tabs__nav { - display: -ms-flexbox; - display: flex; - height: 56px; - margin-bottom: 40px; - border-bottom: 1px solid #E6E6E6; -} - -.tabs__btn { - height: 56px; - border-bottom: 1px solid #E6E6E6; - font-family: 'ProximaNova-Bold', serif; - font-size: 12px; - color: #A7A7A7; - letter-spacing: 1px; - transition: border-color .2s, color .2s; -} - -.tabs__btn:not(:last-child) { - margin-right: 40px; -} - -.tabs__btn:hover { - color: #191919; -} - -.tabs__btn.active { - border-color: #191919; - color: #191919; -} - -.tabs__item { - display: none; -} - -.menu { - display: -ms-flexbox; - display: flex; -} - -.menu__link { - font-size: 16px; - color: #A7A7A7; - transition: color .2s; -} - -.menu__link:not(:last-child) { - margin-right: 30px; -} - -.menu__link.active { - font-family: 'ProximaNova-Bold', serif; - color: #191919; -} - -.confirm__title { - margin-bottom: 20px; - font-size: 24px; -} - -.confirm__form { - display: -ms-flexbox; - display: flex; - margin: 25px -10px 30px; - -ms-flex-align: center; - align-items: center; -} - -.confirm__field, .confirm__btn { - margin: 0 10px; - -ms-flex: 0 0 calc(50% - 20px); - flex: 0 0 calc(50% - 20px); -} - -.form { - position: relative; -} - -.form__ava { - position: absolute; - left: -160px; - width: 140px; - height: 140px; -} - -.form__group { - position: relative; - margin-bottom: 40px; -} - -.form__title { - margin-bottom: 30px; - font-size: 25px; -} - -.form__content { - margin-bottom: 40px; -} - -.form__fieldset { - display: -ms-flexbox; - display: flex; - margin: 0 -10px; -} - -.form__fieldset .form__field { - padding: 0 10px; - -ms-flex: 0 0 50%; - flex: 0 0 50%; -} - -.form__field { - margin-bottom: 25px; -} - -.form__switch { - margin-bottom: 10px; -} - -.form__btn { - width: 100%; -} - -.transactions__row { - display: -ms-flexbox; - display: flex; - margin: 0 -10px 20px; - -ms-flex-wrap: wrap; - flex-wrap: wrap; -} - -.transactions__cell { - padding: 0 10px; - font-size: 13px; -} - -.transactions__cell:first-child { - font-family: 'ProximaNova-Bold', serif; - font-size: 12px; - text-transform: uppercase; - letter-spacing: 2px; - -ms-flex: 0 0 60%; - flex: 0 0 60%; -} - -.transactions__cell:nth-child(2), .transactions__cell:last-child { - -ms-flex: 0 0 20%; - flex: 0 0 20%; - text-align: right; -} - -.transactions__cell:last-child { - color: #5BD700; -} - -.empty { - max-width: 300px; - margin: 0 auto; - text-align: center; -} - -.done { - padding: 60px 0; - text-align: center; -} - -.done__foot { - margin-top: 60px; -} - -.done__btn { - width: 100%; - max-width: 300px; -} - -.author__row { - display: -ms-flexbox; - display: flex; -} - -.author__ava { - height: 90px; - margin-right: 20px; - -ms-flex: 0 0 90px; - flex: 0 0 90px; -} - -.author__wrap { - -ms-flex: 0 0 calc(100% - 110px); - flex: 0 0 calc(100% - 110px); -} - -.author__hi, .author__name { - display: table; - font-family: 'ProximaNova-Bold', serif; - text-transform: uppercase; -} - -.author__hi { - margin-bottom: 30px; - font-size: 12px; - letter-spacing: 2px; -} - -.author__name { - font-size: 10px; - letter-spacing: 1.66px; -} - -.author__content { - margin-bottom: 30px; -} - -.upload { - position: relative; - font-size: 18px; - color: #4A90E2; - overflow: hidden; -} - -.upload__file { - position: absolute; - top: 0; - right: 0; - opacity: 0; - cursor: pointer; -} - -.info { - display: -ms-flexbox; - display: flex; - background: #F8F8F8; -} - -.info__section { - display: -ms-flexbox; - display: flex; - position: relative; - background-position: 50% 50%; - background-size: cover; - -ms-flex: 0 0 calc(50% + 169px); - flex: 0 0 calc(50% + 169px); - -ms-flex-pack: end; - justify-content: flex-end; - z-index: 4; -} - -.info__section:before { - content: ''; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.64) 100%); - z-index: -2; -} - -.info__sidebar { - -ms-flex: 0 0 calc(50% - 169px); - flex: 0 0 calc(50% - 169px); -} - -.info__main { - display: -ms-flexbox; - display: flex; - max-width: 675px; - height: 550px; - padding: 30px 40px 50px; - -ms-flex-direction: column; - flex-direction: column; - -ms-flex-positive: 1; - flex-grow: 1; -} - -.info__head { - display: -ms-flexbox; - display: flex; - -ms-flex-align: start; - align-items: flex-start; -} - -.info__user { - display: -ms-flexbox; - display: flex; - margin-bottom: 45px; - -ms-flex-align: center; - align-items: center; -} - -.info__ava { - width: 40px; - height: 40px; - margin-right: 20px; - -ms-flex: 0 0 40px; - flex: 0 0 40px; -} - -.info__label { - font-family: 'ProximaNova-Bold', serif; - font-size: 10px; - color: #A7A7A7; - letter-spacing: 1px; -} - -.info__value { - font-size: 18px; - color: white; -} - -.info__upload { - margin-left: auto; - font-size: 16px; - color: rgba(255, 255, 255, 0.7); -} - -.info__foot { - display: -ms-flexbox; - display: flex; - margin-top: auto; -} - -.info__foot .info__field { - margin-right: 20px; - -ms-flex: 0 0 140px; - flex: 0 0 140px; -} - -.info__wrap { - max-width: 349px; - height: 550px; - padding: 30px 40px 30px 30px; -} - -.info__wrap { - display: -ms-flexbox; - display: flex; - -ms-flex-direction: column; - flex-direction: column; -} - -.info__wrap .info__field { - margin-bottom: 30px; -} - -.info__wrap .info__field:last-child { - margin: 0; -} - -.info__fieldset:first-child { - margin-bottom: 50px; -} - -.add { - display: -ms-flexbox; - display: flex; - -ms-flex-align: start; - align-items: flex-start; -} - -.add__toggle { - font-size: 0; -} - -.add__circle, .add__title { - display: inline-block; - vertical-align: middle; -} - -.add__circle { - position: relative; - margin-right: 10px; - padding: 19px; - border: 1px solid #E6E6E6; - border-radius: 50%; -} - -.add__circle .icon { - font-size: 20px; - fill: #B5B5B5; -} - -.add__title { - margin-left: 10px; - font-size: 20px; - color: #B5B5B5; -} - -.add__list { - display: none; -} - -.add__btn { - width: 60px; - height: 60px; - border: 1px solid #888; - border-radius: 50%; - font-size: 0; -} - -.add__btn:not(:last-child) { - margin: 0 10px 10px 0; -} - -.add__btn .icon { - font-size: 22px; - fill: #191919; -} - -.add__btn .icon-live { - font-size: 10px; -} - -.add__btn .icon-image-text { - font-size: 15px; -} - -.add__btn .icon-text { - font-size: 17px; -} - -.add__btn .icon-images { - font-size: 32px; -} - -.add.open .add__circle .icon { - -ms-transform: rotate(45deg); - transform: rotate(45deg); -} - -.add.open .add__title { - display: none; -} - -.add.open .add__list { - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; -} - -.kit { - max-width: 620px; -} - -.kit__section { - margin-bottom: 60px; -} - -.kit__nav { - display: -ms-flexbox; - display: flex; - margin: 0 -10px 60px; -} - -.kit__btn { - margin: 0 10px; - -ms-flex: 0 0 calc(50% - 20px); - flex: 0 0 calc(50% - 20px); -} - -.kit__add { - margin-bottom: 40px; -} - -.kit__service { - display: -ms-flexbox; - display: flex; - -ms-flex-align: center; - align-items: center; -} - -.kit__service .kit__field { - margin: 0; - -ms-flex: 1 0 auto; - flex: 1 0 auto; -} - -.kit__upload { - margin-left: 20px; -} - -.kit__row { - display: -ms-flexbox; - display: flex; -} - -.kit__row .kit__photo { - height: 110px; - margin-right: 20px; - -ms-flex: 0 0 140px; - flex: 0 0 140px; -} - -.kit__photo { - display: -ms-flexbox; - display: flex; - position: relative; - border: 1px solid #E6E6E6; - -ms-flex-pack: center; - justify-content: center; - -ms-flex-align: center; - align-items: center; - overflow: hidden; -} - -.kit__photo .icon { - font-size: 20px; - fill: #B5B5B5; -} - -.kit__file { - position: absolute; - top: 0; - right: 0; - font-size: 100px; - opacity: 0; - cursor: pointer; -} - -.kit__fieldset { - -ms-flex: 0 0 calc(100% - 160px); - flex: 0 0 calc(100% - 160px); -} - -.kit__gallery { - display: -ms-flexbox; - display: flex; - margin: 0 -10px; - -ms-flex-wrap: wrap; - flex-wrap: wrap; -} - -.kit__gallery .kit__photo, .kit__preview { - margin: 0 10px 20px; - -ms-flex: 0 0 calc(25% - 20px); - flex: 0 0 calc(25% - 20px); -} - -.kit__gallery .kit__photo--loading, .kit__preview--loading { - opacity: 0.5; -} - -.kit__pic { - display: block; - width: 100%; - object-fit: contain; -} - -.kit__theme { - margin-bottom: 30px; - padding-bottom: 5px; - font-size: 20px; - border-bottom: 1px solid #E6E6E6; -} - -.kit__foot { - text-align: center; -} - -.kit__submit { - width: 220px; -} - -.editor { - position: relative; -} - -.fontstyle { - position: absolute; - top: -40px; - left: 40px; - padding: 0 15px; - background: #191919; - border-radius: 35px; - font-size: 0; - white-space: nowrap; -} - -.fontstyle__regular, .fontstyle__bold, .fontstyle__italic { - width: 28px; - height: 35px; - font-size: 16px; - color: white; -} - -.fontstyle__bold { - font-family: 'ProximaNova-Bold', serif; -} - -.fontstyle__italic { - font-style: italic; -} - -.ui-datepicker { - display: none; - width: 240px; - margin-top: 10px; - padding: 5px; - background: white; - box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); - z-index: 99 !important; -} - -.ui-datepicker-header { - display: -ms-flexbox; - display: flex; - margin-bottom: 5px; - -ms-flex-align: center; - align-items: center; -} - -.ui-datepicker-prev, .ui-datepicker-next { - padding: 10px; - font-size: 0; - cursor: pointer; -} - -.ui-datepicker-prev:before, .ui-datepicker-next:before { - content: ''; - display: block; - width: 10px; - height: 10px; - border: solid #E6E6E6; - border-width: 2px 2px 0 0; -} - -.ui-datepicker-prev { - -ms-flex-order: 1; - order: 1; -} - -.ui-datepicker-prev:before { - -ms-transform: rotate(-135deg); - transform: rotate(-135deg); -} - -.ui-datepicker-title { - text-align: center; - -ms-flex-order: 2; - order: 2; - -ms-flex: 1 0 auto; - flex: 1 0 auto; -} - -.ui-datepicker-next { - -ms-flex-order: 3; - order: 3; -} - -.ui-datepicker-next:before { - -ms-transform: rotate(45deg); - transform: rotate(45deg); -} - -.ui-datepicker-calendar th, -.ui-datepicker-calendar td { - font-family: 'ProximaNova-Bold', serif; - font-size: 10px; - text-transform: uppercase; - text-align: center; - vertical-align: middle; -} - -.ui-datepicker-calendar th { - padding: 5px; -} - -.ui-datepicker-calendar a { - display: block; - padding: 7px; - color: #8C8C8C; - transition: color .2s; -} - -.ui-datepicker-calendar a:hover { - color: #191919; -} - -.ui-datepicker-calendar a.ui-state-active { - background: #F8F8F8; - color: #FF9393; -} - -.form__common-error { - margin-top: 15px; - font-size: 14px; - background: #FF9393; - color: #fff; - padding: 10px; - display: none; -} - -.message { - margin: 15px; - font-size: 14px; - text-align: center; - color: #fff; - padding: 10px; - z-index: 999; -} - -.message_error { - background: #FF9393; -} - -.message_info { - background: #8ECFC0; -} - -.searching { - display: -ms-flexbox; - display: flex; - margin-bottom: 40px; -} - -.searching__input { - height: 40px; - padding: 0 10px; - border: 1px solid #E6E6E6; - border-radius: 3px 0 0 3px; - font-size: 18px; - transition: border-color .2s; - -ms-flex: 0 0 calc(100% - 100px); - flex: 0 0 calc(100% - 100px); -} - -.searching__input:focus { - border-color: #191919; -} - -.searching__btn { - border-radius: 0 3px 3px 0; - -ms-flex: 0 0 100px; - flex: 0 0 100px; -} - -a.link--black { - color: #000; -} - -@media only screen and (max-width: 1023px) { - - body { - font-size: 14px; - line-height: 1.57; - } - - .center { - padding: 0 15px; - } - - .btn { - line-height: 1.33; - } - - .logo { - width: 124px; - height: 40px; - } - - .header__container { - height: 65px; - } - - .header__section { - height: 65px; - font-size: 10px; - line-height: 65px; - } - - .header__enter { - height: 65px; - margin-left: 25px; - font-size: 10px; - line-height: 65px; - } - - .header__login { - margin-right: -15px; - } - - .main { - min-height: 350px; - padding: 137px 0 40px; - } - - .main__title { - max-width: 400px; - font-size: 24px; - line-height: 1.33; - } - - .main_sm { - min-height: 0; - } - - .title { - margin-bottom: 20px; - font-size: 24px; - line-height: 1.33; - } - - .subtitle_center { - text-align: center; - } - - .text { - max-width: 400px; - margin-bottom: 40px; - font-size: 14px; - line-height: 1.5; - } - - .text p { - display: inline; - } - - .text p:not(:last-child) { - margin: 0; - } - - .text__curve_one { - left: -85px; - bottom: -60px; - } - - .text__curve_two { - left: -85px; - } - - .text__curve_three { - left: -85px; - } - - .text__curve_four { - left: -60px; - width: 90px; - } - - .text_mb0 { - margin-bottom: 0; - } - - .section { - padding: 40px 0; - } - - .section_border:after { - max-width: calc(100% - 30px); - } - - .likes__counter { - font-size: 12px; - } - - .about { - padding: 0; - } - - .about__ava { - margin-right: 25px; - height: 90px; - -ms-flex: 0 0 90px; - flex: 0 0 90px; - } - - .about__video { - max-width: calc(100% - 55px); - } - - .about__more { - text-align: left; - } - - .online { - padding: 30px 0; - } - - .online__type { - margin-bottom: 30px; - font-size: 12px; - letter-spacing: 2px; - } - - .online__title { - margin-bottom: 6px; - font-size: 24px; - } - - .online__text { - margin-bottom: 65px; - } - - .benefits { - margin: 0; - } - - .benefits__item { - margin-bottom: 40px; - -ms-flex: 0 0 33.33%; - flex: 0 0 33.33%; - } - - .benefits__content { - font-size: 12px; - } - - .reviews { - padding: 0; - } - - .reviews__item:not(:last-child) { - margin-bottom: 40px; - } - - .reviews__ava { - height: 45px; - -ms-flex: 0 0 45px; - flex: 0 0 45px; - } - - .gallery__grid:first-child { - -ms-flex: 0 0 60%; - flex: 0 0 60%; - } - - .gallery__grid:last-child { - -ms-flex: 0 0 40%; - flex: 0 0 40%; - } - - .gallery__grid:last-child .gallery__item { - width: calc(50% - 20px); - } - - .gallery__grid:last-child .gallery__item_lg { - width: calc(100% - 20px); - } - - .gallery__grid:last-child .gallery__item:nth-child(3), - .gallery__grid:last-child .gallery__item:nth-child(5), - .gallery__grid:last-child .gallery__item:nth-child(6) { - display: none; - } - - .app { - margin-top: 42px; - } - - .app__col:first-child { - padding: 30px 0 35px; - -ms-flex: 0 0 47%; - flex: 0 0 47%; - } - - .app__col:last-child { - -ms-flex: 0 0 53%; - flex: 0 0 53%; - } - - .app__theme { - margin-bottom: 5px; - } - - .app__title { - margin-bottom: 30px; - font-family: 'ProximaNova-Bold', serif; - font-size: 24px; - line-height: 1.33; - } - - .app__content { - display: none; - } - - .app__link { - margin: 0 5px; - -ms-flex: 0 0 80px; - flex: 0 0 80px; - } - - .game { - padding: 30px 0 35px; - } - - .game__wrap { - max-width: 220px; - } - - .game__title { - margin-bottom: 30px; - font-family: 'ProximaNova-SemiBold', serif; - font-size: 18px; - line-height: 1.33; - } - - .game__preview { - left: calc(50% - 110px); - } - - .teachers { - margin-bottom: 0; - } - - .teachers__ava { - height: 100px; - margin-right: 20px; - -ms-flex: 0 0 100px; - flex: 0 0 100px; - } - - .teachers__title { - font-size: 12px; - letter-spacing: 2px; - } - - .schedule { - margin-bottom: 0; - } - - .courses__item { - margin-bottom: 40px; - } - - .courses__preview { - margin-bottom: 10px; - } - - .courses__label { - width: 20px; - height: 30px; - right: 10px; - } - - .courses__left { - font-size: 12px; - } - - .courses__time { - font-size: 12px; - letter-spacing: 1px; - } - - .courses__title { - line-height: 1.33; - } - - .courses_two .courses__item { - -ms-flex: 0 0 calc(33.33% - 20px); - flex: 0 0 calc(33.33% - 20px); - } - - .more { - margin-top: 30px; - } - - .switch__cell:nth-child(2) { - padding: 0; - text-align: right; - -ms-flex: 0 0 calc(100% - 110px); - flex: 0 0 calc(100% - 110px); - } - - .switch__cell:nth-child(3) { - padding: 0; - -ms-flex: 0 0 calc(100% - 60px); - flex: 0 0 calc(100% - 60px); - } - - .switch_lesson .switch__content { - padding: 10px 0 10px 40px; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - line-height: 1.33; - } - - .switch_lesson .switch__content:before, .switch_lesson .switch__content:after { - -ms-transform: translateY(9px); - transform: translateY(9px); - } - - .footer { - padding: 30px 0 35px; - } - - .footer__row_first .footer__col:nth-child(2) { - -ms-flex-order: 1; - order: 1; - } - - .footer__row_first .footer__col:nth-child(3) { - -ms-flex-order: 2; - order: 2; - } - - .footer__row_first .footer__col:nth-child(4) { - -ms-flex-order: 3; - order: 3; - } - - .footer__row_first .footer__col:nth-child(1) { - -ms-flex: 0 0 59%; - flex: 0 0 59%; - -ms-flex-order: 4; - order: 4; - } - - .footer__row_first .footer__col:nth-child(5) { - -ms-flex: 0 0 41%; - flex: 0 0 41%; - -ms-flex-order: 5; - order: 5; - } - - .footer__row_first .footer__col:nth-child(1), .footer__row_first .footer__col:nth-child(5) { - margin-top: 40px; - } - - .footer__row_second { - display: block; - width: 60%; - margin-top: -50px; - } - - .footer__col { - -ms-flex: 0 0 33.33%; - flex: 0 0 33.33%; - } - - .footer__logo { - width: 188px; - height: 58px; - margin-top: 0; - } - - .footer__content { - max-width: 250px; - font-size: 14px; - line-height: 1.33; - } - - .footer__title { - padding: 0 0 20px; - letter-spacing: 2px; - } - - .footer__link, .footer__contact { - padding: 5px 0; - } - - .footer__copyright { - margin: 20px 0 0; - } - - .footer__links { - display: none; - } - - .head { - margin-bottom: 40px; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - } - - .head__right { - margin-left: auto; - } - - .head__title { - margin: 0 0 15px; - padding: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - } - - .layout { - display: block; - } - - .layout__container { - margin-bottom: 40px; - } - - .similar { - display: -ms-flexbox; - display: flex; - margin: 0 -10px -30px; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - } - - .similar__item { - margin: 0 10px 30px; - -ms-flex: 0 0 calc(50% - 20px); - flex: 0 0 calc(50% - 20px); - } - - .go { - margin-bottom: 30px; - } - - .go__arrow { - margin-right: 10px; - } - - .go__arrow .icon { - font-size: 12px; - } - - .go__title { - font-size: 14px; - } - - .go__title + .go__arrow { - margin-left: 10px; - } - - .meta__item:not(:last-child) { - margin-right: 30px; - } - - .course__head { - margin-bottom: 10px; - } - - .course__title { - margin-bottom: 10px; - } - - .course__content { - margin-bottom: 25px; - } - - .course__about { - margin-bottom: 25px; - } - - .course__user { - margin-bottom: 30px; - } - - .course_promo { - padding: 60px 0; - } - - .buy { - padding: 10px 15px 25px; - } - - .buy__col { - -ms-flex: 0 0 260px; - flex: 0 0 260px; - } - - .buy__col:nth-child(2n-1) { - -ms-flex: 0 0 calc(100% - 260px); - flex: 0 0 calc(100% - 260px); - } - - .buy__head_main { - padding-top: 21px; - } - - .buy__label { - font-size: 14px; - } - - .buy__title { - font-size: 24px; - } - - .order__wrap { - padding: 15px 20px 20px; - } - - .order__preview { - margin: 0 -20px 20px; - } - - .order__foot { - margin: 30px -20px 0; - padding: 20px 20px 0; - } - - .form__ava { - position: relative; - left: 0; - margin-bottom: 40px; - } - - .info__main { - width: 100%; - max-width: 100%; - padding: 30px 15px 50px; - } - - .info__wrap { - max-width: 100%; - height: auto; - padding: 30px 15px 30px; - } -} - -@media only screen and (max-width: 599px) { - - .btn_md { - padding: 13px 24px 12px; - } - - .btn_lg { - padding: 13px 20px; - } - - .btn_lg.btn_stroke { - padding: 12px 19px; - } - - .search { - width: 100%; - } - - .search__input { - width: 100%; - } - - .search.open .search__input { - width: 100%; - } - - .header__container { - height: 70px; - margin: 0 -15px; - -ms-flex-pack: justify; - justify-content: space-between; - } - - .header__wrap { - display: none; - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: 0; - background: white; - -ms-flex-direction: column; - flex-direction: column; - z-index: 20; - } - - .header__wrap.visible { - display: block; - } - - .header__actions { - position: absolute; - top: 100%; - left: 0; - right: 0; - padding: 10px 15px; - background: white; - } - - .header__top { - display: -ms-flexbox; - display: flex; - height: 70px; - border-bottom: 1px solid #E6E6E6; - -ms-flex-align: center; - align-items: center; - } - - .header__search { - margin-left: 10px; - -ms-flex: 0 0 calc(100% - 90px); - flex: 0 0 calc(100% - 90px); - } - - .header__nav { - display: block; - height: calc(100vh - 71px); - margin: 0; - padding: 15px 0; - overflow: auto; - } - - .header__group:hover .header__section { - color: #FF9393; - } - - .header__section { - position: relative; - height: auto; - margin: 0; - padding: 15px 40px 15px 20px; - border: none; - font-size: 14px; - color: #FF9393; - letter-spacing: 2.5px; - line-height: 1.33; - } - - .header__section_sub:before, .header__section_sub:after { - content: ''; - position: absolute; - top: 50%; - background: #A7A7A7; - -ms-transform: translateY(-50%); - transform: translateY(-50%); - } - - .header__section_sub:before { - right: 20px; - width: 12px; - height: 2px; - } - - .header__section_sub:after { - right: 25px; - width: 2px; - height: 12px; - } - - .header__section.active { - color: #FF9393; - } - - .header__section.open:after { - opacity: 0; - } - - .header__list { - display: none; - position: static; - width: 100%; - margin: 0; - box-shadow: none; - opacity: 1; - visibility: visible; - } - - .header__drop { - padding: 0; - } - - .header__drop .header__link { - padding: 8px 20px 7px; - } - - .header__drop .header__link_border { - padding: 12px 20px 10px; - } - - .header__link { - padding: 11px 20px; - font-size: 12px; - color: #191919; - } - - .header__link_green { - color: #5BD700; - } - - .header__menu, .header__enter, .header__close { - display: block; - width: 60px; - height: 60px; - font-size: 0; - } - - .header__enter { - margin: 0; - font-size: 0; - line-height: 1; - } - - .header__enter .icon { - display: inline-block; - font-size: 20px; - fill: #191919; - } - - .header__login { - margin: 0; - padding: 15px 20px; - } - - .main { - min-height: 400px; - } - - .main__title { - margin-bottom: 50px; - } - - .main_sm { - min-height: 0; - } - - .subtitle { - margin-bottom: 15px; - font-size: 12px; - letter-spacing: 2px; - } - - .text { - margin-bottom: 30px; - } - - .text__curve_one { - width: 200px; - left: 0; - top: -10px; - bottom: auto; - } - - .text__curve_two { - left: 0; - bottom: -15px; - width: 150px; - } - - .text__curve_three { - left: 0; - bottom: -10px; - } - - .text__curve_four { - left: 30px; - bottom: -20px; - } - - .text_mb0 { - margin-bottom: 0; - } - - .section { - padding: 30px 0; - } - - .section_tabs { - padding-top: 10px; - } - - .video .icon-play { - font-size: 22px; - } - - .about__ava { - margin-right: 15px; - height: 60px; - -ms-flex: 0 0 60px; - flex: 0 0 60px; - } - - .about__video { - max-width: 100%; - } - - .online { - padding: 20px 0; - } - - .online__type { - margin-bottom: 40px; - } - - .online__text { - max-width: 80%; - margin-bottom: 40px; - } - - .benefits { - display: block; - } - - .benefits__item { - padding: 0; - } - - .benefits__preview { - height: auto; - margin-bottom: 15px; - } - - .benefits__title { - min-height: 0; - } - - .benefits__content { - font-size: 14px; - } - - .reviews__ava { - margin-right: 10px; - } - - .reviews__wrap { - padding: 15px 20px 20px; - } - - .gallery { - display: block; - margin: 0 -5px -10px; - } - - .gallery__grid:last-child { - display: none; - } - - .gallery__item { - width: calc(33.33% - 10px); - margin: 0 5px 10px; - } - - .gallery__item_lg { - width: calc(66.66% - 10px); - } - - .app { - margin-top: 35px; - } - - .app__col:first-child { - padding: 20px 0; - text-align: left; - } - - .app__theme { - margin-bottom: 15px; - } - - .app__title { - margin-bottom: 15px; - font-size: 16px; - } - - .app__link { - margin: 0 5px 0 0; - } - - .app__preview { - margin: 0 -15px; - } - - .app__pic { - max-height: 185px; - } - - .game { - padding: 20px 0; - } - - .game__wrap { - max-width: 180px; - } - - .game__theme { - margin-bottom: 15px; - } - - .game__title { - margin-bottom: 15px; - font-size: 14px; - } - - .game__preview { - left: 50%; - } - - .teachers__ava { - height: 95px; - margin-right: 25px; - -ms-flex: 0 0 95px; - flex: 0 0 95px; - } - - .schedule__item { - display: block; - margin-bottom: 30px; - } - - .schedule__day { - margin-bottom: 10px; - padding: 0; - } - - .courses__list { - display: block; - margin: 0; - } - - .courses__item { - margin: 0 0 30px; - } - - .courses_scroll { - margin: 0 -15px; - overflow: auto; - } - - .courses_scroll .courses__list { - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - } - - .courses_scroll .courses__item { - margin-left: 15px; - -ms-flex: 0 0 220px; - flex: 0 0 220px; - } - - .courses_scroll .courses__item:last-child { - padding-right: 15px; - -ms-flex: 0 0 235px; - flex: 0 0 235px; - } - - .load { - margin-top: 40px; - } - - .load__btn { - padding: 17px 20px 16px; - } - - .partners { - margin: 0 -5px -10px; - } - - .partners__item { - margin: 0 5px 10px; - -ms-flex: 0 0 calc(33.33% - 10px); - flex: 0 0 calc(33.33% - 10px); - } - - .footer__row_first .footer__col:nth-child(4) { - margin-top: 30px; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - } - - .footer__row_first .footer__col:nth-child(1) { - -ms-flex: 0 0 100%; - flex: 0 0 100%; - -ms-flex-order: 5; - order: 5; - } - - .footer__row_first .footer__col:nth-child(5) { - -ms-flex: 0 0 100%; - flex: 0 0 100%; - -ms-flex-order: 4; - order: 4; - } - - .footer__row_second { - width: 100%; - margin-top: 30px; - } - - .footer__col { - -ms-flex: 0 0 50%; - flex: 0 0 50%; - } - - .footer__contact { - margin: 0; - } - - .select__option { - padding: 11px 20px; - font-size: 12px; - color: #191919; - } - - .head__right { - margin: 0; - } - - .similar__item { - -ms-flex: 0 0 calc(100% - 20px); - flex: 0 0 calc(100% - 20px); - } - - .go__btn { - width: auto; - } - - .course__info { - display: block; - } - - .course__buy { - width: auto; - margin: 20px 0 0; - } - - .course__metas { - display: block; - margin-bottom: 25px; - } - - .course__metas .course__meta { - margin-bottom: 20px; - } - - .course__action .icon { - right: 20px; - } - - .course_promo { - padding: 40px 0 45px; - } - - .lessons__list { - margin-bottom: 40px; - } - - .lessons__item { - margin-bottom: 30px; - } - - .lessons__row { - display: block; - } - - .lessons__preview { - display: none; - } - - .materials__preview { - margin-right: 20px; - -ms-flex: 0 0 100px; - flex: 0 0 100px; - } - - .materials__wrap { - -ms-flex: 0 0 calc(100% - 120px); - flex: 0 0 calc(100% - 120px); - } - - .examples { - margin: 0 -5px -10px; - } - - .examples__item { - margin: 0 5px 10px; - -ms-flex: 0 0 calc(33.33% - 10px); - flex: 0 0 calc(33.33% - 10px); - } - - .questions__item_reply { - padding: 0; - } - - .questions__item_reply .questions__details { - padding: 10px; - } - - .questions__ava { - height: 40px; - margin-right: 10px; - -ms-flex: 0 0 40px; - flex: 0 0 40px; - } - - .questions__wrap { - -ms-flex: 0 0 calc(100% - 50px); - flex: 0 0 calc(100% - 50px); - } - - .questions__textarea { - height: 64px; - } - - .questions__head { - margin-bottom: 5px; - } - - .share__title { - margin-bottom: 30px; - } - - .share_right .share__list { - -ms-flex-pack: center; - justify-content: center; - } - - .buy__row { - -ms-flex-direction: column; - flex-direction: column; - } - - .buy__col { - -ms-flex: 0 0 100%; - flex: 0 0 100%; - } - - .buy__col:nth-child(2n-1) { - -ms-flex: 0 0 100%; - flex: 0 0 100%; - } - - .buy__btn { - width: 100%; - } - - .lock { - padding: 30px 020px; - } - - .lock__label { - margin-bottom: 40px; - font-size: 10px; - } - - .lock__content { - margin-bottom: 40px; - } - - .profile { - padding: 0; - } - - .profile__btn_edit { - display: none; - } - - .profile__row { - display: block; - margin-bottom: 30px; - } - - .profile__ava { - width: 140px; - height: 140px; - } - - .profile__name { - margin-bottom: 10px; - font-family: 'ProximaNova-Bold', serif; - font-size: 24px; - letter-spacing: 0; - text-transform: none; - } - - .profile__foot { - display: block; - } - - .tabs__nav { - margin: 0 -15px 30px; - } - - .tabs__btn { - -ms-flex: 0 0 50%; - flex: 0 0 50%; - } - - .tabs__btn:not(:last-child) { - margin: 0; - } - - .confirm__form { - display: block; - } - - .confirm__field { - margin-bottom: 20px; - } - - .form__title { - font-family: 'ProximaNova-Bold', serif; - font-size: 24px; - line-height: 1.33; - } - - .form__content { - margin-bottom: 30px; - } - - .form__fieldset { - display: block; - } - - .form__field { - margin-bottom: 20px; - } - - .transactions__cell:first-child { - -ms-flex: 0 0 75%; - flex: 0 0 75%; - } - - .transactions__cell:nth-child(2) { - -ms-flex: 0 0 25%; - flex: 0 0 25%; - } - - .transactions__cell:last-child { - -ms-flex: 0 0 100%; - flex: 0 0 100%; - } - - .done { - padding: 0; - } - - .done__foot { - margin-top: 40px; - } - - .author__ava { - height: 60px; - margin-right: 15px; - -ms-flex: 0 0 60px; - flex: 0 0 60px; - } - - .author__wrap { - -ms-flex: 0 0 calc(100% - 75px); - flex: 0 0 calc(100% - 75px); - } - - .author__hi { - margin-bottom: 10px; - } - - .author__content { - margin-bottom: 10px; - } - - .info { - display: block; - margin-top: 60px; - } - - .info__foot { - display: block; - } - - .kit__row .kit__photo { - -ms-flex: 0 0 110px; - flex: 0 0 110px; - } - - .kit__fieldset { - -ms-flex: 0 0 calc(100% - 130px); - flex: 0 0 calc(100% - 130px); - } - - .mobile-hide { - display: none; - } -} - -/*# sourceMappingURL=app.css.map */ diff --git a/web/build/css/app.css.map b/web/build/css/app.css.map deleted file mode 100644 index f353d48f..00000000 --- a/web/build/css/app.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["helpers/_reset.sass","generated/_sprite-svg.scss","helpers/_mixins.sass","_common.sass","app.css"],"names":[],"mappings":"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","file":"app.css","sourcesContent":["html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5,\nh6, p, blockquote, pre,a, abbr, acronym, address, big,\ncite, code,del, dfn, em, img, ins, kbd, q, s, samp,small,\nstrike, strong, sub, sup, tt, var,b, u, i, center,dl, dt,\ndd, ol, ul, li,fieldset, form, label, legend,table, caption,\ntbody, tfoot, thead, tr, th, td,article, aside, canvas, details,\nembed, figure, figcaption, footer, header, hgroup, menu, nav,\noutput, ruby, section, summary,time, mark, audio, video {\n margin: 0;\n padding: 0;\n border: 0;\n vertical-align: baseline; }\nhtml {\n -ms-text-size-adjust: 100%;\n -webkit-text-size-adjust: 100%; }\nimg,fieldset, a img {\n border: none; }\ninput[type=\"text\"],\ninput[type=\"email\"],\ninput[type=\"tel\"],\ntextarea {\n -webkit-appearance: none; }\ninput[type=\"submit\"],\nbutton {\n cursor: pointer;\n &::-moz-focus-inner {\n padding: 0;\n border: 0; } }\ntextarea {\n overflow: auto; }\ninput, button {\n margin: 0;\n padding: 0;\n border: 0; }\ndiv, input, textarea, select,button,\nh1,h2,h3,h4,h5,h6,a,span,a:focus {\n outline: none; }\nul,ol {\n list-style-type: none; }\ntable {\n border-spacing: 0;\n border-collapse: collapse;\n width: 100%; }\nhtml {\n box-sizing: border-box; }\n*, *:before, *:after {\n box-sizing: inherit; }\n",".icon-add-plus {\n width: 1em;\n height: 1em;\n fill: #B5B5B5;\n}\n.icon-arrow-down {\n width: 1.71em;\n height: 1em;\n fill: #333;\n}\n.icon-arrow-left {\n width: 1.33em;\n height: 1em;\n fill: #333;\n}\n.icon-arrow-right {\n width: 1.28em;\n height: 1em;\n fill: #333;\n}\n.icon-close {\n width: 1em;\n height: 1em;\n fill: #191919;\n}\n.icon-date {\n width: 0.95em;\n height: 1em;\n fill: #979797;\n}\n.icon-delete {\n width: 1em;\n height: 1em;\n fill: #C8C8C8;\n}\n.icon-edit {\n width: 1em;\n height: 1em;\n fill: #C8C8C8;\n}\n.icon-eye {\n width: 1.69em;\n height: 1em;\n fill: #333;\n}\n.icon-facebook {\n width: 0.5em;\n height: 1em;\n fill: #FFF;\n}\n.icon-fb {\n width: 0.44em;\n height: 1em;\n fill: #1C2635;\n}\n.icon-image-text {\n width: 2.07em;\n height: 1em;\n fill: #333;\n}\n.icon-image {\n width: 1em;\n height: 1em;\n fill: #333;\n}\n.icon-images {\n width: 1em;\n height: 1em;\n fill: #333;\n}\n.icon-instagram {\n width: 1em;\n height: 1em;\n fill: #1C2635;\n}\n.icon-like-bold {\n width: 1.07em;\n height: 1em;\n fill: #333;\n}\n.icon-like-fill-bold {\n width: 1.07em;\n height: 1em;\n fill: #333;\n}\n.icon-like-fill {\n width: 1.17em;\n height: 1em;\n fill: #B5B5B5;\n}\n.icon-like {\n width: 1.17em;\n height: 1em;\n fill: #B5B5B5;\n}\n.icon-live {\n width: 2.6em;\n height: 1em;\n fill: #333;\n}\n.icon-location {\n width: 0.76em;\n height: 1em;\n fill: initial;\n}\n.icon-lock {\n width: 0.74em;\n height: 1em;\n fill: initial;\n}\n.icon-menu {\n width: 2em;\n height: 1em;\n fill: #202124;\n}\n.icon-money {\n width: 1.53em;\n height: 1em;\n fill: #979797;\n}\n.icon-password-eye {\n width: 1.79em;\n height: 1em;\n fill: #A7A7A7;\n}\n.icon-password-hidden-eye {\n width: 1.47em;\n height: 1em;\n fill: #FD9395;\n}\n.icon-photo {\n width: 1.33em;\n height: 1em;\n fill: #FFF;\n}\n.icon-play {\n width: 0.8em;\n height: 1em;\n fill: #FFF;\n}\n.icon-plus {\n width: 1em;\n height: 1em;\n fill: #BEBEBE;\n}\n.icon-search {\n width: 1em;\n height: 1em;\n fill: initial;\n}\n.icon-searching {\n width: 0.97em;\n height: 1em;\n fill: initial;\n}\n.icon-share-facebook {\n width: 1em;\n height: 1em;\n fill: #35578C;\n}\n.icon-share-google {\n width: 1em;\n height: 1em;\n fill: #CC4F42;\n}\n.icon-share-instagram {\n width: 1em;\n height: 1em;\n fill: #EA418C;\n}\n.icon-share-pinterest {\n width: 1em;\n height: 1em;\n fill: #B8242B;\n}\n.icon-share-twitter {\n width: 1em;\n height: 1em;\n fill: #38A0CD;\n}\n.icon-showcase {\n width: 1em;\n height: 1em;\n fill: #C8C8C8;\n}\n.icon-text {\n width: 0.82em;\n height: 1em;\n fill: #333;\n}\n.icon-thumb {\n width: 0.96em;\n height: 1em;\n fill: initial;\n}\n.icon-time {\n width: 1em;\n height: 1em;\n fill: #979797;\n}\n.icon-twitter {\n width: 1.18em;\n height: 1em;\n fill: #1C2635;\n}\n.icon-user {\n width: 1em;\n height: 1em;\n fill: #191919;\n}\n.icon-video-stroke {\n width: 0.82em;\n height: 1em;\n fill: #333;\n}\n.icon-video {\n width: 1.43em;\n height: 1em;\n fill: #C8C8C8;\n}\n.icon-wallet {\n width: 1.15em;\n height: 1em;\n fill: initial;\n}\n.icon-youtube {\n width: 1.2em;\n height: 1em;\n fill: #1C2635;\n}\n","// selectors\n@mixin nl {\n &:not(:last-child) {\n @content; } }\n@mixin nf {\n &:not(:first-child) {\n @content; } }\n\n// width\n@mixin r($width) {\n @media only screen and (max-width: $width+ \"px\") {\n @content; } }\n\n@mixin rmin($width) {\n @media only screen and (min-width: $width+ \"px\") {\n @content; } }\n\n// height\n@mixin rh($height) {\n @media only screen and (max-height: $height + \"px\") {\n @content; } }\n\n@mixin rhmin($height) {\n @media only screen and (min-height: $height + \"px\") {\n @content; } }\n\n@mixin fs($sizeValue: 16) {\n font-size: $sizeValue + px;\n font-size: $sizeValue / 10 + rem; }\n\n@mixin text-overflow {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap; }\n\n@mixin hover {\n .no-touch &:hover {\n @content; } }\n\n%pseudo {\n position: relative;\n &:before,&:after {\n content: ' ';\n position: absolute;\n top: 0;\n left: 0; } }\n@mixin pseudo {\n @extend %pseudo; }\n\n@mixin coverdiv {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%; }\n\n@mixin cover {\n background-repeat: no-repeat;\n background-size: cover;\n background-position: 50% 50%; }\n\n@mixin bg-size($width: 100%, $height: 100%) {\n background-size: $width $height; }\n\n// retina, also available as +hdpi\n@mixin retina {\n @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {\n @content; } }\n\n@mixin box {\n @include box-sizing(border-box); }\n// vertical-align at center\n@mixin vcenter {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%,-50%); }\n\n//simple gradient\n@mixin g($color1, $color2) {\n background-image: linear-gradient($color1, $color2); }\n\n@mixin gh($color1, $color2) {\n background-image: linear-gradient(left, $color1, $color2); }\n\n// font-family\n@mixin font($alias, $name) {\n @font-face {\n font-family: $alias;\n src: url(\"fonts/\" + $name + \".woff2\") format(\"woff2\"), url(\"fonts/\" + $name + \".woff\") format(\"woff\");\n font-weight: normal;\n font-style: normal; } }\n// to use:\n//+font(black, cytiapro-black-webfont)\n\n// ROTATE\n@mixin rotate($deg: 0, $m11: 0, $m12: 0, $m21: 0, $m22: 0) {\n transform: rotate($deg + deg);\n filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12,M21=$m21, M22=$m22, sizingMethod='auto expand');\n zoom: 1; }\n\n// TRANSITION\n\n@mixin tr($what) {\n transition: $what; }\n\n@mixin hide-text {\n font: 0/0 a;\n text-shadow: none;\n color: transparent; }\n\n@mixin hidetext {\n @include hide-text; }\n\n@mixin justify {\n text-align: justify;\n line-height: 0;\n font-size: 0;\n text-justify: newspaper;\n zoom: 1;\n text-align-last: justify;\n &:after {\n content: \"\";\n display: inline-block;\n width: 100%;\n height: 0px;\n visibility: hidden;\n overflow: hidden; } }\n@mixin vertical {\n text-align: center;\n font-size: 0;\n &:before {\n content: \"\";\n display: inline-block;\n vertical-align: middle;\n width: 0;\n height: 100%; } }\n\n@mixin clr {\n &:after {\n content: \" \";\n display: table;\n clear: both; }\n *zoom: 1; }\n\n@mixin placeholder-color($color) {\n &::placeholder {\n color: $color; } }\n\n@mixin placeholder {\n &::placeholder {\n @content; } }\n\n@mixin gray {\n filter: url(\"data:image/svg+xml;utf8,#grayscale\");\n // Firefox 10+\n filter: gray;\n // IE6-9\n -webkit-filter: grayscale(100%);\n // Chrome 19+ & Safari 6+\n filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);\n -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(grayScale=1)\"; }\n\n@mixin gray-half {\n filter: url(\"data:image/svg+xml;utf8,#grayscale\");\n // Firefox 10+\n filter: gray alpha(opacity = 50);\n // IE6-9\n -webkit-filter: grayscale(50%);\n } // Chrome 19+ & Safari 6+\n\n@mixin gray-zero {\n filter: url(\"data:image/svg+xml;utf8,#grayscale\");\n -webkit-filter: grayscale(0%); }\n\n@mixin unselectable {\n user-select: none; }\n\n@mixin nosel {\n @include unselectable; }\n\n@mixin prevent-text {\n word-break: break-all;\n word-break: break-word;\n hyphens: auto; }\n\n@mixin font-smoothing($val: antialiased) {\n font-smoothing: $val; }\n\n@mixin selection {\n & ::selection {\n @content; } }\n@mixin sel {\n @include selection; }\n\n@mixin gpu {\n transform: translate3d(0, 0, 0); }\n\n@mixin scrollbar {\n &::-webkit-scrollbar {\n @content; } }\n\n@mixin scrollbar-track {\n &::-webkit-scrollbar-track {\n @content; } }\n\n@mixin scrollbar-thumb {\n &::-webkit-scrollbar-thumb {\n @content; } }\n\n@mixin scrollbar-track-piece {\n &::-webkit-scrollbar-track-piece {\n @content; } }\n\n//triangle\n@mixin arr($width, $height, $bg, $direction) {\n width: 0px;\n height: 0px;\n border-style: solid;\n @if $direction == t {\n border-width: 0 $width / 2 + px $height + px $width / 2 + px;\n border-color: transparent transparent $bg transparent; }\n @if $direction == r {\n border-width: $height / 2 + px 0 $height / 2 + px $width + px;\n border-color: transparent transparent transparent $bg; }\n @if $direction == b {\n border-width: $height + px $width / 2 + px 0 $width / 2 + px;\n border-color: $bg transparent transparent transparent; }\n @if $direction == l {\n border-width: $height / 2 + px $width + px $height / 2 + px 0;\n border-color: transparent $bg transparent transparent; }\n @if $direction == tl {\n border-width: $height + px $width + px 0 0;\n border-color: $bg transparent transparent transparent; }\n @if $direction == tr {\n border-width: 0 $width + px $height + px 0;\n border-color: transparent $bg transparent transparent; }\n @if $direction == br {\n border-width: 0 0 $height + px $width + px;\n border-color: transparent transparent $bg transparent; }\n @if $direction == bl {\n border-width: $width + px 0 0 $height + px;\n border-color: transparent transparent transparent $bg; } }\n// example\n// +arr(500,50, #000, l)\n// +arr(500,50, #000, bl)\n\n@mixin rotate($var) {\n transform: rotate($var+deg); }\n\n@mixin blur($var) {\n filter: blur($var); }\n@mixin scale($var) {\n transform: scale($var); }\n\n@mixin counter($var, $sep) {\n counter-reset: list + $var;\n > li {\n &:before {\n content: counter(list + $var) $sep;\n counter-increment: list + $var; } } }\n\n@mixin f($name, $font-size: null, $letter-spacing: null) {\n $font-family: null;\n @if $name == \"l\" {\n $font-family: \"light\"; }\n font-family: $font-family;\n font-weight: normal;\n @if $font-size != null {\n font-size: $font-size + px; }\n @if $letter-spacing != null {\n letter-spacing: ($letter-spacing / 1000) + em; } }\n\n","@mixin d {\n @media only screen and (max-width: \"1120px\") {\n @content; } }\n@mixin t {\n @media only screen and (max-width: \"1023px\") {\n @content; } }\n@mixin m {\n @media only screen and (max-width: \"599px\") {\n @content; } }\n@mixin s {\n @media only screen and (max-width: \"474px\") {\n @content; } }\n\n@include font(ProximaNova-Regular, ProximaNova-Regular);\n@mixin f {\n font-family: 'ProximaNova-Regular', serif; }\n@include font(ProximaNova-Bold, ProximaNova-Bold);\n@mixin fb {\n font-family: 'ProximaNova-Bold', serif; }\n@include font(ProximaNova-SemiBold, ProximaNova-SemiBold);\n@mixin fs {\n font-family: 'ProximaNova-SemiBold', serif; }\n@include font(ProximaNova-Light, ProximaNova-Light);\n@mixin fl {\n font-family: 'ProximaNova-Light', serif; }\n\n$pink: #FF9393;\n$purple: #B995D9;\n$green: #8ECFC0;\n$green-light: #5BD700;\n$gray: #A7A7A7;\n$blue: #4A90E2;\n$viol: #B995D9;\n$bg: #F8F8F8;\n$border: #E6E6E6;\n$cl: #191919;\n\nbody {\n min-width: 360px;\n @include f;\n font-size: 15px;\n color: $cl;\n line-height: 1.333;\n @include t {\n font-size: 14px;\n line-height: 1.57; }\n &.no-scroll {\n overflow: hidden; } }\nbutton,\ninput,\ntextarea,\nselect {\n @include f;\n font-size: 15px; }\nbutton {\n background: none; }\na {\n color: $pink;\n text-decoration: none; }\ninput,\ntextarea {\n text-overflow: ellipsis;\n &::placeholder {\n color: $gray; } }\ntextarea {\n border: none; }\nstrong,\nb {\n @include fb; }\n\n* {\n &::selection {\n background: $pink;\n color: white; }\n } // box-shadow: 0 0 0 1px red\n\n.outer {\n display: flex;\n min-height: 100vh;\n flex-direction: column; }\n\n.container {\n flex: 1 0 auto;\n margin-top: 100px; }\n\n.center {\n width: 100%;\n max-width: 1024px;\n margin: 0 auto;\n padding: 0 40px;\n @include t {\n padding: 0 15px; }\n &_md {\n max-width: 860px; }\n &_sm {\n max-width: 700px; }\n &_xs {\n max-width: 540px; } }\n\n.btn {\n position: relative;\n padding: 13px 24px 12px;\n background-image: linear-gradient(-225deg, #D1FF7F 0%, #56FFFD 100%);\n border-radius: 3px;\n @include fb;\n font-size: 12px;\n color: $cl;\n text-transform: uppercase;\n letter-spacing: 2px;\n text-align: center;\n transition: all .2s;\n z-index: 2;\n @include t {\n line-height: 1.33; }\n &:hover {\n box-shadow: 0 5px 20px 0 rgba(0,0,0,0.11); }\n &:active {\n box-shadow: 0 0 0 0 rgba(0,0,0,0);\n color: rgba(#262626,.1);\n .icon {\n fill: rgba(#262626,.1); } }\n &__title,\n .icon {\n display: inline-block;\n vertical-align: middle; }\n &__title {\n margin-top: -1px; }\n .icon {\n position: relative;\n top: -1px;\n margin-right: 15px;\n fill: $cl;\n transition: fill .2s; }\n &_dark {\n background: $cl;\n color: white;\n &:hover {\n background: #545454; }\n &:active {\n color: rgba(white,.1); } }\n &_light {\n background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%); }\n &_stroke {\n &:hover,\n &:active {\n &:before {\n opacity: 0; } }\n &:before {\n content: '';\n position: absolute;\n top: 1px;\n left: 1px;\n right: 1px;\n bottom: 1px;\n background: white;\n border-radius: 2px;\n transition: opacity .2s;\n z-index: -2; } }\n &_gray {\n background: $bg; }\n &_md {\n padding: 18px 24px 17px;\n @include m {\n padding: 13px 24px 12px; } }\n &_lg {\n padding: 28px 40px 27px;\n @include m {\n padding: 13px 20px; } }\n &_lg#{&}_stroke {\n padding: 27px 39px 26px;\n @include m {\n padding: 12px 19px; } }\n &_icon {\n padding-left: 9px;\n padding-right: 9px;\n background: transparent;\n border: 1px solid $border;\n font-size: 0;\n .icon {\n margin: 0;\n font-size: 13px;\n fill: $cl; } }\n &.loading {\n box-shadow: none;\n color: transparent;\n .icon {\n visibility: hidden; }\n &:after {\n content: '';\n position: absolute;\n top: 50%;\n left: 50%;\n width: 24px;\n height: 24px;\n margin: -12px 0 0 -12px;\n border: 3px solid $cl;\n border-left: 3px solid transparent;\n border-radius: 50%;\n animation: loading .6s infinite linear; } }\n &_fb {\n background: #3957A7;\n color: white;\n &:active {\n color: rgba(white, .2);\n .icon {\n fill: rgba(white, .2); } }\n .icon {\n margin: -9px 15px -6px -25px;\n font-size: 20px;\n fill: white; }\n &.loading {\n box-shadow: none;\n color: transparent;\n .icon {\n visibility: hidden; }\n &:after {\n content: '';\n position: absolute;\n top: 50%;\n left: 50%;\n width: 24px;\n height: 24px;\n margin: -12px 0 0 -12px;\n border: 3px solid #fff;\n border-left: 3px solid transparent;\n border-radius: 50%;\n animation: loading .6s infinite linear; } } } }\n\n@keyframes loading {\n 0 {\n transform: rotate(0deg); }\n 100% {\n transform: rotate(360deg); } }\n\na.btn {\n display: inline-block; }\n\n.logo {\n display: block;\n width: 219px;\n height: 71px;\n background: url(../img/school-lil-city.svg) no-repeat 0 0 / contain;\n @include t {\n width: 124px;\n height: 40px; } }\n\n.search {\n position: relative;\n width: 40px;\n height: 40px;\n @include m {\n width: 100%; }\n &__input {\n position: absolute;\n top: 0;\n right: 0;\n width: 40px;\n height: 40px;\n padding: 0 15px;\n background: rgba($cl,.1);\n border-radius: 20px;\n color: rgba($cl,.8);\n transition: width .4s;\n @include m {\n width: 100%; } }\n &__btn {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n width: 40px;\n .icon {\n font-size: 17px;\n fill: rgba($cl,.5);\n transform: translate(0,2px); } }\n &.open &__input {\n width: 170px;\n @include m {\n width: 100%; } } }\n\n.header {\n position: fixed;\n left: 0;\n right: 0;\n z-index: 100;\n &--shadow {\n box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08); }\n &__container {\n display: flex;\n height: 100px;\n border-bottom: 1px solid $border;\n align-items: center;\n @include t {\n height: 65px; }\n @include m {\n height: 70px;\n margin: 0 -15px;\n justify-content: space-between; } }\n &__wrap {\n display: flex;\n align-items: center;\n flex-direction: row-reverse;\n flex: 1 0 auto;\n @include m {\n display: none;\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background: white;\n flex-direction: column;\n z-index: 20;\n &.visible {\n display: block; } } }\n &__actions {\n display: flex;\n margin: auto;\n align-items: center;\n justify-content: center;\n @include m {\n position: absolute;\n top: 100%;\n left: 0;\n right: 0;\n padding: 10px 15px;\n background: white; } }\n &__status {\n margin-right: 5px;\n @include fb;\n font-size: 12px;\n color: $gray;\n letter-spacing: 1px; }\n &__btn {\n margin-left: 10px; }\n &__top {\n @include m {\n display: flex;\n height: 70px;\n border-bottom: 1px solid $border;\n align-items: center; } }\n &__search {\n @include m {\n margin-left: 10px;\n flex: 0 0 calc(100% - 90px); } }\n &__nav {\n display: flex;\n margin: auto;\n @include m {\n display: block;\n height: calc(100vh - 71px);\n margin: 0;\n padding: 15px 0;\n overflow: auto; } }\n &__group {\n position: relative; }\n &__group:hover &__section {\n color: $cl;\n @include m {\n color: $pink; } }\n &__group:hover &__list {\n opacity: 1;\n visibility: visible; }\n &__section {\n display: block;\n height: 100px;\n margin: 0 15px;\n border-bottom: 1px solid transparent;\n @include fb;\n font-size: 12px;\n color: #8C8C8C;\n line-height: 100px;\n transition: color .2s;\n @include t {\n height: 65px;\n font-size: 10px;\n line-height: 65px; }\n @include m {\n position: relative;\n height: auto;\n margin: 0;\n padding: 15px 40px 15px 20px;\n border: none;\n font-size: 14px;\n color: $pink;\n letter-spacing: 2.5px;\n line-height: 1.33; }\n &_sub {\n @include m {\n &:before,\n &:after {\n content: '';\n position: absolute;\n top: 50%;\n background: $gray;\n transform: translateY(-50%); }\n &:before {\n right: 20px;\n width: 12px;\n height: 2px; }\n &:after {\n right: 25px;\n width: 2px;\n height: 12px; } } }\n &.active {\n border-color: $cl;\n color: $cl;\n @include m {\n color: $pink; } }\n &.open {\n @include m {\n &:after {\n opacity: 0; } } } }\n &__list,\n &__drop {\n position: absolute;\n top: 100%;\n left: 50%;\n width: 190px;\n margin-left: -95px;\n padding: 10px 0;\n background: white;\n box-shadow: 0 2px 20px 0 rgba(0,0,0,0.10);\n border-radius: 2px;\n opacity: 0;\n visibility: hidden;\n transform: translate3d(0,0,0);\n transition: opacity .2s, visibility .2s;\n overflow: hidden; }\n &__list {\n @include m {\n display: none;\n position: static;\n width: 100%;\n margin: 0;\n box-shadow: none;\n opacity: 1;\n visibility: visible; } }\n &__drop {\n left: auto;\n right: 20px;\n margin: 0;\n @include m {\n padding: 0; } }\n &__drop &__link {\n @include m {\n padding: 8px 20px 7px; }\n &_border {\n @include m {\n padding: 12px 20px 10px; } } }\n &__balance {\n margin-bottom: 10px;\n padding: 0 20px 10px;\n border-bottom: 1px solid $border; }\n &__link {\n display: block;\n position: relative;\n padding: 8px 20px 7px;\n @include fb;\n font-size: 10px;\n color: #8C8C8C;\n text-transform: uppercase;\n transition: color .2s;\n @include m {\n padding: 11px 20px;\n font-size: 12px;\n color: $cl; }\n &:hover {\n color: $cl; }\n &_green {\n color: $green-light;\n @include m {\n color: $green-light; }\n &:hover {\n color: darken($green-light,10); } }\n &_border {\n margin-bottom: 5px;\n padding: 2px 20px 10px;\n border-bottom: 1px solid $border;\n color: $cl; } }\n &__link.active &__title {\n &:after {\n content: '';\n position: absolute;\n top: 50%;\n left: -10px;\n right: -10px;\n height: 2px;\n margin-top: -2px;\n background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%); } }\n &__title {\n display: table;\n position: relative; }\n &__menu,\n &__enter,\n &__close {\n @include m {\n display: block;\n width: 60px;\n height: 60px;\n font-size: 0; } }\n &__menu,\n &__close {\n display: none;\n .icon {\n fill: $cl; } }\n &__menu {\n .icon {\n font-size: 10px; } }\n &__close {\n .icon {\n font-size: 20px; } }\n &__enter {\n height: 100px;\n margin-left: 40px;\n @include fb;\n font-size: 12px;\n color: #8C8C8C;\n line-height: 100px;\n transition: color .2s;\n @include t {\n height: 65px;\n margin-left: 25px;\n font-size: 10px;\n line-height: 65px; }\n @include m {\n margin: 0;\n font-size: 0;\n line-height: 1; }\n &:hover {\n color: $cl; }\n .icon {\n display: none;\n @include m {\n display: inline-block;\n font-size: 20px;\n fill: $cl; } } }\n &__login {\n position: relative;\n margin-right: -20px;\n padding: 30px 20px;\n flex: 0 0 80px;\n @include t {\n margin-right: -15px; }\n @include m {\n margin: 0;\n padding: 15px 20px; } }\n &__login:hover &__drop {\n opacity: 1;\n visibility: visible; }\n &__ava {\n height: 40px; }\n &_bg &__container {\n border-color: transparent; } }\n\n.main {\n display: flex;\n position: relative;\n min-height: 500px;\n margin-top: -100px;\n padding: 120px 0 50px;\n background-position: 50% 50%;\n background-repeat: no-repeat;\n background-size: cover;\n text-align: center;\n z-index: 4;\n @include t {\n min-height: 350px;\n padding: 137px 0 40px; }\n @include m {\n min-height: 400px; }\n &:before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%);\n opacity: .8;\n z-index: -2; }\n &__center {\n margin: auto; }\n &__title {\n max-width: 780px;\n margin: 0 auto 40px;\n @include fb;\n font-size: 50px;\n line-height: (6/5);\n @include t {\n max-width: 400px;\n font-size: 24px;\n line-height: 1.33; }\n @include m {\n margin-bottom: 50px; } }\n &__content {\n margin-bottom: 30px; }\n &__time {\n padding: 7px 0;\n @include fb;\n font-size: 20px;\n text-transform: uppercase;\n letter-spacing: 3px; }\n &_green {\n &:before {\n background-image: linear-gradient(-225deg, #E2E2E2 0%, #E2FFDF 100%); } }\n &_sm {\n min-height: 0;\n padding: 135px 0 55px;\n @include t {\n min-height: 0; }\n @include m {\n min-height: 0; } }\n &_sm &__title {\n margin-bottom: 0; } }\n\na[name] {\n .title {\n color: #000; } }\n\n.title {\n position: relative;\n margin-bottom: 35px;\n @include fb;\n font-size: 32px;\n line-height: (35/32);\n z-index: 4;\n @include t {\n margin-bottom: 20px;\n font-size: 24px;\n line-height: 1.33; }\n &_center {\n text-align: center; }\n &_sm {\n margin-bottom: 20px;\n font-size: 25px; } }\n\n.subtitle {\n margin-bottom: 25px;\n @include fb;\n font-size: 20px;\n letter-spacing: 4px;\n text-transform: uppercase;\n @include m {\n margin-bottom: 15px;\n font-size: 12px;\n letter-spacing: 2px; }\n &_center {\n @include t {\n text-align: center; } } }\n\n.text {\n position: relative;\n max-width: 620px;\n margin: 0 auto 60px;\n @include fl;\n font-size: 24px;\n text-align: center;\n z-index: 2;\n @include t {\n max-width: 400px;\n margin-bottom: 40px;\n font-size: 14px;\n line-height: 1.5; }\n @include m {\n margin-bottom: 30px; }\n p {\n @include t {\n display: inline; }\n &:not(:last-child) {\n margin-bottom: 35px;\n @include t {\n margin: 0; } } }\n &__curve {\n position: absolute;\n pointer-events: none;\n z-index: -2;\n &_one {\n left: -95px;\n bottom: 5px;\n @include t {\n left: -85px;\n bottom: -60px; }\n @include m {\n width: 200px;\n left: 0;\n top: -10px;\n bottom: auto; } }\n &_two {\n left: -105px;\n bottom: -50px;\n @include t {\n left: -85px; }\n @include m {\n left: 0;\n bottom: -15px;\n width: 150px; } }\n &_three {\n left: -65px;\n bottom: -35px;\n @include t {\n left: -85px; }\n @include m {\n left: 0;\n bottom: -10px; } }\n &_four {\n left: -75px;\n bottom: -45px;\n @include t {\n left: -60px;\n width: 90px; }\n @include m {\n left: 30px;\n bottom: -20px; } } }\n &_lg {\n max-width: 740px; }\n &_mb0 {\n margin-bottom: 0;\n @include t {\n margin-bottom: 0; }\n @include m {\n margin-bottom: 0; } } }\n\n.section {\n padding: 60px 0;\n @include t {\n padding: 40px 0; }\n @include m {\n padding: 30px 0; }\n &_review {\n background: url(../img/bg-elephants.jpg) 0 0 / 100px 102px; }\n &_gray {\n background: $bg; }\n &_border {\n position: relative;\n &:after {\n content: '';\n position: absolute;\n top: 100%;\n left: 50%;\n width: 100%;\n max-width: 944px;\n height: 1px;\n background: $border;\n transform: translateX(-50%);\n @include t {\n max-width: calc(100% - 30px); } } }\n &_gradient {\n background-image: linear-gradient(-225deg, #F8F8F8 0%, #FFF2F2 100%); }\n &_tabs {\n padding-top: 20px;\n @include m {\n padding-top: 10px; } }\n &_menu {\n padding: 20px 0; }\n &_confirm {\n padding: 30px 0 50px; } }\n\n.ava {\n display: block;\n position: relative;\n overflow: hidden;\n &__pic {\n display: block;\n width: 100%;\n border-radius: 50%; }\n &__input {\n position: absolute;\n top: 0;\n right: 0;\n font-size: 140px;\n appearance: none;\n cursor: pointer;\n z-index: 2; }\n &__icon {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%,-50%);\n font-size: 0;\n .icon {\n font-size: 30px;\n fill: white; } } }\n\n.likes {\n display: flex;\n color: $cl;\n align-items: center;\n &__counter {\n margin-right: 5px;\n @include fb;\n font-size: 13px;\n @include t {\n font-size: 12px; } }\n &__icon {\n position: relative;\n font-size: 0; }\n &.active {\n .icon {\n display: none;\n &-like-fill,\n &-like-fill-bold {\n display: block; } } }\n .icon {\n position: relative;\n top: -1px;\n font-size: 14px;\n fill: $cl;\n &-like-fill,\n &-like-fill-bold {\n display: none;\n fill: $pink; }\n &-like-fill-bold {\n position: relative;\n top: -1px; } } }\n\n.user {\n display: flex;\n align-items: center;\n &__ava {\n height: 40px;\n margin-right: 10px;\n flex: 0 0 40px; }\n &__ava {\n height: 40px;\n margin-right: 10px;\n flex: 0 0 40px; }\n &__info {\n flex: 0 0 calc(100% - 50px); }\n &__name,\n &__date {\n @include fb;\n font-size: 10px;\n text-transform: uppercase;\n letter-spacing: 0.5px;\n line-height: 1.1; }\n &__name {\n margin-bottom: 5px; }\n &__meta {\n display: flex;\n align-items: center; }\n &__date {\n color: $gray; }\n &__likes {\n margin: -5px 0 -5px auto;\n @include f;\n font-size: 15px; }\n\n &_white &__date {\n color: white; } }\n\n.video {\n display: block;\n position: relative;\n &__pic {\n display: block;\n width: 100%; }\n .icon-play {\n position: absolute;\n top: 50%;\n left: 50%;\n font-size: 48px;\n fill: white;\n transform: translate(-50%,-50%);\n @include m {\n font-size: 22px; } }\n &__soon {\n display: flex;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n padding: 20px;\n background: rgba($cl,.5);\n align-items: center;\n justify-content: center;\n flex-direction: column;\n color: white; }\n &__title {\n margin-bottom: 20px; }\n &__time {\n @include fb;\n font-size: 20px;\n text-transform: uppercase;\n letter-spacing: 3px; } }\n\n.about {\n display: flex;\n padding-right: 160px;\n @include t {\n padding: 0; }\n &__ava {\n height: 120px;\n margin-right: 40px;\n flex: 0 0 120px;\n @include t {\n margin-right: 25px;\n height: 90px;\n flex: 0 0 90px; }\n @include m {\n margin-right: 15px;\n height: 60px;\n flex: 0 0 60px; } }\n &__content {\n margin-bottom: 20px; }\n &__ceo {\n margin-bottom: 20px;\n a {\n @include fb; } }\n &__video {\n margin-bottom: 20px;\n @include t {\n max-width: calc(100% - 55px); }\n @include m {\n max-width: 100%; } }\n &__more {\n text-align: center;\n @include t {\n text-align: left; } } }\n\n.online {\n display: block;\n position: relative;\n padding: 55px 0 50px;\n background-position: 50% 50%;\n background-repeat: no-repeat;\n background-size: cover;\n color: white;\n text-align: center;\n z-index: 4;\n @include t {\n padding: 30px 0; }\n @include m {\n padding: 20px 0; }\n &:before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-image: linear-gradient(-1deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.60) 100%);\n z-index: -2; }\n &__type {\n margin-bottom: 85px;\n @include fb;\n font-size: 20px;\n letter-spacing: 4px;\n @include t {\n margin-bottom: 30px;\n font-size: 12px;\n letter-spacing: 2px; }\n @include m {\n margin-bottom: 40px; } }\n &__title {\n margin-bottom: 2px;\n @include fb;\n font-size: 50px;\n line-height: (6/5);\n @include t {\n margin-bottom: 6px;\n font-size: 24px; } }\n &__text {\n max-width: 600px;\n @include t {\n margin-bottom: 65px; }\n @include m {\n max-width: 80%;\n margin-bottom: 40px; } }\n &__action {\n @include fb;\n font-size: 10px;\n letter-spacing: 1px;\n .icon {\n position: relative;\n top: 4px;\n margin-right: 15px;\n font-size: 16px; } } }\n\n.benefits {\n display: flex;\n position: relative;\n max-width: 890px;\n margin: 0 auto 80px;\n text-align: center;\n flex-wrap: wrap;\n justify-content: center;\n z-index: 4;\n @include t {\n margin: 0; }\n @include m {\n display: block; }\n &__item {\n padding: 0 15px;\n flex: 0 0 25%;\n @include t {\n margin-bottom: 40px;\n flex: 0 0 33.33%; }\n @include m {\n padding: 0; } }\n &__preview {\n display: flex;\n height: 45px;\n margin-bottom: 20px;\n align-items: center;\n justify-content: center;\n @include m {\n height: auto;\n margin-bottom: 15px; }\n .icon {\n &-thumb {\n font-size: 43px; }\n &-wallet {\n font-size: 38px; }\n &-location {\n font-size: 40px; }\n &-searching {\n font-size: 37px; } } }\n &__title {\n display: flex;\n min-height: 38px;\n margin-bottom: 10px;\n @include fb;\n font-size: 14px;\n letter-spacing: 2.5px;\n line-height: 1.42;\n text-transform: uppercase;\n align-items: center;\n justify-content: center;\n @include m {\n min-height: 0; } }\n &__content {\n @include t {\n font-size: 12px; }\n @include m {\n font-size: 14px; } } }\n\n.reviews {\n padding-right: 80px;\n @include t {\n padding: 0; }\n &__item {\n display: flex;\n &:not(:last-child) {\n margin-bottom: 20px;\n @include t {\n margin-bottom: 40px; } } }\n &__ava {\n height: 60px;\n margin-right: 20px;\n flex: 0 0 60px;\n @include t {\n height: 45px;\n flex: 0 0 45px; }\n @include m {\n margin-right: 10px; } }\n &__wrap {\n padding: 20px 30px 30px;\n background: white;\n box-shadow: 0 10px 20px 0 rgba(0,0,0,0.10);\n border-radius: 0 10px 10px 10px;\n @include m {\n padding: 15px 20px 20px; } }\n &__name {\n @include fb;\n font-size: 15px;\n line-height: 1.33; } }\n\n.gallery {\n display: flex;\n margin: 0 -10px -20px;\n @include m {\n display: block;\n margin: 0 -5px -10px; }\n &__grid {\n flex: 0 0 50%;\n overflow: hidden;\n &:first-child {\n @include t {\n flex: 0 0 60%; } }\n &:last-child {\n @include t {\n flex: 0 0 40%; }\n @include m {\n display: none; } } }\n &__grid:last-child &__item {\n @include t {\n width: calc(50% - 20px); } }\n &__grid:last-child &__item_lg {\n @include t {\n width: calc(100% - 20px); } }\n &__grid:last-child &__item:nth-child(3),\n &__grid:last-child &__item:nth-child(5),\n &__grid:last-child &__item:nth-child(6) {\n @include t {\n display: none; } }\n &__item {\n float: left;\n width: calc(33.33% - 20px);\n margin: 0 10px 20px;\n @include m {\n width: calc(33.33% - 10px);\n margin: 0 5px 10px; }\n &_lg {\n width: calc(66.66% - 20px);\n @include m {\n width: calc(66.66% - 10px); } }\n &:nth-child(4) {\n clear: both; } }\n &__pic {\n display: block;\n width: 100%; } }\n\n.app {\n position: relative;\n margin-top: 72px;\n background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%);\n @include t {\n margin-top: 42px; }\n @include m {\n margin-top: 35px; }\n &__center {\n display: flex;\n align-items: flex-end; }\n &__col {\n &:first-child {\n position: relative;\n padding: 50px 0 60px;\n flex: 0 0 49%;\n text-align: center;\n z-index: 2;\n @include t {\n padding: 30px 0 35px;\n flex: 0 0 47%; }\n @include m {\n padding: 20px 0;\n text-align: left; } }\n &:last-child {\n flex: 0 0 51%;\n @include t {\n flex: 0 0 53%; } } }\n &__theme {\n margin-bottom: 20px;\n @include fb;\n font-size: 10px;\n color: $blue;\n @include t {\n margin-bottom: 5px; }\n @include m {\n margin-bottom: 15px; } }\n &__title {\n margin-bottom: 25px;\n font-size: 32px;\n line-height: (40/32);\n @include t {\n margin-bottom: 30px;\n @include fb;\n font-size: 24px;\n line-height: 1.33; }\n @include m {\n margin-bottom: 15px;\n font-size: 16px; } }\n &__content {\n margin-bottom: 30px;\n @include t {\n display: none; } }\n &__links {\n display: flex;\n justify-content: center; }\n &__link {\n margin: 0 10px;\n flex: 0 0 135px;\n @include t {\n margin: 0 5px;\n flex: 0 0 80px; }\n @include m {\n margin: 0 5px 0 0; } }\n &__preview {\n display: flex;\n height: 100px;\n align-items: flex-end;\n justify-content: flex-end;\n @include m {\n margin: 0 -15px; } }\n &__pic {\n display: block;\n max-width: 100%;\n max-height: 277px;\n @include m {\n max-height: 185px; } } }\n\na.grey-link {\n color: #A7A7A7;\n border-bottom: 1px #ccc solid;\n font-size: 14px;\n &:hover {\n color: #000;\n border-bottom: 1px #545454 solid; } }\n\n.game {\n position: relative;\n padding: 70px 0 80px;\n background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%);\n overflow: hidden;\n @include t {\n padding: 30px 0 35px; }\n @include m {\n padding: 20px 0; }\n &__wrap {\n max-width: 375px;\n @include t {\n max-width: 220px; }\n @include m {\n max-width: 180px; } }\n &__theme {\n margin-bottom: 20px;\n @include fb;\n font-size: 10px;\n color: $blue;\n @include m {\n margin-bottom: 15px; } }\n &__title {\n margin-bottom: 65px;\n font-size: 32px;\n line-height: (40/32);\n @include t {\n margin-bottom: 30px;\n @include fs;\n font-size: 18px;\n line-height: 1.33; }\n @include m {\n margin-bottom: 15px;\n font-size: 14px; } }\n &__btn {\n background: transparent;\n padding: 11px 24px 10px;\n border: 2px solid $cl;\n color: $cl;\n &:hover {\n background: $cl;\n border-color: $cl;\n color: white; }\n &:active {\n color: rgba(white,.1); } }\n &__preview {\n position: absolute;\n top: 0;\n left: calc(50% - 145px);\n bottom: 0;\n @include t {\n left: calc(50% - 110px); }\n @include m {\n left: 50%; } }\n &__pic {\n display: block;\n width: auto;\n height: 100%; } }\n\n.teachers {\n margin-bottom: 50px;\n @include t {\n margin-bottom: 0; }\n &__item {\n display: flex;\n margin-bottom: 40px; }\n &__ava {\n height: 140px;\n margin-right: 25px;\n flex: 0 0 140px;\n @include t {\n height: 100px;\n margin-right: 20px;\n flex: 0 0 100px; }\n @include m {\n height: 95px;\n margin-right: 25px;\n flex: 0 0 95px; } }\n &__title {\n margin-bottom: 5px;\n @include fb;\n font-size: 20px;\n text-transform: uppercase;\n letter-spacing: 4px;\n @include t {\n font-size: 12px;\n letter-spacing: 2px; } }\n &__name {\n margin-bottom: 20px;\n @include fb; }\n &__content {\n font-size: 16px;\n line-height: (22/16); } }\n\n.toggle {\n font-size: 14px;\n &__head {\n color: $pink;\n .icon {\n position: relative;\n top: -1px;\n margin-left: 10px;\n font-size: 6px;\n transition: transform .2s; }\n &.active {\n .icon {\n transform: rotate(-180deg); } } }\n &__body {\n display: none;\n padding-top: 10px;\n color: #888; } }\n\n.schedule {\n margin-bottom: 70px;\n @include t {\n margin-bottom: 0; }\n &__item {\n display: flex;\n margin-bottom: 40px;\n @include m {\n display: block;\n margin-bottom: 30px; } }\n &__day {\n padding-top: 2px;\n @include fb;\n font-size: 12px;\n color: $pink;\n letter-spacing: 2px;\n text-transform: uppercase;\n flex: 0 0 140px;\n @include m {\n margin-bottom: 10px;\n padding: 0; } }\n &__title,\n &__content {\n font-size: 16px; }\n &__title {\n @include fb; }\n &__toggle {\n margin-top: 10px; } }\n\n.theme {\n @include fb;\n font-size: 12px;\n letter-spacing: 2px;\n color: $pink;\n &_green {\n color: $green; }\n &_violet {\n color: $viol; }\n &_lg {\n font-size: 20px;\n letter-spacing: 4px; } }\n\n.courses {\n &__list {\n display: flex;\n margin: 0 -10px;\n flex-wrap: wrap;\n @include m {\n display: block;\n margin: 0; } }\n &__item {\n display: block;\n margin: 0 10px 60px;\n color: $cl;\n flex: 0 0 calc(33.33% - 20px);\n @include t {\n margin-bottom: 40px; }\n @include m {\n margin: 0 0 30px; } }\n &__preview {\n display: block;\n position: relative;\n margin-bottom: 15px;\n color: $cl;\n @include t {\n margin-bottom: 10px; } }\n &__preview:hover &__view {\n opacity: .9; }\n &__label {\n position: absolute;\n top: 0;\n right: 20px;\n width: 30px;\n height: 45px;\n background-repeat: no-repeat;\n background-size: contain;\n z-index: 6;\n @include t {\n width: 20px;\n height: 30px;\n right: 10px; }\n &_fav {\n background-image: url(../img/fav.svg); }\n &_clock {\n background-image: url(../img/clock.svg); } }\n &__pic {\n display: block;\n width: 100%;\n border-radius: 2px; }\n &__view {\n display: flex;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%);\n border-radius: 2px;\n opacity: 0;\n font-size: 18px;\n align-items: center;\n justify-content: center;\n transition: opacity .2s;\n z-index: 4; }\n &__soon {\n display: flex;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n padding: 10px;\n background: rgba(black,.4);\n color: white;\n flex-direction: column;\n justify-content: center;\n text-align: center; }\n &__left {\n margin-bottom: 5px;\n font-size: 15px;\n @include t {\n font-size: 12px; } }\n &__time {\n @include fb;\n font-size: 20px;\n text-transform: uppercase;\n letter-spacing: 3px;\n @include t {\n font-size: 12px;\n letter-spacing: 1px; } }\n &__details {\n display: flex;\n margin-bottom: 10px; }\n &__price {\n margin-left: auto;\n @include fb;\n font-size: 12px;\n letter-spacing: 2px;\n color: $cl; }\n &__title {\n display: block;\n margin-bottom: 10px;\n @include fs;\n font-size: 18px;\n color: $cl;\n @include t {\n line-height: 1.33; } }\n &__user {\n margin-top: 20px; }\n &_two &__item {\n flex: 0 0 calc(50% - 20px);\n @include t {\n flex: 0 0 calc(33.33% - 20px); } }\n &_scroll {\n @include m {\n margin: 0 -15px;\n overflow: auto; } }\n &_scroll &__list {\n @include m {\n display: flex;\n flex-wrap: nowrap; } }\n &_scroll &__item {\n @include m {\n margin-left: 15px;\n flex: 0 0 220px;\n &:last-child {\n padding-right: 15px;\n flex: 0 0 235px; } } } }\n\n.load {\n margin-top: 30px;\n @include m {\n margin-top: 40px; }\n &__btn {\n width: 100%;\n padding: 22px 24px 21px;\n background: none;\n border: 1px solid $border;\n @include m {\n padding: 17px 20px 16px; } } }\n\n.more {\n text-align: center;\n @include t {\n margin-top: 30px; }\n &__btn {\n position: relative;\n min-width: 300px;\n padding: 19px 24px 18px;\n border-radius: 28px;\n letter-spacing: 2px;\n z-index: 4;\n &:hover {\n &:before {\n opacity: 0; } }\n &:before {\n content: '';\n position: absolute;\n top: 5px;\n left: 5px;\n right: 5px;\n bottom: 5px;\n background: white;\n border-radius: 24px;\n transition: opacity .2s;\n z-index: -2; } } }\n\n.partners {\n display: flex;\n margin: 0 -10px -20px;\n flex-wrap: wrap;\n align-items: center;\n justify-content: center;\n @include m {\n margin: 0 -5px -10px; }\n &__item {\n margin: 0 10px 20px;\n flex: 0 0 calc(16.66% - 20px);\n @include m {\n margin: 0 5px 10px;\n flex: 0 0 calc(33.33% - 10px); } }\n &__pic {\n display: block;\n width: 100%; } }\n\n.switch {\n display: block;\n position: relative;\n font-size: 13px;\n user-select: none;\n cursor: pointer;\n &__input {\n position: absolute;\n top: 0;\n left: 0;\n opacity: 0; }\n &__input:checked + &__content {\n &:after {\n opacity: 1; } }\n &__content {\n display: block;\n padding: 3px 0 3px 30px;\n font-size: 14px;\n &:before,\n &:after {\n content: '';\n position: absolute; }\n &:before {\n top: 0;\n left: 0;\n width: 20px;\n height: 20px;\n border: 1px solid $border; }\n &:after {\n top: 5px;\n left: 5px;\n width: 10px;\n height: 10px;\n background-image: linear-gradient(-225deg, #B4EC51 0%, #61E9E7 100%);\n opacity: 0;\n transition: opacity .2s; } }\n &__cell {\n padding-right: 10px;\n &:first-child {\n padding-top: 3px;\n @include fb;\n font-size: 11px;\n text-transform: uppercase;\n flex: 0 0 110px; }\n &:nth-child(2) {\n @include t {\n padding: 0;\n text-align: right;\n flex: 0 0 calc(100% - 110px); } }\n &:nth-child(2),\n &:last-child {\n flex: 0 0 60px; }\n &:nth-child(3) {\n flex: 0 0 calc(100% - 230px);\n @include t {\n padding: 0;\n flex: 0 0 calc(100% - 60px); } }\n &:last-child {\n padding: 0;\n text-align: right; } }\n &_blue &__content {\n &:after {\n background: #4A90E2; } }\n &_lesson &__content {\n display: flex;\n padding: 19px 0 19px 50px;\n border-bottom: 1px solid $border;\n font-size: 16px;\n color: $gray;\n transition: color .2s;\n @include t {\n padding: 10px 0 10px 40px;\n flex-wrap: wrap;\n line-height: 1.33; }\n &:before,\n &:after {\n transform: translateY(18px);\n @include t {\n transform: translateY(9px); } } }\n &_lesson:first-child &__content {\n border-top: 1px solid $border; }\n &_lesson &__input:checked + &__content {\n color: $cl; }\n &_circle &__content {\n &:before,\n &:after {\n border-radius: 50%; } }\n &_lg &__content {\n padding: 0 0 0 30px;\n font-size: 16px;\n &:before,\n &:after {} } }\n\n\n.footer {\n padding: 50px 0 30px;\n background: $bg;\n @include t {\n padding: 30px 0 35px; }\n &__row {\n display: flex;\n margin: 0 -10px;\n flex-wrap: wrap; }\n &__row_first &__col {\n &:nth-child(2) {\n @include t {\n order: 1; } }\n &:nth-child(3) {\n @include t {\n order: 2; } }\n &:nth-child(4) {\n @include t {\n order: 3; }\n @include m {\n margin-top: 30px;\n flex: 0 0 100%; } }\n &:nth-child(1) {\n @include t {\n flex: 0 0 59%;\n order: 4; }\n @include m {\n flex: 0 0 100%;\n order: 5; } }\n &:nth-child(5) {\n @include t {\n flex: 0 0 41%;\n order: 5; }\n @include m {\n flex: 0 0 100%;\n order: 4; } }\n &:nth-child(1),\n &:nth-child(5) {\n @include t {\n margin-top: 40px; } } }\n &__row_second {\n margin-top: 50px;\n @include t {\n display: block;\n width: 60%;\n margin-top: -50px; }\n @include m {\n width: 100%;\n margin-top: 30px; } }\n &__col {\n padding: 0 10px;\n flex: 0 0 16.66%;\n @include t {\n flex: 0 0 33.33%; }\n @include m {\n flex: 0 0 50%; }\n &_md {\n flex: 0 0 25%; }\n &_lg {\n flex: 0 0 75%; } }\n &__logo {\n width: 188px;\n height: 58px;\n margin: 2px 0 25px;\n font-size: 18px;\n line-height: (22/18);\n @include t {\n width: 188px;\n height: 58px;\n margin-top: 0; } }\n &__content {\n max-width: 200px;\n font-size: 18px;\n @include t {\n max-width: 250px;\n font-size: 14px;\n line-height: 1.33; } }\n &__title {\n padding: 20px 0 50px;\n @include fb;\n font-size: 12px;\n letter-spacing: 0.92px;\n text-transform: uppercase;\n @include t {\n padding: 0 0 20px;\n letter-spacing: 2px; } }\n &__link,\n &__contact {\n display: table;\n font-size: 14px;\n color: $cl;\n line-height: (20/14);\n @include t {\n padding: 5px 0; } }\n &__contact {\n margin-bottom: 20px;\n @include m {\n margin: 0; }\n a {\n color: $cl; } }\n &__group,\n &__links {\n display: flex;\n color: #888; }\n &__copyright {\n margin-right: 20px;\n @include t {\n margin: 20px 0 0; } }\n &__links {\n @include t {\n display: none; } }\n &__links &__link {\n color: #888; }\n &__divider {\n margin: 0 10px; } }\n\n.subscribe {\n &__field {\n margin-bottom: 10px; }\n &__input {\n width: 100%;\n height: 40px;\n padding: 0 10px;\n font-size: 16px;\n text-align: center; }\n &__btn {\n width: 100%; }\n &__content {\n margin-top: 15px;\n font-size: 12px;\n line-height: 1.25; } }\n\n.socials {\n display: flex;\n align-items: center;\n &__item {\n font-size: 0;\n &:not(:last-child) {\n margin-right: 20px; }\n .icon {\n &-instagram {\n font-size: 18px; }\n &-twitter {\n font-size: 17px; }\n &-fb {\n font-size: 19px; }\n &-youtube {\n font-size: 15px; } } } }\n\n.select {\n position: relative;\n user-select: none;\n z-index: 4;\n &__head {\n position: relative;\n height: 36px;\n border-bottom: 1px solid $border;\n transition: border-color .2s;\n font-size: 18px;\n line-height: 36px;\n white-space: nowrap;\n text-overflow: ellipsis;\n color: $gray;\n cursor: pointer;\n transition: border-color .2s;\n overflow: hidden;\n &:after {\n content: '';\n position: absolute;\n top: 14px;\n right: 0;\n @include arr(8,8,$cl,b); } }\n &__drop {\n position: absolute;\n left: 0;\n right: 0;\n top: calc(100% + 10px);\n padding: 10px 0;\n background: white;\n box-shadow: 0 2px 20px 0 rgba(0,0,0,0.10);\n border-radius: 2px;\n opacity: 0;\n visibility: hidden;\n transition: opacity .2s, visibility .2s;\n overflow: hidden; }\n &__option {\n display: block;\n position: relative;\n padding: 8px 20px 7px;\n @include fb;\n font-size: 10px;\n color: #8C8C8C;\n text-transform: uppercase;\n transition: color .2s;\n text-transform: uppercase;\n cursor: pointer;\n @include m {\n padding: 11px 20px;\n font-size: 12px;\n color: $cl; }\n &:hover {\n color: $cl; } }\n &__option.active {\n color: $cl; }\n &__option.active &__title {\n &:after {\n content: '';\n position: absolute;\n top: 50%;\n left: -10px;\n right: -10px;\n height: 2px;\n margin-top: -2px;\n background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%); } }\n &__title {\n display: table;\n position: relative; }\n &.active {\n z-index: 99; }\n &.active &__head {\n border-color: $cl;\n &:after {\n transform: rotate(180deg); } }\n &.active &__drop {\n opacity: 1;\n visibility: visible; }\n &.selected &__head {\n color: $cl; } }\n\n.field {\n margin-bottom: 20px;\n &__label {\n display: flex;\n @include fb;\n font-size: 10px;\n letter-spacing: 1px;\n text-transform: uppercase;\n &_gray {\n color: $gray; } }\n &__link {\n margin-left: auto; }\n &__wrap {\n position: relative; }\n &__input,\n &__textarea {\n width: 100%;\n border-bottom: 1px solid $border;\n background: transparent;\n font-size: 18px;\n transition: border-color .2s;\n &:focus {\n border-color: $cl; }\n &_bg {\n background: $bg;\n border: 1px solid $bg; }\n &_sm {\n font-size: 16px; } }\n &__input {\n height: 36px;\n &[type='password'] {\n &::placeholder {\n font-size: 18px; } }\n &_bg {\n height: 50px;\n padding: 0 20px; } }\n &__textarea {\n display: block;\n height: 36px;\n padding: 7px 0;\n resize: vertical;\n &_lg {\n height: 80px;\n font-size: 25px; } }\n &__preview {\n position: absolute;\n top: 8px;\n right: 0; }\n &__pic {\n display: block;\n width: auto;\n height: 20px; }\n &__error {\n margin-top: 5px;\n font-size: 12px;\n color: $pink; }\n &__switch {\n margin-top: 10px;\n &:first-child {\n margin-top: 5px; } }\n &_code &__input {\n height: 40px;\n font-size: 15px; }\n &_info &__label {\n color: rgba(255, 255, 255, 0.8); }\n &_info &__input,\n &_info &__textarea {\n border-color: rgba($border,.2);\n color: white;\n &:focus {\n border-color: white; } }\n &.error &__input,\n &.error &__textarea {\n border-color: $pink; }\n &.success &__input,\n &.success &__textarea {\n border-color: $green-light; }\n &__password-show {\n position: absolute;\n right: 0;\n top: 0;\n button {\n &.password-toggle {\n border: none;\n background: none;\n margin-top: 11px; } } } }\n.field__wrap {\n svg.icon-password-eye {\n display: block; }\n svg.icon-password-hidden-eye {\n display: none; }\n &.password-visible {\n svg.icon-password-eye {\n display: none; }\n svg.icon-password-hidden-eye {\n display: block; }\n button {\n &.password-toggle {\n margin-top: 12px; } } } }\n\n.icon-password-eye {\n width: 1.47em;\n height: 1em; }\n\n.auth {\n padding: 0 20px 25px;\n &__nav {\n display: flex;\n margin-bottom: 30px; }\n &__type {\n border-bottom: 1px solid $border;\n @include fb;\n font-size: 12px;\n letter-spacing: 2px;\n line-height: 60px;\n color: $gray;\n text-transform: uppercase;\n text-align: center;\n flex: 1 0 50%;\n transition: border-color .2s, color .2s;\n &.active {\n border-color: $cl;\n color: $cl; } }\n &__tab {\n display: none; }\n &__fieldset {\n display: flex; }\n &__fieldset {\n display: flex;\n margin: 0 -7px; }\n &__fieldset &__field {\n margin: 0 7px 20px;\n flex: 0 0 calc(50% - 14px); }\n &__link {\n display: block;\n margin: -5px 0 0;\n font-size: 12px;\n color: $cl;\n text-decoration: underline;\n line-height: 1.5; }\n &__foot {\n margin-top: 30px; }\n &__btn {\n width: 100%;\n padding: 18px 24px 17px; }\n &__or {\n padding: 10px 0;\n font-size: 14px;\n text-align: center; }\n &__pass {\n display: none; } }\n\n.auth__text {\n margin-bottom: 20px;\n line-height: 1.3;\n text-decoration: underline; }\n\n.popup {\n display: none;\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n min-width: 360px;\n padding: 15px;\n background: rgba($cl,.7);\n opacity: 0;\n transition: opacity .2s;\n overflow: auto;\n z-index: 999;\n &__wrap {\n position: relative;\n width: 100%;\n max-width: 340px;\n margin: auto;\n background: white;\n box-shadow: 0 2px 20px rgba(0,0,0,0.10);\n border-radius: 3px;\n transform: scale(.9);\n transition: transform .2s;\n &_md {\n max-width: 620px; }\n &_lg {\n max-width: 1000px; } }\n &__close {\n position: absolute;\n top: -15px;\n right: -15px;\n padding: 10px;\n background: $cl;\n border-radius: 50%;\n box-shadow: 0 2px 20px rgba(0,0,0,0.10);\n font-size: 0;\n .icon {\n font-size: 14px;\n fill: white; } }\n &.open {\n display: flex; }\n &.visible {\n opacity: 1; }\n &.visible &__wrap {\n transform: scale(1); } }\n\n.head {\n display: flex;\n margin-bottom: 50px;\n @include t {\n margin-bottom: 40px;\n flex-wrap: wrap; }\n &__right {\n flex: 0 0 220px;\n @include t {\n margin-left: auto; }\n @include m {\n margin: 0; }\n &.hidden {\n visibility: hidden; } }\n &__title {\n position: relative;\n margin: 0;\n padding: 0 20px 0 260px;\n flex: 0 0 calc(100% - 220px);\n z-index: 4;\n @include t {\n margin: 0 0 15px;\n padding: 0;\n flex: 0 0 100%; } }\n &__curve {\n position: absolute;\n top: 50%;\n left: calc(50% - 60px);\n transform: translateY(-50%);\n z-index: -2; } }\n\n.layout {\n display: flex;\n margin: 0 -10px;\n @include t {\n display: block; }\n &__container,\n &__sidebar {\n padding: 0 10px; }\n &__container {\n flex: 0 0 66.66%;\n @include t {\n margin-bottom: 40px; } }\n &__search {\n flex: 0 0 100%; }\n &__sidebar {\n flex: 0 0 33.33%; } }\n\n.similar {\n @include t {\n display: flex;\n margin: 0 -10px -30px;\n flex-wrap: wrap; }\n &__item {\n display: flex;\n margin-bottom: 30px;\n color: $cl;\n @include t {\n margin: 0 10px 30px;\n flex: 0 0 calc(50% - 20px); }\n @include m {\n flex: 0 0 calc(100% - 20px); } }\n &__preview {\n margin-right: 15px;\n flex: 0 0 80px; }\n &__pic {\n display: block;\n width: 100%;\n border-radius: 2px; }\n &__wrap {\n flex: 0 0 calc(100% - 95px); }\n &__title {\n margin-bottom: 5px; }\n &__ava {\n font-size: 10px;\n color: $gray;\n text-transform: uppercase; } }\n\n.go {\n display: flex;\n margin-bottom: 50px;\n justify-content: space-between;\n align-items: center;\n @include t {\n margin-bottom: 30px; }\n &__item {\n display: flex;\n max-width: calc(50% - 20px);\n align-items: center;\n color: $cl; }\n &__arrow {\n margin-right: 15px;\n font-size: 0;\n @include t {\n margin-right: 10px; }\n .icon {\n font-size: 17px;\n fill: $cl;\n @include t {\n font-size: 12px; } } }\n &__title {\n font-size: 18px;\n line-height: 1.33;\n @include t {\n font-size: 14px; } }\n &__title + &__arrow {\n margin: 0 0 0 15px;\n @include t {\n margin-left: 10px; } }\n &__btn {\n width: 220px;\n @include m {\n width: auto; } } }\n\n.meta {\n &,\n &__item {\n display: flex;\n align-items: center; }\n &__item {\n &:not(:last-child) {\n margin-right: 40px;\n @include t {\n margin-right: 30px; } } }\n &__icon {\n margin-right: 10px;\n font-size: 0;\n .icon {\n font-size: 16px;\n fill: $gray;\n &-video {\n font-size: 14px; }\n &-showcase {\n font-size: 18px; }\n &-date {\n font-size: 20px; } } }\n &_white &__icon {\n .icon {\n fill: white; } } }\n\n.course {\n margin-bottom: 60px;\n &__head {\n display: flex;\n min-height: 40px;\n margin-bottom: 30px;\n align-items: center;\n justify-content: space-between;\n @include t {\n margin-bottom: 10px; } }\n &__title {\n margin-bottom: 20px;\n @include t {\n margin-bottom: 10px; } }\n &__content {\n margin-bottom: 40px;\n @include t {\n margin-bottom: 25px; } }\n &__about {\n position: relative;\n margin-bottom: 40px;\n @include t {\n margin-bottom: 25px; }\n &:before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: rgba(black,.3); } }\n &__pic {\n display: block;\n width: 100%; }\n &__btn {\n position: absolute;\n top: 50%;\n left: 50%;\n min-width: 200px;\n background: transparent;\n border: 2px solid white;\n color: white;\n transform: translate(-50%,-50%);\n overflow: hidden;\n &:active {\n color: rgba(white,.4); } }\n &__user {\n margin-bottom: 40px;\n @include t {\n margin-bottom: 30px; } }\n &__info {\n display: flex;\n align-items: center;\n @include m {\n display: block; } }\n &__buy {\n width: 220px;\n margin-left: auto;\n @include m {\n width: auto;\n margin: 20px 0 0; } }\n &__metas {\n display: flex;\n margin-bottom: 45px;\n justify-content: space-between;\n @include m {\n display: block;\n margin-bottom: 25px; } }\n &__metas &__meta {\n @include m {\n margin-bottom: 20px; } }\n &__actions {\n display: flex;\n margin: 0 -10px 50px; }\n &__action {\n position: relative;\n margin: 0 10px;\n flex: 0 0 calc(50% - 20px);\n .icon {\n position: absolute;\n top: 50%;\n right: 45px;\n margin: 0;\n font-size: 19px;\n transform: translateY(calc(-50% - 1px));\n @include m {\n right: 20px; } } }\n &__video {\n margin-bottom: 30px; }\n &__share {\n margin-bottom: 60px; }\n &_promo {\n position: relative;\n margin: 0;\n padding: 100px 0 110px;\n background-size: cover;\n background-position: 50% 50%;\n background-repeat: no-repeat;\n color: white;\n z-index: 4;\n @include t {\n padding: 60px 0; }\n @include m {\n padding: 40px 0 45px; }\n &:before,\n &:after {\n content: '';\n position: absolute; }\n &:before {\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-image: linear-gradient(0deg, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0.64) 100%);\n z-index: -2; }\n &:after {\n left: 50%;\n bottom: -1px;\n margin-left: -16px;\n @include arr(32,16,$bg,t); } }\n &_promo &__likes {\n color: white;\n .icon {\n fill: white; } } }\n\n.lessons {\n &__list {\n margin-bottom: 60px;\n @include m {\n margin-bottom: 40px; } }\n &__item {\n position: relative;\n margin-bottom: 40px;\n transition: box-shadow .2s;\n @include m {\n margin-bottom: 30px; } }\n &__item:hover &__actions {\n opacity: 1;\n visibility: visible; }\n &__subtitle {\n margin-bottom: 20px; }\n &__row {\n display: flex;\n @include m {\n display: block; } }\n &__preview {\n margin-right: 25px;\n flex: 0 0 140px;\n @include m {\n display: none; } }\n &__pic {\n display: block;\n width: 100%; }\n &__content {\n flex: 0 0 calc(100% - 165px); }\n &__actions {\n display: flex;\n position: absolute;\n top: 10px;\n right: 10px;\n opacity: 0;\n visibility: hidden;\n transition: opacity .2s, visibility .2s; }\n &__action {\n margin-left: 10px;\n padding: 10px;\n font-size: 0;\n &:hover {\n .icon {\n fill: $cl; } }\n .icon {\n font-size: 20px;\n fill: #C8C8C8;\n transition: fill .2s; } }\n &__foot {\n text-align: center; }\n &__btn {\n width: 220px; }\n &_kit &__item {\n margin-bottom: 20px;\n padding: 20px;\n &:hover {\n box-shadow: 0 10px 50px 0 rgba(0,0,0,0.06);\n border-radius: 10px; } }\n &_kit &__content {\n flex: 0 0 100%; } }\n\n.lesson {\n &__subtitle {\n margin-bottom: 10px;\n color: #191919; }\n &__content {\n margin-bottom: 30px;\n color: #191919; } }\n\n.lessons {\n &__subtitle {\n margin-bottom: 10px;\n color: #191919; }\n &__content {\n margin-bottom: 30px;\n color: #191919; } }\n\n.materials {\n &__item {\n display: flex;\n &:not(:last-child) {\n margin-bottom: 40px; } }\n &__preview {\n margin-right: 25px;\n flex: 0 0 140px;\n @include m {\n margin-right: 20px;\n flex: 0 0 100px; } }\n &__pic {\n display: block;\n width: 100%; }\n &__wrap {\n flex: 0 0 calc(100% - 180px);\n @include m {\n flex: 0 0 calc(100% - 120px); } }\n &__title {\n margin-bottom: 10px;\n @include fb;\n font-size: 12px;\n letter-spacing: 2px;\n text-transform: uppercase; } }\n\n.examples {\n display: flex;\n margin: 0 -10px -20px;\n flex-wrap: wrap;\n @include m {\n margin: 0 -5px -10px; }\n &__item {\n margin: 0 10px 20px;\n flex: 0 0 calc(25% - 20px);\n @include m {\n margin: 0 5px 10px;\n flex: 0 0 calc(33.33% - 10px); } }\n &__pic {\n display: block;\n width: 100%; } }\n\n.questions {\n &__form,\n &__item {\n display: flex; }\n &__form {\n margin-bottom: 40px;\n padding-bottom: 20px;\n border-bottom: 1px solid $border; }\n &__item {\n &:not(:last-child) {\n margin-bottom: 25px; }\n &_reply {\n padding-left: 80px;\n @include m {\n padding: 0; } } }\n &__reply-info {\n display: none;\n margin-bottom: 10px; }\n &__item_reply &__details {\n margin-bottom: 10px;\n padding: 20px;\n background: white;\n border-radius: 0 10px 10px 10px;\n @include m {\n padding: 10px; } }\n &__ava {\n height: 60px;\n margin-right: 20px;\n flex: 0 0 60px;\n @include m {\n height: 40px;\n margin-right: 10px;\n flex: 0 0 40px; } }\n &__pic {\n display: block;\n width: 100%; }\n &__wrap {\n flex: 0 0 calc(100% - 80px);\n @include m {\n flex: 0 0 calc(100% - 50px); } }\n &__field {\n margin-bottom: 20px; }\n &__textarea {\n display: block;\n width: 100%;\n height: 70px;\n padding: 11px 15px;\n border-radius: 2px;\n font-size: 16px;\n resize: vertical;\n @include m {\n height: 64px; } }\n &__btn {\n display: block;\n margin: 0 auto;\n border-radius: 20px; }\n &__details {\n margin-bottom: 5px; }\n &__head,\n &__action {\n @include fb;\n font-size: 12px;\n letter-spacing: 2px;\n text-transform: uppercase; }\n &__head {\n margin-bottom: 15px;\n @include m {\n margin-bottom: 5px; } }\n &__action,\n &__date {\n color: $gray; }\n &__author {\n margin-right: 15px; }\n &__date {\n display: inline-block; }\n &__foot {\n text-align: right; }\n &__action {\n margin-left: auto; } }\n\n.share {\n &__title {\n margin-bottom: 45px;\n @include fb;\n font-size: 20px;\n text-align: center;\n @include m {\n margin-bottom: 30px; } }\n &__list {\n display: flex;\n justify-content: center; }\n &__item {\n font-size: 0;\n &:not(:last-child) {\n margin-right: 20px; }\n .icon {\n font-size: 40px; } }\n &_sm &__title {\n margin-bottom: 15px; }\n &_sm &__item {\n &:not(:last-child) {\n margin-right: 10px; }\n .icon {\n font-size: 30px; } }\n &_right &__list {\n justify-content: flex-start;\n @include m {\n justify-content: center; } } }\n\n.buy {\n padding: 15px 30px 30px;\n @include t {\n padding: 10px 15px 25px; }\n &__row {\n display: flex;\n margin: 0 -10px;\n flex-wrap: wrap;\n @include m {\n flex-direction: column; } }\n &__col {\n margin-bottom: 20px;\n padding: 0 10px;\n flex: 0 0 320px;\n @include t {\n flex: 0 0 260px; }\n @include m {\n flex: 0 0 100%; }\n &:nth-child(2n-1) {\n flex: 0 0 calc(100% - 320px);\n @include t {\n flex: 0 0 calc(100% - 260px); }\n @include m {\n flex: 0 0 100%; } } }\n &__head_main {\n padding-top: 25px;\n @include t {\n padding-top: 21px; } }\n &__label {\n font-size: 16px;\n @include t {\n font-size: 14px; } }\n &__title {\n font-size: 30px;\n @include t {\n font-size: 24px; } }\n &__content {\n font-size: 12px;\n color: $gray; }\n &__foot {\n margin-top: 20px;\n text-align: center; }\n &__btn {\n width: 275px;\n @include m {\n width: 100%; } } }\n\n.order {\n padding: 2px;\n background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%);\n border-radius: 8px;\n &__wrap {\n padding: 20px 30px 30px;\n background: white;\n border-radius: 6px;\n @include t {\n padding: 15px 20px 20px; } }\n &__title {\n margin-bottom: 20px;\n font-size: 20px; }\n &__preview {\n margin: 0 -30px 20px;\n @include t {\n margin: 0 -20px 20px; } }\n &__pic {\n display: block;\n width: 100%; }\n &__label {\n margin-bottom: 10px;\n @include fb;\n font-size: 11px;\n text-transform: uppercase; }\n &__foot {\n display: flex;\n margin: 30px -30px -10px;\n padding: 20px 30px 0;\n border-top: 1px solid $border;\n @include fb;\n font-size: 16px;\n @include t {\n margin: 30px -20px 0;\n padding: 20px 20px 0; } }\n &__total {\n margin-left: auto; } }\n\n.lock {\n padding: 50px 60px 40px;\n text-align: center;\n @include m {\n padding: 30px 020px; }\n &__label {\n margin-bottom: 70px;\n @include fb;\n font-size: 12px;\n color: $gray;\n letter-spacing: 2px;\n @include m {\n margin-bottom: 40px;\n font-size: 10px; } }\n &__title {\n margin-bottom: 20px; }\n &__content {\n margin-bottom: 70px;\n @include m {\n margin-bottom: 40px; } }\n &__btn {\n width: 220px; } }\n\n.profile {\n position: relative;\n padding-bottom: 20px;\n text-align: center;\n @include m {\n padding: 0; }\n &__btn {\n padding: 10px 15px;\n background: transparent;\n border: 1px solid $gray;\n color: $gray;\n &_edit {\n position: absolute;\n top: 0;\n right: 0;\n @include m {\n display: none; } } }\n &__row {\n display: flex;\n margin-bottom: 25px;\n align-items: center;\n @include m {\n display: block;\n margin-bottom: 30px; } }\n &__ava {\n width: 120px;\n height: 120px;\n margin: 0 auto 20px;\n @include m {\n width: 140px;\n height: 140px; } }\n &__name {\n margin-bottom: 15px;\n font-size: 20px;\n letter-spacing: 3px;\n text-transform: uppercase;\n @include m {\n margin-bottom: 10px;\n @include fb;\n font-size: 24px;\n letter-spacing: 0;\n text-transform: none; } }\n &__share {\n margin-bottom: 35px; }\n &__content {\n max-width: 760px;\n margin: 0 auto; }\n &__foot {\n display: none;\n margin-top: 30px;\n text-align: center;\n @include m {\n display: block; } } }\n\n.tabs {\n &__nav {\n display: flex;\n height: 56px;\n margin-bottom: 40px;\n border-bottom: 1px solid $border;\n @include m {\n margin: 0 -15px 30px; } }\n &__btn {\n height: 56px;\n border-bottom: 1px solid $border;\n @include fb;\n font-size: 12px;\n color: $gray;\n letter-spacing: 1px;\n transition: border-color .2s, color .2s;\n @include m {\n flex: 0 0 50%; }\n &:not(:last-child) {\n margin-right: 40px;\n @include m {\n margin: 0; } }\n &:hover {\n color: $cl; }\n &.active {\n border-color: $cl;\n color: $cl; } }\n &__item {\n display: none; } }\n\n.menu {\n display: flex;\n &__link {\n font-size: 16px;\n color: $gray;\n transition: color .2s;\n &:not(:last-child) {\n margin-right: 30px; }\n &.active {\n @include fb;\n color: $cl; } } }\n\n.confirm {\n &__title {\n margin-bottom: 20px;\n font-size: 24px; }\n &__form {\n display: flex;\n margin: 25px -10px 30px;\n align-items: center;\n @include m {\n display: block; } }\n &__field,\n &__btn {\n margin: 0 10px;\n flex: 0 0 calc(50% - 20px); }\n &__field {\n @include m {\n margin-bottom: 20px; } } }\n\n.form {\n position: relative;\n &__ava {\n position: absolute;\n left: -160px;\n width: 140px;\n height: 140px;\n @include t {\n position: relative;\n left: 0;\n margin-bottom: 40px; } }\n &__group {\n position: relative;\n margin-bottom: 40px; }\n &__title {\n margin-bottom: 30px;\n font-size: 25px;\n @include m {\n @include fb;\n font-size: 24px;\n line-height: 1.33; } }\n &__content {\n margin-bottom: 40px;\n @include m {\n margin-bottom: 30px; } }\n &__fieldset {\n display: flex;\n margin: 0 -10px;\n @include m {\n display: block; } }\n &__fieldset &__field {\n padding: 0 10px;\n flex: 0 0 50%; }\n &__field {\n margin-bottom: 25px;\n @include m {\n margin-bottom: 20px; } }\n &__switch {\n margin-bottom: 10px; }\n &__btn {\n width: 100%; } }\n\n.transactions {\n &__row {\n display: flex;\n margin: 0 -10px 20px;\n flex-wrap: wrap; }\n &__cell {\n padding: 0 10px;\n font-size: 13px;\n &:first-child {\n @include fb;\n font-size: 12px;\n text-transform: uppercase;\n letter-spacing: 2px;\n flex: 0 0 60%;\n @include m {\n flex: 0 0 75%; } }\n &:nth-child(2),\n &:last-child {\n flex: 0 0 20%;\n text-align: right; }\n &:nth-child(2) {\n @include m {\n flex: 0 0 25%; } }\n &:last-child {\n color: $green-light;\n @include m {\n flex: 0 0 100%; } } } }\n\n.empty {\n max-width: 300px;\n margin: 0 auto;\n text-align: center; }\n\n.done {\n padding: 60px 0;\n text-align: center;\n @include m {\n padding: 0; }\n &__foot {\n margin-top: 60px;\n @include m {\n margin-top: 40px; } }\n &__btn {\n width: 100%;\n max-width: 300px; } }\n\n.author {\n &__row {\n display: flex; }\n &__ava {\n height: 90px;\n margin-right: 20px;\n flex: 0 0 90px;\n @include m {\n height: 60px;\n margin-right: 15px;\n flex: 0 0 60px; } }\n &__wrap {\n flex: 0 0 calc(100% - 110px);\n @include m {\n flex: 0 0 calc(100% - 75px); } }\n &__hi,\n &__name {\n display: table;\n @include fb;\n text-transform: uppercase; }\n &__hi {\n margin-bottom: 30px;\n font-size: 12px;\n letter-spacing: 2px;\n @include m {\n margin-bottom: 10px; } }\n &__name {\n font-size: 10px;\n letter-spacing: 1.66px; }\n &__content {\n margin-bottom: 30px;\n @include m {\n margin-bottom: 10px; } } }\n\n.upload {\n position: relative;\n font-size: 18px;\n color: $blue;\n overflow: hidden;\n &__file {\n position: absolute;\n top: 0;\n right: 0;\n opacity: 0;\n cursor: pointer; } }\n\n.info {\n display: flex;\n background: $bg;\n @include m {\n display: block;\n margin-top: 60px; }\n &__section {\n display: flex;\n position: relative;\n background-position: 50% 50%;\n background-size: cover;\n flex: 0 0 calc(50% + 169px);\n justify-content: flex-end;\n z-index: 4;\n &:before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-image: linear-gradient(0deg, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0.64) 100%);\n z-index: -2; } }\n &__sidebar {\n flex: 0 0 calc(50% - 169px); }\n &__main {\n display: flex;\n max-width: 675px;\n height: 550px;\n padding: 30px 40px 50px;\n flex-direction: column;\n flex-grow: 1;\n @include t {\n width: 100%;\n max-width: 100%;\n padding: 30px 15px 50px; } }\n &__head {\n display: flex;\n align-items: flex-start; }\n &__user {\n display: flex;\n margin-bottom: 45px;\n align-items: center; }\n &__ava {\n width: 40px;\n height: 40px;\n margin-right: 20px;\n flex: 0 0 40px; }\n &__label {\n @include fb;\n font-size: 10px;\n color: $gray;\n letter-spacing: 1px; }\n &__value {\n font-size: 18px;\n color: white; }\n &__upload {\n margin-left: auto;\n font-size: 16px;\n color: rgba(white,.7); }\n &__foot {\n display: flex;\n margin-top: auto;\n @include m {\n display: block; } }\n &__foot &__field {\n margin-right: 20px;\n flex: 0 0 140px; }\n &__wrap {\n max-width: 349px;\n height: 550px;\n padding: 30px 40px 30px 30px;\n @include t {\n max-width: 100%;\n height: auto;\n padding: 30px 15px 30px; } }\n &__wrap {\n display: flex;\n flex-direction: column; }\n &__wrap &__field {\n margin-bottom: 30px;\n &:last-child {\n margin: 0; } }\n &__fieldset {\n &:first-child {\n margin-bottom: 50px; } } }\n\n.add {\n display: flex;\n align-items: flex-start;\n &__toggle {\n font-size: 0; }\n &__circle,\n &__title {\n display: inline-block;\n vertical-align: middle; }\n &__circle {\n position: relative;\n margin-right: 10px;\n padding: 19px;\n border: 1px solid $border;\n border-radius: 50%;\n .icon {\n font-size: 20px;\n fill: #B5B5B5; } }\n &__title {\n margin-left: 10px;\n font-size: 20px;\n color: #B5B5B5; }\n &__list {\n display: none; }\n &__btn {\n width: 60px;\n height: 60px;\n border: 1px solid #888;\n border-radius: 50%;\n font-size: 0;\n &:not(:last-child) {\n margin: 0 10px 10px 0; }\n .icon {\n font-size: 22px;\n fill: $cl;\n &-live {\n font-size: 10px; }\n &-image-text {\n font-size: 15px; }\n &-text {\n font-size: 17px; }\n &-images {\n font-size: 32px; } } }\n &.open &__circle {\n .icon {\n transform: rotate(45deg); } }\n &.open &__title {\n display: none; }\n &.open &__list {\n display: flex;\n flex-wrap: wrap; } }\n\n.kit {\n max-width: 620px;\n &__section {\n margin-bottom: 60px; }\n &__nav {\n display: flex;\n margin: 0 -10px 60px; }\n &__btn {\n margin: 0 10px;\n flex: 0 0 calc(50% - 20px); }\n &__add {\n margin-bottom: 40px; }\n &__service {\n display: flex;\n align-items: center; }\n &__service &__field {\n margin: 0;\n flex: 1 0 auto; }\n &__upload {\n margin-left: 20px; }\n &__row {\n display: flex; }\n &__row &__photo {\n height: 110px;\n margin-right: 20px;\n flex: 0 0 140px;\n @include m {\n flex: 0 0 110px; } }\n &__photo {\n display: flex;\n position: relative;\n border: 1px solid $border;\n justify-content: center;\n align-items: center;\n overflow: hidden;\n .icon {\n font-size: 20px;\n fill: #B5B5B5; } }\n &__file {\n position: absolute;\n top: 0;\n right: 0;\n font-size: 100px;\n opacity: 0;\n cursor: pointer; }\n &__fieldset {\n flex: 0 0 calc(100% - 160px);\n @include m {\n flex: 0 0 calc(100% - 130px); } }\n &__gallery {\n display: flex;\n margin: 0 -10px;\n flex-wrap: wrap; }\n &__gallery &__photo,\n &__preview {\n margin: 0 10px 20px;\n flex: 0 0 calc(25% - 20px);\n &--loading {\n opacity: 0.5; } }\n &__pic {\n display: block;\n width: 100%;\n object-fit: contain; }\n &__theme {\n margin-bottom: 30px;\n padding-bottom: 5px;\n font-size: 20px;\n border-bottom: 1px solid $border; }\n &__foot {\n text-align: center; }\n &__submit {\n width: 220px; } }\n\n.editor {\n position: relative; }\n\n.fontstyle {\n position: absolute;\n top: -40px;\n left: 40px;\n padding: 0 15px;\n background: $cl;\n border-radius: 35px;\n font-size: 0;\n white-space: nowrap;\n &__regular,\n &__bold,\n &__italic {\n width: 28px;\n height: 35px;\n font-size: 16px;\n color: white; }\n &__bold {\n @include fb; }\n &__italic {\n font-style: italic; } }\n\n.ui-datepicker {\n display: none;\n width: 240px;\n margin-top: 10px;\n padding: 5px;\n background: white;\n box-shadow: 0 2px 20px 0 rgba(0,0,0,0.10);\n z-index: 99!important;\n &-header {\n display: flex;\n margin-bottom: 5px;\n align-items: center; }\n &-prev,\n &-next {\n padding: 10px;\n font-size: 0;\n cursor: pointer;\n &:before {\n content: '';\n display: block;\n width: 10px;\n height: 10px;\n border: solid $border;\n border-width: 2px 2px 0 0; } }\n &-prev {\n order: 1;\n &:before {\n transform: rotate(-135deg); } }\n &-title {\n text-align: center;\n order: 2;\n flex: 1 0 auto; }\n &-next {\n order: 3;\n &:before {\n transform: rotate(45deg); } }\n &-calendar {\n th,\n td {\n @include fb;\n font-size: 10px;\n text-transform: uppercase;\n text-align: center;\n vertical-align: middle; }\n th {\n padding: 5px; }\n a {\n display: block;\n padding: 7px;\n color: #8C8C8C;\n transition: color .2s;\n &:hover {\n color: $cl; }\n &.ui-state-active {\n background: $bg;\n color: $pink; } } } }\n\n.form__common-error {\n margin-top: 15px;\n font-size: 14px;\n background: $pink;\n color: #fff;\n padding: 10px;\n display: none; }\n\n.message {\n margin: 15px;\n font-size: 14px;\n text-align: center;\n color: #fff;\n padding: 10px;\n z-index: 999;\n &_error {\n background: $pink; }\n &_info {\n background: $green; } }\n\n\n.mobile-hide {\n @include m {\n display: none; } }\n\n.searching {\n display: flex;\n margin-bottom: 40px;\n &__input {\n height: 40px;\n padding: 0 10px;\n border: 1px solid $border;\n border-radius: 3px 0 0 3px;\n font-size: 18px;\n transition: border-color .2s;\n &:focus {\n border-color: $cl; }\n flex: 0 0 calc(100% - 100px); }\n &__btn {\n border-radius: 0 3px 3px 0;\n flex: 0 0 100px; } }\n\na {\n &.link--black {\n color: #000; } }\n\n\n\n\n\n\n","html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,\nh6, p, blockquote, pre, a, abbr, acronym, address, big,\ncite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,\nstrike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,\ndd, ol, ul, li, fieldset, form, label, legend, table, caption,\ntbody, tfoot, thead, tr, th, td, article, aside, canvas, details,\nembed, figure, figcaption, footer, header, hgroup, menu, nav,\noutput, ruby, section, summary, time, mark, audio, video {\n margin: 0;\n padding: 0;\n border: 0;\n vertical-align: baseline;\n}\n\nhtml {\n -ms-text-size-adjust: 100%;\n -webkit-text-size-adjust: 100%;\n}\n\nimg, fieldset, a img {\n border: none;\n}\n\ninput[type=\"text\"],\ninput[type=\"email\"],\ninput[type=\"tel\"],\ntextarea {\n -webkit-appearance: none;\n}\n\ninput[type=\"submit\"],\nbutton {\n cursor: pointer;\n}\n\ninput[type=\"submit\"]::-moz-focus-inner,\nbutton::-moz-focus-inner {\n padding: 0;\n border: 0;\n}\n\ntextarea {\n overflow: auto;\n}\n\ninput, button {\n margin: 0;\n padding: 0;\n border: 0;\n}\n\ndiv, input, textarea, select, button,\nh1, h2, h3, h4, h5, h6, a, span, a:focus {\n outline: none;\n}\n\nul, ol {\n list-style-type: none;\n}\n\ntable {\n border-spacing: 0;\n border-collapse: collapse;\n width: 100%;\n}\n\nhtml {\n box-sizing: border-box;\n}\n\n*, *:before, *:after {\n box-sizing: inherit;\n}\n\n.icon-add-plus {\n width: 1em;\n height: 1em;\n fill: #B5B5B5;\n}\n\n.icon-arrow-down {\n width: 1.71em;\n height: 1em;\n fill: #333;\n}\n\n.icon-arrow-left {\n width: 1.33em;\n height: 1em;\n fill: #333;\n}\n\n.icon-arrow-right {\n width: 1.28em;\n height: 1em;\n fill: #333;\n}\n\n.icon-close {\n width: 1em;\n height: 1em;\n fill: #191919;\n}\n\n.icon-date {\n width: 0.95em;\n height: 1em;\n fill: #979797;\n}\n\n.icon-delete {\n width: 1em;\n height: 1em;\n fill: #C8C8C8;\n}\n\n.icon-edit {\n width: 1em;\n height: 1em;\n fill: #C8C8C8;\n}\n\n.icon-eye {\n width: 1.69em;\n height: 1em;\n fill: #333;\n}\n\n.icon-facebook {\n width: 0.5em;\n height: 1em;\n fill: #FFF;\n}\n\n.icon-fb {\n width: 0.44em;\n height: 1em;\n fill: #1C2635;\n}\n\n.icon-image-text {\n width: 2.07em;\n height: 1em;\n fill: #333;\n}\n\n.icon-image {\n width: 1em;\n height: 1em;\n fill: #333;\n}\n\n.icon-images {\n width: 1em;\n height: 1em;\n fill: #333;\n}\n\n.icon-instagram {\n width: 1em;\n height: 1em;\n fill: #1C2635;\n}\n\n.icon-like-bold {\n width: 1.07em;\n height: 1em;\n fill: #333;\n}\n\n.icon-like-fill-bold {\n width: 1.07em;\n height: 1em;\n fill: #333;\n}\n\n.icon-like-fill {\n width: 1.17em;\n height: 1em;\n fill: #B5B5B5;\n}\n\n.icon-like {\n width: 1.17em;\n height: 1em;\n fill: #B5B5B5;\n}\n\n.icon-live {\n width: 2.6em;\n height: 1em;\n fill: #333;\n}\n\n.icon-location {\n width: 0.76em;\n height: 1em;\n fill: initial;\n}\n\n.icon-lock {\n width: 0.74em;\n height: 1em;\n fill: initial;\n}\n\n.icon-menu {\n width: 2em;\n height: 1em;\n fill: #202124;\n}\n\n.icon-money {\n width: 1.53em;\n height: 1em;\n fill: #979797;\n}\n\n.icon-password-eye {\n width: 1.79em;\n height: 1em;\n fill: #A7A7A7;\n}\n\n.icon-password-hidden-eye {\n width: 1.47em;\n height: 1em;\n fill: #FD9395;\n}\n\n.icon-photo {\n width: 1.33em;\n height: 1em;\n fill: #FFF;\n}\n\n.icon-play {\n width: 0.8em;\n height: 1em;\n fill: #FFF;\n}\n\n.icon-plus {\n width: 1em;\n height: 1em;\n fill: #BEBEBE;\n}\n\n.icon-search {\n width: 1em;\n height: 1em;\n fill: initial;\n}\n\n.icon-searching {\n width: 0.97em;\n height: 1em;\n fill: initial;\n}\n\n.icon-share-facebook {\n width: 1em;\n height: 1em;\n fill: #35578C;\n}\n\n.icon-share-google {\n width: 1em;\n height: 1em;\n fill: #CC4F42;\n}\n\n.icon-share-instagram {\n width: 1em;\n height: 1em;\n fill: #EA418C;\n}\n\n.icon-share-pinterest {\n width: 1em;\n height: 1em;\n fill: #B8242B;\n}\n\n.icon-share-twitter {\n width: 1em;\n height: 1em;\n fill: #38A0CD;\n}\n\n.icon-showcase {\n width: 1em;\n height: 1em;\n fill: #C8C8C8;\n}\n\n.icon-text {\n width: 0.82em;\n height: 1em;\n fill: #333;\n}\n\n.icon-thumb {\n width: 0.96em;\n height: 1em;\n fill: initial;\n}\n\n.icon-time {\n width: 1em;\n height: 1em;\n fill: #979797;\n}\n\n.icon-twitter {\n width: 1.18em;\n height: 1em;\n fill: #1C2635;\n}\n\n.icon-user {\n width: 1em;\n height: 1em;\n fill: #191919;\n}\n\n.icon-video-stroke {\n width: 0.82em;\n height: 1em;\n fill: #333;\n}\n\n.icon-video {\n width: 1.43em;\n height: 1em;\n fill: #C8C8C8;\n}\n\n.icon-wallet {\n width: 1.15em;\n height: 1em;\n fill: initial;\n}\n\n.icon-youtube {\n width: 1.2em;\n height: 1em;\n fill: #1C2635;\n}\n\n@font-face {\n font-family: ProximaNova-Regular;\n src: url(\"fonts/ProximaNova-Regular.woff2\") format(\"woff2\"), url(\"fonts/ProximaNova-Regular.woff\") format(\"woff\");\n font-weight: normal;\n font-style: normal;\n}\n\n@font-face {\n font-family: ProximaNova-Bold;\n src: url(\"fonts/ProximaNova-Bold.woff2\") format(\"woff2\"), url(\"fonts/ProximaNova-Bold.woff\") format(\"woff\");\n font-weight: normal;\n font-style: normal;\n}\n\n@font-face {\n font-family: ProximaNova-SemiBold;\n src: url(\"fonts/ProximaNova-SemiBold.woff2\") format(\"woff2\"), url(\"fonts/ProximaNova-SemiBold.woff\") format(\"woff\");\n font-weight: normal;\n font-style: normal;\n}\n\n@font-face {\n font-family: ProximaNova-Light;\n src: url(\"fonts/ProximaNova-Light.woff2\") format(\"woff2\"), url(\"fonts/ProximaNova-Light.woff\") format(\"woff\");\n font-weight: normal;\n font-style: normal;\n}\n\nbody {\n min-width: 360px;\n font-family: 'ProximaNova-Regular', serif;\n font-size: 15px;\n color: #191919;\n line-height: 1.333;\n}\n\n@media only screen and (max-width: 1023px) {\n body {\n font-size: 14px;\n line-height: 1.57;\n }\n}\n\nbody.no-scroll {\n overflow: hidden;\n}\n\nbutton,\ninput,\ntextarea,\nselect {\n font-family: 'ProximaNova-Regular', serif;\n font-size: 15px;\n}\n\nbutton {\n background: none;\n}\n\na {\n color: #FF9393;\n text-decoration: none;\n}\n\ninput,\ntextarea {\n text-overflow: ellipsis;\n}\n\ninput::placeholder,\ntextarea::placeholder {\n color: #A7A7A7;\n}\n\ntextarea {\n border: none;\n}\n\nstrong,\nb {\n font-family: 'ProximaNova-Bold', serif;\n}\n\n*::selection {\n background: #FF9393;\n color: white;\n}\n\n.outer {\n display: flex;\n min-height: 100vh;\n flex-direction: column;\n}\n\n.container {\n flex: 1 0 auto;\n margin-top: 100px;\n}\n\n.center {\n width: 100%;\n max-width: 1024px;\n margin: 0 auto;\n padding: 0 40px;\n}\n\n@media only screen and (max-width: 1023px) {\n .center {\n padding: 0 15px;\n }\n}\n\n.center_md {\n max-width: 860px;\n}\n\n.center_sm {\n max-width: 700px;\n}\n\n.center_xs {\n max-width: 540px;\n}\n\n.btn {\n position: relative;\n padding: 13px 24px 12px;\n background-image: linear-gradient(-225deg, #D1FF7F 0%, #56FFFD 100%);\n border-radius: 3px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 12px;\n color: #191919;\n text-transform: uppercase;\n letter-spacing: 2px;\n text-align: center;\n transition: all .2s;\n z-index: 2;\n}\n\n@media only screen and (max-width: 1023px) {\n .btn {\n line-height: 1.33;\n }\n}\n\n.btn:hover {\n box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.11);\n}\n\n.btn:active {\n box-shadow: 0 0 0 0 transparent;\n color: rgba(38, 38, 38, 0.1);\n}\n\n.btn:active .icon {\n fill: rgba(38, 38, 38, 0.1);\n}\n\n.btn__title,\n.btn .icon {\n display: inline-block;\n vertical-align: middle;\n}\n\n.btn__title {\n margin-top: -1px;\n}\n\n.btn .icon {\n position: relative;\n top: -1px;\n margin-right: 15px;\n fill: #191919;\n transition: fill .2s;\n}\n\n.btn_dark {\n background: #191919;\n color: white;\n}\n\n.btn_dark:hover {\n background: #545454;\n}\n\n.btn_dark:active {\n color: rgba(255, 255, 255, 0.1);\n}\n\n.btn_light {\n background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%);\n}\n\n.btn_stroke:hover:before, .btn_stroke:active:before {\n opacity: 0;\n}\n\n.btn_stroke:before {\n content: '';\n position: absolute;\n top: 1px;\n left: 1px;\n right: 1px;\n bottom: 1px;\n background: white;\n border-radius: 2px;\n transition: opacity .2s;\n z-index: -2;\n}\n\n.btn_gray {\n background: #F8F8F8;\n}\n\n.btn_md {\n padding: 18px 24px 17px;\n}\n\n@media only screen and (max-width: 599px) {\n .btn_md {\n padding: 13px 24px 12px;\n }\n}\n\n.btn_lg {\n padding: 28px 40px 27px;\n}\n\n@media only screen and (max-width: 599px) {\n .btn_lg {\n padding: 13px 20px;\n }\n}\n\n.btn_lg.btn_stroke {\n padding: 27px 39px 26px;\n}\n\n@media only screen and (max-width: 599px) {\n .btn_lg.btn_stroke {\n padding: 12px 19px;\n }\n}\n\n.btn_icon {\n padding-left: 9px;\n padding-right: 9px;\n background: transparent;\n border: 1px solid #E6E6E6;\n font-size: 0;\n}\n\n.btn_icon .icon {\n margin: 0;\n font-size: 13px;\n fill: #191919;\n}\n\n.btn.loading {\n box-shadow: none;\n color: transparent;\n}\n\n.btn.loading .icon {\n visibility: hidden;\n}\n\n.btn.loading:after {\n content: '';\n position: absolute;\n top: 50%;\n left: 50%;\n width: 24px;\n height: 24px;\n margin: -12px 0 0 -12px;\n border: 3px solid #191919;\n border-left: 3px solid transparent;\n border-radius: 50%;\n animation: loading .6s infinite linear;\n}\n\n.btn_fb {\n background: #3957A7;\n color: white;\n}\n\n.btn_fb:active {\n color: rgba(255, 255, 255, 0.2);\n}\n\n.btn_fb:active .icon {\n fill: rgba(255, 255, 255, 0.2);\n}\n\n.btn_fb .icon {\n margin: -9px 15px -6px -25px;\n font-size: 20px;\n fill: white;\n}\n\n.btn_fb.loading {\n box-shadow: none;\n color: transparent;\n}\n\n.btn_fb.loading .icon {\n visibility: hidden;\n}\n\n.btn_fb.loading:after {\n content: '';\n position: absolute;\n top: 50%;\n left: 50%;\n width: 24px;\n height: 24px;\n margin: -12px 0 0 -12px;\n border: 3px solid #fff;\n border-left: 3px solid transparent;\n border-radius: 50%;\n animation: loading .6s infinite linear;\n}\n\n@keyframes loading {\n 0 {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n\na.btn {\n display: inline-block;\n}\n\n.logo {\n display: block;\n width: 219px;\n height: 71px;\n background: url(../img/school-lil-city.svg) no-repeat 0 0/contain;\n}\n\n@media only screen and (max-width: 1023px) {\n .logo {\n width: 124px;\n height: 40px;\n }\n}\n\n.search {\n position: relative;\n width: 40px;\n height: 40px;\n}\n\n@media only screen and (max-width: 599px) {\n .search {\n width: 100%;\n }\n}\n\n.search__input {\n position: absolute;\n top: 0;\n right: 0;\n width: 40px;\n height: 40px;\n padding: 0 15px;\n background: rgba(25, 25, 25, 0.1);\n border-radius: 20px;\n color: rgba(25, 25, 25, 0.8);\n transition: width .4s;\n}\n\n@media only screen and (max-width: 599px) {\n .search__input {\n width: 100%;\n }\n}\n\n.search__btn {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n width: 40px;\n}\n\n.search__btn .icon {\n font-size: 17px;\n fill: rgba(25, 25, 25, 0.5);\n transform: translate(0, 2px);\n}\n\n.search.open .search__input {\n width: 170px;\n}\n\n@media only screen and (max-width: 599px) {\n .search.open .search__input {\n width: 100%;\n }\n}\n\n.header {\n position: fixed;\n left: 0;\n right: 0;\n z-index: 100;\n}\n\n.header--shadow {\n box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);\n}\n\n.header__container {\n display: flex;\n height: 100px;\n border-bottom: 1px solid #E6E6E6;\n align-items: center;\n}\n\n@media only screen and (max-width: 1023px) {\n .header__container {\n height: 65px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .header__container {\n height: 70px;\n margin: 0 -15px;\n justify-content: space-between;\n }\n}\n\n.header__wrap {\n display: flex;\n align-items: center;\n flex-direction: row-reverse;\n flex: 1 0 auto;\n}\n\n@media only screen and (max-width: 599px) {\n .header__wrap {\n display: none;\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background: white;\n flex-direction: column;\n z-index: 20;\n }\n .header__wrap.visible {\n display: block;\n }\n}\n\n.header__actions {\n display: flex;\n margin: auto;\n align-items: center;\n justify-content: center;\n}\n\n@media only screen and (max-width: 599px) {\n .header__actions {\n position: absolute;\n top: 100%;\n left: 0;\n right: 0;\n padding: 10px 15px;\n background: white;\n }\n}\n\n.header__status {\n margin-right: 5px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 12px;\n color: #A7A7A7;\n letter-spacing: 1px;\n}\n\n.header__btn {\n margin-left: 10px;\n}\n\n@media only screen and (max-width: 599px) {\n .header__top {\n display: flex;\n height: 70px;\n border-bottom: 1px solid #E6E6E6;\n align-items: center;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .header__search {\n margin-left: 10px;\n flex: 0 0 calc(100% - 90px);\n }\n}\n\n.header__nav {\n display: flex;\n margin: auto;\n}\n\n@media only screen and (max-width: 599px) {\n .header__nav {\n display: block;\n height: calc(100vh - 71px);\n margin: 0;\n padding: 15px 0;\n overflow: auto;\n }\n}\n\n.header__group {\n position: relative;\n}\n\n.header__group:hover .header__section {\n color: #191919;\n}\n\n@media only screen and (max-width: 599px) {\n .header__group:hover .header__section {\n color: #FF9393;\n }\n}\n\n.header__group:hover .header__list {\n opacity: 1;\n visibility: visible;\n}\n\n.header__section {\n display: block;\n height: 100px;\n margin: 0 15px;\n border-bottom: 1px solid transparent;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 12px;\n color: #8C8C8C;\n line-height: 100px;\n transition: color .2s;\n}\n\n@media only screen and (max-width: 1023px) {\n .header__section {\n height: 65px;\n font-size: 10px;\n line-height: 65px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .header__section {\n position: relative;\n height: auto;\n margin: 0;\n padding: 15px 40px 15px 20px;\n border: none;\n font-size: 14px;\n color: #FF9393;\n letter-spacing: 2.5px;\n line-height: 1.33;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .header__section_sub:before, .header__section_sub:after {\n content: '';\n position: absolute;\n top: 50%;\n background: #A7A7A7;\n transform: translateY(-50%);\n }\n .header__section_sub:before {\n right: 20px;\n width: 12px;\n height: 2px;\n }\n .header__section_sub:after {\n right: 25px;\n width: 2px;\n height: 12px;\n }\n}\n\n.header__section.active {\n border-color: #191919;\n color: #191919;\n}\n\n@media only screen and (max-width: 599px) {\n .header__section.active {\n color: #FF9393;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .header__section.open:after {\n opacity: 0;\n }\n}\n\n.header__list, .header__drop {\n position: absolute;\n top: 100%;\n left: 50%;\n width: 190px;\n margin-left: -95px;\n padding: 10px 0;\n background: white;\n box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);\n border-radius: 2px;\n opacity: 0;\n visibility: hidden;\n transform: translate3d(0, 0, 0);\n transition: opacity .2s, visibility .2s;\n overflow: hidden;\n}\n\n@media only screen and (max-width: 599px) {\n .header__list {\n display: none;\n position: static;\n width: 100%;\n margin: 0;\n box-shadow: none;\n opacity: 1;\n visibility: visible;\n }\n}\n\n.header__drop {\n left: auto;\n right: 20px;\n margin: 0;\n}\n\n@media only screen and (max-width: 599px) {\n .header__drop {\n padding: 0;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .header__drop .header__link {\n padding: 8px 20px 7px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .header__drop .header__link_border {\n padding: 12px 20px 10px;\n }\n}\n\n.header__balance {\n margin-bottom: 10px;\n padding: 0 20px 10px;\n border-bottom: 1px solid #E6E6E6;\n}\n\n.header__link {\n display: block;\n position: relative;\n padding: 8px 20px 7px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 10px;\n color: #8C8C8C;\n text-transform: uppercase;\n transition: color .2s;\n}\n\n@media only screen and (max-width: 599px) {\n .header__link {\n padding: 11px 20px;\n font-size: 12px;\n color: #191919;\n }\n}\n\n.header__link:hover {\n color: #191919;\n}\n\n.header__link_green {\n color: #5BD700;\n}\n\n@media only screen and (max-width: 599px) {\n .header__link_green {\n color: #5BD700;\n }\n}\n\n.header__link_green:hover {\n color: #45a400;\n}\n\n.header__link_border {\n margin-bottom: 5px;\n padding: 2px 20px 10px;\n border-bottom: 1px solid #E6E6E6;\n color: #191919;\n}\n\n.header__link.active .header__title:after {\n content: '';\n position: absolute;\n top: 50%;\n left: -10px;\n right: -10px;\n height: 2px;\n margin-top: -2px;\n background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%);\n}\n\n.header__title {\n display: table;\n position: relative;\n}\n\n@media only screen and (max-width: 599px) {\n .header__menu, .header__enter, .header__close {\n display: block;\n width: 60px;\n height: 60px;\n font-size: 0;\n }\n}\n\n.header__menu, .header__close {\n display: none;\n}\n\n.header__menu .icon, .header__close .icon {\n fill: #191919;\n}\n\n.header__menu .icon {\n font-size: 10px;\n}\n\n.header__close .icon {\n font-size: 20px;\n}\n\n.header__enter {\n height: 100px;\n margin-left: 40px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 12px;\n color: #8C8C8C;\n line-height: 100px;\n transition: color .2s;\n}\n\n@media only screen and (max-width: 1023px) {\n .header__enter {\n height: 65px;\n margin-left: 25px;\n font-size: 10px;\n line-height: 65px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .header__enter {\n margin: 0;\n font-size: 0;\n line-height: 1;\n }\n}\n\n.header__enter:hover {\n color: #191919;\n}\n\n.header__enter .icon {\n display: none;\n}\n\n@media only screen and (max-width: 599px) {\n .header__enter .icon {\n display: inline-block;\n font-size: 20px;\n fill: #191919;\n }\n}\n\n.header__login {\n position: relative;\n margin-right: -20px;\n padding: 30px 20px;\n flex: 0 0 80px;\n}\n\n@media only screen and (max-width: 1023px) {\n .header__login {\n margin-right: -15px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .header__login {\n margin: 0;\n padding: 15px 20px;\n }\n}\n\n.header__login:hover .header__drop {\n opacity: 1;\n visibility: visible;\n}\n\n.header__ava {\n height: 40px;\n}\n\n.header_bg .header__container {\n border-color: transparent;\n}\n\n.main {\n display: flex;\n position: relative;\n min-height: 500px;\n margin-top: -100px;\n padding: 120px 0 50px;\n background-position: 50% 50%;\n background-repeat: no-repeat;\n background-size: cover;\n text-align: center;\n z-index: 4;\n}\n\n@media only screen and (max-width: 1023px) {\n .main {\n min-height: 350px;\n padding: 137px 0 40px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .main {\n min-height: 400px;\n }\n}\n\n.main:before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%);\n opacity: .8;\n z-index: -2;\n}\n\n.main__center {\n margin: auto;\n}\n\n.main__title {\n max-width: 780px;\n margin: 0 auto 40px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 50px;\n line-height: 1.2;\n}\n\n@media only screen and (max-width: 1023px) {\n .main__title {\n max-width: 400px;\n font-size: 24px;\n line-height: 1.33;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .main__title {\n margin-bottom: 50px;\n }\n}\n\n.main__content {\n margin-bottom: 30px;\n}\n\n.main__time {\n padding: 7px 0;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 20px;\n text-transform: uppercase;\n letter-spacing: 3px;\n}\n\n.main_green:before {\n background-image: linear-gradient(-225deg, #E2E2E2 0%, #E2FFDF 100%);\n}\n\n.main_sm {\n min-height: 0;\n padding: 135px 0 55px;\n}\n\n@media only screen and (max-width: 1023px) {\n .main_sm {\n min-height: 0;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .main_sm {\n min-height: 0;\n }\n}\n\n.main_sm .main__title {\n margin-bottom: 0;\n}\n\na[name] .title {\n color: #000;\n}\n\n.title {\n position: relative;\n margin-bottom: 35px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 32px;\n line-height: 1.09375;\n z-index: 4;\n}\n\n@media only screen and (max-width: 1023px) {\n .title {\n margin-bottom: 20px;\n font-size: 24px;\n line-height: 1.33;\n }\n}\n\n.title_center {\n text-align: center;\n}\n\n.title_sm {\n margin-bottom: 20px;\n font-size: 25px;\n}\n\n.subtitle {\n margin-bottom: 25px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 20px;\n letter-spacing: 4px;\n text-transform: uppercase;\n}\n\n@media only screen and (max-width: 599px) {\n .subtitle {\n margin-bottom: 15px;\n font-size: 12px;\n letter-spacing: 2px;\n }\n}\n\n@media only screen and (max-width: 1023px) {\n .subtitle_center {\n text-align: center;\n }\n}\n\n.text {\n position: relative;\n max-width: 620px;\n margin: 0 auto 60px;\n font-family: 'ProximaNova-Light', serif;\n font-size: 24px;\n text-align: center;\n z-index: 2;\n}\n\n@media only screen and (max-width: 1023px) {\n .text {\n max-width: 400px;\n margin-bottom: 40px;\n font-size: 14px;\n line-height: 1.5;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .text {\n margin-bottom: 30px;\n }\n}\n\n@media only screen and (max-width: 1023px) {\n .text p {\n display: inline;\n }\n}\n\n.text p:not(:last-child) {\n margin-bottom: 35px;\n}\n\n@media only screen and (max-width: 1023px) {\n .text p:not(:last-child) {\n margin: 0;\n }\n}\n\n.text__curve {\n position: absolute;\n pointer-events: none;\n z-index: -2;\n}\n\n.text__curve_one {\n left: -95px;\n bottom: 5px;\n}\n\n@media only screen and (max-width: 1023px) {\n .text__curve_one {\n left: -85px;\n bottom: -60px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .text__curve_one {\n width: 200px;\n left: 0;\n top: -10px;\n bottom: auto;\n }\n}\n\n.text__curve_two {\n left: -105px;\n bottom: -50px;\n}\n\n@media only screen and (max-width: 1023px) {\n .text__curve_two {\n left: -85px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .text__curve_two {\n left: 0;\n bottom: -15px;\n width: 150px;\n }\n}\n\n.text__curve_three {\n left: -65px;\n bottom: -35px;\n}\n\n@media only screen and (max-width: 1023px) {\n .text__curve_three {\n left: -85px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .text__curve_three {\n left: 0;\n bottom: -10px;\n }\n}\n\n.text__curve_four {\n left: -75px;\n bottom: -45px;\n}\n\n@media only screen and (max-width: 1023px) {\n .text__curve_four {\n left: -60px;\n width: 90px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .text__curve_four {\n left: 30px;\n bottom: -20px;\n }\n}\n\n.text_lg {\n max-width: 740px;\n}\n\n.text_mb0 {\n margin-bottom: 0;\n}\n\n@media only screen and (max-width: 1023px) {\n .text_mb0 {\n margin-bottom: 0;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .text_mb0 {\n margin-bottom: 0;\n }\n}\n\n.section {\n padding: 60px 0;\n}\n\n@media only screen and (max-width: 1023px) {\n .section {\n padding: 40px 0;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .section {\n padding: 30px 0;\n }\n}\n\n.section_review {\n background: url(../img/bg-elephants.jpg) 0 0/100px 102px;\n}\n\n.section_gray {\n background: #F8F8F8;\n}\n\n.section_border {\n position: relative;\n}\n\n.section_border:after {\n content: '';\n position: absolute;\n top: 100%;\n left: 50%;\n width: 100%;\n max-width: 944px;\n height: 1px;\n background: #E6E6E6;\n transform: translateX(-50%);\n}\n\n@media only screen and (max-width: 1023px) {\n .section_border:after {\n max-width: calc(100% - 30px);\n }\n}\n\n.section_gradient {\n background-image: linear-gradient(-225deg, #F8F8F8 0%, #FFF2F2 100%);\n}\n\n.section_tabs {\n padding-top: 20px;\n}\n\n@media only screen and (max-width: 599px) {\n .section_tabs {\n padding-top: 10px;\n }\n}\n\n.section_menu {\n padding: 20px 0;\n}\n\n.section_confirm {\n padding: 30px 0 50px;\n}\n\n.ava {\n display: block;\n position: relative;\n overflow: hidden;\n}\n\n.ava__pic {\n display: block;\n width: 100%;\n border-radius: 50%;\n}\n\n.ava__input {\n position: absolute;\n top: 0;\n right: 0;\n font-size: 140px;\n appearance: none;\n cursor: pointer;\n z-index: 2;\n}\n\n.ava__icon {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n font-size: 0;\n}\n\n.ava__icon .icon {\n font-size: 30px;\n fill: white;\n}\n\n.likes {\n display: flex;\n color: #191919;\n align-items: center;\n}\n\n.likes__counter {\n margin-right: 5px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 13px;\n}\n\n@media only screen and (max-width: 1023px) {\n .likes__counter {\n font-size: 12px;\n }\n}\n\n.likes__icon {\n position: relative;\n font-size: 0;\n}\n\n.likes.active .icon {\n display: none;\n}\n\n.likes.active .icon-like-fill, .likes.active .icon-like-fill-bold {\n display: block;\n}\n\n.likes .icon {\n position: relative;\n top: -1px;\n font-size: 14px;\n fill: #191919;\n}\n\n.likes .icon-like-fill, .likes .icon-like-fill-bold {\n display: none;\n fill: #FF9393;\n}\n\n.likes .icon-like-fill-bold {\n position: relative;\n top: -1px;\n}\n\n.user {\n display: flex;\n align-items: center;\n}\n\n.user__ava {\n height: 40px;\n margin-right: 10px;\n flex: 0 0 40px;\n}\n\n.user__ava {\n height: 40px;\n margin-right: 10px;\n flex: 0 0 40px;\n}\n\n.user__info {\n flex: 0 0 calc(100% - 50px);\n}\n\n.user__name, .user__date {\n font-family: 'ProximaNova-Bold', serif;\n font-size: 10px;\n text-transform: uppercase;\n letter-spacing: 0.5px;\n line-height: 1.1;\n}\n\n.user__name {\n margin-bottom: 5px;\n}\n\n.user__meta {\n display: flex;\n align-items: center;\n}\n\n.user__date {\n color: #A7A7A7;\n}\n\n.user__likes {\n margin: -5px 0 -5px auto;\n font-family: 'ProximaNova-Regular', serif;\n font-size: 15px;\n}\n\n.user_white .user__date {\n color: white;\n}\n\n.video {\n display: block;\n position: relative;\n}\n\n.video__pic {\n display: block;\n width: 100%;\n}\n\n.video .icon-play {\n position: absolute;\n top: 50%;\n left: 50%;\n font-size: 48px;\n fill: white;\n transform: translate(-50%, -50%);\n}\n\n@media only screen and (max-width: 599px) {\n .video .icon-play {\n font-size: 22px;\n }\n}\n\n.video__soon {\n display: flex;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n padding: 20px;\n background: rgba(25, 25, 25, 0.5);\n align-items: center;\n justify-content: center;\n flex-direction: column;\n color: white;\n}\n\n.video__title {\n margin-bottom: 20px;\n}\n\n.video__time {\n font-family: 'ProximaNova-Bold', serif;\n font-size: 20px;\n text-transform: uppercase;\n letter-spacing: 3px;\n}\n\n.about {\n display: flex;\n padding-right: 160px;\n}\n\n@media only screen and (max-width: 1023px) {\n .about {\n padding: 0;\n }\n}\n\n.about__ava {\n height: 120px;\n margin-right: 40px;\n flex: 0 0 120px;\n}\n\n@media only screen and (max-width: 1023px) {\n .about__ava {\n margin-right: 25px;\n height: 90px;\n flex: 0 0 90px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .about__ava {\n margin-right: 15px;\n height: 60px;\n flex: 0 0 60px;\n }\n}\n\n.about__content {\n margin-bottom: 20px;\n}\n\n.about__ceo {\n margin-bottom: 20px;\n}\n\n.about__ceo a {\n font-family: 'ProximaNova-Bold', serif;\n}\n\n.about__video {\n margin-bottom: 20px;\n}\n\n@media only screen and (max-width: 1023px) {\n .about__video {\n max-width: calc(100% - 55px);\n }\n}\n\n@media only screen and (max-width: 599px) {\n .about__video {\n max-width: 100%;\n }\n}\n\n.about__more {\n text-align: center;\n}\n\n@media only screen and (max-width: 1023px) {\n .about__more {\n text-align: left;\n }\n}\n\n.online {\n display: block;\n position: relative;\n padding: 55px 0 50px;\n background-position: 50% 50%;\n background-repeat: no-repeat;\n background-size: cover;\n color: white;\n text-align: center;\n z-index: 4;\n}\n\n@media only screen and (max-width: 1023px) {\n .online {\n padding: 30px 0;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .online {\n padding: 20px 0;\n }\n}\n\n.online:before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-image: linear-gradient(-1deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);\n z-index: -2;\n}\n\n.online__type {\n margin-bottom: 85px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 20px;\n letter-spacing: 4px;\n}\n\n@media only screen and (max-width: 1023px) {\n .online__type {\n margin-bottom: 30px;\n font-size: 12px;\n letter-spacing: 2px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .online__type {\n margin-bottom: 40px;\n }\n}\n\n.online__title {\n margin-bottom: 2px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 50px;\n line-height: 1.2;\n}\n\n@media only screen and (max-width: 1023px) {\n .online__title {\n margin-bottom: 6px;\n font-size: 24px;\n }\n}\n\n.online__text {\n max-width: 600px;\n}\n\n@media only screen and (max-width: 1023px) {\n .online__text {\n margin-bottom: 65px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .online__text {\n max-width: 80%;\n margin-bottom: 40px;\n }\n}\n\n.online__action {\n font-family: 'ProximaNova-Bold', serif;\n font-size: 10px;\n letter-spacing: 1px;\n}\n\n.online__action .icon {\n position: relative;\n top: 4px;\n margin-right: 15px;\n font-size: 16px;\n}\n\n.benefits {\n display: flex;\n position: relative;\n max-width: 890px;\n margin: 0 auto 80px;\n text-align: center;\n flex-wrap: wrap;\n justify-content: center;\n z-index: 4;\n}\n\n@media only screen and (max-width: 1023px) {\n .benefits {\n margin: 0;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .benefits {\n display: block;\n }\n}\n\n.benefits__item {\n padding: 0 15px;\n flex: 0 0 25%;\n}\n\n@media only screen and (max-width: 1023px) {\n .benefits__item {\n margin-bottom: 40px;\n flex: 0 0 33.33%;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .benefits__item {\n padding: 0;\n }\n}\n\n.benefits__preview {\n display: flex;\n height: 45px;\n margin-bottom: 20px;\n align-items: center;\n justify-content: center;\n}\n\n@media only screen and (max-width: 599px) {\n .benefits__preview {\n height: auto;\n margin-bottom: 15px;\n }\n}\n\n.benefits__preview .icon-thumb {\n font-size: 43px;\n}\n\n.benefits__preview .icon-wallet {\n font-size: 38px;\n}\n\n.benefits__preview .icon-location {\n font-size: 40px;\n}\n\n.benefits__preview .icon-searching {\n font-size: 37px;\n}\n\n.benefits__title {\n display: flex;\n min-height: 38px;\n margin-bottom: 10px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 14px;\n letter-spacing: 2.5px;\n line-height: 1.42;\n text-transform: uppercase;\n align-items: center;\n justify-content: center;\n}\n\n@media only screen and (max-width: 599px) {\n .benefits__title {\n min-height: 0;\n }\n}\n\n@media only screen and (max-width: 1023px) {\n .benefits__content {\n font-size: 12px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .benefits__content {\n font-size: 14px;\n }\n}\n\n.reviews {\n padding-right: 80px;\n}\n\n@media only screen and (max-width: 1023px) {\n .reviews {\n padding: 0;\n }\n}\n\n.reviews__item {\n display: flex;\n}\n\n.reviews__item:not(:last-child) {\n margin-bottom: 20px;\n}\n\n@media only screen and (max-width: 1023px) {\n .reviews__item:not(:last-child) {\n margin-bottom: 40px;\n }\n}\n\n.reviews__ava {\n height: 60px;\n margin-right: 20px;\n flex: 0 0 60px;\n}\n\n@media only screen and (max-width: 1023px) {\n .reviews__ava {\n height: 45px;\n flex: 0 0 45px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .reviews__ava {\n margin-right: 10px;\n }\n}\n\n.reviews__wrap {\n padding: 20px 30px 30px;\n background: white;\n box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);\n border-radius: 0 10px 10px 10px;\n}\n\n@media only screen and (max-width: 599px) {\n .reviews__wrap {\n padding: 15px 20px 20px;\n }\n}\n\n.reviews__name {\n font-family: 'ProximaNova-Bold', serif;\n font-size: 15px;\n line-height: 1.33;\n}\n\n.gallery {\n display: flex;\n margin: 0 -10px -20px;\n}\n\n@media only screen and (max-width: 599px) {\n .gallery {\n display: block;\n margin: 0 -5px -10px;\n }\n}\n\n.gallery__grid {\n flex: 0 0 50%;\n overflow: hidden;\n}\n\n@media only screen and (max-width: 1023px) {\n .gallery__grid:first-child {\n flex: 0 0 60%;\n }\n}\n\n@media only screen and (max-width: 1023px) {\n .gallery__grid:last-child {\n flex: 0 0 40%;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .gallery__grid:last-child {\n display: none;\n }\n}\n\n@media only screen and (max-width: 1023px) {\n .gallery__grid:last-child .gallery__item {\n width: calc(50% - 20px);\n }\n}\n\n@media only screen and (max-width: 1023px) {\n .gallery__grid:last-child .gallery__item_lg {\n width: calc(100% - 20px);\n }\n}\n\n@media only screen and (max-width: 1023px) {\n .gallery__grid:last-child .gallery__item:nth-child(3),\n .gallery__grid:last-child .gallery__item:nth-child(5),\n .gallery__grid:last-child .gallery__item:nth-child(6) {\n display: none;\n }\n}\n\n.gallery__item {\n float: left;\n width: calc(33.33% - 20px);\n margin: 0 10px 20px;\n}\n\n@media only screen and (max-width: 599px) {\n .gallery__item {\n width: calc(33.33% - 10px);\n margin: 0 5px 10px;\n }\n}\n\n.gallery__item_lg {\n width: calc(66.66% - 20px);\n}\n\n@media only screen and (max-width: 599px) {\n .gallery__item_lg {\n width: calc(66.66% - 10px);\n }\n}\n\n.gallery__item:nth-child(4) {\n clear: both;\n}\n\n.gallery__pic {\n display: block;\n width: 100%;\n}\n\n.app {\n position: relative;\n margin-top: 72px;\n background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%);\n}\n\n@media only screen and (max-width: 1023px) {\n .app {\n margin-top: 42px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .app {\n margin-top: 35px;\n }\n}\n\n.app__center {\n display: flex;\n align-items: flex-end;\n}\n\n.app__col:first-child {\n position: relative;\n padding: 50px 0 60px;\n flex: 0 0 49%;\n text-align: center;\n z-index: 2;\n}\n\n@media only screen and (max-width: 1023px) {\n .app__col:first-child {\n padding: 30px 0 35px;\n flex: 0 0 47%;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .app__col:first-child {\n padding: 20px 0;\n text-align: left;\n }\n}\n\n.app__col:last-child {\n flex: 0 0 51%;\n}\n\n@media only screen and (max-width: 1023px) {\n .app__col:last-child {\n flex: 0 0 53%;\n }\n}\n\n.app__theme {\n margin-bottom: 20px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 10px;\n color: #4A90E2;\n}\n\n@media only screen and (max-width: 1023px) {\n .app__theme {\n margin-bottom: 5px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .app__theme {\n margin-bottom: 15px;\n }\n}\n\n.app__title {\n margin-bottom: 25px;\n font-size: 32px;\n line-height: 1.25;\n}\n\n@media only screen and (max-width: 1023px) {\n .app__title {\n margin-bottom: 30px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 24px;\n line-height: 1.33;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .app__title {\n margin-bottom: 15px;\n font-size: 16px;\n }\n}\n\n.app__content {\n margin-bottom: 30px;\n}\n\n@media only screen and (max-width: 1023px) {\n .app__content {\n display: none;\n }\n}\n\n.app__links {\n display: flex;\n justify-content: center;\n}\n\n.app__link {\n margin: 0 10px;\n flex: 0 0 135px;\n}\n\n@media only screen and (max-width: 1023px) {\n .app__link {\n margin: 0 5px;\n flex: 0 0 80px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .app__link {\n margin: 0 5px 0 0;\n }\n}\n\n.app__preview {\n display: flex;\n height: 100px;\n align-items: flex-end;\n justify-content: flex-end;\n}\n\n@media only screen and (max-width: 599px) {\n .app__preview {\n margin: 0 -15px;\n }\n}\n\n.app__pic {\n display: block;\n max-width: 100%;\n max-height: 277px;\n}\n\n@media only screen and (max-width: 599px) {\n .app__pic {\n max-height: 185px;\n }\n}\n\na.grey-link {\n color: #A7A7A7;\n border-bottom: 1px #ccc solid;\n font-size: 14px;\n}\n\na.grey-link:hover {\n color: #000;\n border-bottom: 1px #545454 solid;\n}\n\n.game {\n position: relative;\n padding: 70px 0 80px;\n background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%);\n overflow: hidden;\n}\n\n@media only screen and (max-width: 1023px) {\n .game {\n padding: 30px 0 35px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .game {\n padding: 20px 0;\n }\n}\n\n.game__wrap {\n max-width: 375px;\n}\n\n@media only screen and (max-width: 1023px) {\n .game__wrap {\n max-width: 220px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .game__wrap {\n max-width: 180px;\n }\n}\n\n.game__theme {\n margin-bottom: 20px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 10px;\n color: #4A90E2;\n}\n\n@media only screen and (max-width: 599px) {\n .game__theme {\n margin-bottom: 15px;\n }\n}\n\n.game__title {\n margin-bottom: 65px;\n font-size: 32px;\n line-height: 1.25;\n}\n\n@media only screen and (max-width: 1023px) {\n .game__title {\n margin-bottom: 30px;\n font-family: 'ProximaNova-SemiBold', serif;\n font-size: 18px;\n line-height: 1.33;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .game__title {\n margin-bottom: 15px;\n font-size: 14px;\n }\n}\n\n.game__btn {\n background: transparent;\n padding: 11px 24px 10px;\n border: 2px solid #191919;\n color: #191919;\n}\n\n.game__btn:hover {\n background: #191919;\n border-color: #191919;\n color: white;\n}\n\n.game__btn:active {\n color: rgba(255, 255, 255, 0.1);\n}\n\n.game__preview {\n position: absolute;\n top: 0;\n left: calc(50% - 145px);\n bottom: 0;\n}\n\n@media only screen and (max-width: 1023px) {\n .game__preview {\n left: calc(50% - 110px);\n }\n}\n\n@media only screen and (max-width: 599px) {\n .game__preview {\n left: 50%;\n }\n}\n\n.game__pic {\n display: block;\n width: auto;\n height: 100%;\n}\n\n.teachers {\n margin-bottom: 50px;\n}\n\n@media only screen and (max-width: 1023px) {\n .teachers {\n margin-bottom: 0;\n }\n}\n\n.teachers__item {\n display: flex;\n margin-bottom: 40px;\n}\n\n.teachers__ava {\n height: 140px;\n margin-right: 25px;\n flex: 0 0 140px;\n}\n\n@media only screen and (max-width: 1023px) {\n .teachers__ava {\n height: 100px;\n margin-right: 20px;\n flex: 0 0 100px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .teachers__ava {\n height: 95px;\n margin-right: 25px;\n flex: 0 0 95px;\n }\n}\n\n.teachers__title {\n margin-bottom: 5px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 20px;\n text-transform: uppercase;\n letter-spacing: 4px;\n}\n\n@media only screen and (max-width: 1023px) {\n .teachers__title {\n font-size: 12px;\n letter-spacing: 2px;\n }\n}\n\n.teachers__name {\n margin-bottom: 20px;\n font-family: 'ProximaNova-Bold', serif;\n}\n\n.teachers__content {\n font-size: 16px;\n line-height: 1.375;\n}\n\n.toggle {\n font-size: 14px;\n}\n\n.toggle__head {\n color: #FF9393;\n}\n\n.toggle__head .icon {\n position: relative;\n top: -1px;\n margin-left: 10px;\n font-size: 6px;\n transition: transform .2s;\n}\n\n.toggle__head.active .icon {\n transform: rotate(-180deg);\n}\n\n.toggle__body {\n display: none;\n padding-top: 10px;\n color: #888;\n}\n\n.schedule {\n margin-bottom: 70px;\n}\n\n@media only screen and (max-width: 1023px) {\n .schedule {\n margin-bottom: 0;\n }\n}\n\n.schedule__item {\n display: flex;\n margin-bottom: 40px;\n}\n\n@media only screen and (max-width: 599px) {\n .schedule__item {\n display: block;\n margin-bottom: 30px;\n }\n}\n\n.schedule__day {\n padding-top: 2px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 12px;\n color: #FF9393;\n letter-spacing: 2px;\n text-transform: uppercase;\n flex: 0 0 140px;\n}\n\n@media only screen and (max-width: 599px) {\n .schedule__day {\n margin-bottom: 10px;\n padding: 0;\n }\n}\n\n.schedule__title, .schedule__content {\n font-size: 16px;\n}\n\n.schedule__title {\n font-family: 'ProximaNova-Bold', serif;\n}\n\n.schedule__toggle {\n margin-top: 10px;\n}\n\n.theme {\n font-family: 'ProximaNova-Bold', serif;\n font-size: 12px;\n letter-spacing: 2px;\n color: #FF9393;\n}\n\n.theme_green {\n color: #8ECFC0;\n}\n\n.theme_violet {\n color: #B995D9;\n}\n\n.theme_lg {\n font-size: 20px;\n letter-spacing: 4px;\n}\n\n.courses__list {\n display: flex;\n margin: 0 -10px;\n flex-wrap: wrap;\n}\n\n@media only screen and (max-width: 599px) {\n .courses__list {\n display: block;\n margin: 0;\n }\n}\n\n.courses__item {\n display: block;\n margin: 0 10px 60px;\n color: #191919;\n flex: 0 0 calc(33.33% - 20px);\n}\n\n@media only screen and (max-width: 1023px) {\n .courses__item {\n margin-bottom: 40px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .courses__item {\n margin: 0 0 30px;\n }\n}\n\n.courses__preview {\n display: block;\n position: relative;\n margin-bottom: 15px;\n color: #191919;\n}\n\n@media only screen and (max-width: 1023px) {\n .courses__preview {\n margin-bottom: 10px;\n }\n}\n\n.courses__preview:hover .courses__view {\n opacity: .9;\n}\n\n.courses__label {\n position: absolute;\n top: 0;\n right: 20px;\n width: 30px;\n height: 45px;\n background-repeat: no-repeat;\n background-size: contain;\n z-index: 6;\n}\n\n@media only screen and (max-width: 1023px) {\n .courses__label {\n width: 20px;\n height: 30px;\n right: 10px;\n }\n}\n\n.courses__label_fav {\n background-image: url(../img/fav.svg);\n}\n\n.courses__label_clock {\n background-image: url(../img/clock.svg);\n}\n\n.courses__pic {\n display: block;\n width: 100%;\n border-radius: 2px;\n}\n\n.courses__view {\n display: flex;\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%);\n border-radius: 2px;\n opacity: 0;\n font-size: 18px;\n align-items: center;\n justify-content: center;\n transition: opacity .2s;\n z-index: 4;\n}\n\n.courses__soon {\n display: flex;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n padding: 10px;\n background: rgba(0, 0, 0, 0.4);\n color: white;\n flex-direction: column;\n justify-content: center;\n text-align: center;\n}\n\n.courses__left {\n margin-bottom: 5px;\n font-size: 15px;\n}\n\n@media only screen and (max-width: 1023px) {\n .courses__left {\n font-size: 12px;\n }\n}\n\n.courses__time {\n font-family: 'ProximaNova-Bold', serif;\n font-size: 20px;\n text-transform: uppercase;\n letter-spacing: 3px;\n}\n\n@media only screen and (max-width: 1023px) {\n .courses__time {\n font-size: 12px;\n letter-spacing: 1px;\n }\n}\n\n.courses__details {\n display: flex;\n margin-bottom: 10px;\n}\n\n.courses__price {\n margin-left: auto;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 12px;\n letter-spacing: 2px;\n color: #191919;\n}\n\n.courses__title {\n display: block;\n margin-bottom: 10px;\n font-family: 'ProximaNova-SemiBold', serif;\n font-size: 18px;\n color: #191919;\n}\n\n@media only screen and (max-width: 1023px) {\n .courses__title {\n line-height: 1.33;\n }\n}\n\n.courses__user {\n margin-top: 20px;\n}\n\n.courses_two .courses__item {\n flex: 0 0 calc(50% - 20px);\n}\n\n@media only screen and (max-width: 1023px) {\n .courses_two .courses__item {\n flex: 0 0 calc(33.33% - 20px);\n }\n}\n\n@media only screen and (max-width: 599px) {\n .courses_scroll {\n margin: 0 -15px;\n overflow: auto;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .courses_scroll .courses__list {\n display: flex;\n flex-wrap: nowrap;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .courses_scroll .courses__item {\n margin-left: 15px;\n flex: 0 0 220px;\n }\n .courses_scroll .courses__item:last-child {\n padding-right: 15px;\n flex: 0 0 235px;\n }\n}\n\n.load {\n margin-top: 30px;\n}\n\n@media only screen and (max-width: 599px) {\n .load {\n margin-top: 40px;\n }\n}\n\n.load__btn {\n width: 100%;\n padding: 22px 24px 21px;\n background: none;\n border: 1px solid #E6E6E6;\n}\n\n@media only screen and (max-width: 599px) {\n .load__btn {\n padding: 17px 20px 16px;\n }\n}\n\n.more {\n text-align: center;\n}\n\n@media only screen and (max-width: 1023px) {\n .more {\n margin-top: 30px;\n }\n}\n\n.more__btn {\n position: relative;\n min-width: 300px;\n padding: 19px 24px 18px;\n border-radius: 28px;\n letter-spacing: 2px;\n z-index: 4;\n}\n\n.more__btn:hover:before {\n opacity: 0;\n}\n\n.more__btn:before {\n content: '';\n position: absolute;\n top: 5px;\n left: 5px;\n right: 5px;\n bottom: 5px;\n background: white;\n border-radius: 24px;\n transition: opacity .2s;\n z-index: -2;\n}\n\n.partners {\n display: flex;\n margin: 0 -10px -20px;\n flex-wrap: wrap;\n align-items: center;\n justify-content: center;\n}\n\n@media only screen and (max-width: 599px) {\n .partners {\n margin: 0 -5px -10px;\n }\n}\n\n.partners__item {\n margin: 0 10px 20px;\n flex: 0 0 calc(16.66% - 20px);\n}\n\n@media only screen and (max-width: 599px) {\n .partners__item {\n margin: 0 5px 10px;\n flex: 0 0 calc(33.33% - 10px);\n }\n}\n\n.partners__pic {\n display: block;\n width: 100%;\n}\n\n.switch {\n display: block;\n position: relative;\n font-size: 13px;\n user-select: none;\n cursor: pointer;\n}\n\n.switch__input {\n position: absolute;\n top: 0;\n left: 0;\n opacity: 0;\n}\n\n.switch__input:checked + .switch__content:after {\n opacity: 1;\n}\n\n.switch__content {\n display: block;\n padding: 3px 0 3px 30px;\n font-size: 14px;\n}\n\n.switch__content:before, .switch__content:after {\n content: '';\n position: absolute;\n}\n\n.switch__content:before {\n top: 0;\n left: 0;\n width: 20px;\n height: 20px;\n border: 1px solid #E6E6E6;\n}\n\n.switch__content:after {\n top: 5px;\n left: 5px;\n width: 10px;\n height: 10px;\n background-image: linear-gradient(-225deg, #B4EC51 0%, #61E9E7 100%);\n opacity: 0;\n transition: opacity .2s;\n}\n\n.switch__cell {\n padding-right: 10px;\n}\n\n.switch__cell:first-child {\n padding-top: 3px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 11px;\n text-transform: uppercase;\n flex: 0 0 110px;\n}\n\n@media only screen and (max-width: 1023px) {\n .switch__cell:nth-child(2) {\n padding: 0;\n text-align: right;\n flex: 0 0 calc(100% - 110px);\n }\n}\n\n.switch__cell:nth-child(2), .switch__cell:last-child {\n flex: 0 0 60px;\n}\n\n.switch__cell:nth-child(3) {\n flex: 0 0 calc(100% - 230px);\n}\n\n@media only screen and (max-width: 1023px) {\n .switch__cell:nth-child(3) {\n padding: 0;\n flex: 0 0 calc(100% - 60px);\n }\n}\n\n.switch__cell:last-child {\n padding: 0;\n text-align: right;\n}\n\n.switch_blue .switch__content:after {\n background: #4A90E2;\n}\n\n.switch_lesson .switch__content {\n display: flex;\n padding: 19px 0 19px 50px;\n border-bottom: 1px solid #E6E6E6;\n font-size: 16px;\n color: #A7A7A7;\n transition: color .2s;\n}\n\n@media only screen and (max-width: 1023px) {\n .switch_lesson .switch__content {\n padding: 10px 0 10px 40px;\n flex-wrap: wrap;\n line-height: 1.33;\n }\n}\n\n.switch_lesson .switch__content:before, .switch_lesson .switch__content:after {\n transform: translateY(18px);\n}\n\n@media only screen and (max-width: 1023px) {\n .switch_lesson .switch__content:before, .switch_lesson .switch__content:after {\n transform: translateY(9px);\n }\n}\n\n.switch_lesson:first-child .switch__content {\n border-top: 1px solid #E6E6E6;\n}\n\n.switch_lesson .switch__input:checked + .switch__content {\n color: #191919;\n}\n\n.switch_circle .switch__content:before, .switch_circle .switch__content:after {\n border-radius: 50%;\n}\n\n.switch_lg .switch__content {\n padding: 0 0 0 30px;\n font-size: 16px;\n}\n\n.footer {\n padding: 50px 0 30px;\n background: #F8F8F8;\n}\n\n@media only screen and (max-width: 1023px) {\n .footer {\n padding: 30px 0 35px;\n }\n}\n\n.footer__row {\n display: flex;\n margin: 0 -10px;\n flex-wrap: wrap;\n}\n\n@media only screen and (max-width: 1023px) {\n .footer__row_first .footer__col:nth-child(2) {\n order: 1;\n }\n}\n\n@media only screen and (max-width: 1023px) {\n .footer__row_first .footer__col:nth-child(3) {\n order: 2;\n }\n}\n\n@media only screen and (max-width: 1023px) {\n .footer__row_first .footer__col:nth-child(4) {\n order: 3;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .footer__row_first .footer__col:nth-child(4) {\n margin-top: 30px;\n flex: 0 0 100%;\n }\n}\n\n@media only screen and (max-width: 1023px) {\n .footer__row_first .footer__col:nth-child(1) {\n flex: 0 0 59%;\n order: 4;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .footer__row_first .footer__col:nth-child(1) {\n flex: 0 0 100%;\n order: 5;\n }\n}\n\n@media only screen and (max-width: 1023px) {\n .footer__row_first .footer__col:nth-child(5) {\n flex: 0 0 41%;\n order: 5;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .footer__row_first .footer__col:nth-child(5) {\n flex: 0 0 100%;\n order: 4;\n }\n}\n\n@media only screen and (max-width: 1023px) {\n .footer__row_first .footer__col:nth-child(1), .footer__row_first .footer__col:nth-child(5) {\n margin-top: 40px;\n }\n}\n\n.footer__row_second {\n margin-top: 50px;\n}\n\n@media only screen and (max-width: 1023px) {\n .footer__row_second {\n display: block;\n width: 60%;\n margin-top: -50px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .footer__row_second {\n width: 100%;\n margin-top: 30px;\n }\n}\n\n.footer__col {\n padding: 0 10px;\n flex: 0 0 16.66%;\n}\n\n@media only screen and (max-width: 1023px) {\n .footer__col {\n flex: 0 0 33.33%;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .footer__col {\n flex: 0 0 50%;\n }\n}\n\n.footer__col_md {\n flex: 0 0 25%;\n}\n\n.footer__col_lg {\n flex: 0 0 75%;\n}\n\n.footer__logo {\n width: 188px;\n height: 58px;\n margin: 2px 0 25px;\n font-size: 18px;\n line-height: 1.22222;\n}\n\n@media only screen and (max-width: 1023px) {\n .footer__logo {\n width: 188px;\n height: 58px;\n margin-top: 0;\n }\n}\n\n.footer__content {\n max-width: 200px;\n font-size: 18px;\n}\n\n@media only screen and (max-width: 1023px) {\n .footer__content {\n max-width: 250px;\n font-size: 14px;\n line-height: 1.33;\n }\n}\n\n.footer__title {\n padding: 20px 0 50px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 12px;\n letter-spacing: 0.92px;\n text-transform: uppercase;\n}\n\n@media only screen and (max-width: 1023px) {\n .footer__title {\n padding: 0 0 20px;\n letter-spacing: 2px;\n }\n}\n\n.footer__link, .footer__contact {\n display: table;\n font-size: 14px;\n color: #191919;\n line-height: 1.42857;\n}\n\n@media only screen and (max-width: 1023px) {\n .footer__link, .footer__contact {\n padding: 5px 0;\n }\n}\n\n.footer__contact {\n margin-bottom: 20px;\n}\n\n@media only screen and (max-width: 599px) {\n .footer__contact {\n margin: 0;\n }\n}\n\n.footer__contact a {\n color: #191919;\n}\n\n.footer__group, .footer__links {\n display: flex;\n color: #888;\n}\n\n.footer__copyright {\n margin-right: 20px;\n}\n\n@media only screen and (max-width: 1023px) {\n .footer__copyright {\n margin: 20px 0 0;\n }\n}\n\n@media only screen and (max-width: 1023px) {\n .footer__links {\n display: none;\n }\n}\n\n.footer__links .footer__link {\n color: #888;\n}\n\n.footer__divider {\n margin: 0 10px;\n}\n\n.subscribe__field {\n margin-bottom: 10px;\n}\n\n.subscribe__input {\n width: 100%;\n height: 40px;\n padding: 0 10px;\n font-size: 16px;\n text-align: center;\n}\n\n.subscribe__btn {\n width: 100%;\n}\n\n.subscribe__content {\n margin-top: 15px;\n font-size: 12px;\n line-height: 1.25;\n}\n\n.socials {\n display: flex;\n align-items: center;\n}\n\n.socials__item {\n font-size: 0;\n}\n\n.socials__item:not(:last-child) {\n margin-right: 20px;\n}\n\n.socials__item .icon-instagram {\n font-size: 18px;\n}\n\n.socials__item .icon-twitter {\n font-size: 17px;\n}\n\n.socials__item .icon-fb {\n font-size: 19px;\n}\n\n.socials__item .icon-youtube {\n font-size: 15px;\n}\n\n.select {\n position: relative;\n user-select: none;\n z-index: 4;\n}\n\n.select__head {\n position: relative;\n height: 36px;\n border-bottom: 1px solid #E6E6E6;\n transition: border-color .2s;\n font-size: 18px;\n line-height: 36px;\n white-space: nowrap;\n text-overflow: ellipsis;\n color: #A7A7A7;\n cursor: pointer;\n transition: border-color .2s;\n overflow: hidden;\n}\n\n.select__head:after {\n content: '';\n position: absolute;\n top: 14px;\n right: 0;\n width: 0px;\n height: 0px;\n border-style: solid;\n border-width: 8px 4px 0 4px;\n border-color: #191919 transparent transparent transparent;\n}\n\n.select__drop {\n position: absolute;\n left: 0;\n right: 0;\n top: calc(100% + 10px);\n padding: 10px 0;\n background: white;\n box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);\n border-radius: 2px;\n opacity: 0;\n visibility: hidden;\n transition: opacity .2s, visibility .2s;\n overflow: hidden;\n}\n\n.select__option {\n display: block;\n position: relative;\n padding: 8px 20px 7px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 10px;\n color: #8C8C8C;\n text-transform: uppercase;\n transition: color .2s;\n text-transform: uppercase;\n cursor: pointer;\n}\n\n@media only screen and (max-width: 599px) {\n .select__option {\n padding: 11px 20px;\n font-size: 12px;\n color: #191919;\n }\n}\n\n.select__option:hover {\n color: #191919;\n}\n\n.select__option.active {\n color: #191919;\n}\n\n.select__option.active .select__title:after {\n content: '';\n position: absolute;\n top: 50%;\n left: -10px;\n right: -10px;\n height: 2px;\n margin-top: -2px;\n background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%);\n}\n\n.select__title {\n display: table;\n position: relative;\n}\n\n.select.active {\n z-index: 99;\n}\n\n.select.active .select__head {\n border-color: #191919;\n}\n\n.select.active .select__head:after {\n transform: rotate(180deg);\n}\n\n.select.active .select__drop {\n opacity: 1;\n visibility: visible;\n}\n\n.select.selected .select__head {\n color: #191919;\n}\n\n.field {\n margin-bottom: 20px;\n}\n\n.field__label {\n display: flex;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 10px;\n letter-spacing: 1px;\n text-transform: uppercase;\n}\n\n.field__label_gray {\n color: #A7A7A7;\n}\n\n.field__link {\n margin-left: auto;\n}\n\n.field__wrap {\n position: relative;\n}\n\n.field__input, .field__textarea {\n width: 100%;\n border-bottom: 1px solid #E6E6E6;\n background: transparent;\n font-size: 18px;\n transition: border-color .2s;\n}\n\n.field__input:focus, .field__textarea:focus {\n border-color: #191919;\n}\n\n.field__input_bg, .field__textarea_bg {\n background: #F8F8F8;\n border: 1px solid #F8F8F8;\n}\n\n.field__input_sm, .field__textarea_sm {\n font-size: 16px;\n}\n\n.field__input {\n height: 36px;\n}\n\n.field__input[type='password']::placeholder {\n font-size: 18px;\n}\n\n.field__input_bg {\n height: 50px;\n padding: 0 20px;\n}\n\n.field__textarea {\n display: block;\n height: 36px;\n padding: 7px 0;\n resize: vertical;\n}\n\n.field__textarea_lg {\n height: 80px;\n font-size: 25px;\n}\n\n.field__preview {\n position: absolute;\n top: 8px;\n right: 0;\n}\n\n.field__pic {\n display: block;\n width: auto;\n height: 20px;\n}\n\n.field__error {\n margin-top: 5px;\n font-size: 12px;\n color: #FF9393;\n}\n\n.field__switch {\n margin-top: 10px;\n}\n\n.field__switch:first-child {\n margin-top: 5px;\n}\n\n.field_code .field__input {\n height: 40px;\n font-size: 15px;\n}\n\n.field_info .field__label {\n color: rgba(255, 255, 255, 0.8);\n}\n\n.field_info .field__input,\n.field_info .field__textarea {\n border-color: rgba(230, 230, 230, 0.2);\n color: white;\n}\n\n.field_info .field__input:focus,\n.field_info .field__textarea:focus {\n border-color: white;\n}\n\n.field.error .field__input,\n.field.error .field__textarea {\n border-color: #FF9393;\n}\n\n.field.success .field__input,\n.field.success .field__textarea {\n border-color: #5BD700;\n}\n\n.field__password-show {\n position: absolute;\n right: 0;\n top: 0;\n}\n\n.field__password-show button.password-toggle {\n border: none;\n background: none;\n margin-top: 11px;\n}\n\n.field__wrap svg.icon-password-eye {\n display: block;\n}\n\n.field__wrap svg.icon-password-hidden-eye {\n display: none;\n}\n\n.field__wrap.password-visible svg.icon-password-eye {\n display: none;\n}\n\n.field__wrap.password-visible svg.icon-password-hidden-eye {\n display: block;\n}\n\n.field__wrap.password-visible button.password-toggle {\n margin-top: 12px;\n}\n\n.icon-password-eye {\n width: 1.47em;\n height: 1em;\n}\n\n.auth {\n padding: 0 20px 25px;\n}\n\n.auth__nav {\n display: flex;\n margin-bottom: 30px;\n}\n\n.auth__type {\n border-bottom: 1px solid #E6E6E6;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 12px;\n letter-spacing: 2px;\n line-height: 60px;\n color: #A7A7A7;\n text-transform: uppercase;\n text-align: center;\n flex: 1 0 50%;\n transition: border-color .2s, color .2s;\n}\n\n.auth__type.active {\n border-color: #191919;\n color: #191919;\n}\n\n.auth__tab {\n display: none;\n}\n\n.auth__fieldset {\n display: flex;\n}\n\n.auth__fieldset {\n display: flex;\n margin: 0 -7px;\n}\n\n.auth__fieldset .auth__field {\n margin: 0 7px 20px;\n flex: 0 0 calc(50% - 14px);\n}\n\n.auth__link {\n display: block;\n margin: -5px 0 0;\n font-size: 12px;\n color: #191919;\n text-decoration: underline;\n line-height: 1.5;\n}\n\n.auth__foot {\n margin-top: 30px;\n}\n\n.auth__btn {\n width: 100%;\n padding: 18px 24px 17px;\n}\n\n.auth__or {\n padding: 10px 0;\n font-size: 14px;\n text-align: center;\n}\n\n.auth__pass {\n display: none;\n}\n\n.auth__text {\n margin-bottom: 20px;\n line-height: 1.3;\n text-decoration: underline;\n}\n\n.popup {\n display: none;\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n min-width: 360px;\n padding: 15px;\n background: rgba(25, 25, 25, 0.7);\n opacity: 0;\n transition: opacity .2s;\n overflow: auto;\n z-index: 999;\n}\n\n.popup__wrap {\n position: relative;\n width: 100%;\n max-width: 340px;\n margin: auto;\n background: white;\n box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);\n border-radius: 3px;\n transform: scale(0.9);\n transition: transform .2s;\n}\n\n.popup__wrap_md {\n max-width: 620px;\n}\n\n.popup__wrap_lg {\n max-width: 1000px;\n}\n\n.popup__close {\n position: absolute;\n top: -15px;\n right: -15px;\n padding: 10px;\n background: #191919;\n border-radius: 50%;\n box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);\n font-size: 0;\n}\n\n.popup__close .icon {\n font-size: 14px;\n fill: white;\n}\n\n.popup.open {\n display: flex;\n}\n\n.popup.visible {\n opacity: 1;\n}\n\n.popup.visible .popup__wrap {\n transform: scale(1);\n}\n\n.head {\n display: flex;\n margin-bottom: 50px;\n}\n\n@media only screen and (max-width: 1023px) {\n .head {\n margin-bottom: 40px;\n flex-wrap: wrap;\n }\n}\n\n.head__right {\n flex: 0 0 220px;\n}\n\n@media only screen and (max-width: 1023px) {\n .head__right {\n margin-left: auto;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .head__right {\n margin: 0;\n }\n}\n\n.head__right.hidden {\n visibility: hidden;\n}\n\n.head__title {\n position: relative;\n margin: 0;\n padding: 0 20px 0 260px;\n flex: 0 0 calc(100% - 220px);\n z-index: 4;\n}\n\n@media only screen and (max-width: 1023px) {\n .head__title {\n margin: 0 0 15px;\n padding: 0;\n flex: 0 0 100%;\n }\n}\n\n.head__curve {\n position: absolute;\n top: 50%;\n left: calc(50% - 60px);\n transform: translateY(-50%);\n z-index: -2;\n}\n\n.layout {\n display: flex;\n margin: 0 -10px;\n}\n\n@media only screen and (max-width: 1023px) {\n .layout {\n display: block;\n }\n}\n\n.layout__container, .layout__sidebar {\n padding: 0 10px;\n}\n\n.layout__container {\n flex: 0 0 66.66%;\n}\n\n@media only screen and (max-width: 1023px) {\n .layout__container {\n margin-bottom: 40px;\n }\n}\n\n.layout__search {\n flex: 0 0 100%;\n}\n\n.layout__sidebar {\n flex: 0 0 33.33%;\n}\n\n@media only screen and (max-width: 1023px) {\n .similar {\n display: flex;\n margin: 0 -10px -30px;\n flex-wrap: wrap;\n }\n}\n\n.similar__item {\n display: flex;\n margin-bottom: 30px;\n color: #191919;\n}\n\n@media only screen and (max-width: 1023px) {\n .similar__item {\n margin: 0 10px 30px;\n flex: 0 0 calc(50% - 20px);\n }\n}\n\n@media only screen and (max-width: 599px) {\n .similar__item {\n flex: 0 0 calc(100% - 20px);\n }\n}\n\n.similar__preview {\n margin-right: 15px;\n flex: 0 0 80px;\n}\n\n.similar__pic {\n display: block;\n width: 100%;\n border-radius: 2px;\n}\n\n.similar__wrap {\n flex: 0 0 calc(100% - 95px);\n}\n\n.similar__title {\n margin-bottom: 5px;\n}\n\n.similar__ava {\n font-size: 10px;\n color: #A7A7A7;\n text-transform: uppercase;\n}\n\n.go {\n display: flex;\n margin-bottom: 50px;\n justify-content: space-between;\n align-items: center;\n}\n\n@media only screen and (max-width: 1023px) {\n .go {\n margin-bottom: 30px;\n }\n}\n\n.go__item {\n display: flex;\n max-width: calc(50% - 20px);\n align-items: center;\n color: #191919;\n}\n\n.go__arrow {\n margin-right: 15px;\n font-size: 0;\n}\n\n@media only screen and (max-width: 1023px) {\n .go__arrow {\n margin-right: 10px;\n }\n}\n\n.go__arrow .icon {\n font-size: 17px;\n fill: #191919;\n}\n\n@media only screen and (max-width: 1023px) {\n .go__arrow .icon {\n font-size: 12px;\n }\n}\n\n.go__title {\n font-size: 18px;\n line-height: 1.33;\n}\n\n@media only screen and (max-width: 1023px) {\n .go__title {\n font-size: 14px;\n }\n}\n\n.go__title + .go__arrow {\n margin: 0 0 0 15px;\n}\n\n@media only screen and (max-width: 1023px) {\n .go__title + .go__arrow {\n margin-left: 10px;\n }\n}\n\n.go__btn {\n width: 220px;\n}\n\n@media only screen and (max-width: 599px) {\n .go__btn {\n width: auto;\n }\n}\n\n.meta, .meta__item {\n display: flex;\n align-items: center;\n}\n\n.meta__item:not(:last-child) {\n margin-right: 40px;\n}\n\n@media only screen and (max-width: 1023px) {\n .meta__item:not(:last-child) {\n margin-right: 30px;\n }\n}\n\n.meta__icon {\n margin-right: 10px;\n font-size: 0;\n}\n\n.meta__icon .icon {\n font-size: 16px;\n fill: #A7A7A7;\n}\n\n.meta__icon .icon-video {\n font-size: 14px;\n}\n\n.meta__icon .icon-showcase {\n font-size: 18px;\n}\n\n.meta__icon .icon-date {\n font-size: 20px;\n}\n\n.meta_white .meta__icon .icon {\n fill: white;\n}\n\n.course {\n margin-bottom: 60px;\n}\n\n.course__head {\n display: flex;\n min-height: 40px;\n margin-bottom: 30px;\n align-items: center;\n justify-content: space-between;\n}\n\n@media only screen and (max-width: 1023px) {\n .course__head {\n margin-bottom: 10px;\n }\n}\n\n.course__title {\n margin-bottom: 20px;\n}\n\n@media only screen and (max-width: 1023px) {\n .course__title {\n margin-bottom: 10px;\n }\n}\n\n.course__content {\n margin-bottom: 40px;\n}\n\n@media only screen and (max-width: 1023px) {\n .course__content {\n margin-bottom: 25px;\n }\n}\n\n.course__about {\n position: relative;\n margin-bottom: 40px;\n}\n\n@media only screen and (max-width: 1023px) {\n .course__about {\n margin-bottom: 25px;\n }\n}\n\n.course__about:before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background: rgba(0, 0, 0, 0.3);\n}\n\n.course__pic {\n display: block;\n width: 100%;\n}\n\n.course__btn {\n position: absolute;\n top: 50%;\n left: 50%;\n min-width: 200px;\n background: transparent;\n border: 2px solid white;\n color: white;\n transform: translate(-50%, -50%);\n overflow: hidden;\n}\n\n.course__btn:active {\n color: rgba(255, 255, 255, 0.4);\n}\n\n.course__user {\n margin-bottom: 40px;\n}\n\n@media only screen and (max-width: 1023px) {\n .course__user {\n margin-bottom: 30px;\n }\n}\n\n.course__info {\n display: flex;\n align-items: center;\n}\n\n@media only screen and (max-width: 599px) {\n .course__info {\n display: block;\n }\n}\n\n.course__buy {\n width: 220px;\n margin-left: auto;\n}\n\n@media only screen and (max-width: 599px) {\n .course__buy {\n width: auto;\n margin: 20px 0 0;\n }\n}\n\n.course__metas {\n display: flex;\n margin-bottom: 45px;\n justify-content: space-between;\n}\n\n@media only screen and (max-width: 599px) {\n .course__metas {\n display: block;\n margin-bottom: 25px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .course__metas .course__meta {\n margin-bottom: 20px;\n }\n}\n\n.course__actions {\n display: flex;\n margin: 0 -10px 50px;\n}\n\n.course__action {\n position: relative;\n margin: 0 10px;\n flex: 0 0 calc(50% - 20px);\n}\n\n.course__action .icon {\n position: absolute;\n top: 50%;\n right: 45px;\n margin: 0;\n font-size: 19px;\n transform: translateY(calc(-50% - 1px));\n}\n\n@media only screen and (max-width: 599px) {\n .course__action .icon {\n right: 20px;\n }\n}\n\n.course__video {\n margin-bottom: 30px;\n}\n\n.course__share {\n margin-bottom: 60px;\n}\n\n.course_promo {\n position: relative;\n margin: 0;\n padding: 100px 0 110px;\n background-size: cover;\n background-position: 50% 50%;\n background-repeat: no-repeat;\n color: white;\n z-index: 4;\n}\n\n@media only screen and (max-width: 1023px) {\n .course_promo {\n padding: 60px 0;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .course_promo {\n padding: 40px 0 45px;\n }\n}\n\n.course_promo:before, .course_promo:after {\n content: '';\n position: absolute;\n}\n\n.course_promo:before {\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.64) 100%);\n z-index: -2;\n}\n\n.course_promo:after {\n left: 50%;\n bottom: -1px;\n margin-left: -16px;\n width: 0px;\n height: 0px;\n border-style: solid;\n border-width: 0 16px 16px 16px;\n border-color: transparent transparent #F8F8F8 transparent;\n}\n\n.course_promo .course__likes {\n color: white;\n}\n\n.course_promo .course__likes .icon {\n fill: white;\n}\n\n.lessons__list {\n margin-bottom: 60px;\n}\n\n@media only screen and (max-width: 599px) {\n .lessons__list {\n margin-bottom: 40px;\n }\n}\n\n.lessons__item {\n position: relative;\n margin-bottom: 40px;\n transition: box-shadow .2s;\n}\n\n@media only screen and (max-width: 599px) {\n .lessons__item {\n margin-bottom: 30px;\n }\n}\n\n.lessons__item:hover .lessons__actions {\n opacity: 1;\n visibility: visible;\n}\n\n.lessons__subtitle {\n margin-bottom: 20px;\n}\n\n.lessons__row {\n display: flex;\n}\n\n@media only screen and (max-width: 599px) {\n .lessons__row {\n display: block;\n }\n}\n\n.lessons__preview {\n margin-right: 25px;\n flex: 0 0 140px;\n}\n\n@media only screen and (max-width: 599px) {\n .lessons__preview {\n display: none;\n }\n}\n\n.lessons__pic {\n display: block;\n width: 100%;\n}\n\n.lessons__content {\n flex: 0 0 calc(100% - 165px);\n}\n\n.lessons__actions {\n display: flex;\n position: absolute;\n top: 10px;\n right: 10px;\n opacity: 0;\n visibility: hidden;\n transition: opacity .2s, visibility .2s;\n}\n\n.lessons__action {\n margin-left: 10px;\n padding: 10px;\n font-size: 0;\n}\n\n.lessons__action:hover .icon {\n fill: #191919;\n}\n\n.lessons__action .icon {\n font-size: 20px;\n fill: #C8C8C8;\n transition: fill .2s;\n}\n\n.lessons__foot {\n text-align: center;\n}\n\n.lessons__btn {\n width: 220px;\n}\n\n.lessons_kit .lessons__item {\n margin-bottom: 20px;\n padding: 20px;\n}\n\n.lessons_kit .lessons__item:hover {\n box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.06);\n border-radius: 10px;\n}\n\n.lessons_kit .lessons__content {\n flex: 0 0 100%;\n}\n\n.lesson__subtitle {\n margin-bottom: 10px;\n color: #191919;\n}\n\n.lesson__content {\n margin-bottom: 30px;\n color: #191919;\n}\n\n.lessons__subtitle {\n margin-bottom: 10px;\n color: #191919;\n}\n\n.lessons__content {\n margin-bottom: 30px;\n color: #191919;\n}\n\n.materials__item {\n display: flex;\n}\n\n.materials__item:not(:last-child) {\n margin-bottom: 40px;\n}\n\n.materials__preview {\n margin-right: 25px;\n flex: 0 0 140px;\n}\n\n@media only screen and (max-width: 599px) {\n .materials__preview {\n margin-right: 20px;\n flex: 0 0 100px;\n }\n}\n\n.materials__pic {\n display: block;\n width: 100%;\n}\n\n.materials__wrap {\n flex: 0 0 calc(100% - 180px);\n}\n\n@media only screen and (max-width: 599px) {\n .materials__wrap {\n flex: 0 0 calc(100% - 120px);\n }\n}\n\n.materials__title {\n margin-bottom: 10px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 12px;\n letter-spacing: 2px;\n text-transform: uppercase;\n}\n\n.examples {\n display: flex;\n margin: 0 -10px -20px;\n flex-wrap: wrap;\n}\n\n@media only screen and (max-width: 599px) {\n .examples {\n margin: 0 -5px -10px;\n }\n}\n\n.examples__item {\n margin: 0 10px 20px;\n flex: 0 0 calc(25% - 20px);\n}\n\n@media only screen and (max-width: 599px) {\n .examples__item {\n margin: 0 5px 10px;\n flex: 0 0 calc(33.33% - 10px);\n }\n}\n\n.examples__pic {\n display: block;\n width: 100%;\n}\n\n.questions__form, .questions__item {\n display: flex;\n}\n\n.questions__form {\n margin-bottom: 40px;\n padding-bottom: 20px;\n border-bottom: 1px solid #E6E6E6;\n}\n\n.questions__item:not(:last-child) {\n margin-bottom: 25px;\n}\n\n.questions__item_reply {\n padding-left: 80px;\n}\n\n@media only screen and (max-width: 599px) {\n .questions__item_reply {\n padding: 0;\n }\n}\n\n.questions__reply-info {\n display: none;\n margin-bottom: 10px;\n}\n\n.questions__item_reply .questions__details {\n margin-bottom: 10px;\n padding: 20px;\n background: white;\n border-radius: 0 10px 10px 10px;\n}\n\n@media only screen and (max-width: 599px) {\n .questions__item_reply .questions__details {\n padding: 10px;\n }\n}\n\n.questions__ava {\n height: 60px;\n margin-right: 20px;\n flex: 0 0 60px;\n}\n\n@media only screen and (max-width: 599px) {\n .questions__ava {\n height: 40px;\n margin-right: 10px;\n flex: 0 0 40px;\n }\n}\n\n.questions__pic {\n display: block;\n width: 100%;\n}\n\n.questions__wrap {\n flex: 0 0 calc(100% - 80px);\n}\n\n@media only screen and (max-width: 599px) {\n .questions__wrap {\n flex: 0 0 calc(100% - 50px);\n }\n}\n\n.questions__field {\n margin-bottom: 20px;\n}\n\n.questions__textarea {\n display: block;\n width: 100%;\n height: 70px;\n padding: 11px 15px;\n border-radius: 2px;\n font-size: 16px;\n resize: vertical;\n}\n\n@media only screen and (max-width: 599px) {\n .questions__textarea {\n height: 64px;\n }\n}\n\n.questions__btn {\n display: block;\n margin: 0 auto;\n border-radius: 20px;\n}\n\n.questions__details {\n margin-bottom: 5px;\n}\n\n.questions__head, .questions__action {\n font-family: 'ProximaNova-Bold', serif;\n font-size: 12px;\n letter-spacing: 2px;\n text-transform: uppercase;\n}\n\n.questions__head {\n margin-bottom: 15px;\n}\n\n@media only screen and (max-width: 599px) {\n .questions__head {\n margin-bottom: 5px;\n }\n}\n\n.questions__action, .questions__date {\n color: #A7A7A7;\n}\n\n.questions__author {\n margin-right: 15px;\n}\n\n.questions__date {\n display: inline-block;\n}\n\n.questions__foot {\n text-align: right;\n}\n\n.questions__action {\n margin-left: auto;\n}\n\n.share__title {\n margin-bottom: 45px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 20px;\n text-align: center;\n}\n\n@media only screen and (max-width: 599px) {\n .share__title {\n margin-bottom: 30px;\n }\n}\n\n.share__list {\n display: flex;\n justify-content: center;\n}\n\n.share__item {\n font-size: 0;\n}\n\n.share__item:not(:last-child) {\n margin-right: 20px;\n}\n\n.share__item .icon {\n font-size: 40px;\n}\n\n.share_sm .share__title {\n margin-bottom: 15px;\n}\n\n.share_sm .share__item:not(:last-child) {\n margin-right: 10px;\n}\n\n.share_sm .share__item .icon {\n font-size: 30px;\n}\n\n.share_right .share__list {\n justify-content: flex-start;\n}\n\n@media only screen and (max-width: 599px) {\n .share_right .share__list {\n justify-content: center;\n }\n}\n\n.buy {\n padding: 15px 30px 30px;\n}\n\n@media only screen and (max-width: 1023px) {\n .buy {\n padding: 10px 15px 25px;\n }\n}\n\n.buy__row {\n display: flex;\n margin: 0 -10px;\n flex-wrap: wrap;\n}\n\n@media only screen and (max-width: 599px) {\n .buy__row {\n flex-direction: column;\n }\n}\n\n.buy__col {\n margin-bottom: 20px;\n padding: 0 10px;\n flex: 0 0 320px;\n}\n\n@media only screen and (max-width: 1023px) {\n .buy__col {\n flex: 0 0 260px;\n }\n}\n\n@media only screen and (max-width: 599px) {\n .buy__col {\n flex: 0 0 100%;\n }\n}\n\n.buy__col:nth-child(2n-1) {\n flex: 0 0 calc(100% - 320px);\n}\n\n@media only screen and (max-width: 1023px) {\n .buy__col:nth-child(2n-1) {\n flex: 0 0 calc(100% - 260px);\n }\n}\n\n@media only screen and (max-width: 599px) {\n .buy__col:nth-child(2n-1) {\n flex: 0 0 100%;\n }\n}\n\n.buy__head_main {\n padding-top: 25px;\n}\n\n@media only screen and (max-width: 1023px) {\n .buy__head_main {\n padding-top: 21px;\n }\n}\n\n.buy__label {\n font-size: 16px;\n}\n\n@media only screen and (max-width: 1023px) {\n .buy__label {\n font-size: 14px;\n }\n}\n\n.buy__title {\n font-size: 30px;\n}\n\n@media only screen and (max-width: 1023px) {\n .buy__title {\n font-size: 24px;\n }\n}\n\n.buy__content {\n font-size: 12px;\n color: #A7A7A7;\n}\n\n.buy__foot {\n margin-top: 20px;\n text-align: center;\n}\n\n.buy__btn {\n width: 275px;\n}\n\n@media only screen and (max-width: 599px) {\n .buy__btn {\n width: 100%;\n }\n}\n\n.order {\n padding: 2px;\n background-image: linear-gradient(-225deg, #FFE2EB 0%, #D8F5F5 100%);\n border-radius: 8px;\n}\n\n.order__wrap {\n padding: 20px 30px 30px;\n background: white;\n border-radius: 6px;\n}\n\n@media only screen and (max-width: 1023px) {\n .order__wrap {\n padding: 15px 20px 20px;\n }\n}\n\n.order__title {\n margin-bottom: 20px;\n font-size: 20px;\n}\n\n.order__preview {\n margin: 0 -30px 20px;\n}\n\n@media only screen and (max-width: 1023px) {\n .order__preview {\n margin: 0 -20px 20px;\n }\n}\n\n.order__pic {\n display: block;\n width: 100%;\n}\n\n.order__label {\n margin-bottom: 10px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 11px;\n text-transform: uppercase;\n}\n\n.order__foot {\n display: flex;\n margin: 30px -30px -10px;\n padding: 20px 30px 0;\n border-top: 1px solid #E6E6E6;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 16px;\n}\n\n@media only screen and (max-width: 1023px) {\n .order__foot {\n margin: 30px -20px 0;\n padding: 20px 20px 0;\n }\n}\n\n.order__total {\n margin-left: auto;\n}\n\n.lock {\n padding: 50px 60px 40px;\n text-align: center;\n}\n\n@media only screen and (max-width: 599px) {\n .lock {\n padding: 30px 020px;\n }\n}\n\n.lock__label {\n margin-bottom: 70px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 12px;\n color: #A7A7A7;\n letter-spacing: 2px;\n}\n\n@media only screen and (max-width: 599px) {\n .lock__label {\n margin-bottom: 40px;\n font-size: 10px;\n }\n}\n\n.lock__title {\n margin-bottom: 20px;\n}\n\n.lock__content {\n margin-bottom: 70px;\n}\n\n@media only screen and (max-width: 599px) {\n .lock__content {\n margin-bottom: 40px;\n }\n}\n\n.lock__btn {\n width: 220px;\n}\n\n.profile {\n position: relative;\n padding-bottom: 20px;\n text-align: center;\n}\n\n@media only screen and (max-width: 599px) {\n .profile {\n padding: 0;\n }\n}\n\n.profile__btn {\n padding: 10px 15px;\n background: transparent;\n border: 1px solid #A7A7A7;\n color: #A7A7A7;\n}\n\n.profile__btn_edit {\n position: absolute;\n top: 0;\n right: 0;\n}\n\n@media only screen and (max-width: 599px) {\n .profile__btn_edit {\n display: none;\n }\n}\n\n.profile__row {\n display: flex;\n margin-bottom: 25px;\n align-items: center;\n}\n\n@media only screen and (max-width: 599px) {\n .profile__row {\n display: block;\n margin-bottom: 30px;\n }\n}\n\n.profile__ava {\n width: 120px;\n height: 120px;\n margin: 0 auto 20px;\n}\n\n@media only screen and (max-width: 599px) {\n .profile__ava {\n width: 140px;\n height: 140px;\n }\n}\n\n.profile__name {\n margin-bottom: 15px;\n font-size: 20px;\n letter-spacing: 3px;\n text-transform: uppercase;\n}\n\n@media only screen and (max-width: 599px) {\n .profile__name {\n margin-bottom: 10px;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 24px;\n letter-spacing: 0;\n text-transform: none;\n }\n}\n\n.profile__share {\n margin-bottom: 35px;\n}\n\n.profile__content {\n max-width: 760px;\n margin: 0 auto;\n}\n\n.profile__foot {\n display: none;\n margin-top: 30px;\n text-align: center;\n}\n\n@media only screen and (max-width: 599px) {\n .profile__foot {\n display: block;\n }\n}\n\n.tabs__nav {\n display: flex;\n height: 56px;\n margin-bottom: 40px;\n border-bottom: 1px solid #E6E6E6;\n}\n\n@media only screen and (max-width: 599px) {\n .tabs__nav {\n margin: 0 -15px 30px;\n }\n}\n\n.tabs__btn {\n height: 56px;\n border-bottom: 1px solid #E6E6E6;\n font-family: 'ProximaNova-Bold', serif;\n font-size: 12px;\n color: #A7A7A7;\n letter-spacing: 1px;\n transition: border-color .2s, color .2s;\n}\n\n@media only screen and (max-width: 599px) {\n .tabs__btn {\n flex: 0 0 50%;\n }\n}\n\n.tabs__btn:not(:last-child) {\n margin-right: 40px;\n}\n\n@media only screen and (max-width: 599px) {\n .tabs__btn:not(:last-child) {\n margin: 0;\n }\n}\n\n.tabs__btn:hover {\n color: #191919;\n}\n\n.tabs__btn.active {\n border-color: #191919;\n color: #191919;\n}\n\n.tabs__item {\n display: none;\n}\n\n.menu {\n display: flex;\n}\n\n.menu__link {\n font-size: 16px;\n color: #A7A7A7;\n transition: color .2s;\n}\n\n.menu__link:not(:last-child) {\n margin-right: 30px;\n}\n\n.menu__link.active {\n font-family: 'ProximaNova-Bold', serif;\n color: #191919;\n}\n\n.confirm__title {\n margin-bottom: 20px;\n font-size: 24px;\n}\n\n.confirm__form {\n display: flex;\n margin: 25px -10px 30px;\n align-items: center;\n}\n\n@media only screen and (max-width: 599px) {\n .confirm__form {\n display: block;\n }\n}\n\n.confirm__field, .confirm__btn {\n margin: 0 10px;\n flex: 0 0 calc(50% - 20px);\n}\n\n@media only screen and (max-width: 599px) {\n .confirm__field {\n margin-bottom: 20px;\n }\n}\n\n.form {\n position: relative;\n}\n\n.form__ava {\n position: absolute;\n left: -160px;\n width: 140px;\n height: 140px;\n}\n\n@media only screen and (max-width: 1023px) {\n .form__ava {\n position: relative;\n left: 0;\n margin-bottom: 40px;\n }\n}\n\n.form__group {\n position: relative;\n margin-bottom: 40px;\n}\n\n.form__title {\n margin-bottom: 30px;\n font-size: 25px;\n}\n\n@media only screen and (max-width: 599px) {\n .form__title {\n font-family: 'ProximaNova-Bold', serif;\n font-size: 24px;\n line-height: 1.33;\n }\n}\n\n.form__content {\n margin-bottom: 40px;\n}\n\n@media only screen and (max-width: 599px) {\n .form__content {\n margin-bottom: 30px;\n }\n}\n\n.form__fieldset {\n display: flex;\n margin: 0 -10px;\n}\n\n@media only screen and (max-width: 599px) {\n .form__fieldset {\n display: block;\n }\n}\n\n.form__fieldset .form__field {\n padding: 0 10px;\n flex: 0 0 50%;\n}\n\n.form__field {\n margin-bottom: 25px;\n}\n\n@media only screen and (max-width: 599px) {\n .form__field {\n margin-bottom: 20px;\n }\n}\n\n.form__switch {\n margin-bottom: 10px;\n}\n\n.form__btn {\n width: 100%;\n}\n\n.transactions__row {\n display: flex;\n margin: 0 -10px 20px;\n flex-wrap: wrap;\n}\n\n.transactions__cell {\n padding: 0 10px;\n font-size: 13px;\n}\n\n.transactions__cell:first-child {\n font-family: 'ProximaNova-Bold', serif;\n font-size: 12px;\n text-transform: uppercase;\n letter-spacing: 2px;\n flex: 0 0 60%;\n}\n\n@media only screen and (max-width: 599px) {\n .transactions__cell:first-child {\n flex: 0 0 75%;\n }\n}\n\n.transactions__cell:nth-child(2), .transactions__cell:last-child {\n flex: 0 0 20%;\n text-align: right;\n}\n\n@media only screen and (max-width: 599px) {\n .transactions__cell:nth-child(2) {\n flex: 0 0 25%;\n }\n}\n\n.transactions__cell:last-child {\n color: #5BD700;\n}\n\n@media only screen and (max-width: 599px) {\n .transactions__cell:last-child {\n flex: 0 0 100%;\n }\n}\n\n.empty {\n max-width: 300px;\n margin: 0 auto;\n text-align: center;\n}\n\n.done {\n padding: 60px 0;\n text-align: center;\n}\n\n@media only screen and (max-width: 599px) {\n .done {\n padding: 0;\n }\n}\n\n.done__foot {\n margin-top: 60px;\n}\n\n@media only screen and (max-width: 599px) {\n .done__foot {\n margin-top: 40px;\n }\n}\n\n.done__btn {\n width: 100%;\n max-width: 300px;\n}\n\n.author__row {\n display: flex;\n}\n\n.author__ava {\n height: 90px;\n margin-right: 20px;\n flex: 0 0 90px;\n}\n\n@media only screen and (max-width: 599px) {\n .author__ava {\n height: 60px;\n margin-right: 15px;\n flex: 0 0 60px;\n }\n}\n\n.author__wrap {\n flex: 0 0 calc(100% - 110px);\n}\n\n@media only screen and (max-width: 599px) {\n .author__wrap {\n flex: 0 0 calc(100% - 75px);\n }\n}\n\n.author__hi, .author__name {\n display: table;\n font-family: 'ProximaNova-Bold', serif;\n text-transform: uppercase;\n}\n\n.author__hi {\n margin-bottom: 30px;\n font-size: 12px;\n letter-spacing: 2px;\n}\n\n@media only screen and (max-width: 599px) {\n .author__hi {\n margin-bottom: 10px;\n }\n}\n\n.author__name {\n font-size: 10px;\n letter-spacing: 1.66px;\n}\n\n.author__content {\n margin-bottom: 30px;\n}\n\n@media only screen and (max-width: 599px) {\n .author__content {\n margin-bottom: 10px;\n }\n}\n\n.upload {\n position: relative;\n font-size: 18px;\n color: #4A90E2;\n overflow: hidden;\n}\n\n.upload__file {\n position: absolute;\n top: 0;\n right: 0;\n opacity: 0;\n cursor: pointer;\n}\n\n.info {\n display: flex;\n background: #F8F8F8;\n}\n\n@media only screen and (max-width: 599px) {\n .info {\n display: block;\n margin-top: 60px;\n }\n}\n\n.info__section {\n display: flex;\n position: relative;\n background-position: 50% 50%;\n background-size: cover;\n flex: 0 0 calc(50% + 169px);\n justify-content: flex-end;\n z-index: 4;\n}\n\n.info__section:before {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.64) 100%);\n z-index: -2;\n}\n\n.info__sidebar {\n flex: 0 0 calc(50% - 169px);\n}\n\n.info__main {\n display: flex;\n max-width: 675px;\n height: 550px;\n padding: 30px 40px 50px;\n flex-direction: column;\n flex-grow: 1;\n}\n\n@media only screen and (max-width: 1023px) {\n .info__main {\n width: 100%;\n max-width: 100%;\n padding: 30px 15px 50px;\n }\n}\n\n.info__head {\n display: flex;\n align-items: flex-start;\n}\n\n.info__user {\n display: flex;\n margin-bottom: 45px;\n align-items: center;\n}\n\n.info__ava {\n width: 40px;\n height: 40px;\n margin-right: 20px;\n flex: 0 0 40px;\n}\n\n.info__label {\n font-family: 'ProximaNova-Bold', serif;\n font-size: 10px;\n color: #A7A7A7;\n letter-spacing: 1px;\n}\n\n.info__value {\n font-size: 18px;\n color: white;\n}\n\n.info__upload {\n margin-left: auto;\n font-size: 16px;\n color: rgba(255, 255, 255, 0.7);\n}\n\n.info__foot {\n display: flex;\n margin-top: auto;\n}\n\n@media only screen and (max-width: 599px) {\n .info__foot {\n display: block;\n }\n}\n\n.info__foot .info__field {\n margin-right: 20px;\n flex: 0 0 140px;\n}\n\n.info__wrap {\n max-width: 349px;\n height: 550px;\n padding: 30px 40px 30px 30px;\n}\n\n@media only screen and (max-width: 1023px) {\n .info__wrap {\n max-width: 100%;\n height: auto;\n padding: 30px 15px 30px;\n }\n}\n\n.info__wrap {\n display: flex;\n flex-direction: column;\n}\n\n.info__wrap .info__field {\n margin-bottom: 30px;\n}\n\n.info__wrap .info__field:last-child {\n margin: 0;\n}\n\n.info__fieldset:first-child {\n margin-bottom: 50px;\n}\n\n.add {\n display: flex;\n align-items: flex-start;\n}\n\n.add__toggle {\n font-size: 0;\n}\n\n.add__circle, .add__title {\n display: inline-block;\n vertical-align: middle;\n}\n\n.add__circle {\n position: relative;\n margin-right: 10px;\n padding: 19px;\n border: 1px solid #E6E6E6;\n border-radius: 50%;\n}\n\n.add__circle .icon {\n font-size: 20px;\n fill: #B5B5B5;\n}\n\n.add__title {\n margin-left: 10px;\n font-size: 20px;\n color: #B5B5B5;\n}\n\n.add__list {\n display: none;\n}\n\n.add__btn {\n width: 60px;\n height: 60px;\n border: 1px solid #888;\n border-radius: 50%;\n font-size: 0;\n}\n\n.add__btn:not(:last-child) {\n margin: 0 10px 10px 0;\n}\n\n.add__btn .icon {\n font-size: 22px;\n fill: #191919;\n}\n\n.add__btn .icon-live {\n font-size: 10px;\n}\n\n.add__btn .icon-image-text {\n font-size: 15px;\n}\n\n.add__btn .icon-text {\n font-size: 17px;\n}\n\n.add__btn .icon-images {\n font-size: 32px;\n}\n\n.add.open .add__circle .icon {\n transform: rotate(45deg);\n}\n\n.add.open .add__title {\n display: none;\n}\n\n.add.open .add__list {\n display: flex;\n flex-wrap: wrap;\n}\n\n.kit {\n max-width: 620px;\n}\n\n.kit__section {\n margin-bottom: 60px;\n}\n\n.kit__nav {\n display: flex;\n margin: 0 -10px 60px;\n}\n\n.kit__btn {\n margin: 0 10px;\n flex: 0 0 calc(50% - 20px);\n}\n\n.kit__add {\n margin-bottom: 40px;\n}\n\n.kit__service {\n display: flex;\n align-items: center;\n}\n\n.kit__service .kit__field {\n margin: 0;\n flex: 1 0 auto;\n}\n\n.kit__upload {\n margin-left: 20px;\n}\n\n.kit__row {\n display: flex;\n}\n\n.kit__row .kit__photo {\n height: 110px;\n margin-right: 20px;\n flex: 0 0 140px;\n}\n\n@media only screen and (max-width: 599px) {\n .kit__row .kit__photo {\n flex: 0 0 110px;\n }\n}\n\n.kit__photo {\n display: flex;\n position: relative;\n border: 1px solid #E6E6E6;\n justify-content: center;\n align-items: center;\n overflow: hidden;\n}\n\n.kit__photo .icon {\n font-size: 20px;\n fill: #B5B5B5;\n}\n\n.kit__file {\n position: absolute;\n top: 0;\n right: 0;\n font-size: 100px;\n opacity: 0;\n cursor: pointer;\n}\n\n.kit__fieldset {\n flex: 0 0 calc(100% - 160px);\n}\n\n@media only screen and (max-width: 599px) {\n .kit__fieldset {\n flex: 0 0 calc(100% - 130px);\n }\n}\n\n.kit__gallery {\n display: flex;\n margin: 0 -10px;\n flex-wrap: wrap;\n}\n\n.kit__gallery .kit__photo, .kit__preview {\n margin: 0 10px 20px;\n flex: 0 0 calc(25% - 20px);\n}\n\n.kit__gallery .kit__photo--loading, .kit__preview--loading {\n opacity: 0.5;\n}\n\n.kit__pic {\n display: block;\n width: 100%;\n object-fit: contain;\n}\n\n.kit__theme {\n margin-bottom: 30px;\n padding-bottom: 5px;\n font-size: 20px;\n border-bottom: 1px solid #E6E6E6;\n}\n\n.kit__foot {\n text-align: center;\n}\n\n.kit__submit {\n width: 220px;\n}\n\n.editor {\n position: relative;\n}\n\n.fontstyle {\n position: absolute;\n top: -40px;\n left: 40px;\n padding: 0 15px;\n background: #191919;\n border-radius: 35px;\n font-size: 0;\n white-space: nowrap;\n}\n\n.fontstyle__regular, .fontstyle__bold, .fontstyle__italic {\n width: 28px;\n height: 35px;\n font-size: 16px;\n color: white;\n}\n\n.fontstyle__bold {\n font-family: 'ProximaNova-Bold', serif;\n}\n\n.fontstyle__italic {\n font-style: italic;\n}\n\n.ui-datepicker {\n display: none;\n width: 240px;\n margin-top: 10px;\n padding: 5px;\n background: white;\n box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);\n z-index: 99 !important;\n}\n\n.ui-datepicker-header {\n display: flex;\n margin-bottom: 5px;\n align-items: center;\n}\n\n.ui-datepicker-prev, .ui-datepicker-next {\n padding: 10px;\n font-size: 0;\n cursor: pointer;\n}\n\n.ui-datepicker-prev:before, .ui-datepicker-next:before {\n content: '';\n display: block;\n width: 10px;\n height: 10px;\n border: solid #E6E6E6;\n border-width: 2px 2px 0 0;\n}\n\n.ui-datepicker-prev {\n order: 1;\n}\n\n.ui-datepicker-prev:before {\n transform: rotate(-135deg);\n}\n\n.ui-datepicker-title {\n text-align: center;\n order: 2;\n flex: 1 0 auto;\n}\n\n.ui-datepicker-next {\n order: 3;\n}\n\n.ui-datepicker-next:before {\n transform: rotate(45deg);\n}\n\n.ui-datepicker-calendar th,\n.ui-datepicker-calendar td {\n font-family: 'ProximaNova-Bold', serif;\n font-size: 10px;\n text-transform: uppercase;\n text-align: center;\n vertical-align: middle;\n}\n\n.ui-datepicker-calendar th {\n padding: 5px;\n}\n\n.ui-datepicker-calendar a {\n display: block;\n padding: 7px;\n color: #8C8C8C;\n transition: color .2s;\n}\n\n.ui-datepicker-calendar a:hover {\n color: #191919;\n}\n\n.ui-datepicker-calendar a.ui-state-active {\n background: #F8F8F8;\n color: #FF9393;\n}\n\n.form__common-error {\n margin-top: 15px;\n font-size: 14px;\n background: #FF9393;\n color: #fff;\n padding: 10px;\n display: none;\n}\n\n.message {\n margin: 15px;\n font-size: 14px;\n text-align: center;\n color: #fff;\n padding: 10px;\n z-index: 999;\n}\n\n.message_error {\n background: #FF9393;\n}\n\n.message_info {\n background: #8ECFC0;\n}\n\n@media only screen and (max-width: 599px) {\n .mobile-hide {\n display: none;\n }\n}\n\n.searching {\n display: flex;\n margin-bottom: 40px;\n}\n\n.searching__input {\n height: 40px;\n padding: 0 10px;\n border: 1px solid #E6E6E6;\n border-radius: 3px 0 0 3px;\n font-size: 18px;\n transition: border-color .2s;\n flex: 0 0 calc(100% - 100px);\n}\n\n.searching__input:focus {\n border-color: #191919;\n}\n\n.searching__btn {\n border-radius: 0 3px 3px 0;\n flex: 0 0 100px;\n}\n\na.link--black {\n color: #000;\n}\n"]} \ No newline at end of file diff --git a/web/build/css/fonts/ProximaNova-Bold.woff b/web/build/css/fonts/ProximaNova-Bold.woff deleted file mode 100755 index bbfe9713051931a14aae31114f5f0e0170c54beb..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 24200 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 jx(5FLuB)1h^4asC&Z$*FlhrjZ1jcbC7G@uk diff --git a/web/build/css/fonts/ProximaNova-Regular.woff b/web/build/css/fonts/ProximaNova-Regular.woff deleted file mode 100755 index dba48eb6f26300785bafe6fb442004f2ce28a7a1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 33532 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 diff --git a/web/build/css/fonts/ProximaNova-Regular.woff2 b/web/build/css/fonts/ProximaNova-Regular.woff2 deleted file mode 100755 index 420ed553412fe9ead6b77665503ecabdd8beebb0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 25440 zcmV(*K;FN1Pew8T0RR910ApYP6951J0Twg>0Alh00szGT00000000000000000000 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 0; - - for (var i = 0; i < len; i++) { - if (i in t && fun.call(this, t[i], i, t)) { - return true; - } - } - - return false; - }; -} - -function isValid(m) { - if (m._isValid == null) { - var flags = getParsingFlags(m); - var parsedParts = some.call(flags.parsedDateParts, function (i) { - return i != null; - }); - var isNowValid = !isNaN(m._d.getTime()) && - flags.overflow < 0 && - !flags.empty && - !flags.invalidMonth && - !flags.invalidWeekday && - !flags.weekdayMismatch && - !flags.nullInput && - !flags.invalidFormat && - !flags.userInvalidated && - (!flags.meridiem || (flags.meridiem && parsedParts)); - - if (m._strict) { - isNowValid = isNowValid && - flags.charsLeftOver === 0 && - flags.unusedTokens.length === 0 && - flags.bigHour === undefined; - } - - if (Object.isFrozen == null || !Object.isFrozen(m)) { - m._isValid = isNowValid; - } - else { - return isNowValid; - } - } - return m._isValid; -} - -function createInvalid (flags) { - var m = createUTC(NaN); - if (flags != null) { - extend(getParsingFlags(m), flags); - } - else { - getParsingFlags(m).userInvalidated = true; - } - - return m; -} - -// Plugins that add properties should also add the key here (null value), -// so we can properly clone ourselves. -var momentProperties = hooks.momentProperties = []; - -function copyConfig(to, from) { - var i, prop, val; - - if (!isUndefined(from._isAMomentObject)) { - to._isAMomentObject = from._isAMomentObject; - } - if (!isUndefined(from._i)) { - to._i = from._i; - } - if (!isUndefined(from._f)) { - to._f = from._f; - } - if (!isUndefined(from._l)) { - to._l = from._l; - } - if (!isUndefined(from._strict)) { - to._strict = from._strict; - } - if (!isUndefined(from._tzm)) { - to._tzm = from._tzm; - } - if (!isUndefined(from._isUTC)) { - to._isUTC = from._isUTC; - } - if (!isUndefined(from._offset)) { - to._offset = from._offset; - } - if (!isUndefined(from._pf)) { - to._pf = getParsingFlags(from); - } - if (!isUndefined(from._locale)) { - to._locale = from._locale; - } - - if (momentProperties.length > 0) { - for (i = 0; i < momentProperties.length; i++) { - prop = momentProperties[i]; - val = from[prop]; - if (!isUndefined(val)) { - to[prop] = val; - } - } - } - - return to; -} - -var updateInProgress = false; - -// Moment prototype object -function Moment(config) { - copyConfig(this, config); - this._d = new Date(config._d != null ? config._d.getTime() : NaN); - if (!this.isValid()) { - this._d = new Date(NaN); - } - // Prevent infinite loop in case updateOffset creates new moment - // objects. - if (updateInProgress === false) { - updateInProgress = true; - hooks.updateOffset(this); - updateInProgress = false; - } -} - -function isMoment (obj) { - return obj instanceof Moment || (obj != null && obj._isAMomentObject != null); -} - -function absFloor (number) { - if (number < 0) { - // -0 -> 0 - return Math.ceil(number) || 0; - } else { - return Math.floor(number); - } -} - -function toInt(argumentForCoercion) { - var coercedNumber = +argumentForCoercion, - value = 0; - - if (coercedNumber !== 0 && isFinite(coercedNumber)) { - value = absFloor(coercedNumber); - } - - return value; -} - -// compare two arrays, return the number of differences -function compareArrays(array1, array2, dontConvert) { - var len = Math.min(array1.length, array2.length), - lengthDiff = Math.abs(array1.length - array2.length), - diffs = 0, - i; - for (i = 0; i < len; i++) { - if ((dontConvert && array1[i] !== array2[i]) || - (!dontConvert && toInt(array1[i]) !== toInt(array2[i]))) { - diffs++; - } - } - return diffs + lengthDiff; -} - -function warn(msg) { - if (hooks.suppressDeprecationWarnings === false && - (typeof console !== 'undefined') && console.warn) { - console.warn('Deprecation warning: ' + msg); - } -} - -function deprecate(msg, fn) { - var firstTime = true; - - return extend(function () { - if (hooks.deprecationHandler != null) { - hooks.deprecationHandler(null, msg); - } - if (firstTime) { - var args = []; - var arg; - for (var i = 0; i < arguments.length; i++) { - arg = ''; - if (typeof arguments[i] === 'object') { - arg += '\n[' + i + '] '; - for (var key in arguments[0]) { - arg += key + ': ' + arguments[0][key] + ', '; - } - arg = arg.slice(0, -2); // Remove trailing comma and space - } else { - arg = arguments[i]; - } - args.push(arg); - } - warn(msg + '\nArguments: ' + Array.prototype.slice.call(args).join('') + '\n' + (new Error()).stack); - firstTime = false; - } - return fn.apply(this, arguments); - }, fn); -} - -var deprecations = {}; - -function deprecateSimple(name, msg) { - if (hooks.deprecationHandler != null) { - hooks.deprecationHandler(name, msg); - } - if (!deprecations[name]) { - warn(msg); - deprecations[name] = true; - } -} - -hooks.suppressDeprecationWarnings = false; -hooks.deprecationHandler = null; - -function isFunction(input) { - return input instanceof Function || Object.prototype.toString.call(input) === '[object Function]'; -} - -function set (config) { - var prop, i; - for (i in config) { - prop = config[i]; - if (isFunction(prop)) { - this[i] = prop; - } else { - this['_' + i] = prop; - } - } - this._config = config; - // Lenient ordinal parsing accepts just a number in addition to - // number + (possibly) stuff coming from _dayOfMonthOrdinalParse. - // TODO: Remove "ordinalParse" fallback in next major release. - this._dayOfMonthOrdinalParseLenient = new RegExp( - (this._dayOfMonthOrdinalParse.source || this._ordinalParse.source) + - '|' + (/\d{1,2}/).source); -} - -function mergeConfigs(parentConfig, childConfig) { - var res = extend({}, parentConfig), prop; - for (prop in childConfig) { - if (hasOwnProp(childConfig, prop)) { - if (isObject(parentConfig[prop]) && isObject(childConfig[prop])) { - res[prop] = {}; - extend(res[prop], parentConfig[prop]); - extend(res[prop], childConfig[prop]); - } else if (childConfig[prop] != null) { - res[prop] = childConfig[prop]; - } else { - delete res[prop]; - } - } - } - for (prop in parentConfig) { - if (hasOwnProp(parentConfig, prop) && - !hasOwnProp(childConfig, prop) && - isObject(parentConfig[prop])) { - // make sure changes to properties don't modify parent config - res[prop] = extend({}, res[prop]); - } - } - return res; -} - -function Locale(config) { - if (config != null) { - this.set(config); - } -} - -var keys; - -if (Object.keys) { - keys = Object.keys; -} else { - keys = function (obj) { - var i, res = []; - for (i in obj) { - if (hasOwnProp(obj, i)) { - res.push(i); - } - } - return res; - }; -} - -var defaultCalendar = { - sameDay : '[Today at] LT', - nextDay : '[Tomorrow at] LT', - nextWeek : 'dddd [at] LT', - lastDay : '[Yesterday at] LT', - lastWeek : '[Last] dddd [at] LT', - sameElse : 'L' -}; - -function calendar (key, mom, now) { - var output = this._calendar[key] || this._calendar['sameElse']; - return isFunction(output) ? output.call(mom, now) : output; -} - -var defaultLongDateFormat = { - 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' -}; - -function longDateFormat (key) { - var format = this._longDateFormat[key], - formatUpper = this._longDateFormat[key.toUpperCase()]; - - if (format || !formatUpper) { - return format; - } - - this._longDateFormat[key] = formatUpper.replace(/MMMM|MM|DD|dddd/g, function (val) { - return val.slice(1); - }); - - return this._longDateFormat[key]; -} - -var defaultInvalidDate = 'Invalid date'; - -function invalidDate () { - return this._invalidDate; -} - -var defaultOrdinal = '%d'; -var defaultDayOfMonthOrdinalParse = /\d{1,2}/; - -function ordinal (number) { - return this._ordinal.replace('%d', number); -} - -var defaultRelativeTime = { - 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' -}; - -function relativeTime (number, withoutSuffix, string, isFuture) { - var output = this._relativeTime[string]; - return (isFunction(output)) ? - output(number, withoutSuffix, string, isFuture) : - output.replace(/%d/i, number); -} - -function pastFuture (diff, output) { - var format = this._relativeTime[diff > 0 ? 'future' : 'past']; - return isFunction(format) ? format(output) : format.replace(/%s/i, output); -} - -var aliases = {}; - -function addUnitAlias (unit, shorthand) { - var lowerCase = unit.toLowerCase(); - aliases[lowerCase] = aliases[lowerCase + 's'] = aliases[shorthand] = unit; -} - -function normalizeUnits(units) { - return typeof units === 'string' ? aliases[units] || aliases[units.toLowerCase()] : undefined; -} - -function normalizeObjectUnits(inputObject) { - var normalizedInput = {}, - normalizedProp, - prop; - - for (prop in inputObject) { - if (hasOwnProp(inputObject, prop)) { - normalizedProp = normalizeUnits(prop); - if (normalizedProp) { - normalizedInput[normalizedProp] = inputObject[prop]; - } - } - } - - return normalizedInput; -} - -var priorities = {}; - -function addUnitPriority(unit, priority) { - priorities[unit] = priority; -} - -function getPrioritizedUnits(unitsObj) { - var units = []; - for (var u in unitsObj) { - units.push({unit: u, priority: priorities[u]}); - } - units.sort(function (a, b) { - return a.priority - b.priority; - }); - return units; -} - -function zeroFill(number, targetLength, forceSign) { - var absNumber = '' + Math.abs(number), - zerosToFill = targetLength - absNumber.length, - sign = number >= 0; - return (sign ? (forceSign ? '+' : '') : '-') + - Math.pow(10, Math.max(0, zerosToFill)).toString().substr(1) + absNumber; -} - -var formattingTokens = /(\[[^\[]*\])|(\\)?([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; - -var localFormattingTokens = /(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g; - -var formatFunctions = {}; - -var formatTokenFunctions = {}; - -// token: 'M' -// padded: ['MM', 2] -// ordinal: 'Mo' -// callback: function () { this.month() + 1 } -function addFormatToken (token, padded, ordinal, callback) { - var func = callback; - if (typeof callback === 'string') { - func = function () { - return this[callback](); - }; - } - if (token) { - formatTokenFunctions[token] = func; - } - if (padded) { - formatTokenFunctions[padded[0]] = function () { - return zeroFill(func.apply(this, arguments), padded[1], padded[2]); - }; - } - if (ordinal) { - formatTokenFunctions[ordinal] = function () { - return this.localeData().ordinal(func.apply(this, arguments), token); - }; - } -} - -function removeFormattingTokens(input) { - if (input.match(/\[[\s\S]/)) { - return input.replace(/^\[|\]$/g, ''); - } - return input.replace(/\\/g, ''); -} - -function makeFormatFunction(format) { - var array = format.match(formattingTokens), i, length; - - for (i = 0, length = array.length; i < length; i++) { - if (formatTokenFunctions[array[i]]) { - array[i] = formatTokenFunctions[array[i]]; - } else { - array[i] = removeFormattingTokens(array[i]); - } - } - - return function (mom) { - var output = '', i; - for (i = 0; i < length; i++) { - output += isFunction(array[i]) ? array[i].call(mom, format) : array[i]; - } - return output; - }; -} - -// format date using native date object -function formatMoment(m, format) { - if (!m.isValid()) { - return m.localeData().invalidDate(); - } - - format = expandFormat(format, m.localeData()); - formatFunctions[format] = formatFunctions[format] || makeFormatFunction(format); - - return formatFunctions[format](m); -} - -function expandFormat(format, locale) { - var i = 5; - - function replaceLongDateFormatTokens(input) { - return locale.longDateFormat(input) || input; - } - - localFormattingTokens.lastIndex = 0; - while (i >= 0 && localFormattingTokens.test(format)) { - format = format.replace(localFormattingTokens, replaceLongDateFormatTokens); - localFormattingTokens.lastIndex = 0; - i -= 1; - } - - return format; -} - -var match1 = /\d/; // 0 - 9 -var match2 = /\d\d/; // 00 - 99 -var match3 = /\d{3}/; // 000 - 999 -var match4 = /\d{4}/; // 0000 - 9999 -var match6 = /[+-]?\d{6}/; // -999999 - 999999 -var match1to2 = /\d\d?/; // 0 - 99 -var match3to4 = /\d\d\d\d?/; // 999 - 9999 -var match5to6 = /\d\d\d\d\d\d?/; // 99999 - 999999 -var match1to3 = /\d{1,3}/; // 0 - 999 -var match1to4 = /\d{1,4}/; // 0 - 9999 -var match1to6 = /[+-]?\d{1,6}/; // -999999 - 999999 - -var matchUnsigned = /\d+/; // 0 - inf -var matchSigned = /[+-]?\d+/; // -inf - inf - -var matchOffset = /Z|[+-]\d\d:?\d\d/gi; // +00:00 -00:00 +0000 -0000 or Z -var matchShortOffset = /Z|[+-]\d\d(?::?\d\d)?/gi; // +00 -00 +00:00 -00:00 +0000 -0000 or Z - -var matchTimestamp = /[+-]?\d+(\.\d{1,3})?/; // 123456789 123456789.123 - -// any word (or two) characters or numbers including two/three word month in arabic. -// includes scottish gaelic two word and hyphenated months -var matchWord = /[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i; - - -var regexes = {}; - -function addRegexToken (token, regex, strictRegex) { - regexes[token] = isFunction(regex) ? regex : function (isStrict, localeData) { - return (isStrict && strictRegex) ? strictRegex : regex; - }; -} - -function getParseRegexForToken (token, config) { - if (!hasOwnProp(regexes, token)) { - return new RegExp(unescapeFormat(token)); - } - - return regexes[token](config._strict, config._locale); -} - -// Code from http://stackoverflow.com/questions/3561493/is-there-a-regexp-escape-function-in-javascript -function unescapeFormat(s) { - return regexEscape(s.replace('\\', '').replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g, function (matched, p1, p2, p3, p4) { - return p1 || p2 || p3 || p4; - })); -} - -function regexEscape(s) { - return s.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&'); -} - -var tokens = {}; - -function addParseToken (token, callback) { - var i, func = callback; - if (typeof token === 'string') { - token = [token]; - } - if (isNumber(callback)) { - func = function (input, array) { - array[callback] = toInt(input); - }; - } - for (i = 0; i < token.length; i++) { - tokens[token[i]] = func; - } -} - -function addWeekParseToken (token, callback) { - addParseToken(token, function (input, array, config, token) { - config._w = config._w || {}; - callback(input, config._w, config, token); - }); -} - -function addTimeToArrayFromToken(token, input, config) { - if (input != null && hasOwnProp(tokens, token)) { - tokens[token](input, config._a, config, token); - } -} - -var YEAR = 0; -var MONTH = 1; -var DATE = 2; -var HOUR = 3; -var MINUTE = 4; -var SECOND = 5; -var MILLISECOND = 6; -var WEEK = 7; -var WEEKDAY = 8; - -// FORMATTING - -addFormatToken('Y', 0, 0, function () { - var y = this.year(); - return y <= 9999 ? '' + y : '+' + y; -}); - -addFormatToken(0, ['YY', 2], 0, function () { - return this.year() % 100; -}); - -addFormatToken(0, ['YYYY', 4], 0, 'year'); -addFormatToken(0, ['YYYYY', 5], 0, 'year'); -addFormatToken(0, ['YYYYYY', 6, true], 0, 'year'); - -// ALIASES - -addUnitAlias('year', 'y'); - -// PRIORITIES - -addUnitPriority('year', 1); - -// PARSING - -addRegexToken('Y', matchSigned); -addRegexToken('YY', match1to2, match2); -addRegexToken('YYYY', match1to4, match4); -addRegexToken('YYYYY', match1to6, match6); -addRegexToken('YYYYYY', match1to6, match6); - -addParseToken(['YYYYY', 'YYYYYY'], YEAR); -addParseToken('YYYY', function (input, array) { - array[YEAR] = input.length === 2 ? hooks.parseTwoDigitYear(input) : toInt(input); -}); -addParseToken('YY', function (input, array) { - array[YEAR] = hooks.parseTwoDigitYear(input); -}); -addParseToken('Y', function (input, array) { - array[YEAR] = parseInt(input, 10); -}); - -// HELPERS - -function daysInYear(year) { - return isLeapYear(year) ? 366 : 365; -} - -function isLeapYear(year) { - return (year % 4 === 0 && year % 100 !== 0) || year % 400 === 0; -} - -// HOOKS - -hooks.parseTwoDigitYear = function (input) { - return toInt(input) + (toInt(input) > 68 ? 1900 : 2000); -}; - -// MOMENTS - -var getSetYear = makeGetSet('FullYear', true); - -function getIsLeapYear () { - return isLeapYear(this.year()); -} - -function makeGetSet (unit, keepTime) { - return function (value) { - if (value != null) { - set$1(this, unit, value); - hooks.updateOffset(this, keepTime); - return this; - } else { - return get(this, unit); - } - }; -} - -function get (mom, unit) { - return mom.isValid() ? - mom._d['get' + (mom._isUTC ? 'UTC' : '') + unit]() : NaN; -} - -function set$1 (mom, unit, value) { - if (mom.isValid() && !isNaN(value)) { - if (unit === 'FullYear' && isLeapYear(mom.year()) && mom.month() === 1 && mom.date() === 29) { - mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](value, mom.month(), daysInMonth(value, mom.month())); - } - else { - mom._d['set' + (mom._isUTC ? 'UTC' : '') + unit](value); - } - } -} - -// MOMENTS - -function stringGet (units) { - units = normalizeUnits(units); - if (isFunction(this[units])) { - return this[units](); - } - return this; -} - - -function stringSet (units, value) { - if (typeof units === 'object') { - units = normalizeObjectUnits(units); - var prioritized = getPrioritizedUnits(units); - for (var i = 0; i < prioritized.length; i++) { - this[prioritized[i].unit](units[prioritized[i].unit]); - } - } else { - units = normalizeUnits(units); - if (isFunction(this[units])) { - return this[units](value); - } - } - return this; -} - -function mod(n, x) { - return ((n % x) + x) % x; -} - -var indexOf; - -if (Array.prototype.indexOf) { - indexOf = Array.prototype.indexOf; -} else { - indexOf = function (o) { - // I know - var i; - for (i = 0; i < this.length; ++i) { - if (this[i] === o) { - return i; - } - } - return -1; - }; -} - -function daysInMonth(year, month) { - if (isNaN(year) || isNaN(month)) { - return NaN; - } - var modMonth = mod(month, 12); - year += (month - modMonth) / 12; - return modMonth === 1 ? (isLeapYear(year) ? 29 : 28) : (31 - modMonth % 7 % 2); -} - -// FORMATTING - -addFormatToken('M', ['MM', 2], 'Mo', function () { - return this.month() + 1; -}); - -addFormatToken('MMM', 0, 0, function (format) { - return this.localeData().monthsShort(this, format); -}); - -addFormatToken('MMMM', 0, 0, function (format) { - return this.localeData().months(this, format); -}); - -// ALIASES - -addUnitAlias('month', 'M'); - -// PRIORITY - -addUnitPriority('month', 8); - -// PARSING - -addRegexToken('M', match1to2); -addRegexToken('MM', match1to2, match2); -addRegexToken('MMM', function (isStrict, locale) { - return locale.monthsShortRegex(isStrict); -}); -addRegexToken('MMMM', function (isStrict, locale) { - return locale.monthsRegex(isStrict); -}); - -addParseToken(['M', 'MM'], function (input, array) { - array[MONTH] = toInt(input) - 1; -}); - -addParseToken(['MMM', 'MMMM'], function (input, array, config, token) { - var month = config._locale.monthsParse(input, token, config._strict); - // if we didn't find a month name, mark the date as invalid. - if (month != null) { - array[MONTH] = month; - } else { - getParsingFlags(config).invalidMonth = input; - } -}); - -// LOCALES - -var MONTHS_IN_FORMAT = /D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/; -var defaultLocaleMonths = 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_'); -function localeMonths (m, format) { - if (!m) { - return isArray(this._months) ? this._months : - this._months['standalone']; - } - return isArray(this._months) ? this._months[m.month()] : - this._months[(this._months.isFormat || MONTHS_IN_FORMAT).test(format) ? 'format' : 'standalone'][m.month()]; -} - -var defaultLocaleMonthsShort = 'Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec'.split('_'); -function localeMonthsShort (m, format) { - if (!m) { - return isArray(this._monthsShort) ? this._monthsShort : - this._monthsShort['standalone']; - } - return isArray(this._monthsShort) ? this._monthsShort[m.month()] : - this._monthsShort[MONTHS_IN_FORMAT.test(format) ? 'format' : 'standalone'][m.month()]; -} - -function handleStrictParse(monthName, format, strict) { - var i, ii, mom, llc = monthName.toLocaleLowerCase(); - if (!this._monthsParse) { - // this is not used - this._monthsParse = []; - this._longMonthsParse = []; - this._shortMonthsParse = []; - for (i = 0; i < 12; ++i) { - mom = createUTC([2000, i]); - this._shortMonthsParse[i] = this.monthsShort(mom, '').toLocaleLowerCase(); - this._longMonthsParse[i] = this.months(mom, '').toLocaleLowerCase(); - } - } - - if (strict) { - if (format === 'MMM') { - ii = indexOf.call(this._shortMonthsParse, llc); - return ii !== -1 ? ii : null; - } else { - ii = indexOf.call(this._longMonthsParse, llc); - return ii !== -1 ? ii : null; - } - } else { - if (format === 'MMM') { - ii = indexOf.call(this._shortMonthsParse, llc); - if (ii !== -1) { - return ii; - } - ii = indexOf.call(this._longMonthsParse, llc); - return ii !== -1 ? ii : null; - } else { - ii = indexOf.call(this._longMonthsParse, llc); - if (ii !== -1) { - return ii; - } - ii = indexOf.call(this._shortMonthsParse, llc); - return ii !== -1 ? ii : null; - } - } -} - -function localeMonthsParse (monthName, format, strict) { - var i, mom, regex; - - if (this._monthsParseExact) { - return handleStrictParse.call(this, monthName, format, strict); - } - - if (!this._monthsParse) { - this._monthsParse = []; - this._longMonthsParse = []; - this._shortMonthsParse = []; - } - - // TODO: add sorting - // Sorting makes sure if one month (or abbr) is a prefix of another - // see sorting in computeMonthsParse - for (i = 0; i < 12; i++) { - // make the regex if we don't have it already - mom = createUTC([2000, i]); - if (strict && !this._longMonthsParse[i]) { - this._longMonthsParse[i] = new RegExp('^' + this.months(mom, '').replace('.', '') + '$', 'i'); - this._shortMonthsParse[i] = new RegExp('^' + this.monthsShort(mom, '').replace('.', '') + '$', 'i'); - } - if (!strict && !this._monthsParse[i]) { - regex = '^' + this.months(mom, '') + '|^' + this.monthsShort(mom, ''); - this._monthsParse[i] = new RegExp(regex.replace('.', ''), 'i'); - } - // test the regex - if (strict && format === 'MMMM' && this._longMonthsParse[i].test(monthName)) { - return i; - } else if (strict && format === 'MMM' && this._shortMonthsParse[i].test(monthName)) { - return i; - } else if (!strict && this._monthsParse[i].test(monthName)) { - return i; - } - } -} - -// MOMENTS - -function setMonth (mom, value) { - var dayOfMonth; - - if (!mom.isValid()) { - // No op - return mom; - } - - if (typeof value === 'string') { - if (/^\d+$/.test(value)) { - value = toInt(value); - } else { - value = mom.localeData().monthsParse(value); - // TODO: Another silent failure? - if (!isNumber(value)) { - return mom; - } - } - } - - dayOfMonth = Math.min(mom.date(), daysInMonth(mom.year(), value)); - mom._d['set' + (mom._isUTC ? 'UTC' : '') + 'Month'](value, dayOfMonth); - return mom; -} - -function getSetMonth (value) { - if (value != null) { - setMonth(this, value); - hooks.updateOffset(this, true); - return this; - } else { - return get(this, 'Month'); - } -} - -function getDaysInMonth () { - return daysInMonth(this.year(), this.month()); -} - -var defaultMonthsShortRegex = matchWord; -function monthsShortRegex (isStrict) { - if (this._monthsParseExact) { - if (!hasOwnProp(this, '_monthsRegex')) { - computeMonthsParse.call(this); - } - if (isStrict) { - return this._monthsShortStrictRegex; - } else { - return this._monthsShortRegex; - } - } else { - if (!hasOwnProp(this, '_monthsShortRegex')) { - this._monthsShortRegex = defaultMonthsShortRegex; - } - return this._monthsShortStrictRegex && isStrict ? - this._monthsShortStrictRegex : this._monthsShortRegex; - } -} - -var defaultMonthsRegex = matchWord; -function monthsRegex (isStrict) { - if (this._monthsParseExact) { - if (!hasOwnProp(this, '_monthsRegex')) { - computeMonthsParse.call(this); - } - if (isStrict) { - return this._monthsStrictRegex; - } else { - return this._monthsRegex; - } - } else { - if (!hasOwnProp(this, '_monthsRegex')) { - this._monthsRegex = defaultMonthsRegex; - } - return this._monthsStrictRegex && isStrict ? - this._monthsStrictRegex : this._monthsRegex; - } -} - -function computeMonthsParse () { - function cmpLenRev(a, b) { - return b.length - a.length; - } - - var shortPieces = [], longPieces = [], mixedPieces = [], - i, mom; - for (i = 0; i < 12; i++) { - // make the regex if we don't have it already - mom = createUTC([2000, i]); - shortPieces.push(this.monthsShort(mom, '')); - longPieces.push(this.months(mom, '')); - mixedPieces.push(this.months(mom, '')); - mixedPieces.push(this.monthsShort(mom, '')); - } - // Sorting makes sure if one month (or abbr) is a prefix of another it - // will match the longer piece. - shortPieces.sort(cmpLenRev); - longPieces.sort(cmpLenRev); - mixedPieces.sort(cmpLenRev); - for (i = 0; i < 12; i++) { - shortPieces[i] = regexEscape(shortPieces[i]); - longPieces[i] = regexEscape(longPieces[i]); - } - for (i = 0; i < 24; i++) { - mixedPieces[i] = regexEscape(mixedPieces[i]); - } - - this._monthsRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i'); - this._monthsShortRegex = this._monthsRegex; - this._monthsStrictRegex = new RegExp('^(' + longPieces.join('|') + ')', 'i'); - this._monthsShortStrictRegex = new RegExp('^(' + shortPieces.join('|') + ')', 'i'); -} - -function createDate (y, m, d, h, M, s, ms) { - // can't just apply() to create a date: - // https://stackoverflow.com/q/181348 - var date = new Date(y, m, d, h, M, s, ms); - - // the date constructor remaps years 0-99 to 1900-1999 - if (y < 100 && y >= 0 && isFinite(date.getFullYear())) { - date.setFullYear(y); - } - return date; -} - -function createUTCDate (y) { - var date = new Date(Date.UTC.apply(null, arguments)); - - // the Date.UTC function remaps years 0-99 to 1900-1999 - if (y < 100 && y >= 0 && isFinite(date.getUTCFullYear())) { - date.setUTCFullYear(y); - } - return date; -} - -// start-of-first-week - start-of-year -function firstWeekOffset(year, dow, doy) { - var // first-week day -- which january is always in the first week (4 for iso, 1 for other) - fwd = 7 + dow - doy, - // first-week day local weekday -- which local weekday is fwd - fwdlw = (7 + createUTCDate(year, 0, fwd).getUTCDay() - dow) % 7; - - return -fwdlw + fwd - 1; -} - -// https://en.wikipedia.org/wiki/ISO_week_date#Calculating_a_date_given_the_year.2C_week_number_and_weekday -function dayOfYearFromWeeks(year, week, weekday, dow, doy) { - var localWeekday = (7 + weekday - dow) % 7, - weekOffset = firstWeekOffset(year, dow, doy), - dayOfYear = 1 + 7 * (week - 1) + localWeekday + weekOffset, - resYear, resDayOfYear; - - if (dayOfYear <= 0) { - resYear = year - 1; - resDayOfYear = daysInYear(resYear) + dayOfYear; - } else if (dayOfYear > daysInYear(year)) { - resYear = year + 1; - resDayOfYear = dayOfYear - daysInYear(year); - } else { - resYear = year; - resDayOfYear = dayOfYear; - } - - return { - year: resYear, - dayOfYear: resDayOfYear - }; -} - -function weekOfYear(mom, dow, doy) { - var weekOffset = firstWeekOffset(mom.year(), dow, doy), - week = Math.floor((mom.dayOfYear() - weekOffset - 1) / 7) + 1, - resWeek, resYear; - - if (week < 1) { - resYear = mom.year() - 1; - resWeek = week + weeksInYear(resYear, dow, doy); - } else if (week > weeksInYear(mom.year(), dow, doy)) { - resWeek = week - weeksInYear(mom.year(), dow, doy); - resYear = mom.year() + 1; - } else { - resYear = mom.year(); - resWeek = week; - } - - return { - week: resWeek, - year: resYear - }; -} - -function weeksInYear(year, dow, doy) { - var weekOffset = firstWeekOffset(year, dow, doy), - weekOffsetNext = firstWeekOffset(year + 1, dow, doy); - return (daysInYear(year) - weekOffset + weekOffsetNext) / 7; -} - -// FORMATTING - -addFormatToken('w', ['ww', 2], 'wo', 'week'); -addFormatToken('W', ['WW', 2], 'Wo', 'isoWeek'); - -// ALIASES - -addUnitAlias('week', 'w'); -addUnitAlias('isoWeek', 'W'); - -// PRIORITIES - -addUnitPriority('week', 5); -addUnitPriority('isoWeek', 5); - -// PARSING - -addRegexToken('w', match1to2); -addRegexToken('ww', match1to2, match2); -addRegexToken('W', match1to2); -addRegexToken('WW', match1to2, match2); - -addWeekParseToken(['w', 'ww', 'W', 'WW'], function (input, week, config, token) { - week[token.substr(0, 1)] = toInt(input); -}); - -// HELPERS - -// LOCALES - -function localeWeek (mom) { - return weekOfYear(mom, this._week.dow, this._week.doy).week; -} - -var defaultLocaleWeek = { - dow : 0, // Sunday is the first day of the week. - doy : 6 // The week that contains Jan 1st is the first week of the year. -}; - -function localeFirstDayOfWeek () { - return this._week.dow; -} - -function localeFirstDayOfYear () { - return this._week.doy; -} - -// MOMENTS - -function getSetWeek (input) { - var week = this.localeData().week(this); - return input == null ? week : this.add((input - week) * 7, 'd'); -} - -function getSetISOWeek (input) { - var week = weekOfYear(this, 1, 4).week; - return input == null ? week : this.add((input - week) * 7, 'd'); -} - -// FORMATTING - -addFormatToken('d', 0, 'do', 'day'); - -addFormatToken('dd', 0, 0, function (format) { - return this.localeData().weekdaysMin(this, format); -}); - -addFormatToken('ddd', 0, 0, function (format) { - return this.localeData().weekdaysShort(this, format); -}); - -addFormatToken('dddd', 0, 0, function (format) { - return this.localeData().weekdays(this, format); -}); - -addFormatToken('e', 0, 0, 'weekday'); -addFormatToken('E', 0, 0, 'isoWeekday'); - -// ALIASES - -addUnitAlias('day', 'd'); -addUnitAlias('weekday', 'e'); -addUnitAlias('isoWeekday', 'E'); - -// PRIORITY -addUnitPriority('day', 11); -addUnitPriority('weekday', 11); -addUnitPriority('isoWeekday', 11); - -// PARSING - -addRegexToken('d', match1to2); -addRegexToken('e', match1to2); -addRegexToken('E', match1to2); -addRegexToken('dd', function (isStrict, locale) { - return locale.weekdaysMinRegex(isStrict); -}); -addRegexToken('ddd', function (isStrict, locale) { - return locale.weekdaysShortRegex(isStrict); -}); -addRegexToken('dddd', function (isStrict, locale) { - return locale.weekdaysRegex(isStrict); -}); - -addWeekParseToken(['dd', 'ddd', 'dddd'], function (input, week, config, token) { - var weekday = config._locale.weekdaysParse(input, token, config._strict); - // if we didn't get a weekday name, mark the date as invalid - if (weekday != null) { - week.d = weekday; - } else { - getParsingFlags(config).invalidWeekday = input; - } -}); - -addWeekParseToken(['d', 'e', 'E'], function (input, week, config, token) { - week[token] = toInt(input); -}); - -// HELPERS - -function parseWeekday(input, locale) { - if (typeof input !== 'string') { - return input; - } - - if (!isNaN(input)) { - return parseInt(input, 10); - } - - input = locale.weekdaysParse(input); - if (typeof input === 'number') { - return input; - } - - return null; -} - -function parseIsoWeekday(input, locale) { - if (typeof input === 'string') { - return locale.weekdaysParse(input) % 7 || 7; - } - return isNaN(input) ? null : input; -} - -// LOCALES - -var defaultLocaleWeekdays = 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'); -function localeWeekdays (m, format) { - if (!m) { - return isArray(this._weekdays) ? this._weekdays : - this._weekdays['standalone']; - } - return isArray(this._weekdays) ? this._weekdays[m.day()] : - this._weekdays[this._weekdays.isFormat.test(format) ? 'format' : 'standalone'][m.day()]; -} - -var defaultLocaleWeekdaysShort = 'Sun_Mon_Tue_Wed_Thu_Fri_Sat'.split('_'); -function localeWeekdaysShort (m) { - return (m) ? this._weekdaysShort[m.day()] : this._weekdaysShort; -} - -var defaultLocaleWeekdaysMin = 'Su_Mo_Tu_We_Th_Fr_Sa'.split('_'); -function localeWeekdaysMin (m) { - return (m) ? this._weekdaysMin[m.day()] : this._weekdaysMin; -} - -function handleStrictParse$1(weekdayName, format, strict) { - var i, ii, mom, llc = weekdayName.toLocaleLowerCase(); - if (!this._weekdaysParse) { - this._weekdaysParse = []; - this._shortWeekdaysParse = []; - this._minWeekdaysParse = []; - - for (i = 0; i < 7; ++i) { - mom = createUTC([2000, 1]).day(i); - this._minWeekdaysParse[i] = this.weekdaysMin(mom, '').toLocaleLowerCase(); - this._shortWeekdaysParse[i] = this.weekdaysShort(mom, '').toLocaleLowerCase(); - this._weekdaysParse[i] = this.weekdays(mom, '').toLocaleLowerCase(); - } - } - - if (strict) { - if (format === 'dddd') { - ii = indexOf.call(this._weekdaysParse, llc); - return ii !== -1 ? ii : null; - } else if (format === 'ddd') { - ii = indexOf.call(this._shortWeekdaysParse, llc); - return ii !== -1 ? ii : null; - } else { - ii = indexOf.call(this._minWeekdaysParse, llc); - return ii !== -1 ? ii : null; - } - } else { - if (format === 'dddd') { - ii = indexOf.call(this._weekdaysParse, llc); - if (ii !== -1) { - return ii; - } - ii = indexOf.call(this._shortWeekdaysParse, llc); - if (ii !== -1) { - return ii; - } - ii = indexOf.call(this._minWeekdaysParse, llc); - return ii !== -1 ? ii : null; - } else if (format === 'ddd') { - ii = indexOf.call(this._shortWeekdaysParse, llc); - if (ii !== -1) { - return ii; - } - ii = indexOf.call(this._weekdaysParse, llc); - if (ii !== -1) { - return ii; - } - ii = indexOf.call(this._minWeekdaysParse, llc); - return ii !== -1 ? ii : null; - } else { - ii = indexOf.call(this._minWeekdaysParse, llc); - if (ii !== -1) { - return ii; - } - ii = indexOf.call(this._weekdaysParse, llc); - if (ii !== -1) { - return ii; - } - ii = indexOf.call(this._shortWeekdaysParse, llc); - return ii !== -1 ? ii : null; - } - } -} - -function localeWeekdaysParse (weekdayName, format, strict) { - var i, mom, regex; - - if (this._weekdaysParseExact) { - return handleStrictParse$1.call(this, weekdayName, format, strict); - } - - if (!this._weekdaysParse) { - this._weekdaysParse = []; - this._minWeekdaysParse = []; - this._shortWeekdaysParse = []; - this._fullWeekdaysParse = []; - } - - for (i = 0; i < 7; i++) { - // make the regex if we don't have it already - - mom = createUTC([2000, 1]).day(i); - if (strict && !this._fullWeekdaysParse[i]) { - this._fullWeekdaysParse[i] = new RegExp('^' + this.weekdays(mom, '').replace('.', '\.?') + '$', 'i'); - this._shortWeekdaysParse[i] = new RegExp('^' + this.weekdaysShort(mom, '').replace('.', '\.?') + '$', 'i'); - this._minWeekdaysParse[i] = new RegExp('^' + this.weekdaysMin(mom, '').replace('.', '\.?') + '$', 'i'); - } - if (!this._weekdaysParse[i]) { - regex = '^' + this.weekdays(mom, '') + '|^' + this.weekdaysShort(mom, '') + '|^' + this.weekdaysMin(mom, ''); - this._weekdaysParse[i] = new RegExp(regex.replace('.', ''), 'i'); - } - // test the regex - if (strict && format === 'dddd' && this._fullWeekdaysParse[i].test(weekdayName)) { - return i; - } else if (strict && format === 'ddd' && this._shortWeekdaysParse[i].test(weekdayName)) { - return i; - } else if (strict && format === 'dd' && this._minWeekdaysParse[i].test(weekdayName)) { - return i; - } else if (!strict && this._weekdaysParse[i].test(weekdayName)) { - return i; - } - } -} - -// MOMENTS - -function getSetDayOfWeek (input) { - if (!this.isValid()) { - return input != null ? this : NaN; - } - var day = this._isUTC ? this._d.getUTCDay() : this._d.getDay(); - if (input != null) { - input = parseWeekday(input, this.localeData()); - return this.add(input - day, 'd'); - } else { - return day; - } -} - -function getSetLocaleDayOfWeek (input) { - if (!this.isValid()) { - return input != null ? this : NaN; - } - var weekday = (this.day() + 7 - this.localeData()._week.dow) % 7; - return input == null ? weekday : this.add(input - weekday, 'd'); -} - -function getSetISODayOfWeek (input) { - if (!this.isValid()) { - return input != null ? this : NaN; - } - - // behaves the same as moment#day except - // as a getter, returns 7 instead of 0 (1-7 range instead of 0-6) - // as a setter, sunday should belong to the previous week. - - if (input != null) { - var weekday = parseIsoWeekday(input, this.localeData()); - return this.day(this.day() % 7 ? weekday : weekday - 7); - } else { - return this.day() || 7; - } -} - -var defaultWeekdaysRegex = matchWord; -function weekdaysRegex (isStrict) { - if (this._weekdaysParseExact) { - if (!hasOwnProp(this, '_weekdaysRegex')) { - computeWeekdaysParse.call(this); - } - if (isStrict) { - return this._weekdaysStrictRegex; - } else { - return this._weekdaysRegex; - } - } else { - if (!hasOwnProp(this, '_weekdaysRegex')) { - this._weekdaysRegex = defaultWeekdaysRegex; - } - return this._weekdaysStrictRegex && isStrict ? - this._weekdaysStrictRegex : this._weekdaysRegex; - } -} - -var defaultWeekdaysShortRegex = matchWord; -function weekdaysShortRegex (isStrict) { - if (this._weekdaysParseExact) { - if (!hasOwnProp(this, '_weekdaysRegex')) { - computeWeekdaysParse.call(this); - } - if (isStrict) { - return this._weekdaysShortStrictRegex; - } else { - return this._weekdaysShortRegex; - } - } else { - if (!hasOwnProp(this, '_weekdaysShortRegex')) { - this._weekdaysShortRegex = defaultWeekdaysShortRegex; - } - return this._weekdaysShortStrictRegex && isStrict ? - this._weekdaysShortStrictRegex : this._weekdaysShortRegex; - } -} - -var defaultWeekdaysMinRegex = matchWord; -function weekdaysMinRegex (isStrict) { - if (this._weekdaysParseExact) { - if (!hasOwnProp(this, '_weekdaysRegex')) { - computeWeekdaysParse.call(this); - } - if (isStrict) { - return this._weekdaysMinStrictRegex; - } else { - return this._weekdaysMinRegex; - } - } else { - if (!hasOwnProp(this, '_weekdaysMinRegex')) { - this._weekdaysMinRegex = defaultWeekdaysMinRegex; - } - return this._weekdaysMinStrictRegex && isStrict ? - this._weekdaysMinStrictRegex : this._weekdaysMinRegex; - } -} - - -function computeWeekdaysParse () { - function cmpLenRev(a, b) { - return b.length - a.length; - } - - var minPieces = [], shortPieces = [], longPieces = [], mixedPieces = [], - i, mom, minp, shortp, longp; - for (i = 0; i < 7; i++) { - // make the regex if we don't have it already - mom = createUTC([2000, 1]).day(i); - minp = this.weekdaysMin(mom, ''); - shortp = this.weekdaysShort(mom, ''); - longp = this.weekdays(mom, ''); - minPieces.push(minp); - shortPieces.push(shortp); - longPieces.push(longp); - mixedPieces.push(minp); - mixedPieces.push(shortp); - mixedPieces.push(longp); - } - // Sorting makes sure if one weekday (or abbr) is a prefix of another it - // will match the longer piece. - minPieces.sort(cmpLenRev); - shortPieces.sort(cmpLenRev); - longPieces.sort(cmpLenRev); - mixedPieces.sort(cmpLenRev); - for (i = 0; i < 7; i++) { - shortPieces[i] = regexEscape(shortPieces[i]); - longPieces[i] = regexEscape(longPieces[i]); - mixedPieces[i] = regexEscape(mixedPieces[i]); - } - - this._weekdaysRegex = new RegExp('^(' + mixedPieces.join('|') + ')', 'i'); - this._weekdaysShortRegex = this._weekdaysRegex; - this._weekdaysMinRegex = this._weekdaysRegex; - - this._weekdaysStrictRegex = new RegExp('^(' + longPieces.join('|') + ')', 'i'); - this._weekdaysShortStrictRegex = new RegExp('^(' + shortPieces.join('|') + ')', 'i'); - this._weekdaysMinStrictRegex = new RegExp('^(' + minPieces.join('|') + ')', 'i'); -} - -// FORMATTING - -function hFormat() { - return this.hours() % 12 || 12; -} - -function kFormat() { - return this.hours() || 24; -} - -addFormatToken('H', ['HH', 2], 0, 'hour'); -addFormatToken('h', ['hh', 2], 0, hFormat); -addFormatToken('k', ['kk', 2], 0, kFormat); - -addFormatToken('hmm', 0, 0, function () { - return '' + hFormat.apply(this) + zeroFill(this.minutes(), 2); -}); - -addFormatToken('hmmss', 0, 0, function () { - return '' + hFormat.apply(this) + zeroFill(this.minutes(), 2) + - zeroFill(this.seconds(), 2); -}); - -addFormatToken('Hmm', 0, 0, function () { - return '' + this.hours() + zeroFill(this.minutes(), 2); -}); - -addFormatToken('Hmmss', 0, 0, function () { - return '' + this.hours() + zeroFill(this.minutes(), 2) + - zeroFill(this.seconds(), 2); -}); - -function meridiem (token, lowercase) { - addFormatToken(token, 0, 0, function () { - return this.localeData().meridiem(this.hours(), this.minutes(), lowercase); - }); -} - -meridiem('a', true); -meridiem('A', false); - -// ALIASES - -addUnitAlias('hour', 'h'); - -// PRIORITY -addUnitPriority('hour', 13); - -// PARSING - -function matchMeridiem (isStrict, locale) { - return locale._meridiemParse; -} - -addRegexToken('a', matchMeridiem); -addRegexToken('A', matchMeridiem); -addRegexToken('H', match1to2); -addRegexToken('h', match1to2); -addRegexToken('k', match1to2); -addRegexToken('HH', match1to2, match2); -addRegexToken('hh', match1to2, match2); -addRegexToken('kk', match1to2, match2); - -addRegexToken('hmm', match3to4); -addRegexToken('hmmss', match5to6); -addRegexToken('Hmm', match3to4); -addRegexToken('Hmmss', match5to6); - -addParseToken(['H', 'HH'], HOUR); -addParseToken(['k', 'kk'], function (input, array, config) { - var kInput = toInt(input); - array[HOUR] = kInput === 24 ? 0 : kInput; -}); -addParseToken(['a', 'A'], function (input, array, config) { - config._isPm = config._locale.isPM(input); - config._meridiem = input; -}); -addParseToken(['h', 'hh'], function (input, array, config) { - array[HOUR] = toInt(input); - getParsingFlags(config).bigHour = true; -}); -addParseToken('hmm', function (input, array, config) { - var pos = input.length - 2; - array[HOUR] = toInt(input.substr(0, pos)); - array[MINUTE] = toInt(input.substr(pos)); - getParsingFlags(config).bigHour = true; -}); -addParseToken('hmmss', function (input, array, config) { - var pos1 = input.length - 4; - var pos2 = input.length - 2; - array[HOUR] = toInt(input.substr(0, pos1)); - array[MINUTE] = toInt(input.substr(pos1, 2)); - array[SECOND] = toInt(input.substr(pos2)); - getParsingFlags(config).bigHour = true; -}); -addParseToken('Hmm', function (input, array, config) { - var pos = input.length - 2; - array[HOUR] = toInt(input.substr(0, pos)); - array[MINUTE] = toInt(input.substr(pos)); -}); -addParseToken('Hmmss', function (input, array, config) { - var pos1 = input.length - 4; - var pos2 = input.length - 2; - array[HOUR] = toInt(input.substr(0, pos1)); - array[MINUTE] = toInt(input.substr(pos1, 2)); - array[SECOND] = toInt(input.substr(pos2)); -}); - -// LOCALES - -function localeIsPM (input) { - // IE8 Quirks Mode & IE7 Standards Mode do not allow accessing strings like arrays - // Using charAt should be more compatible. - return ((input + '').toLowerCase().charAt(0) === 'p'); -} - -var defaultLocaleMeridiemParse = /[ap]\.?m?\.?/i; -function localeMeridiem (hours, minutes, isLower) { - if (hours > 11) { - return isLower ? 'pm' : 'PM'; - } else { - return isLower ? 'am' : 'AM'; - } -} - - -// MOMENTS - -// Setting the hour should keep the time, because the user explicitly -// specified which hour he wants. So trying to maintain the same hour (in -// a new timezone) makes sense. Adding/subtracting hours does not follow -// this rule. -var getSetHour = makeGetSet('Hours', true); - -// months -// week -// weekdays -// meridiem -var baseConfig = { - calendar: defaultCalendar, - longDateFormat: defaultLongDateFormat, - invalidDate: defaultInvalidDate, - ordinal: defaultOrdinal, - dayOfMonthOrdinalParse: defaultDayOfMonthOrdinalParse, - relativeTime: defaultRelativeTime, - - months: defaultLocaleMonths, - monthsShort: defaultLocaleMonthsShort, - - week: defaultLocaleWeek, - - weekdays: defaultLocaleWeekdays, - weekdaysMin: defaultLocaleWeekdaysMin, - weekdaysShort: defaultLocaleWeekdaysShort, - - meridiemParse: defaultLocaleMeridiemParse -}; - -// internal storage for locale config files -var locales = {}; -var localeFamilies = {}; -var globalLocale; - -function normalizeLocale(key) { - return key ? key.toLowerCase().replace('_', '-') : key; -} - -// pick the locale from the array -// try ['en-au', 'en-gb'] as 'en-au', 'en-gb', 'en', as in move through the list trying each -// substring from most specific to least, but move to the next array item if it's a more specific variant than the current root -function chooseLocale(names) { - var i = 0, j, next, locale, split; - - while (i < names.length) { - split = normalizeLocale(names[i]).split('-'); - j = split.length; - next = normalizeLocale(names[i + 1]); - next = next ? next.split('-') : null; - while (j > 0) { - locale = loadLocale(split.slice(0, j).join('-')); - if (locale) { - return locale; - } - if (next && next.length >= j && compareArrays(split, next, true) >= j - 1) { - //the next array item is better than a shallower substring of this one - break; - } - j--; - } - i++; - } - return null; -} - -function loadLocale(name) { - var oldLocale = null; - // TODO: Find a better way to register and load all the locales in Node - if (!locales[name] && (typeof module !== 'undefined') && - module && module.exports) { - try { - oldLocale = globalLocale._abbr; - var aliasedRequire = require; - __webpack_require__(191)("./" + name); - getSetGlobalLocale(oldLocale); - } catch (e) {} - } - return locales[name]; -} - -// This function will load locale and then set the global locale. If -// no arguments are passed in, it will simply return the current global -// locale key. -function getSetGlobalLocale (key, values) { - var data; - if (key) { - if (isUndefined(values)) { - data = getLocale(key); - } - else { - data = defineLocale(key, values); - } - - if (data) { - // moment.duration._locale = moment._locale = data; - globalLocale = data; - } - } - - return globalLocale._abbr; -} - -function defineLocale (name, config) { - if (config !== null) { - var parentConfig = baseConfig; - config.abbr = name; - if (locales[name] != null) { - deprecateSimple('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.'); - parentConfig = locales[name]._config; - } else if (config.parentLocale != null) { - if (locales[config.parentLocale] != null) { - parentConfig = locales[config.parentLocale]._config; - } else { - if (!localeFamilies[config.parentLocale]) { - localeFamilies[config.parentLocale] = []; - } - localeFamilies[config.parentLocale].push({ - name: name, - config: config - }); - return null; - } - } - locales[name] = new Locale(mergeConfigs(parentConfig, config)); - - if (localeFamilies[name]) { - localeFamilies[name].forEach(function (x) { - defineLocale(x.name, x.config); - }); - } - - // backwards compat for now: also set the locale - // make sure we set the locale AFTER all child locales have been - // created, so we won't end up with the child locale set. - getSetGlobalLocale(name); - - - return locales[name]; - } else { - // useful for testing - delete locales[name]; - return null; - } -} - -function updateLocale(name, config) { - if (config != null) { - var locale, tmpLocale, parentConfig = baseConfig; - // MERGE - tmpLocale = loadLocale(name); - if (tmpLocale != null) { - parentConfig = tmpLocale._config; - } - config = mergeConfigs(parentConfig, config); - locale = new Locale(config); - locale.parentLocale = locales[name]; - locales[name] = locale; - - // backwards compat for now: also set the locale - getSetGlobalLocale(name); - } else { - // pass null for config to unupdate, useful for tests - if (locales[name] != null) { - if (locales[name].parentLocale != null) { - locales[name] = locales[name].parentLocale; - } else if (locales[name] != null) { - delete locales[name]; - } - } - } - return locales[name]; -} - -// returns locale data -function getLocale (key) { - var locale; - - if (key && key._locale && key._locale._abbr) { - key = key._locale._abbr; - } - - if (!key) { - return globalLocale; - } - - if (!isArray(key)) { - //short-circuit everything else - locale = loadLocale(key); - if (locale) { - return locale; - } - key = [key]; - } - - return chooseLocale(key); -} - -function listLocales() { - return keys(locales); -} - -function checkOverflow (m) { - var overflow; - var a = m._a; - - if (a && getParsingFlags(m).overflow === -2) { - overflow = - a[MONTH] < 0 || a[MONTH] > 11 ? MONTH : - a[DATE] < 1 || a[DATE] > daysInMonth(a[YEAR], a[MONTH]) ? DATE : - a[HOUR] < 0 || a[HOUR] > 24 || (a[HOUR] === 24 && (a[MINUTE] !== 0 || a[SECOND] !== 0 || a[MILLISECOND] !== 0)) ? HOUR : - a[MINUTE] < 0 || a[MINUTE] > 59 ? MINUTE : - a[SECOND] < 0 || a[SECOND] > 59 ? SECOND : - a[MILLISECOND] < 0 || a[MILLISECOND] > 999 ? MILLISECOND : - -1; - - if (getParsingFlags(m)._overflowDayOfYear && (overflow < YEAR || overflow > DATE)) { - overflow = DATE; - } - if (getParsingFlags(m)._overflowWeeks && overflow === -1) { - overflow = WEEK; - } - if (getParsingFlags(m)._overflowWeekday && overflow === -1) { - overflow = WEEKDAY; - } - - getParsingFlags(m).overflow = overflow; - } - - return m; -} - -// Pick the first defined of two or three arguments. -function defaults(a, b, c) { - if (a != null) { - return a; - } - if (b != null) { - return b; - } - return c; -} - -function currentDateArray(config) { - // hooks is actually the exported moment object - var nowValue = new Date(hooks.now()); - if (config._useUTC) { - return [nowValue.getUTCFullYear(), nowValue.getUTCMonth(), nowValue.getUTCDate()]; - } - return [nowValue.getFullYear(), nowValue.getMonth(), nowValue.getDate()]; -} - -// convert an array to a date. -// the array should mirror the parameters below -// note: all values past the year are optional and will default to the lowest possible value. -// [year, month, day , hour, minute, second, millisecond] -function configFromArray (config) { - var i, date, input = [], currentDate, expectedWeekday, yearToUse; - - if (config._d) { - return; - } - - currentDate = currentDateArray(config); - - //compute day of the year from weeks and weekdays - if (config._w && config._a[DATE] == null && config._a[MONTH] == null) { - dayOfYearFromWeekInfo(config); - } - - //if the day of the year is set, figure out what it is - if (config._dayOfYear != null) { - yearToUse = defaults(config._a[YEAR], currentDate[YEAR]); - - if (config._dayOfYear > daysInYear(yearToUse) || config._dayOfYear === 0) { - getParsingFlags(config)._overflowDayOfYear = true; - } - - date = createUTCDate(yearToUse, 0, config._dayOfYear); - config._a[MONTH] = date.getUTCMonth(); - config._a[DATE] = date.getUTCDate(); - } - - // Default to current date. - // * if no year, month, day of month are given, default to today - // * if day of month is given, default month and year - // * if month is given, default only year - // * if year is given, don't default anything - for (i = 0; i < 3 && config._a[i] == null; ++i) { - config._a[i] = input[i] = currentDate[i]; - } - - // Zero out whatever was not defaulted, including time - for (; i < 7; i++) { - config._a[i] = input[i] = (config._a[i] == null) ? (i === 2 ? 1 : 0) : config._a[i]; - } - - // Check for 24:00:00.000 - if (config._a[HOUR] === 24 && - config._a[MINUTE] === 0 && - config._a[SECOND] === 0 && - config._a[MILLISECOND] === 0) { - config._nextDay = true; - config._a[HOUR] = 0; - } - - config._d = (config._useUTC ? createUTCDate : createDate).apply(null, input); - expectedWeekday = config._useUTC ? config._d.getUTCDay() : config._d.getDay(); - - // Apply timezone offset from input. The actual utcOffset can be changed - // with parseZone. - if (config._tzm != null) { - config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm); - } - - if (config._nextDay) { - config._a[HOUR] = 24; - } - - // check for mismatching day of week - if (config._w && typeof config._w.d !== 'undefined' && config._w.d !== expectedWeekday) { - getParsingFlags(config).weekdayMismatch = true; - } -} - -function dayOfYearFromWeekInfo(config) { - var w, weekYear, week, weekday, dow, doy, temp, weekdayOverflow; - - w = config._w; - if (w.GG != null || w.W != null || w.E != null) { - dow = 1; - doy = 4; - - // TODO: We need to take the current isoWeekYear, but that depends on - // how we interpret now (local, utc, fixed offset). So create - // a now version of current config (take local/utc/offset flags, and - // create now). - weekYear = defaults(w.GG, config._a[YEAR], weekOfYear(createLocal(), 1, 4).year); - week = defaults(w.W, 1); - weekday = defaults(w.E, 1); - if (weekday < 1 || weekday > 7) { - weekdayOverflow = true; - } - } else { - dow = config._locale._week.dow; - doy = config._locale._week.doy; - - var curWeek = weekOfYear(createLocal(), dow, doy); - - weekYear = defaults(w.gg, config._a[YEAR], curWeek.year); - - // Default to current week. - week = defaults(w.w, curWeek.week); - - if (w.d != null) { - // weekday -- low day numbers are considered next week - weekday = w.d; - if (weekday < 0 || weekday > 6) { - weekdayOverflow = true; - } - } else if (w.e != null) { - // local weekday -- counting starts from begining of week - weekday = w.e + dow; - if (w.e < 0 || w.e > 6) { - weekdayOverflow = true; - } - } else { - // default to begining of week - weekday = dow; - } - } - if (week < 1 || week > weeksInYear(weekYear, dow, doy)) { - getParsingFlags(config)._overflowWeeks = true; - } else if (weekdayOverflow != null) { - getParsingFlags(config)._overflowWeekday = true; - } else { - temp = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy); - config._a[YEAR] = temp.year; - config._dayOfYear = temp.dayOfYear; - } -} - -// iso 8601 regex -// 0000-00-00 0000-W00 or 0000-W00-0 + T + 00 or 00:00 or 00:00:00 or 00:00:00.000 + +00:00 or +0000 or +00) -var extendedIsoRegex = /^\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)?)?$/; -var basicIsoRegex = /^\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)?)?$/; - -var tzRegex = /Z|[+-]\d\d(?::?\d\d)?/; - -var isoDates = [ - ['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/, false], - ['YYYY-DDD', /\d{4}-\d{3}/], - ['YYYY-MM', /\d{4}-\d\d/, false], - ['YYYYYYMMDD', /[+-]\d{10}/], - ['YYYYMMDD', /\d{8}/], - // YYYYMM is NOT allowed by the standard - ['GGGG[W]WWE', /\d{4}W\d{3}/], - ['GGGG[W]WW', /\d{4}W\d{2}/, false], - ['YYYYDDD', /\d{7}/] -]; - -// iso time formats and regexes -var isoTimes = [ - ['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/] -]; - -var aspNetJsonRegex = /^\/?Date\((\-?\d+)/i; - -// date from iso format -function configFromISO(config) { - var i, l, - string = config._i, - match = extendedIsoRegex.exec(string) || basicIsoRegex.exec(string), - allowTime, dateFormat, timeFormat, tzFormat; - - if (match) { - getParsingFlags(config).iso = true; - - for (i = 0, l = isoDates.length; i < l; i++) { - if (isoDates[i][1].exec(match[1])) { - dateFormat = isoDates[i][0]; - allowTime = isoDates[i][2] !== false; - break; - } - } - if (dateFormat == null) { - config._isValid = false; - return; - } - if (match[3]) { - for (i = 0, l = isoTimes.length; i < l; i++) { - if (isoTimes[i][1].exec(match[3])) { - // match[2] should be 'T' or space - timeFormat = (match[2] || ' ') + isoTimes[i][0]; - break; - } - } - if (timeFormat == null) { - config._isValid = false; - return; - } - } - if (!allowTime && timeFormat != null) { - config._isValid = false; - return; - } - if (match[4]) { - if (tzRegex.exec(match[4])) { - tzFormat = 'Z'; - } else { - config._isValid = false; - return; - } - } - config._f = dateFormat + (timeFormat || '') + (tzFormat || ''); - configFromStringAndFormat(config); - } else { - config._isValid = false; - } -} - -// RFC 2822 regex: For details see https://tools.ietf.org/html/rfc2822#section-3.3 -var rfc2822 = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/; - -function extractFromRFC2822Strings(yearStr, monthStr, dayStr, hourStr, minuteStr, secondStr) { - var result = [ - untruncateYear(yearStr), - defaultLocaleMonthsShort.indexOf(monthStr), - parseInt(dayStr, 10), - parseInt(hourStr, 10), - parseInt(minuteStr, 10) - ]; - - if (secondStr) { - result.push(parseInt(secondStr, 10)); - } - - return result; -} - -function untruncateYear(yearStr) { - var year = parseInt(yearStr, 10); - if (year <= 49) { - return 2000 + year; - } else if (year <= 999) { - return 1900 + year; - } - return year; -} - -function preprocessRFC2822(s) { - // Remove comments and folding whitespace and replace multiple-spaces with a single space - return s.replace(/\([^)]*\)|[\n\t]/g, ' ').replace(/(\s\s+)/g, ' ').trim(); -} - -function checkWeekday(weekdayStr, parsedInput, config) { - if (weekdayStr) { - // TODO: Replace the vanilla JS Date object with an indepentent day-of-week check. - var weekdayProvided = defaultLocaleWeekdaysShort.indexOf(weekdayStr), - weekdayActual = new Date(parsedInput[0], parsedInput[1], parsedInput[2]).getDay(); - if (weekdayProvided !== weekdayActual) { - getParsingFlags(config).weekdayMismatch = true; - config._isValid = false; - return false; - } - } - return true; -} - -var obsOffsets = { - UT: 0, - GMT: 0, - EDT: -4 * 60, - EST: -5 * 60, - CDT: -5 * 60, - CST: -6 * 60, - MDT: -6 * 60, - MST: -7 * 60, - PDT: -7 * 60, - PST: -8 * 60 -}; - -function calculateOffset(obsOffset, militaryOffset, numOffset) { - if (obsOffset) { - return obsOffsets[obsOffset]; - } else if (militaryOffset) { - // the only allowed military tz is Z - return 0; - } else { - var hm = parseInt(numOffset, 10); - var m = hm % 100, h = (hm - m) / 100; - return h * 60 + m; - } -} - -// date and time from ref 2822 format -function configFromRFC2822(config) { - var match = rfc2822.exec(preprocessRFC2822(config._i)); - if (match) { - var parsedArray = extractFromRFC2822Strings(match[4], match[3], match[2], match[5], match[6], match[7]); - if (!checkWeekday(match[1], parsedArray, config)) { - return; - } - - config._a = parsedArray; - config._tzm = calculateOffset(match[8], match[9], match[10]); - - config._d = createUTCDate.apply(null, config._a); - config._d.setUTCMinutes(config._d.getUTCMinutes() - config._tzm); - - getParsingFlags(config).rfc2822 = true; - } else { - config._isValid = false; - } -} - -// date from iso format or fallback -function configFromString(config) { - var matched = aspNetJsonRegex.exec(config._i); - - if (matched !== null) { - config._d = new Date(+matched[1]); - return; - } - - configFromISO(config); - if (config._isValid === false) { - delete config._isValid; - } else { - return; - } - - configFromRFC2822(config); - if (config._isValid === false) { - delete config._isValid; - } else { - return; - } - - // Final attempt, use Input Fallback - hooks.createFromInputFallback(config); -} - -hooks.createFromInputFallback = deprecate( - '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 (config) { - config._d = new Date(config._i + (config._useUTC ? ' UTC' : '')); - } -); - -// constant that refers to the ISO standard -hooks.ISO_8601 = function () {}; - -// constant that refers to the RFC 2822 form -hooks.RFC_2822 = function () {}; - -// date from string and format string -function configFromStringAndFormat(config) { - // TODO: Move this to another part of the creation flow to prevent circular deps - if (config._f === hooks.ISO_8601) { - configFromISO(config); - return; - } - if (config._f === hooks.RFC_2822) { - configFromRFC2822(config); - return; - } - config._a = []; - getParsingFlags(config).empty = true; - - // This array is used to make a Date, either with `new Date` or `Date.UTC` - var string = '' + config._i, - i, parsedInput, tokens, token, skipped, - stringLength = string.length, - totalParsedInputLength = 0; - - tokens = expandFormat(config._f, config._locale).match(formattingTokens) || []; - - for (i = 0; i < tokens.length; i++) { - token = tokens[i]; - parsedInput = (string.match(getParseRegexForToken(token, config)) || [])[0]; - // console.log('token', token, 'parsedInput', parsedInput, - // 'regex', getParseRegexForToken(token, config)); - if (parsedInput) { - skipped = string.substr(0, string.indexOf(parsedInput)); - if (skipped.length > 0) { - getParsingFlags(config).unusedInput.push(skipped); - } - string = string.slice(string.indexOf(parsedInput) + parsedInput.length); - totalParsedInputLength += parsedInput.length; - } - // don't parse if it's not a known token - if (formatTokenFunctions[token]) { - if (parsedInput) { - getParsingFlags(config).empty = false; - } - else { - getParsingFlags(config).unusedTokens.push(token); - } - addTimeToArrayFromToken(token, parsedInput, config); - } - else if (config._strict && !parsedInput) { - getParsingFlags(config).unusedTokens.push(token); - } - } - - // add remaining unparsed input length to the string - getParsingFlags(config).charsLeftOver = stringLength - totalParsedInputLength; - if (string.length > 0) { - getParsingFlags(config).unusedInput.push(string); - } - - // clear _12h flag if hour is <= 12 - if (config._a[HOUR] <= 12 && - getParsingFlags(config).bigHour === true && - config._a[HOUR] > 0) { - getParsingFlags(config).bigHour = undefined; - } - - getParsingFlags(config).parsedDateParts = config._a.slice(0); - getParsingFlags(config).meridiem = config._meridiem; - // handle meridiem - config._a[HOUR] = meridiemFixWrap(config._locale, config._a[HOUR], config._meridiem); - - configFromArray(config); - checkOverflow(config); -} - - -function meridiemFixWrap (locale, hour, meridiem) { - var isPm; - - if (meridiem == null) { - // nothing to do - return hour; - } - if (locale.meridiemHour != null) { - return locale.meridiemHour(hour, meridiem); - } else if (locale.isPM != null) { - // Fallback - isPm = locale.isPM(meridiem); - if (isPm && hour < 12) { - hour += 12; - } - if (!isPm && hour === 12) { - hour = 0; - } - return hour; - } else { - // this is not supposed to happen - return hour; - } -} - -// date from string and array of format strings -function configFromStringAndArray(config) { - var tempConfig, - bestMoment, - - scoreToBeat, - i, - currentScore; - - if (config._f.length === 0) { - getParsingFlags(config).invalidFormat = true; - config._d = new Date(NaN); - return; - } - - for (i = 0; i < config._f.length; i++) { - currentScore = 0; - tempConfig = copyConfig({}, config); - if (config._useUTC != null) { - tempConfig._useUTC = config._useUTC; - } - tempConfig._f = config._f[i]; - configFromStringAndFormat(tempConfig); - - if (!isValid(tempConfig)) { - continue; - } - - // if there is any input that was not parsed add a penalty for that format - currentScore += getParsingFlags(tempConfig).charsLeftOver; - - //or tokens - currentScore += getParsingFlags(tempConfig).unusedTokens.length * 10; - - getParsingFlags(tempConfig).score = currentScore; - - if (scoreToBeat == null || currentScore < scoreToBeat) { - scoreToBeat = currentScore; - bestMoment = tempConfig; - } - } - - extend(config, bestMoment || tempConfig); -} - -function configFromObject(config) { - if (config._d) { - return; - } - - var i = normalizeObjectUnits(config._i); - config._a = map([i.year, i.month, i.day || i.date, i.hour, i.minute, i.second, i.millisecond], function (obj) { - return obj && parseInt(obj, 10); - }); - - configFromArray(config); -} - -function createFromConfig (config) { - var res = new Moment(checkOverflow(prepareConfig(config))); - if (res._nextDay) { - // Adding is smart enough around DST - res.add(1, 'd'); - res._nextDay = undefined; - } - - return res; -} - -function prepareConfig (config) { - var input = config._i, - format = config._f; - - config._locale = config._locale || getLocale(config._l); - - if (input === null || (format === undefined && input === '')) { - return createInvalid({nullInput: true}); - } - - if (typeof input === 'string') { - config._i = input = config._locale.preparse(input); - } - - if (isMoment(input)) { - return new Moment(checkOverflow(input)); - } else if (isDate(input)) { - config._d = input; - } else if (isArray(format)) { - configFromStringAndArray(config); - } else if (format) { - configFromStringAndFormat(config); - } else { - configFromInput(config); - } - - if (!isValid(config)) { - config._d = null; - } - - return config; -} - -function configFromInput(config) { - var input = config._i; - if (isUndefined(input)) { - config._d = new Date(hooks.now()); - } else if (isDate(input)) { - config._d = new Date(input.valueOf()); - } else if (typeof input === 'string') { - configFromString(config); - } else if (isArray(input)) { - config._a = map(input.slice(0), function (obj) { - return parseInt(obj, 10); - }); - configFromArray(config); - } else if (isObject(input)) { - configFromObject(config); - } else if (isNumber(input)) { - // from milliseconds - config._d = new Date(input); - } else { - hooks.createFromInputFallback(config); - } -} - -function createLocalOrUTC (input, format, locale, strict, isUTC) { - var c = {}; - - if (locale === true || locale === false) { - strict = locale; - locale = undefined; - } - - if ((isObject(input) && isObjectEmpty(input)) || - (isArray(input) && input.length === 0)) { - input = undefined; - } - // object construction must be done this way. - // https://github.com/moment/moment/issues/1423 - c._isAMomentObject = true; - c._useUTC = c._isUTC = isUTC; - c._l = locale; - c._i = input; - c._f = format; - c._strict = strict; - - return createFromConfig(c); -} - -function createLocal (input, format, locale, strict) { - return createLocalOrUTC(input, format, locale, strict, false); -} - -var prototypeMin = deprecate( - 'moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/', - function () { - var other = createLocal.apply(null, arguments); - if (this.isValid() && other.isValid()) { - return other < this ? this : other; - } else { - return createInvalid(); - } - } -); - -var prototypeMax = deprecate( - 'moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/', - function () { - var other = createLocal.apply(null, arguments); - if (this.isValid() && other.isValid()) { - return other > this ? this : other; - } else { - return createInvalid(); - } - } -); - -// Pick a moment m from moments so that m[fn](other) is true for all -// other. This relies on the function fn to be transitive. -// -// moments should either be an array of moment objects or an array, whose -// first element is an array of moment objects. -function pickBy(fn, moments) { - var res, i; - if (moments.length === 1 && isArray(moments[0])) { - moments = moments[0]; - } - if (!moments.length) { - return createLocal(); - } - res = moments[0]; - for (i = 1; i < moments.length; ++i) { - if (!moments[i].isValid() || moments[i][fn](res)) { - res = moments[i]; - } - } - return res; -} - -// TODO: Use [].sort instead? -function min () { - var args = [].slice.call(arguments, 0); - - return pickBy('isBefore', args); -} - -function max () { - var args = [].slice.call(arguments, 0); - - return pickBy('isAfter', args); -} - -var now = function () { - return Date.now ? Date.now() : +(new Date()); -}; - -var ordering = ['year', 'quarter', 'month', 'week', 'day', 'hour', 'minute', 'second', 'millisecond']; - -function isDurationValid(m) { - for (var key in m) { - if (!(indexOf.call(ordering, key) !== -1 && (m[key] == null || !isNaN(m[key])))) { - return false; - } - } - - var unitHasDecimal = false; - for (var i = 0; i < ordering.length; ++i) { - if (m[ordering[i]]) { - if (unitHasDecimal) { - return false; // only allow non-integers for smallest unit - } - if (parseFloat(m[ordering[i]]) !== toInt(m[ordering[i]])) { - unitHasDecimal = true; - } - } - } - - return true; -} - -function isValid$1() { - return this._isValid; -} - -function createInvalid$1() { - return createDuration(NaN); -} - -function Duration (duration) { - var normalizedInput = normalizeObjectUnits(duration), - years = normalizedInput.year || 0, - quarters = normalizedInput.quarter || 0, - months = normalizedInput.month || 0, - weeks = normalizedInput.week || 0, - days = normalizedInput.day || 0, - hours = normalizedInput.hour || 0, - minutes = normalizedInput.minute || 0, - seconds = normalizedInput.second || 0, - milliseconds = normalizedInput.millisecond || 0; - - this._isValid = isDurationValid(normalizedInput); - - // representation for dateAddRemove - this._milliseconds = +milliseconds + - seconds * 1e3 + // 1000 - minutes * 6e4 + // 1000 * 60 - hours * 1000 * 60 * 60; //using 1000 * 60 * 60 instead of 36e5 to avoid floating point rounding errors https://github.com/moment/moment/issues/2978 - // Because of dateAddRemove treats 24 hours as different from a - // day when working around DST, we need to store them separately - this._days = +days + - weeks * 7; - // It is impossible to translate months into days without knowing - // which months you are are talking about, so we have to store - // it separately. - this._months = +months + - quarters * 3 + - years * 12; - - this._data = {}; - - this._locale = getLocale(); - - this._bubble(); -} - -function isDuration (obj) { - return obj instanceof Duration; -} - -function absRound (number) { - if (number < 0) { - return Math.round(-1 * number) * -1; - } else { - return Math.round(number); - } -} - -// FORMATTING - -function offset (token, separator) { - addFormatToken(token, 0, 0, function () { - var offset = this.utcOffset(); - var sign = '+'; - if (offset < 0) { - offset = -offset; - sign = '-'; - } - return sign + zeroFill(~~(offset / 60), 2) + separator + zeroFill(~~(offset) % 60, 2); - }); -} - -offset('Z', ':'); -offset('ZZ', ''); - -// PARSING - -addRegexToken('Z', matchShortOffset); -addRegexToken('ZZ', matchShortOffset); -addParseToken(['Z', 'ZZ'], function (input, array, config) { - config._useUTC = true; - config._tzm = offsetFromString(matchShortOffset, input); -}); - -// HELPERS - -// timezone chunker -// '+10:00' > ['10', '00'] -// '-1530' > ['-15', '30'] -var chunkOffset = /([\+\-]|\d\d)/gi; - -function offsetFromString(matcher, string) { - var matches = (string || '').match(matcher); - - if (matches === null) { - return null; - } - - var chunk = matches[matches.length - 1] || []; - var parts = (chunk + '').match(chunkOffset) || ['-', 0, 0]; - var minutes = +(parts[1] * 60) + toInt(parts[2]); - - return minutes === 0 ? - 0 : - parts[0] === '+' ? minutes : -minutes; -} - -// Return a moment from input, that is local/utc/zone equivalent to model. -function cloneWithOffset(input, model) { - var res, diff; - if (model._isUTC) { - res = model.clone(); - diff = (isMoment(input) || isDate(input) ? input.valueOf() : createLocal(input).valueOf()) - res.valueOf(); - // Use low-level api, because this fn is low-level api. - res._d.setTime(res._d.valueOf() + diff); - hooks.updateOffset(res, false); - return res; - } else { - return createLocal(input).local(); - } -} - -function getDateOffset (m) { - // On Firefox.24 Date#getTimezoneOffset returns a floating point. - // https://github.com/moment/moment/pull/1871 - return -Math.round(m._d.getTimezoneOffset() / 15) * 15; -} - -// HOOKS - -// This function will be called whenever a moment is mutated. -// It is intended to keep the offset in sync with the timezone. -hooks.updateOffset = function () {}; - -// MOMENTS - -// keepLocalTime = true means only change the timezone, without -// affecting the local hour. So 5:31:26 +0300 --[utcOffset(2, true)]--> -// 5:31:26 +0200 It is possible that 5:31:26 doesn't exist with offset -// +0200, so we adjust the time as needed, to be valid. -// -// Keeping the time actually adds/subtracts (one hour) -// from the actual represented time. That is why we call updateOffset -// a second time. In case it wants us to change the offset again -// _changeInProgress == true case, then we have to adjust, because -// there is no such time in the given timezone. -function getSetOffset (input, keepLocalTime, keepMinutes) { - var offset = this._offset || 0, - localAdjust; - if (!this.isValid()) { - return input != null ? this : NaN; - } - if (input != null) { - if (typeof input === 'string') { - input = offsetFromString(matchShortOffset, input); - if (input === null) { - return this; - } - } else if (Math.abs(input) < 16 && !keepMinutes) { - input = input * 60; - } - if (!this._isUTC && keepLocalTime) { - localAdjust = getDateOffset(this); - } - this._offset = input; - this._isUTC = true; - if (localAdjust != null) { - this.add(localAdjust, 'm'); - } - if (offset !== input) { - if (!keepLocalTime || this._changeInProgress) { - addSubtract(this, createDuration(input - offset, 'm'), 1, false); - } else if (!this._changeInProgress) { - this._changeInProgress = true; - hooks.updateOffset(this, true); - this._changeInProgress = null; - } - } - return this; - } else { - return this._isUTC ? offset : getDateOffset(this); - } -} - -function getSetZone (input, keepLocalTime) { - if (input != null) { - if (typeof input !== 'string') { - input = -input; - } - - this.utcOffset(input, keepLocalTime); - - return this; - } else { - return -this.utcOffset(); - } -} - -function setOffsetToUTC (keepLocalTime) { - return this.utcOffset(0, keepLocalTime); -} - -function setOffsetToLocal (keepLocalTime) { - if (this._isUTC) { - this.utcOffset(0, keepLocalTime); - this._isUTC = false; - - if (keepLocalTime) { - this.subtract(getDateOffset(this), 'm'); - } - } - return this; -} - -function setOffsetToParsedOffset () { - if (this._tzm != null) { - this.utcOffset(this._tzm, false, true); - } else if (typeof this._i === 'string') { - var tZone = offsetFromString(matchOffset, this._i); - if (tZone != null) { - this.utcOffset(tZone); - } - else { - this.utcOffset(0, true); - } - } - return this; -} - -function hasAlignedHourOffset (input) { - if (!this.isValid()) { - return false; - } - input = input ? createLocal(input).utcOffset() : 0; - - return (this.utcOffset() - input) % 60 === 0; -} - -function isDaylightSavingTime () { - return ( - this.utcOffset() > this.clone().month(0).utcOffset() || - this.utcOffset() > this.clone().month(5).utcOffset() - ); -} - -function isDaylightSavingTimeShifted () { - if (!isUndefined(this._isDSTShifted)) { - return this._isDSTShifted; - } - - var c = {}; - - copyConfig(c, this); - c = prepareConfig(c); - - if (c._a) { - var other = c._isUTC ? createUTC(c._a) : createLocal(c._a); - this._isDSTShifted = this.isValid() && - compareArrays(c._a, other.toArray()) > 0; - } else { - this._isDSTShifted = false; - } - - return this._isDSTShifted; -} - -function isLocal () { - return this.isValid() ? !this._isUTC : false; -} - -function isUtcOffset () { - return this.isValid() ? this._isUTC : false; -} - -function isUtc () { - return this.isValid() ? this._isUTC && this._offset === 0 : false; -} - -// ASP.NET json date format regex -var aspNetRegex = /^(\-|\+)?(?:(\d*)[. ])?(\d+)\:(\d+)(?:\:(\d+)(\.\d*)?)?$/; - -// from http://docs.closure-library.googlecode.com/git/closure_goog_date_date.js.source.html -// somewhat more in line with 4.4.3.2 2004 spec, but allows decimal anywhere -// and further modified to allow for strings containing both week and day -var isoRegex = /^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/; - -function createDuration (input, key) { - var duration = input, - // matching against regexp is expensive, do it on demand - match = null, - sign, - ret, - diffRes; - - if (isDuration(input)) { - duration = { - ms : input._milliseconds, - d : input._days, - M : input._months - }; - } else if (isNumber(input)) { - duration = {}; - if (key) { - duration[key] = input; - } else { - duration.milliseconds = input; - } - } else if (!!(match = aspNetRegex.exec(input))) { - sign = (match[1] === '-') ? -1 : 1; - duration = { - y : 0, - d : toInt(match[DATE]) * sign, - h : toInt(match[HOUR]) * sign, - m : toInt(match[MINUTE]) * sign, - s : toInt(match[SECOND]) * sign, - ms : toInt(absRound(match[MILLISECOND] * 1000)) * sign // the millisecond decimal point is included in the match - }; - } else if (!!(match = isoRegex.exec(input))) { - sign = (match[1] === '-') ? -1 : (match[1] === '+') ? 1 : 1; - duration = { - y : parseIso(match[2], sign), - M : parseIso(match[3], sign), - w : parseIso(match[4], sign), - d : parseIso(match[5], sign), - h : parseIso(match[6], sign), - m : parseIso(match[7], sign), - s : parseIso(match[8], sign) - }; - } else if (duration == null) {// checks for null or undefined - duration = {}; - } else if (typeof duration === 'object' && ('from' in duration || 'to' in duration)) { - diffRes = momentsDifference(createLocal(duration.from), createLocal(duration.to)); - - duration = {}; - duration.ms = diffRes.milliseconds; - duration.M = diffRes.months; - } - - ret = new Duration(duration); - - if (isDuration(input) && hasOwnProp(input, '_locale')) { - ret._locale = input._locale; - } - - return ret; -} - -createDuration.fn = Duration.prototype; -createDuration.invalid = createInvalid$1; - -function parseIso (inp, sign) { - // We'd normally use ~~inp for this, but unfortunately it also - // converts floats to ints. - // inp may be undefined, so careful calling replace on it. - var res = inp && parseFloat(inp.replace(',', '.')); - // apply sign while we're at it - return (isNaN(res) ? 0 : res) * sign; -} - -function positiveMomentsDifference(base, other) { - var res = {milliseconds: 0, months: 0}; - - res.months = other.month() - base.month() + - (other.year() - base.year()) * 12; - if (base.clone().add(res.months, 'M').isAfter(other)) { - --res.months; - } - - res.milliseconds = +other - +(base.clone().add(res.months, 'M')); - - return res; -} - -function momentsDifference(base, other) { - var res; - if (!(base.isValid() && other.isValid())) { - return {milliseconds: 0, months: 0}; - } - - other = cloneWithOffset(other, base); - if (base.isBefore(other)) { - res = positiveMomentsDifference(base, other); - } else { - res = positiveMomentsDifference(other, base); - res.milliseconds = -res.milliseconds; - res.months = -res.months; - } - - return res; -} - -// TODO: remove 'name' arg after deprecation is removed -function createAdder(direction, name) { - return function (val, period) { - var dur, tmp; - //invert the arguments, but complain about it - if (period !== null && !isNaN(+period)) { - deprecateSimple(name, 'moment().' + name + '(period, number) is deprecated. Please use moment().' + name + '(number, period). ' + - 'See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info.'); - tmp = val; val = period; period = tmp; - } - - val = typeof val === 'string' ? +val : val; - dur = createDuration(val, period); - addSubtract(this, dur, direction); - return this; - }; -} - -function addSubtract (mom, duration, isAdding, updateOffset) { - var milliseconds = duration._milliseconds, - days = absRound(duration._days), - months = absRound(duration._months); - - if (!mom.isValid()) { - // No op - return; - } - - updateOffset = updateOffset == null ? true : updateOffset; - - if (months) { - setMonth(mom, get(mom, 'Month') + months * isAdding); - } - if (days) { - set$1(mom, 'Date', get(mom, 'Date') + days * isAdding); - } - if (milliseconds) { - mom._d.setTime(mom._d.valueOf() + milliseconds * isAdding); - } - if (updateOffset) { - hooks.updateOffset(mom, days || months); - } -} - -var add = createAdder(1, 'add'); -var subtract = createAdder(-1, 'subtract'); - -function getCalendarFormat(myMoment, now) { - var diff = myMoment.diff(now, 'days', true); - return diff < -6 ? 'sameElse' : - diff < -1 ? 'lastWeek' : - diff < 0 ? 'lastDay' : - diff < 1 ? 'sameDay' : - diff < 2 ? 'nextDay' : - diff < 7 ? 'nextWeek' : 'sameElse'; -} - -function calendar$1 (time, formats) { - // We want to compare the start of today, vs this. - // Getting start-of-today depends on whether we're local/utc/offset or not. - var now = time || createLocal(), - sod = cloneWithOffset(now, this).startOf('day'), - format = hooks.calendarFormat(this, sod) || 'sameElse'; - - var output = formats && (isFunction(formats[format]) ? formats[format].call(this, now) : formats[format]); - - return this.format(output || this.localeData().calendar(format, this, createLocal(now))); -} - -function clone () { - return new Moment(this); -} - -function isAfter (input, units) { - var localInput = isMoment(input) ? input : createLocal(input); - if (!(this.isValid() && localInput.isValid())) { - return false; - } - units = normalizeUnits(!isUndefined(units) ? units : 'millisecond'); - if (units === 'millisecond') { - return this.valueOf() > localInput.valueOf(); - } else { - return localInput.valueOf() < this.clone().startOf(units).valueOf(); - } -} - -function isBefore (input, units) { - var localInput = isMoment(input) ? input : createLocal(input); - if (!(this.isValid() && localInput.isValid())) { - return false; - } - units = normalizeUnits(!isUndefined(units) ? units : 'millisecond'); - if (units === 'millisecond') { - return this.valueOf() < localInput.valueOf(); - } else { - return this.clone().endOf(units).valueOf() < localInput.valueOf(); - } -} - -function isBetween (from, to, units, inclusivity) { - inclusivity = inclusivity || '()'; - return (inclusivity[0] === '(' ? this.isAfter(from, units) : !this.isBefore(from, units)) && - (inclusivity[1] === ')' ? this.isBefore(to, units) : !this.isAfter(to, units)); -} - -function isSame (input, units) { - var localInput = isMoment(input) ? input : createLocal(input), - inputMs; - if (!(this.isValid() && localInput.isValid())) { - return false; - } - units = normalizeUnits(units || 'millisecond'); - if (units === 'millisecond') { - return this.valueOf() === localInput.valueOf(); - } else { - inputMs = localInput.valueOf(); - return this.clone().startOf(units).valueOf() <= inputMs && inputMs <= this.clone().endOf(units).valueOf(); - } -} - -function isSameOrAfter (input, units) { - return this.isSame(input, units) || this.isAfter(input,units); -} - -function isSameOrBefore (input, units) { - return this.isSame(input, units) || this.isBefore(input,units); -} - -function diff (input, units, asFloat) { - var that, - zoneDelta, - delta, output; - - if (!this.isValid()) { - return NaN; - } - - that = cloneWithOffset(input, this); - - if (!that.isValid()) { - return NaN; - } - - zoneDelta = (that.utcOffset() - this.utcOffset()) * 6e4; - - units = normalizeUnits(units); - - switch (units) { - case 'year': output = monthDiff(this, that) / 12; break; - case 'month': output = monthDiff(this, that); break; - case 'quarter': output = monthDiff(this, that) / 3; break; - case 'second': output = (this - that) / 1e3; break; // 1000 - case 'minute': output = (this - that) / 6e4; break; // 1000 * 60 - case 'hour': output = (this - that) / 36e5; break; // 1000 * 60 * 60 - case 'day': output = (this - that - zoneDelta) / 864e5; break; // 1000 * 60 * 60 * 24, negate dst - case 'week': output = (this - that - zoneDelta) / 6048e5; break; // 1000 * 60 * 60 * 24 * 7, negate dst - default: output = this - that; - } - - return asFloat ? output : absFloor(output); -} - -function monthDiff (a, b) { - // difference in months - var wholeMonthDiff = ((b.year() - a.year()) * 12) + (b.month() - a.month()), - // b is in (anchor - 1 month, anchor + 1 month) - anchor = a.clone().add(wholeMonthDiff, 'months'), - anchor2, adjust; - - if (b - anchor < 0) { - anchor2 = a.clone().add(wholeMonthDiff - 1, 'months'); - // linear across the month - adjust = (b - anchor) / (anchor - anchor2); - } else { - anchor2 = a.clone().add(wholeMonthDiff + 1, 'months'); - // linear across the month - adjust = (b - anchor) / (anchor2 - anchor); - } - - //check for negative zero, return zero if negative zero - return -(wholeMonthDiff + adjust) || 0; -} - -hooks.defaultFormat = 'YYYY-MM-DDTHH:mm:ssZ'; -hooks.defaultFormatUtc = 'YYYY-MM-DDTHH:mm:ss[Z]'; - -function toString () { - return this.clone().locale('en').format('ddd MMM DD YYYY HH:mm:ss [GMT]ZZ'); -} - -function toISOString(keepOffset) { - if (!this.isValid()) { - return null; - } - var utc = keepOffset !== true; - var m = utc ? this.clone().utc() : this; - if (m.year() < 0 || m.year() > 9999) { - return formatMoment(m, utc ? 'YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]' : 'YYYYYY-MM-DD[T]HH:mm:ss.SSSZ'); - } - if (isFunction(Date.prototype.toISOString)) { - // native implementation is ~50x faster, use it when we can - if (utc) { - return this.toDate().toISOString(); - } else { - return new Date(this._d.valueOf()).toISOString().replace('Z', formatMoment(m, 'Z')); - } - } - return formatMoment(m, utc ? 'YYYY-MM-DD[T]HH:mm:ss.SSS[Z]' : 'YYYY-MM-DD[T]HH:mm:ss.SSSZ'); -} - -/** - * Return a human readable representation of a moment that can - * also be evaluated to get a new moment which is the same - * - * @link https://nodejs.org/dist/latest/docs/api/util.html#util_custom_inspect_function_on_objects - */ -function inspect () { - if (!this.isValid()) { - return 'moment.invalid(/* ' + this._i + ' */)'; - } - var func = 'moment'; - var zone = ''; - if (!this.isLocal()) { - func = this.utcOffset() === 0 ? 'moment.utc' : 'moment.parseZone'; - zone = 'Z'; - } - var prefix = '[' + func + '("]'; - var year = (0 <= this.year() && this.year() <= 9999) ? 'YYYY' : 'YYYYYY'; - var datetime = '-MM-DD[T]HH:mm:ss.SSS'; - var suffix = zone + '[")]'; - - return this.format(prefix + year + datetime + suffix); -} - -function format (inputString) { - if (!inputString) { - inputString = this.isUtc() ? hooks.defaultFormatUtc : hooks.defaultFormat; - } - var output = formatMoment(this, inputString); - return this.localeData().postformat(output); -} - -function from (time, withoutSuffix) { - if (this.isValid() && - ((isMoment(time) && time.isValid()) || - createLocal(time).isValid())) { - return createDuration({to: this, from: time}).locale(this.locale()).humanize(!withoutSuffix); - } else { - return this.localeData().invalidDate(); - } -} - -function fromNow (withoutSuffix) { - return this.from(createLocal(), withoutSuffix); -} - -function to (time, withoutSuffix) { - if (this.isValid() && - ((isMoment(time) && time.isValid()) || - createLocal(time).isValid())) { - return createDuration({from: this, to: time}).locale(this.locale()).humanize(!withoutSuffix); - } else { - return this.localeData().invalidDate(); - } -} - -function toNow (withoutSuffix) { - return this.to(createLocal(), withoutSuffix); -} - -// If passed a locale key, it will set the locale for this -// instance. Otherwise, it will return the locale configuration -// variables for this instance. -function locale (key) { - var newLocaleData; - - if (key === undefined) { - return this._locale._abbr; - } else { - newLocaleData = getLocale(key); - if (newLocaleData != null) { - this._locale = newLocaleData; - } - return this; - } -} - -var lang = deprecate( - 'moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.', - function (key) { - if (key === undefined) { - return this.localeData(); - } else { - return this.locale(key); - } - } -); - -function localeData () { - return this._locale; -} - -function startOf (units) { - units = normalizeUnits(units); - // the following switch intentionally omits break keywords - // to utilize falling through the cases. - switch (units) { - case 'year': - this.month(0); - /* falls through */ - case 'quarter': - case 'month': - this.date(1); - /* falls through */ - case 'week': - case 'isoWeek': - case 'day': - case 'date': - this.hours(0); - /* falls through */ - case 'hour': - this.minutes(0); - /* falls through */ - case 'minute': - this.seconds(0); - /* falls through */ - case 'second': - this.milliseconds(0); - } - - // weeks are a special case - if (units === 'week') { - this.weekday(0); - } - if (units === 'isoWeek') { - this.isoWeekday(1); - } - - // quarters are also special - if (units === 'quarter') { - this.month(Math.floor(this.month() / 3) * 3); - } - - return this; -} - -function endOf (units) { - units = normalizeUnits(units); - if (units === undefined || units === 'millisecond') { - return this; - } - - // 'date' is an alias for 'day', so it should be considered as such. - if (units === 'date') { - units = 'day'; - } - - return this.startOf(units).add(1, (units === 'isoWeek' ? 'week' : units)).subtract(1, 'ms'); -} - -function valueOf () { - return this._d.valueOf() - ((this._offset || 0) * 60000); -} - -function unix () { - return Math.floor(this.valueOf() / 1000); -} - -function toDate () { - return new Date(this.valueOf()); -} - -function toArray () { - var m = this; - return [m.year(), m.month(), m.date(), m.hour(), m.minute(), m.second(), m.millisecond()]; -} - -function toObject () { - var m = this; - return { - years: m.year(), - months: m.month(), - date: m.date(), - hours: m.hours(), - minutes: m.minutes(), - seconds: m.seconds(), - milliseconds: m.milliseconds() - }; -} - -function toJSON () { - // new Date(NaN).toJSON() === null - return this.isValid() ? this.toISOString() : null; -} - -function isValid$2 () { - return isValid(this); -} - -function parsingFlags () { - return extend({}, getParsingFlags(this)); -} - -function invalidAt () { - return getParsingFlags(this).overflow; -} - -function creationData() { - return { - input: this._i, - format: this._f, - locale: this._locale, - isUTC: this._isUTC, - strict: this._strict - }; -} - -// FORMATTING - -addFormatToken(0, ['gg', 2], 0, function () { - return this.weekYear() % 100; -}); - -addFormatToken(0, ['GG', 2], 0, function () { - return this.isoWeekYear() % 100; -}); - -function addWeekYearFormatToken (token, getter) { - addFormatToken(0, [token, token.length], 0, getter); -} - -addWeekYearFormatToken('gggg', 'weekYear'); -addWeekYearFormatToken('ggggg', 'weekYear'); -addWeekYearFormatToken('GGGG', 'isoWeekYear'); -addWeekYearFormatToken('GGGGG', 'isoWeekYear'); - -// ALIASES - -addUnitAlias('weekYear', 'gg'); -addUnitAlias('isoWeekYear', 'GG'); - -// PRIORITY - -addUnitPriority('weekYear', 1); -addUnitPriority('isoWeekYear', 1); - - -// PARSING - -addRegexToken('G', matchSigned); -addRegexToken('g', matchSigned); -addRegexToken('GG', match1to2, match2); -addRegexToken('gg', match1to2, match2); -addRegexToken('GGGG', match1to4, match4); -addRegexToken('gggg', match1to4, match4); -addRegexToken('GGGGG', match1to6, match6); -addRegexToken('ggggg', match1to6, match6); - -addWeekParseToken(['gggg', 'ggggg', 'GGGG', 'GGGGG'], function (input, week, config, token) { - week[token.substr(0, 2)] = toInt(input); -}); - -addWeekParseToken(['gg', 'GG'], function (input, week, config, token) { - week[token] = hooks.parseTwoDigitYear(input); -}); - -// MOMENTS - -function getSetWeekYear (input) { - return getSetWeekYearHelper.call(this, - input, - this.week(), - this.weekday(), - this.localeData()._week.dow, - this.localeData()._week.doy); -} - -function getSetISOWeekYear (input) { - return getSetWeekYearHelper.call(this, - input, this.isoWeek(), this.isoWeekday(), 1, 4); -} - -function getISOWeeksInYear () { - return weeksInYear(this.year(), 1, 4); -} - -function getWeeksInYear () { - var weekInfo = this.localeData()._week; - return weeksInYear(this.year(), weekInfo.dow, weekInfo.doy); -} - -function getSetWeekYearHelper(input, week, weekday, dow, doy) { - var weeksTarget; - if (input == null) { - return weekOfYear(this, dow, doy).year; - } else { - weeksTarget = weeksInYear(input, dow, doy); - if (week > weeksTarget) { - week = weeksTarget; - } - return setWeekAll.call(this, input, week, weekday, dow, doy); - } -} - -function setWeekAll(weekYear, week, weekday, dow, doy) { - var dayOfYearData = dayOfYearFromWeeks(weekYear, week, weekday, dow, doy), - date = createUTCDate(dayOfYearData.year, 0, dayOfYearData.dayOfYear); - - this.year(date.getUTCFullYear()); - this.month(date.getUTCMonth()); - this.date(date.getUTCDate()); - return this; -} - -// FORMATTING - -addFormatToken('Q', 0, 'Qo', 'quarter'); - -// ALIASES - -addUnitAlias('quarter', 'Q'); - -// PRIORITY - -addUnitPriority('quarter', 7); - -// PARSING - -addRegexToken('Q', match1); -addParseToken('Q', function (input, array) { - array[MONTH] = (toInt(input) - 1) * 3; -}); - -// MOMENTS - -function getSetQuarter (input) { - return input == null ? Math.ceil((this.month() + 1) / 3) : this.month((input - 1) * 3 + this.month() % 3); -} - -// FORMATTING - -addFormatToken('D', ['DD', 2], 'Do', 'date'); - -// ALIASES - -addUnitAlias('date', 'D'); - -// PRIOROITY -addUnitPriority('date', 9); - -// PARSING - -addRegexToken('D', match1to2); -addRegexToken('DD', match1to2, match2); -addRegexToken('Do', function (isStrict, locale) { - // TODO: Remove "ordinalParse" fallback in next major release. - return isStrict ? - (locale._dayOfMonthOrdinalParse || locale._ordinalParse) : - locale._dayOfMonthOrdinalParseLenient; -}); - -addParseToken(['D', 'DD'], DATE); -addParseToken('Do', function (input, array) { - array[DATE] = toInt(input.match(match1to2)[0]); -}); - -// MOMENTS - -var getSetDayOfMonth = makeGetSet('Date', true); - -// FORMATTING - -addFormatToken('DDD', ['DDDD', 3], 'DDDo', 'dayOfYear'); - -// ALIASES - -addUnitAlias('dayOfYear', 'DDD'); - -// PRIORITY -addUnitPriority('dayOfYear', 4); - -// PARSING - -addRegexToken('DDD', match1to3); -addRegexToken('DDDD', match3); -addParseToken(['DDD', 'DDDD'], function (input, array, config) { - config._dayOfYear = toInt(input); -}); - -// HELPERS - -// MOMENTS - -function getSetDayOfYear (input) { - var dayOfYear = Math.round((this.clone().startOf('day') - this.clone().startOf('year')) / 864e5) + 1; - return input == null ? dayOfYear : this.add((input - dayOfYear), 'd'); -} - -// FORMATTING - -addFormatToken('m', ['mm', 2], 0, 'minute'); - -// ALIASES - -addUnitAlias('minute', 'm'); - -// PRIORITY - -addUnitPriority('minute', 14); - -// PARSING - -addRegexToken('m', match1to2); -addRegexToken('mm', match1to2, match2); -addParseToken(['m', 'mm'], MINUTE); - -// MOMENTS - -var getSetMinute = makeGetSet('Minutes', false); - -// FORMATTING - -addFormatToken('s', ['ss', 2], 0, 'second'); - -// ALIASES - -addUnitAlias('second', 's'); - -// PRIORITY - -addUnitPriority('second', 15); - -// PARSING - -addRegexToken('s', match1to2); -addRegexToken('ss', match1to2, match2); -addParseToken(['s', 'ss'], SECOND); - -// MOMENTS - -var getSetSecond = makeGetSet('Seconds', false); - -// FORMATTING - -addFormatToken('S', 0, 0, function () { - return ~~(this.millisecond() / 100); -}); - -addFormatToken(0, ['SS', 2], 0, function () { - return ~~(this.millisecond() / 10); -}); - -addFormatToken(0, ['SSS', 3], 0, 'millisecond'); -addFormatToken(0, ['SSSS', 4], 0, function () { - return this.millisecond() * 10; -}); -addFormatToken(0, ['SSSSS', 5], 0, function () { - return this.millisecond() * 100; -}); -addFormatToken(0, ['SSSSSS', 6], 0, function () { - return this.millisecond() * 1000; -}); -addFormatToken(0, ['SSSSSSS', 7], 0, function () { - return this.millisecond() * 10000; -}); -addFormatToken(0, ['SSSSSSSS', 8], 0, function () { - return this.millisecond() * 100000; -}); -addFormatToken(0, ['SSSSSSSSS', 9], 0, function () { - return this.millisecond() * 1000000; -}); - - -// ALIASES - -addUnitAlias('millisecond', 'ms'); - -// PRIORITY - -addUnitPriority('millisecond', 16); - -// PARSING - -addRegexToken('S', match1to3, match1); -addRegexToken('SS', match1to3, match2); -addRegexToken('SSS', match1to3, match3); - -var token; -for (token = 'SSSS'; token.length <= 9; token += 'S') { - addRegexToken(token, matchUnsigned); -} - -function parseMs(input, array) { - array[MILLISECOND] = toInt(('0.' + input) * 1000); -} - -for (token = 'S'; token.length <= 9; token += 'S') { - addParseToken(token, parseMs); -} -// MOMENTS - -var getSetMillisecond = makeGetSet('Milliseconds', false); - -// FORMATTING - -addFormatToken('z', 0, 0, 'zoneAbbr'); -addFormatToken('zz', 0, 0, 'zoneName'); - -// MOMENTS - -function getZoneAbbr () { - return this._isUTC ? 'UTC' : ''; -} - -function getZoneName () { - return this._isUTC ? 'Coordinated Universal Time' : ''; -} - -var proto = Moment.prototype; - -proto.add = add; -proto.calendar = calendar$1; -proto.clone = clone; -proto.diff = diff; -proto.endOf = endOf; -proto.format = format; -proto.from = from; -proto.fromNow = fromNow; -proto.to = to; -proto.toNow = toNow; -proto.get = stringGet; -proto.invalidAt = invalidAt; -proto.isAfter = isAfter; -proto.isBefore = isBefore; -proto.isBetween = isBetween; -proto.isSame = isSame; -proto.isSameOrAfter = isSameOrAfter; -proto.isSameOrBefore = isSameOrBefore; -proto.isValid = isValid$2; -proto.lang = lang; -proto.locale = locale; -proto.localeData = localeData; -proto.max = prototypeMax; -proto.min = prototypeMin; -proto.parsingFlags = parsingFlags; -proto.set = stringSet; -proto.startOf = startOf; -proto.subtract = subtract; -proto.toArray = toArray; -proto.toObject = toObject; -proto.toDate = toDate; -proto.toISOString = toISOString; -proto.inspect = inspect; -proto.toJSON = toJSON; -proto.toString = toString; -proto.unix = unix; -proto.valueOf = valueOf; -proto.creationData = creationData; - -// Year -proto.year = getSetYear; -proto.isLeapYear = getIsLeapYear; - -// Week Year -proto.weekYear = getSetWeekYear; -proto.isoWeekYear = getSetISOWeekYear; - -// Quarter -proto.quarter = proto.quarters = getSetQuarter; - -// Month -proto.month = getSetMonth; -proto.daysInMonth = getDaysInMonth; - -// Week -proto.week = proto.weeks = getSetWeek; -proto.isoWeek = proto.isoWeeks = getSetISOWeek; -proto.weeksInYear = getWeeksInYear; -proto.isoWeeksInYear = getISOWeeksInYear; - -// Day -proto.date = getSetDayOfMonth; -proto.day = proto.days = getSetDayOfWeek; -proto.weekday = getSetLocaleDayOfWeek; -proto.isoWeekday = getSetISODayOfWeek; -proto.dayOfYear = getSetDayOfYear; - -// Hour -proto.hour = proto.hours = getSetHour; - -// Minute -proto.minute = proto.minutes = getSetMinute; - -// Second -proto.second = proto.seconds = getSetSecond; - -// Millisecond -proto.millisecond = proto.milliseconds = getSetMillisecond; - -// Offset -proto.utcOffset = getSetOffset; -proto.utc = setOffsetToUTC; -proto.local = setOffsetToLocal; -proto.parseZone = setOffsetToParsedOffset; -proto.hasAlignedHourOffset = hasAlignedHourOffset; -proto.isDST = isDaylightSavingTime; -proto.isLocal = isLocal; -proto.isUtcOffset = isUtcOffset; -proto.isUtc = isUtc; -proto.isUTC = isUtc; - -// Timezone -proto.zoneAbbr = getZoneAbbr; -proto.zoneName = getZoneName; - -// Deprecations -proto.dates = deprecate('dates accessor is deprecated. Use date instead.', getSetDayOfMonth); -proto.months = deprecate('months accessor is deprecated. Use month instead', getSetMonth); -proto.years = deprecate('years accessor is deprecated. Use year instead', getSetYear); -proto.zone = deprecate('moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/', getSetZone); -proto.isDSTShifted = deprecate('isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information', isDaylightSavingTimeShifted); - -function createUnix (input) { - return createLocal(input * 1000); -} - -function createInZone () { - return createLocal.apply(null, arguments).parseZone(); -} - -function preParsePostFormat (string) { - return string; -} - -var proto$1 = Locale.prototype; - -proto$1.calendar = calendar; -proto$1.longDateFormat = longDateFormat; -proto$1.invalidDate = invalidDate; -proto$1.ordinal = ordinal; -proto$1.preparse = preParsePostFormat; -proto$1.postformat = preParsePostFormat; -proto$1.relativeTime = relativeTime; -proto$1.pastFuture = pastFuture; -proto$1.set = set; - -// Month -proto$1.months = localeMonths; -proto$1.monthsShort = localeMonthsShort; -proto$1.monthsParse = localeMonthsParse; -proto$1.monthsRegex = monthsRegex; -proto$1.monthsShortRegex = monthsShortRegex; - -// Week -proto$1.week = localeWeek; -proto$1.firstDayOfYear = localeFirstDayOfYear; -proto$1.firstDayOfWeek = localeFirstDayOfWeek; - -// Day of Week -proto$1.weekdays = localeWeekdays; -proto$1.weekdaysMin = localeWeekdaysMin; -proto$1.weekdaysShort = localeWeekdaysShort; -proto$1.weekdaysParse = localeWeekdaysParse; - -proto$1.weekdaysRegex = weekdaysRegex; -proto$1.weekdaysShortRegex = weekdaysShortRegex; -proto$1.weekdaysMinRegex = weekdaysMinRegex; - -// Hours -proto$1.isPM = localeIsPM; -proto$1.meridiem = localeMeridiem; - -function get$1 (format, index, field, setter) { - var locale = getLocale(); - var utc = createUTC().set(setter, index); - return locale[field](utc, format); -} - -function listMonthsImpl (format, index, field) { - if (isNumber(format)) { - index = format; - format = undefined; - } - - format = format || ''; - - if (index != null) { - return get$1(format, index, field, 'month'); - } - - var i; - var out = []; - for (i = 0; i < 12; i++) { - out[i] = get$1(format, i, field, 'month'); - } - return out; -} - -// () -// (5) -// (fmt, 5) -// (fmt) -// (true) -// (true, 5) -// (true, fmt, 5) -// (true, fmt) -function listWeekdaysImpl (localeSorted, format, index, field) { - if (typeof localeSorted === 'boolean') { - if (isNumber(format)) { - index = format; - format = undefined; - } - - format = format || ''; - } else { - format = localeSorted; - index = format; - localeSorted = false; - - if (isNumber(format)) { - index = format; - format = undefined; - } - - format = format || ''; - } - - var locale = getLocale(), - shift = localeSorted ? locale._week.dow : 0; - - if (index != null) { - return get$1(format, (index + shift) % 7, field, 'day'); - } - - var i; - var out = []; - for (i = 0; i < 7; i++) { - out[i] = get$1(format, (i + shift) % 7, field, 'day'); - } - return out; -} - -function listMonths (format, index) { - return listMonthsImpl(format, index, 'months'); -} - -function listMonthsShort (format, index) { - return listMonthsImpl(format, index, 'monthsShort'); -} - -function listWeekdays (localeSorted, format, index) { - return listWeekdaysImpl(localeSorted, format, index, 'weekdays'); -} - -function listWeekdaysShort (localeSorted, format, index) { - return listWeekdaysImpl(localeSorted, format, index, 'weekdaysShort'); -} - -function listWeekdaysMin (localeSorted, format, index) { - return listWeekdaysImpl(localeSorted, format, index, 'weekdaysMin'); -} - -getSetGlobalLocale('en', { - dayOfMonthOrdinalParse: /\d{1,2}(th|st|nd|rd)/, - ordinal : function (number) { - var b = number % 10, - output = (toInt(number % 100 / 10) === 1) ? 'th' : - (b === 1) ? 'st' : - (b === 2) ? 'nd' : - (b === 3) ? 'rd' : 'th'; - return number + output; - } -}); - -// Side effect imports -hooks.lang = deprecate('moment.lang is deprecated. Use moment.locale instead.', getSetGlobalLocale); -hooks.langData = deprecate('moment.langData is deprecated. Use moment.localeData instead.', getLocale); - -var mathAbs = Math.abs; - -function abs () { - var data = this._data; - - this._milliseconds = mathAbs(this._milliseconds); - this._days = mathAbs(this._days); - this._months = mathAbs(this._months); - - data.milliseconds = mathAbs(data.milliseconds); - data.seconds = mathAbs(data.seconds); - data.minutes = mathAbs(data.minutes); - data.hours = mathAbs(data.hours); - data.months = mathAbs(data.months); - data.years = mathAbs(data.years); - - return this; -} - -function addSubtract$1 (duration, input, value, direction) { - var other = createDuration(input, value); - - duration._milliseconds += direction * other._milliseconds; - duration._days += direction * other._days; - duration._months += direction * other._months; - - return duration._bubble(); -} - -// supports only 2.0-style add(1, 's') or add(duration) -function add$1 (input, value) { - return addSubtract$1(this, input, value, 1); -} - -// supports only 2.0-style subtract(1, 's') or subtract(duration) -function subtract$1 (input, value) { - return addSubtract$1(this, input, value, -1); -} - -function absCeil (number) { - if (number < 0) { - return Math.floor(number); - } else { - return Math.ceil(number); - } -} - -function bubble () { - var milliseconds = this._milliseconds; - var days = this._days; - var months = this._months; - var data = this._data; - var seconds, minutes, hours, years, monthsFromDays; - - // if we have a mix of positive and negative values, bubble down first - // check: https://github.com/moment/moment/issues/2166 - if (!((milliseconds >= 0 && days >= 0 && months >= 0) || - (milliseconds <= 0 && days <= 0 && months <= 0))) { - milliseconds += absCeil(monthsToDays(months) + days) * 864e5; - days = 0; - months = 0; - } - - // The following code bubbles up values, see the tests for - // examples of what that means. - data.milliseconds = milliseconds % 1000; - - seconds = absFloor(milliseconds / 1000); - data.seconds = seconds % 60; - - minutes = absFloor(seconds / 60); - data.minutes = minutes % 60; - - hours = absFloor(minutes / 60); - data.hours = hours % 24; - - days += absFloor(hours / 24); - - // convert days to months - monthsFromDays = absFloor(daysToMonths(days)); - months += monthsFromDays; - days -= absCeil(monthsToDays(monthsFromDays)); - - // 12 months -> 1 year - years = absFloor(months / 12); - months %= 12; - - data.days = days; - data.months = months; - data.years = years; - - return this; -} - -function daysToMonths (days) { - // 400 years have 146097 days (taking into account leap year rules) - // 400 years have 12 months === 4800 - return days * 4800 / 146097; -} - -function monthsToDays (months) { - // the reverse of daysToMonths - return months * 146097 / 4800; -} - -function as (units) { - if (!this.isValid()) { - return NaN; - } - var days; - var months; - var milliseconds = this._milliseconds; - - units = normalizeUnits(units); - - if (units === 'month' || units === 'year') { - days = this._days + milliseconds / 864e5; - months = this._months + daysToMonths(days); - return units === 'month' ? months : months / 12; - } else { - // handle milliseconds separately because of floating point math errors (issue #1867) - days = this._days + Math.round(monthsToDays(this._months)); - switch (units) { - case 'week' : return days / 7 + milliseconds / 6048e5; - case 'day' : return days + milliseconds / 864e5; - case 'hour' : return days * 24 + milliseconds / 36e5; - case 'minute' : return days * 1440 + milliseconds / 6e4; - case 'second' : return days * 86400 + milliseconds / 1000; - // Math.floor prevents floating point math errors here - case 'millisecond': return Math.floor(days * 864e5) + milliseconds; - default: throw new Error('Unknown unit ' + units); - } - } -} - -// TODO: Use this.as('ms')? -function valueOf$1 () { - if (!this.isValid()) { - return NaN; - } - return ( - this._milliseconds + - this._days * 864e5 + - (this._months % 12) * 2592e6 + - toInt(this._months / 12) * 31536e6 - ); -} - -function makeAs (alias) { - return function () { - return this.as(alias); - }; -} - -var asMilliseconds = makeAs('ms'); -var asSeconds = makeAs('s'); -var asMinutes = makeAs('m'); -var asHours = makeAs('h'); -var asDays = makeAs('d'); -var asWeeks = makeAs('w'); -var asMonths = makeAs('M'); -var asYears = makeAs('y'); - -function clone$1 () { - return createDuration(this); -} - -function get$2 (units) { - units = normalizeUnits(units); - return this.isValid() ? this[units + 's']() : NaN; -} - -function makeGetter(name) { - return function () { - return this.isValid() ? this._data[name] : NaN; - }; -} - -var milliseconds = makeGetter('milliseconds'); -var seconds = makeGetter('seconds'); -var minutes = makeGetter('minutes'); -var hours = makeGetter('hours'); -var days = makeGetter('days'); -var months = makeGetter('months'); -var years = makeGetter('years'); - -function weeks () { - return absFloor(this.days() / 7); -} - -var round = Math.round; -var thresholds = { - ss: 44, // a few seconds to seconds - s : 45, // seconds to minute - m : 45, // minutes to hour - h : 22, // hours to day - d : 26, // days to month - M : 11 // months to year -}; - -// helper function for moment.fn.from, moment.fn.fromNow, and moment.duration.fn.humanize -function substituteTimeAgo(string, number, withoutSuffix, isFuture, locale) { - return locale.relativeTime(number || 1, !!withoutSuffix, string, isFuture); -} - -function relativeTime$1 (posNegDuration, withoutSuffix, locale) { - var duration = createDuration(posNegDuration).abs(); - var seconds = round(duration.as('s')); - var minutes = round(duration.as('m')); - var hours = round(duration.as('h')); - var days = round(duration.as('d')); - var months = round(duration.as('M')); - var years = round(duration.as('y')); - - var a = seconds <= thresholds.ss && ['s', seconds] || - seconds < thresholds.s && ['ss', seconds] || - minutes <= 1 && ['m'] || - minutes < thresholds.m && ['mm', minutes] || - hours <= 1 && ['h'] || - hours < thresholds.h && ['hh', hours] || - days <= 1 && ['d'] || - days < thresholds.d && ['dd', days] || - months <= 1 && ['M'] || - months < thresholds.M && ['MM', months] || - years <= 1 && ['y'] || ['yy', years]; - - a[2] = withoutSuffix; - a[3] = +posNegDuration > 0; - a[4] = locale; - return substituteTimeAgo.apply(null, a); -} - -// This function allows you to set the rounding function for relative time strings -function getSetRelativeTimeRounding (roundingFunction) { - if (roundingFunction === undefined) { - return round; - } - if (typeof(roundingFunction) === 'function') { - round = roundingFunction; - return true; - } - return false; -} - -// This function allows you to set a threshold for relative time strings -function getSetRelativeTimeThreshold (threshold, limit) { - if (thresholds[threshold] === undefined) { - return false; - } - if (limit === undefined) { - return thresholds[threshold]; - } - thresholds[threshold] = limit; - if (threshold === 's') { - thresholds.ss = limit - 1; - } - return true; -} - -function humanize (withSuffix) { - if (!this.isValid()) { - return this.localeData().invalidDate(); - } - - var locale = this.localeData(); - var output = relativeTime$1(this, !withSuffix, locale); - - if (withSuffix) { - output = locale.pastFuture(+this, output); - } - - return locale.postformat(output); -} - -var abs$1 = Math.abs; - -function sign(x) { - return ((x > 0) - (x < 0)) || +x; -} - -function toISOString$1() { - // for ISO strings we do not use the normal bubbling rules: - // * milliseconds bubble up until they become hours - // * days do not bubble at all - // * months bubble up until they become years - // This is because there is no context-free conversion between hours and days - // (think of clock changes) - // and also not between days and months (28-31 days per month) - if (!this.isValid()) { - return this.localeData().invalidDate(); - } - - var seconds = abs$1(this._milliseconds) / 1000; - var days = abs$1(this._days); - var months = abs$1(this._months); - var minutes, hours, years; - - // 3600 seconds -> 60 minutes -> 1 hour - minutes = absFloor(seconds / 60); - hours = absFloor(minutes / 60); - seconds %= 60; - minutes %= 60; - - // 12 months -> 1 year - years = absFloor(months / 12); - months %= 12; - - - // inspired by https://github.com/dordille/moment-isoduration/blob/master/moment.isoduration.js - var Y = years; - var M = months; - var D = days; - var h = hours; - var m = minutes; - var s = seconds ? seconds.toFixed(3).replace(/\.?0+$/, '') : ''; - var total = this.asSeconds(); - - if (!total) { - // this is the same as C#'s (Noda) and python (isodate)... - // but not other JS (goog.date) - return 'P0D'; - } - - var totalSign = total < 0 ? '-' : ''; - var ymSign = sign(this._months) !== sign(total) ? '-' : ''; - var daysSign = sign(this._days) !== sign(total) ? '-' : ''; - var hmsSign = sign(this._milliseconds) !== sign(total) ? '-' : ''; - - return totalSign + 'P' + - (Y ? ymSign + Y + 'Y' : '') + - (M ? ymSign + M + 'M' : '') + - (D ? daysSign + D + 'D' : '') + - ((h || m || s) ? 'T' : '') + - (h ? hmsSign + h + 'H' : '') + - (m ? hmsSign + m + 'M' : '') + - (s ? hmsSign + s + 'S' : ''); -} - -var proto$2 = Duration.prototype; - -proto$2.isValid = isValid$1; -proto$2.abs = abs; -proto$2.add = add$1; -proto$2.subtract = subtract$1; -proto$2.as = as; -proto$2.asMilliseconds = asMilliseconds; -proto$2.asSeconds = asSeconds; -proto$2.asMinutes = asMinutes; -proto$2.asHours = asHours; -proto$2.asDays = asDays; -proto$2.asWeeks = asWeeks; -proto$2.asMonths = asMonths; -proto$2.asYears = asYears; -proto$2.valueOf = valueOf$1; -proto$2._bubble = bubble; -proto$2.clone = clone$1; -proto$2.get = get$2; -proto$2.milliseconds = milliseconds; -proto$2.seconds = seconds; -proto$2.minutes = minutes; -proto$2.hours = hours; -proto$2.days = days; -proto$2.weeks = weeks; -proto$2.months = months; -proto$2.years = years; -proto$2.humanize = humanize; -proto$2.toISOString = toISOString$1; -proto$2.toString = toISOString$1; -proto$2.toJSON = toISOString$1; -proto$2.locale = locale; -proto$2.localeData = localeData; - -// Deprecations -proto$2.toIsoString = deprecate('toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)', toISOString$1); -proto$2.lang = lang; - -// Side effect imports - -// FORMATTING - -addFormatToken('X', 0, 0, 'unix'); -addFormatToken('x', 0, 0, 'valueOf'); - -// PARSING - -addRegexToken('x', matchSigned); -addRegexToken('X', matchTimestamp); -addParseToken('X', function (input, array, config) { - config._d = new Date(parseFloat(input, 10) * 1000); -}); -addParseToken('x', function (input, array, config) { - config._d = new Date(toInt(input)); -}); - -// Side effect imports - - -hooks.version = '2.20.1'; - -setHookCallback(createLocal); - -hooks.fn = proto; -hooks.min = min; -hooks.max = max; -hooks.now = now; -hooks.utc = createUTC; -hooks.unix = createUnix; -hooks.months = listMonths; -hooks.isDate = isDate; -hooks.locale = getSetGlobalLocale; -hooks.invalid = createInvalid; -hooks.duration = createDuration; -hooks.isMoment = isMoment; -hooks.weekdays = listWeekdays; -hooks.parseZone = createInZone; -hooks.localeData = getLocale; -hooks.isDuration = isDuration; -hooks.monthsShort = listMonthsShort; -hooks.weekdaysMin = listWeekdaysMin; -hooks.defineLocale = defineLocale; -hooks.updateLocale = updateLocale; -hooks.locales = listLocales; -hooks.weekdaysShort = listWeekdaysShort; -hooks.normalizeUnits = normalizeUnits; -hooks.relativeTimeRounding = getSetRelativeTimeRounding; -hooks.relativeTimeThreshold = getSetRelativeTimeThreshold; -hooks.calendarFormat = getCalendarFormat; -hooks.prototype = proto; - -// currently HTML5 input type only supports 24-hour formats -hooks.HTML5_FMT = { - DATETIME_LOCAL: 'YYYY-MM-DDTHH:mm', // - DATETIME_LOCAL_SECONDS: 'YYYY-MM-DDTHH:mm:ss', // - DATETIME_LOCAL_MS: 'YYYY-MM-DDTHH:mm:ss.SSS', // - DATE: 'YYYY-MM-DD', // - TIME: 'HH:mm', // - TIME_SECONDS: 'HH:mm:ss', // - TIME_MS: 'HH:mm:ss.SSS', // - WEEK: 'YYYY-[W]WW', // - MONTH: 'YYYY-MM' // -}; - -return hooks; - -}))); - -/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(190)(module))) - -/***/ }), -/* 1 */, -/* 2 */, -/* 3 */, -/* 4 */, -/* 5 */, -/* 6 */, -/* 7 */, -/* 8 */, -/* 9 */, -/* 10 */, -/* 11 */ -/***/ (function(module, exports, __webpack_require__) { - -var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*! - * jQuery JavaScript Library v3.3.1 - * https://jquery.com/ - * - * Includes Sizzle.js - * https://sizzlejs.com/ - * - * Copyright JS Foundation and other contributors - * Released under the MIT license - * https://jquery.org/license - * - * Date: 2018-01-20T17:24Z - */ -( function( global, factory ) { - - "use strict"; - - if ( typeof module === "object" && typeof module.exports === "object" ) { - - // For CommonJS and CommonJS-like environments where a proper `window` - // is present, execute the factory and get jQuery. - // For environments that do not have a `window` with a `document` - // (such as Node.js), expose a factory as module.exports. - // This accentuates the need for the creation of a real `window`. - // e.g. var jQuery = require("jquery")(window); - // See ticket #14549 for more info. - module.exports = global.document ? - factory( global, true ) : - function( w ) { - if ( !w.document ) { - throw new Error( "jQuery requires a window with a document" ); - } - return factory( w ); - }; - } else { - factory( global ); - } - -// Pass this if window is not defined yet -} )( typeof window !== "undefined" ? window : this, function( window, noGlobal ) { - -// Edge <= 12 - 13+, Firefox <=18 - 45+, IE 10 - 11, Safari 5.1 - 9+, iOS 6 - 9.1 -// throw exceptions when non-strict code (e.g., ASP.NET 4.5) accesses strict mode -// arguments.callee.caller (trac-13335). But as of jQuery 3.0 (2016), strict mode should be common -// enough that all such attempts are guarded in a try block. -"use strict"; - -var arr = []; - -var document = window.document; - -var getProto = Object.getPrototypeOf; - -var slice = arr.slice; - -var concat = arr.concat; - -var push = arr.push; - -var indexOf = arr.indexOf; - -var class2type = {}; - -var toString = class2type.toString; - -var hasOwn = class2type.hasOwnProperty; - -var fnToString = hasOwn.toString; - -var ObjectFunctionString = fnToString.call( Object ); - -var support = {}; - -var isFunction = function isFunction( obj ) { - - // Support: Chrome <=57, Firefox <=52 - // In some browsers, typeof returns "function" for HTML elements - // (i.e., `typeof document.createElement( "object" ) === "function"`). - // We don't want to classify *any* DOM node as a function. - return typeof obj === "function" && typeof obj.nodeType !== "number"; - }; - - -var isWindow = function isWindow( obj ) { - return obj != null && obj === obj.window; - }; - - - - - var preservedScriptAttributes = { - type: true, - src: true, - noModule: true - }; - - function DOMEval( code, doc, node ) { - doc = doc || document; - - var i, - script = doc.createElement( "script" ); - - script.text = code; - if ( node ) { - for ( i in preservedScriptAttributes ) { - if ( node[ i ] ) { - script[ i ] = node[ i ]; - } - } - } - doc.head.appendChild( script ).parentNode.removeChild( script ); - } - - -function toType( obj ) { - if ( obj == null ) { - return obj + ""; - } - - // Support: Android <=2.3 only (functionish RegExp) - return typeof obj === "object" || typeof obj === "function" ? - class2type[ toString.call( obj ) ] || "object" : - typeof obj; -} -/* global Symbol */ -// Defining this global in .eslintrc.json would create a danger of using the global -// unguarded in another place, it seems safer to define global only for this module - - - -var - version = "3.3.1", - - // Define a local copy of jQuery - jQuery = function( selector, context ) { - - // The jQuery object is actually just the init constructor 'enhanced' - // Need init if jQuery is called (just allow error to be thrown if not included) - return new jQuery.fn.init( selector, context ); - }, - - // Support: Android <=4.0 only - // Make sure we trim BOM and NBSP - rtrim = /^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g; - -jQuery.fn = jQuery.prototype = { - - // The current version of jQuery being used - jquery: version, - - constructor: jQuery, - - // The default length of a jQuery object is 0 - length: 0, - - toArray: function() { - return slice.call( this ); - }, - - // Get the Nth element in the matched element set OR - // Get the whole matched element set as a clean array - get: function( num ) { - - // Return all the elements in a clean array - if ( num == null ) { - return slice.call( this ); - } - - // Return just the one element from the set - return num < 0 ? this[ num + this.length ] : this[ num ]; - }, - - // Take an array of elements and push it onto the stack - // (returning the new matched element set) - pushStack: function( elems ) { - - // Build a new jQuery matched element set - var ret = jQuery.merge( this.constructor(), elems ); - - // Add the old object onto the stack (as a reference) - ret.prevObject = this; - - // Return the newly-formed element set - return ret; - }, - - // Execute a callback for every element in the matched set. - each: function( callback ) { - return jQuery.each( this, callback ); - }, - - map: function( callback ) { - return this.pushStack( jQuery.map( this, function( elem, i ) { - return callback.call( elem, i, elem ); - } ) ); - }, - - slice: function() { - return this.pushStack( slice.apply( this, arguments ) ); - }, - - first: function() { - return this.eq( 0 ); - }, - - last: function() { - return this.eq( -1 ); - }, - - eq: function( i ) { - var len = this.length, - j = +i + ( i < 0 ? len : 0 ); - return this.pushStack( j >= 0 && j < len ? [ this[ j ] ] : [] ); - }, - - end: function() { - return this.prevObject || this.constructor(); - }, - - // For internal use only. - // Behaves like an Array's method, not like a jQuery method. - push: push, - sort: arr.sort, - splice: arr.splice -}; - -jQuery.extend = jQuery.fn.extend = function() { - var options, name, src, copy, copyIsArray, clone, - target = arguments[ 0 ] || {}, - i = 1, - length = arguments.length, - deep = false; - - // Handle a deep copy situation - if ( typeof target === "boolean" ) { - deep = target; - - // Skip the boolean and the target - target = arguments[ i ] || {}; - i++; - } - - // Handle case when target is a string or something (possible in deep copy) - if ( typeof target !== "object" && !isFunction( target ) ) { - target = {}; - } - - // Extend jQuery itself if only one argument is passed - if ( i === length ) { - target = this; - i--; - } - - for ( ; i < length; i++ ) { - - // Only deal with non-null/undefined values - if ( ( options = arguments[ i ] ) != null ) { - - // Extend the base object - for ( name in options ) { - src = target[ name ]; - copy = options[ name ]; - - // Prevent never-ending loop - if ( target === copy ) { - continue; - } - - // Recurse if we're merging plain objects or arrays - if ( deep && copy && ( jQuery.isPlainObject( copy ) || - ( copyIsArray = Array.isArray( copy ) ) ) ) { - - if ( copyIsArray ) { - copyIsArray = false; - clone = src && Array.isArray( src ) ? src : []; - - } else { - clone = src && jQuery.isPlainObject( src ) ? src : {}; - } - - // Never move original objects, clone them - target[ name ] = jQuery.extend( deep, clone, copy ); - - // Don't bring in undefined values - } else if ( copy !== undefined ) { - target[ name ] = copy; - } - } - } - } - - // Return the modified object - return target; -}; - -jQuery.extend( { - - // Unique for each copy of jQuery on the page - expando: "jQuery" + ( version + Math.random() ).replace( /\D/g, "" ), - - // Assume jQuery is ready without the ready module - isReady: true, - - error: function( msg ) { - throw new Error( msg ); - }, - - noop: function() {}, - - isPlainObject: function( obj ) { - var proto, Ctor; - - // Detect obvious negatives - // Use toString instead of jQuery.type to catch host objects - if ( !obj || toString.call( obj ) !== "[object Object]" ) { - return false; - } - - proto = getProto( obj ); - - // Objects with no prototype (e.g., `Object.create( null )`) are plain - if ( !proto ) { - return true; - } - - // Objects with prototype are plain iff they were constructed by a global Object function - Ctor = hasOwn.call( proto, "constructor" ) && proto.constructor; - return typeof Ctor === "function" && fnToString.call( Ctor ) === ObjectFunctionString; - }, - - isEmptyObject: function( obj ) { - - /* eslint-disable no-unused-vars */ - // See https://github.com/eslint/eslint/issues/6125 - var name; - - for ( name in obj ) { - return false; - } - return true; - }, - - // Evaluates a script in a global context - globalEval: function( code ) { - DOMEval( code ); - }, - - each: function( obj, callback ) { - var length, i = 0; - - if ( isArrayLike( obj ) ) { - length = obj.length; - for ( ; i < length; i++ ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } else { - for ( i in obj ) { - if ( callback.call( obj[ i ], i, obj[ i ] ) === false ) { - break; - } - } - } - - return obj; - }, - - // Support: Android <=4.0 only - trim: function( text ) { - return text == null ? - "" : - ( text + "" ).replace( rtrim, "" ); - }, - - // results is for internal usage only - makeArray: function( arr, results ) { - var ret = results || []; - - if ( arr != null ) { - if ( isArrayLike( Object( arr ) ) ) { - jQuery.merge( ret, - typeof arr === "string" ? - [ arr ] : arr - ); - } else { - push.call( ret, arr ); - } - } - - return ret; - }, - - inArray: function( elem, arr, i ) { - return arr == null ? -1 : indexOf.call( arr, elem, i ); - }, - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - merge: function( first, second ) { - var len = +second.length, - j = 0, - i = first.length; - - for ( ; j < len; j++ ) { - first[ i++ ] = second[ j ]; - } - - first.length = i; - - return first; - }, - - grep: function( elems, callback, invert ) { - var callbackInverse, - matches = [], - i = 0, - length = elems.length, - callbackExpect = !invert; - - // Go through the array, only saving the items - // that pass the validator function - for ( ; i < length; i++ ) { - callbackInverse = !callback( elems[ i ], i ); - if ( callbackInverse !== callbackExpect ) { - matches.push( elems[ i ] ); - } - } - - return matches; - }, - - // arg is for internal usage only - map: function( elems, callback, arg ) { - var length, value, - i = 0, - ret = []; - - // Go through the array, translating each of the items to their new values - if ( isArrayLike( elems ) ) { - length = elems.length; - for ( ; i < length; i++ ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - - // Go through every key on the object, - } else { - for ( i in elems ) { - value = callback( elems[ i ], i, arg ); - - if ( value != null ) { - ret.push( value ); - } - } - } - - // Flatten any nested arrays - return concat.apply( [], ret ); - }, - - // A global GUID counter for objects - guid: 1, - - // jQuery.support is not used in Core but other projects attach their - // properties to it so it needs to exist. - support: support -} ); - -if ( typeof Symbol === "function" ) { - jQuery.fn[ Symbol.iterator ] = arr[ Symbol.iterator ]; -} - -// Populate the class2type map -jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ), -function( i, name ) { - class2type[ "[object " + name + "]" ] = name.toLowerCase(); -} ); - -function isArrayLike( obj ) { - - // Support: real iOS 8.2 only (not reproducible in simulator) - // `in` check used to prevent JIT error (gh-2145) - // hasOwn isn't used here due to false negatives - // regarding Nodelist length in IE - var length = !!obj && "length" in obj && obj.length, - type = toType( obj ); - - if ( isFunction( obj ) || isWindow( obj ) ) { - return false; - } - - return type === "array" || length === 0 || - typeof length === "number" && length > 0 && ( length - 1 ) in obj; -} -var Sizzle = -/*! - * Sizzle CSS Selector Engine v2.3.3 - * https://sizzlejs.com/ - * - * Copyright jQuery Foundation and other contributors - * Released under the MIT license - * http://jquery.org/license - * - * Date: 2016-08-08 - */ -(function( window ) { - -var i, - support, - Expr, - getText, - isXML, - tokenize, - compile, - select, - outermostContext, - sortInput, - hasDuplicate, - - // Local document vars - setDocument, - document, - docElem, - documentIsHTML, - rbuggyQSA, - rbuggyMatches, - matches, - contains, - - // Instance-specific data - expando = "sizzle" + 1 * new Date(), - preferredDoc = window.document, - dirruns = 0, - done = 0, - classCache = createCache(), - tokenCache = createCache(), - compilerCache = createCache(), - sortOrder = function( a, b ) { - if ( a === b ) { - hasDuplicate = true; - } - return 0; - }, - - // Instance methods - hasOwn = ({}).hasOwnProperty, - arr = [], - pop = arr.pop, - push_native = arr.push, - push = arr.push, - slice = arr.slice, - // Use a stripped-down indexOf as it's faster than native - // https://jsperf.com/thor-indexof-vs-for/5 - indexOf = function( list, elem ) { - var i = 0, - len = list.length; - for ( ; i < len; i++ ) { - if ( list[i] === elem ) { - return i; - } - } - return -1; - }, - - booleans = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", - - // Regular expressions - - // http://www.w3.org/TR/css3-selectors/#whitespace - whitespace = "[\\x20\\t\\r\\n\\f]", - - // http://www.w3.org/TR/CSS21/syndata.html#value-def-identifier - identifier = "(?:\\\\.|[\\w-]|[^\0-\\xa0])+", - - // Attribute selectors: http://www.w3.org/TR/selectors/#attribute-selectors - attributes = "\\[" + whitespace + "*(" + identifier + ")(?:" + whitespace + - // Operator (capture 2) - "*([*^$|!~]?=)" + whitespace + - // "Attribute values must be CSS identifiers [capture 5] or strings [capture 3 or capture 4]" - "*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|(" + identifier + "))|)" + whitespace + - "*\\]", - - pseudos = ":(" + identifier + ")(?:\\((" + - // To reduce the number of selectors needing tokenize in the preFilter, prefer arguments: - // 1. quoted (capture 3; capture 4 or capture 5) - "('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|" + - // 2. simple (capture 6) - "((?:\\\\.|[^\\\\()[\\]]|" + attributes + ")*)|" + - // 3. anything else (capture 2) - ".*" + - ")\\)|)", - - // Leading and non-escaped trailing whitespace, capturing some non-whitespace characters preceding the latter - rwhitespace = new RegExp( whitespace + "+", "g" ), - rtrim = new RegExp( "^" + whitespace + "+|((?:^|[^\\\\])(?:\\\\.)*)" + whitespace + "+$", "g" ), - - rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ), - rcombinators = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace + "*" ), - - rattributeQuotes = new RegExp( "=" + whitespace + "*([^\\]'\"]*?)" + whitespace + "*\\]", "g" ), - - rpseudo = new RegExp( pseudos ), - ridentifier = new RegExp( "^" + identifier + "$" ), - - matchExpr = { - "ID": new RegExp( "^#(" + identifier + ")" ), - "CLASS": new RegExp( "^\\.(" + identifier + ")" ), - "TAG": new RegExp( "^(" + identifier + "|[*])" ), - "ATTR": new RegExp( "^" + attributes ), - "PSEUDO": new RegExp( "^" + pseudos ), - "CHILD": new RegExp( "^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + whitespace + - "*(even|odd|(([+-]|)(\\d*)n|)" + whitespace + "*(?:([+-]|)" + whitespace + - "*(\\d+)|))" + whitespace + "*\\)|)", "i" ), - "bool": new RegExp( "^(?:" + booleans + ")$", "i" ), - // For use in libraries implementing .is() - // We use this for POS matching in `select` - "needsContext": new RegExp( "^" + whitespace + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + - whitespace + "*((?:-\\d)?\\d*)" + whitespace + "*\\)|)(?=[^-]|$)", "i" ) - }, - - rinputs = /^(?:input|select|textarea|button)$/i, - rheader = /^h\d$/i, - - rnative = /^[^{]+\{\s*\[native \w/, - - // Easily-parseable/retrievable ID or TAG or CLASS selectors - rquickExpr = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, - - rsibling = /[+~]/, - - // CSS escapes - // http://www.w3.org/TR/CSS21/syndata.html#escaped-characters - runescape = new RegExp( "\\\\([\\da-f]{1,6}" + whitespace + "?|(" + whitespace + ")|.)", "ig" ), - funescape = function( _, escaped, escapedWhitespace ) { - var high = "0x" + escaped - 0x10000; - // NaN means non-codepoint - // Support: Firefox<24 - // Workaround erroneous numeric interpretation of +"0x" - return high !== high || escapedWhitespace ? - escaped : - high < 0 ? - // BMP codepoint - String.fromCharCode( high + 0x10000 ) : - // Supplemental Plane codepoint (surrogate pair) - String.fromCharCode( high >> 10 | 0xD800, high & 0x3FF | 0xDC00 ); - }, - - // CSS string/identifier serialization - // https://drafts.csswg.org/cssom/#common-serializing-idioms - rcssescape = /([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g, - fcssescape = function( ch, asCodePoint ) { - if ( asCodePoint ) { - - // U+0000 NULL becomes U+FFFD REPLACEMENT CHARACTER - if ( ch === "\0" ) { - return "\uFFFD"; - } - - // Control characters and (dependent upon position) numbers get escaped as code points - return ch.slice( 0, -1 ) + "\\" + ch.charCodeAt( ch.length - 1 ).toString( 16 ) + " "; - } - - // Other potentially-special ASCII characters get backslash-escaped - return "\\" + ch; - }, - - // Used for iframes - // See setDocument() - // Removing the function wrapper causes a "Permission Denied" - // error in IE - unloadHandler = function() { - setDocument(); - }, - - disabledAncestor = addCombinator( - function( elem ) { - return elem.disabled === true && ("form" in elem || "label" in elem); - }, - { dir: "parentNode", next: "legend" } - ); - -// Optimize for push.apply( _, NodeList ) -try { - push.apply( - (arr = slice.call( preferredDoc.childNodes )), - preferredDoc.childNodes - ); - // Support: Android<4.0 - // Detect silently failing push.apply - arr[ preferredDoc.childNodes.length ].nodeType; -} catch ( e ) { - push = { apply: arr.length ? - - // Leverage slice if possible - function( target, els ) { - push_native.apply( target, slice.call(els) ); - } : - - // Support: IE<9 - // Otherwise append directly - function( target, els ) { - var j = target.length, - i = 0; - // Can't trust NodeList.length - while ( (target[j++] = els[i++]) ) {} - target.length = j - 1; - } - }; -} - -function Sizzle( selector, context, results, seed ) { - var m, i, elem, nid, match, groups, newSelector, - newContext = context && context.ownerDocument, - - // nodeType defaults to 9, since context defaults to document - nodeType = context ? context.nodeType : 9; - - results = results || []; - - // Return early from calls with invalid selector or context - if ( typeof selector !== "string" || !selector || - nodeType !== 1 && nodeType !== 9 && nodeType !== 11 ) { - - return results; - } - - // Try to shortcut find operations (as opposed to filters) in HTML documents - if ( !seed ) { - - if ( ( context ? context.ownerDocument || context : preferredDoc ) !== document ) { - setDocument( context ); - } - context = context || document; - - if ( documentIsHTML ) { - - // If the selector is sufficiently simple, try using a "get*By*" DOM method - // (excepting DocumentFragment context, where the methods don't exist) - if ( nodeType !== 11 && (match = rquickExpr.exec( selector )) ) { - - // ID selector - if ( (m = match[1]) ) { - - // Document context - if ( nodeType === 9 ) { - if ( (elem = context.getElementById( m )) ) { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( elem.id === m ) { - results.push( elem ); - return results; - } - } else { - return results; - } - - // Element context - } else { - - // Support: IE, Opera, Webkit - // TODO: identify versions - // getElementById can match elements by name instead of ID - if ( newContext && (elem = newContext.getElementById( m )) && - contains( context, elem ) && - elem.id === m ) { - - results.push( elem ); - return results; - } - } - - // Type selector - } else if ( match[2] ) { - push.apply( results, context.getElementsByTagName( selector ) ); - return results; - - // Class selector - } else if ( (m = match[3]) && support.getElementsByClassName && - context.getElementsByClassName ) { - - push.apply( results, context.getElementsByClassName( m ) ); - return results; - } - } - - // Take advantage of querySelectorAll - if ( support.qsa && - !compilerCache[ selector + " " ] && - (!rbuggyQSA || !rbuggyQSA.test( selector )) ) { - - if ( nodeType !== 1 ) { - newContext = context; - newSelector = selector; - - // qSA looks outside Element context, which is not what we want - // Thanks to Andrew Dupont for this workaround technique - // Support: IE <=8 - // Exclude object elements - } else if ( context.nodeName.toLowerCase() !== "object" ) { - - // Capture the context ID, setting it first if necessary - if ( (nid = context.getAttribute( "id" )) ) { - nid = nid.replace( rcssescape, fcssescape ); - } else { - context.setAttribute( "id", (nid = expando) ); - } - - // Prefix every selector in the list - groups = tokenize( selector ); - i = groups.length; - while ( i-- ) { - groups[i] = "#" + nid + " " + toSelector( groups[i] ); - } - newSelector = groups.join( "," ); - - // Expand context for sibling selectors - newContext = rsibling.test( selector ) && testContext( context.parentNode ) || - context; - } - - if ( newSelector ) { - try { - push.apply( results, - newContext.querySelectorAll( newSelector ) - ); - return results; - } catch ( qsaError ) { - } finally { - if ( nid === expando ) { - context.removeAttribute( "id" ); - } - } - } - } - } - } - - // All others - return select( selector.replace( rtrim, "$1" ), context, results, seed ); -} - -/** - * Create key-value caches of limited size - * @returns {function(string, object)} Returns the Object data after storing it on itself with - * property name the (space-suffixed) string and (if the cache is larger than Expr.cacheLength) - * deleting the oldest entry - */ -function createCache() { - var keys = []; - - function cache( key, value ) { - // Use (key + " ") to avoid collision with native prototype properties (see Issue #157) - if ( keys.push( key + " " ) > Expr.cacheLength ) { - // Only keep the most recent entries - delete cache[ keys.shift() ]; - } - return (cache[ key + " " ] = value); - } - return cache; -} - -/** - * Mark a function for special use by Sizzle - * @param {Function} fn The function to mark - */ -function markFunction( fn ) { - fn[ expando ] = true; - return fn; -} - -/** - * Support testing using an element - * @param {Function} fn Passed the created element and returns a boolean result - */ -function assert( fn ) { - var el = document.createElement("fieldset"); - - try { - return !!fn( el ); - } catch (e) { - return false; - } finally { - // Remove from its parent by default - if ( el.parentNode ) { - el.parentNode.removeChild( el ); - } - // release memory in IE - el = null; - } -} - -/** - * Adds the same handler for all of the specified attrs - * @param {String} attrs Pipe-separated list of attributes - * @param {Function} handler The method that will be applied - */ -function addHandle( attrs, handler ) { - var arr = attrs.split("|"), - i = arr.length; - - while ( i-- ) { - Expr.attrHandle[ arr[i] ] = handler; - } -} - -/** - * Checks document order of two siblings - * @param {Element} a - * @param {Element} b - * @returns {Number} Returns less than 0 if a precedes b, greater than 0 if a follows b - */ -function siblingCheck( a, b ) { - var cur = b && a, - diff = cur && a.nodeType === 1 && b.nodeType === 1 && - a.sourceIndex - b.sourceIndex; - - // Use IE sourceIndex if available on both nodes - if ( diff ) { - return diff; - } - - // Check if b follows a - if ( cur ) { - while ( (cur = cur.nextSibling) ) { - if ( cur === b ) { - return -1; - } - } - } - - return a ? 1 : -1; -} - -/** - * Returns a function to use in pseudos for input types - * @param {String} type - */ -function createInputPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for buttons - * @param {String} type - */ -function createButtonPseudo( type ) { - return function( elem ) { - var name = elem.nodeName.toLowerCase(); - return (name === "input" || name === "button") && elem.type === type; - }; -} - -/** - * Returns a function to use in pseudos for :enabled/:disabled - * @param {Boolean} disabled true for :disabled; false for :enabled - */ -function createDisabledPseudo( disabled ) { - - // Known :disabled false positives: fieldset[disabled] > legend:nth-of-type(n+2) :can-disable - return function( elem ) { - - // Only certain elements can match :enabled or :disabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-enabled - // https://html.spec.whatwg.org/multipage/scripting.html#selector-disabled - if ( "form" in elem ) { - - // Check for inherited disabledness on relevant non-disabled elements: - // * listed form-associated elements in a disabled fieldset - // https://html.spec.whatwg.org/multipage/forms.html#category-listed - // https://html.spec.whatwg.org/multipage/forms.html#concept-fe-disabled - // * option elements in a disabled optgroup - // https://html.spec.whatwg.org/multipage/forms.html#concept-option-disabled - // All such elements have a "form" property. - if ( elem.parentNode && elem.disabled === false ) { - - // Option elements defer to a parent optgroup if present - if ( "label" in elem ) { - if ( "label" in elem.parentNode ) { - return elem.parentNode.disabled === disabled; - } else { - return elem.disabled === disabled; - } - } - - // Support: IE 6 - 11 - // Use the isDisabled shortcut property to check for disabled fieldset ancestors - return elem.isDisabled === disabled || - - // Where there is no isDisabled, check manually - /* jshint -W018 */ - elem.isDisabled !== !disabled && - disabledAncestor( elem ) === disabled; - } - - return elem.disabled === disabled; - - // Try to winnow out elements that can't be disabled before trusting the disabled property. - // Some victims get caught in our net (label, legend, menu, track), but it shouldn't - // even exist on them, let alone have a boolean value. - } else if ( "label" in elem ) { - return elem.disabled === disabled; - } - - // Remaining elements are neither :enabled nor :disabled - return false; - }; -} - -/** - * Returns a function to use in pseudos for positionals - * @param {Function} fn - */ -function createPositionalPseudo( fn ) { - return markFunction(function( argument ) { - argument = +argument; - return markFunction(function( seed, matches ) { - var j, - matchIndexes = fn( [], seed.length, argument ), - i = matchIndexes.length; - - // Match elements found at the specified indexes - while ( i-- ) { - if ( seed[ (j = matchIndexes[i]) ] ) { - seed[j] = !(matches[j] = seed[j]); - } - } - }); - }); -} - -/** - * Checks a node for validity as a Sizzle context - * @param {Element|Object=} context - * @returns {Element|Object|Boolean} The input node if acceptable, otherwise a falsy value - */ -function testContext( context ) { - return context && typeof context.getElementsByTagName !== "undefined" && context; -} - -// Expose support vars for convenience -support = Sizzle.support = {}; - -/** - * Detects XML nodes - * @param {Element|Object} elem An element or a document - * @returns {Boolean} True iff elem is a non-HTML XML node - */ -isXML = Sizzle.isXML = function( elem ) { - // documentElement is verified for cases where it doesn't yet exist - // (such as loading iframes in IE - #4833) - var documentElement = elem && (elem.ownerDocument || elem).documentElement; - return documentElement ? documentElement.nodeName !== "HTML" : false; -}; - -/** - * Sets document-related variables once based on the current document - * @param {Element|Object} [doc] An element or document object to use to set the document - * @returns {Object} Returns the current document - */ -setDocument = Sizzle.setDocument = function( node ) { - var hasCompare, subWindow, - doc = node ? node.ownerDocument || node : preferredDoc; - - // Return early if doc is invalid or already selected - if ( doc === document || doc.nodeType !== 9 || !doc.documentElement ) { - return document; - } - - // Update global variables - document = doc; - docElem = document.documentElement; - documentIsHTML = !isXML( document ); - - // Support: IE 9-11, Edge - // Accessing iframe documents after unload throws "permission denied" errors (jQuery #13936) - if ( preferredDoc !== document && - (subWindow = document.defaultView) && subWindow.top !== subWindow ) { - - // Support: IE 11, Edge - if ( subWindow.addEventListener ) { - subWindow.addEventListener( "unload", unloadHandler, false ); - - // Support: IE 9 - 10 only - } else if ( subWindow.attachEvent ) { - subWindow.attachEvent( "onunload", unloadHandler ); - } - } - - /* Attributes - ---------------------------------------------------------------------- */ - - // Support: IE<8 - // Verify that getAttribute really returns attributes and not properties - // (excepting IE8 booleans) - support.attributes = assert(function( el ) { - el.className = "i"; - return !el.getAttribute("className"); - }); - - /* getElement(s)By* - ---------------------------------------------------------------------- */ - - // Check if getElementsByTagName("*") returns only elements - support.getElementsByTagName = assert(function( el ) { - el.appendChild( document.createComment("") ); - return !el.getElementsByTagName("*").length; - }); - - // Support: IE<9 - support.getElementsByClassName = rnative.test( document.getElementsByClassName ); - - // Support: IE<10 - // Check if getElementById returns elements by name - // The broken getElementById methods don't pick up programmatically-set names, - // so use a roundabout getElementsByName test - support.getById = assert(function( el ) { - docElem.appendChild( el ).id = expando; - return !document.getElementsByName || !document.getElementsByName( expando ).length; - }); - - // ID filter and find - if ( support.getById ) { - Expr.filter["ID"] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - return elem.getAttribute("id") === attrId; - }; - }; - Expr.find["ID"] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var elem = context.getElementById( id ); - return elem ? [ elem ] : []; - } - }; - } else { - Expr.filter["ID"] = function( id ) { - var attrId = id.replace( runescape, funescape ); - return function( elem ) { - var node = typeof elem.getAttributeNode !== "undefined" && - elem.getAttributeNode("id"); - return node && node.value === attrId; - }; - }; - - // Support: IE 6 - 7 only - // getElementById is not reliable as a find shortcut - Expr.find["ID"] = function( id, context ) { - if ( typeof context.getElementById !== "undefined" && documentIsHTML ) { - var node, i, elems, - elem = context.getElementById( id ); - - if ( elem ) { - - // Verify the id attribute - node = elem.getAttributeNode("id"); - if ( node && node.value === id ) { - return [ elem ]; - } - - // Fall back on getElementsByName - elems = context.getElementsByName( id ); - i = 0; - while ( (elem = elems[i++]) ) { - node = elem.getAttributeNode("id"); - if ( node && node.value === id ) { - return [ elem ]; - } - } - } - - return []; - } - }; - } - - // Tag - Expr.find["TAG"] = support.getElementsByTagName ? - function( tag, context ) { - if ( typeof context.getElementsByTagName !== "undefined" ) { - return context.getElementsByTagName( tag ); - - // DocumentFragment nodes don't have gEBTN - } else if ( support.qsa ) { - return context.querySelectorAll( tag ); - } - } : - - function( tag, context ) { - var elem, - tmp = [], - i = 0, - // By happy coincidence, a (broken) gEBTN appears on DocumentFragment nodes too - results = context.getElementsByTagName( tag ); - - // Filter out possible comments - if ( tag === "*" ) { - while ( (elem = results[i++]) ) { - if ( elem.nodeType === 1 ) { - tmp.push( elem ); - } - } - - return tmp; - } - return results; - }; - - // Class - Expr.find["CLASS"] = support.getElementsByClassName && function( className, context ) { - if ( typeof context.getElementsByClassName !== "undefined" && documentIsHTML ) { - return context.getElementsByClassName( className ); - } - }; - - /* QSA/matchesSelector - ---------------------------------------------------------------------- */ - - // QSA and matchesSelector support - - // matchesSelector(:active) reports false when true (IE9/Opera 11.5) - rbuggyMatches = []; - - // qSa(:focus) reports false when true (Chrome 21) - // We allow this because of a bug in IE8/9 that throws an error - // whenever `document.activeElement` is accessed on an iframe - // So, we allow :focus to pass through QSA all the time to avoid the IE error - // See https://bugs.jquery.com/ticket/13378 - rbuggyQSA = []; - - if ( (support.qsa = rnative.test( document.querySelectorAll )) ) { - // Build QSA regex - // Regex strategy adopted from Diego Perini - assert(function( el ) { - // Select is set to empty string on purpose - // This is to test IE's treatment of not explicitly - // setting a boolean content attribute, - // since its presence should be enough - // https://bugs.jquery.com/ticket/12359 - docElem.appendChild( el ).innerHTML = "" + - ""; - - // Support: IE8, Opera 11-12.16 - // Nothing should be selected when empty strings follow ^= or $= or *= - // The test attribute must be unknown in Opera but "safe" for WinRT - // https://msdn.microsoft.com/en-us/library/ie/hh465388.aspx#attribute_section - if ( el.querySelectorAll("[msallowcapture^='']").length ) { - rbuggyQSA.push( "[*^$]=" + whitespace + "*(?:''|\"\")" ); - } - - // Support: IE8 - // Boolean attributes and "value" are not treated correctly - if ( !el.querySelectorAll("[selected]").length ) { - rbuggyQSA.push( "\\[" + whitespace + "*(?:value|" + booleans + ")" ); - } - - // Support: Chrome<29, Android<4.4, Safari<7.0+, iOS<7.0+, PhantomJS<1.9.8+ - if ( !el.querySelectorAll( "[id~=" + expando + "-]" ).length ) { - rbuggyQSA.push("~="); - } - - // Webkit/Opera - :checked should return selected option elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - // IE8 throws error here and will not see later tests - if ( !el.querySelectorAll(":checked").length ) { - rbuggyQSA.push(":checked"); - } - - // Support: Safari 8+, iOS 8+ - // https://bugs.webkit.org/show_bug.cgi?id=136851 - // In-page `selector#id sibling-combinator selector` fails - if ( !el.querySelectorAll( "a#" + expando + "+*" ).length ) { - rbuggyQSA.push(".#.+[+~]"); - } - }); - - assert(function( el ) { - el.innerHTML = "" + - ""; - - // Support: Windows 8 Native Apps - // The type and name attributes are restricted during .innerHTML assignment - var input = document.createElement("input"); - input.setAttribute( "type", "hidden" ); - el.appendChild( input ).setAttribute( "name", "D" ); - - // Support: IE8 - // Enforce case-sensitivity of name attribute - if ( el.querySelectorAll("[name=d]").length ) { - rbuggyQSA.push( "name" + whitespace + "*[*^$|!~]?=" ); - } - - // FF 3.5 - :enabled/:disabled and hidden elements (hidden elements are still enabled) - // IE8 throws error here and will not see later tests - if ( el.querySelectorAll(":enabled").length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Support: IE9-11+ - // IE's :disabled selector does not pick up the children of disabled fieldsets - docElem.appendChild( el ).disabled = true; - if ( el.querySelectorAll(":disabled").length !== 2 ) { - rbuggyQSA.push( ":enabled", ":disabled" ); - } - - // Opera 10-11 does not throw on post-comma invalid pseudos - el.querySelectorAll("*,:x"); - rbuggyQSA.push(",.*:"); - }); - } - - if ( (support.matchesSelector = rnative.test( (matches = docElem.matches || - docElem.webkitMatchesSelector || - docElem.mozMatchesSelector || - docElem.oMatchesSelector || - docElem.msMatchesSelector) )) ) { - - assert(function( el ) { - // Check to see if it's possible to do matchesSelector - // on a disconnected node (IE 9) - support.disconnectedMatch = matches.call( el, "*" ); - - // This should fail with an exception - // Gecko does not error, returns false instead - matches.call( el, "[s!='']:x" ); - rbuggyMatches.push( "!=", pseudos ); - }); - } - - rbuggyQSA = rbuggyQSA.length && new RegExp( rbuggyQSA.join("|") ); - rbuggyMatches = rbuggyMatches.length && new RegExp( rbuggyMatches.join("|") ); - - /* Contains - ---------------------------------------------------------------------- */ - hasCompare = rnative.test( docElem.compareDocumentPosition ); - - // Element contains another - // Purposefully self-exclusive - // As in, an element does not contain itself - contains = hasCompare || rnative.test( docElem.contains ) ? - function( a, b ) { - var adown = a.nodeType === 9 ? a.documentElement : a, - bup = b && b.parentNode; - return a === bup || !!( bup && bup.nodeType === 1 && ( - adown.contains ? - adown.contains( bup ) : - a.compareDocumentPosition && a.compareDocumentPosition( bup ) & 16 - )); - } : - function( a, b ) { - if ( b ) { - while ( (b = b.parentNode) ) { - if ( b === a ) { - return true; - } - } - } - return false; - }; - - /* Sorting - ---------------------------------------------------------------------- */ - - // Document order sorting - sortOrder = hasCompare ? - function( a, b ) { - - // Flag for duplicate removal - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - // Sort on method existence if only one input has compareDocumentPosition - var compare = !a.compareDocumentPosition - !b.compareDocumentPosition; - if ( compare ) { - return compare; - } - - // Calculate position if both inputs belong to the same document - compare = ( a.ownerDocument || a ) === ( b.ownerDocument || b ) ? - a.compareDocumentPosition( b ) : - - // Otherwise we know they are disconnected - 1; - - // Disconnected nodes - if ( compare & 1 || - (!support.sortDetached && b.compareDocumentPosition( a ) === compare) ) { - - // Choose the first element that is related to our preferred document - if ( a === document || a.ownerDocument === preferredDoc && contains(preferredDoc, a) ) { - return -1; - } - if ( b === document || b.ownerDocument === preferredDoc && contains(preferredDoc, b) ) { - return 1; - } - - // Maintain original order - return sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - } - - return compare & 4 ? -1 : 1; - } : - function( a, b ) { - // Exit early if the nodes are identical - if ( a === b ) { - hasDuplicate = true; - return 0; - } - - var cur, - i = 0, - aup = a.parentNode, - bup = b.parentNode, - ap = [ a ], - bp = [ b ]; - - // Parentless nodes are either documents or disconnected - if ( !aup || !bup ) { - return a === document ? -1 : - b === document ? 1 : - aup ? -1 : - bup ? 1 : - sortInput ? - ( indexOf( sortInput, a ) - indexOf( sortInput, b ) ) : - 0; - - // If the nodes are siblings, we can do a quick check - } else if ( aup === bup ) { - return siblingCheck( a, b ); - } - - // Otherwise we need full lists of their ancestors for comparison - cur = a; - while ( (cur = cur.parentNode) ) { - ap.unshift( cur ); - } - cur = b; - while ( (cur = cur.parentNode) ) { - bp.unshift( cur ); - } - - // Walk down the tree looking for a discrepancy - while ( ap[i] === bp[i] ) { - i++; - } - - return i ? - // Do a sibling check if the nodes have a common ancestor - siblingCheck( ap[i], bp[i] ) : - - // Otherwise nodes in our document sort first - ap[i] === preferredDoc ? -1 : - bp[i] === preferredDoc ? 1 : - 0; - }; - - return document; -}; - -Sizzle.matches = function( expr, elements ) { - return Sizzle( expr, null, null, elements ); -}; - -Sizzle.matchesSelector = function( elem, expr ) { - // Set document vars if needed - if ( ( elem.ownerDocument || elem ) !== document ) { - setDocument( elem ); - } - - // Make sure that attribute selectors are quoted - expr = expr.replace( rattributeQuotes, "='$1']" ); - - if ( support.matchesSelector && documentIsHTML && - !compilerCache[ expr + " " ] && - ( !rbuggyMatches || !rbuggyMatches.test( expr ) ) && - ( !rbuggyQSA || !rbuggyQSA.test( expr ) ) ) { - - try { - var ret = matches.call( elem, expr ); - - // IE 9's matchesSelector returns false on disconnected nodes - if ( ret || support.disconnectedMatch || - // As well, disconnected nodes are said to be in a document - // fragment in IE 9 - elem.document && elem.document.nodeType !== 11 ) { - return ret; - } - } catch (e) {} - } - - return Sizzle( expr, document, null, [ elem ] ).length > 0; -}; - -Sizzle.contains = function( context, elem ) { - // Set document vars if needed - if ( ( context.ownerDocument || context ) !== document ) { - setDocument( context ); - } - return contains( context, elem ); -}; - -Sizzle.attr = function( elem, name ) { - // Set document vars if needed - if ( ( elem.ownerDocument || elem ) !== document ) { - setDocument( elem ); - } - - var fn = Expr.attrHandle[ name.toLowerCase() ], - // Don't get fooled by Object.prototype properties (jQuery #13807) - val = fn && hasOwn.call( Expr.attrHandle, name.toLowerCase() ) ? - fn( elem, name, !documentIsHTML ) : - undefined; - - return val !== undefined ? - val : - support.attributes || !documentIsHTML ? - elem.getAttribute( name ) : - (val = elem.getAttributeNode(name)) && val.specified ? - val.value : - null; -}; - -Sizzle.escape = function( sel ) { - return (sel + "").replace( rcssescape, fcssescape ); -}; - -Sizzle.error = function( msg ) { - throw new Error( "Syntax error, unrecognized expression: " + msg ); -}; - -/** - * Document sorting and removing duplicates - * @param {ArrayLike} results - */ -Sizzle.uniqueSort = function( results ) { - var elem, - duplicates = [], - j = 0, - i = 0; - - // Unless we *know* we can detect duplicates, assume their presence - hasDuplicate = !support.detectDuplicates; - sortInput = !support.sortStable && results.slice( 0 ); - results.sort( sortOrder ); - - if ( hasDuplicate ) { - while ( (elem = results[i++]) ) { - if ( elem === results[ i ] ) { - j = duplicates.push( i ); - } - } - while ( j-- ) { - results.splice( duplicates[ j ], 1 ); - } - } - - // Clear input after sorting to release objects - // See https://github.com/jquery/sizzle/pull/225 - sortInput = null; - - return results; -}; - -/** - * Utility function for retrieving the text value of an array of DOM nodes - * @param {Array|Element} elem - */ -getText = Sizzle.getText = function( elem ) { - var node, - ret = "", - i = 0, - nodeType = elem.nodeType; - - if ( !nodeType ) { - // If no nodeType, this is expected to be an array - while ( (node = elem[i++]) ) { - // Do not traverse comment nodes - ret += getText( node ); - } - } else if ( nodeType === 1 || nodeType === 9 || nodeType === 11 ) { - // Use textContent for elements - // innerText usage removed for consistency of new lines (jQuery #11153) - if ( typeof elem.textContent === "string" ) { - return elem.textContent; - } else { - // Traverse its children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - ret += getText( elem ); - } - } - } else if ( nodeType === 3 || nodeType === 4 ) { - return elem.nodeValue; - } - // Do not include comment or processing instruction nodes - - return ret; -}; - -Expr = Sizzle.selectors = { - - // Can be adjusted by the user - cacheLength: 50, - - createPseudo: markFunction, - - match: matchExpr, - - attrHandle: {}, - - find: {}, - - relative: { - ">": { dir: "parentNode", first: true }, - " ": { dir: "parentNode" }, - "+": { dir: "previousSibling", first: true }, - "~": { dir: "previousSibling" } - }, - - preFilter: { - "ATTR": function( match ) { - match[1] = match[1].replace( runescape, funescape ); - - // Move the given value to match[3] whether quoted or unquoted - match[3] = ( match[3] || match[4] || match[5] || "" ).replace( runescape, funescape ); - - if ( match[2] === "~=" ) { - match[3] = " " + match[3] + " "; - } - - return match.slice( 0, 4 ); - }, - - "CHILD": function( match ) { - /* matches from matchExpr["CHILD"] - 1 type (only|nth|...) - 2 what (child|of-type) - 3 argument (even|odd|\d*|\d*n([+-]\d+)?|...) - 4 xn-component of xn+y argument ([+-]?\d*n|) - 5 sign of xn-component - 6 x of xn-component - 7 sign of y-component - 8 y of y-component - */ - match[1] = match[1].toLowerCase(); - - if ( match[1].slice( 0, 3 ) === "nth" ) { - // nth-* requires argument - if ( !match[3] ) { - Sizzle.error( match[0] ); - } - - // numeric x and y parameters for Expr.filter.CHILD - // remember that false/true cast respectively to 0/1 - match[4] = +( match[4] ? match[5] + (match[6] || 1) : 2 * ( match[3] === "even" || match[3] === "odd" ) ); - match[5] = +( ( match[7] + match[8] ) || match[3] === "odd" ); - - // other types prohibit arguments - } else if ( match[3] ) { - Sizzle.error( match[0] ); - } - - return match; - }, - - "PSEUDO": function( match ) { - var excess, - unquoted = !match[6] && match[2]; - - if ( matchExpr["CHILD"].test( match[0] ) ) { - return null; - } - - // Accept quoted arguments as-is - if ( match[3] ) { - match[2] = match[4] || match[5] || ""; - - // Strip excess characters from unquoted arguments - } else if ( unquoted && rpseudo.test( unquoted ) && - // Get excess from tokenize (recursively) - (excess = tokenize( unquoted, true )) && - // advance to the next closing parenthesis - (excess = unquoted.indexOf( ")", unquoted.length - excess ) - unquoted.length) ) { - - // excess is a negative index - match[0] = match[0].slice( 0, excess ); - match[2] = unquoted.slice( 0, excess ); - } - - // Return only captures needed by the pseudo filter method (type and argument) - return match.slice( 0, 3 ); - } - }, - - filter: { - - "TAG": function( nodeNameSelector ) { - var nodeName = nodeNameSelector.replace( runescape, funescape ).toLowerCase(); - return nodeNameSelector === "*" ? - function() { return true; } : - function( elem ) { - return elem.nodeName && elem.nodeName.toLowerCase() === nodeName; - }; - }, - - "CLASS": function( className ) { - var pattern = classCache[ className + " " ]; - - return pattern || - (pattern = new RegExp( "(^|" + whitespace + ")" + className + "(" + whitespace + "|$)" )) && - classCache( className, function( elem ) { - return pattern.test( typeof elem.className === "string" && elem.className || typeof elem.getAttribute !== "undefined" && elem.getAttribute("class") || "" ); - }); - }, - - "ATTR": function( name, operator, check ) { - return function( elem ) { - var result = Sizzle.attr( elem, name ); - - if ( result == null ) { - return operator === "!="; - } - if ( !operator ) { - return true; - } - - result += ""; - - return operator === "=" ? result === check : - operator === "!=" ? result !== check : - operator === "^=" ? check && result.indexOf( check ) === 0 : - operator === "*=" ? check && result.indexOf( check ) > -1 : - operator === "$=" ? check && result.slice( -check.length ) === check : - operator === "~=" ? ( " " + result.replace( rwhitespace, " " ) + " " ).indexOf( check ) > -1 : - operator === "|=" ? result === check || result.slice( 0, check.length + 1 ) === check + "-" : - false; - }; - }, - - "CHILD": function( type, what, argument, first, last ) { - var simple = type.slice( 0, 3 ) !== "nth", - forward = type.slice( -4 ) !== "last", - ofType = what === "of-type"; - - return first === 1 && last === 0 ? - - // Shortcut for :nth-*(n) - function( elem ) { - return !!elem.parentNode; - } : - - function( elem, context, xml ) { - var cache, uniqueCache, outerCache, node, nodeIndex, start, - dir = simple !== forward ? "nextSibling" : "previousSibling", - parent = elem.parentNode, - name = ofType && elem.nodeName.toLowerCase(), - useCache = !xml && !ofType, - diff = false; - - if ( parent ) { - - // :(first|last|only)-(child|of-type) - if ( simple ) { - while ( dir ) { - node = elem; - while ( (node = node[ dir ]) ) { - if ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) { - - return false; - } - } - // Reverse direction for :only-* (if we haven't yet done so) - start = dir = type === "only" && !start && "nextSibling"; - } - return true; - } - - start = [ forward ? parent.firstChild : parent.lastChild ]; - - // non-xml :nth-child(...) stores cache data on `parent` - if ( forward && useCache ) { - - // Seek `elem` from a previously-cached index - - // ...in a gzip-friendly way - node = parent; - outerCache = node[ expando ] || (node[ expando ] = {}); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - (outerCache[ node.uniqueID ] = {}); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex && cache[ 2 ]; - node = nodeIndex && parent.childNodes[ nodeIndex ]; - - while ( (node = ++nodeIndex && node && node[ dir ] || - - // Fallback to seeking `elem` from the start - (diff = nodeIndex = 0) || start.pop()) ) { - - // When found, cache indexes on `parent` and break - if ( node.nodeType === 1 && ++diff && node === elem ) { - uniqueCache[ type ] = [ dirruns, nodeIndex, diff ]; - break; - } - } - - } else { - // Use previously-cached element index if available - if ( useCache ) { - // ...in a gzip-friendly way - node = elem; - outerCache = node[ expando ] || (node[ expando ] = {}); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - (outerCache[ node.uniqueID ] = {}); - - cache = uniqueCache[ type ] || []; - nodeIndex = cache[ 0 ] === dirruns && cache[ 1 ]; - diff = nodeIndex; - } - - // xml :nth-child(...) - // or :nth-last-child(...) or :nth(-last)?-of-type(...) - if ( diff === false ) { - // Use the same loop as above to seek `elem` from the start - while ( (node = ++nodeIndex && node && node[ dir ] || - (diff = nodeIndex = 0) || start.pop()) ) { - - if ( ( ofType ? - node.nodeName.toLowerCase() === name : - node.nodeType === 1 ) && - ++diff ) { - - // Cache the index of each encountered element - if ( useCache ) { - outerCache = node[ expando ] || (node[ expando ] = {}); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ node.uniqueID ] || - (outerCache[ node.uniqueID ] = {}); - - uniqueCache[ type ] = [ dirruns, diff ]; - } - - if ( node === elem ) { - break; - } - } - } - } - } - - // Incorporate the offset, then check against cycle size - diff -= last; - return diff === first || ( diff % first === 0 && diff / first >= 0 ); - } - }; - }, - - "PSEUDO": function( pseudo, argument ) { - // pseudo-class names are case-insensitive - // http://www.w3.org/TR/selectors/#pseudo-classes - // Prioritize by case sensitivity in case custom pseudos are added with uppercase letters - // Remember that setFilters inherits from pseudos - var args, - fn = Expr.pseudos[ pseudo ] || Expr.setFilters[ pseudo.toLowerCase() ] || - Sizzle.error( "unsupported pseudo: " + pseudo ); - - // The user may use createPseudo to indicate that - // arguments are needed to create the filter function - // just as Sizzle does - if ( fn[ expando ] ) { - return fn( argument ); - } - - // But maintain support for old signatures - if ( fn.length > 1 ) { - args = [ pseudo, pseudo, "", argument ]; - return Expr.setFilters.hasOwnProperty( pseudo.toLowerCase() ) ? - markFunction(function( seed, matches ) { - var idx, - matched = fn( seed, argument ), - i = matched.length; - while ( i-- ) { - idx = indexOf( seed, matched[i] ); - seed[ idx ] = !( matches[ idx ] = matched[i] ); - } - }) : - function( elem ) { - return fn( elem, 0, args ); - }; - } - - return fn; - } - }, - - pseudos: { - // Potentially complex pseudos - "not": markFunction(function( selector ) { - // Trim the selector passed to compile - // to avoid treating leading and trailing - // spaces as combinators - var input = [], - results = [], - matcher = compile( selector.replace( rtrim, "$1" ) ); - - return matcher[ expando ] ? - markFunction(function( seed, matches, context, xml ) { - var elem, - unmatched = matcher( seed, null, xml, [] ), - i = seed.length; - - // Match elements unmatched by `matcher` - while ( i-- ) { - if ( (elem = unmatched[i]) ) { - seed[i] = !(matches[i] = elem); - } - } - }) : - function( elem, context, xml ) { - input[0] = elem; - matcher( input, null, xml, results ); - // Don't keep the element (issue #299) - input[0] = null; - return !results.pop(); - }; - }), - - "has": markFunction(function( selector ) { - return function( elem ) { - return Sizzle( selector, elem ).length > 0; - }; - }), - - "contains": markFunction(function( text ) { - text = text.replace( runescape, funescape ); - return function( elem ) { - return ( elem.textContent || elem.innerText || getText( elem ) ).indexOf( text ) > -1; - }; - }), - - // "Whether an element is represented by a :lang() selector - // is based solely on the element's language value - // being equal to the identifier C, - // or beginning with the identifier C immediately followed by "-". - // The matching of C against the element's language value is performed case-insensitively. - // The identifier C does not have to be a valid language name." - // http://www.w3.org/TR/selectors/#lang-pseudo - "lang": markFunction( function( lang ) { - // lang value must be a valid identifier - if ( !ridentifier.test(lang || "") ) { - Sizzle.error( "unsupported lang: " + lang ); - } - lang = lang.replace( runescape, funescape ).toLowerCase(); - return function( elem ) { - var elemLang; - do { - if ( (elemLang = documentIsHTML ? - elem.lang : - elem.getAttribute("xml:lang") || elem.getAttribute("lang")) ) { - - elemLang = elemLang.toLowerCase(); - return elemLang === lang || elemLang.indexOf( lang + "-" ) === 0; - } - } while ( (elem = elem.parentNode) && elem.nodeType === 1 ); - return false; - }; - }), - - // Miscellaneous - "target": function( elem ) { - var hash = window.location && window.location.hash; - return hash && hash.slice( 1 ) === elem.id; - }, - - "root": function( elem ) { - return elem === docElem; - }, - - "focus": function( elem ) { - return elem === document.activeElement && (!document.hasFocus || document.hasFocus()) && !!(elem.type || elem.href || ~elem.tabIndex); - }, - - // Boolean properties - "enabled": createDisabledPseudo( false ), - "disabled": createDisabledPseudo( true ), - - "checked": function( elem ) { - // In CSS3, :checked should return both checked and selected elements - // http://www.w3.org/TR/2011/REC-css3-selectors-20110929/#checked - var nodeName = elem.nodeName.toLowerCase(); - return (nodeName === "input" && !!elem.checked) || (nodeName === "option" && !!elem.selected); - }, - - "selected": function( elem ) { - // Accessing this property makes selected-by-default - // options in Safari work properly - if ( elem.parentNode ) { - elem.parentNode.selectedIndex; - } - - return elem.selected === true; - }, - - // Contents - "empty": function( elem ) { - // http://www.w3.org/TR/selectors/#empty-pseudo - // :empty is negated by element (1) or content nodes (text: 3; cdata: 4; entity ref: 5), - // but not by others (comment: 8; processing instruction: 7; etc.) - // nodeType < 6 works because attributes (2) do not appear as children - for ( elem = elem.firstChild; elem; elem = elem.nextSibling ) { - if ( elem.nodeType < 6 ) { - return false; - } - } - return true; - }, - - "parent": function( elem ) { - return !Expr.pseudos["empty"]( elem ); - }, - - // Element/input types - "header": function( elem ) { - return rheader.test( elem.nodeName ); - }, - - "input": function( elem ) { - return rinputs.test( elem.nodeName ); - }, - - "button": function( elem ) { - var name = elem.nodeName.toLowerCase(); - return name === "input" && elem.type === "button" || name === "button"; - }, - - "text": function( elem ) { - var attr; - return elem.nodeName.toLowerCase() === "input" && - elem.type === "text" && - - // Support: IE<8 - // New HTML5 attribute values (e.g., "search") appear with elem.type === "text" - ( (attr = elem.getAttribute("type")) == null || attr.toLowerCase() === "text" ); - }, - - // Position-in-collection - "first": createPositionalPseudo(function() { - return [ 0 ]; - }), - - "last": createPositionalPseudo(function( matchIndexes, length ) { - return [ length - 1 ]; - }), - - "eq": createPositionalPseudo(function( matchIndexes, length, argument ) { - return [ argument < 0 ? argument + length : argument ]; - }), - - "even": createPositionalPseudo(function( matchIndexes, length ) { - var i = 0; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - }), - - "odd": createPositionalPseudo(function( matchIndexes, length ) { - var i = 1; - for ( ; i < length; i += 2 ) { - matchIndexes.push( i ); - } - return matchIndexes; - }), - - "lt": createPositionalPseudo(function( matchIndexes, length, argument ) { - var i = argument < 0 ? argument + length : argument; - for ( ; --i >= 0; ) { - matchIndexes.push( i ); - } - return matchIndexes; - }), - - "gt": createPositionalPseudo(function( matchIndexes, length, argument ) { - var i = argument < 0 ? argument + length : argument; - for ( ; ++i < length; ) { - matchIndexes.push( i ); - } - return matchIndexes; - }) - } -}; - -Expr.pseudos["nth"] = Expr.pseudos["eq"]; - -// Add button/input type pseudos -for ( i in { radio: true, checkbox: true, file: true, password: true, image: true } ) { - Expr.pseudos[ i ] = createInputPseudo( i ); -} -for ( i in { submit: true, reset: true } ) { - Expr.pseudos[ i ] = createButtonPseudo( i ); -} - -// Easy API for creating new setFilters -function setFilters() {} -setFilters.prototype = Expr.filters = Expr.pseudos; -Expr.setFilters = new setFilters(); - -tokenize = Sizzle.tokenize = function( selector, parseOnly ) { - var matched, match, tokens, type, - soFar, groups, preFilters, - cached = tokenCache[ selector + " " ]; - - if ( cached ) { - return parseOnly ? 0 : cached.slice( 0 ); - } - - soFar = selector; - groups = []; - preFilters = Expr.preFilter; - - while ( soFar ) { - - // Comma and first run - if ( !matched || (match = rcomma.exec( soFar )) ) { - if ( match ) { - // Don't consume trailing commas as valid - soFar = soFar.slice( match[0].length ) || soFar; - } - groups.push( (tokens = []) ); - } - - matched = false; - - // Combinators - if ( (match = rcombinators.exec( soFar )) ) { - matched = match.shift(); - tokens.push({ - value: matched, - // Cast descendant combinators to space - type: match[0].replace( rtrim, " " ) - }); - soFar = soFar.slice( matched.length ); - } - - // Filters - for ( type in Expr.filter ) { - if ( (match = matchExpr[ type ].exec( soFar )) && (!preFilters[ type ] || - (match = preFilters[ type ]( match ))) ) { - matched = match.shift(); - tokens.push({ - value: matched, - type: type, - matches: match - }); - soFar = soFar.slice( matched.length ); - } - } - - if ( !matched ) { - break; - } - } - - // Return the length of the invalid excess - // if we're just parsing - // Otherwise, throw an error or return tokens - return parseOnly ? - soFar.length : - soFar ? - Sizzle.error( selector ) : - // Cache the tokens - tokenCache( selector, groups ).slice( 0 ); -}; - -function toSelector( tokens ) { - var i = 0, - len = tokens.length, - selector = ""; - for ( ; i < len; i++ ) { - selector += tokens[i].value; - } - return selector; -} - -function addCombinator( matcher, combinator, base ) { - var dir = combinator.dir, - skip = combinator.next, - key = skip || dir, - checkNonElements = base && key === "parentNode", - doneName = done++; - - return combinator.first ? - // Check against closest ancestor/preceding element - function( elem, context, xml ) { - while ( (elem = elem[ dir ]) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - return matcher( elem, context, xml ); - } - } - return false; - } : - - // Check against all ancestor/preceding elements - function( elem, context, xml ) { - var oldCache, uniqueCache, outerCache, - newCache = [ dirruns, doneName ]; - - // We can't set arbitrary data on XML nodes, so they don't benefit from combinator caching - if ( xml ) { - while ( (elem = elem[ dir ]) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - if ( matcher( elem, context, xml ) ) { - return true; - } - } - } - } else { - while ( (elem = elem[ dir ]) ) { - if ( elem.nodeType === 1 || checkNonElements ) { - outerCache = elem[ expando ] || (elem[ expando ] = {}); - - // Support: IE <9 only - // Defend against cloned attroperties (jQuery gh-1709) - uniqueCache = outerCache[ elem.uniqueID ] || (outerCache[ elem.uniqueID ] = {}); - - if ( skip && skip === elem.nodeName.toLowerCase() ) { - elem = elem[ dir ] || elem; - } else if ( (oldCache = uniqueCache[ key ]) && - oldCache[ 0 ] === dirruns && oldCache[ 1 ] === doneName ) { - - // Assign to newCache so results back-propagate to previous elements - return (newCache[ 2 ] = oldCache[ 2 ]); - } else { - // Reuse newcache so results back-propagate to previous elements - uniqueCache[ key ] = newCache; - - // A match means we're done; a fail means we have to keep checking - if ( (newCache[ 2 ] = matcher( elem, context, xml )) ) { - return true; - } - } - } - } - } - return false; - }; -} - -function elementMatcher( matchers ) { - return matchers.length > 1 ? - function( elem, context, xml ) { - var i = matchers.length; - while ( i-- ) { - if ( !matchers[i]( elem, context, xml ) ) { - return false; - } - } - return true; - } : - matchers[0]; -} - -function multipleContexts( selector, contexts, results ) { - var i = 0, - len = contexts.length; - for ( ; i < len; i++ ) { - Sizzle( selector, contexts[i], results ); - } - return results; -} - -function condense( unmatched, map, filter, context, xml ) { - var elem, - newUnmatched = [], - i = 0, - len = unmatched.length, - mapped = map != null; - - for ( ; i < len; i++ ) { - if ( (elem = unmatched[i]) ) { - if ( !filter || filter( elem, context, xml ) ) { - newUnmatched.push( elem ); - if ( mapped ) { - map.push( i ); - } - } - } - } - - return newUnmatched; -} - -function setMatcher( preFilter, selector, matcher, postFilter, postFinder, postSelector ) { - if ( postFilter && !postFilter[ expando ] ) { - postFilter = setMatcher( postFilter ); - } - if ( postFinder && !postFinder[ expando ] ) { - postFinder = setMatcher( postFinder, postSelector ); - } - return markFunction(function( seed, results, context, xml ) { - var temp, i, elem, - preMap = [], - postMap = [], - preexisting = results.length, - - // Get initial elements from seed or context - elems = seed || multipleContexts( selector || "*", context.nodeType ? [ context ] : context, [] ), - - // Prefilter to get matcher input, preserving a map for seed-results synchronization - matcherIn = preFilter && ( seed || !selector ) ? - condense( elems, preMap, preFilter, context, xml ) : - elems, - - matcherOut = matcher ? - // If we have a postFinder, or filtered seed, or non-seed postFilter or preexisting results, - postFinder || ( seed ? preFilter : preexisting || postFilter ) ? - - // ...intermediate processing is necessary - [] : - - // ...otherwise use results directly - results : - matcherIn; - - // Find primary matches - if ( matcher ) { - matcher( matcherIn, matcherOut, context, xml ); - } - - // Apply postFilter - if ( postFilter ) { - temp = condense( matcherOut, postMap ); - postFilter( temp, [], context, xml ); - - // Un-match failing elements by moving them back to matcherIn - i = temp.length; - while ( i-- ) { - if ( (elem = temp[i]) ) { - matcherOut[ postMap[i] ] = !(matcherIn[ postMap[i] ] = elem); - } - } - } - - if ( seed ) { - if ( postFinder || preFilter ) { - if ( postFinder ) { - // Get the final matcherOut by condensing this intermediate into postFinder contexts - temp = []; - i = matcherOut.length; - while ( i-- ) { - if ( (elem = matcherOut[i]) ) { - // Restore matcherIn since elem is not yet a final match - temp.push( (matcherIn[i] = elem) ); - } - } - postFinder( null, (matcherOut = []), temp, xml ); - } - - // Move matched elements from seed to results to keep them synchronized - i = matcherOut.length; - while ( i-- ) { - if ( (elem = matcherOut[i]) && - (temp = postFinder ? indexOf( seed, elem ) : preMap[i]) > -1 ) { - - seed[temp] = !(results[temp] = elem); - } - } - } - - // Add elements to results, through postFinder if defined - } else { - matcherOut = condense( - matcherOut === results ? - matcherOut.splice( preexisting, matcherOut.length ) : - matcherOut - ); - if ( postFinder ) { - postFinder( null, results, matcherOut, xml ); - } else { - push.apply( results, matcherOut ); - } - } - }); -} - -function matcherFromTokens( tokens ) { - var checkContext, matcher, j, - len = tokens.length, - leadingRelative = Expr.relative[ tokens[0].type ], - implicitRelative = leadingRelative || Expr.relative[" "], - i = leadingRelative ? 1 : 0, - - // The foundational matcher ensures that elements are reachable from top-level context(s) - matchContext = addCombinator( function( elem ) { - return elem === checkContext; - }, implicitRelative, true ), - matchAnyContext = addCombinator( function( elem ) { - return indexOf( checkContext, elem ) > -1; - }, implicitRelative, true ), - matchers = [ function( elem, context, xml ) { - var ret = ( !leadingRelative && ( xml || context !== outermostContext ) ) || ( - (checkContext = context).nodeType ? - matchContext( elem, context, xml ) : - matchAnyContext( elem, context, xml ) ); - // Avoid hanging onto element (issue #299) - checkContext = null; - return ret; - } ]; - - for ( ; i < len; i++ ) { - if ( (matcher = Expr.relative[ tokens[i].type ]) ) { - matchers = [ addCombinator(elementMatcher( matchers ), matcher) ]; - } else { - matcher = Expr.filter[ tokens[i].type ].apply( null, tokens[i].matches ); - - // Return special upon seeing a positional matcher - if ( matcher[ expando ] ) { - // Find the next relative operator (if any) for proper handling - j = ++i; - for ( ; j < len; j++ ) { - if ( Expr.relative[ tokens[j].type ] ) { - break; - } - } - return setMatcher( - i > 1 && elementMatcher( matchers ), - i > 1 && toSelector( - // If the preceding token was a descendant combinator, insert an implicit any-element `*` - tokens.slice( 0, i - 1 ).concat({ value: tokens[ i - 2 ].type === " " ? "*" : "" }) - ).replace( rtrim, "$1" ), - matcher, - i < j && matcherFromTokens( tokens.slice( i, j ) ), - j < len && matcherFromTokens( (tokens = tokens.slice( j )) ), - j < len && toSelector( tokens ) - ); - } - matchers.push( matcher ); - } - } - - return elementMatcher( matchers ); -} - -function matcherFromGroupMatchers( elementMatchers, setMatchers ) { - var bySet = setMatchers.length > 0, - byElement = elementMatchers.length > 0, - superMatcher = function( seed, context, xml, results, outermost ) { - var elem, j, matcher, - matchedCount = 0, - i = "0", - unmatched = seed && [], - setMatched = [], - contextBackup = outermostContext, - // We must always have either seed elements or outermost context - elems = seed || byElement && Expr.find["TAG"]( "*", outermost ), - // Use integer dirruns iff this is the outermost matcher - dirrunsUnique = (dirruns += contextBackup == null ? 1 : Math.random() || 0.1), - len = elems.length; - - if ( outermost ) { - outermostContext = context === document || context || outermost; - } - - // Add elements passing elementMatchers directly to results - // Support: IE<9, Safari - // Tolerate NodeList properties (IE: "length"; Safari: ) matching elements by id - for ( ; i !== len && (elem = elems[i]) != null; i++ ) { - if ( byElement && elem ) { - j = 0; - if ( !context && elem.ownerDocument !== document ) { - setDocument( elem ); - xml = !documentIsHTML; - } - while ( (matcher = elementMatchers[j++]) ) { - if ( matcher( elem, context || document, xml) ) { - results.push( elem ); - break; - } - } - if ( outermost ) { - dirruns = dirrunsUnique; - } - } - - // Track unmatched elements for set filters - if ( bySet ) { - // They will have gone through all possible matchers - if ( (elem = !matcher && elem) ) { - matchedCount--; - } - - // Lengthen the array for every element, matched or not - if ( seed ) { - unmatched.push( elem ); - } - } - } - - // `i` is now the count of elements visited above, and adding it to `matchedCount` - // makes the latter nonnegative. - matchedCount += i; - - // Apply set filters to unmatched elements - // NOTE: This can be skipped if there are no unmatched elements (i.e., `matchedCount` - // equals `i`), unless we didn't visit _any_ elements in the above loop because we have - // no element matchers and no seed. - // Incrementing an initially-string "0" `i` allows `i` to remain a string only in that - // case, which will result in a "00" `matchedCount` that differs from `i` but is also - // numerically zero. - if ( bySet && i !== matchedCount ) { - j = 0; - while ( (matcher = setMatchers[j++]) ) { - matcher( unmatched, setMatched, context, xml ); - } - - if ( seed ) { - // Reintegrate element matches to eliminate the need for sorting - if ( matchedCount > 0 ) { - while ( i-- ) { - if ( !(unmatched[i] || setMatched[i]) ) { - setMatched[i] = pop.call( results ); - } - } - } - - // Discard index placeholder values to get only actual matches - setMatched = condense( setMatched ); - } - - // Add matches to results - push.apply( results, setMatched ); - - // Seedless set matches succeeding multiple successful matchers stipulate sorting - if ( outermost && !seed && setMatched.length > 0 && - ( matchedCount + setMatchers.length ) > 1 ) { - - Sizzle.uniqueSort( results ); - } - } - - // Override manipulation of globals by nested matchers - if ( outermost ) { - dirruns = dirrunsUnique; - outermostContext = contextBackup; - } - - return unmatched; - }; - - return bySet ? - markFunction( superMatcher ) : - superMatcher; -} - -compile = Sizzle.compile = function( selector, match /* Internal Use Only */ ) { - var i, - setMatchers = [], - elementMatchers = [], - cached = compilerCache[ selector + " " ]; - - if ( !cached ) { - // Generate a function of recursive functions that can be used to check each element - if ( !match ) { - match = tokenize( selector ); - } - i = match.length; - while ( i-- ) { - cached = matcherFromTokens( match[i] ); - if ( cached[ expando ] ) { - setMatchers.push( cached ); - } else { - elementMatchers.push( cached ); - } - } - - // Cache the compiled function - cached = compilerCache( selector, matcherFromGroupMatchers( elementMatchers, setMatchers ) ); - - // Save selector and tokenization - cached.selector = selector; - } - return cached; -}; - -/** - * A low-level selection function that works with Sizzle's compiled - * selector functions - * @param {String|Function} selector A selector or a pre-compiled - * selector function built with Sizzle.compile - * @param {Element} context - * @param {Array} [results] - * @param {Array} [seed] A set of elements to match against - */ -select = Sizzle.select = function( selector, context, results, seed ) { - var i, tokens, token, type, find, - compiled = typeof selector === "function" && selector, - match = !seed && tokenize( (selector = compiled.selector || selector) ); - - results = results || []; - - // Try to minimize operations if there is only one selector in the list and no seed - // (the latter of which guarantees us context) - if ( match.length === 1 ) { - - // Reduce context if the leading compound selector is an ID - tokens = match[0] = match[0].slice( 0 ); - if ( tokens.length > 2 && (token = tokens[0]).type === "ID" && - context.nodeType === 9 && documentIsHTML && Expr.relative[ tokens[1].type ] ) { - - context = ( Expr.find["ID"]( token.matches[0].replace(runescape, funescape), context ) || [] )[0]; - if ( !context ) { - return results; - - // Precompiled matchers will still verify ancestry, so step up a level - } else if ( compiled ) { - context = context.parentNode; - } - - selector = selector.slice( tokens.shift().value.length ); - } - - // Fetch a seed set for right-to-left matching - i = matchExpr["needsContext"].test( selector ) ? 0 : tokens.length; - while ( i-- ) { - token = tokens[i]; - - // Abort if we hit a combinator - if ( Expr.relative[ (type = token.type) ] ) { - break; - } - if ( (find = Expr.find[ type ]) ) { - // Search, expanding context for leading sibling combinators - if ( (seed = find( - token.matches[0].replace( runescape, funescape ), - rsibling.test( tokens[0].type ) && testContext( context.parentNode ) || context - )) ) { - - // If seed is empty or no tokens remain, we can return early - tokens.splice( i, 1 ); - selector = seed.length && toSelector( tokens ); - if ( !selector ) { - push.apply( results, seed ); - return results; - } - - break; - } - } - } - } - - // Compile and execute a filtering function if one is not provided - // Provide `match` to avoid retokenization if we modified the selector above - ( compiled || compile( selector, match ) )( - seed, - context, - !documentIsHTML, - results, - !context || rsibling.test( selector ) && testContext( context.parentNode ) || context - ); - return results; -}; - -// One-time assignments - -// Sort stability -support.sortStable = expando.split("").sort( sortOrder ).join("") === expando; - -// Support: Chrome 14-35+ -// Always assume duplicates if they aren't passed to the comparison function -support.detectDuplicates = !!hasDuplicate; - -// Initialize against the default document -setDocument(); - -// Support: Webkit<537.32 - Safari 6.0.3/Chrome 25 (fixed in Chrome 27) -// Detached nodes confoundingly follow *each other* -support.sortDetached = assert(function( el ) { - // Should return 1, but returns 4 (following) - return el.compareDocumentPosition( document.createElement("fieldset") ) & 1; -}); - -// Support: IE<8 -// Prevent attribute/property "interpolation" -// https://msdn.microsoft.com/en-us/library/ms536429%28VS.85%29.aspx -if ( !assert(function( el ) { - el.innerHTML = ""; - return el.firstChild.getAttribute("href") === "#" ; -}) ) { - addHandle( "type|href|height|width", function( elem, name, isXML ) { - if ( !isXML ) { - return elem.getAttribute( name, name.toLowerCase() === "type" ? 1 : 2 ); - } - }); -} - -// Support: IE<9 -// Use defaultValue in place of getAttribute("value") -if ( !support.attributes || !assert(function( el ) { - el.innerHTML = ""; - el.firstChild.setAttribute( "value", "" ); - return el.firstChild.getAttribute( "value" ) === ""; -}) ) { - addHandle( "value", function( elem, name, isXML ) { - if ( !isXML && elem.nodeName.toLowerCase() === "input" ) { - return elem.defaultValue; - } - }); -} - -// Support: IE<9 -// Use getAttributeNode to fetch booleans when getAttribute lies -if ( !assert(function( el ) { - return el.getAttribute("disabled") == null; -}) ) { - addHandle( booleans, function( elem, name, isXML ) { - var val; - if ( !isXML ) { - return elem[ name ] === true ? name.toLowerCase() : - (val = elem.getAttributeNode( name )) && val.specified ? - val.value : - null; - } - }); -} - -return Sizzle; - -})( window ); - - - -jQuery.find = Sizzle; -jQuery.expr = Sizzle.selectors; - -// Deprecated -jQuery.expr[ ":" ] = jQuery.expr.pseudos; -jQuery.uniqueSort = jQuery.unique = Sizzle.uniqueSort; -jQuery.text = Sizzle.getText; -jQuery.isXMLDoc = Sizzle.isXML; -jQuery.contains = Sizzle.contains; -jQuery.escapeSelector = Sizzle.escape; - - - - -var dir = function( elem, dir, until ) { - var matched = [], - truncate = until !== undefined; - - while ( ( elem = elem[ dir ] ) && elem.nodeType !== 9 ) { - if ( elem.nodeType === 1 ) { - if ( truncate && jQuery( elem ).is( until ) ) { - break; - } - matched.push( elem ); - } - } - return matched; -}; - - -var siblings = function( n, elem ) { - var matched = []; - - for ( ; n; n = n.nextSibling ) { - if ( n.nodeType === 1 && n !== elem ) { - matched.push( n ); - } - } - - return matched; -}; - - -var rneedsContext = jQuery.expr.match.needsContext; - - - -function nodeName( elem, name ) { - - return elem.nodeName && elem.nodeName.toLowerCase() === name.toLowerCase(); - -}; -var rsingleTag = ( /^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i ); - - - -// Implement the identical functionality for filter and not -function winnow( elements, qualifier, not ) { - if ( isFunction( qualifier ) ) { - return jQuery.grep( elements, function( elem, i ) { - return !!qualifier.call( elem, i, elem ) !== not; - } ); - } - - // Single element - if ( qualifier.nodeType ) { - return jQuery.grep( elements, function( elem ) { - return ( elem === qualifier ) !== not; - } ); - } - - // Arraylike of elements (jQuery, arguments, Array) - if ( typeof qualifier !== "string" ) { - return jQuery.grep( elements, function( elem ) { - return ( indexOf.call( qualifier, elem ) > -1 ) !== not; - } ); - } - - // Filtered directly for both simple and complex selectors - return jQuery.filter( qualifier, elements, not ); -} - -jQuery.filter = function( expr, elems, not ) { - var elem = elems[ 0 ]; - - if ( not ) { - expr = ":not(" + expr + ")"; - } - - if ( elems.length === 1 && elem.nodeType === 1 ) { - return jQuery.find.matchesSelector( elem, expr ) ? [ elem ] : []; - } - - return jQuery.find.matches( expr, jQuery.grep( elems, function( elem ) { - return elem.nodeType === 1; - } ) ); -}; - -jQuery.fn.extend( { - find: function( selector ) { - var i, ret, - len = this.length, - self = this; - - if ( typeof selector !== "string" ) { - return this.pushStack( jQuery( selector ).filter( function() { - for ( i = 0; i < len; i++ ) { - if ( jQuery.contains( self[ i ], this ) ) { - return true; - } - } - } ) ); - } - - ret = this.pushStack( [] ); - - for ( i = 0; i < len; i++ ) { - jQuery.find( selector, self[ i ], ret ); - } - - return len > 1 ? jQuery.uniqueSort( ret ) : ret; - }, - filter: function( selector ) { - return this.pushStack( winnow( this, selector || [], false ) ); - }, - not: function( selector ) { - return this.pushStack( winnow( this, selector || [], true ) ); - }, - is: function( selector ) { - return !!winnow( - this, - - // If this is a positional/relative selector, check membership in the returned set - // so $("p:first").is("p:last") won't return true for a doc with two "p". - typeof selector === "string" && rneedsContext.test( selector ) ? - jQuery( selector ) : - selector || [], - false - ).length; - } -} ); - - -// Initialize a jQuery object - - -// A central reference to the root jQuery(document) -var rootjQuery, - - // A simple way to check for HTML strings - // Prioritize #id over to avoid XSS via location.hash (#9521) - // Strict HTML recognition (#11290: must start with <) - // Shortcut simple #id case for speed - rquickExpr = /^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/, - - init = jQuery.fn.init = function( selector, context, root ) { - var match, elem; - - // HANDLE: $(""), $(null), $(undefined), $(false) - if ( !selector ) { - return this; - } - - // Method init() accepts an alternate rootjQuery - // so migrate can support jQuery.sub (gh-2101) - root = root || rootjQuery; - - // Handle HTML strings - if ( typeof selector === "string" ) { - if ( selector[ 0 ] === "<" && - selector[ selector.length - 1 ] === ">" && - selector.length >= 3 ) { - - // Assume that strings that start and end with <> are HTML and skip the regex check - match = [ null, selector, null ]; - - } else { - match = rquickExpr.exec( selector ); - } - - // Match html or make sure no context is specified for #id - if ( match && ( match[ 1 ] || !context ) ) { - - // HANDLE: $(html) -> $(array) - if ( match[ 1 ] ) { - context = context instanceof jQuery ? context[ 0 ] : context; - - // Option to run scripts is true for back-compat - // Intentionally let the error be thrown if parseHTML is not present - jQuery.merge( this, jQuery.parseHTML( - match[ 1 ], - context && context.nodeType ? context.ownerDocument || context : document, - true - ) ); - - // HANDLE: $(html, props) - if ( rsingleTag.test( match[ 1 ] ) && jQuery.isPlainObject( context ) ) { - for ( match in context ) { - - // Properties of context are called as methods if possible - if ( isFunction( this[ match ] ) ) { - this[ match ]( context[ match ] ); - - // ...and otherwise set as attributes - } else { - this.attr( match, context[ match ] ); - } - } - } - - return this; - - // HANDLE: $(#id) - } else { - elem = document.getElementById( match[ 2 ] ); - - if ( elem ) { - - // Inject the element directly into the jQuery object - this[ 0 ] = elem; - this.length = 1; - } - return this; - } - - // HANDLE: $(expr, $(...)) - } else if ( !context || context.jquery ) { - return ( context || root ).find( selector ); - - // HANDLE: $(expr, context) - // (which is just equivalent to: $(context).find(expr) - } else { - return this.constructor( context ).find( selector ); - } - - // HANDLE: $(DOMElement) - } else if ( selector.nodeType ) { - this[ 0 ] = selector; - this.length = 1; - return this; - - // HANDLE: $(function) - // Shortcut for document ready - } else if ( isFunction( selector ) ) { - return root.ready !== undefined ? - root.ready( selector ) : - - // Execute immediately if ready is not present - selector( jQuery ); - } - - return jQuery.makeArray( selector, this ); - }; - -// Give the init function the jQuery prototype for later instantiation -init.prototype = jQuery.fn; - -// Initialize central reference -rootjQuery = jQuery( document ); - - -var rparentsprev = /^(?:parents|prev(?:Until|All))/, - - // Methods guaranteed to produce a unique set when starting from a unique set - guaranteedUnique = { - children: true, - contents: true, - next: true, - prev: true - }; - -jQuery.fn.extend( { - has: function( target ) { - var targets = jQuery( target, this ), - l = targets.length; - - return this.filter( function() { - var i = 0; - for ( ; i < l; i++ ) { - if ( jQuery.contains( this, targets[ i ] ) ) { - return true; - } - } - } ); - }, - - closest: function( selectors, context ) { - var cur, - i = 0, - l = this.length, - matched = [], - targets = typeof selectors !== "string" && jQuery( selectors ); - - // Positional selectors never match, since there's no _selection_ context - if ( !rneedsContext.test( selectors ) ) { - for ( ; i < l; i++ ) { - for ( cur = this[ i ]; cur && cur !== context; cur = cur.parentNode ) { - - // Always skip document fragments - if ( cur.nodeType < 11 && ( targets ? - targets.index( cur ) > -1 : - - // Don't pass non-elements to Sizzle - cur.nodeType === 1 && - jQuery.find.matchesSelector( cur, selectors ) ) ) { - - matched.push( cur ); - break; - } - } - } - } - - return this.pushStack( matched.length > 1 ? jQuery.uniqueSort( matched ) : matched ); - }, - - // Determine the position of an element within the set - index: function( elem ) { - - // No argument, return index in parent - if ( !elem ) { - return ( this[ 0 ] && this[ 0 ].parentNode ) ? this.first().prevAll().length : -1; - } - - // Index in selector - if ( typeof elem === "string" ) { - return indexOf.call( jQuery( elem ), this[ 0 ] ); - } - - // Locate the position of the desired element - return indexOf.call( this, - - // If it receives a jQuery object, the first element is used - elem.jquery ? elem[ 0 ] : elem - ); - }, - - add: function( selector, context ) { - return this.pushStack( - jQuery.uniqueSort( - jQuery.merge( this.get(), jQuery( selector, context ) ) - ) - ); - }, - - addBack: function( selector ) { - return this.add( selector == null ? - this.prevObject : this.prevObject.filter( selector ) - ); - } -} ); - -function sibling( cur, dir ) { - while ( ( cur = cur[ dir ] ) && cur.nodeType !== 1 ) {} - return cur; -} - -jQuery.each( { - parent: function( elem ) { - var parent = elem.parentNode; - return parent && parent.nodeType !== 11 ? parent : null; - }, - parents: function( elem ) { - return dir( elem, "parentNode" ); - }, - parentsUntil: function( elem, i, until ) { - return dir( elem, "parentNode", until ); - }, - next: function( elem ) { - return sibling( elem, "nextSibling" ); - }, - prev: function( elem ) { - return sibling( elem, "previousSibling" ); - }, - nextAll: function( elem ) { - return dir( elem, "nextSibling" ); - }, - prevAll: function( elem ) { - return dir( elem, "previousSibling" ); - }, - nextUntil: function( elem, i, until ) { - return dir( elem, "nextSibling", until ); - }, - prevUntil: function( elem, i, until ) { - return dir( elem, "previousSibling", until ); - }, - siblings: function( elem ) { - return siblings( ( elem.parentNode || {} ).firstChild, elem ); - }, - children: function( elem ) { - return siblings( elem.firstChild ); - }, - contents: function( elem ) { - if ( nodeName( elem, "iframe" ) ) { - return elem.contentDocument; - } - - // Support: IE 9 - 11 only, iOS 7 only, Android Browser <=4.3 only - // Treat the template element as a regular one in browsers that - // don't support it. - if ( nodeName( elem, "template" ) ) { - elem = elem.content || elem; - } - - return jQuery.merge( [], elem.childNodes ); - } -}, function( name, fn ) { - jQuery.fn[ name ] = function( until, selector ) { - var matched = jQuery.map( this, fn, until ); - - if ( name.slice( -5 ) !== "Until" ) { - selector = until; - } - - if ( selector && typeof selector === "string" ) { - matched = jQuery.filter( selector, matched ); - } - - if ( this.length > 1 ) { - - // Remove duplicates - if ( !guaranteedUnique[ name ] ) { - jQuery.uniqueSort( matched ); - } - - // Reverse order for parents* and prev-derivatives - if ( rparentsprev.test( name ) ) { - matched.reverse(); - } - } - - return this.pushStack( matched ); - }; -} ); -var rnothtmlwhite = ( /[^\x20\t\r\n\f]+/g ); - - - -// Convert String-formatted options into Object-formatted ones -function createOptions( options ) { - var object = {}; - jQuery.each( options.match( rnothtmlwhite ) || [], function( _, flag ) { - object[ flag ] = true; - } ); - return object; -} - -/* - * Create a callback list using the following parameters: - * - * options: an optional list of space-separated options that will change how - * the callback list behaves or a more traditional option object - * - * By default a callback list will act like an event callback list and can be - * "fired" multiple times. - * - * Possible options: - * - * once: will ensure the callback list can only be fired once (like a Deferred) - * - * memory: will keep track of previous values and will call any callback added - * after the list has been fired right away with the latest "memorized" - * values (like a Deferred) - * - * unique: will ensure a callback can only be added once (no duplicate in the list) - * - * stopOnFalse: interrupt callings when a callback returns false - * - */ -jQuery.Callbacks = function( options ) { - - // Convert options from String-formatted to Object-formatted if needed - // (we check in cache first) - options = typeof options === "string" ? - createOptions( options ) : - jQuery.extend( {}, options ); - - var // Flag to know if list is currently firing - firing, - - // Last fire value for non-forgettable lists - memory, - - // Flag to know if list was already fired - fired, - - // Flag to prevent firing - locked, - - // Actual callback list - list = [], - - // Queue of execution data for repeatable lists - queue = [], - - // Index of currently firing callback (modified by add/remove as needed) - firingIndex = -1, - - // Fire callbacks - fire = function() { - - // Enforce single-firing - locked = locked || options.once; - - // Execute callbacks for all pending executions, - // respecting firingIndex overrides and runtime changes - fired = firing = true; - for ( ; queue.length; firingIndex = -1 ) { - memory = queue.shift(); - while ( ++firingIndex < list.length ) { - - // Run callback and check for early termination - if ( list[ firingIndex ].apply( memory[ 0 ], memory[ 1 ] ) === false && - options.stopOnFalse ) { - - // Jump to end and forget the data so .add doesn't re-fire - firingIndex = list.length; - memory = false; - } - } - } - - // Forget the data if we're done with it - if ( !options.memory ) { - memory = false; - } - - firing = false; - - // Clean up if we're done firing for good - if ( locked ) { - - // Keep an empty list if we have data for future add calls - if ( memory ) { - list = []; - - // Otherwise, this object is spent - } else { - list = ""; - } - } - }, - - // Actual Callbacks object - self = { - - // Add a callback or a collection of callbacks to the list - add: function() { - if ( list ) { - - // If we have memory from a past run, we should fire after adding - if ( memory && !firing ) { - firingIndex = list.length - 1; - queue.push( memory ); - } - - ( function add( args ) { - jQuery.each( args, function( _, arg ) { - if ( isFunction( arg ) ) { - if ( !options.unique || !self.has( arg ) ) { - list.push( arg ); - } - } else if ( arg && arg.length && toType( arg ) !== "string" ) { - - // Inspect recursively - add( arg ); - } - } ); - } )( arguments ); - - if ( memory && !firing ) { - fire(); - } - } - return this; - }, - - // Remove a callback from the list - remove: function() { - jQuery.each( arguments, function( _, arg ) { - var index; - while ( ( index = jQuery.inArray( arg, list, index ) ) > -1 ) { - list.splice( index, 1 ); - - // Handle firing indexes - if ( index <= firingIndex ) { - firingIndex--; - } - } - } ); - return this; - }, - - // Check if a given callback is in the list. - // If no argument is given, return whether or not list has callbacks attached. - has: function( fn ) { - return fn ? - jQuery.inArray( fn, list ) > -1 : - list.length > 0; - }, - - // Remove all callbacks from the list - empty: function() { - if ( list ) { - list = []; - } - return this; - }, - - // Disable .fire and .add - // Abort any current/pending executions - // Clear all callbacks and values - disable: function() { - locked = queue = []; - list = memory = ""; - return this; - }, - disabled: function() { - return !list; - }, - - // Disable .fire - // Also disable .add unless we have memory (since it would have no effect) - // Abort any pending executions - lock: function() { - locked = queue = []; - if ( !memory && !firing ) { - list = memory = ""; - } - return this; - }, - locked: function() { - return !!locked; - }, - - // Call all callbacks with the given context and arguments - fireWith: function( context, args ) { - if ( !locked ) { - args = args || []; - args = [ context, args.slice ? args.slice() : args ]; - queue.push( args ); - if ( !firing ) { - fire(); - } - } - return this; - }, - - // Call all the callbacks with the given arguments - fire: function() { - self.fireWith( this, arguments ); - return this; - }, - - // To know if the callbacks have already been called at least once - fired: function() { - return !!fired; - } - }; - - return self; -}; - - -function Identity( v ) { - return v; -} -function Thrower( ex ) { - throw ex; -} - -function adoptValue( value, resolve, reject, noValue ) { - var method; - - try { - - // Check for promise aspect first to privilege synchronous behavior - if ( value && isFunction( ( method = value.promise ) ) ) { - method.call( value ).done( resolve ).fail( reject ); - - // Other thenables - } else if ( value && isFunction( ( method = value.then ) ) ) { - method.call( value, resolve, reject ); - - // Other non-thenables - } else { - - // Control `resolve` arguments by letting Array#slice cast boolean `noValue` to integer: - // * false: [ value ].slice( 0 ) => resolve( value ) - // * true: [ value ].slice( 1 ) => resolve() - resolve.apply( undefined, [ value ].slice( noValue ) ); - } - - // For Promises/A+, convert exceptions into rejections - // Since jQuery.when doesn't unwrap thenables, we can skip the extra checks appearing in - // Deferred#then to conditionally suppress rejection. - } catch ( value ) { - - // Support: Android 4.0 only - // Strict mode functions invoked without .call/.apply get global-object context - reject.apply( undefined, [ value ] ); - } -} - -jQuery.extend( { - - Deferred: function( func ) { - var tuples = [ - - // action, add listener, callbacks, - // ... .then handlers, argument index, [final state] - [ "notify", "progress", jQuery.Callbacks( "memory" ), - jQuery.Callbacks( "memory" ), 2 ], - [ "resolve", "done", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 0, "resolved" ], - [ "reject", "fail", jQuery.Callbacks( "once memory" ), - jQuery.Callbacks( "once memory" ), 1, "rejected" ] - ], - state = "pending", - promise = { - state: function() { - return state; - }, - always: function() { - deferred.done( arguments ).fail( arguments ); - return this; - }, - "catch": function( fn ) { - return promise.then( null, fn ); - }, - - // Keep pipe for back-compat - pipe: function( /* fnDone, fnFail, fnProgress */ ) { - var fns = arguments; - - return jQuery.Deferred( function( newDefer ) { - jQuery.each( tuples, function( i, tuple ) { - - // Map tuples (progress, done, fail) to arguments (done, fail, progress) - var fn = isFunction( fns[ tuple[ 4 ] ] ) && fns[ tuple[ 4 ] ]; - - // deferred.progress(function() { bind to newDefer or newDefer.notify }) - // deferred.done(function() { bind to newDefer or newDefer.resolve }) - // deferred.fail(function() { bind to newDefer or newDefer.reject }) - deferred[ tuple[ 1 ] ]( function() { - var returned = fn && fn.apply( this, arguments ); - if ( returned && isFunction( returned.promise ) ) { - returned.promise() - .progress( newDefer.notify ) - .done( newDefer.resolve ) - .fail( newDefer.reject ); - } else { - newDefer[ tuple[ 0 ] + "With" ]( - this, - fn ? [ returned ] : arguments - ); - } - } ); - } ); - fns = null; - } ).promise(); - }, - then: function( onFulfilled, onRejected, onProgress ) { - var maxDepth = 0; - function resolve( depth, deferred, handler, special ) { - return function() { - var that = this, - args = arguments, - mightThrow = function() { - var returned, then; - - // Support: Promises/A+ section 2.3.3.3.3 - // https://promisesaplus.com/#point-59 - // Ignore double-resolution attempts - if ( depth < maxDepth ) { - return; - } - - returned = handler.apply( that, args ); - - // Support: Promises/A+ section 2.3.1 - // https://promisesaplus.com/#point-48 - if ( returned === deferred.promise() ) { - throw new TypeError( "Thenable self-resolution" ); - } - - // Support: Promises/A+ sections 2.3.3.1, 3.5 - // https://promisesaplus.com/#point-54 - // https://promisesaplus.com/#point-75 - // Retrieve `then` only once - then = returned && - - // Support: Promises/A+ section 2.3.4 - // https://promisesaplus.com/#point-64 - // Only check objects and functions for thenability - ( typeof returned === "object" || - typeof returned === "function" ) && - returned.then; - - // Handle a returned thenable - if ( isFunction( then ) ) { - - // Special processors (notify) just wait for resolution - if ( special ) { - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ) - ); - - // Normal processors (resolve) also hook into progress - } else { - - // ...and disregard older resolution values - maxDepth++; - - then.call( - returned, - resolve( maxDepth, deferred, Identity, special ), - resolve( maxDepth, deferred, Thrower, special ), - resolve( maxDepth, deferred, Identity, - deferred.notifyWith ) - ); - } - - // Handle all other returned values - } else { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Identity ) { - that = undefined; - args = [ returned ]; - } - - // Process the value(s) - // Default process is resolve - ( special || deferred.resolveWith )( that, args ); - } - }, - - // Only normal processors (resolve) catch and reject exceptions - process = special ? - mightThrow : - function() { - try { - mightThrow(); - } catch ( e ) { - - if ( jQuery.Deferred.exceptionHook ) { - jQuery.Deferred.exceptionHook( e, - process.stackTrace ); - } - - // Support: Promises/A+ section 2.3.3.3.4.1 - // https://promisesaplus.com/#point-61 - // Ignore post-resolution exceptions - if ( depth + 1 >= maxDepth ) { - - // Only substitute handlers pass on context - // and multiple values (non-spec behavior) - if ( handler !== Thrower ) { - that = undefined; - args = [ e ]; - } - - deferred.rejectWith( that, args ); - } - } - }; - - // Support: Promises/A+ section 2.3.3.3.1 - // https://promisesaplus.com/#point-57 - // Re-resolve promises immediately to dodge false rejection from - // subsequent errors - if ( depth ) { - process(); - } else { - - // Call an optional hook to record the stack, in case of exception - // since it's otherwise lost when execution goes async - if ( jQuery.Deferred.getStackHook ) { - process.stackTrace = jQuery.Deferred.getStackHook(); - } - window.setTimeout( process ); - } - }; - } - - return jQuery.Deferred( function( newDefer ) { - - // progress_handlers.add( ... ) - tuples[ 0 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onProgress ) ? - onProgress : - Identity, - newDefer.notifyWith - ) - ); - - // fulfilled_handlers.add( ... ) - tuples[ 1 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onFulfilled ) ? - onFulfilled : - Identity - ) - ); - - // rejected_handlers.add( ... ) - tuples[ 2 ][ 3 ].add( - resolve( - 0, - newDefer, - isFunction( onRejected ) ? - onRejected : - Thrower - ) - ); - } ).promise(); - }, - - // Get a promise for this deferred - // If obj is provided, the promise aspect is added to the object - promise: function( obj ) { - return obj != null ? jQuery.extend( obj, promise ) : promise; - } - }, - deferred = {}; - - // Add list-specific methods - jQuery.each( tuples, function( i, tuple ) { - var list = tuple[ 2 ], - stateString = tuple[ 5 ]; - - // promise.progress = list.add - // promise.done = list.add - // promise.fail = list.add - promise[ tuple[ 1 ] ] = list.add; - - // Handle state - if ( stateString ) { - list.add( - function() { - - // state = "resolved" (i.e., fulfilled) - // state = "rejected" - state = stateString; - }, - - // rejected_callbacks.disable - // fulfilled_callbacks.disable - tuples[ 3 - i ][ 2 ].disable, - - // rejected_handlers.disable - // fulfilled_handlers.disable - tuples[ 3 - i ][ 3 ].disable, - - // progress_callbacks.lock - tuples[ 0 ][ 2 ].lock, - - // progress_handlers.lock - tuples[ 0 ][ 3 ].lock - ); - } - - // progress_handlers.fire - // fulfilled_handlers.fire - // rejected_handlers.fire - list.add( tuple[ 3 ].fire ); - - // deferred.notify = function() { deferred.notifyWith(...) } - // deferred.resolve = function() { deferred.resolveWith(...) } - // deferred.reject = function() { deferred.rejectWith(...) } - deferred[ tuple[ 0 ] ] = function() { - deferred[ tuple[ 0 ] + "With" ]( this === deferred ? undefined : this, arguments ); - return this; - }; - - // deferred.notifyWith = list.fireWith - // deferred.resolveWith = list.fireWith - // deferred.rejectWith = list.fireWith - deferred[ tuple[ 0 ] + "With" ] = list.fireWith; - } ); - - // Make the deferred a promise - promise.promise( deferred ); - - // Call given func if any - if ( func ) { - func.call( deferred, deferred ); - } - - // All done! - return deferred; - }, - - // Deferred helper - when: function( singleValue ) { - var - - // count of uncompleted subordinates - remaining = arguments.length, - - // count of unprocessed arguments - i = remaining, - - // subordinate fulfillment data - resolveContexts = Array( i ), - resolveValues = slice.call( arguments ), - - // the master Deferred - master = jQuery.Deferred(), - - // subordinate callback factory - updateFunc = function( i ) { - return function( value ) { - resolveContexts[ i ] = this; - resolveValues[ i ] = arguments.length > 1 ? slice.call( arguments ) : value; - if ( !( --remaining ) ) { - master.resolveWith( resolveContexts, resolveValues ); - } - }; - }; - - // Single- and empty arguments are adopted like Promise.resolve - if ( remaining <= 1 ) { - adoptValue( singleValue, master.done( updateFunc( i ) ).resolve, master.reject, - !remaining ); - - // Use .then() to unwrap secondary thenables (cf. gh-3000) - if ( master.state() === "pending" || - isFunction( resolveValues[ i ] && resolveValues[ i ].then ) ) { - - return master.then(); - } - } - - // Multiple arguments are aggregated like Promise.all array elements - while ( i-- ) { - adoptValue( resolveValues[ i ], updateFunc( i ), master.reject ); - } - - return master.promise(); - } -} ); - - -// These usually indicate a programmer mistake during development, -// warn about them ASAP rather than swallowing them by default. -var rerrorNames = /^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/; - -jQuery.Deferred.exceptionHook = function( error, stack ) { - - // Support: IE 8 - 9 only - // Console exists when dev tools are open, which can happen at any time - if ( window.console && window.console.warn && error && rerrorNames.test( error.name ) ) { - window.console.warn( "jQuery.Deferred exception: " + error.message, error.stack, stack ); - } -}; - - - - -jQuery.readyException = function( error ) { - window.setTimeout( function() { - throw error; - } ); -}; - - - - -// The deferred used on DOM ready -var readyList = jQuery.Deferred(); - -jQuery.fn.ready = function( fn ) { - - readyList - .then( fn ) - - // Wrap jQuery.readyException in a function so that the lookup - // happens at the time of error handling instead of callback - // registration. - .catch( function( error ) { - jQuery.readyException( error ); - } ); - - return this; -}; - -jQuery.extend( { - - // Is the DOM ready to be used? Set to true once it occurs. - isReady: false, - - // A counter to track how many items to wait for before - // the ready event fires. See #6781 - readyWait: 1, - - // Handle when the DOM is ready - ready: function( wait ) { - - // Abort if there are pending holds or we're already ready - if ( wait === true ? --jQuery.readyWait : jQuery.isReady ) { - return; - } - - // Remember that the DOM is ready - jQuery.isReady = true; - - // If a normal DOM Ready event fired, decrement, and wait if need be - if ( wait !== true && --jQuery.readyWait > 0 ) { - return; - } - - // If there are functions bound, to execute - readyList.resolveWith( document, [ jQuery ] ); - } -} ); - -jQuery.ready.then = readyList.then; - -// The ready event handler and self cleanup method -function completed() { - document.removeEventListener( "DOMContentLoaded", completed ); - window.removeEventListener( "load", completed ); - jQuery.ready(); -} - -// Catch cases where $(document).ready() is called -// after the browser event has already occurred. -// Support: IE <=9 - 10 only -// Older IE sometimes signals "interactive" too soon -if ( document.readyState === "complete" || - ( document.readyState !== "loading" && !document.documentElement.doScroll ) ) { - - // Handle it asynchronously to allow scripts the opportunity to delay ready - window.setTimeout( jQuery.ready ); - -} else { - - // Use the handy event callback - document.addEventListener( "DOMContentLoaded", completed ); - - // A fallback to window.onload, that will always work - window.addEventListener( "load", completed ); -} - - - - -// Multifunctional method to get and set values of a collection -// The value/s can optionally be executed if it's a function -var access = function( elems, fn, key, value, chainable, emptyGet, raw ) { - var i = 0, - len = elems.length, - bulk = key == null; - - // Sets many values - if ( toType( key ) === "object" ) { - chainable = true; - for ( i in key ) { - access( elems, fn, i, key[ i ], true, emptyGet, raw ); - } - - // Sets one value - } else if ( value !== undefined ) { - chainable = true; - - if ( !isFunction( value ) ) { - raw = true; - } - - if ( bulk ) { - - // Bulk operations run against the entire set - if ( raw ) { - fn.call( elems, value ); - fn = null; - - // ...except when executing function values - } else { - bulk = fn; - fn = function( elem, key, value ) { - return bulk.call( jQuery( elem ), value ); - }; - } - } - - if ( fn ) { - for ( ; i < len; i++ ) { - fn( - elems[ i ], key, raw ? - value : - value.call( elems[ i ], i, fn( elems[ i ], key ) ) - ); - } - } - } - - if ( chainable ) { - return elems; - } - - // Gets - if ( bulk ) { - return fn.call( elems ); - } - - return len ? fn( elems[ 0 ], key ) : emptyGet; -}; - - -// Matches dashed string for camelizing -var rmsPrefix = /^-ms-/, - rdashAlpha = /-([a-z])/g; - -// Used by camelCase as callback to replace() -function fcamelCase( all, letter ) { - return letter.toUpperCase(); -} - -// Convert dashed to camelCase; used by the css and data modules -// Support: IE <=9 - 11, Edge 12 - 15 -// Microsoft forgot to hump their vendor prefix (#9572) -function camelCase( string ) { - return string.replace( rmsPrefix, "ms-" ).replace( rdashAlpha, fcamelCase ); -} -var acceptData = function( owner ) { - - // Accepts only: - // - Node - // - Node.ELEMENT_NODE - // - Node.DOCUMENT_NODE - // - Object - // - Any - return owner.nodeType === 1 || owner.nodeType === 9 || !( +owner.nodeType ); -}; - - - - -function Data() { - this.expando = jQuery.expando + Data.uid++; -} - -Data.uid = 1; - -Data.prototype = { - - cache: function( owner ) { - - // Check if the owner object already has a cache - var value = owner[ this.expando ]; - - // If not, create one - if ( !value ) { - value = {}; - - // We can accept data for non-element nodes in modern browsers, - // but we should not, see #8335. - // Always return an empty object. - if ( acceptData( owner ) ) { - - // If it is a node unlikely to be stringify-ed or looped over - // use plain assignment - if ( owner.nodeType ) { - owner[ this.expando ] = value; - - // Otherwise secure it in a non-enumerable property - // configurable must be true to allow the property to be - // deleted when data is removed - } else { - Object.defineProperty( owner, this.expando, { - value: value, - configurable: true - } ); - } - } - } - - return value; - }, - set: function( owner, data, value ) { - var prop, - cache = this.cache( owner ); - - // Handle: [ owner, key, value ] args - // Always use camelCase key (gh-2257) - if ( typeof data === "string" ) { - cache[ camelCase( data ) ] = value; - - // Handle: [ owner, { properties } ] args - } else { - - // Copy the properties one-by-one to the cache object - for ( prop in data ) { - cache[ camelCase( prop ) ] = data[ prop ]; - } - } - return cache; - }, - get: function( owner, key ) { - return key === undefined ? - this.cache( owner ) : - - // Always use camelCase key (gh-2257) - owner[ this.expando ] && owner[ this.expando ][ camelCase( key ) ]; - }, - access: function( owner, key, value ) { - - // In cases where either: - // - // 1. No key was specified - // 2. A string key was specified, but no value provided - // - // Take the "read" path and allow the get method to determine - // which value to return, respectively either: - // - // 1. The entire cache object - // 2. The data stored at the key - // - if ( key === undefined || - ( ( key && typeof key === "string" ) && value === undefined ) ) { - - return this.get( owner, key ); - } - - // When the key is not a string, or both a key and value - // are specified, set or extend (existing objects) with either: - // - // 1. An object of properties - // 2. A key and value - // - this.set( owner, key, value ); - - // Since the "set" path can have two possible entry points - // return the expected data based on which path was taken[*] - return value !== undefined ? value : key; - }, - remove: function( owner, key ) { - var i, - cache = owner[ this.expando ]; - - if ( cache === undefined ) { - return; - } - - if ( key !== undefined ) { - - // Support array or space separated string of keys - if ( Array.isArray( key ) ) { - - // If key is an array of keys... - // We always set camelCase keys, so remove that. - key = key.map( camelCase ); - } else { - key = camelCase( key ); - - // If a key with the spaces exists, use it. - // Otherwise, create an array by matching non-whitespace - key = key in cache ? - [ key ] : - ( key.match( rnothtmlwhite ) || [] ); - } - - i = key.length; - - while ( i-- ) { - delete cache[ key[ i ] ]; - } - } - - // Remove the expando if there's no more data - if ( key === undefined || jQuery.isEmptyObject( cache ) ) { - - // Support: Chrome <=35 - 45 - // Webkit & Blink performance suffers when deleting properties - // from DOM nodes, so set to undefined instead - // https://bugs.chromium.org/p/chromium/issues/detail?id=378607 (bug restricted) - if ( owner.nodeType ) { - owner[ this.expando ] = undefined; - } else { - delete owner[ this.expando ]; - } - } - }, - hasData: function( owner ) { - var cache = owner[ this.expando ]; - return cache !== undefined && !jQuery.isEmptyObject( cache ); - } -}; -var dataPriv = new Data(); - -var dataUser = new Data(); - - - -// Implementation Summary -// -// 1. Enforce API surface and semantic compatibility with 1.9.x branch -// 2. Improve the module's maintainability by reducing the storage -// paths to a single mechanism. -// 3. Use the same single mechanism to support "private" and "user" data. -// 4. _Never_ expose "private" data to user code (TODO: Drop _data, _removeData) -// 5. Avoid exposing implementation details on user objects (eg. expando properties) -// 6. Provide a clear path for implementation upgrade to WeakMap in 2014 - -var rbrace = /^(?:\{[\w\W]*\}|\[[\w\W]*\])$/, - rmultiDash = /[A-Z]/g; - -function getData( data ) { - if ( data === "true" ) { - return true; - } - - if ( data === "false" ) { - return false; - } - - if ( data === "null" ) { - return null; - } - - // Only convert to a number if it doesn't change the string - if ( data === +data + "" ) { - return +data; - } - - if ( rbrace.test( data ) ) { - return JSON.parse( data ); - } - - return data; -} - -function dataAttr( elem, key, data ) { - var name; - - // If nothing was found internally, try to fetch any - // data from the HTML5 data-* attribute - if ( data === undefined && elem.nodeType === 1 ) { - name = "data-" + key.replace( rmultiDash, "-$&" ).toLowerCase(); - data = elem.getAttribute( name ); - - if ( typeof data === "string" ) { - try { - data = getData( data ); - } catch ( e ) {} - - // Make sure we set the data so it isn't changed later - dataUser.set( elem, key, data ); - } else { - data = undefined; - } - } - return data; -} - -jQuery.extend( { - hasData: function( elem ) { - return dataUser.hasData( elem ) || dataPriv.hasData( elem ); - }, - - data: function( elem, name, data ) { - return dataUser.access( elem, name, data ); - }, - - removeData: function( elem, name ) { - dataUser.remove( elem, name ); - }, - - // TODO: Now that all calls to _data and _removeData have been replaced - // with direct calls to dataPriv methods, these can be deprecated. - _data: function( elem, name, data ) { - return dataPriv.access( elem, name, data ); - }, - - _removeData: function( elem, name ) { - dataPriv.remove( elem, name ); - } -} ); - -jQuery.fn.extend( { - data: function( key, value ) { - var i, name, data, - elem = this[ 0 ], - attrs = elem && elem.attributes; - - // Gets all values - if ( key === undefined ) { - if ( this.length ) { - data = dataUser.get( elem ); - - if ( elem.nodeType === 1 && !dataPriv.get( elem, "hasDataAttrs" ) ) { - i = attrs.length; - while ( i-- ) { - - // Support: IE 11 only - // The attrs elements can be null (#14894) - if ( attrs[ i ] ) { - name = attrs[ i ].name; - if ( name.indexOf( "data-" ) === 0 ) { - name = camelCase( name.slice( 5 ) ); - dataAttr( elem, name, data[ name ] ); - } - } - } - dataPriv.set( elem, "hasDataAttrs", true ); - } - } - - return data; - } - - // Sets multiple values - if ( typeof key === "object" ) { - return this.each( function() { - dataUser.set( this, key ); - } ); - } - - return access( this, function( value ) { - var data; - - // The calling jQuery object (element matches) is not empty - // (and therefore has an element appears at this[ 0 ]) and the - // `value` parameter was not undefined. An empty jQuery object - // will result in `undefined` for elem = this[ 0 ] which will - // throw an exception if an attempt to read a data cache is made. - if ( elem && value === undefined ) { - - // Attempt to get data from the cache - // The key will always be camelCased in Data - data = dataUser.get( elem, key ); - if ( data !== undefined ) { - return data; - } - - // Attempt to "discover" the data in - // HTML5 custom data-* attrs - data = dataAttr( elem, key ); - if ( data !== undefined ) { - return data; - } - - // We tried really hard, but the data doesn't exist. - return; - } - - // Set the data... - this.each( function() { - - // We always store the camelCased key - dataUser.set( this, key, value ); - } ); - }, null, value, arguments.length > 1, null, true ); - }, - - removeData: function( key ) { - return this.each( function() { - dataUser.remove( this, key ); - } ); - } -} ); - - -jQuery.extend( { - queue: function( elem, type, data ) { - var queue; - - if ( elem ) { - type = ( type || "fx" ) + "queue"; - queue = dataPriv.get( elem, type ); - - // Speed up dequeue by getting out quickly if this is just a lookup - if ( data ) { - if ( !queue || Array.isArray( data ) ) { - queue = dataPriv.access( elem, type, jQuery.makeArray( data ) ); - } else { - queue.push( data ); - } - } - return queue || []; - } - }, - - dequeue: function( elem, type ) { - type = type || "fx"; - - var queue = jQuery.queue( elem, type ), - startLength = queue.length, - fn = queue.shift(), - hooks = jQuery._queueHooks( elem, type ), - next = function() { - jQuery.dequeue( elem, type ); - }; - - // If the fx queue is dequeued, always remove the progress sentinel - if ( fn === "inprogress" ) { - fn = queue.shift(); - startLength--; - } - - if ( fn ) { - - // Add a progress sentinel to prevent the fx queue from being - // automatically dequeued - if ( type === "fx" ) { - queue.unshift( "inprogress" ); - } - - // Clear up the last queue stop function - delete hooks.stop; - fn.call( elem, next, hooks ); - } - - if ( !startLength && hooks ) { - hooks.empty.fire(); - } - }, - - // Not public - generate a queueHooks object, or return the current one - _queueHooks: function( elem, type ) { - var key = type + "queueHooks"; - return dataPriv.get( elem, key ) || dataPriv.access( elem, key, { - empty: jQuery.Callbacks( "once memory" ).add( function() { - dataPriv.remove( elem, [ type + "queue", key ] ); - } ) - } ); - } -} ); - -jQuery.fn.extend( { - queue: function( type, data ) { - var setter = 2; - - if ( typeof type !== "string" ) { - data = type; - type = "fx"; - setter--; - } - - if ( arguments.length < setter ) { - return jQuery.queue( this[ 0 ], type ); - } - - return data === undefined ? - this : - this.each( function() { - var queue = jQuery.queue( this, type, data ); - - // Ensure a hooks for this queue - jQuery._queueHooks( this, type ); - - if ( type === "fx" && queue[ 0 ] !== "inprogress" ) { - jQuery.dequeue( this, type ); - } - } ); - }, - dequeue: function( type ) { - return this.each( function() { - jQuery.dequeue( this, type ); - } ); - }, - clearQueue: function( type ) { - return this.queue( type || "fx", [] ); - }, - - // Get a promise resolved when queues of a certain type - // are emptied (fx is the type by default) - promise: function( type, obj ) { - var tmp, - count = 1, - defer = jQuery.Deferred(), - elements = this, - i = this.length, - resolve = function() { - if ( !( --count ) ) { - defer.resolveWith( elements, [ elements ] ); - } - }; - - if ( typeof type !== "string" ) { - obj = type; - type = undefined; - } - type = type || "fx"; - - while ( i-- ) { - tmp = dataPriv.get( elements[ i ], type + "queueHooks" ); - if ( tmp && tmp.empty ) { - count++; - tmp.empty.add( resolve ); - } - } - resolve(); - return defer.promise( obj ); - } -} ); -var pnum = ( /[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/ ).source; - -var rcssNum = new RegExp( "^(?:([+-])=|)(" + pnum + ")([a-z%]*)$", "i" ); - - -var cssExpand = [ "Top", "Right", "Bottom", "Left" ]; - -var isHiddenWithinTree = function( elem, el ) { - - // isHiddenWithinTree might be called from jQuery#filter function; - // in that case, element will be second argument - elem = el || elem; - - // Inline style trumps all - return elem.style.display === "none" || - elem.style.display === "" && - - // Otherwise, check computed style - // Support: Firefox <=43 - 45 - // Disconnected elements can have computed display: none, so first confirm that elem is - // in the document. - jQuery.contains( elem.ownerDocument, elem ) && - - jQuery.css( elem, "display" ) === "none"; - }; - -var swap = function( elem, options, callback, args ) { - var ret, name, - old = {}; - - // Remember the old values, and insert the new ones - for ( name in options ) { - old[ name ] = elem.style[ name ]; - elem.style[ name ] = options[ name ]; - } - - ret = callback.apply( elem, args || [] ); - - // Revert the old values - for ( name in options ) { - elem.style[ name ] = old[ name ]; - } - - return ret; -}; - - - - -function adjustCSS( elem, prop, valueParts, tween ) { - var adjusted, scale, - maxIterations = 20, - currentValue = tween ? - function() { - return tween.cur(); - } : - function() { - return jQuery.css( elem, prop, "" ); - }, - initial = currentValue(), - unit = valueParts && valueParts[ 3 ] || ( jQuery.cssNumber[ prop ] ? "" : "px" ), - - // Starting value computation is required for potential unit mismatches - initialInUnit = ( jQuery.cssNumber[ prop ] || unit !== "px" && +initial ) && - rcssNum.exec( jQuery.css( elem, prop ) ); - - if ( initialInUnit && initialInUnit[ 3 ] !== unit ) { - - // Support: Firefox <=54 - // Halve the iteration target value to prevent interference from CSS upper bounds (gh-2144) - initial = initial / 2; - - // Trust units reported by jQuery.css - unit = unit || initialInUnit[ 3 ]; - - // Iteratively approximate from a nonzero starting point - initialInUnit = +initial || 1; - - while ( maxIterations-- ) { - - // Evaluate and update our best guess (doubling guesses that zero out). - // Finish if the scale equals or crosses 1 (making the old*new product non-positive). - jQuery.style( elem, prop, initialInUnit + unit ); - if ( ( 1 - scale ) * ( 1 - ( scale = currentValue() / initial || 0.5 ) ) <= 0 ) { - maxIterations = 0; - } - initialInUnit = initialInUnit / scale; - - } - - initialInUnit = initialInUnit * 2; - jQuery.style( elem, prop, initialInUnit + unit ); - - // Make sure we update the tween properties later on - valueParts = valueParts || []; - } - - if ( valueParts ) { - initialInUnit = +initialInUnit || +initial || 0; - - // Apply relative offset (+=/-=) if specified - adjusted = valueParts[ 1 ] ? - initialInUnit + ( valueParts[ 1 ] + 1 ) * valueParts[ 2 ] : - +valueParts[ 2 ]; - if ( tween ) { - tween.unit = unit; - tween.start = initialInUnit; - tween.end = adjusted; - } - } - return adjusted; -} - - -var defaultDisplayMap = {}; - -function getDefaultDisplay( elem ) { - var temp, - doc = elem.ownerDocument, - nodeName = elem.nodeName, - display = defaultDisplayMap[ nodeName ]; - - if ( display ) { - return display; - } - - temp = doc.body.appendChild( doc.createElement( nodeName ) ); - display = jQuery.css( temp, "display" ); - - temp.parentNode.removeChild( temp ); - - if ( display === "none" ) { - display = "block"; - } - defaultDisplayMap[ nodeName ] = display; - - return display; -} - -function showHide( elements, show ) { - var display, elem, - values = [], - index = 0, - length = elements.length; - - // Determine new display value for elements that need to change - for ( ; index < length; index++ ) { - elem = elements[ index ]; - if ( !elem.style ) { - continue; - } - - display = elem.style.display; - if ( show ) { - - // Since we force visibility upon cascade-hidden elements, an immediate (and slow) - // check is required in this first loop unless we have a nonempty display value (either - // inline or about-to-be-restored) - if ( display === "none" ) { - values[ index ] = dataPriv.get( elem, "display" ) || null; - if ( !values[ index ] ) { - elem.style.display = ""; - } - } - if ( elem.style.display === "" && isHiddenWithinTree( elem ) ) { - values[ index ] = getDefaultDisplay( elem ); - } - } else { - if ( display !== "none" ) { - values[ index ] = "none"; - - // Remember what we're overwriting - dataPriv.set( elem, "display", display ); - } - } - } - - // Set the display of the elements in a second loop to avoid constant reflow - for ( index = 0; index < length; index++ ) { - if ( values[ index ] != null ) { - elements[ index ].style.display = values[ index ]; - } - } - - return elements; -} - -jQuery.fn.extend( { - show: function() { - return showHide( this, true ); - }, - hide: function() { - return showHide( this ); - }, - toggle: function( state ) { - if ( typeof state === "boolean" ) { - return state ? this.show() : this.hide(); - } - - return this.each( function() { - if ( isHiddenWithinTree( this ) ) { - jQuery( this ).show(); - } else { - jQuery( this ).hide(); - } - } ); - } -} ); -var rcheckableType = ( /^(?:checkbox|radio)$/i ); - -var rtagName = ( /<([a-z][^\/\0>\x20\t\r\n\f]+)/i ); - -var rscriptType = ( /^$|^module$|\/(?:java|ecma)script/i ); - - - -// We have to close these tags to support XHTML (#13200) -var wrapMap = { - - // Support: IE <=9 only - option: [ 1, "" ], - - // XHTML parsers do not magically insert elements in the - // same way that tag soup parsers do. So we cannot shorten - // this by omitting or other required elements. - thead: [ 1, "", "
" ], - col: [ 2, "", "
" ], - tr: [ 2, "", "
" ], - td: [ 3, "", "
" ], - - _default: [ 0, "", "" ] -}; - -// Support: IE <=9 only -wrapMap.optgroup = wrapMap.option; - -wrapMap.tbody = wrapMap.tfoot = wrapMap.colgroup = wrapMap.caption = wrapMap.thead; -wrapMap.th = wrapMap.td; - - -function getAll( context, tag ) { - - // Support: IE <=9 - 11 only - // Use typeof to avoid zero-argument method invocation on host objects (#15151) - var ret; - - if ( typeof context.getElementsByTagName !== "undefined" ) { - ret = context.getElementsByTagName( tag || "*" ); - - } else if ( typeof context.querySelectorAll !== "undefined" ) { - ret = context.querySelectorAll( tag || "*" ); - - } else { - ret = []; - } - - if ( tag === undefined || tag && nodeName( context, tag ) ) { - return jQuery.merge( [ context ], ret ); - } - - return ret; -} - - -// Mark scripts as having already been evaluated -function setGlobalEval( elems, refElements ) { - var i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - dataPriv.set( - elems[ i ], - "globalEval", - !refElements || dataPriv.get( refElements[ i ], "globalEval" ) - ); - } -} - - -var rhtml = /<|&#?\w+;/; - -function buildFragment( elems, context, scripts, selection, ignored ) { - var elem, tmp, tag, wrap, contains, j, - fragment = context.createDocumentFragment(), - nodes = [], - i = 0, - l = elems.length; - - for ( ; i < l; i++ ) { - elem = elems[ i ]; - - if ( elem || elem === 0 ) { - - // Add nodes directly - if ( toType( elem ) === "object" ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, elem.nodeType ? [ elem ] : elem ); - - // Convert non-html into a text node - } else if ( !rhtml.test( elem ) ) { - nodes.push( context.createTextNode( elem ) ); - - // Convert html into DOM nodes - } else { - tmp = tmp || fragment.appendChild( context.createElement( "div" ) ); - - // Deserialize a standard representation - tag = ( rtagName.exec( elem ) || [ "", "" ] )[ 1 ].toLowerCase(); - wrap = wrapMap[ tag ] || wrapMap._default; - tmp.innerHTML = wrap[ 1 ] + jQuery.htmlPrefilter( elem ) + wrap[ 2 ]; - - // Descend through wrappers to the right content - j = wrap[ 0 ]; - while ( j-- ) { - tmp = tmp.lastChild; - } - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( nodes, tmp.childNodes ); - - // Remember the top-level container - tmp = fragment.firstChild; - - // Ensure the created nodes are orphaned (#12392) - tmp.textContent = ""; - } - } - } - - // Remove wrapper from fragment - fragment.textContent = ""; - - i = 0; - while ( ( elem = nodes[ i++ ] ) ) { - - // Skip elements already in the context collection (trac-4087) - if ( selection && jQuery.inArray( elem, selection ) > -1 ) { - if ( ignored ) { - ignored.push( elem ); - } - continue; - } - - contains = jQuery.contains( elem.ownerDocument, elem ); - - // Append to fragment - tmp = getAll( fragment.appendChild( elem ), "script" ); - - // Preserve script evaluation history - if ( contains ) { - setGlobalEval( tmp ); - } - - // Capture executables - if ( scripts ) { - j = 0; - while ( ( elem = tmp[ j++ ] ) ) { - if ( rscriptType.test( elem.type || "" ) ) { - scripts.push( elem ); - } - } - } - } - - return fragment; -} - - -( function() { - var fragment = document.createDocumentFragment(), - div = fragment.appendChild( document.createElement( "div" ) ), - input = document.createElement( "input" ); - - // Support: Android 4.0 - 4.3 only - // Check state lost if the name is set (#11217) - // Support: Windows Web Apps (WWA) - // `name` and `type` must use .setAttribute for WWA (#14901) - input.setAttribute( "type", "radio" ); - input.setAttribute( "checked", "checked" ); - input.setAttribute( "name", "t" ); - - div.appendChild( input ); - - // Support: Android <=4.1 only - // Older WebKit doesn't clone checked state correctly in fragments - support.checkClone = div.cloneNode( true ).cloneNode( true ).lastChild.checked; - - // Support: IE <=11 only - // Make sure textarea (and checkbox) defaultValue is properly cloned - div.innerHTML = ""; - support.noCloneChecked = !!div.cloneNode( true ).lastChild.defaultValue; -} )(); -var documentElement = document.documentElement; - - - -var - rkeyEvent = /^key/, - rmouseEvent = /^(?:mouse|pointer|contextmenu|drag|drop)|click/, - rtypenamespace = /^([^.]*)(?:\.(.+)|)/; - -function returnTrue() { - return true; -} - -function returnFalse() { - return false; -} - -// Support: IE <=9 only -// See #13393 for more info -function safeActiveElement() { - try { - return document.activeElement; - } catch ( err ) { } -} - -function on( elem, types, selector, data, fn, one ) { - var origFn, type; - - // Types can be a map of types/handlers - if ( typeof types === "object" ) { - - // ( types-Object, selector, data ) - if ( typeof selector !== "string" ) { - - // ( types-Object, data ) - data = data || selector; - selector = undefined; - } - for ( type in types ) { - on( elem, type, selector, data, types[ type ], one ); - } - return elem; - } - - if ( data == null && fn == null ) { - - // ( types, fn ) - fn = selector; - data = selector = undefined; - } else if ( fn == null ) { - if ( typeof selector === "string" ) { - - // ( types, selector, fn ) - fn = data; - data = undefined; - } else { - - // ( types, data, fn ) - fn = data; - data = selector; - selector = undefined; - } - } - if ( fn === false ) { - fn = returnFalse; - } else if ( !fn ) { - return elem; - } - - if ( one === 1 ) { - origFn = fn; - fn = function( event ) { - - // Can use an empty set, since event contains the info - jQuery().off( event ); - return origFn.apply( this, arguments ); - }; - - // Use same guid so caller can remove using origFn - fn.guid = origFn.guid || ( origFn.guid = jQuery.guid++ ); - } - return elem.each( function() { - jQuery.event.add( this, types, fn, data, selector ); - } ); -} - -/* - * Helper functions for managing events -- not part of the public interface. - * Props to Dean Edwards' addEvent library for many of the ideas. - */ -jQuery.event = { - - global: {}, - - add: function( elem, types, handler, data, selector ) { - - var handleObjIn, eventHandle, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.get( elem ); - - // Don't attach events to noData or text/comment nodes (but allow plain objects) - if ( !elemData ) { - return; - } - - // Caller can pass in an object of custom data in lieu of the handler - if ( handler.handler ) { - handleObjIn = handler; - handler = handleObjIn.handler; - selector = handleObjIn.selector; - } - - // Ensure that invalid selectors throw exceptions at attach time - // Evaluate against documentElement in case elem is a non-element node (e.g., document) - if ( selector ) { - jQuery.find.matchesSelector( documentElement, selector ); - } - - // Make sure that the handler has a unique ID, used to find/remove it later - if ( !handler.guid ) { - handler.guid = jQuery.guid++; - } - - // Init the element's event structure and main handler, if this is the first - if ( !( events = elemData.events ) ) { - events = elemData.events = {}; - } - if ( !( eventHandle = elemData.handle ) ) { - eventHandle = elemData.handle = function( e ) { - - // Discard the second event of a jQuery.event.trigger() and - // when an event is called after a page has unloaded - return typeof jQuery !== "undefined" && jQuery.event.triggered !== e.type ? - jQuery.event.dispatch.apply( elem, arguments ) : undefined; - }; - } - - // Handle multiple events separated by a space - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // There *must* be a type, no attaching namespace-only handlers - if ( !type ) { - continue; - } - - // If event changes its type, use the special event handlers for the changed type - special = jQuery.event.special[ type ] || {}; - - // If selector defined, determine special event api type, otherwise given type - type = ( selector ? special.delegateType : special.bindType ) || type; - - // Update special based on newly reset type - special = jQuery.event.special[ type ] || {}; - - // handleObj is passed to all event handlers - handleObj = jQuery.extend( { - type: type, - origType: origType, - data: data, - handler: handler, - guid: handler.guid, - selector: selector, - needsContext: selector && jQuery.expr.match.needsContext.test( selector ), - namespace: namespaces.join( "." ) - }, handleObjIn ); - - // Init the event handler queue if we're the first - if ( !( handlers = events[ type ] ) ) { - handlers = events[ type ] = []; - handlers.delegateCount = 0; - - // Only use addEventListener if the special events handler returns false - if ( !special.setup || - special.setup.call( elem, data, namespaces, eventHandle ) === false ) { - - if ( elem.addEventListener ) { - elem.addEventListener( type, eventHandle ); - } - } - } - - if ( special.add ) { - special.add.call( elem, handleObj ); - - if ( !handleObj.handler.guid ) { - handleObj.handler.guid = handler.guid; - } - } - - // Add to the element's handler list, delegates in front - if ( selector ) { - handlers.splice( handlers.delegateCount++, 0, handleObj ); - } else { - handlers.push( handleObj ); - } - - // Keep track of which events have ever been used, for event optimization - jQuery.event.global[ type ] = true; - } - - }, - - // Detach an event or set of events from an element - remove: function( elem, types, handler, selector, mappedTypes ) { - - var j, origCount, tmp, - events, t, handleObj, - special, handlers, type, namespaces, origType, - elemData = dataPriv.hasData( elem ) && dataPriv.get( elem ); - - if ( !elemData || !( events = elemData.events ) ) { - return; - } - - // Once for each type.namespace in types; type may be omitted - types = ( types || "" ).match( rnothtmlwhite ) || [ "" ]; - t = types.length; - while ( t-- ) { - tmp = rtypenamespace.exec( types[ t ] ) || []; - type = origType = tmp[ 1 ]; - namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort(); - - // Unbind all events (on this namespace, if provided) for the element - if ( !type ) { - for ( type in events ) { - jQuery.event.remove( elem, type + types[ t ], handler, selector, true ); - } - continue; - } - - special = jQuery.event.special[ type ] || {}; - type = ( selector ? special.delegateType : special.bindType ) || type; - handlers = events[ type ] || []; - tmp = tmp[ 2 ] && - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ); - - // Remove matching events - origCount = j = handlers.length; - while ( j-- ) { - handleObj = handlers[ j ]; - - if ( ( mappedTypes || origType === handleObj.origType ) && - ( !handler || handler.guid === handleObj.guid ) && - ( !tmp || tmp.test( handleObj.namespace ) ) && - ( !selector || selector === handleObj.selector || - selector === "**" && handleObj.selector ) ) { - handlers.splice( j, 1 ); - - if ( handleObj.selector ) { - handlers.delegateCount--; - } - if ( special.remove ) { - special.remove.call( elem, handleObj ); - } - } - } - - // Remove generic event handler if we removed something and no more handlers exist - // (avoids potential for endless recursion during removal of special event handlers) - if ( origCount && !handlers.length ) { - if ( !special.teardown || - special.teardown.call( elem, namespaces, elemData.handle ) === false ) { - - jQuery.removeEvent( elem, type, elemData.handle ); - } - - delete events[ type ]; - } - } - - // Remove data and the expando if it's no longer used - if ( jQuery.isEmptyObject( events ) ) { - dataPriv.remove( elem, "handle events" ); - } - }, - - dispatch: function( nativeEvent ) { - - // Make a writable jQuery.Event from the native event object - var event = jQuery.event.fix( nativeEvent ); - - var i, j, ret, matched, handleObj, handlerQueue, - args = new Array( arguments.length ), - handlers = ( dataPriv.get( this, "events" ) || {} )[ event.type ] || [], - special = jQuery.event.special[ event.type ] || {}; - - // Use the fix-ed jQuery.Event rather than the (read-only) native event - args[ 0 ] = event; - - for ( i = 1; i < arguments.length; i++ ) { - args[ i ] = arguments[ i ]; - } - - event.delegateTarget = this; - - // Call the preDispatch hook for the mapped type, and let it bail if desired - if ( special.preDispatch && special.preDispatch.call( this, event ) === false ) { - return; - } - - // Determine handlers - handlerQueue = jQuery.event.handlers.call( this, event, handlers ); - - // Run delegates first; they may want to stop propagation beneath us - i = 0; - while ( ( matched = handlerQueue[ i++ ] ) && !event.isPropagationStopped() ) { - event.currentTarget = matched.elem; - - j = 0; - while ( ( handleObj = matched.handlers[ j++ ] ) && - !event.isImmediatePropagationStopped() ) { - - // Triggered event must either 1) have no namespace, or 2) have namespace(s) - // a subset or equal to those in the bound event (both can have no namespace). - if ( !event.rnamespace || event.rnamespace.test( handleObj.namespace ) ) { - - event.handleObj = handleObj; - event.data = handleObj.data; - - ret = ( ( jQuery.event.special[ handleObj.origType ] || {} ).handle || - handleObj.handler ).apply( matched.elem, args ); - - if ( ret !== undefined ) { - if ( ( event.result = ret ) === false ) { - event.preventDefault(); - event.stopPropagation(); - } - } - } - } - } - - // Call the postDispatch hook for the mapped type - if ( special.postDispatch ) { - special.postDispatch.call( this, event ); - } - - return event.result; - }, - - handlers: function( event, handlers ) { - var i, handleObj, sel, matchedHandlers, matchedSelectors, - handlerQueue = [], - delegateCount = handlers.delegateCount, - cur = event.target; - - // Find delegate handlers - if ( delegateCount && - - // Support: IE <=9 - // Black-hole SVG instance trees (trac-13180) - cur.nodeType && - - // Support: Firefox <=42 - // Suppress spec-violating clicks indicating a non-primary pointer button (trac-3861) - // https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click - // Support: IE 11 only - // ...but not arrow key "clicks" of radio inputs, which can have `button` -1 (gh-2343) - !( event.type === "click" && event.button >= 1 ) ) { - - for ( ; cur !== this; cur = cur.parentNode || this ) { - - // Don't check non-elements (#13208) - // Don't process clicks on disabled elements (#6911, #8165, #11382, #11764) - if ( cur.nodeType === 1 && !( event.type === "click" && cur.disabled === true ) ) { - matchedHandlers = []; - matchedSelectors = {}; - for ( i = 0; i < delegateCount; i++ ) { - handleObj = handlers[ i ]; - - // Don't conflict with Object.prototype properties (#13203) - sel = handleObj.selector + " "; - - if ( matchedSelectors[ sel ] === undefined ) { - matchedSelectors[ sel ] = handleObj.needsContext ? - jQuery( sel, this ).index( cur ) > -1 : - jQuery.find( sel, this, null, [ cur ] ).length; - } - if ( matchedSelectors[ sel ] ) { - matchedHandlers.push( handleObj ); - } - } - if ( matchedHandlers.length ) { - handlerQueue.push( { elem: cur, handlers: matchedHandlers } ); - } - } - } - } - - // Add the remaining (directly-bound) handlers - cur = this; - if ( delegateCount < handlers.length ) { - handlerQueue.push( { elem: cur, handlers: handlers.slice( delegateCount ) } ); - } - - return handlerQueue; - }, - - addProp: function( name, hook ) { - Object.defineProperty( jQuery.Event.prototype, name, { - enumerable: true, - configurable: true, - - get: isFunction( hook ) ? - function() { - if ( this.originalEvent ) { - return hook( this.originalEvent ); - } - } : - function() { - if ( this.originalEvent ) { - return this.originalEvent[ name ]; - } - }, - - set: function( value ) { - Object.defineProperty( this, name, { - enumerable: true, - configurable: true, - writable: true, - value: value - } ); - } - } ); - }, - - fix: function( originalEvent ) { - return originalEvent[ jQuery.expando ] ? - originalEvent : - new jQuery.Event( originalEvent ); - }, - - special: { - load: { - - // Prevent triggered image.load events from bubbling to window.load - noBubble: true - }, - focus: { - - // Fire native event if possible so blur/focus sequence is correct - trigger: function() { - if ( this !== safeActiveElement() && this.focus ) { - this.focus(); - return false; - } - }, - delegateType: "focusin" - }, - blur: { - trigger: function() { - if ( this === safeActiveElement() && this.blur ) { - this.blur(); - return false; - } - }, - delegateType: "focusout" - }, - click: { - - // For checkbox, fire native event so checked state will be right - trigger: function() { - if ( this.type === "checkbox" && this.click && nodeName( this, "input" ) ) { - this.click(); - return false; - } - }, - - // For cross-browser consistency, don't fire native .click() on links - _default: function( event ) { - return nodeName( event.target, "a" ); - } - }, - - beforeunload: { - postDispatch: function( event ) { - - // Support: Firefox 20+ - // Firefox doesn't alert if the returnValue field is not set. - if ( event.result !== undefined && event.originalEvent ) { - event.originalEvent.returnValue = event.result; - } - } - } - } -}; - -jQuery.removeEvent = function( elem, type, handle ) { - - // This "if" is needed for plain objects - if ( elem.removeEventListener ) { - elem.removeEventListener( type, handle ); - } -}; - -jQuery.Event = function( src, props ) { - - // Allow instantiation without the 'new' keyword - if ( !( this instanceof jQuery.Event ) ) { - return new jQuery.Event( src, props ); - } - - // Event object - if ( src && src.type ) { - this.originalEvent = src; - this.type = src.type; - - // Events bubbling up the document may have been marked as prevented - // by a handler lower down the tree; reflect the correct value. - this.isDefaultPrevented = src.defaultPrevented || - src.defaultPrevented === undefined && - - // Support: Android <=2.3 only - src.returnValue === false ? - returnTrue : - returnFalse; - - // Create target properties - // Support: Safari <=6 - 7 only - // Target should not be a text node (#504, #13143) - this.target = ( src.target && src.target.nodeType === 3 ) ? - src.target.parentNode : - src.target; - - this.currentTarget = src.currentTarget; - this.relatedTarget = src.relatedTarget; - - // Event type - } else { - this.type = src; - } - - // Put explicitly provided properties onto the event object - if ( props ) { - jQuery.extend( this, props ); - } - - // Create a timestamp if incoming event doesn't have one - this.timeStamp = src && src.timeStamp || Date.now(); - - // Mark it as fixed - this[ jQuery.expando ] = true; -}; - -// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding -// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html -jQuery.Event.prototype = { - constructor: jQuery.Event, - isDefaultPrevented: returnFalse, - isPropagationStopped: returnFalse, - isImmediatePropagationStopped: returnFalse, - isSimulated: false, - - preventDefault: function() { - var e = this.originalEvent; - - this.isDefaultPrevented = returnTrue; - - if ( e && !this.isSimulated ) { - e.preventDefault(); - } - }, - stopPropagation: function() { - var e = this.originalEvent; - - this.isPropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopPropagation(); - } - }, - stopImmediatePropagation: function() { - var e = this.originalEvent; - - this.isImmediatePropagationStopped = returnTrue; - - if ( e && !this.isSimulated ) { - e.stopImmediatePropagation(); - } - - this.stopPropagation(); - } -}; - -// Includes all common event props including KeyEvent and MouseEvent specific props -jQuery.each( { - altKey: true, - bubbles: true, - cancelable: true, - changedTouches: true, - ctrlKey: true, - detail: true, - eventPhase: true, - metaKey: true, - pageX: true, - pageY: true, - shiftKey: true, - view: true, - "char": true, - charCode: true, - key: true, - keyCode: true, - button: true, - buttons: true, - clientX: true, - clientY: true, - offsetX: true, - offsetY: true, - pointerId: true, - pointerType: true, - screenX: true, - screenY: true, - targetTouches: true, - toElement: true, - touches: true, - - which: function( event ) { - var button = event.button; - - // Add which for key events - if ( event.which == null && rkeyEvent.test( event.type ) ) { - return event.charCode != null ? event.charCode : event.keyCode; - } - - // Add which for click: 1 === left; 2 === middle; 3 === right - if ( !event.which && button !== undefined && rmouseEvent.test( event.type ) ) { - if ( button & 1 ) { - return 1; - } - - if ( button & 2 ) { - return 3; - } - - if ( button & 4 ) { - return 2; - } - - return 0; - } - - return event.which; - } -}, jQuery.event.addProp ); - -// Create mouseenter/leave events using mouseover/out and event-time checks -// so that event delegation works in jQuery. -// Do the same for pointerenter/pointerleave and pointerover/pointerout -// -// Support: Safari 7 only -// Safari sends mouseenter too often; see: -// https://bugs.chromium.org/p/chromium/issues/detail?id=470258 -// for the description of the bug (it existed in older Chrome versions as well). -jQuery.each( { - mouseenter: "mouseover", - mouseleave: "mouseout", - pointerenter: "pointerover", - pointerleave: "pointerout" -}, function( orig, fix ) { - jQuery.event.special[ orig ] = { - delegateType: fix, - bindType: fix, - - handle: function( event ) { - var ret, - target = this, - related = event.relatedTarget, - handleObj = event.handleObj; - - // For mouseenter/leave call the handler if related is outside the target. - // NB: No relatedTarget if the mouse left/entered the browser window - if ( !related || ( related !== target && !jQuery.contains( target, related ) ) ) { - event.type = handleObj.origType; - ret = handleObj.handler.apply( this, arguments ); - event.type = fix; - } - return ret; - } - }; -} ); - -jQuery.fn.extend( { - - on: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn ); - }, - one: function( types, selector, data, fn ) { - return on( this, types, selector, data, fn, 1 ); - }, - off: function( types, selector, fn ) { - var handleObj, type; - if ( types && types.preventDefault && types.handleObj ) { - - // ( event ) dispatched jQuery.Event - handleObj = types.handleObj; - jQuery( types.delegateTarget ).off( - handleObj.namespace ? - handleObj.origType + "." + handleObj.namespace : - handleObj.origType, - handleObj.selector, - handleObj.handler - ); - return this; - } - if ( typeof types === "object" ) { - - // ( types-object [, selector] ) - for ( type in types ) { - this.off( type, selector, types[ type ] ); - } - return this; - } - if ( selector === false || typeof selector === "function" ) { - - // ( types [, fn] ) - fn = selector; - selector = undefined; - } - if ( fn === false ) { - fn = returnFalse; - } - return this.each( function() { - jQuery.event.remove( this, types, fn, selector ); - } ); - } -} ); - - -var - - /* eslint-disable max-len */ - - // See https://github.com/eslint/eslint/issues/3229 - rxhtmlTag = /<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi, - - /* eslint-enable */ - - // Support: IE <=10 - 11, Edge 12 - 13 only - // In IE/Edge using regex groups here causes severe slowdowns. - // See https://connect.microsoft.com/IE/feedback/details/1736512/ - rnoInnerhtml = /\s*$/g; - -// Prefer a tbody over its parent table for containing new rows -function manipulationTarget( elem, content ) { - if ( nodeName( elem, "table" ) && - nodeName( content.nodeType !== 11 ? content : content.firstChild, "tr" ) ) { - - return jQuery( elem ).children( "tbody" )[ 0 ] || elem; - } - - return elem; -} - -// Replace/restore the type attribute of script elements for safe DOM manipulation -function disableScript( elem ) { - elem.type = ( elem.getAttribute( "type" ) !== null ) + "/" + elem.type; - return elem; -} -function restoreScript( elem ) { - if ( ( elem.type || "" ).slice( 0, 5 ) === "true/" ) { - elem.type = elem.type.slice( 5 ); - } else { - elem.removeAttribute( "type" ); - } - - return elem; -} - -function cloneCopyEvent( src, dest ) { - var i, l, type, pdataOld, pdataCur, udataOld, udataCur, events; - - if ( dest.nodeType !== 1 ) { - return; - } - - // 1. Copy private data: events, handlers, etc. - if ( dataPriv.hasData( src ) ) { - pdataOld = dataPriv.access( src ); - pdataCur = dataPriv.set( dest, pdataOld ); - events = pdataOld.events; - - if ( events ) { - delete pdataCur.handle; - pdataCur.events = {}; - - for ( type in events ) { - for ( i = 0, l = events[ type ].length; i < l; i++ ) { - jQuery.event.add( dest, type, events[ type ][ i ] ); - } - } - } - } - - // 2. Copy user data - if ( dataUser.hasData( src ) ) { - udataOld = dataUser.access( src ); - udataCur = jQuery.extend( {}, udataOld ); - - dataUser.set( dest, udataCur ); - } -} - -// Fix IE bugs, see support tests -function fixInput( src, dest ) { - var nodeName = dest.nodeName.toLowerCase(); - - // Fails to persist the checked state of a cloned checkbox or radio button. - if ( nodeName === "input" && rcheckableType.test( src.type ) ) { - dest.checked = src.checked; - - // Fails to return the selected option to the default selected state when cloning options - } else if ( nodeName === "input" || nodeName === "textarea" ) { - dest.defaultValue = src.defaultValue; - } -} - -function domManip( collection, args, callback, ignored ) { - - // Flatten any nested arrays - args = concat.apply( [], args ); - - var fragment, first, scripts, hasScripts, node, doc, - i = 0, - l = collection.length, - iNoClone = l - 1, - value = args[ 0 ], - valueIsFunction = isFunction( value ); - - // We can't cloneNode fragments that contain checked, in WebKit - if ( valueIsFunction || - ( l > 1 && typeof value === "string" && - !support.checkClone && rchecked.test( value ) ) ) { - return collection.each( function( index ) { - var self = collection.eq( index ); - if ( valueIsFunction ) { - args[ 0 ] = value.call( this, index, self.html() ); - } - domManip( self, args, callback, ignored ); - } ); - } - - if ( l ) { - fragment = buildFragment( args, collection[ 0 ].ownerDocument, false, collection, ignored ); - first = fragment.firstChild; - - if ( fragment.childNodes.length === 1 ) { - fragment = first; - } - - // Require either new content or an interest in ignored elements to invoke the callback - if ( first || ignored ) { - scripts = jQuery.map( getAll( fragment, "script" ), disableScript ); - hasScripts = scripts.length; - - // Use the original fragment for the last item - // instead of the first because it can end up - // being emptied incorrectly in certain situations (#8070). - for ( ; i < l; i++ ) { - node = fragment; - - if ( i !== iNoClone ) { - node = jQuery.clone( node, true, true ); - - // Keep references to cloned scripts for later restoration - if ( hasScripts ) { - - // Support: Android <=4.0 only, PhantomJS 1 only - // push.apply(_, arraylike) throws on ancient WebKit - jQuery.merge( scripts, getAll( node, "script" ) ); - } - } - - callback.call( collection[ i ], node, i ); - } - - if ( hasScripts ) { - doc = scripts[ scripts.length - 1 ].ownerDocument; - - // Reenable scripts - jQuery.map( scripts, restoreScript ); - - // Evaluate executable scripts on first document insertion - for ( i = 0; i < hasScripts; i++ ) { - node = scripts[ i ]; - if ( rscriptType.test( node.type || "" ) && - !dataPriv.access( node, "globalEval" ) && - jQuery.contains( doc, node ) ) { - - if ( node.src && ( node.type || "" ).toLowerCase() !== "module" ) { - - // Optional AJAX dependency, but won't run scripts if not present - if ( jQuery._evalUrl ) { - jQuery._evalUrl( node.src ); - } - } else { - DOMEval( node.textContent.replace( rcleanScript, "" ), doc, node ); - } - } - } - } - } - } - - return collection; -} - -function remove( elem, selector, keepData ) { - var node, - nodes = selector ? jQuery.filter( selector, elem ) : elem, - i = 0; - - for ( ; ( node = nodes[ i ] ) != null; i++ ) { - if ( !keepData && node.nodeType === 1 ) { - jQuery.cleanData( getAll( node ) ); - } - - if ( node.parentNode ) { - if ( keepData && jQuery.contains( node.ownerDocument, node ) ) { - setGlobalEval( getAll( node, "script" ) ); - } - node.parentNode.removeChild( node ); - } - } - - return elem; -} - -jQuery.extend( { - htmlPrefilter: function( html ) { - return html.replace( rxhtmlTag, "<$1>" ); - }, - - clone: function( elem, dataAndEvents, deepDataAndEvents ) { - var i, l, srcElements, destElements, - clone = elem.cloneNode( true ), - inPage = jQuery.contains( elem.ownerDocument, elem ); - - // Fix IE cloning issues - if ( !support.noCloneChecked && ( elem.nodeType === 1 || elem.nodeType === 11 ) && - !jQuery.isXMLDoc( elem ) ) { - - // We eschew Sizzle here for performance reasons: https://jsperf.com/getall-vs-sizzle/2 - destElements = getAll( clone ); - srcElements = getAll( elem ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - fixInput( srcElements[ i ], destElements[ i ] ); - } - } - - // Copy the events from the original to the clone - if ( dataAndEvents ) { - if ( deepDataAndEvents ) { - srcElements = srcElements || getAll( elem ); - destElements = destElements || getAll( clone ); - - for ( i = 0, l = srcElements.length; i < l; i++ ) { - cloneCopyEvent( srcElements[ i ], destElements[ i ] ); - } - } else { - cloneCopyEvent( elem, clone ); - } - } - - // Preserve script evaluation history - destElements = getAll( clone, "script" ); - if ( destElements.length > 0 ) { - setGlobalEval( destElements, !inPage && getAll( elem, "script" ) ); - } - - // Return the cloned set - return clone; - }, - - cleanData: function( elems ) { - var data, elem, type, - special = jQuery.event.special, - i = 0; - - for ( ; ( elem = elems[ i ] ) !== undefined; i++ ) { - if ( acceptData( elem ) ) { - if ( ( data = elem[ dataPriv.expando ] ) ) { - if ( data.events ) { - for ( type in data.events ) { - if ( special[ type ] ) { - jQuery.event.remove( elem, type ); - - // This is a shortcut to avoid jQuery.event.remove's overhead - } else { - jQuery.removeEvent( elem, type, data.handle ); - } - } - } - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataPriv.expando ] = undefined; - } - if ( elem[ dataUser.expando ] ) { - - // Support: Chrome <=35 - 45+ - // Assign undefined instead of using delete, see Data#remove - elem[ dataUser.expando ] = undefined; - } - } - } - } -} ); - -jQuery.fn.extend( { - detach: function( selector ) { - return remove( this, selector, true ); - }, - - remove: function( selector ) { - return remove( this, selector ); - }, - - text: function( value ) { - return access( this, function( value ) { - return value === undefined ? - jQuery.text( this ) : - this.empty().each( function() { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - this.textContent = value; - } - } ); - }, null, value, arguments.length ); - }, - - append: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.appendChild( elem ); - } - } ); - }, - - prepend: function() { - return domManip( this, arguments, function( elem ) { - if ( this.nodeType === 1 || this.nodeType === 11 || this.nodeType === 9 ) { - var target = manipulationTarget( this, elem ); - target.insertBefore( elem, target.firstChild ); - } - } ); - }, - - before: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this ); - } - } ); - }, - - after: function() { - return domManip( this, arguments, function( elem ) { - if ( this.parentNode ) { - this.parentNode.insertBefore( elem, this.nextSibling ); - } - } ); - }, - - empty: function() { - var elem, - i = 0; - - for ( ; ( elem = this[ i ] ) != null; i++ ) { - if ( elem.nodeType === 1 ) { - - // Prevent memory leaks - jQuery.cleanData( getAll( elem, false ) ); - - // Remove any remaining nodes - elem.textContent = ""; - } - } - - return this; - }, - - clone: function( dataAndEvents, deepDataAndEvents ) { - dataAndEvents = dataAndEvents == null ? false : dataAndEvents; - deepDataAndEvents = deepDataAndEvents == null ? dataAndEvents : deepDataAndEvents; - - return this.map( function() { - return jQuery.clone( this, dataAndEvents, deepDataAndEvents ); - } ); - }, - - html: function( value ) { - return access( this, function( value ) { - var elem = this[ 0 ] || {}, - i = 0, - l = this.length; - - if ( value === undefined && elem.nodeType === 1 ) { - return elem.innerHTML; - } - - // See if we can take a shortcut and just use innerHTML - if ( typeof value === "string" && !rnoInnerhtml.test( value ) && - !wrapMap[ ( rtagName.exec( value ) || [ "", "" ] )[ 1 ].toLowerCase() ] ) { - - value = jQuery.htmlPrefilter( value ); - - try { - for ( ; i < l; i++ ) { - elem = this[ i ] || {}; - - // Remove element nodes and prevent memory leaks - if ( elem.nodeType === 1 ) { - jQuery.cleanData( getAll( elem, false ) ); - elem.innerHTML = value; - } - } - - elem = 0; - - // If using innerHTML throws an exception, use the fallback method - } catch ( e ) {} - } - - if ( elem ) { - this.empty().append( value ); - } - }, null, value, arguments.length ); - }, - - replaceWith: function() { - var ignored = []; - - // Make the changes, replacing each non-ignored context element with the new content - return domManip( this, arguments, function( elem ) { - var parent = this.parentNode; - - if ( jQuery.inArray( this, ignored ) < 0 ) { - jQuery.cleanData( getAll( this ) ); - if ( parent ) { - parent.replaceChild( elem, this ); - } - } - - // Force callback invocation - }, ignored ); - } -} ); - -jQuery.each( { - appendTo: "append", - prependTo: "prepend", - insertBefore: "before", - insertAfter: "after", - replaceAll: "replaceWith" -}, function( name, original ) { - jQuery.fn[ name ] = function( selector ) { - var elems, - ret = [], - insert = jQuery( selector ), - last = insert.length - 1, - i = 0; - - for ( ; i <= last; i++ ) { - elems = i === last ? this : this.clone( true ); - jQuery( insert[ i ] )[ original ]( elems ); - - // Support: Android <=4.0 only, PhantomJS 1 only - // .get() because push.apply(_, arraylike) throws on ancient WebKit - push.apply( ret, elems.get() ); - } - - return this.pushStack( ret ); - }; -} ); -var rnumnonpx = new RegExp( "^(" + pnum + ")(?!px)[a-z%]+$", "i" ); - -var getStyles = function( elem ) { - - // Support: IE <=11 only, Firefox <=30 (#15098, #14150) - // IE throws on elements created in popups - // FF meanwhile throws on frame elements through "defaultView.getComputedStyle" - var view = elem.ownerDocument.defaultView; - - if ( !view || !view.opener ) { - view = window; - } - - return view.getComputedStyle( elem ); - }; - -var rboxStyle = new RegExp( cssExpand.join( "|" ), "i" ); - - - -( function() { - - // Executing both pixelPosition & boxSizingReliable tests require only one layout - // so they're executed at the same time to save the second computation. - function computeStyleTests() { - - // This is a singleton, we need to execute it only once - if ( !div ) { - return; - } - - container.style.cssText = "position:absolute;left:-11111px;width:60px;" + - "margin-top:1px;padding:0;border:0"; - div.style.cssText = - "position:relative;display:block;box-sizing:border-box;overflow:scroll;" + - "margin:auto;border:1px;padding:1px;" + - "width:60%;top:1%"; - documentElement.appendChild( container ).appendChild( div ); - - var divStyle = window.getComputedStyle( div ); - pixelPositionVal = divStyle.top !== "1%"; - - // Support: Android 4.0 - 4.3 only, Firefox <=3 - 44 - reliableMarginLeftVal = roundPixelMeasures( divStyle.marginLeft ) === 12; - - // Support: Android 4.0 - 4.3 only, Safari <=9.1 - 10.1, iOS <=7.0 - 9.3 - // Some styles come back with percentage values, even though they shouldn't - div.style.right = "60%"; - pixelBoxStylesVal = roundPixelMeasures( divStyle.right ) === 36; - - // Support: IE 9 - 11 only - // Detect misreporting of content dimensions for box-sizing:border-box elements - boxSizingReliableVal = roundPixelMeasures( divStyle.width ) === 36; - - // Support: IE 9 only - // Detect overflow:scroll screwiness (gh-3699) - div.style.position = "absolute"; - scrollboxSizeVal = div.offsetWidth === 36 || "absolute"; - - documentElement.removeChild( container ); - - // Nullify the div so it wouldn't be stored in the memory and - // it will also be a sign that checks already performed - div = null; - } - - function roundPixelMeasures( measure ) { - return Math.round( parseFloat( measure ) ); - } - - var pixelPositionVal, boxSizingReliableVal, scrollboxSizeVal, pixelBoxStylesVal, - reliableMarginLeftVal, - container = document.createElement( "div" ), - div = document.createElement( "div" ); - - // Finish early in limited (non-browser) environments - if ( !div.style ) { - return; - } - - // Support: IE <=9 - 11 only - // Style of cloned element affects source element cloned (#8908) - div.style.backgroundClip = "content-box"; - div.cloneNode( true ).style.backgroundClip = ""; - support.clearCloneStyle = div.style.backgroundClip === "content-box"; - - jQuery.extend( support, { - boxSizingReliable: function() { - computeStyleTests(); - return boxSizingReliableVal; - }, - pixelBoxStyles: function() { - computeStyleTests(); - return pixelBoxStylesVal; - }, - pixelPosition: function() { - computeStyleTests(); - return pixelPositionVal; - }, - reliableMarginLeft: function() { - computeStyleTests(); - return reliableMarginLeftVal; - }, - scrollboxSize: function() { - computeStyleTests(); - return scrollboxSizeVal; - } - } ); -} )(); - - -function curCSS( elem, name, computed ) { - var width, minWidth, maxWidth, ret, - - // Support: Firefox 51+ - // Retrieving style before computed somehow - // fixes an issue with getting wrong values - // on detached elements - style = elem.style; - - computed = computed || getStyles( elem ); - - // getPropertyValue is needed for: - // .css('filter') (IE 9 only, #12537) - // .css('--customProperty) (#3144) - if ( computed ) { - ret = computed.getPropertyValue( name ) || computed[ name ]; - - if ( ret === "" && !jQuery.contains( elem.ownerDocument, elem ) ) { - ret = jQuery.style( elem, name ); - } - - // A tribute to the "awesome hack by Dean Edwards" - // Android Browser returns percentage for some values, - // but width seems to be reliably pixels. - // This is against the CSSOM draft spec: - // https://drafts.csswg.org/cssom/#resolved-values - if ( !support.pixelBoxStyles() && rnumnonpx.test( ret ) && rboxStyle.test( name ) ) { - - // Remember the original values - width = style.width; - minWidth = style.minWidth; - maxWidth = style.maxWidth; - - // Put in the new values to get a computed value out - style.minWidth = style.maxWidth = style.width = ret; - ret = computed.width; - - // Revert the changed values - style.width = width; - style.minWidth = minWidth; - style.maxWidth = maxWidth; - } - } - - return ret !== undefined ? - - // Support: IE <=9 - 11 only - // IE returns zIndex value as an integer. - ret + "" : - ret; -} - - -function addGetHookIf( conditionFn, hookFn ) { - - // Define the hook, we'll check on the first run if it's really needed. - return { - get: function() { - if ( conditionFn() ) { - - // Hook not needed (or it's not possible to use it due - // to missing dependency), remove it. - delete this.get; - return; - } - - // Hook needed; redefine it so that the support test is not executed again. - return ( this.get = hookFn ).apply( this, arguments ); - } - }; -} - - -var - - // Swappable if display is none or starts with table - // except "table", "table-cell", or "table-caption" - // See here for display values: https://developer.mozilla.org/en-US/docs/CSS/display - rdisplayswap = /^(none|table(?!-c[ea]).+)/, - rcustomProp = /^--/, - cssShow = { position: "absolute", visibility: "hidden", display: "block" }, - cssNormalTransform = { - letterSpacing: "0", - fontWeight: "400" - }, - - cssPrefixes = [ "Webkit", "Moz", "ms" ], - emptyStyle = document.createElement( "div" ).style; - -// Return a css property mapped to a potentially vendor prefixed property -function vendorPropName( name ) { - - // Shortcut for names that are not vendor prefixed - if ( name in emptyStyle ) { - return name; - } - - // Check for vendor prefixed names - var capName = name[ 0 ].toUpperCase() + name.slice( 1 ), - i = cssPrefixes.length; - - while ( i-- ) { - name = cssPrefixes[ i ] + capName; - if ( name in emptyStyle ) { - return name; - } - } -} - -// Return a property mapped along what jQuery.cssProps suggests or to -// a vendor prefixed property. -function finalPropName( name ) { - var ret = jQuery.cssProps[ name ]; - if ( !ret ) { - ret = jQuery.cssProps[ name ] = vendorPropName( name ) || name; - } - return ret; -} - -function setPositiveNumber( elem, value, subtract ) { - - // Any relative (+/-) values have already been - // normalized at this point - var matches = rcssNum.exec( value ); - return matches ? - - // Guard against undefined "subtract", e.g., when used as in cssHooks - Math.max( 0, matches[ 2 ] - ( subtract || 0 ) ) + ( matches[ 3 ] || "px" ) : - value; -} - -function boxModelAdjustment( elem, dimension, box, isBorderBox, styles, computedVal ) { - var i = dimension === "width" ? 1 : 0, - extra = 0, - delta = 0; - - // Adjustment may not be necessary - if ( box === ( isBorderBox ? "border" : "content" ) ) { - return 0; - } - - for ( ; i < 4; i += 2 ) { - - // Both box models exclude margin - if ( box === "margin" ) { - delta += jQuery.css( elem, box + cssExpand[ i ], true, styles ); - } - - // If we get here with a content-box, we're seeking "padding" or "border" or "margin" - if ( !isBorderBox ) { - - // Add padding - delta += jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - - // For "border" or "margin", add border - if ( box !== "padding" ) { - delta += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - - // But still keep track of it otherwise - } else { - extra += jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - - // If we get here with a border-box (content + padding + border), we're seeking "content" or - // "padding" or "margin" - } else { - - // For "content", subtract padding - if ( box === "content" ) { - delta -= jQuery.css( elem, "padding" + cssExpand[ i ], true, styles ); - } - - // For "content" or "padding", subtract border - if ( box !== "margin" ) { - delta -= jQuery.css( elem, "border" + cssExpand[ i ] + "Width", true, styles ); - } - } - } - - // Account for positive content-box scroll gutter when requested by providing computedVal - if ( !isBorderBox && computedVal >= 0 ) { - - // offsetWidth/offsetHeight is a rounded sum of content, padding, scroll gutter, and border - // Assuming integer scroll gutter, subtract the rest and round down - delta += Math.max( 0, Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - computedVal - - delta - - extra - - 0.5 - ) ); - } - - return delta; -} - -function getWidthOrHeight( elem, dimension, extra ) { - - // Start with computed style - var styles = getStyles( elem ), - val = curCSS( elem, dimension, styles ), - isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - valueIsBorderBox = isBorderBox; - - // Support: Firefox <=54 - // Return a confounding non-pixel value or feign ignorance, as appropriate. - if ( rnumnonpx.test( val ) ) { - if ( !extra ) { - return val; - } - val = "auto"; - } - - // Check for style in case a browser which returns unreliable values - // for getComputedStyle silently falls back to the reliable elem.style - valueIsBorderBox = valueIsBorderBox && - ( support.boxSizingReliable() || val === elem.style[ dimension ] ); - - // Fall back to offsetWidth/offsetHeight when value is "auto" - // This happens for inline elements with no explicit setting (gh-3571) - // Support: Android <=4.1 - 4.3 only - // Also use offsetWidth/offsetHeight for misreported inline dimensions (gh-3602) - if ( val === "auto" || - !parseFloat( val ) && jQuery.css( elem, "display", false, styles ) === "inline" ) { - - val = elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ]; - - // offsetWidth/offsetHeight provide border-box values - valueIsBorderBox = true; - } - - // Normalize "" and auto - val = parseFloat( val ) || 0; - - // Adjust for the element's box model - return ( val + - boxModelAdjustment( - elem, - dimension, - extra || ( isBorderBox ? "border" : "content" ), - valueIsBorderBox, - styles, - - // Provide the current computed size to request scroll gutter calculation (gh-3589) - val - ) - ) + "px"; -} - -jQuery.extend( { - - // Add in style property hooks for overriding the default - // behavior of getting and setting a style property - cssHooks: { - opacity: { - get: function( elem, computed ) { - if ( computed ) { - - // We should always get a number back from opacity - var ret = curCSS( elem, "opacity" ); - return ret === "" ? "1" : ret; - } - } - } - }, - - // Don't automatically add "px" to these possibly-unitless properties - cssNumber: { - "animationIterationCount": true, - "columnCount": true, - "fillOpacity": true, - "flexGrow": true, - "flexShrink": true, - "fontWeight": true, - "lineHeight": true, - "opacity": true, - "order": true, - "orphans": true, - "widows": true, - "zIndex": true, - "zoom": true - }, - - // Add in properties whose names you wish to fix before - // setting or getting the value - cssProps: {}, - - // Get and set the style property on a DOM Node - style: function( elem, name, value, extra ) { - - // Don't set styles on text and comment nodes - if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) { - return; - } - - // Make sure that we're working with the right name - var ret, type, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ), - style = elem.style; - - // Make sure that we're working with the right name. We don't - // want to query the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Gets hook for the prefixed version, then unprefixed version - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // Check if we're setting a value - if ( value !== undefined ) { - type = typeof value; - - // Convert "+=" or "-=" to relative numbers (#7345) - if ( type === "string" && ( ret = rcssNum.exec( value ) ) && ret[ 1 ] ) { - value = adjustCSS( elem, name, ret ); - - // Fixes bug #9237 - type = "number"; - } - - // Make sure that null and NaN values aren't set (#7116) - if ( value == null || value !== value ) { - return; - } - - // If a number was passed in, add the unit (except for certain CSS properties) - if ( type === "number" ) { - value += ret && ret[ 3 ] || ( jQuery.cssNumber[ origName ] ? "" : "px" ); - } - - // background-* props affect original clone's values - if ( !support.clearCloneStyle && value === "" && name.indexOf( "background" ) === 0 ) { - style[ name ] = "inherit"; - } - - // If a hook was provided, use that value, otherwise just set the specified value - if ( !hooks || !( "set" in hooks ) || - ( value = hooks.set( elem, value, extra ) ) !== undefined ) { - - if ( isCustomProp ) { - style.setProperty( name, value ); - } else { - style[ name ] = value; - } - } - - } else { - - // If a hook was provided get the non-computed value from there - if ( hooks && "get" in hooks && - ( ret = hooks.get( elem, false, extra ) ) !== undefined ) { - - return ret; - } - - // Otherwise just get the value from the style object - return style[ name ]; - } - }, - - css: function( elem, name, extra, styles ) { - var val, num, hooks, - origName = camelCase( name ), - isCustomProp = rcustomProp.test( name ); - - // Make sure that we're working with the right name. We don't - // want to modify the value if it is a CSS custom property - // since they are user-defined. - if ( !isCustomProp ) { - name = finalPropName( origName ); - } - - // Try prefixed name followed by the unprefixed name - hooks = jQuery.cssHooks[ name ] || jQuery.cssHooks[ origName ]; - - // If a hook was provided get the computed value from there - if ( hooks && "get" in hooks ) { - val = hooks.get( elem, true, extra ); - } - - // Otherwise, if a way to get the computed value exists, use that - if ( val === undefined ) { - val = curCSS( elem, name, styles ); - } - - // Convert "normal" to computed value - if ( val === "normal" && name in cssNormalTransform ) { - val = cssNormalTransform[ name ]; - } - - // Make numeric if forced or a qualifier was provided and val looks numeric - if ( extra === "" || extra ) { - num = parseFloat( val ); - return extra === true || isFinite( num ) ? num || 0 : val; - } - - return val; - } -} ); - -jQuery.each( [ "height", "width" ], function( i, dimension ) { - jQuery.cssHooks[ dimension ] = { - get: function( elem, computed, extra ) { - if ( computed ) { - - // Certain elements can have dimension info if we invisibly show them - // but it must have a current display style that would benefit - return rdisplayswap.test( jQuery.css( elem, "display" ) ) && - - // Support: Safari 8+ - // Table columns in Safari have non-zero offsetWidth & zero - // getBoundingClientRect().width unless display is changed. - // Support: IE <=11 only - // Running getBoundingClientRect on a disconnected node - // in IE throws an error. - ( !elem.getClientRects().length || !elem.getBoundingClientRect().width ) ? - swap( elem, cssShow, function() { - return getWidthOrHeight( elem, dimension, extra ); - } ) : - getWidthOrHeight( elem, dimension, extra ); - } - }, - - set: function( elem, value, extra ) { - var matches, - styles = getStyles( elem ), - isBorderBox = jQuery.css( elem, "boxSizing", false, styles ) === "border-box", - subtract = extra && boxModelAdjustment( - elem, - dimension, - extra, - isBorderBox, - styles - ); - - // Account for unreliable border-box dimensions by comparing offset* to computed and - // faking a content-box to get border and padding (gh-3699) - if ( isBorderBox && support.scrollboxSize() === styles.position ) { - subtract -= Math.ceil( - elem[ "offset" + dimension[ 0 ].toUpperCase() + dimension.slice( 1 ) ] - - parseFloat( styles[ dimension ] ) - - boxModelAdjustment( elem, dimension, "border", false, styles ) - - 0.5 - ); - } - - // Convert to pixels if value adjustment is needed - if ( subtract && ( matches = rcssNum.exec( value ) ) && - ( matches[ 3 ] || "px" ) !== "px" ) { - - elem.style[ dimension ] = value; - value = jQuery.css( elem, dimension ); - } - - return setPositiveNumber( elem, value, subtract ); - } - }; -} ); - -jQuery.cssHooks.marginLeft = addGetHookIf( support.reliableMarginLeft, - function( elem, computed ) { - if ( computed ) { - return ( parseFloat( curCSS( elem, "marginLeft" ) ) || - elem.getBoundingClientRect().left - - swap( elem, { marginLeft: 0 }, function() { - return elem.getBoundingClientRect().left; - } ) - ) + "px"; - } - } -); - -// These hooks are used by animate to expand properties -jQuery.each( { - margin: "", - padding: "", - border: "Width" -}, function( prefix, suffix ) { - jQuery.cssHooks[ prefix + suffix ] = { - expand: function( value ) { - var i = 0, - expanded = {}, - - // Assumes a single number if not a string - parts = typeof value === "string" ? value.split( " " ) : [ value ]; - - for ( ; i < 4; i++ ) { - expanded[ prefix + cssExpand[ i ] + suffix ] = - parts[ i ] || parts[ i - 2 ] || parts[ 0 ]; - } - - return expanded; - } - }; - - if ( prefix !== "margin" ) { - jQuery.cssHooks[ prefix + suffix ].set = setPositiveNumber; - } -} ); - -jQuery.fn.extend( { - css: function( name, value ) { - return access( this, function( elem, name, value ) { - var styles, len, - map = {}, - i = 0; - - if ( Array.isArray( name ) ) { - styles = getStyles( elem ); - len = name.length; - - for ( ; i < len; i++ ) { - map[ name[ i ] ] = jQuery.css( elem, name[ i ], false, styles ); - } - - return map; - } - - return value !== undefined ? - jQuery.style( elem, name, value ) : - jQuery.css( elem, name ); - }, name, value, arguments.length > 1 ); - } -} ); - - -function Tween( elem, options, prop, end, easing ) { - return new Tween.prototype.init( elem, options, prop, end, easing ); -} -jQuery.Tween = Tween; - -Tween.prototype = { - constructor: Tween, - init: function( elem, options, prop, end, easing, unit ) { - this.elem = elem; - this.prop = prop; - this.easing = easing || jQuery.easing._default; - this.options = options; - this.start = this.now = this.cur(); - this.end = end; - this.unit = unit || ( jQuery.cssNumber[ prop ] ? "" : "px" ); - }, - cur: function() { - var hooks = Tween.propHooks[ this.prop ]; - - return hooks && hooks.get ? - hooks.get( this ) : - Tween.propHooks._default.get( this ); - }, - run: function( percent ) { - var eased, - hooks = Tween.propHooks[ this.prop ]; - - if ( this.options.duration ) { - this.pos = eased = jQuery.easing[ this.easing ]( - percent, this.options.duration * percent, 0, 1, this.options.duration - ); - } else { - this.pos = eased = percent; - } - this.now = ( this.end - this.start ) * eased + this.start; - - if ( this.options.step ) { - this.options.step.call( this.elem, this.now, this ); - } - - if ( hooks && hooks.set ) { - hooks.set( this ); - } else { - Tween.propHooks._default.set( this ); - } - return this; - } -}; - -Tween.prototype.init.prototype = Tween.prototype; - -Tween.propHooks = { - _default: { - get: function( tween ) { - var result; - - // Use a property on the element directly when it is not a DOM element, - // or when there is no matching style property that exists. - if ( tween.elem.nodeType !== 1 || - tween.elem[ tween.prop ] != null && tween.elem.style[ tween.prop ] == null ) { - return tween.elem[ tween.prop ]; - } - - // Passing an empty string as a 3rd parameter to .css will automatically - // attempt a parseFloat and fallback to a string if the parse fails. - // Simple values such as "10px" are parsed to Float; - // complex values such as "rotate(1rad)" are returned as-is. - result = jQuery.css( tween.elem, tween.prop, "" ); - - // Empty strings, null, undefined and "auto" are converted to 0. - return !result || result === "auto" ? 0 : result; - }, - set: function( tween ) { - - // Use step hook for back compat. - // Use cssHook if its there. - // Use .style if available and use plain properties where available. - if ( jQuery.fx.step[ tween.prop ] ) { - jQuery.fx.step[ tween.prop ]( tween ); - } else if ( tween.elem.nodeType === 1 && - ( tween.elem.style[ jQuery.cssProps[ tween.prop ] ] != null || - jQuery.cssHooks[ tween.prop ] ) ) { - jQuery.style( tween.elem, tween.prop, tween.now + tween.unit ); - } else { - tween.elem[ tween.prop ] = tween.now; - } - } - } -}; - -// Support: IE <=9 only -// Panic based approach to setting things on disconnected nodes -Tween.propHooks.scrollTop = Tween.propHooks.scrollLeft = { - set: function( tween ) { - if ( tween.elem.nodeType && tween.elem.parentNode ) { - tween.elem[ tween.prop ] = tween.now; - } - } -}; - -jQuery.easing = { - linear: function( p ) { - return p; - }, - swing: function( p ) { - return 0.5 - Math.cos( p * Math.PI ) / 2; - }, - _default: "swing" -}; - -jQuery.fx = Tween.prototype.init; - -// Back compat <1.8 extension point -jQuery.fx.step = {}; - - - - -var - fxNow, inProgress, - rfxtypes = /^(?:toggle|show|hide)$/, - rrun = /queueHooks$/; - -function schedule() { - if ( inProgress ) { - if ( document.hidden === false && window.requestAnimationFrame ) { - window.requestAnimationFrame( schedule ); - } else { - window.setTimeout( schedule, jQuery.fx.interval ); - } - - jQuery.fx.tick(); - } -} - -// Animations created synchronously will run synchronously -function createFxNow() { - window.setTimeout( function() { - fxNow = undefined; - } ); - return ( fxNow = Date.now() ); -} - -// Generate parameters to create a standard animation -function genFx( type, includeWidth ) { - var which, - i = 0, - attrs = { height: type }; - - // If we include width, step value is 1 to do all cssExpand values, - // otherwise step value is 2 to skip over Left and Right - includeWidth = includeWidth ? 1 : 0; - for ( ; i < 4; i += 2 - includeWidth ) { - which = cssExpand[ i ]; - attrs[ "margin" + which ] = attrs[ "padding" + which ] = type; - } - - if ( includeWidth ) { - attrs.opacity = attrs.width = type; - } - - return attrs; -} - -function createTween( value, prop, animation ) { - var tween, - collection = ( Animation.tweeners[ prop ] || [] ).concat( Animation.tweeners[ "*" ] ), - index = 0, - length = collection.length; - for ( ; index < length; index++ ) { - if ( ( tween = collection[ index ].call( animation, prop, value ) ) ) { - - // We're done with this property - return tween; - } - } -} - -function defaultPrefilter( elem, props, opts ) { - var prop, value, toggle, hooks, oldfire, propTween, restoreDisplay, display, - isBox = "width" in props || "height" in props, - anim = this, - orig = {}, - style = elem.style, - hidden = elem.nodeType && isHiddenWithinTree( elem ), - dataShow = dataPriv.get( elem, "fxshow" ); - - // Queue-skipping animations hijack the fx hooks - if ( !opts.queue ) { - hooks = jQuery._queueHooks( elem, "fx" ); - if ( hooks.unqueued == null ) { - hooks.unqueued = 0; - oldfire = hooks.empty.fire; - hooks.empty.fire = function() { - if ( !hooks.unqueued ) { - oldfire(); - } - }; - } - hooks.unqueued++; - - anim.always( function() { - - // Ensure the complete handler is called before this completes - anim.always( function() { - hooks.unqueued--; - if ( !jQuery.queue( elem, "fx" ).length ) { - hooks.empty.fire(); - } - } ); - } ); - } - - // Detect show/hide animations - for ( prop in props ) { - value = props[ prop ]; - if ( rfxtypes.test( value ) ) { - delete props[ prop ]; - toggle = toggle || value === "toggle"; - if ( value === ( hidden ? "hide" : "show" ) ) { - - // Pretend to be hidden if this is a "show" and - // there is still data from a stopped show/hide - if ( value === "show" && dataShow && dataShow[ prop ] !== undefined ) { - hidden = true; - - // Ignore all other no-op show/hide data - } else { - continue; - } - } - orig[ prop ] = dataShow && dataShow[ prop ] || jQuery.style( elem, prop ); - } - } - - // Bail out if this is a no-op like .hide().hide() - propTween = !jQuery.isEmptyObject( props ); - if ( !propTween && jQuery.isEmptyObject( orig ) ) { - return; - } - - // Restrict "overflow" and "display" styles during box animations - if ( isBox && elem.nodeType === 1 ) { - - // Support: IE <=9 - 11, Edge 12 - 15 - // Record all 3 overflow attributes because IE does not infer the shorthand - // from identically-valued overflowX and overflowY and Edge just mirrors - // the overflowX value there. - opts.overflow = [ style.overflow, style.overflowX, style.overflowY ]; - - // Identify a display type, preferring old show/hide data over the CSS cascade - restoreDisplay = dataShow && dataShow.display; - if ( restoreDisplay == null ) { - restoreDisplay = dataPriv.get( elem, "display" ); - } - display = jQuery.css( elem, "display" ); - if ( display === "none" ) { - if ( restoreDisplay ) { - display = restoreDisplay; - } else { - - // Get nonempty value(s) by temporarily forcing visibility - showHide( [ elem ], true ); - restoreDisplay = elem.style.display || restoreDisplay; - display = jQuery.css( elem, "display" ); - showHide( [ elem ] ); - } - } - - // Animate inline elements as inline-block - if ( display === "inline" || display === "inline-block" && restoreDisplay != null ) { - if ( jQuery.css( elem, "float" ) === "none" ) { - - // Restore the original display value at the end of pure show/hide animations - if ( !propTween ) { - anim.done( function() { - style.display = restoreDisplay; - } ); - if ( restoreDisplay == null ) { - display = style.display; - restoreDisplay = display === "none" ? "" : display; - } - } - style.display = "inline-block"; - } - } - } - - if ( opts.overflow ) { - style.overflow = "hidden"; - anim.always( function() { - style.overflow = opts.overflow[ 0 ]; - style.overflowX = opts.overflow[ 1 ]; - style.overflowY = opts.overflow[ 2 ]; - } ); - } - - // Implement show/hide animations - propTween = false; - for ( prop in orig ) { - - // General show/hide setup for this element animation - if ( !propTween ) { - if ( dataShow ) { - if ( "hidden" in dataShow ) { - hidden = dataShow.hidden; - } - } else { - dataShow = dataPriv.access( elem, "fxshow", { display: restoreDisplay } ); - } - - // Store hidden/visible for toggle so `.stop().toggle()` "reverses" - if ( toggle ) { - dataShow.hidden = !hidden; - } - - // Show elements before animating them - if ( hidden ) { - showHide( [ elem ], true ); - } - - /* eslint-disable no-loop-func */ - - anim.done( function() { - - /* eslint-enable no-loop-func */ - - // The final step of a "hide" animation is actually hiding the element - if ( !hidden ) { - showHide( [ elem ] ); - } - dataPriv.remove( elem, "fxshow" ); - for ( prop in orig ) { - jQuery.style( elem, prop, orig[ prop ] ); - } - } ); - } - - // Per-property setup - propTween = createTween( hidden ? dataShow[ prop ] : 0, prop, anim ); - if ( !( prop in dataShow ) ) { - dataShow[ prop ] = propTween.start; - if ( hidden ) { - propTween.end = propTween.start; - propTween.start = 0; - } - } - } -} - -function propFilter( props, specialEasing ) { - var index, name, easing, value, hooks; - - // camelCase, specialEasing and expand cssHook pass - for ( index in props ) { - name = camelCase( index ); - easing = specialEasing[ name ]; - value = props[ index ]; - if ( Array.isArray( value ) ) { - easing = value[ 1 ]; - value = props[ index ] = value[ 0 ]; - } - - if ( index !== name ) { - props[ name ] = value; - delete props[ index ]; - } - - hooks = jQuery.cssHooks[ name ]; - if ( hooks && "expand" in hooks ) { - value = hooks.expand( value ); - delete props[ name ]; - - // Not quite $.extend, this won't overwrite existing keys. - // Reusing 'index' because we have the correct "name" - for ( index in value ) { - if ( !( index in props ) ) { - props[ index ] = value[ index ]; - specialEasing[ index ] = easing; - } - } - } else { - specialEasing[ name ] = easing; - } - } -} - -function Animation( elem, properties, options ) { - var result, - stopped, - index = 0, - length = Animation.prefilters.length, - deferred = jQuery.Deferred().always( function() { - - // Don't match elem in the :animated selector - delete tick.elem; - } ), - tick = function() { - if ( stopped ) { - return false; - } - var currentTime = fxNow || createFxNow(), - remaining = Math.max( 0, animation.startTime + animation.duration - currentTime ), - - // Support: Android 2.3 only - // Archaic crash bug won't allow us to use `1 - ( 0.5 || 0 )` (#12497) - temp = remaining / animation.duration || 0, - percent = 1 - temp, - index = 0, - length = animation.tweens.length; - - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( percent ); - } - - deferred.notifyWith( elem, [ animation, percent, remaining ] ); - - // If there's more to do, yield - if ( percent < 1 && length ) { - return remaining; - } - - // If this was an empty animation, synthesize a final progress notification - if ( !length ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - } - - // Resolve the animation and report its conclusion - deferred.resolveWith( elem, [ animation ] ); - return false; - }, - animation = deferred.promise( { - elem: elem, - props: jQuery.extend( {}, properties ), - opts: jQuery.extend( true, { - specialEasing: {}, - easing: jQuery.easing._default - }, options ), - originalProperties: properties, - originalOptions: options, - startTime: fxNow || createFxNow(), - duration: options.duration, - tweens: [], - createTween: function( prop, end ) { - var tween = jQuery.Tween( elem, animation.opts, prop, end, - animation.opts.specialEasing[ prop ] || animation.opts.easing ); - animation.tweens.push( tween ); - return tween; - }, - stop: function( gotoEnd ) { - var index = 0, - - // If we are going to the end, we want to run all the tweens - // otherwise we skip this part - length = gotoEnd ? animation.tweens.length : 0; - if ( stopped ) { - return this; - } - stopped = true; - for ( ; index < length; index++ ) { - animation.tweens[ index ].run( 1 ); - } - - // Resolve when we played the last frame; otherwise, reject - if ( gotoEnd ) { - deferred.notifyWith( elem, [ animation, 1, 0 ] ); - deferred.resolveWith( elem, [ animation, gotoEnd ] ); - } else { - deferred.rejectWith( elem, [ animation, gotoEnd ] ); - } - return this; - } - } ), - props = animation.props; - - propFilter( props, animation.opts.specialEasing ); - - for ( ; index < length; index++ ) { - result = Animation.prefilters[ index ].call( animation, elem, props, animation.opts ); - if ( result ) { - if ( isFunction( result.stop ) ) { - jQuery._queueHooks( animation.elem, animation.opts.queue ).stop = - result.stop.bind( result ); - } - return result; - } - } - - jQuery.map( props, createTween, animation ); - - if ( isFunction( animation.opts.start ) ) { - animation.opts.start.call( elem, animation ); - } - - // Attach callbacks from options - animation - .progress( animation.opts.progress ) - .done( animation.opts.done, animation.opts.complete ) - .fail( animation.opts.fail ) - .always( animation.opts.always ); - - jQuery.fx.timer( - jQuery.extend( tick, { - elem: elem, - anim: animation, - queue: animation.opts.queue - } ) - ); - - return animation; -} - -jQuery.Animation = jQuery.extend( Animation, { - - tweeners: { - "*": [ function( prop, value ) { - var tween = this.createTween( prop, value ); - adjustCSS( tween.elem, prop, rcssNum.exec( value ), tween ); - return tween; - } ] - }, - - tweener: function( props, callback ) { - if ( isFunction( props ) ) { - callback = props; - props = [ "*" ]; - } else { - props = props.match( rnothtmlwhite ); - } - - var prop, - index = 0, - length = props.length; - - for ( ; index < length; index++ ) { - prop = props[ index ]; - Animation.tweeners[ prop ] = Animation.tweeners[ prop ] || []; - Animation.tweeners[ prop ].unshift( callback ); - } - }, - - prefilters: [ defaultPrefilter ], - - prefilter: function( callback, prepend ) { - if ( prepend ) { - Animation.prefilters.unshift( callback ); - } else { - Animation.prefilters.push( callback ); - } - } -} ); - -jQuery.speed = function( speed, easing, fn ) { - var opt = speed && typeof speed === "object" ? jQuery.extend( {}, speed ) : { - complete: fn || !fn && easing || - isFunction( speed ) && speed, - duration: speed, - easing: fn && easing || easing && !isFunction( easing ) && easing - }; - - // Go to the end state if fx are off - if ( jQuery.fx.off ) { - opt.duration = 0; - - } else { - if ( typeof opt.duration !== "number" ) { - if ( opt.duration in jQuery.fx.speeds ) { - opt.duration = jQuery.fx.speeds[ opt.duration ]; - - } else { - opt.duration = jQuery.fx.speeds._default; - } - } - } - - // Normalize opt.queue - true/undefined/null -> "fx" - if ( opt.queue == null || opt.queue === true ) { - opt.queue = "fx"; - } - - // Queueing - opt.old = opt.complete; - - opt.complete = function() { - if ( isFunction( opt.old ) ) { - opt.old.call( this ); - } - - if ( opt.queue ) { - jQuery.dequeue( this, opt.queue ); - } - }; - - return opt; -}; - -jQuery.fn.extend( { - fadeTo: function( speed, to, easing, callback ) { - - // Show any hidden elements after setting opacity to 0 - return this.filter( isHiddenWithinTree ).css( "opacity", 0 ).show() - - // Animate to the value specified - .end().animate( { opacity: to }, speed, easing, callback ); - }, - animate: function( prop, speed, easing, callback ) { - var empty = jQuery.isEmptyObject( prop ), - optall = jQuery.speed( speed, easing, callback ), - doAnimation = function() { - - // Operate on a copy of prop so per-property easing won't be lost - var anim = Animation( this, jQuery.extend( {}, prop ), optall ); - - // Empty animations, or finishing resolves immediately - if ( empty || dataPriv.get( this, "finish" ) ) { - anim.stop( true ); - } - }; - doAnimation.finish = doAnimation; - - return empty || optall.queue === false ? - this.each( doAnimation ) : - this.queue( optall.queue, doAnimation ); - }, - stop: function( type, clearQueue, gotoEnd ) { - var stopQueue = function( hooks ) { - var stop = hooks.stop; - delete hooks.stop; - stop( gotoEnd ); - }; - - if ( typeof type !== "string" ) { - gotoEnd = clearQueue; - clearQueue = type; - type = undefined; - } - if ( clearQueue && type !== false ) { - this.queue( type || "fx", [] ); - } - - return this.each( function() { - var dequeue = true, - index = type != null && type + "queueHooks", - timers = jQuery.timers, - data = dataPriv.get( this ); - - if ( index ) { - if ( data[ index ] && data[ index ].stop ) { - stopQueue( data[ index ] ); - } - } else { - for ( index in data ) { - if ( data[ index ] && data[ index ].stop && rrun.test( index ) ) { - stopQueue( data[ index ] ); - } - } - } - - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && - ( type == null || timers[ index ].queue === type ) ) { - - timers[ index ].anim.stop( gotoEnd ); - dequeue = false; - timers.splice( index, 1 ); - } - } - - // Start the next in the queue if the last step wasn't forced. - // Timers currently will call their complete callbacks, which - // will dequeue but only if they were gotoEnd. - if ( dequeue || !gotoEnd ) { - jQuery.dequeue( this, type ); - } - } ); - }, - finish: function( type ) { - if ( type !== false ) { - type = type || "fx"; - } - return this.each( function() { - var index, - data = dataPriv.get( this ), - queue = data[ type + "queue" ], - hooks = data[ type + "queueHooks" ], - timers = jQuery.timers, - length = queue ? queue.length : 0; - - // Enable finishing flag on private data - data.finish = true; - - // Empty the queue first - jQuery.queue( this, type, [] ); - - if ( hooks && hooks.stop ) { - hooks.stop.call( this, true ); - } - - // Look for any active animations, and finish them - for ( index = timers.length; index--; ) { - if ( timers[ index ].elem === this && timers[ index ].queue === type ) { - timers[ index ].anim.stop( true ); - timers.splice( index, 1 ); - } - } - - // Look for any animations in the old queue and finish them - for ( index = 0; index < length; index++ ) { - if ( queue[ index ] && queue[ index ].finish ) { - queue[ index ].finish.call( this ); - } - } - - // Turn off finishing flag - delete data.finish; - } ); - } -} ); - -jQuery.each( [ "toggle", "show", "hide" ], function( i, name ) { - var cssFn = jQuery.fn[ name ]; - jQuery.fn[ name ] = function( speed, easing, callback ) { - return speed == null || typeof speed === "boolean" ? - cssFn.apply( this, arguments ) : - this.animate( genFx( name, true ), speed, easing, callback ); - }; -} ); - -// Generate shortcuts for custom animations -jQuery.each( { - slideDown: genFx( "show" ), - slideUp: genFx( "hide" ), - slideToggle: genFx( "toggle" ), - fadeIn: { opacity: "show" }, - fadeOut: { opacity: "hide" }, - fadeToggle: { opacity: "toggle" } -}, function( name, props ) { - jQuery.fn[ name ] = function( speed, easing, callback ) { - return this.animate( props, speed, easing, callback ); - }; -} ); - -jQuery.timers = []; -jQuery.fx.tick = function() { - var timer, - i = 0, - timers = jQuery.timers; - - fxNow = Date.now(); - - for ( ; i < timers.length; i++ ) { - timer = timers[ i ]; - - // Run the timer and safely remove it when done (allowing for external removal) - if ( !timer() && timers[ i ] === timer ) { - timers.splice( i--, 1 ); - } - } - - if ( !timers.length ) { - jQuery.fx.stop(); - } - fxNow = undefined; -}; - -jQuery.fx.timer = function( timer ) { - jQuery.timers.push( timer ); - jQuery.fx.start(); -}; - -jQuery.fx.interval = 13; -jQuery.fx.start = function() { - if ( inProgress ) { - return; - } - - inProgress = true; - schedule(); -}; - -jQuery.fx.stop = function() { - inProgress = null; -}; - -jQuery.fx.speeds = { - slow: 600, - fast: 200, - - // Default speed - _default: 400 -}; - - -// Based off of the plugin by Clint Helfers, with permission. -// https://web.archive.org/web/20100324014747/http://blindsignals.com/index.php/2009/07/jquery-delay/ -jQuery.fn.delay = function( time, type ) { - time = jQuery.fx ? jQuery.fx.speeds[ time ] || time : time; - type = type || "fx"; - - return this.queue( type, function( next, hooks ) { - var timeout = window.setTimeout( next, time ); - hooks.stop = function() { - window.clearTimeout( timeout ); - }; - } ); -}; - - -( function() { - var input = document.createElement( "input" ), - select = document.createElement( "select" ), - opt = select.appendChild( document.createElement( "option" ) ); - - input.type = "checkbox"; - - // Support: Android <=4.3 only - // Default value for a checkbox should be "on" - support.checkOn = input.value !== ""; - - // Support: IE <=11 only - // Must access selectedIndex to make default options select - support.optSelected = opt.selected; - - // Support: IE <=11 only - // An input loses its value after becoming a radio - input = document.createElement( "input" ); - input.value = "t"; - input.type = "radio"; - support.radioValue = input.value === "t"; -} )(); - - -var boolHook, - attrHandle = jQuery.expr.attrHandle; - -jQuery.fn.extend( { - attr: function( name, value ) { - return access( this, jQuery.attr, name, value, arguments.length > 1 ); - }, - - removeAttr: function( name ) { - return this.each( function() { - jQuery.removeAttr( this, name ); - } ); - } -} ); - -jQuery.extend( { - attr: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set attributes on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - // Fallback to prop when attributes are not supported - if ( typeof elem.getAttribute === "undefined" ) { - return jQuery.prop( elem, name, value ); - } - - // Attribute hooks are determined by the lowercase version - // Grab necessary hook if one is defined - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - hooks = jQuery.attrHooks[ name.toLowerCase() ] || - ( jQuery.expr.match.bool.test( name ) ? boolHook : undefined ); - } - - if ( value !== undefined ) { - if ( value === null ) { - jQuery.removeAttr( elem, name ); - return; - } - - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - elem.setAttribute( name, value + "" ); - return value; - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - ret = jQuery.find.attr( elem, name ); - - // Non-existent attributes return null, we normalize to undefined - return ret == null ? undefined : ret; - }, - - attrHooks: { - type: { - set: function( elem, value ) { - if ( !support.radioValue && value === "radio" && - nodeName( elem, "input" ) ) { - var val = elem.value; - elem.setAttribute( "type", value ); - if ( val ) { - elem.value = val; - } - return value; - } - } - } - }, - - removeAttr: function( elem, value ) { - var name, - i = 0, - - // Attribute names can contain non-HTML whitespace characters - // https://html.spec.whatwg.org/multipage/syntax.html#attributes-2 - attrNames = value && value.match( rnothtmlwhite ); - - if ( attrNames && elem.nodeType === 1 ) { - while ( ( name = attrNames[ i++ ] ) ) { - elem.removeAttribute( name ); - } - } - } -} ); - -// Hooks for boolean attributes -boolHook = { - set: function( elem, value, name ) { - if ( value === false ) { - - // Remove boolean attributes when set to false - jQuery.removeAttr( elem, name ); - } else { - elem.setAttribute( name, name ); - } - return name; - } -}; - -jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( i, name ) { - var getter = attrHandle[ name ] || jQuery.find.attr; - - attrHandle[ name ] = function( elem, name, isXML ) { - var ret, handle, - lowercaseName = name.toLowerCase(); - - if ( !isXML ) { - - // Avoid an infinite loop by temporarily removing this function from the getter - handle = attrHandle[ lowercaseName ]; - attrHandle[ lowercaseName ] = ret; - ret = getter( elem, name, isXML ) != null ? - lowercaseName : - null; - attrHandle[ lowercaseName ] = handle; - } - return ret; - }; -} ); - - - - -var rfocusable = /^(?:input|select|textarea|button)$/i, - rclickable = /^(?:a|area)$/i; - -jQuery.fn.extend( { - prop: function( name, value ) { - return access( this, jQuery.prop, name, value, arguments.length > 1 ); - }, - - removeProp: function( name ) { - return this.each( function() { - delete this[ jQuery.propFix[ name ] || name ]; - } ); - } -} ); - -jQuery.extend( { - prop: function( elem, name, value ) { - var ret, hooks, - nType = elem.nodeType; - - // Don't get/set properties on text, comment and attribute nodes - if ( nType === 3 || nType === 8 || nType === 2 ) { - return; - } - - if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) { - - // Fix name and attach hooks - name = jQuery.propFix[ name ] || name; - hooks = jQuery.propHooks[ name ]; - } - - if ( value !== undefined ) { - if ( hooks && "set" in hooks && - ( ret = hooks.set( elem, value, name ) ) !== undefined ) { - return ret; - } - - return ( elem[ name ] = value ); - } - - if ( hooks && "get" in hooks && ( ret = hooks.get( elem, name ) ) !== null ) { - return ret; - } - - return elem[ name ]; - }, - - propHooks: { - tabIndex: { - get: function( elem ) { - - // Support: IE <=9 - 11 only - // elem.tabIndex doesn't always return the - // correct value when it hasn't been explicitly set - // https://web.archive.org/web/20141116233347/http://fluidproject.org/blog/2008/01/09/getting-setting-and-removing-tabindex-values-with-javascript/ - // Use proper attribute retrieval(#12072) - var tabindex = jQuery.find.attr( elem, "tabindex" ); - - if ( tabindex ) { - return parseInt( tabindex, 10 ); - } - - if ( - rfocusable.test( elem.nodeName ) || - rclickable.test( elem.nodeName ) && - elem.href - ) { - return 0; - } - - return -1; - } - } - }, - - propFix: { - "for": "htmlFor", - "class": "className" - } -} ); - -// Support: IE <=11 only -// Accessing the selectedIndex property -// forces the browser to respect setting selected -// on the option -// The getter ensures a default option is selected -// when in an optgroup -// eslint rule "no-unused-expressions" is disabled for this code -// since it considers such accessions noop -if ( !support.optSelected ) { - jQuery.propHooks.selected = { - get: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent && parent.parentNode ) { - parent.parentNode.selectedIndex; - } - return null; - }, - set: function( elem ) { - - /* eslint no-unused-expressions: "off" */ - - var parent = elem.parentNode; - if ( parent ) { - parent.selectedIndex; - - if ( parent.parentNode ) { - parent.parentNode.selectedIndex; - } - } - } - }; -} - -jQuery.each( [ - "tabIndex", - "readOnly", - "maxLength", - "cellSpacing", - "cellPadding", - "rowSpan", - "colSpan", - "useMap", - "frameBorder", - "contentEditable" -], function() { - jQuery.propFix[ this.toLowerCase() ] = this; -} ); - - - - - // Strip and collapse whitespace according to HTML spec - // https://infra.spec.whatwg.org/#strip-and-collapse-ascii-whitespace - function stripAndCollapse( value ) { - var tokens = value.match( rnothtmlwhite ) || []; - return tokens.join( " " ); - } - - -function getClass( elem ) { - return elem.getAttribute && elem.getAttribute( "class" ) || ""; -} - -function classesToArray( value ) { - if ( Array.isArray( value ) ) { - return value; - } - if ( typeof value === "string" ) { - return value.match( rnothtmlwhite ) || []; - } - return []; -} - -jQuery.fn.extend( { - addClass: function( value ) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).addClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - classes = classesToArray( value ); - - if ( classes.length ) { - while ( ( elem = this[ i++ ] ) ) { - curValue = getClass( elem ); - cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - j = 0; - while ( ( clazz = classes[ j++ ] ) ) { - if ( cur.indexOf( " " + clazz + " " ) < 0 ) { - cur += clazz + " "; - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - elem.setAttribute( "class", finalValue ); - } - } - } - } - - return this; - }, - - removeClass: function( value ) { - var classes, elem, cur, curValue, clazz, j, finalValue, - i = 0; - - if ( isFunction( value ) ) { - return this.each( function( j ) { - jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) ); - } ); - } - - if ( !arguments.length ) { - return this.attr( "class", "" ); - } - - classes = classesToArray( value ); - - if ( classes.length ) { - while ( ( elem = this[ i++ ] ) ) { - curValue = getClass( elem ); - - // This expression is here for better compressibility (see addClass) - cur = elem.nodeType === 1 && ( " " + stripAndCollapse( curValue ) + " " ); - - if ( cur ) { - j = 0; - while ( ( clazz = classes[ j++ ] ) ) { - - // Remove *all* instances - while ( cur.indexOf( " " + clazz + " " ) > -1 ) { - cur = cur.replace( " " + clazz + " ", " " ); - } - } - - // Only assign if different to avoid unneeded rendering. - finalValue = stripAndCollapse( cur ); - if ( curValue !== finalValue ) { - elem.setAttribute( "class", finalValue ); - } - } - } - } - - return this; - }, - - toggleClass: function( value, stateVal ) { - var type = typeof value, - isValidValue = type === "string" || Array.isArray( value ); - - if ( typeof stateVal === "boolean" && isValidValue ) { - return stateVal ? this.addClass( value ) : this.removeClass( value ); - } - - if ( isFunction( value ) ) { - return this.each( function( i ) { - jQuery( this ).toggleClass( - value.call( this, i, getClass( this ), stateVal ), - stateVal - ); - } ); - } - - return this.each( function() { - var className, i, self, classNames; - - if ( isValidValue ) { - - // Toggle individual class names - i = 0; - self = jQuery( this ); - classNames = classesToArray( value ); - - while ( ( className = classNames[ i++ ] ) ) { - - // Check each className given, space separated list - if ( self.hasClass( className ) ) { - self.removeClass( className ); - } else { - self.addClass( className ); - } - } - - // Toggle whole class name - } else if ( value === undefined || type === "boolean" ) { - className = getClass( this ); - if ( className ) { - - // Store className if set - dataPriv.set( this, "__className__", className ); - } - - // If the element has a class name or if we're passed `false`, - // then remove the whole classname (if there was one, the above saved it). - // Otherwise bring back whatever was previously saved (if anything), - // falling back to the empty string if nothing was stored. - if ( this.setAttribute ) { - this.setAttribute( "class", - className || value === false ? - "" : - dataPriv.get( this, "__className__" ) || "" - ); - } - } - } ); - }, - - hasClass: function( selector ) { - var className, elem, - i = 0; - - className = " " + selector + " "; - while ( ( elem = this[ i++ ] ) ) { - if ( elem.nodeType === 1 && - ( " " + stripAndCollapse( getClass( elem ) ) + " " ).indexOf( className ) > -1 ) { - return true; - } - } - - return false; - } -} ); - - - - -var rreturn = /\r/g; - -jQuery.fn.extend( { - val: function( value ) { - var hooks, ret, valueIsFunction, - elem = this[ 0 ]; - - if ( !arguments.length ) { - if ( elem ) { - hooks = jQuery.valHooks[ elem.type ] || - jQuery.valHooks[ elem.nodeName.toLowerCase() ]; - - if ( hooks && - "get" in hooks && - ( ret = hooks.get( elem, "value" ) ) !== undefined - ) { - return ret; - } - - ret = elem.value; - - // Handle most common string cases - if ( typeof ret === "string" ) { - return ret.replace( rreturn, "" ); - } - - // Handle cases where value is null/undef or number - return ret == null ? "" : ret; - } - - return; - } - - valueIsFunction = isFunction( value ); - - return this.each( function( i ) { - var val; - - if ( this.nodeType !== 1 ) { - return; - } - - if ( valueIsFunction ) { - val = value.call( this, i, jQuery( this ).val() ); - } else { - val = value; - } - - // Treat null/undefined as ""; convert numbers to string - if ( val == null ) { - val = ""; - - } else if ( typeof val === "number" ) { - val += ""; - - } else if ( Array.isArray( val ) ) { - val = jQuery.map( val, function( value ) { - return value == null ? "" : value + ""; - } ); - } - - hooks = jQuery.valHooks[ this.type ] || jQuery.valHooks[ this.nodeName.toLowerCase() ]; - - // If set returns undefined, fall back to normal setting - if ( !hooks || !( "set" in hooks ) || hooks.set( this, val, "value" ) === undefined ) { - this.value = val; - } - } ); - } -} ); - -jQuery.extend( { - valHooks: { - option: { - get: function( elem ) { - - var val = jQuery.find.attr( elem, "value" ); - return val != null ? - val : - - // Support: IE <=10 - 11 only - // option.text throws exceptions (#14686, #14858) - // Strip and collapse whitespace - // https://html.spec.whatwg.org/#strip-and-collapse-whitespace - stripAndCollapse( jQuery.text( elem ) ); - } - }, - select: { - get: function( elem ) { - var value, option, i, - options = elem.options, - index = elem.selectedIndex, - one = elem.type === "select-one", - values = one ? null : [], - max = one ? index + 1 : options.length; - - if ( index < 0 ) { - i = max; - - } else { - i = one ? index : 0; - } - - // Loop through all the selected options - for ( ; i < max; i++ ) { - option = options[ i ]; - - // Support: IE <=9 only - // IE8-9 doesn't update selected after form reset (#2551) - if ( ( option.selected || i === index ) && - - // Don't return options that are disabled or in a disabled optgroup - !option.disabled && - ( !option.parentNode.disabled || - !nodeName( option.parentNode, "optgroup" ) ) ) { - - // Get the specific value for the option - value = jQuery( option ).val(); - - // We don't need an array for one selects - if ( one ) { - return value; - } - - // Multi-Selects return an array - values.push( value ); - } - } - - return values; - }, - - set: function( elem, value ) { - var optionSet, option, - options = elem.options, - values = jQuery.makeArray( value ), - i = options.length; - - while ( i-- ) { - option = options[ i ]; - - /* eslint-disable no-cond-assign */ - - if ( option.selected = - jQuery.inArray( jQuery.valHooks.option.get( option ), values ) > -1 - ) { - optionSet = true; - } - - /* eslint-enable no-cond-assign */ - } - - // Force browsers to behave consistently when non-matching value is set - if ( !optionSet ) { - elem.selectedIndex = -1; - } - return values; - } - } - } -} ); - -// Radios and checkboxes getter/setter -jQuery.each( [ "radio", "checkbox" ], function() { - jQuery.valHooks[ this ] = { - set: function( elem, value ) { - if ( Array.isArray( value ) ) { - return ( elem.checked = jQuery.inArray( jQuery( elem ).val(), value ) > -1 ); - } - } - }; - if ( !support.checkOn ) { - jQuery.valHooks[ this ].get = function( elem ) { - return elem.getAttribute( "value" ) === null ? "on" : elem.value; - }; - } -} ); - - - - -// Return jQuery for attributes-only inclusion - - -support.focusin = "onfocusin" in window; - - -var rfocusMorph = /^(?:focusinfocus|focusoutblur)$/, - stopPropagationCallback = function( e ) { - e.stopPropagation(); - }; - -jQuery.extend( jQuery.event, { - - trigger: function( event, data, elem, onlyHandlers ) { - - var i, cur, tmp, bubbleType, ontype, handle, special, lastElement, - eventPath = [ elem || document ], - type = hasOwn.call( event, "type" ) ? event.type : event, - namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : []; - - cur = lastElement = tmp = elem = elem || document; - - // Don't do events on text and comment nodes - if ( elem.nodeType === 3 || elem.nodeType === 8 ) { - return; - } - - // focus/blur morphs to focusin/out; ensure we're not firing them right now - if ( rfocusMorph.test( type + jQuery.event.triggered ) ) { - return; - } - - if ( type.indexOf( "." ) > -1 ) { - - // Namespaced trigger; create a regexp to match event type in handle() - namespaces = type.split( "." ); - type = namespaces.shift(); - namespaces.sort(); - } - ontype = type.indexOf( ":" ) < 0 && "on" + type; - - // Caller can pass in a jQuery.Event object, Object, or just an event type string - event = event[ jQuery.expando ] ? - event : - new jQuery.Event( type, typeof event === "object" && event ); - - // Trigger bitmask: & 1 for native handlers; & 2 for jQuery (always true) - event.isTrigger = onlyHandlers ? 2 : 3; - event.namespace = namespaces.join( "." ); - event.rnamespace = event.namespace ? - new RegExp( "(^|\\.)" + namespaces.join( "\\.(?:.*\\.|)" ) + "(\\.|$)" ) : - null; - - // Clean up the event in case it is being reused - event.result = undefined; - if ( !event.target ) { - event.target = elem; - } - - // Clone any incoming data and prepend the event, creating the handler arg list - data = data == null ? - [ event ] : - jQuery.makeArray( data, [ event ] ); - - // Allow special events to draw outside the lines - special = jQuery.event.special[ type ] || {}; - if ( !onlyHandlers && special.trigger && special.trigger.apply( elem, data ) === false ) { - return; - } - - // Determine event propagation path in advance, per W3C events spec (#9951) - // Bubble up to document, then to window; watch for a global ownerDocument var (#9724) - if ( !onlyHandlers && !special.noBubble && !isWindow( elem ) ) { - - bubbleType = special.delegateType || type; - if ( !rfocusMorph.test( bubbleType + type ) ) { - cur = cur.parentNode; - } - for ( ; cur; cur = cur.parentNode ) { - eventPath.push( cur ); - tmp = cur; - } - - // Only add window if we got to document (e.g., not plain obj or detached DOM) - if ( tmp === ( elem.ownerDocument || document ) ) { - eventPath.push( tmp.defaultView || tmp.parentWindow || window ); - } - } - - // Fire handlers on the event path - i = 0; - while ( ( cur = eventPath[ i++ ] ) && !event.isPropagationStopped() ) { - lastElement = cur; - event.type = i > 1 ? - bubbleType : - special.bindType || type; - - // jQuery handler - handle = ( dataPriv.get( cur, "events" ) || {} )[ event.type ] && - dataPriv.get( cur, "handle" ); - if ( handle ) { - handle.apply( cur, data ); - } - - // Native handler - handle = ontype && cur[ ontype ]; - if ( handle && handle.apply && acceptData( cur ) ) { - event.result = handle.apply( cur, data ); - if ( event.result === false ) { - event.preventDefault(); - } - } - } - event.type = type; - - // If nobody prevented the default action, do it now - if ( !onlyHandlers && !event.isDefaultPrevented() ) { - - if ( ( !special._default || - special._default.apply( eventPath.pop(), data ) === false ) && - acceptData( elem ) ) { - - // Call a native DOM method on the target with the same name as the event. - // Don't do default actions on window, that's where global variables be (#6170) - if ( ontype && isFunction( elem[ type ] ) && !isWindow( elem ) ) { - - // Don't re-trigger an onFOO event when we call its FOO() method - tmp = elem[ ontype ]; - - if ( tmp ) { - elem[ ontype ] = null; - } - - // Prevent re-triggering of the same event, since we already bubbled it above - jQuery.event.triggered = type; - - if ( event.isPropagationStopped() ) { - lastElement.addEventListener( type, stopPropagationCallback ); - } - - elem[ type ](); - - if ( event.isPropagationStopped() ) { - lastElement.removeEventListener( type, stopPropagationCallback ); - } - - jQuery.event.triggered = undefined; - - if ( tmp ) { - elem[ ontype ] = tmp; - } - } - } - } - - return event.result; - }, - - // Piggyback on a donor event to simulate a different one - // Used only for `focus(in | out)` events - simulate: function( type, elem, event ) { - var e = jQuery.extend( - new jQuery.Event(), - event, - { - type: type, - isSimulated: true - } - ); - - jQuery.event.trigger( e, null, elem ); - } - -} ); - -jQuery.fn.extend( { - - trigger: function( type, data ) { - return this.each( function() { - jQuery.event.trigger( type, data, this ); - } ); - }, - triggerHandler: function( type, data ) { - var elem = this[ 0 ]; - if ( elem ) { - return jQuery.event.trigger( type, data, elem, true ); - } - } -} ); - - -// Support: Firefox <=44 -// Firefox doesn't have focus(in | out) events -// Related ticket - https://bugzilla.mozilla.org/show_bug.cgi?id=687787 -// -// Support: Chrome <=48 - 49, Safari <=9.0 - 9.1 -// focus(in | out) events fire after focus & blur events, -// which is spec violation - http://www.w3.org/TR/DOM-Level-3-Events/#events-focusevent-event-order -// Related ticket - https://bugs.chromium.org/p/chromium/issues/detail?id=449857 -if ( !support.focusin ) { - jQuery.each( { focus: "focusin", blur: "focusout" }, function( orig, fix ) { - - // Attach a single capturing handler on the document while someone wants focusin/focusout - var handler = function( event ) { - jQuery.event.simulate( fix, event.target, jQuery.event.fix( event ) ); - }; - - jQuery.event.special[ fix ] = { - setup: function() { - var doc = this.ownerDocument || this, - attaches = dataPriv.access( doc, fix ); - - if ( !attaches ) { - doc.addEventListener( orig, handler, true ); - } - dataPriv.access( doc, fix, ( attaches || 0 ) + 1 ); - }, - teardown: function() { - var doc = this.ownerDocument || this, - attaches = dataPriv.access( doc, fix ) - 1; - - if ( !attaches ) { - doc.removeEventListener( orig, handler, true ); - dataPriv.remove( doc, fix ); - - } else { - dataPriv.access( doc, fix, attaches ); - } - } - }; - } ); -} -var location = window.location; - -var nonce = Date.now(); - -var rquery = ( /\?/ ); - - - -// Cross-browser xml parsing -jQuery.parseXML = function( data ) { - var xml; - if ( !data || typeof data !== "string" ) { - return null; - } - - // Support: IE 9 - 11 only - // IE throws on parseFromString with invalid input. - try { - xml = ( new window.DOMParser() ).parseFromString( data, "text/xml" ); - } catch ( e ) { - xml = undefined; - } - - if ( !xml || xml.getElementsByTagName( "parsererror" ).length ) { - jQuery.error( "Invalid XML: " + data ); - } - return xml; -}; - - -var - rbracket = /\[\]$/, - rCRLF = /\r?\n/g, - rsubmitterTypes = /^(?:submit|button|image|reset|file)$/i, - rsubmittable = /^(?:input|select|textarea|keygen)/i; - -function buildParams( prefix, obj, traditional, add ) { - var name; - - if ( Array.isArray( obj ) ) { - - // Serialize array item. - jQuery.each( obj, function( i, v ) { - if ( traditional || rbracket.test( prefix ) ) { - - // Treat each array item as a scalar. - add( prefix, v ); - - } else { - - // Item is non-scalar (array or object), encode its numeric index. - buildParams( - prefix + "[" + ( typeof v === "object" && v != null ? i : "" ) + "]", - v, - traditional, - add - ); - } - } ); - - } else if ( !traditional && toType( obj ) === "object" ) { - - // Serialize object item. - for ( name in obj ) { - buildParams( prefix + "[" + name + "]", obj[ name ], traditional, add ); - } - - } else { - - // Serialize scalar item. - add( prefix, obj ); - } -} - -// Serialize an array of form elements or a set of -// key/values into a query string -jQuery.param = function( a, traditional ) { - var prefix, - s = [], - add = function( key, valueOrFunction ) { - - // If value is a function, invoke it and use its return value - var value = isFunction( valueOrFunction ) ? - valueOrFunction() : - valueOrFunction; - - s[ s.length ] = encodeURIComponent( key ) + "=" + - encodeURIComponent( value == null ? "" : value ); - }; - - // If an array was passed in, assume that it is an array of form elements. - if ( Array.isArray( a ) || ( a.jquery && !jQuery.isPlainObject( a ) ) ) { - - // Serialize the form elements - jQuery.each( a, function() { - add( this.name, this.value ); - } ); - - } else { - - // If traditional, encode the "old" way (the way 1.3.2 or older - // did it), otherwise encode params recursively. - for ( prefix in a ) { - buildParams( prefix, a[ prefix ], traditional, add ); - } - } - - // Return the resulting serialization - return s.join( "&" ); -}; - -jQuery.fn.extend( { - serialize: function() { - return jQuery.param( this.serializeArray() ); - }, - serializeArray: function() { - return this.map( function() { - - // Can add propHook for "elements" to filter or add form elements - var elements = jQuery.prop( this, "elements" ); - return elements ? jQuery.makeArray( elements ) : this; - } ) - .filter( function() { - var type = this.type; - - // Use .is( ":disabled" ) so that fieldset[disabled] works - return this.name && !jQuery( this ).is( ":disabled" ) && - rsubmittable.test( this.nodeName ) && !rsubmitterTypes.test( type ) && - ( this.checked || !rcheckableType.test( type ) ); - } ) - .map( function( i, elem ) { - var val = jQuery( this ).val(); - - if ( val == null ) { - return null; - } - - if ( Array.isArray( val ) ) { - return jQuery.map( val, function( val ) { - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ); - } - - return { name: elem.name, value: val.replace( rCRLF, "\r\n" ) }; - } ).get(); - } -} ); - - -var - r20 = /%20/g, - rhash = /#.*$/, - rantiCache = /([?&])_=[^&]*/, - rheaders = /^(.*?):[ \t]*([^\r\n]*)$/mg, - - // #7653, #8125, #8152: local protocol detection - rlocalProtocol = /^(?:about|app|app-storage|.+-extension|file|res|widget):$/, - rnoContent = /^(?:GET|HEAD)$/, - rprotocol = /^\/\//, - - /* Prefilters - * 1) They are useful to introduce custom dataTypes (see ajax/jsonp.js for an example) - * 2) These are called: - * - BEFORE asking for a transport - * - AFTER param serialization (s.data is a string if s.processData is true) - * 3) key is the dataType - * 4) the catchall symbol "*" can be used - * 5) execution will start with transport dataType and THEN continue down to "*" if needed - */ - prefilters = {}, - - /* Transports bindings - * 1) key is the dataType - * 2) the catchall symbol "*" can be used - * 3) selection will start with transport dataType and THEN go to "*" if needed - */ - transports = {}, - - // Avoid comment-prolog char sequence (#10098); must appease lint and evade compression - allTypes = "*/".concat( "*" ), - - // Anchor tag for parsing the document origin - originAnchor = document.createElement( "a" ); - originAnchor.href = location.href; - -// Base "constructor" for jQuery.ajaxPrefilter and jQuery.ajaxTransport -function addToPrefiltersOrTransports( structure ) { - - // dataTypeExpression is optional and defaults to "*" - return function( dataTypeExpression, func ) { - - if ( typeof dataTypeExpression !== "string" ) { - func = dataTypeExpression; - dataTypeExpression = "*"; - } - - var dataType, - i = 0, - dataTypes = dataTypeExpression.toLowerCase().match( rnothtmlwhite ) || []; - - if ( isFunction( func ) ) { - - // For each dataType in the dataTypeExpression - while ( ( dataType = dataTypes[ i++ ] ) ) { - - // Prepend if requested - if ( dataType[ 0 ] === "+" ) { - dataType = dataType.slice( 1 ) || "*"; - ( structure[ dataType ] = structure[ dataType ] || [] ).unshift( func ); - - // Otherwise append - } else { - ( structure[ dataType ] = structure[ dataType ] || [] ).push( func ); - } - } - } - }; -} - -// Base inspection function for prefilters and transports -function inspectPrefiltersOrTransports( structure, options, originalOptions, jqXHR ) { - - var inspected = {}, - seekingTransport = ( structure === transports ); - - function inspect( dataType ) { - var selected; - inspected[ dataType ] = true; - jQuery.each( structure[ dataType ] || [], function( _, prefilterOrFactory ) { - var dataTypeOrTransport = prefilterOrFactory( options, originalOptions, jqXHR ); - if ( typeof dataTypeOrTransport === "string" && - !seekingTransport && !inspected[ dataTypeOrTransport ] ) { - - options.dataTypes.unshift( dataTypeOrTransport ); - inspect( dataTypeOrTransport ); - return false; - } else if ( seekingTransport ) { - return !( selected = dataTypeOrTransport ); - } - } ); - return selected; - } - - return inspect( options.dataTypes[ 0 ] ) || !inspected[ "*" ] && inspect( "*" ); -} - -// A special extend for ajax options -// that takes "flat" options (not to be deep extended) -// Fixes #9887 -function ajaxExtend( target, src ) { - var key, deep, - flatOptions = jQuery.ajaxSettings.flatOptions || {}; - - for ( key in src ) { - if ( src[ key ] !== undefined ) { - ( flatOptions[ key ] ? target : ( deep || ( deep = {} ) ) )[ key ] = src[ key ]; - } - } - if ( deep ) { - jQuery.extend( true, target, deep ); - } - - return target; -} - -/* Handles responses to an ajax request: - * - finds the right dataType (mediates between content-type and expected dataType) - * - returns the corresponding response - */ -function ajaxHandleResponses( s, jqXHR, responses ) { - - var ct, type, finalDataType, firstDataType, - contents = s.contents, - dataTypes = s.dataTypes; - - // Remove auto dataType and get content-type in the process - while ( dataTypes[ 0 ] === "*" ) { - dataTypes.shift(); - if ( ct === undefined ) { - ct = s.mimeType || jqXHR.getResponseHeader( "Content-Type" ); - } - } - - // Check if we're dealing with a known content-type - if ( ct ) { - for ( type in contents ) { - if ( contents[ type ] && contents[ type ].test( ct ) ) { - dataTypes.unshift( type ); - break; - } - } - } - - // Check to see if we have a response for the expected dataType - if ( dataTypes[ 0 ] in responses ) { - finalDataType = dataTypes[ 0 ]; - } else { - - // Try convertible dataTypes - for ( type in responses ) { - if ( !dataTypes[ 0 ] || s.converters[ type + " " + dataTypes[ 0 ] ] ) { - finalDataType = type; - break; - } - if ( !firstDataType ) { - firstDataType = type; - } - } - - // Or just use first one - finalDataType = finalDataType || firstDataType; - } - - // If we found a dataType - // We add the dataType to the list if needed - // and return the corresponding response - if ( finalDataType ) { - if ( finalDataType !== dataTypes[ 0 ] ) { - dataTypes.unshift( finalDataType ); - } - return responses[ finalDataType ]; - } -} - -/* Chain conversions given the request and the original response - * Also sets the responseXXX fields on the jqXHR instance - */ -function ajaxConvert( s, response, jqXHR, isSuccess ) { - var conv2, current, conv, tmp, prev, - converters = {}, - - // Work with a copy of dataTypes in case we need to modify it for conversion - dataTypes = s.dataTypes.slice(); - - // Create converters map with lowercased keys - if ( dataTypes[ 1 ] ) { - for ( conv in s.converters ) { - converters[ conv.toLowerCase() ] = s.converters[ conv ]; - } - } - - current = dataTypes.shift(); - - // Convert to each sequential dataType - while ( current ) { - - if ( s.responseFields[ current ] ) { - jqXHR[ s.responseFields[ current ] ] = response; - } - - // Apply the dataFilter if provided - if ( !prev && isSuccess && s.dataFilter ) { - response = s.dataFilter( response, s.dataType ); - } - - prev = current; - current = dataTypes.shift(); - - if ( current ) { - - // There's only work to do if current dataType is non-auto - if ( current === "*" ) { - - current = prev; - - // Convert response if prev dataType is non-auto and differs from current - } else if ( prev !== "*" && prev !== current ) { - - // Seek a direct converter - conv = converters[ prev + " " + current ] || converters[ "* " + current ]; - - // If none found, seek a pair - if ( !conv ) { - for ( conv2 in converters ) { - - // If conv2 outputs current - tmp = conv2.split( " " ); - if ( tmp[ 1 ] === current ) { - - // If prev can be converted to accepted input - conv = converters[ prev + " " + tmp[ 0 ] ] || - converters[ "* " + tmp[ 0 ] ]; - if ( conv ) { - - // Condense equivalence converters - if ( conv === true ) { - conv = converters[ conv2 ]; - - // Otherwise, insert the intermediate dataType - } else if ( converters[ conv2 ] !== true ) { - current = tmp[ 0 ]; - dataTypes.unshift( tmp[ 1 ] ); - } - break; - } - } - } - } - - // Apply converter (if not an equivalence) - if ( conv !== true ) { - - // Unless errors are allowed to bubble, catch and return them - if ( conv && s.throws ) { - response = conv( response ); - } else { - try { - response = conv( response ); - } catch ( e ) { - return { - state: "parsererror", - error: conv ? e : "No conversion from " + prev + " to " + current - }; - } - } - } - } - } - } - - return { state: "success", data: response }; -} - -jQuery.extend( { - - // Counter for holding the number of active queries - active: 0, - - // Last-Modified header cache for next request - lastModified: {}, - etag: {}, - - ajaxSettings: { - url: location.href, - type: "GET", - isLocal: rlocalProtocol.test( location.protocol ), - global: true, - processData: true, - async: true, - contentType: "application/x-www-form-urlencoded; charset=UTF-8", - - /* - timeout: 0, - data: null, - dataType: null, - username: null, - password: null, - cache: null, - throws: false, - traditional: false, - headers: {}, - */ - - accepts: { - "*": allTypes, - text: "text/plain", - html: "text/html", - xml: "application/xml, text/xml", - json: "application/json, text/javascript" - }, - - contents: { - xml: /\bxml\b/, - html: /\bhtml/, - json: /\bjson\b/ - }, - - responseFields: { - xml: "responseXML", - text: "responseText", - json: "responseJSON" - }, - - // Data converters - // Keys separate source (or catchall "*") and destination types with a single space - converters: { - - // Convert anything to text - "* text": String, - - // Text to html (true = no transformation) - "text html": true, - - // Evaluate text as a json expression - "text json": JSON.parse, - - // Parse text as xml - "text xml": jQuery.parseXML - }, - - // For options that shouldn't be deep extended: - // you can add your own custom options here if - // and when you create one that shouldn't be - // deep extended (see ajaxExtend) - flatOptions: { - url: true, - context: true - } - }, - - // Creates a full fledged settings object into target - // with both ajaxSettings and settings fields. - // If target is omitted, writes into ajaxSettings. - ajaxSetup: function( target, settings ) { - return settings ? - - // Building a settings object - ajaxExtend( ajaxExtend( target, jQuery.ajaxSettings ), settings ) : - - // Extending ajaxSettings - ajaxExtend( jQuery.ajaxSettings, target ); - }, - - ajaxPrefilter: addToPrefiltersOrTransports( prefilters ), - ajaxTransport: addToPrefiltersOrTransports( transports ), - - // Main method - ajax: function( url, options ) { - - // If url is an object, simulate pre-1.5 signature - if ( typeof url === "object" ) { - options = url; - url = undefined; - } - - // Force options to be an object - options = options || {}; - - var transport, - - // URL without anti-cache param - cacheURL, - - // Response headers - responseHeadersString, - responseHeaders, - - // timeout handle - timeoutTimer, - - // Url cleanup var - urlAnchor, - - // Request state (becomes false upon send and true upon completion) - completed, - - // To know if global events are to be dispatched - fireGlobals, - - // Loop variable - i, - - // uncached part of the url - uncached, - - // Create the final options object - s = jQuery.ajaxSetup( {}, options ), - - // Callbacks context - callbackContext = s.context || s, - - // Context for global events is callbackContext if it is a DOM node or jQuery collection - globalEventContext = s.context && - ( callbackContext.nodeType || callbackContext.jquery ) ? - jQuery( callbackContext ) : - jQuery.event, - - // Deferreds - deferred = jQuery.Deferred(), - completeDeferred = jQuery.Callbacks( "once memory" ), - - // Status-dependent callbacks - statusCode = s.statusCode || {}, - - // Headers (they are sent all at once) - requestHeaders = {}, - requestHeadersNames = {}, - - // Default abort message - strAbort = "canceled", - - // Fake xhr - jqXHR = { - readyState: 0, - - // Builds headers hashtable if needed - getResponseHeader: function( key ) { - var match; - if ( completed ) { - if ( !responseHeaders ) { - responseHeaders = {}; - while ( ( match = rheaders.exec( responseHeadersString ) ) ) { - responseHeaders[ match[ 1 ].toLowerCase() ] = match[ 2 ]; - } - } - match = responseHeaders[ key.toLowerCase() ]; - } - return match == null ? null : match; - }, - - // Raw string - getAllResponseHeaders: function() { - return completed ? responseHeadersString : null; - }, - - // Caches the header - setRequestHeader: function( name, value ) { - if ( completed == null ) { - name = requestHeadersNames[ name.toLowerCase() ] = - requestHeadersNames[ name.toLowerCase() ] || name; - requestHeaders[ name ] = value; - } - return this; - }, - - // Overrides response content-type header - overrideMimeType: function( type ) { - if ( completed == null ) { - s.mimeType = type; - } - return this; - }, - - // Status-dependent callbacks - statusCode: function( map ) { - var code; - if ( map ) { - if ( completed ) { - - // Execute the appropriate callbacks - jqXHR.always( map[ jqXHR.status ] ); - } else { - - // Lazy-add the new callbacks in a way that preserves old ones - for ( code in map ) { - statusCode[ code ] = [ statusCode[ code ], map[ code ] ]; - } - } - } - return this; - }, - - // Cancel the request - abort: function( statusText ) { - var finalText = statusText || strAbort; - if ( transport ) { - transport.abort( finalText ); - } - done( 0, finalText ); - return this; - } - }; - - // Attach deferreds - deferred.promise( jqXHR ); - - // Add protocol if not provided (prefilters might expect it) - // Handle falsy url in the settings object (#10093: consistency with old signature) - // We also use the url parameter if available - s.url = ( ( url || s.url || location.href ) + "" ) - .replace( rprotocol, location.protocol + "//" ); - - // Alias method option to type as per ticket #12004 - s.type = options.method || options.type || s.method || s.type; - - // Extract dataTypes list - s.dataTypes = ( s.dataType || "*" ).toLowerCase().match( rnothtmlwhite ) || [ "" ]; - - // A cross-domain request is in order when the origin doesn't match the current origin. - if ( s.crossDomain == null ) { - urlAnchor = document.createElement( "a" ); - - // Support: IE <=8 - 11, Edge 12 - 15 - // IE throws exception on accessing the href property if url is malformed, - // e.g. http://example.com:80x/ - try { - urlAnchor.href = s.url; - - // Support: IE <=8 - 11 only - // Anchor's host property isn't correctly set when s.url is relative - urlAnchor.href = urlAnchor.href; - s.crossDomain = originAnchor.protocol + "//" + originAnchor.host !== - urlAnchor.protocol + "//" + urlAnchor.host; - } catch ( e ) { - - // If there is an error parsing the URL, assume it is crossDomain, - // it can be rejected by the transport if it is invalid - s.crossDomain = true; - } - } - - // Convert data if not already a string - if ( s.data && s.processData && typeof s.data !== "string" ) { - s.data = jQuery.param( s.data, s.traditional ); - } - - // Apply prefilters - inspectPrefiltersOrTransports( prefilters, s, options, jqXHR ); - - // If request was aborted inside a prefilter, stop there - if ( completed ) { - return jqXHR; - } - - // We can fire global events as of now if asked to - // Don't fire events if jQuery.event is undefined in an AMD-usage scenario (#15118) - fireGlobals = jQuery.event && s.global; - - // Watch for a new set of requests - if ( fireGlobals && jQuery.active++ === 0 ) { - jQuery.event.trigger( "ajaxStart" ); - } - - // Uppercase the type - s.type = s.type.toUpperCase(); - - // Determine if request has content - s.hasContent = !rnoContent.test( s.type ); - - // Save the URL in case we're toying with the If-Modified-Since - // and/or If-None-Match header later on - // Remove hash to simplify url manipulation - cacheURL = s.url.replace( rhash, "" ); - - // More options handling for requests with no content - if ( !s.hasContent ) { - - // Remember the hash so we can put it back - uncached = s.url.slice( cacheURL.length ); - - // If data is available and should be processed, append data to url - if ( s.data && ( s.processData || typeof s.data === "string" ) ) { - cacheURL += ( rquery.test( cacheURL ) ? "&" : "?" ) + s.data; - - // #9682: remove data so that it's not used in an eventual retry - delete s.data; - } - - // Add or update anti-cache param if needed - if ( s.cache === false ) { - cacheURL = cacheURL.replace( rantiCache, "$1" ); - uncached = ( rquery.test( cacheURL ) ? "&" : "?" ) + "_=" + ( nonce++ ) + uncached; - } - - // Put hash and anti-cache on the URL that will be requested (gh-1732) - s.url = cacheURL + uncached; - - // Change '%20' to '+' if this is encoded form body content (gh-2658) - } else if ( s.data && s.processData && - ( s.contentType || "" ).indexOf( "application/x-www-form-urlencoded" ) === 0 ) { - s.data = s.data.replace( r20, "+" ); - } - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - if ( jQuery.lastModified[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-Modified-Since", jQuery.lastModified[ cacheURL ] ); - } - if ( jQuery.etag[ cacheURL ] ) { - jqXHR.setRequestHeader( "If-None-Match", jQuery.etag[ cacheURL ] ); - } - } - - // Set the correct header, if data is being sent - if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { - jqXHR.setRequestHeader( "Content-Type", s.contentType ); - } - - // Set the Accepts header for the server, depending on the dataType - jqXHR.setRequestHeader( - "Accept", - s.dataTypes[ 0 ] && s.accepts[ s.dataTypes[ 0 ] ] ? - s.accepts[ s.dataTypes[ 0 ] ] + - ( s.dataTypes[ 0 ] !== "*" ? ", " + allTypes + "; q=0.01" : "" ) : - s.accepts[ "*" ] - ); - - // Check for headers option - for ( i in s.headers ) { - jqXHR.setRequestHeader( i, s.headers[ i ] ); - } - - // Allow custom headers/mimetypes and early abort - if ( s.beforeSend && - ( s.beforeSend.call( callbackContext, jqXHR, s ) === false || completed ) ) { - - // Abort if not done already and return - return jqXHR.abort(); - } - - // Aborting is no longer a cancellation - strAbort = "abort"; - - // Install callbacks on deferreds - completeDeferred.add( s.complete ); - jqXHR.done( s.success ); - jqXHR.fail( s.error ); - - // Get transport - transport = inspectPrefiltersOrTransports( transports, s, options, jqXHR ); - - // If no transport, we auto-abort - if ( !transport ) { - done( -1, "No Transport" ); - } else { - jqXHR.readyState = 1; - - // Send global event - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxSend", [ jqXHR, s ] ); - } - - // If request was aborted inside ajaxSend, stop there - if ( completed ) { - return jqXHR; - } - - // Timeout - if ( s.async && s.timeout > 0 ) { - timeoutTimer = window.setTimeout( function() { - jqXHR.abort( "timeout" ); - }, s.timeout ); - } - - try { - completed = false; - transport.send( requestHeaders, done ); - } catch ( e ) { - - // Rethrow post-completion exceptions - if ( completed ) { - throw e; - } - - // Propagate others as results - done( -1, e ); - } - } - - // Callback for when everything is done - function done( status, nativeStatusText, responses, headers ) { - var isSuccess, success, error, response, modified, - statusText = nativeStatusText; - - // Ignore repeat invocations - if ( completed ) { - return; - } - - completed = true; - - // Clear timeout if it exists - if ( timeoutTimer ) { - window.clearTimeout( timeoutTimer ); - } - - // Dereference transport for early garbage collection - // (no matter how long the jqXHR object will be used) - transport = undefined; - - // Cache response headers - responseHeadersString = headers || ""; - - // Set readyState - jqXHR.readyState = status > 0 ? 4 : 0; - - // Determine if successful - isSuccess = status >= 200 && status < 300 || status === 304; - - // Get response data - if ( responses ) { - response = ajaxHandleResponses( s, jqXHR, responses ); - } - - // Convert no matter what (that way responseXXX fields are always set) - response = ajaxConvert( s, response, jqXHR, isSuccess ); - - // If successful, handle type chaining - if ( isSuccess ) { - - // Set the If-Modified-Since and/or If-None-Match header, if in ifModified mode. - if ( s.ifModified ) { - modified = jqXHR.getResponseHeader( "Last-Modified" ); - if ( modified ) { - jQuery.lastModified[ cacheURL ] = modified; - } - modified = jqXHR.getResponseHeader( "etag" ); - if ( modified ) { - jQuery.etag[ cacheURL ] = modified; - } - } - - // if no content - if ( status === 204 || s.type === "HEAD" ) { - statusText = "nocontent"; - - // if not modified - } else if ( status === 304 ) { - statusText = "notmodified"; - - // If we have data, let's convert it - } else { - statusText = response.state; - success = response.data; - error = response.error; - isSuccess = !error; - } - } else { - - // Extract error from statusText and normalize for non-aborts - error = statusText; - if ( status || !statusText ) { - statusText = "error"; - if ( status < 0 ) { - status = 0; - } - } - } - - // Set data for the fake xhr object - jqXHR.status = status; - jqXHR.statusText = ( nativeStatusText || statusText ) + ""; - - // Success/Error - if ( isSuccess ) { - deferred.resolveWith( callbackContext, [ success, statusText, jqXHR ] ); - } else { - deferred.rejectWith( callbackContext, [ jqXHR, statusText, error ] ); - } - - // Status-dependent callbacks - jqXHR.statusCode( statusCode ); - statusCode = undefined; - - if ( fireGlobals ) { - globalEventContext.trigger( isSuccess ? "ajaxSuccess" : "ajaxError", - [ jqXHR, s, isSuccess ? success : error ] ); - } - - // Complete - completeDeferred.fireWith( callbackContext, [ jqXHR, statusText ] ); - - if ( fireGlobals ) { - globalEventContext.trigger( "ajaxComplete", [ jqXHR, s ] ); - - // Handle the global AJAX counter - if ( !( --jQuery.active ) ) { - jQuery.event.trigger( "ajaxStop" ); - } - } - } - - return jqXHR; - }, - - getJSON: function( url, data, callback ) { - return jQuery.get( url, data, callback, "json" ); - }, - - getScript: function( url, callback ) { - return jQuery.get( url, undefined, callback, "script" ); - } -} ); - -jQuery.each( [ "get", "post" ], function( i, method ) { - jQuery[ method ] = function( url, data, callback, type ) { - - // Shift arguments if data argument was omitted - if ( isFunction( data ) ) { - type = type || callback; - callback = data; - data = undefined; - } - - // The url can be an options object (which then must have .url) - return jQuery.ajax( jQuery.extend( { - url: url, - type: method, - dataType: type, - data: data, - success: callback - }, jQuery.isPlainObject( url ) && url ) ); - }; -} ); - - -jQuery._evalUrl = function( url ) { - return jQuery.ajax( { - url: url, - - // Make this explicit, since user can override this through ajaxSetup (#11264) - type: "GET", - dataType: "script", - cache: true, - async: false, - global: false, - "throws": true - } ); -}; - - -jQuery.fn.extend( { - wrapAll: function( html ) { - var wrap; - - if ( this[ 0 ] ) { - if ( isFunction( html ) ) { - html = html.call( this[ 0 ] ); - } - - // The elements to wrap the target around - wrap = jQuery( html, this[ 0 ].ownerDocument ).eq( 0 ).clone( true ); - - if ( this[ 0 ].parentNode ) { - wrap.insertBefore( this[ 0 ] ); - } - - wrap.map( function() { - var elem = this; - - while ( elem.firstElementChild ) { - elem = elem.firstElementChild; - } - - return elem; - } ).append( this ); - } - - return this; - }, - - wrapInner: function( html ) { - if ( isFunction( html ) ) { - return this.each( function( i ) { - jQuery( this ).wrapInner( html.call( this, i ) ); - } ); - } - - return this.each( function() { - var self = jQuery( this ), - contents = self.contents(); - - if ( contents.length ) { - contents.wrapAll( html ); - - } else { - self.append( html ); - } - } ); - }, - - wrap: function( html ) { - var htmlIsFunction = isFunction( html ); - - return this.each( function( i ) { - jQuery( this ).wrapAll( htmlIsFunction ? html.call( this, i ) : html ); - } ); - }, - - unwrap: function( selector ) { - this.parent( selector ).not( "body" ).each( function() { - jQuery( this ).replaceWith( this.childNodes ); - } ); - return this; - } -} ); - - -jQuery.expr.pseudos.hidden = function( elem ) { - return !jQuery.expr.pseudos.visible( elem ); -}; -jQuery.expr.pseudos.visible = function( elem ) { - return !!( elem.offsetWidth || elem.offsetHeight || elem.getClientRects().length ); -}; - - - - -jQuery.ajaxSettings.xhr = function() { - try { - return new window.XMLHttpRequest(); - } catch ( e ) {} -}; - -var xhrSuccessStatus = { - - // File protocol always yields status code 0, assume 200 - 0: 200, - - // Support: IE <=9 only - // #1450: sometimes IE returns 1223 when it should be 204 - 1223: 204 - }, - xhrSupported = jQuery.ajaxSettings.xhr(); - -support.cors = !!xhrSupported && ( "withCredentials" in xhrSupported ); -support.ajax = xhrSupported = !!xhrSupported; - -jQuery.ajaxTransport( function( options ) { - var callback, errorCallback; - - // Cross domain only allowed if supported through XMLHttpRequest - if ( support.cors || xhrSupported && !options.crossDomain ) { - return { - send: function( headers, complete ) { - var i, - xhr = options.xhr(); - - xhr.open( - options.type, - options.url, - options.async, - options.username, - options.password - ); - - // Apply custom fields if provided - if ( options.xhrFields ) { - for ( i in options.xhrFields ) { - xhr[ i ] = options.xhrFields[ i ]; - } - } - - // Override mime type if needed - if ( options.mimeType && xhr.overrideMimeType ) { - xhr.overrideMimeType( options.mimeType ); - } - - // X-Requested-With header - // For cross-domain requests, seeing as conditions for a preflight are - // akin to a jigsaw puzzle, we simply never set it to be sure. - // (it can always be set on a per-request basis or even using ajaxSetup) - // For same-domain requests, won't change header if already provided. - if ( !options.crossDomain && !headers[ "X-Requested-With" ] ) { - headers[ "X-Requested-With" ] = "XMLHttpRequest"; - } - - // Set headers - for ( i in headers ) { - xhr.setRequestHeader( i, headers[ i ] ); - } - - // Callback - callback = function( type ) { - return function() { - if ( callback ) { - callback = errorCallback = xhr.onload = - xhr.onerror = xhr.onabort = xhr.ontimeout = - xhr.onreadystatechange = null; - - if ( type === "abort" ) { - xhr.abort(); - } else if ( type === "error" ) { - - // Support: IE <=9 only - // On a manual native abort, IE9 throws - // errors on any property access that is not readyState - if ( typeof xhr.status !== "number" ) { - complete( 0, "error" ); - } else { - complete( - - // File: protocol always yields status 0; see #8605, #14207 - xhr.status, - xhr.statusText - ); - } - } else { - complete( - xhrSuccessStatus[ xhr.status ] || xhr.status, - xhr.statusText, - - // Support: IE <=9 only - // IE9 has no XHR2 but throws on binary (trac-11426) - // For XHR2 non-text, let the caller handle it (gh-2498) - ( xhr.responseType || "text" ) !== "text" || - typeof xhr.responseText !== "string" ? - { binary: xhr.response } : - { text: xhr.responseText }, - xhr.getAllResponseHeaders() - ); - } - } - }; - }; - - // Listen to events - xhr.onload = callback(); - errorCallback = xhr.onerror = xhr.ontimeout = callback( "error" ); - - // Support: IE 9 only - // Use onreadystatechange to replace onabort - // to handle uncaught aborts - if ( xhr.onabort !== undefined ) { - xhr.onabort = errorCallback; - } else { - xhr.onreadystatechange = function() { - - // Check readyState before timeout as it changes - if ( xhr.readyState === 4 ) { - - // Allow onerror to be called first, - // but that will not handle a native abort - // Also, save errorCallback to a variable - // as xhr.onerror cannot be accessed - window.setTimeout( function() { - if ( callback ) { - errorCallback(); - } - } ); - } - }; - } - - // Create the abort callback - callback = callback( "abort" ); - - try { - - // Do send the request (this may raise an exception) - xhr.send( options.hasContent && options.data || null ); - } catch ( e ) { - - // #14683: Only rethrow if this hasn't been notified as an error yet - if ( callback ) { - throw e; - } - } - }, - - abort: function() { - if ( callback ) { - callback(); - } - } - }; - } -} ); - - - - -// Prevent auto-execution of scripts when no explicit dataType was provided (See gh-2432) -jQuery.ajaxPrefilter( function( s ) { - if ( s.crossDomain ) { - s.contents.script = false; - } -} ); - -// Install script dataType -jQuery.ajaxSetup( { - accepts: { - script: "text/javascript, application/javascript, " + - "application/ecmascript, application/x-ecmascript" - }, - contents: { - script: /\b(?:java|ecma)script\b/ - }, - converters: { - "text script": function( text ) { - jQuery.globalEval( text ); - return text; - } - } -} ); - -// Handle cache's special case and crossDomain -jQuery.ajaxPrefilter( "script", function( s ) { - if ( s.cache === undefined ) { - s.cache = false; - } - if ( s.crossDomain ) { - s.type = "GET"; - } -} ); - -// Bind script tag hack transport -jQuery.ajaxTransport( "script", function( s ) { - - // This transport only deals with cross domain requests - if ( s.crossDomain ) { - var script, callback; - return { - send: function( _, complete ) { - script = jQuery( "'); - } - - // restore form tag - html = this.clean.restoreFormTags(html); - - // remove br in|of li/header tags - html = html.replace(new RegExp('', 'gi'), ''); - html = html.replace(new RegExp('', 'gi'), ''); - - // pre class - html = html.replace(/
/gi, "
\n");
-					if (this.opts.preClass) {
-						html = html.replace(/
/gi, '
');
-					}
-
-					// link nofollow
-					if (this.opts.linkNofollow) {
-						html = html.replace(/])>/gi, '');
-						html = html.replace(/])>/gi, '');
-					}
-
-					// replace special characters
-					var chars = {
-						'\u2122': '™',
-						'\xA9': '©',
-						'\u2026': '…',
-						'\u2014': '—',
-						'\u2010': '‐'
-					};
-
-					$.each(chars, function (i, s) {
-						html = html.replace(new RegExp(i, 'g'), s);
-					});
-
-					html = html.replace(/&/g, '&');
-
-					// remove empty paragpraphs
-					html = html.replace(/

<\/p>/gi, ""); - - // remove new lines - html = html.replace(/\n{2,}/g, "\n"); - - // remove all newlines - if (this.opts.removeNewlines) { - html = html.replace(/\r?\n/g, ""); - } - - return html; - }, - onPaste: function onPaste(html, data, insert) { - // if paste event - if (insert !== true) { - // remove google docs markers - html = html.replace(/([\w\W]*?)<\/b>/gi, "$2"); - html = html.replace(/([\w\W]*?)<\/b>/gi, "$3"); - - // google docs styles - html = html.replace(/]*(font-style: italic; font-weight: bold|font-weight: bold; font-style: italic)[^>]*>([\w\W]*?)<\/span>/gi, '$2'); - html = html.replace(/]*(font-style: italic; font-weight: 700|font-weight: 700; font-style: italic)[^>]*>([\w\W]*?)<\/span>/gi, '$2'); - html = html.replace(/]*font-style: italic[^>]*>([\w\W]*?)<\/span>/gi, '$1'); - html = html.replace(/]*font-weight: bold[^>]*>([\w\W]*?)<\/span>/gi, '$1'); - html = html.replace(/]*font-weight: 700[^>]*>([\w\W]*?)<\/span>/gi, '$1'); - - var msword = this.clean.isHtmlMsWord(html); - if (msword) { - html = this.clean.cleanMsWord(html); - } - } - - html = $.trim(html); - - if (data.pre) { - if (this.opts.preSpaces) { - html = html.replace(/\t/g, new Array(this.opts.preSpaces + 1).join(' ')); - } - } else { - html = this.clean.replaceBrToNl(html); - html = this.clean.removeTagsInsidePre(html); - } - - // if paste event - if (insert !== true) { - html = this.clean.removeEmptyInlineTags(html); - - if (data.encode === false) { - html = html.replace(/&/g, '&'); - html = this.clean.convertTags(html, data); - html = this.clean.getPlainText(html); - html = this.clean.reconvertTags(html, data); - } - } - - if (data.text) { - html = this.clean.replaceNbspToSpaces(html); - html = this.clean.getPlainText(html); - } - - if (data.lists) { - html = html.replace("\n", '
'); - } - - if (data.encode) { - html = this.clean.encodeHtml(html); - } - - if (data.paragraphize) { - - html = this.paragraphize.load(html); - } - - return html; - }, - getCurrentType: function getCurrentType(html, insert) { - var blocks = this.selection.blocks(); - - var data = { - text: false, - encode: false, - paragraphize: true, - line: this.clean.isHtmlLine(html), - blocks: this.clean.isHtmlBlocked(html), - pre: false, - lists: false, - block: true, - inline: true, - links: true, - images: true - }; - - if (blocks.length === 1 && this.utils.isCurrentOrParent(['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'a', 'figcaption'])) { - data.text = true; - data.paragraphize = false; - data.inline = false; - data.images = false; - data.links = false; - data.line = true; - } else if (this.opts.type === 'inline' || this.opts.enterKey === false) { - data.paragraphize = false; - data.block = false; - data.line = true; - } else if (blocks.length === 1 && this.utils.isCurrentOrParent(['li'])) { - data.lists = true; - data.block = false; - data.paragraphize = false; - data.images = false; - } else if (blocks.length === 1 && this.utils.isCurrentOrParent(['th', 'td', 'blockquote'])) { - data.block = false; - data.paragraphize = false; - } else if (this.opts.type === 'pre' || blocks.length === 1 && this.utils.isCurrentOrParent('pre')) { - data.inline = false; - data.block = false; - data.encode = true; - data.pre = true; - data.paragraphize = false; - data.images = false; - data.links = false; - } - - if (data.line === true) { - data.paragraphize = false; - } - - if (insert === true) { - data.text = false; - } - - return data; - }, - isHtmlBlocked: function isHtmlBlocked(html) { - var match1 = html.match(new RegExp('', 'gi')); - var match2 = html.match(new RegExp('])>', 'gi')); - - return match1 === null && match2 === null ? false : true; - }, - isHtmlLine: function isHtmlLine(html) { - if (this.clean.isHtmlBlocked(html)) { - return false; - } - - var matchBR = html.match(//gi); - var matchNL = html.match(/\n/gi); - - return !matchBR && !matchNL ? true : false; - }, - isHtmlMsWord: function isHtmlMsWord(html) { - return html.match(/class="?Mso|style="[^"]*\bmso-|style='[^'']*\bmso-|w:WordDocument/i); - }, - removeEmptyInlineTags: function removeEmptyInlineTags(html) { - var tags = this.opts.inlineTags; - var $div = $("

").html($.parseHTML(html, document, true)); - var self = this; - - var $spans = $div.find('span'); - var $tags = $div.find(tags.join(',')); - - $tags.removeAttr('style'); - - $tags.each(function () { - var tagHtml = $(this).html(); - if (this.attributes.length === 0 && self.utils.isEmpty(tagHtml)) { - $(this).replaceWith(function () { - return $(this).contents(); - }); - } - }); - - $spans.each(function () { - var tagHtml = $(this).html(); - if (this.attributes.length === 0) { - $(this).replaceWith(function () { - return $(this).contents(); - }); - } - }); - - html = $div.html(); - - // convert php tags - html = html.replace('', '?>'); - - $div.remove(); - - return html; - }, - cleanMsWord: function cleanMsWord(html) { - html = html.replace(//g, ""); - html = html.replace(/[\s\S]*?<\/o:p>/gi, ''); - html = html.replace(/\n/g, " "); - html = html.replace(/|<\/p>|<\/div>|<\/li>|<\/td>/gi, '\n\n'); - - // lists - var $div = $("
").html(html); - - var lastList = false; - var lastLevel = 1; - var listsIds = []; - - $div.find("p[style]").each(function () { - var matches = $(this).attr('style').match(/mso\-list\:l([0-9]+)\slevel([0-9]+)/); - - if (matches) { - var currentList = parseInt(matches[1]); - var currentLevel = parseInt(matches[2]); - var listType = $(this).html().match(/^[\w]+\./) ? "ol" : "ul"; - - var $li = $("
  • ").html($(this).html()); - - $li.html($li.html().replace(/^([\w\.]+)").attr({ "data-level": currentLevel, "data-list": currentList }).html($li); - $(this).replaceWith($list); - - lastList = currentList; - listsIds.push(currentList); - } else { - if (currentLevel > lastLevel) { - var $prevList = $div.find('[data-level="' + lastLevel + '"][data-list="' + lastList + '"]'); - var $lastList = $prevList; - - for (var i = lastLevel; i < currentLevel; i++) { - $list = $("<" + listType + "/>"); - $list.appendTo($lastList.find("li").last()); - - $lastList = $list; - } - - $lastList.attr({ "data-level": currentLevel, "data-list": currentList }).html($li); - } else { - var $prevList = $div.find('[data-level="' + currentLevel + '"][data-list="' + currentList + '"]').last(); - - $prevList.append($li); - } - - lastLevel = currentLevel; - lastList = currentList; - - $(this).remove(); - } - } - }); - - $div.find('[data-level][data-list]').removeAttr('data-level data-list'); - html = $div.html(); - - return html; - }, - replaceNbspToSpaces: function replaceNbspToSpaces(html) { - return html.replace(' ', ' '); - }, - replaceBrToNl: function replaceBrToNl(html) { - return html.replace(//gi, '\n'); - }, - replaceNlToBr: function replaceNlToBr(html) { - return html.replace(/\n/g, '
    '); - }, - convertTags: function convertTags(html, data) { - var $div = $('
    ').html(html); - - // remove iframe - $div.find('iframe').remove(); - - // link target & attrs - var $links = $div.find('a'); - $links.removeAttr('style'); - if (this.opts.pasteLinkTarget !== false) { - $links.attr('target', this.opts.pasteLinkTarget); - } - - // links - if (data.links && this.opts.pasteLinks) { - $div.find('a').each(function (i, link) { - if (link.href) { - var tmp = '##%a href="' + link.href + '"'; - var attr; - for (var j = 0, length = link.attributes.length; j < length; j++) { - attr = link.attributes.item(j); - if (attr.name !== 'href') { - tmp += ' ' + attr.name + '="' + attr.value + '"'; - } - } - - link.outerHTML = tmp + '%##' + link.innerHTML + '##%/a%##'; - } - }); - } - - html = $div.html(); - - // images - if (data.images && this.opts.pasteImages) { - html = html.replace(/])>/gi, '##%img$1src="$2"$3%##'); - } - - // plain text - if (this.opts.pastePlainText) { - return html; - } - - // all tags - var blockTags = data.lists ? ['ul', 'ol', 'li'] : this.opts.pasteBlockTags; - - var tags; - if (data.block || data.lists) { - tags = data.inline ? blockTags.concat(this.opts.pasteInlineTags) : blockTags; - } else { - tags = data.inline ? this.opts.pasteInlineTags : []; - } - - var len = tags.length; - for (var i = 0; i < len; i++) { - html = html.replace(new RegExp('<\/' + tags[i] + '>', 'gi'), '###/' + tags[i] + '###'); - - if (tags[i] === 'td' || tags[i] === 'th') { - html = html.replace(new RegExp('<' + tags[i] + '(.*?[^>])((colspan|rowspan)="(.*?[^>])")?(.*?[^>])>', 'gi'), '###' + tags[i] + ' $2###'); - } else if (tags[i] === 'span') { - html = html.replace(new RegExp('<' + tags[i] + '([^>]*)class="([^>]*)"[^>]*>', 'gi'), '###' + tags[i] + ' class="$2"###'); - html = html.replace(new RegExp('<' + tags[i] + '([^>]*)data-redactor-style-cache="([^>]*)"[^>]*>', 'gi'), '###' + tags[i] + ' cache="$2"###'); - } else { - html = html.replace(new RegExp('<' + tags[i] + '[^>]*>', 'gi'), '###' + tags[i] + '###'); - } - } - - return html; - }, - reconvertTags: function reconvertTags(html, data) { - // links & images - if (data.links && this.opts.pasteLinks || data.images && this.opts.pasteImages) { - html = html.replace(new RegExp('##%', 'gi'), '<'); - html = html.replace(new RegExp('%##', 'gi'), '>'); - } - - // plain text - if (this.opts.pastePlainText) { - return html; - } - - var blockTags = data.lists ? ['ul', 'ol', 'li'] : this.opts.pasteBlockTags; - - var tags; - if (data.block || data.lists) { - tags = data.inline ? blockTags.concat(this.opts.pasteInlineTags) : blockTags; - } else { - tags = data.inline ? this.opts.pasteInlineTags : []; - } - - var len = tags.length; - for (var i = 0; i < len; i++) { - html = html.replace(new RegExp('###\/' + tags[i] + '###', 'gi'), ''); - } - - for (var i = 0; i < len; i++) { - html = html.replace(new RegExp('###' + tags[i] + '###', 'gi'), '<' + tags[i] + '>'); - } - - for (var i = 0; i < len; i++) { - if (tags[i] === 'td' || tags[i] === 'th') { - html = html.replace(new RegExp('###' + tags[i] + '\s?(.*?[^#])###', 'gi'), '<' + tags[i] + '$1>'); - } else if (tags[i] === 'span') { - html = html.replace(new RegExp('###' + tags[i] + ' cache="(.*?[^#])"###', 'gi'), '<' + tags[i] + ' style="$1" data-redactor-span="true" data-redactor-style-cache="$1">'); - html = html.replace(new RegExp('###' + tags[i] + '\s?(.*?[^#])###', 'gi'), '<' + tags[i] + '$1>'); - } - } - - return html; - }, - cleanPre: function cleanPre(block) { - block = typeof block === 'undefined' ? $(this.selection.block()).closest('pre', this.core.editor()[0]) : block; - - $(block).find('br').replaceWith(function () { - return document.createTextNode('\n'); - }); - - $(block).find('p').replaceWith(function () { - return $(this).contents(); - }); - }, - removeTagsInsidePre: function removeTagsInsidePre(html) { - var $div = $('
    ').append(html); - $div.find('pre').replaceWith(function () { - var str = $(this).html(); - str = str.replace(/|<\/p>|<\/div>|<\/li>|<\/td>/gi, '\n'); - str = str.replace(/(<([^>]+)>)/gi, ''); - - return $('
    ').append(str);
    -					});
    -
    -					html = $div.html();
    -					$div.remove();
    -
    -					return html;
    -				},
    -				getPlainText: function getPlainText(html) {
    -					html = html.replace(//gi, '');
    -					html = html.replace(//gi, '');
    -					html = html.replace(/<\/p>|<\/div>|<\/li>|<\/td>/gi, '\n');
    -					html = html.replace(/<\/H[1-6]>/gi, '\n\n');
    -
    -					var tmp = document.createElement('div');
    -					tmp.innerHTML = html;
    -					html = tmp.textContent || tmp.innerText;
    -
    -					return $.trim(html);
    -				},
    -				savePreCode: function savePreCode(html) {
    -					html = this.clean.savePreFormatting(html);
    -					html = this.clean.saveCodeFormatting(html);
    -					html = this.clean.restoreSelectionMarkers(html);
    -
    -					return html;
    -				},
    -				savePreFormatting: function savePreFormatting(html) {
    -					var pre = html.match(/([\w\W]*?)<\/pre>/gi);
    -					if (pre === null) {
    -						return html;
    -					}
    -
    -					$.each(pre, $.proxy(function (i, s) {
    -						var arr = [];
    -						var codeTag = false;
    -						var contents, attr1, attr2;
    -
    -						if (s.match(/(([\n\r\s]+)?)/i)) {
    -							arr = s.match(/(([\n\r\s]+)?)([\w\W]*?)<\/code>(([\n\r\s]+)?)<\/pre>/i);
    -							codeTag = true;
    -
    -							contents = arr[5];
    -							attr1 = arr[1];
    -							attr2 = arr[4];
    -						} else {
    -							arr = s.match(/([\w\W]*?)<\/pre>/i);
    -
    -							contents = arr[2];
    -							attr1 = arr[1];
    -						}
    -
    -						contents = contents.replace(//g, '\n');
    -						contents = contents.replace(/ /g, ' ');
    -
    -						if (this.opts.preSpaces) {
    -							contents = contents.replace(/\t/g, new Array(this.opts.preSpaces + 1).join(' '));
    -						}
    -
    -						contents = this.clean.encodeEntities(contents);
    -
    -						// $ fix
    -						contents = contents.replace(/\$/g, '$');
    -
    -						if (codeTag) {
    -							html = html.replace(s, '' + contents + '
    '); - } else { - html = html.replace(s, '' + contents + '
  • '); - } - }, this)); - - return html; - }, - saveCodeFormatting: function saveCodeFormatting(html) { - var code = html.match(/([\w\W]*?)<\/code>/gi); - if (code === null) { - return html; - } - - $.each(code, $.proxy(function (i, s) { - var arr = s.match(/([\w\W]*?)<\/code>/i); - - arr[2] = arr[2].replace(/ /g, ' '); - arr[2] = this.clean.encodeEntities(arr[2]); - arr[2] = arr[2].replace(/\$/g, '$'); - - html = html.replace(s, '' + arr[2] + ''); - }, this)); - - return html; - }, - restoreSelectionMarkers: function restoreSelectionMarkers(html) { - html = html.replace(/<span id="selection-marker-([0-9])" class="redactor-selection-marker">​<\/span>/g, ''); - - return html; - }, - saveFormTags: function saveFormTags(html) { - return html.replace(/([\w\W]*?)<\/form>/gi, '$2'); - }, - restoreFormTags: function restoreFormTags(html) { - return html.replace(/([\w\W]*?)<\/section>/gi, '$3'); - }, - encodeHtml: function encodeHtml(html) { - html = html.replace(/”/g, '"'); - html = html.replace(/“/g, '"'); - html = html.replace(/‘/g, '\''); - html = html.replace(/’/g, '\''); - html = this.clean.encodeEntities(html); - - return html; - }, - encodeEntities: function encodeEntities(str) { - str = String(str).replace(/&/g, '&').replace(/</g, '<').replace(/>/g, '>').replace(/"/g, '"'); - str = str.replace(/&/g, '&').replace(//g, '>').replace(/"/g, '"'); - - return str; - }, - stripTags: function stripTags(input, denied) { - if (typeof denied === 'undefined') { - return input.replace(/(<([^>]+)>)/gi, ''); - } - - var tags = /<\/?([a-z][a-z0-9]*)\b[^>]*>/gi; - - return input.replace(tags, function ($0, $1) { - return denied.indexOf($1.toLowerCase()) === -1 ? $0 : ''; - }); - }, - removeMarkers: function removeMarkers(html) { - return html.replace(/]?)class="redactor-selection-marker"(.*?[^>]?)>([\w\W]*?)<\/span>/gi, ''); - }, - removeSpaces: function removeSpaces(html) { - html = $.trim(html); - html = html.replace(/\n/g, ''); - html = html.replace(/[\t]*/g, ''); - html = html.replace(/\n\s*\n/g, "\n"); - html = html.replace(/^[\s\n]*/g, ' '); - html = html.replace(/[\s\n]*$/g, ' '); - html = html.replace(/>\s{2,} <'); // between inline tags can be only one space - html = html.replace(/\n\n/g, "\n"); - html = html.replace(/\u200B/g, ''); - - return html; - }, - removeSpacesHard: function removeSpacesHard(html) { - html = $.trim(html); - html = html.replace(/\n/g, ''); - html = html.replace(/[\t]*/g, ''); - html = html.replace(/\n\s*\n/g, "\n"); - html = html.replace(/^[\s\n]*/g, ''); - html = html.replace(/[\s\n]*$/g, ''); - html = html.replace(/>\s{2,}<'); - html = html.replace(/\n\n/g, "\n"); - html = html.replace(/\u200B/g, ''); - - return html; - }, - normalizeCurrentHeading: function normalizeCurrentHeading() { - var heading = this.selection.block(); - if (this.utils.isCurrentOrParentHeader() && heading) { - heading.normalize(); - } - } - }; - }, - - // =code - code: function code() { - return { - syncFire: true, - html: false, - start: function start(html) { - html = $.trim(html); - html = html.replace(/^(​<\/span>)/, ''); - - // clean - if (this.opts.type === 'textarea') { - html = this.clean.onSet(html); - } else if (this.opts.type === 'div' && html === '') { - html = this.opts.emptyHtml; - } - - html = html.replace(/

    ​<\/span><\/p>/, ''); - - this.events.stopDetectChanges(); - this.core.editor().html(html); - this.observe.load(); - this.events.startDetectChanges(); - }, - set: function set(html, options) { - html = $.trim(html); - - options = options || {}; - - // start - if (options.start) { - this.start = options.start; - } - - // clean - if (this.opts.type === 'textarea') { - html = this.clean.onSet(html); - } else if (this.opts.type === 'div' && html === '') { - html = this.opts.emptyHtml; - } - - this.core.editor().html(html); - - if (this.opts.type === 'textarea') { - this.code.sync(); - } - - this.placeholder.enable(); - }, - get: function get() { - if (this.opts.type === 'textarea') { - return this.core.textarea().val(); - } else { - var html = this.core.editor().html(); - - // clean - html = this.clean.onGet(html); - - return html; - } - }, - sync: function sync() { - if (!this.code.syncFire) { - return; - } - - var html = this.core.editor().html(); - var htmlCleaned = this.code.cleaned(html); - - // is there a need to synchronize - if (this.code.isSync(htmlCleaned)) { - // do not sync - return; - } - - // save code - this.code.html = htmlCleaned; - - if (this.opts.type !== 'textarea') { - this.core.callback('sync', html); - this.core.callback('change', html); - return; - } - - if (this.opts.type === 'textarea') { - setTimeout($.proxy(function () { - this.code.startSync(html); - }, this), 10); - } - }, - startSync: function startSync(html) { - // before clean callback - html = this.core.callback('syncBefore', html); - - // clean - html = this.clean.onSync(html); - - // set code - this.core.textarea().val(html); - - // after sync callback - this.core.callback('sync', html); - - // change callback - if (this.start === false) { - this.core.callback('change', html); - } - - this.start = false; - }, - isSync: function isSync(htmlCleaned) { - var html = this.code.html !== false ? this.code.html : false; - - return html !== false && html === htmlCleaned; - }, - cleaned: function cleaned(html) { - html = html.replace(/\u200B/g, ''); - return this.clean.removeMarkers(html); - } - }; - }, - - // =core - core: function core() { - return { - - id: function id() { - return this.$editor.attr('id'); - }, - element: function element() { - return this.$element; - }, - editor: function editor() { - return typeof this.$editor === 'undefined' ? $() : this.$editor; - }, - textarea: function textarea() { - return this.$textarea; - }, - box: function box() { - return this.opts.type === 'textarea' ? this.$box : this.$element; - }, - toolbar: function toolbar() { - return this.$toolbar ? this.$toolbar : false; - }, - air: function air() { - return this.$air ? this.$air : false; - }, - object: function object() { - return $.extend({}, this); - }, - structure: function structure() { - this.core.editor().toggleClass('redactor-structure'); - }, - addEvent: function addEvent(name) { - this.core.event = name; - }, - getEvent: function getEvent() { - return this.core.event; - }, - callback: function callback(type, e, data) { - var eventNamespace = 'redactor'; - var returnValue = false; - var events = $._data(this.core.element()[0], 'events'); - - // on callback - if (typeof events !== 'undefined' && typeof events[type] !== 'undefined') { - var len = events[type].length; - for (var i = 0; i < len; i++) { - var namespace = events[type][i].namespace; - if (namespace === 'callback.' + eventNamespace) { - var handler = events[type][i].handler; - var args = typeof data === 'undefined' ? [e] : [e, data]; - returnValue = typeof args === 'undefined' ? handler.call(this, e) : handler.call(this, e, args); - } - } - } - - if (returnValue) { - return returnValue; - } - - // no callback - if (typeof this.opts.callbacks[type] === 'undefined') { - return typeof data === 'undefined' ? e : data; - } - - // callback - var callback = this.opts.callbacks[type]; - - if ($.isFunction(callback)) { - return typeof data === 'undefined' ? callback.call(this, e) : callback.call(this, e, data); - } else { - return typeof data === 'undefined' ? e : data; - } - }, - destroy: function destroy() { - this.opts.destroyed = true; - - this.core.callback('destroy'); - - // placeholder - this.placeholder.destroy(); - - // progress - this.progress.destroy(); - - // help label - $('#redactor-voice-' + this.uuid).remove(); - - this.core.editor().removeClass('redactor-in redactor-styles redactor-structure redactor-layer-img-edit'); - - // caret service - this.core.editor().off('keydown.redactor-remove-textnode'); - - // observer - this.core.editor().off('.redactor-observe.' + this.uuid); - - // off events and remove data - this.$element.off('.redactor').removeData('redactor'); - this.core.editor().off('.redactor'); - - $(document).off('.redactor-dropdown'); - $(document).off('.redactor-air.' + this.uuid); - $(document).off('mousedown.redactor-blur.' + this.uuid); - $(document).off('mousedown.redactor.' + this.uuid); - $(document).off('touchstart.redactor.' + this.uuid + ' click.redactor.' + this.uuid); - $(window).off('.redactor-toolbar.' + this.uuid); - $(window).off('touchmove.redactor.' + this.uuid); - $("body").off('scroll.redactor.' + this.uuid); - - $(this.opts.toolbarFixedTarget).off('scroll.redactor.' + this.uuid); - - // plugins events - var self = this; - if (this.opts.plugins !== false) { - $.each(this.opts.plugins, function (i, s) { - $(window).off('.redactor-plugin-' + s); - $(document).off('.redactor-plugin-' + s); - $("body").off('.redactor-plugin-' + s); - self.core.editor().off('.redactor-plugin-' + s); - }); - } - - // click to edit - this.$element.off('click.redactor-click-to-edit'); - this.$element.removeClass('redactor-click-to-edit'); - - // common - this.core.editor().removeClass('redactor-layer'); - this.core.editor().removeAttr('contenteditable'); - - var html = this.code.get(); - - if (this.opts.toolbar && this.$toolbar) { - // dropdowns off - this.$toolbar.find('a').each(function () { - var $el = $(this); - if ($el.data('dropdown')) { - $el.data('dropdown').remove(); - $el.data('dropdown', {}); - } - }); - } - - if (this.opts.type === 'textarea') { - this.$box.after(this.$element); - this.$box.remove(); - this.$element.val(html).show(); - } - - // air - if (this.opts.air) { - this.$air.remove(); - } - - if (this.opts.toolbar && this.$toolbar) { - this.$toolbar.remove(); - } - - // modal - if (this.$modalBox) { - this.$modalBox.remove(); - } - - if (this.$modalOverlay) { - this.$modalOverlay.remove(); - } - - // hide link's tooltip - $('.redactor-link-tooltip').remove(); - - // autosave - clearInterval(this.autosaveTimeout); - } - }; - }, - - // =detect - detect: function detect() { - return { - - // public - isWebkit: function isWebkit() { - return (/webkit/.test(this.opts.userAgent) - ); - }, - isFirefox: function isFirefox() { - return this.opts.userAgent.indexOf('firefox') > -1; - }, - isIe: function isIe(v) { - if (document.documentMode || /Edge/.test(navigator.userAgent)) { - return 'edge'; - } - - var ie; - ie = RegExp('msie' + (!isNaN(v) ? '\\s' + v : ''), 'i').test(navigator.userAgent); - - if (!ie) { - ie = !!navigator.userAgent.match(/Trident.*rv[ :]*11\./); - } - - return ie; - }, - isMobile: function isMobile() { - return (/(iPhone|iPod|BlackBerry|Android)/.test(navigator.userAgent) - ); - }, - isDesktop: function isDesktop() { - return !/(iPhone|iPod|iPad|BlackBerry|Android)/.test(navigator.userAgent); - }, - isIpad: function isIpad() { - return (/iPad/.test(navigator.userAgent) - ); - } - - }; - }, - - // =dropdown - dropdown: function dropdown() { - return { - active: false, - button: false, - key: false, - position: [], - getDropdown: function getDropdown() { - return this.dropdown.active; - }, - build: function build(name, $dropdown, dropdownObject) { - dropdownObject = this.dropdown.buildFormatting(name, dropdownObject); - - $.each(dropdownObject, $.proxy(function (btnName, btnObject) { - var $item = this.dropdown.buildItem(btnName, btnObject); - - this.observe.addDropdown($item, btnName, btnObject); - $dropdown.attr('rel', name).append($item); - }, this)); - }, - buildFormatting: function buildFormatting(name, dropdownObject) { - if (name !== 'format' || this.opts.formattingAdd === false) { - return dropdownObject; - } - - $.each(this.opts.formattingAdd, $.proxy(function (i, s) { - var type = this.utils.isBlockTag(s.args[0]) ? 'block' : 'inline'; - - dropdownObject[i] = { - func: type === 'block' ? 'block.format' : 'inline.format', - args: s.args, - title: s.title - }; - }, this)); - - return dropdownObject; - }, - buildItem: function buildItem(btnName, btnObject) { - var $itemContainer = $('

  • '); - if (typeof btnObject.classname !== 'undefined') { - $itemContainer.addClass(btnObject.classname); - } - - if (btnName.search(/^divider/i) !== -1) { - $itemContainer.addClass('redactor-dropdown-divider'); - - return $itemContainer; - } - - var $item = $(''); - var $itemSpan = $('').html(btnObject.title); - - $item.append($itemSpan); - $item.on('mousedown', $.proxy(function (e) { - e.preventDefault(); - - this.dropdown.buildClick(e, btnName, btnObject); - }, this)); - - $itemContainer.append($item); - - return $itemContainer; - }, - buildClick: function buildClick(e, btnName, btnObject) { - if ($(e.target).hasClass('redactor-dropdown-link-inactive')) { - return; - } - - var command = this.dropdown.buildCommand(btnObject); - - if (typeof btnObject.args !== ' undefined') { - this.button.toggle(e, btnName, command.type, command.callback, btnObject.args); - } else { - this.button.toggle(e, btnName, command.type, command.callback); - } - }, - buildCommand: function buildCommand(btnObject) { - var command = {}; - command.type = 'func'; - command.callback = btnObject.func; - - if (btnObject.command) { - command.type = 'command'; - command.callback = btnObject.command; - } else if (btnObject.dropdown) { - command.type = 'dropdown'; - command.callback = btnObject.dropdown; - } - - return command; - }, - show: function show(e, key) { - if (this.detect.isDesktop()) { - this.core.editor().focus(); - } - - this.dropdown.hideAll(false, key); - - this.dropdown.key = key; - this.dropdown.button = this.button.get(this.dropdown.key); - - if (this.dropdown.button.hasClass('dropact')) { - this.dropdown.hide(); - return; - } - - // re append - this.dropdown.active = this.dropdown.button.data('dropdown').appendTo(document.body); - - // callback - this.core.callback('dropdownShow', { dropdown: this.dropdown.active, key: this.dropdown.key, button: this.dropdown.button }); - - // set button - this.button.setActive(this.dropdown.key); - this.dropdown.button.addClass('dropact'); - - // position - this.dropdown.getButtonPosition(); - - // show - if (this.button.toolbar().hasClass('toolbar-fixed-box') && this.detect.isDesktop()) { - this.dropdown.showIsFixedToolbar(); - } else { - this.dropdown.showIsUnFixedToolbar(); - } - - // disable scroll whan dropdown scroll - if (this.detect.isDesktop() && !this.detect.isFirefox()) { - this.dropdown.active.on('mouseover.redactor-dropdown', $.proxy(this.utils.disableBodyScroll, this)); - this.dropdown.active.on('mouseout.redactor-dropdown mousedown.redactor-dropdown', $.proxy(this.utils.enableBodyScroll, this)); - } - - e.stopPropagation(); - }, - showIsFixedToolbar: function showIsFixedToolbar() { - var top = this.dropdown.button.position().top + this.dropdown.button.innerHeight() + this.opts.toolbarFixedTopOffset; - - var position = 'fixed'; - if (this.opts.toolbarFixedTarget !== document) { - top = this.dropdown.button.innerHeight() + this.$toolbar.offset().top + this.opts.toolbarFixedTopOffset; - position = 'absolute'; - } - - this.dropdown.active.css({ - - position: position, - left: this.dropdown.position.left + 'px', - top: top + 'px' - - }).show(); - - // animate - this.dropdown.active.redactorAnimation('slideDown', { duration: 0.2 }, $.proxy(function () { - this.dropdown.enableCallback(); - this.dropdown.enableEvents(); - }, this)); - }, - showIsUnFixedToolbar: function showIsUnFixedToolbar() { - this.dropdown.active.css({ - - position: 'absolute', - left: this.dropdown.position.left + 'px', - top: this.dropdown.button.innerHeight() + this.dropdown.position.top + 'px' - - }).show(); - - // animate - this.dropdown.active.redactorAnimation(this.opts.animation ? 'slideDown' : 'show', { duration: 0.2 }, $.proxy(function () { - this.dropdown.enableCallback(); - this.dropdown.enableEvents(); - }, this)); - }, - enableEvents: function enableEvents() { - $(document).on('mousedown.redactor-dropdown', $.proxy(this.dropdown.hideAll, this)); - this.core.editor().on('touchstart.redactor-dropdown', $.proxy(this.dropdown.hideAll, this)); - $(document).on('keyup.redactor-dropdown', $.proxy(this.dropdown.closeHandler, this)); - }, - enableCallback: function enableCallback() { - this.core.callback('dropdownShown', { dropdown: this.dropdown.active, key: this.dropdown.key, button: this.dropdown.button }); - }, - getButtonPosition: function getButtonPosition() { - this.dropdown.position = this.dropdown.button.offset(); - - // fix right placement - var dropdownWidth = this.dropdown.active.width(); - if (this.dropdown.position.left + dropdownWidth > $(document).width()) { - this.dropdown.position.left = Math.max(0, this.dropdown.position.left - dropdownWidth + parseInt(this.dropdown.button.innerWidth())); - } - }, - closeHandler: function closeHandler(e) { - if (e.which !== this.keyCode.ESC) { - return; - } - - this.dropdown.hideAll(e); - this.core.editor().focus(); - }, - hideAll: function hideAll(e, key) { - if (this.detect.isDesktop()) { - this.utils.enableBodyScroll(); - } - - if (e !== false && $(e.target).closest('.redactor-dropdown').length !== 0) { - return; - } - - var $buttons = typeof key === 'undefined' ? this.button.toolbar().find('a.dropact') : this.button.toolbar().find('a.dropact').not('.re-' + key); - var $elements = typeof key === 'undefined' ? $('.redactor-dropdown-' + this.uuid) : $('.redactor-dropdown-' + this.uuid).not('.redactor-dropdown-box-' + key); - - if ($elements.length !== 0) { - $(document).off('.redactor-dropdown'); - this.core.editor().off('.redactor-dropdown'); - - $.each($elements, $.proxy(function (i, s) { - var $el = $(s); - - this.core.callback('dropdownHide', $el); - - $el.hide(); - $el.off('mouseover mouseout').off('.redactor-dropdown'); - }, this)); - - $buttons.removeClass('redactor-act dropact'); - } - }, - hide: function hide() { - if (this.dropdown.active === false) { - return; - } - - if (this.detect.isDesktop()) { - this.utils.enableBodyScroll(); - } - - this.dropdown.active.redactorAnimation(this.opts.animation ? 'slideUp' : 'hide', { duration: 0.2 }, $.proxy(function () { - $(document).off('.redactor-dropdown'); - this.core.editor().off('.redactor-dropdown'); - - this.dropdown.hideOut(); - }, this)); - }, - hideOut: function hideOut() { - this.core.callback('dropdownHide', this.dropdown.active); - - this.dropdown.button.removeClass('redactor-act dropact'); - this.dropdown.active.off('mouseover mouseout').off('.redactor-dropdown'); - this.dropdown.button = false; - this.dropdown.key = false; - this.dropdown.active = false; - } - }; - }, - - // =events - events: function events() { - return { - focused: false, - blured: true, - dropImage: false, - stopChanges: false, - stopDetectChanges: function stopDetectChanges() { - this.events.stopChanges = true; - }, - startDetectChanges: function startDetectChanges() { - var self = this; - setTimeout(function () { - self.events.stopChanges = false; - }, 1); - }, - dragover: function dragover(e) { - e.preventDefault(); - e.stopPropagation(); - - if (e.target.tagName === 'IMG') { - $(e.target).addClass('redactor-image-dragover'); - } - }, - dragleave: function dragleave(e) { - // remove image dragover - this.core.editor().find('img').removeClass('redactor-image-dragover'); - }, - drop: function drop(e) { - e = e.originalEvent || e; - - // remove image dragover - this.core.editor().find('img').removeClass('redactor-image-dragover'); - - if (this.opts.type === 'inline' || this.opts.type === 'pre') { - e.preventDefault(); - return false; - } - - if (window.FormData === undefined || !e.dataTransfer) { - return true; - } - - if (e.dataTransfer.files.length === 0) { - return this.events.onDrop(e); - } else { - this.events.onDropUpload(e); - } - - this.core.callback('drop', e); - }, - click: function click(e) { - var event = this.core.getEvent(); - var type = event === 'click' || event === 'arrow' ? false : 'click'; - - this.core.addEvent(type); - this.utils.disableSelectAll(); - this.core.callback('click', e); - }, - focus: function focus(e) { - if (this.rtePaste) { - return; - } - - if (this.events.isCallback('focus')) { - this.core.callback('focus', e); - } - - this.events.focused = true; - this.events.blured = false; - - // tab - if (this.selection.current() === false) { - var sel = this.selection.get(); - var range = this.selection.range(sel); - - range.setStart(this.core.editor()[0], 0); - range.setEnd(this.core.editor()[0], 0); - this.selection.update(sel, range); - } - }, - blur: function blur(e) { - if (this.start || this.rtePaste) { - return; - } - - if ($(e.target).closest('#' + this.core.id() + ', .redactor-toolbar, .redactor-dropdown, #redactor-modal-box').length !== 0) { - return; - } - - if (!this.events.blured && this.events.isCallback('blur')) { - this.core.callback('blur', e); - } - - this.events.focused = false; - this.events.blured = true; - }, - touchImageEditing: function touchImageEditing() { - var scrollTimer = -1; - this.events.imageEditing = false; - $(window).on('touchmove.redactor.' + this.uuid, $.proxy(function () { - this.events.imageEditing = true; - if (scrollTimer !== -1) { - clearTimeout(scrollTimer); - } - - scrollTimer = setTimeout($.proxy(function () { - this.events.imageEditing = false; - }, this), 500); - }, this)); - }, - init: function init() { - this.core.editor().on('dragover.redactor dragenter.redactor', $.proxy(this.events.dragover, this)); - this.core.editor().on('dragleave.redactor', $.proxy(this.events.dragleave, this)); - this.core.editor().on('drop.redactor', $.proxy(this.events.drop, this)); - this.core.editor().on('click.redactor', $.proxy(this.events.click, this)); - this.core.editor().on('paste.redactor', $.proxy(this.paste.init, this)); - this.core.editor().on('keydown.redactor', $.proxy(this.keydown.init, this)); - this.core.editor().on('keyup.redactor', $.proxy(this.keyup.init, this)); - this.core.editor().on('focus.redactor', $.proxy(this.events.focus, this)); - - $(document).on('mousedown.redactor-blur.' + this.uuid, $.proxy(this.events.blur, this)); - - this.events.touchImageEditing(); - - this.events.createObserver(); - this.events.setupObserver(); - }, - createObserver: function createObserver() { - var self = this; - this.events.observer = new MutationObserver(function (mutations) { - mutations.forEach($.proxy(self.events.iterateObserver, self)); - }); - }, - iterateObserver: function iterateObserver(mutation) { - - var stop = false; - - // target - if ((this.opts.type === 'textarea' || this.opts.type === 'div') && !this.detect.isFirefox() && mutation.target === this.core.editor()[0] || mutation.attributeName === 'class' && mutation.target === this.core.editor()[0]) { - stop = true; - } - - if (!stop) { - this.observe.load(); - this.events.changeHandler(); - } - }, - setupObserver: function setupObserver() { - this.events.observer.observe(this.core.editor()[0], { - attributes: true, - subtree: true, - childList: true, - characterData: true, - characterDataOldValue: true - }); - }, - changeHandler: function changeHandler() { - if (this.events.stopChanges) { - return; - } - - this.code.sync(); - - // autosave - if (this.autosave.is()) { - clearTimeout(this.autosaveTimeout); - this.autosaveTimeout = setTimeout($.proxy(this.autosave.send, this), 300); - } - }, - onDropUpload: function onDropUpload(e) { - e.preventDefault(); - e.stopPropagation(); - - if (!this.opts.dragImageUpload && !this.opts.dragFileUpload || this.opts.imageUpload === null && this.opts.fileUpload === null) { - return; - } - - if (e.target.tagName === 'IMG') { - this.events.dropImage = e.target; - } - - var files = e.dataTransfer.files; - var len = files.length; - for (var i = 0; i < len; i++) { - this.upload.directUpload(files[i], e); - } - }, - onDrop: function onDrop(e) { - this.core.callback('drop', e); - }, - isCallback: function isCallback(name) { - return typeof this.opts.callbacks[name] !== 'undefined' && $.isFunction(this.opts.callbacks[name]); - }, - - // #backward - stopDetect: function stopDetect() { - this.events.stopDetectChanges(); - }, - startDetect: function startDetect() { - this.events.startDetectChanges(); - } - - }; - }, - - // =file - file: function file() { - return { - is: function is() { - return !(!this.opts.fileUpload || !this.opts.fileUpload && !this.opts.s3); - }, - show: function show() { - // build modal - this.modal.load('file', this.lang.get('file'), 700); - - // build upload - this.upload.init('#redactor-modal-file-upload', this.opts.fileUpload, this.file.insert); - - // set selected text - $('#redactor-filename').val(this.selection.get().toString()); - - // show - this.modal.show(); - }, - insert: function insert(json, direct, e) { - // error callback - if (typeof json.error !== 'undefined') { - this.modal.close(); - this.core.callback('fileUploadError', json); - return; - } - - this.file.release(e, direct); - - // prepare - this.buffer.set(); - this.air.collapsed(); - - // get - var text = this.file.text(json); - var $link = $('').attr('href', json.url).text(text); - var id = typeof json.id === 'undefined' ? '' : json.id; - var type = typeof json.s3 === 'undefined' ? 'file' : 's3'; - - // set id - $link.attr('data-' + type, id); - - // insert - $link = $(this.insert.node($link)); - - // focus - this.caret.after($link); - - // callback - this.storage.add({ type: type, node: $link[0], url: $link[0].href, id: id }); - - if (direct !== null) { - this.core.callback('fileUpload', $link, json); - } - }, - release: function release(e, direct) { - if (direct) { - // drag and drop upload - this.marker.remove(); - this.insert.nodeToPoint(e, this.marker.get()); - this.selection.restore(); - } else { - // upload from modal - this.modal.close(); - } - }, - text: function text(json) { - var text = $('#redactor-filename').val(); - - return typeof text === 'undefined' || text === '' ? json.name : text; - } - }; - }, - - // =focus - focus: function focus() { - return { - start: function start() { - this.core.editor().focus(); - - if (this.opts.type === 'inline') { - return; - } - - var $first = this.focus.first(); - if ($first !== false) { - this.caret.start($first); - } - }, - end: function end() { - this.core.editor().focus(); - - var last = this.opts.inline ? this.core.editor() : this.focus.last(); - if (last.length === 0) { - return; - } - - // get inline last node - var lastNode = this.focus.lastChild(last); - if (!this.detect.isWebkit() && lastNode !== false) { - this.caret.end(lastNode); - } else { - var sel = this.selection.get(); - var range = this.selection.range(sel); - - if (range !== null) { - range.selectNodeContents(last[0]); - range.collapse(false); - - this.selection.update(sel, range); - } else { - this.caret.end(last); - } - } - }, - first: function first() { - var $first = this.core.editor().children().first(); - if ($first.length === 0 && ($first[0].length === 0 || $first[0].tagName === 'BR' || $first[0].tagName === 'HR' || $first[0].nodeType === 3)) { - return false; - } - - if ($first[0].tagName === 'UL' || $first[0].tagName === 'OL') { - return $first.find('li').first(); - } - - return $first; - }, - last: function last() { - return this.core.editor().children().last(); - }, - lastChild: function lastChild(last) { - var lastNode = last[0].lastChild; - - return lastNode !== null && this.utils.isInlineTag(lastNode.tagName) ? lastNode : false; - }, - is: function is() { - return this.core.editor()[0] === document.activeElement; - } - }; - }, - - // =image - image: function image() { - return { - is: function is() { - return !(!this.opts.imageUpload || !this.opts.imageUpload && !this.opts.s3); - }, - show: function show() { - // build modal - this.modal.load('image', this.lang.get('image'), 700); - - // build upload - this.upload.init('#redactor-modal-image-droparea', this.opts.imageUpload, this.image.insert); - this.modal.show(); - }, - insert: function insert(json, direct, e) { - var $img; - - // error callback - if (typeof json.error !== 'undefined') { - this.modal.close(); - this.events.dropImage = false; - this.core.callback('imageUploadError', json, e); - return; - } - - // change image - if (this.events.dropImage !== false) { - $img = $(this.events.dropImage); - - this.core.callback('imageDelete', $img[0].src, $img); - - $img.attr('src', json.url); - - this.events.dropImage = false; - this.core.callback('imageUpload', $img, json); - return; - } - - this.placeholder.hide(); - var $figure = $('<' + this.opts.imageTag + '>'); - - $img = $(''); - $img.attr('src', json.url); - - // set id - var id = typeof json.id === 'undefined' ? '' : json.id; - var type = typeof json.s3 === 'undefined' ? 'image' : 's3'; - $img.attr('data-' + type, id); - - $figure.append($img); - - var pre = this.utils.isTag(this.selection.current(), 'pre'); - - if (direct) { - this.air.collapsed(); - this.marker.remove(); - - var node = this.insert.nodeToPoint(e, this.marker.get()); - var $next = $(node).next(); - - this.selection.restore(); - - // buffer - this.buffer.set(); - - // insert - if (typeof $next !== 'undefined' && $next.length !== 0 && $next[0].tagName === 'IMG') { - // delete callback - this.core.callback('imageDelete', $next[0].src, $next); - - // replace - $next.closest('figure, p', this.core.editor()[0]).replaceWith($figure); - this.caret.after($figure); - } else { - if (pre) { - $(pre).after($figure); - } else { - this.insert.node($figure); - } - - this.caret.after($figure); - } - } else { - this.modal.close(); - - // buffer - this.buffer.set(); - - // insert - this.air.collapsed(); - - if (pre) { - $(pre).after($figure); - } else { - this.insert.node($figure); - } - - this.caret.after($figure); - } - - this.events.dropImage = false; - this.storage.add({ type: type, node: $img[0], url: $img[0].src, id: id }); - - var nextNode = $img[0].nextSibling; - var $nextFigure = $figure.next(); - var isNextEmpty = $(nextNode).text().replace(/\u200B/g, ''); - var isNextFigureEmpty = $nextFigure.text().replace(/\u200B/g, ''); - - if (isNextEmpty === '') { - $(nextNode).remove(); - } - - if ($nextFigure.length === 1 && $nextFigure[0].tagName === 'FIGURE' && isNextFigureEmpty === '') { - $nextFigure.remove(); - } - - if (direct !== null) { - this.core.callback('imageUpload', $img, json); - } else { - this.core.callback('imageInserted', $img, json); - } - }, - setEditable: function setEditable($image) { - $image.on('dragstart', function (e) { - e.preventDefault(); - }); - - if (this.opts.imageResizable) { - var handler = $.proxy(function (e) { - this.observe.image = $image; - this.image.resizer = this.image.loadEditableControls($image); - - $(document).on('mousedown.redactor-image-resize-hide.' + this.uuid, $.proxy(this.image.hideResize, this)); - - if (this.image.resizer) { - this.image.resizer.on('mousedown.redactor touchstart.redactor', $.proxy(function (e) { - this.image.setResizable(e, $image); - }, this)); - } - }, this); - - $image.off('mousedown.redactor').on('mousedown.redactor', $.proxy(this.image.hideResize, this)); - $image.off('click.redactor touchstart.redactor').on('click.redactor touchstart.redactor', handler); - } else { - $image.off('click.redactor touchstart.redactor').on('click.redactor touchstart.redactor', $.proxy(function (e) { - setTimeout($.proxy(function () { - this.image.showEdit($image); - }, this), 200); - }, this)); - } - }, - setResizable: function setResizable(e, $image) { - e.preventDefault(); - - this.image.resizeHandle = { - x: e.pageX, - y: e.pageY, - el: $image, - ratio: $image.width() / $image.height(), - h: $image.height() - }; - - e = e.originalEvent || e; - - if (e.targetTouches) { - this.image.resizeHandle.x = e.targetTouches[0].pageX; - this.image.resizeHandle.y = e.targetTouches[0].pageY; - } - - this.image.startResize(); - }, - startResize: function startResize() { - $(document).on('mousemove.redactor-image-resize touchmove.redactor-image-resize', $.proxy(this.image.moveResize, this)); - $(document).on('mouseup.redactor-image-resize touchend.redactor-image-resize', $.proxy(this.image.stopResize, this)); - }, - moveResize: function moveResize(e) { - e.preventDefault(); - - e = e.originalEvent || e; - - var height = this.image.resizeHandle.h; - - if (e.targetTouches) height += e.targetTouches[0].pageY - this.image.resizeHandle.y;else height += e.pageY - this.image.resizeHandle.y; - - var width = Math.round(height * this.image.resizeHandle.ratio); - - if (height < 50 || width < 100) return; - - var height = Math.round(this.image.resizeHandle.el.width() / this.image.resizeHandle.ratio); - - this.image.resizeHandle.el.attr({ width: width, height: height }); - this.image.resizeHandle.el.width(width); - this.image.resizeHandle.el.height(height); - - this.code.sync(); - }, - stopResize: function stopResize() { - this.handle = false; - $(document).off('.redactor-image-resize'); - - this.image.hideResize(); - }, - hideResize: function hideResize(e) { - if (e && $(e.target).closest('#redactor-image-box', this.$editor[0]).length !== 0) return; - if (e && e.target.tagName == 'IMG') { - var $image = $(e.target); - } - - var imageBox = this.$editor.find('#redactor-image-box'); - if (imageBox.length === 0) return; - - $('#redactor-image-editter').remove(); - $('#redactor-image-resizer').remove(); - - imageBox.find('img').css({ - marginTop: imageBox[0].style.marginTop, - marginBottom: imageBox[0].style.marginBottom, - marginLeft: imageBox[0].style.marginLeft, - marginRight: imageBox[0].style.marginRight - }); - - imageBox.css('margin', ''); - imageBox.find('img').css('opacity', ''); - imageBox.replaceWith(function () { - return $(this).contents(); - }); - - $(document).off('mousedown.redactor-image-resize-hide.' + this.uuid); - - if (typeof this.image.resizeHandle !== 'undefined') { - this.image.resizeHandle.el.attr('rel', this.image.resizeHandle.el.attr('style')); - } - }, - loadResizableControls: function loadResizableControls($image, imageBox) { - if (this.opts.imageResizable && !this.detect.isMobile()) { - var imageResizer = $(''); - - if (!this.detect.isDesktop()) { - imageResizer.css({ width: '15px', height: '15px' }); - } - - imageResizer.attr('contenteditable', false); - imageBox.append(imageResizer); - imageBox.append($image); - - return imageResizer; - } else { - imageBox.append($image); - return false; - } - }, - loadEditableControls: function loadEditableControls($image) { - var imageBox = $(''); - imageBox.css('float', $image.css('float')).attr('contenteditable', false); - - if ($image[0].style.margin != 'auto') { - imageBox.css({ - marginTop: $image[0].style.marginTop, - marginBottom: $image[0].style.marginBottom, - marginLeft: $image[0].style.marginLeft, - marginRight: $image[0].style.marginRight - }); - - $image.css('margin', ''); - } else { - imageBox.css({ 'display': 'block', 'margin': 'auto' }); - } - - $image.css('opacity', '.5').after(imageBox); - - if (this.opts.imageEditable) { - // editter - this.image.editter = $('' + this.lang.get('edit') + ''); - this.image.editter.attr('contenteditable', false); - this.image.editter.on('click', $.proxy(function () { - this.image.showEdit($image); - }, this)); - - imageBox.append(this.image.editter); - - // position correction - var editerWidth = this.image.editter.innerWidth(); - this.image.editter.css('margin-left', '-' + editerWidth / 2 + 'px'); - } - - return this.image.loadResizableControls($image, imageBox); - }, - showEdit: function showEdit($image) { - if (this.events.imageEditing) { - return; - } - - this.observe.image = $image; - - var $link = $image.closest('a', this.$editor[0]); - var $figure = $image.closest('figure', this.$editor[0]); - var $container = $figure.length !== 0 ? $figure : $image; - - this.modal.load('image-edit', this.lang.get('edit'), 705); - - this.image.buttonDelete = this.modal.getDeleteButton().text(this.lang.get('delete')); - this.image.buttonSave = this.modal.getActionButton().text(this.lang.get('save')); - - this.image.buttonDelete.on('click', $.proxy(this.image.remove, this)); - this.image.buttonSave.on('click', $.proxy(this.image.update, this)); - - if (this.opts.imageCaption === false) { - $('#redactor-image-caption').val('').hide().prev().hide(); - } else { - var $parent = $image.closest(this.opts.imageTag, this.$editor[0]); - var $ficaption = $parent.find('figcaption'); - if ($ficaption !== 0) { - - $('#redactor-image-caption').val($ficaption.text()).show(); - } - } - - if (!this.opts.imagePosition) { - $('.redactor-image-position-option').hide(); - } else { - var isCentered = $figure.length !== 0 ? $container.css('text-align') === 'center' : $container.css('display') == 'block' && $container.css('float') == 'none'; - var floatValue = isCentered ? 'center' : $container.css('float'); - $('#redactor-image-align').val(floatValue); - } - - $('#redactor-image-preview').html($('')); - $('#redactor-image-title').val($image.attr('alt')); - - var $redactorImageLink = $('#redactor-image-link'); - $redactorImageLink.attr('href', $image.attr('src')); - if ($link.length !== 0) { - $redactorImageLink.val($link.attr('href')); - if ($link.attr('target') === '_blank') { - $('#redactor-image-link-blank').prop('checked', true); - } - } - - // hide link's tooltip - $('.redactor-link-tooltip').remove(); - - this.modal.show(); - - // focus - if (this.detect.isDesktop()) { - $('#redactor-image-title').focus(); - } - }, - update: function update() { - var $image = this.observe.image; - var $link = $image.closest('a', this.core.editor()[0]); - - var title = $('#redactor-image-title').val().replace(/(<([^>]+)>)/ig, ""); - $image.attr('alt', title).attr('title', title); - - this.image.setFloating($image); - - // as link - var link = $.trim($('#redactor-image-link').val()).replace(/(<([^>]+)>)/ig, ""); - if (link !== '') { - // test url (add protocol) - var pattern = '((xn--)?[a-z0-9]+(-[a-z0-9]+)*\\.)+[a-z]{2,}'; - var re = new RegExp('^(http|ftp|https)://' + pattern, 'i'); - var re2 = new RegExp('^' + pattern, 'i'); - - if (link.search(re) === -1 && link.search(re2) === 0 && this.opts.linkProtocol) { - link = this.opts.linkProtocol + '://' + link; - } - - var target = $('#redactor-image-link-blank').prop('checked') ? true : false; - - if ($link.length === 0) { - var a = $('' + this.utils.getOuterHtml($image) + ''); - if (target) { - a.attr('target', '_blank'); - } - - $image = $image.replaceWith(a); - $link = this.core.editor().find('#redactor-img-tmp'); - $link.removeAttr('id'); - } else { - $link.attr('href', link); - if (target) { - $link.attr('target', '_blank'); - } else { - $link.removeAttr('target'); - } - } - } else if ($link.length !== 0) { - $link.replaceWith(this.utils.getOuterHtml($image)); - } - - this.image.addCaption($image, $link); - this.modal.close(); - - // buffer - this.buffer.set(); - }, - setFloating: function setFloating($image) { - var $figure = $image.closest('figure', this.$editor[0]); - var $container = $figure.length !== 0 ? $figure : $image; - var floating = $('#redactor-image-align').val(); - - var imageFloat = ''; - var imageDisplay = ''; - var imageMargin = ''; - var textAlign = ''; - - switch (floating) { - case 'left': - imageFloat = 'left'; - imageMargin = '0 ' + this.opts.imageFloatMargin + ' ' + this.opts.imageFloatMargin + ' 0'; - break; - case 'right': - imageFloat = 'right'; - imageMargin = '0 0 ' + this.opts.imageFloatMargin + ' ' + this.opts.imageFloatMargin; - break; - case 'center': - - if ($figure.length !== 0) { - textAlign = 'center'; - } else { - imageDisplay = 'block'; - imageMargin = 'auto'; - } - - break; - } - - $container.css({ 'float': imageFloat, 'display': imageDisplay, 'margin': imageMargin, 'text-align': textAlign }); - $container.attr('rel', $image.attr('style')); - }, - addCaption: function addCaption($image, $link) { - var caption = $('#redactor-image-caption').val(); - - var $target = $link.length !== 0 ? $link : $image; - var $figcaption = $target.next(); - - if ($figcaption.length === 0 || $figcaption[0].tagName !== 'FIGCAPTION') { - $figcaption = false; - } - - if (caption !== '') { - if ($figcaption === false) { - $figcaption = $('
    ').text(caption); - $target.after($figcaption); - } else { - $figcaption.text(caption); - } - } else if ($figcaption !== false) { - $figcaption.remove(); - } - }, - remove: function remove(e, $image, index) { - $image = typeof $image === 'undefined' ? $(this.observe.image) : $image; - - // delete from modal - if (typeof e !== 'boolean') { - this.buffer.set(); - } - - this.events.stopDetectChanges(); - - var $link = $image.closest('a', this.core.editor()[0]); - var $figure = $image.closest(this.opts.imageTag, this.core.editor()[0]); - var $parent = $image.parent(); - - // callback - var imageDeleteStop = this.core.callback('imageDelete', e, $image[0]); - if (imageDeleteStop === false) { - e.preventDefault(); - return false; - } - - if ($('#redactor-image-box').length !== 0) { - $parent = $('#redactor-image-box').parent(); - } - - var $next, $prev; - if ($figure.length !== 0) { - $prev = $figure.prev(); - $next = $figure.next(); - $figure.remove(); - } else if ($link.length !== 0) { - $parent = $link.parent(); - $link.remove(); - } else { - $image.remove(); - } - - $('#redactor-image-box').remove(); - - if (e !== false) { - if ($next && $next.length !== 0) { - this.caret.start($next); - } else if ($prev && $prev.length !== 0) { - this.caret.end($prev); - } - } - - if (typeof e !== 'boolean') { - this.modal.close(); - } - - this.utils.restoreScroll(); - this.observe.image = false; - this.events.startDetectChanges(); - this.placeholder.enable(); - this.code.sync(); - } - }; - }, - - // =indent - indent: function indent() { - return { - increase: function increase() { - if (!this.list.get()) { - return; - } - - var $current = $(this.selection.current()).closest('li'); - var $list = $current.closest('ul, ol', this.core.editor()[0]); - - var $li = $current.closest('li'); - var $prev = $li.prev(); - if ($prev.length === 0 || $prev[0].tagName !== 'LI') { - return; - } - - this.buffer.set(); - - if (this.utils.isCollapsed()) { - var listTag = $list[0].tagName; - var $newList = $('<' + listTag + ' />'); - - this.selection.save(); - - var $ol = $prev.find('ol').first(); - if ($ol.length === 1) { - $ol.append($current); - } else { - var listTag = $list[0].tagName; - var $newList = $('<' + listTag + ' />'); - $newList.append($current); - $prev.append($newList); - } - - this.selection.restore(); - } else { - document.execCommand('indent'); - - // normalize - this.selection.save(); - this.indent.removeEmpty(); - this.indent.normalize(); - this.selection.restore(); - } - }, - decrease: function decrease() { - if (!this.list.get()) { - return; - } - - var $current = $(this.selection.current()).closest('li'); - var $list = $current.closest('ul, ol', this.core.editor()[0]); - - this.buffer.set(); - - document.execCommand('outdent'); - - var $item = $(this.selection.current()).closest('li', this.core.editor()[0]); - - if (this.utils.isCollapsed()) { - this.indent.repositionItem($item); - } - - if ($item.length === 0) { - document.execCommand('formatblock', false, 'p'); - $item = $(this.selection.current()); - var $next = $item.next(); - if ($next.length !== 0 && $next[0].tagName === 'BR') { - $next.remove(); - } - } - - // normalize - this.selection.save(); - this.indent.removeEmpty(); - this.indent.normalize(); - this.selection.restore(); - }, - repositionItem: function repositionItem($item) { - var $next = $item.next(); - if ($next.length !== 0 && ($next[0].tagName !== 'UL' || $next[0].tagName !== 'OL')) { - $item.append($next); - } - - var $prev = $item.prev(); - if ($prev.length !== 0 && $prev[0].tagName !== 'LI') { - this.selection.save(); - var $li = $item.parents('li', this.core.editor()[0]); - $li.after($item); - this.selection.restore(); - } - }, - normalize: function normalize() { - this.core.editor().find('li').each($.proxy(function (i, s) { - var $el = $(s); - - // remove style - $el.find(this.opts.inlineTags.join(',')).each(function () { - $(this).removeAttr('style'); - }); - - var $parent = $el.parent(); - if ($parent.length !== 0 && $parent[0].tagName === 'LI') { - $parent.after($el); - return; - } - - var $next = $el.next(); - if ($next.length !== 0 && ($next[0].tagName === 'UL' || $next[0].tagName === 'OL')) { - $el.append($next); - } - }, this)); - }, - removeEmpty: function removeEmpty($list) { - var $lists = this.core.editor().find('ul, ol'); - var $items = this.core.editor().find('li'); - - $items.each($.proxy(function (i, s) { - this.indent.removeItemEmpty(s); - }, this)); - - $lists.each($.proxy(function (i, s) { - this.indent.removeItemEmpty(s); - }, this)); - - $items.each($.proxy(function (i, s) { - this.indent.removeItemEmpty(s); - }, this)); - }, - removeItemEmpty: function removeItemEmpty(s) { - var html = s.innerHTML.replace(/[\t\s\n]/g, ''); - html = html.replace(/<\/span>/g, ''); - - if (html === '') { - $(s).remove(); - } - } - }; - }, - - // =inline - inline: function inline() { - return { - getClearedNodes: function getClearedNodes() { - var nodes = this.selection.nodes(); - var newNodes = []; - var len = nodes.length; - var started = 0; - - // find array slice - for (var i = 0; i < len; i++) { - if ($(nodes[i]).hasClass('redactor-selection-marker')) { - started = i + 2; - break; - } - } - - // find selected inline & text nodes - for (var i = 0; i < len; i++) { - if (i >= started && !this.utils.isBlockTag(nodes[i].tagName)) { - newNodes.push(nodes[i]); - } - } - - return newNodes; - }, - isConvertableAttr: function isConvertableAttr(node, attr, value) { - var nodeAttrValue = $(node).attr(attr); - if (nodeAttrValue) { - if (attr === 'style') { - - value = $.trim(value).replace(/;$/, ''); - - var rules = value.split(';'); - var count = 0; - for (var i = 0; i < rules.length; i++) { - var arr = rules[i].split(':'); - var ruleName = $.trim(arr[0]); - var ruleValue = $.trim(arr[1]); - - if (ruleName.search(/color/) !== -1) { - var val = $(node).css(ruleName); - if (val && (val === ruleValue || this.utils.rgb2hex(val) === ruleValue)) { - count++; - } - } else if ($(node).css(ruleName) === ruleValue) { - count++; - } - } - - if (count === rules.length) { - return 1; - } - } else if (nodeAttrValue === value) { - return 1; - } - } - - return 0; - }, - isConvertable: function isConvertable(node, nodeTag, tag, attr) { - if (nodeTag === tag) { - if (attr) { - var count = 0; - for (var key in attr) { - count += this.inline.isConvertableAttr(node, key, attr[key]); - } - - if (count === Object.keys(attr).length) { - return true; - } - } else { - return true; - } - } - - return false; - }, - setNodesStriked: function setNodesStriked(nodes, tag, attr) { - for (var i = 0; i < nodes.length; i++) { - var nodeTag = nodes[i].tagName ? nodes[i].tagName.toLowerCase() : undefined; - - var parent = nodes[i].parentNode; - var parentTag = parent && parent.tagName ? parent.tagName.toLowerCase() : undefined; - - var convertable = this.inline.isConvertable(parent, parentTag, tag, attr); - if (convertable) { - var $el = $(parent).replaceWith(function () { - return $('').append($(this).contents()); - }); - - $el.attr('data-redactor-inline-converted'); - } - - var convertable = this.inline.isConvertable(nodes[i], nodeTag, tag, attr); - if (convertable) { - var $el = $(nodes[i]).replaceWith(function () { - return $('').append($(this).contents()); - }); - } - } - }, - format: function format(tag, attr, value, type) { - if (typeof attr !== 'undefined' && (typeof attr === 'undefined' ? 'undefined' : _typeof(attr)) !== 'object') { - var obj = {}; - obj[attr] = value; - attr = obj; - } - - tag = tag.toLowerCase(); - - // Stop formatting pre/code - if (this.utils.isCurrentOrParent(['PRE', 'CODE'])) { - return; - } - - var tags = ['b', 'bold', 'i', 'italic', 'underline', 'strikethrough', 'deleted', 'superscript', 'subscript']; - var replaced = ['strong', 'strong', 'em', 'em', 'u', 'del', 'del', 'sup', 'sub']; - - for (var i = 0; i < tags.length; i++) { - if (tag === tags[i]) { - tag = replaced[i]; - } - } - - this.placeholder.hide(); - this.buffer.set(); - - if (this.utils.isCollapsed()) { - this.inline.formatCollapsed(tag, attr, value, type); - } else { - this.inline.formatUncollapsed(tag, attr, value, type); - } - }, - formatUncollapsed: function formatUncollapsed(tag, attr, value, type) { - this.selection.save(); - - var nodes = this.inline.getClearedNodes(); - this.inline.setNodesStriked(nodes, tag, attr); - - this.selection.restore(); - - document.execCommand('strikethrough'); - - this.selection.saveInstant(); - - var self = this; - this.core.editor().find('strike').each(function () { - var $el = self.utils.replaceToTag(this, tag); - for (var key in attr) { - self.inline.setAttr($el, key, attr[key], type); - } - - // remove inside - var $inside = $el.find(tag); - if ($inside.length !== 0) { - for (var key in attr) { - self.inline.removeSpecificAttr($inside, key, attr[key]); - } - } - - // same parent - var $parent = $el.parent(); - if ($parent.html() == $el[0].outerHTML) { - for (var key in attr) { - self.inline.removeSpecificAttr($parent, key, attr[key]); - } - } - - // bugfix: remove empty inline tags after selection - if (self.detect.isFirefox()) { - self.core.editor().find(tag + ':empty').remove(); - } - - // cache style - $el.attr('data-redactor-style-cache', $el.attr('style')); - }); - - this.selection.restoreInstant(); - }, - formatCollapsed: function formatCollapsed(tag, attr, value, type) { - var inline = this.selection.inline(); - if (inline) { - var currentTag = inline.tagName.toLowerCase(); - if (currentTag === tag) { - // empty = remove - if (this.utils.isEmpty(inline.innerHTML)) { - this.caret.after(inline); - $(inline).remove(); - } - // not empty = break - else { - var $first = this.inline.insertBreakpoint(inline, currentTag); - this.caret.after($first); - } - } else if ($(inline).closest(tag).length === 0) { - this.inline.insertInline(tag, attr, value, type); - } else { - this.caret.start(inline); - } - } else { - this.inline.insertInline(tag, attr, value, type); - } - }, - insertBreakpoint: function insertBreakpoint(inline, currentTag) { - var breakpoint = document.createElement('span'); - breakpoint.id = 'redactor-inline-breakpoint'; - breakpoint = this.insert.node(breakpoint); - - var end = this.utils.isEndOfElement(inline); - var code = this.utils.getOuterHtml(inline); - var endTag = end ? '' : '<' + currentTag + '>'; - - code = code.replace(/​<\/span>/i, '' + endTag); - var $code = $(code); - $(inline).replaceWith($code); - - if (endTag !== '') { - this.utils.cloneAttributes(inline, $code.last()); - } - - return $code.first(); - }, - insertInline: function insertInline(tag, attr, value, type) { - var node = document.createElement(tag); - node = this.inline.setAttr(node, attr, value, type); - - this.insert.node(node); - this.caret.start(node); - }, - setAttr: function setAttr(inline, attr, value, type) { - if (typeof attr === 'undefined') { - return inline; - } - - var func = typeof type === 'undefined' ? 'toggle' : type; - - if (attr === 'class') { - inline = this.inline[func + 'Class'](value, inline); - } else { - if (func === 'remove') { - inline = this.inline[func + 'Attr'](attr, inline); - } else if (func === 'removeAll') { - inline = this.inline[func + 'Attr'](inline); - } else { - inline = this.inline[func + 'Attr'](attr, value, inline); - - if (attr === 'style' && inline[0].tagName === 'SPAN') { - $(inline).attr('data-redactor-span', true); - } - } - } - - return inline; - }, - getInlines: function getInlines(inline) { - return typeof inline === 'undefined' ? this.selection.inlines() : inline; - }, - update: function update(tag, attr, value, type) { - var inlines = this.selection.inlines(); - var result = []; - var self = this; - - $.each(inlines, function (i, s) { - if ($.isArray(tag)) { - if ($.inArray(s.tagName.toLowerCase(), tag) === -1) { - return; - } - } else { - if (tag !== '*' && s.tagName.toLowerCase() !== tag) { - return; - } - } - - result.push(self.inline.setAttr(s, attr, value, type)); - }); - - return result; - }, - replaceClass: function replaceClass(value, inline) { - return $(this.inline.getInlines(inline)).removeAttr('class').addClass(value)[0]; - }, - toggleClass: function toggleClass(value, inline) { - return $(this.inline.getInlines(inline)).toggleClass(value)[0]; - }, - addClass: function addClass(value, inline) { - return $(this.inline.getInlines(inline)).addClass(value)[0]; - }, - removeClass: function removeClass(value, inline) { - return $(this.inline.getInlines(inline)).removeClass(value)[0]; - }, - removeAllClass: function removeAllClass(inline) { - return $(this.inline.getInlines(inline)).removeAttr('class')[0]; - }, - replaceAttr: function replaceAttr(inline, attr, value) { - inline = this.inline.removeAttr(attr, this.inline.getInlines(inline)); - - return $(inline).attr(attr, value)[0]; - }, - toggleAttr: function toggleAttr(attr, value, inline) { - inline = this.inline.getInlines(inline); - - var self = this; - var returned = []; - $.each(inline, function (i, s) { - var $el = $(s); - if ($el.attr(attr)) { - returned.push(self.inline.removeAttr(attr, s)); - } else { - returned.push(self.inline.addAttr(attr, value, s)); - } - }); - - return returned; - }, - addAttr: function addAttr(attr, value, inline) { - return $(this.inline.getInlines(inline)).attr(attr, value)[0]; - }, - removeSpecificAttr: function removeSpecificAttr(inline, key, value) { - if (key === 'style') { - var arr = value.split(':'); - var name = arr[0].trim(); - $(inline).css(name, ''); - this.utils.removeEmptyAttr(inline, 'style'); - } else { - $(inline).removeAttr(key)[0]; - } - }, - removeAttr: function removeAttr(attr, inline) { - return $(this.inline.getInlines(inline)).removeAttr(attr)[0]; - }, - removeAllAttr: function removeAllAttr(inline) { - inline = this.inline.getInlines(inline); - - var returned = []; - $.each(inline, function (i, s) { - if (typeof s.attributes === 'undefined') { - returned.push(s); - } - - var $el = $(s); - var len = s.attributes.length; - for (var z = 0; z < len; z++) { - $el.removeAttr(s.attributes[z].name); - } - - returned.push($el[0]); - }); - - return returned; - }, - removeFormat: function removeFormat() { - this.selection.save(); - - var nodes = this.inline.getClearedNodes(); - - for (var i = 0; i < nodes.length; i++) { - if (nodes[i].nodeType === 1) { - $(nodes[i]).replaceWith(function () { - return $(this).contents(); - }); - } - } - - this.selection.restore(); - }, - removeStyleRule: function removeStyleRule(name) { - this.buffer.set(); - var parent = this.selection.parent(); - var nodes = this.selection.inlines(); - - this.selection.save(); - - if (parent && parent.tagName === 'SPAN') { - var $s = $(parent); - - $s.css(name, ''); - $s.removeAttr('data-redactor-span'); - this.utils.removeEmptyAttr($s, 'style'); - if ($s[0].attributes.length === 0) { - $s.replaceWith($s.contents()); - } - } - - $.each(nodes, $.proxy(function (i, s) { - var $s = $(s); - if ($.inArray(s.tagName.toLowerCase(), this.opts.inlineTags) != -1 && !$s.hasClass('redactor-selection-marker')) { - $s.css(name, ''); - this.utils.removeEmptyAttr($s, 'style'); - if ($s[0].attributes.length === 0) { - $s.replaceWith($s.contents()); - } - } - }, this)); - - this.selection.restore(); - } - - }; - }, - - // =insert - insert: function insert() { - return { - set: function set(html) { - this.placeholder.hide(); - - this.code.set(html); - this.focus.end(); - - this.placeholder.enable(); - }, - html: function html(_html, data) { - this.placeholder.hide(); - this.core.editor().focus(); - - var block = this.selection.block(); - var inline = this.selection.inline(); - - // clean - if (typeof data === 'undefined') { - data = this.clean.getCurrentType(_html, true); - _html = this.clean.onPaste(_html, data, true); - } - - _html = $.parseHTML(_html); - - // delete selected content - var sel = this.selection.get(); - var range = this.selection.range(sel); - range.deleteContents(); - - this.selection.update(sel, range); - - // insert list in list - if (data.lists) { - var $list = $(_html); - if ($list.length !== 0 && ($list[0].tagName === 'UL' || $list[0].tagName === 'OL')) { - - this.insert.appendLists(block, $list); - return; - } - } - - if (data.blocks && block) { - if (this.utils.isSelectAll()) { - this.core.editor().html(_html); - this.focus.end(); - } else { - var breaked = this.utils.breakBlockTag(); - if (breaked === false) { - this.insert.placeHtml(_html); - } else { - var $last = $(_html).children().last(); - $last.append(this.marker.get()); - - if (breaked.type === 'start') { - breaked.$block.before(_html); - } else { - breaked.$block.after(_html); - } - - this.selection.restore(); - this.core.editor().find('p').each(function () { - if ($.trim(this.innerHTML) === '') { - $(this).remove(); - } - }); - } - } - } else { - if (inline) { - // remove same tag inside - var $div = $("
    ").html(_html); - $div.find(inline.tagName.toLowerCase()).each(function () { - $(this).contents().unwrap(); - }); - - _html = $div.html(); - } - - if (this.utils.isSelectAll()) { - var $node = $(this.opts.emptyHtml); - this.core.editor().html('').append($node); - $node.html(_html); - this.caret.end($node); - } else { - this.insert.placeHtml(_html); - } - } - - this.utils.disableSelectAll(); - this.linkify.format(); - - if (data.pre) { - this.clean.cleanPre(); - } - }, - text: function text(_text) { - _text = _text.toString(); - _text = $.trim(_text); - - var tmp = document.createElement('div'); - tmp.innerHTML = _text; - _text = tmp.textContent || tmp.innerText; - - if (typeof _text === 'undefined') { - return; - } - - this.placeholder.hide(); - this.core.editor().focus(); - - // blocks - var blocks = this.selection.blocks(); - - // nl to spaces - _text = _text.replace(/\n/g, ' '); - - // select all - if (this.utils.isSelectAll()) { - var $node = $(this.opts.emptyHtml); - this.core.editor().html('').append($node); - $node.html(_text); - this.caret.end($node); - } else { - // insert - var sel = this.selection.get(); - var node = document.createTextNode(_text); - - if (sel.getRangeAt && sel.rangeCount) { - var range = sel.getRangeAt(0); - range.deleteContents(); - range.insertNode(node); - range.setStartAfter(node); - range.collapse(true); - - this.selection.update(sel, range); - } - - // wrap node if selected two or more block tags - if (blocks.length > 1) { - $(node).wrap('

    '); - this.caret.after(node); - } - } - - this.utils.disableSelectAll(); - this.linkify.format(); - this.clean.normalizeCurrentHeading(); - }, - raw: function raw(html) { - this.placeholder.hide(); - this.core.editor().focus(); - - var sel = this.selection.get(); - - var range = this.selection.range(sel); - range.deleteContents(); - - var el = document.createElement("div"); - el.innerHTML = html; - - var frag = document.createDocumentFragment(), - node, - lastNode; - while (node = el.firstChild) { - lastNode = frag.appendChild(node); - } - - range.insertNode(frag); - - if (lastNode) { - range = range.cloneRange(); - range.setStartAfter(lastNode); - range.collapse(true); - sel.removeAllRanges(); - sel.addRange(range); - } - }, - node: function node(_node, deleteContent) { - this.placeholder.hide(); - - if (typeof this.start !== 'undefined') { - this.core.editor().focus(); - } - - _node = _node[0] || _node; - - var block = this.selection.block(); - var gap = this.utils.isBlockTag(_node.tagName); - var result = true; - - if (this.utils.isSelectAll()) { - if (gap) { - this.core.editor().html(_node); - } else { - this.core.editor().html($('

    ').html(_node)); - } - - this.code.sync(); - } else if (gap && block) { - var breaked = this.utils.breakBlockTag(); - if (breaked === false) { - this.insert.placeNode(_node, deleteContent); - } else { - if (breaked.type === 'start') { - breaked.$block.before(_node); - } else { - breaked.$block.after(_node); - } - - this.core.editor().find('p:empty').remove(); - } - } else { - result = this.insert.placeNode(_node, deleteContent); - } - - this.utils.disableSelectAll(); - - if (result) { - this.caret.end(_node); - } - - return _node; - }, - appendLists: function appendLists(block, $list) { - var $block = $(block); - var last; - var isEmpty = this.utils.isEmpty(block.innerHTML); - - if (isEmpty || this.utils.isEndOfElement(block)) { - last = $block; - $list.find('li').each(function () { - last.after(this); - last = $(this); - }); - - if (isEmpty) { - $block.remove(); - } - } else if (this.utils.isStartOfElement(block)) { - $list.find('li').each(function () { - $block.before(this); - last = $(this); - }); - } else { - var endOfNode = this.selection.extractEndOfNode(block); - - $block.after($('

  • ').append(endOfNode)); - $block.append($list); - last = $list; - } - - this.marker.remove(); - - if (last) { - this.caret.end(last); - } - - this.linkify.format(); - }, - placeHtml: function placeHtml(html) { - var marker = document.createElement('span'); - marker.id = 'redactor-insert-marker'; - marker = this.insert.node(marker); - - $(marker).before(html); - this.selection.restore(); - this.caret.after(marker); - $(marker).remove(); - }, - placeNode: function placeNode(node, deleteContent) { - var sel = this.selection.get(); - var range = this.selection.range(sel); - if (range == null) { - return false; - } - - if (deleteContent !== false) { - range.deleteContents(); - } - - range.insertNode(node); - range.collapse(false); - - this.selection.update(sel, range); - }, - nodeToPoint: function nodeToPoint(e, node) { - this.placeholder.hide(); - - node = node[0] || node; - - if (this.utils.isEmpty()) { - node = this.utils.isBlock(node) ? node : $('

    ').append(node); - - this.core.editor().html(node); - - return node; - } - - var range; - var x = e.clientX, - y = e.clientY; - if (document.caretPositionFromPoint) { - var pos = document.caretPositionFromPoint(x, y); - var sel = document.getSelection(); - range = sel.getRangeAt(0); - range.setStart(pos.offsetNode, pos.offset); - range.collapse(true); - range.insertNode(node); - } else if (document.caretRangeFromPoint) { - range = document.caretRangeFromPoint(x, y); - range.insertNode(node); - } else if (typeof document.body.createTextRange !== "undefined") { - range = document.body.createTextRange(); - range.moveToPoint(x, y); - var endRange = range.duplicate(); - endRange.moveToPoint(x, y); - range.setEndPoint("EndToEnd", endRange); - range.select(); - } - - return node; - }, - - // #backward - nodeToCaretPositionFromPoint: function nodeToCaretPositionFromPoint(e, node) { - this.insert.nodeToPoint(e, node); - }, - marker: function marker() { - this.marker.insert(); - } - }; - }, - - // =keydown - keydown: function keydown() { - return { - init: function init(e) { - if (this.rtePaste) { - return; - } - - var key = e.which; - var arrow = key >= 37 && key <= 40; - - this.keydown.ctrl = e.ctrlKey || e.metaKey; - this.keydown.parent = this.selection.parent(); - this.keydown.current = this.selection.current(); - this.keydown.block = this.selection.block(); - - // detect tags - this.keydown.pre = this.utils.isTag(this.keydown.current, 'pre'); - this.keydown.blockquote = this.utils.isTag(this.keydown.current, 'blockquote'); - this.keydown.figcaption = this.utils.isTag(this.keydown.current, 'figcaption'); - this.keydown.figure = this.utils.isTag(this.keydown.current, 'figure'); - - // callback - var keydownStop = this.core.callback('keydown', e); - if (keydownStop === false) { - e.preventDefault(); - return false; - } - - // shortcuts setup - this.shortcuts.init(e, key); - - // buffer - this.keydown.checkEvents(arrow, key); - this.keydown.setupBuffer(e, key); - - if (this.utils.isSelectAll() && (key === this.keyCode.ENTER || key === this.keyCode.BACKSPACE || key === this.keyCode.DELETE)) { - e.preventDefault(); - - this.code.set(this.opts.emptyHtml); - - return; - } - - this.keydown.addArrowsEvent(arrow); - this.keydown.setupSelectAll(e, key); - - // turn off enter key - if (!this.opts.enterKey && key === this.keyCode.ENTER) { - e.preventDefault(); - - // remove selected - var sel = this.selection.get(); - var range = this.selection.range(sel); - - if (!range.collapsed) { - range.deleteContents(); - } - - return; - } - - // down - if (this.opts.enterKey && key === this.keyCode.DOWN) { - this.keydown.onArrowDown(); - } - - // up - if (this.opts.enterKey && key === this.keyCode.UP) { - this.keydown.onArrowUp(); - } - - // replace to p before / after the table or into body - if ((this.opts.type === 'textarea' || this.opts.type === 'div') && this.keydown.current && this.keydown.current.nodeType === 3 && $(this.keydown.parent).hasClass('redactor-in')) { - this.keydown.wrapToParagraph(); - } - - // on Shift+Space or Ctrl+Space - if (!this.keyup.lastShiftKey && key === this.keyCode.SPACE && (e.ctrlKey || e.shiftKey)) { - e.preventDefault(); - - return this.keydown.onShiftSpace(); - } - - // on Shift+Enter or Ctrl+Enter - if (key === this.keyCode.ENTER && (e.ctrlKey || e.shiftKey)) { - e.preventDefault(); - - return this.keydown.onShiftEnter(e); - } - - // on enter - if (key === this.keyCode.ENTER && !e.shiftKey && !e.ctrlKey && !e.metaKey) { - return this.keydown.onEnter(e); - } - - // tab or cmd + [ - if (key === this.keyCode.TAB || e.metaKey && key === 221 || e.metaKey && key === 219) { - return this.keydown.onTab(e, key); - } - - // firefox bugfix - if (this.detect.isFirefox() && key === this.keyCode.BACKSPACE && this.keydown.block && this.keydown.block.tagName === 'P' && this.utils.isStartOfElement(this.keydown.block)) { - var $prev = $(this.keydown.block).prev(); - if ($prev.length !== 0) { - e.preventDefault(); - - $prev.append(this.marker.get()); - $prev.append($(this.keydown.block).html()); - $(this.keydown.block).remove(); - - this.selection.restore(); - - return; - } - } - - // backspace & delete - if (key === this.keyCode.BACKSPACE || key === this.keyCode.DELETE) { - if (this.observe.image && typeof this.observe.image !== 'undefined' && $('#redactor-image-box').length !== 0) { - e.preventDefault(); - - var $prev = this.observe.image.closest('figure, p').prev(); - this.image.remove(false); - this.observe.image = false; - - if ($prev && $prev.length !== 0) { - this.caret.end($prev); - } else { - this.core.editor().focus(); - } - - return; - } - - this.keydown.onBackspaceAndDeleteBefore(); - } - - if (key === this.keyCode.DELETE) { - var $next = $(this.keydown.block).next(); - - // delete figure - if (this.utils.isEndOfElement(this.keydown.block) && $next.length !== 0 && $next[0].tagName === 'FIGURE') { - $next.remove(); - return false; - } - - // append list (safari bug) - var tagLi = this.keydown.block && this.keydown.block.tagName === 'LI' ? this.keydown.block : false; - if (tagLi) { - var $list = $(this.keydown.block).parents('ul, ol').last(); - var $nextList = $list.next(); - - if (this.utils.isRedactorParent($list) && this.utils.isEndOfElement($list) && $nextList.length !== 0 && ($nextList[0].tagName === 'UL' || $nextList[0].tagName === 'OL')) { - e.preventDefault(); - - $list.append($nextList.contents()); - $nextList.remove(); - - return false; - } - } - - // append pre - if (this.utils.isEndOfElement(this.keydown.block) && $next.length !== 0 && $next[0].tagName === 'PRE') { - $(this.keydown.block).append($next.text()); - $next.remove(); - return false; - } - } - - // image delete - if (key === this.keyCode.DELETE && $('#redactor-image-box').length !== 0) { - this.image.remove(); - } - - // backspace - if (key === this.keyCode.BACKSPACE) { - if (this.detect.isFirefox()) { - this.line.removeOnBackspace(e); - } - - // combine list after and before if paragraph is empty - if (this.list.combineAfterAndBefore(this.keydown.block)) { - e.preventDefault(); - return; - } - - // backspace as outdent - var block = this.selection.block(); - if (block && block.tagName === 'LI' && this.utils.isCollapsed() && this.utils.isStartOfElement()) { - this.indent.decrease(); - e.preventDefault(); - return; - } - - this.keydown.removeInvisibleSpace(); - this.keydown.removeEmptyListInTable(e); - } - - if (key === this.keyCode.BACKSPACE || key === this.keyCode.DELETE) { - this.keydown.onBackspaceAndDeleteAfter(e); - } - }, - onShiftSpace: function onShiftSpace() { - this.buffer.set(); - this.insert.raw(' '); - - return false; - }, - onShiftEnter: function onShiftEnter(e) { - this.buffer.set(); - - return this.keydown.pre ? this.keydown.insertNewLine(e) : this.insert.raw('
    '); - }, - onBackspaceAndDeleteBefore: function onBackspaceAndDeleteBefore() { - this.utils.saveScroll(); - }, - onBackspaceAndDeleteAfter: function onBackspaceAndDeleteAfter(e) { - // remove style tag - setTimeout($.proxy(function () { - this.code.syncFire = false; - this.keydown.removeEmptyLists(); - - this.core.editor().find('*[style]').not('img, figure, #redactor-image-box, #redactor-image-editter, [data-redactor-span]').removeAttr('style'); - - this.keydown.formatEmpty(e); - this.code.syncFire = true; - }, this), 1); - }, - onEnter: function onEnter(e) { - var stop = this.core.callback('enter', e); - if (stop === false) { - e.preventDefault(); - return false; - } - - // blockquote exit - if (this.keydown.blockquote && this.keydown.exitFromBlockquote(e) === true) { - return false; - } - - // pre - if (this.keydown.pre) { - return this.keydown.insertNewLine(e); - } - // blockquote & figcaption - else if (this.keydown.blockquote || this.keydown.figcaption) { - return this.keydown.insertBreakLine(e); - } - // figure - else if (this.keydown.figure) { - setTimeout($.proxy(function () { - this.keydown.replaceToParagraph('FIGURE'); - }, this), 1); - } - // paragraphs - else if (this.keydown.block) { - setTimeout($.proxy(function () { - this.keydown.replaceToParagraph('DIV'); - }, this), 1); - - // empty list exit - if (this.keydown.block.tagName === 'LI') { - var current = this.selection.current(); - var $parent = $(current).closest('li', this.$editor[0]); - var $list = $parent.parents('ul,ol', this.$editor[0]).last(); - - if ($parent.length !== 0 && this.utils.isEmpty($parent.html()) && $list.next().length === 0 && this.utils.isEmpty($list.find("li").last().html())) { - $list.find("li").last().remove(); - - var node = $(this.opts.emptyHtml); - $list.after(node); - this.caret.start(node); - - return false; - } - } - } - // outside - else if (!this.keydown.block) { - return this.keydown.insertParagraph(e); - } - - // firefox enter into inline element - if (this.detect.isFirefox() && this.utils.isInline(this.keydown.parent)) { - this.keydown.insertBreakLine(e); - return; - } - - // remove inline tags in new-empty paragraph - setTimeout($.proxy(function () { - var inline = this.selection.inline(); - if (inline && this.utils.isEmpty(inline.innerHTML)) { - var parent = this.selection.block(); - $(inline).remove(); - //this.caret.start(parent); - - var range = document.createRange(); - range.setStart(parent, 0); - - var textNode = document.createTextNode('\u200B'); - - range.insertNode(textNode); - range.setStartAfter(textNode); - range.collapse(true); - - var sel = window.getSelection(); - sel.removeAllRanges(); - sel.addRange(range); - } - }, this), 1); - }, - checkEvents: function checkEvents(arrow, key) { - if (!arrow && (this.core.getEvent() === 'click' || this.core.getEvent() === 'arrow')) { - this.core.addEvent(false); - - if (this.keydown.checkKeyEvents(key)) { - this.buffer.set(); - } - } - }, - checkKeyEvents: function checkKeyEvents(key) { - var k = this.keyCode; - var keys = [k.BACKSPACE, k.DELETE, k.ENTER, k.ESC, k.TAB, k.CTRL, k.META, k.ALT, k.SHIFT]; - - return $.inArray(key, keys) === -1 ? true : false; - }, - addArrowsEvent: function addArrowsEvent(arrow) { - if (!arrow) { - return; - } - - if (this.core.getEvent() === 'click' || this.core.getEvent() === 'arrow') { - this.core.addEvent(false); - return; - } - - this.core.addEvent('arrow'); - }, - setupBuffer: function setupBuffer(e, key) { - if (this.keydown.ctrl && key === 90 && !e.shiftKey && !e.altKey && this.opts.buffer.length) // z key - { - e.preventDefault(); - this.buffer.undo(); - return; - } - // redo - else if (this.keydown.ctrl && key === 90 && e.shiftKey && !e.altKey && this.opts.rebuffer.length !== 0) { - e.preventDefault(); - this.buffer.redo(); - return; - } else if (!this.keydown.ctrl) { - if (key === this.keyCode.SPACE || key === this.keyCode.BACKSPACE || key === this.keyCode.DELETE || key === this.keyCode.ENTER && !e.ctrlKey && !e.shiftKey) { - this.buffer.set(); - } - } - }, - exitFromBlockquote: function exitFromBlockquote(e) { - if (!this.utils.isEndOfElement(this.keydown.blockquote)) { - return; - } - - var tmp = this.clean.removeSpacesHard($(this.keydown.blockquote).html()); - if (tmp.search(/(){1}$/i) !== -1) { - e.preventDefault(); - - var $last = $(this.keydown.blockquote).children().last(); - - $last.filter('br').remove(); - $(this.keydown.blockquote).children().last().filter('span').remove(); - - var node = $(this.opts.emptyHtml); - $(this.keydown.blockquote).after(node); - this.caret.start(node); - - return true; - } - - return; - }, - onArrowDown: function onArrowDown() { - var tags = [this.keydown.blockquote, this.keydown.pre, this.keydown.figcaption]; - - for (var i = 0; i < tags.length; i++) { - if (tags[i]) { - this.keydown.insertAfterLastElement(tags[i]); - return false; - } - } - }, - onArrowUp: function onArrowUp() { - var tags = [this.keydown.blockquote, this.keydown.pre, this.keydown.figcaption]; - - for (var i = 0; i < tags.length; i++) { - if (tags[i]) { - this.keydown.insertBeforeFirstElement(tags[i]); - return false; - } - } - }, - insertAfterLastElement: function insertAfterLastElement(element) { - if (!this.utils.isEndOfElement(element)) { - return; - } - - var last = this.core.editor().contents().last(); - var $next = element.tagName === 'FIGCAPTION' ? $(this.keydown.block).parent().next() : $(this.keydown.block).next(); - - if ($next.length !== 0) { - return; - } else if (last.length === 0 && last[0] !== element) { - this.caret.start(last); - return; - } else { - var node = $(this.opts.emptyHtml); - - if (element.tagName === 'FIGCAPTION') { - $(element).parent().after(node); - } else { - $(element).after(node); - } - - this.caret.start(node); - } - }, - insertBeforeFirstElement: function insertBeforeFirstElement(element) { - if (!this.utils.isStartOfElement()) { - return; - } - - if (this.core.editor().contents().length > 1 && this.core.editor().contents().first()[0] !== element) { - return; - } - - var node = $(this.opts.emptyHtml); - $(element).before(node); - this.caret.start(node); - }, - onTab: function onTab(e, key) { - if (!this.opts.tabKey) { - return true; - } - - var isList = this.keydown.block && this.keydown.block.tagName === 'LI'; - if (this.utils.isEmpty(this.code.get()) || !isList && !this.keydown.pre && this.opts.tabAsSpaces === false) { - return true; - } - - e.preventDefault(); - this.buffer.set(); - - var isListStart = isList && this.utils.isStartOfElement(this.keydown.block); - var node; - - if (this.keydown.pre && !e.shiftKey) { - node = this.opts.preSpaces ? document.createTextNode(Array(this.opts.preSpaces + 1).join('\xA0')) : document.createTextNode('\t'); - this.insert.node(node); - } else if (this.opts.tabAsSpaces !== false && !isListStart) { - node = document.createTextNode(Array(this.opts.tabAsSpaces + 1).join('\xA0')); - this.insert.node(node); - } else { - if (e.metaKey && key === 219) { - this.indent.decrease(); - } else if (e.metaKey && key === 221) { - this.indent.increase(); - } else if (!e.shiftKey) { - this.indent.increase(); - } else { - this.indent.decrease(); - } - } - - return false; - }, - setupSelectAll: function setupSelectAll(e, key) { - if (this.keydown.ctrl && key === 65) { - this.utils.enableSelectAll(); - } else if (key !== this.keyCode.LEFT_WIN && !this.keydown.ctrl) { - this.utils.disableSelectAll(); - } - }, - insertNewLine: function insertNewLine(e) { - e.preventDefault(); - - var node = document.createTextNode('\n'); - - var sel = this.selection.get(); - var range = this.selection.range(sel); - - range.deleteContents(); - range.insertNode(node); - - this.caret.after(node); - - return false; - }, - insertParagraph: function insertParagraph(e) { - e.preventDefault(); - - var p = document.createElement('p'); - p.innerHTML = this.opts.invisibleSpace; - - var sel = this.selection.get(); - var range = this.selection.range(sel); - - range.deleteContents(); - range.insertNode(p); - - this.caret.start(p); - - return false; - }, - insertBreakLine: function insertBreakLine(e) { - return this.keydown.insertBreakLineProcessing(e); - }, - insertDblBreakLine: function insertDblBreakLine(e) { - return this.keydown.insertBreakLineProcessing(e, true); - }, - insertBreakLineProcessing: function insertBreakLineProcessing(e, dbl) { - e.stopPropagation(); - - var br1 = document.createElement('br'); - this.insert.node(br1); - - if (dbl === true) { - var br2 = document.createElement('br'); - this.insert.node(br2); - this.caret.after(br2); - } else { - this.caret.after(br1); - } - - return false; - }, - wrapToParagraph: function wrapToParagraph() { - var $current = $(this.keydown.current); - var node = $('

    ').append($current.clone()); - $current.replaceWith(node); - - var next = $(node).next(); - if (typeof next[0] !== 'undefined' && next[0].tagName === 'BR') { - next.remove(); - } - - this.caret.end(node); - }, - replaceToParagraph: function replaceToParagraph(tag) { - var blockElem = this.selection.block(); - var $prev = $(blockElem).prev(); - - var blockHtml = blockElem.innerHTML.replace(//gi, ''); - if (blockElem.tagName === tag && this.utils.isEmpty(blockHtml) && !$(blockElem).hasClass('redactor-in')) { - var p = document.createElement('p'); - $(blockElem).replaceWith(p); - - this.keydown.setCaretToParagraph(p); - - return false; - } else if (blockElem.tagName === 'P') { - $(blockElem).removeAttr('class').removeAttr('style'); - - // fix #227 - if (this.detect.isIe() && this.utils.isEmpty(blockHtml) && this.utils.isInline(this.keydown.parent)) { - $(blockElem).on('input', $.proxy(function () { - var parent = this.selection.parent(); - if (this.utils.isInline(parent)) { - var html = $(parent).html(); - $(blockElem).html(html); - this.caret.end(blockElem); - } - - $(blockElem).off('keyup'); - }, this)); - } - - return false; - } else if ($prev.hasClass(this.opts.videoContainerClass)) { - $prev.removeAttr('class'); - - var p = document.createElement('p'); - $prev.replaceWith(p); - - this.keydown.setCaretToParagraph(p); - - return false; - } - }, - setCaretToParagraph: function setCaretToParagraph(p) { - var range = document.createRange(); - range.setStart(p, 0); - - var textNode = document.createTextNode('\u200B'); - - range.insertNode(textNode); - range.setStartAfter(textNode); - range.collapse(true); - - var sel = window.getSelection(); - sel.removeAllRanges(); - sel.addRange(range); - }, - removeInvisibleSpace: function removeInvisibleSpace() { - var $current = $(this.keydown.current); - if ($current.text().search(/^\u200B$/g) === 0) { - $current.remove(); - } - }, - removeEmptyListInTable: function removeEmptyListInTable(e) { - var $current = $(this.keydown.current); - var $parent = $(this.keydown.parent); - var td = $current.closest('td', this.$editor[0]); - - if (td.length !== 0 && $current.closest('li', this.$editor[0]) && $parent.children('li').length === 1) { - if (!this.utils.isEmpty($current.text())) { - return; - } - - e.preventDefault(); - - $current.remove(); - $parent.remove(); - - this.caret.start(td); - } - }, - removeEmptyLists: function removeEmptyLists() { - var removeIt = function removeIt() { - var html = $.trim(this.innerHTML).replace(/\/t\/n/g, ''); - if (html === '') { - $(this).remove(); - } - }; - - this.core.editor().find('li').each(removeIt); - this.core.editor().find('ul, ol').each(removeIt); - }, - formatEmpty: function formatEmpty(e) { - var html = $.trim(this.core.editor().html()); - - if (!this.utils.isEmpty(html)) { - return; - } - - e.preventDefault(); - - if (this.opts.type === 'inline' || this.opts.type === 'pre') { - this.core.editor().html(this.marker.html()); - this.selection.restore(); - } else { - this.core.editor().html(this.opts.emptyHtml); - this.focus.start(); - } - - return false; - } - }; - }, - - // =keyup - keyup: function keyup() { - return { - init: function init(e) { - if (this.rtePaste) { - return; - } - - var key = e.which; - this.keyup.block = this.selection.block(); - this.keyup.current = this.selection.current(); - this.keyup.parent = this.selection.parent(); - this.keyup.lastShiftKey = e.shiftKey; - - // callback - var stop = this.core.callback('keyup', e); - if (stop === false) { - e.preventDefault(); - return false; - } - - // replace a prev figure to paragraph if caret is before image - if (key === this.keyCode.ENTER) { - if (this.keyup.block && this.keyup.block.tagName === 'FIGURE') { - var $prev = $(this.keyup.block).prev(); - if ($prev.length !== 0 && $prev[0].tagName === 'FIGURE') { - var $newTag = this.utils.replaceToTag($prev, 'p'); - this.caret.start($newTag); - return; - } - } - } - - // replace figure to paragraph - if (key === this.keyCode.BACKSPACE || key === this.keyCode.DELETE) { - if (this.utils.isSelectAll()) { - this.focus.start(); - - return; - } - - // if caret before figure - delete image - if (this.keyup.block && this.keydown.block && this.keyup.block.tagName === 'FIGURE' && this.utils.isStartOfElement(this.keydown.block)) { - e.preventDefault(); - - this.selection.save(); - $(this.keyup.block).find('figcaption').remove(); - $(this.keyup.block).find('img').first().remove(); - this.utils.replaceToTag(this.keyup.block, 'p'); - - var $marker = this.marker.find(); - $('html, body').animate({ scrollTop: $marker.position().top + 20 }, 500); - - this.selection.restore(); - return; - } - - // if paragraph does contain only image replace to figure - if (this.keyup.block && this.keyup.block.tagName === 'P') { - var isContainImage = $(this.keyup.block).find('img').length; - var text = $(this.keyup.block).text().replace(/\u200B/g, ''); - if (text === '' && isContainImage !== 0) { - this.utils.replaceToTag(this.keyup.block, 'figure'); - } - } - - // if figure does not contain image - replace to paragraph - if (this.keyup.block && this.keyup.block.tagName === 'FIGURE' && $(this.keyup.block).find('img').length === 0) { - this.selection.save(); - this.utils.replaceToTag(this.keyup.block, 'p'); - this.selection.restore(); - } - } - - // linkify - if (this.linkify.isKey(key)) { - this.linkify.format(); - } - } - - }; - }, - - // =lang - lang: function lang() { - return { - load: function load() { - this.opts.curLang = this.opts.langs[this.opts.lang]; - }, - get: function get(name) { - return typeof this.opts.curLang[name] !== 'undefined' ? this.opts.curLang[name] : ''; - } - }; - }, - - // =line - line: function line() { - return { - insert: function insert() { - this.buffer.set(); - - // insert - this.insert.html(this.line.getLineHtml()); - - // find - var $hr = this.core.editor().find('#redactor-hr-tmp-id'); - $hr.removeAttr('id'); - - this.core.callback('insertedLine', $hr); - - return $hr; - }, - getLineHtml: function getLineHtml() { - var html = '


    '; - if (!this.detect.isFirefox() && this.utils.isEmpty()) { - html += '

    ' + this.opts.emptyHtml + '

    '; - } - - return html; - }, - // ff only - removeOnBackspace: function removeOnBackspace(e) { - if (!this.utils.isCollapsed()) { - return; - } - - var $block = $(this.selection.block()); - if ($block.length === 0 || !this.utils.isStartOfElement($block)) { - return; - } - - // if hr is previous element - var $prev = $block.prev(); - if ($prev && $prev.length !== 0 && $prev[0].tagName === 'HR') { - e.preventDefault(); - $prev.remove(); - } - } - }; - }, - - // =link - link: function link() { - return { - - // public - get: function get() { - return $(this.selection.inlines('a')); - }, - is: function is() { - var nodes = this.selection.nodes(); - var $link = $(this.selection.current()).closest('a', this.core.editor()[0]); - - return $link.length === 0 || nodes.length > 1 ? false : $link; - }, - unlink: function unlink(e) { - // if call from clickable element - if (typeof e !== 'undefined' && e.preventDefault) { - e.preventDefault(); - } - - // buffer - this.buffer.set(); - - var links = this.selection.inlines('a'); - if (links.length === 0) { - return; - } - - var $links = this.link.replaceLinksToText(links); - - this.observe.closeAllTooltip(); - this.core.callback('deletedLink', $links); - }, - insert: function insert(link, cleaned) { - var $el = this.link.is(); - - if (cleaned !== true) { - link = this.link.buildLinkFromObject($el, link); - if (link === false) { - return false; - } - } - - // buffer - this.buffer.set(); - - // callback - link = this.core.callback('beforeInsertingLink', link); - - if ($el === false) { - // insert - $el = $(''); - $el = this.link.update($el, link); - $el = $(this.insert.node($el)); - - var $parent = $el.parent(); - if (this.utils.isRedactorParent($parent) === false) { - $el.wrap('

    '); - } - - // remove unlink wrapper - if ($parent.hasClass('redactor-unlink')) { - $parent.replaceWith(function () { - return $(this).contents(); - }); - } - - this.caret.after($el); - this.core.callback('insertedLink', $el); - } else { - // update - $el = this.link.update($el, link); - this.caret.after($el); - } - }, - update: function update($el, link) { - $el.text(link.text); - $el.attr('href', link.url); - - this.link.target($el, link.target); - - return $el; - }, - target: function target($el, _target) { - return _target ? $el.attr('target', '_blank') : $el.removeAttr('target'); - }, - show: function show(e) { - // if call from clickable element - if (typeof e !== 'undefined' && e.preventDefault) { - e.preventDefault(); - } - - // close tooltip - this.observe.closeAllTooltip(); - - // is link - var $el = this.link.is(); - - // build modal - this.link.buildModal($el); - - // build link - var link = this.link.buildLinkFromElement($el); - - // if link cut & paste inside editor browser added self host to a link - link.url = this.link.removeSelfHostFromUrl(link.url); - - // new tab target - if (this.opts.linkNewTab && !$el) { - link.target = true; - } - - // set modal values - this.link.setModalValues(link); - - // show modal - this.modal.show(); - - // focus - if (this.detect.isDesktop()) { - $('#redactor-link-url').focus(); - } - }, - - // private - setModalValues: function setModalValues(link) { - $('#redactor-link-blank').prop('checked', link.target); - $('#redactor-link-url').val(link.url); - $('#redactor-link-url-text').val(link.text); - }, - buildModal: function buildModal($el) { - this.modal.load('link', this.lang.get($el === false ? 'link-insert' : 'link-edit'), 600); - - // button insert - var $btn = this.modal.getActionButton(); - $btn.text(this.lang.get($el === false ? 'insert' : 'save')).on('click', $.proxy(this.link.callback, this)); - }, - callback: function callback() { - // build link - var link = this.link.buildLinkFromModal(); - if (link === false) { - return false; - } - - // close - this.modal.close(); - - // insert or update - this.link.insert(link, true); - }, - cleanUrl: function cleanUrl(url) { - return typeof url === 'undefined' ? '' : $.trim(url.replace(/[^\W\w\D\d+&\'@#/%?=~_|!:,.;\(\)]/gi, '')); - }, - cleanText: function cleanText(text) { - return typeof text === 'undefined' ? '' : $.trim(text.replace(/(<([^>]+)>)/gi, '')); - }, - getText: function getText(link) { - return link.text === '' && link.url !== '' ? this.link.truncateUrl(link.url.replace(/<|>/g, '')) : link.text; - }, - isUrl: function isUrl(url) { - var pattern = '((xn--)?[\\W\\w\\D\\d]+(-[\\W\\w\\D\\d]+)*\\.)+[\\W\\w]{2,}'; - - var re1 = new RegExp('^(http|ftp|https)://' + pattern, 'i'); - var re2 = new RegExp('^' + pattern, 'i'); - var re3 = new RegExp('\.(html|php)$', 'i'); - var re4 = new RegExp('^/', 'i'); - var re5 = new RegExp('^tel:(.*?)', 'i'); - - // add protocol - if (url.search(re1) === -1 && url.search(re2) !== -1 && url.search(re3) === -1 && url.substring(0, 1) !== '/') { - url = 'http://' + url; - } - - if (url.search(re1) !== -1 || url.search(re3) !== -1 || url.search(re4) !== -1 || url.search(re5) !== -1) { - return url; - } - - return false; - }, - isMailto: function isMailto(url) { - return url.search('@') !== -1 && /(http|ftp|https):\/\//i.test(url) === false; - }, - isEmpty: function isEmpty(link) { - return link.url === '' || link.text === '' && link.url === ''; - }, - truncateUrl: function truncateUrl(url) { - return url.length > this.opts.linkSize ? url.substring(0, this.opts.linkSize) + '...' : url; - }, - parse: function parse(link) { - // mailto - if (this.link.isMailto(link.url)) { - link.url = 'mailto:' + link.url.replace('mailto:', ''); - } - // url - else if (link.url.search('#') !== 0) { - link.url = this.link.isUrl(link.url); - } - - // empty url or text or isn't url - return this.link.isEmpty(link) || link.url === false ? false : link; - }, - buildLinkFromModal: function buildLinkFromModal() { - var link = {}; - - // url - link.url = this.link.cleanUrl($('#redactor-link-url').val()); - - // text - link.text = this.link.cleanText($('#redactor-link-url-text').val()); - link.text = this.link.getText(link); - - // target - link.target = $('#redactor-link-blank').prop('checked') ? true : false; - - // parse - return this.link.parse(link); - }, - buildLinkFromObject: function buildLinkFromObject($el, link) { - // url - link.url = this.link.cleanUrl(link.url); - - // text - link.text = typeof link.text === 'undefined' && this.selection.is() ? this.selection.text() : this.link.cleanText(link.text); - link.text = this.link.getText(link); - - // target - link.target = $el === false ? link.target : this.link.buildTarget($el); - - // parse - return this.link.parse(link); - }, - buildLinkFromElement: function buildLinkFromElement($el) { - var link = { - url: '', - text: this.selection.is() ? this.selection.text() : '', - target: false - }; - - if ($el !== false) { - link.url = $el.attr('href'); - link.text = $el.text(); - link.target = this.link.buildTarget($el); - } - - return link; - }, - buildTarget: function buildTarget($el) { - return typeof $el.attr('target') !== 'undefined' && $el.attr('target') === '_blank' ? true : false; - }, - removeSelfHostFromUrl: function removeSelfHostFromUrl(url) { - var href = self.location.href.replace('#', '').replace(/\/$/i, ''); - return url.replace(/^\/\#/, '#').replace(href, '').replace('mailto:', ''); - }, - replaceLinksToText: function replaceLinksToText(links) { - var $first; - var $links = $.each(links, function (i, s) { - var $el = $(s); - var $unlinked = $('').append($el.contents()); - $el.replaceWith($unlinked); - - if (i === 0) { - $first = $unlinked; - } - - return $el; - }); - - // set caret after unlinked node - if (links.length === 1 && this.selection.isCollapsed()) { - this.caret.after($first); - } - - return $links; - } - }; - }, - - // =linkify - linkify: function linkify() { - return { - isKey: function isKey(key) { - return key === this.keyCode.ENTER || key === this.keyCode.SPACE; - }, - isLink: function isLink(node) { - return node.nodeValue.match(this.opts.regexps.linkyoutube) || node.nodeValue.match(this.opts.regexps.linkvimeo) || node.nodeValue.match(this.opts.regexps.linkimage) || node.nodeValue.match(this.opts.regexps.url); - }, - isFiltered: function isFiltered(i, node) { - return node.nodeType === 3 && $.trim(node.nodeValue) !== "" && !$(node).parent().is("pre") && this.linkify.isLink(node); - }, - handler: function handler(i, node) { - var $el = $(node); - var text = $el.text(); - var html = text; - - if (html.match(this.opts.regexps.linkyoutube) || html.match(this.opts.regexps.linkvimeo)) { - html = this.linkify.convertVideoLinks(html); - } else if (html.match(this.opts.regexps.linkimage)) { - html = this.linkify.convertImages(html); - } else { - html = this.linkify.convertLinks(html); - } - - $el.before(text.replace(text, html)).remove(); - }, - format: function format() { - if (!this.opts.linkify || this.utils.isCurrentOrParent('pre')) { - return; - } - - this.core.editor().find(":not(iframe,img,a,pre,code,.redactor-unlink)").addBack().contents().filter($.proxy(this.linkify.isFiltered, this)).each($.proxy(this.linkify.handler, this)); - - // collect - var $objects = this.core.editor().find('.redactor-linkify-object').each($.proxy(function (i, s) { - var $el = $(s); - $el.removeClass('redactor-linkify-object'); - if ($el.attr('class') === '') { - $el.removeAttr('class'); - } - - if (s.tagName === 'DIV') // video container - { - this.linkify.breakBlockTag($el, 'video'); - } else if (s.tagName === 'IMG') // image - { - this.linkify.breakBlockTag($el, 'image'); - } else if (s.tagName === 'A') { - this.core.callback('insertedLink', $el); - } - - return $el; - }, this)); - - // callback - setTimeout($.proxy(function () { - this.code.sync(); - this.core.callback('linkify', $objects); - }, this), 100); - }, - breakBlockTag: function breakBlockTag($el, type) { - var breaked = this.utils.breakBlockTag(); - if (breaked === false) { - return; - } - - var $newBlock = $el; - if (type === 'image') { - $newBlock = $('

    ').append($el); - } - - if (breaked.type === 'start') { - breaked.$block.before($newBlock); - } else { - breaked.$block.after($newBlock); - } - - if (type === 'image') { - this.caret.after($newBlock); - } - }, - convertVideoLinks: function convertVideoLinks(html) { - var iframeStart = '
    '; - - if (html.match(this.opts.regexps.linkyoutube)) { - html = html.replace(this.opts.regexps.linkyoutube, iframeStart + '//www.youtube.com/embed/$1' + iframeEnd); - } - - if (html.match(this.opts.regexps.linkvimeo)) { - html = html.replace(this.opts.regexps.linkvimeo, iframeStart + '//player.vimeo.com/video/$2' + iframeEnd); - } - - return html; - }, - convertImages: function convertImages(html) { - var matches = html.match(this.opts.regexps.linkimage); - if (!matches) { - return html; - } - - return html.replace(html, ''); - }, - convertLinks: function convertLinks(html) { - var matches = html.match(this.opts.regexps.url); - if (!matches) { - return html; - } - - matches = $.grep(matches, function (v, k) { - return $.inArray(v, matches) === k; - }); - - var length = matches.length; - - for (var i = 0; i < length; i++) { - var href = matches[i], - text = href; - var linkProtocol = href.match(/(https?|ftp):\/\//i) !== null ? '' : 'http://'; - - if (text.length > this.opts.linkSize) { - text = text.substring(0, this.opts.linkSize) + '...'; - } - - if (text.search('%') === -1) { - text = decodeURIComponent(text); - } - - var regexB = "\\b"; - - if ($.inArray(href.slice(-1), ["/", "&", "="]) !== -1) { - regexB = ""; - } - - // escaping url - var regexp = new RegExp('(' + href.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&") + regexB + ')', 'g'); - - html = html.replace(regexp, '
    ' + $.trim(text) + ''); - } - - return html; - } - }; - }, - - // =list - list: function list() { - return { - toggle: function toggle(cmd) { - if (this.utils.inBlocks(['table', 'td', 'th', 'tr'])) { - return; - } - - var tag = cmd === 'orderedlist' || cmd === 'ol' ? 'OL' : 'UL'; - cmd = tag === 'OL' ? 'orderedlist' : 'unorderedlist'; - - var $list = $(this.selection.current()).parentsUntil('.redactor-in', 'ul, ol').first(); - - this.placeholder.hide(); - this.buffer.set(); - - if ($list.length !== 0 && $list[0].tagName === tag && this.utils.isRedactorParent($list)) { - this.selection.save(); - - // remove list - $list.find('ul, ol').each(function () { - var parent = $(this).closest('li'); - $(this).find('li').each(function () { - $(parent).after(this); - }); - }); - - $list.find('ul, ol').remove(); - $list.find('li').each(function () { - return $(this).replaceWith(function () { - return $('

    ').append($(this).contents()); - }); - }); - - $list.replaceWith(function () { - return $(this).contents(); - }); - - this.selection.restore(); - return; - } - - this.selection.save(); - - if ($list.length !== 0 && $list[0].tagName !== tag) { - $list.each($.proxy(function (i, s) { - this.utils.replaceToTag(s, tag); - }, this)); - } else { - document.execCommand('insert' + cmd); - } - - this.selection.restore(); - - var $insertedList = this.list.get(); - if (!$insertedList) { - if (!this.selection.block()) { - document.execCommand('formatblock', false, 'p'); - } - - return; - } - - // clear span - $insertedList.find('span').replaceWith(function () { - return $(this).contents(); - }); - - // remove style - $insertedList.find(this.opts.inlineTags.join(',')).each(function () { - $(this).removeAttr('style'); - }); - - // remove block-element list wrapper - var $listParent = $insertedList.parent(); - if (this.utils.isRedactorParent($listParent) && $listParent[0].tagName !== 'LI' && this.utils.isBlock($listParent)) { - this.selection.save(); - - $listParent.replaceWith($listParent.contents()); - - this.selection.restore(); - } - }, - get: function get() { - var current = this.selection.current(); - var $list = $(current).closest('ul, ol', this.core.editor()[0]); - - return $list.length === 0 ? false : $list; - }, - combineAfterAndBefore: function combineAfterAndBefore(block) { - var $prev = $(block).prev(); - var $next = $(block).next(); - var isEmptyBlock = block && block.tagName === 'P' && (block.innerHTML === '
    ' || block.innerHTML === ''); - var isBlockWrapped = $prev.closest('ol, ul', this.core.editor()[0]).length === 1 && $next.closest('ol, ul', this.core.editor()[0]).length === 1; - - if (isEmptyBlock && isBlockWrapped) { - $prev.children('li').last().append(this.marker.get()); - $prev.append($next.contents()); - this.selection.restore(); - - return true; - } - - return false; - } - }; - }, - - // =marker - marker: function marker() { - return { - - // public - get: function get(num) { - num = typeof num === 'undefined' ? 1 : num; - - var marker = document.createElement('span'); - - marker.id = 'selection-marker-' + num; - marker.className = 'redactor-selection-marker'; - marker.innerHTML = this.opts.invisibleSpace; - - return marker; - }, - html: function html(num) { - return this.utils.getOuterHtml(this.marker.get(num)); - }, - find: function find(num) { - num = typeof num === 'undefined' ? 1 : num; - - return this.core.editor().find('span#selection-marker-' + num); - }, - insert: function insert() { - var sel = this.selection.get(); - var range = this.selection.range(sel); - - this.marker.insertNode(range, this.marker.get(1), true); - if (range && range.collapsed === false) { - this.marker.insertNode(range, this.marker.get(2), false); - } - }, - remove: function remove() { - this.core.editor().find('.redactor-selection-marker').each(this.marker.iterateRemove); - }, - - // private - insertNode: function insertNode(range, node, collapse) { - var parent = this.selection.parent(); - if (range === null || $(parent).closest('.redactor-in').length === 0) { - return; - } - - range = range.cloneRange(); - - try { - range.collapse(collapse); - range.insertNode(node); - } catch (e) { - this.focus.start(); - } - }, - iterateRemove: function iterateRemove(i, el) { - var $el = $(el); - var text = $el.text().replace(/\u200B/g, ''); - - return text === '' ? $el.remove() : $el.replaceWith(function () { - return $(this).contents(); - }); - } - }; - }, - - // =modal - modal: function modal() { - return { - callbacks: {}, - templates: function templates() { - this.opts.modal = { - 'image-edit': String() + '

    ' + '
    ' + '
    ' + '
    ' + '
    ' + '' + '' + '
    ' + '
    ' + '' + '' + '
    ' + '
    ' + '' + '' + '
    ' + '
    ' + '' + '' + '
    ' + '
    ' + '' + '
    ' + '
    ' + '' + '' + '' + '
    ' + '
    ' + '
    ', - - 'image': String() + '
    ' + '
    ' + '
    ' + '
    ' + '
    ', - - 'file': String() + '
    ' + '
    ' + '' + '

    ' + '
    ' + '
    ' + '
    ' + '
    ' + '
    ', - - 'link': String() + '
    ' + '
    ' + '' + '' + '
    ' + '
    ' + '' + '' + '
    ' + '
    ' + '' + '
    ' + '
    ' + '' + '' + '
    ' + '
    ' - }; - - $.extend(this.opts, this.opts.modal); - }, - addCallback: function addCallback(name, callback) { - this.modal.callbacks[name] = callback; - }, - addTemplate: function addTemplate(name, template) { - this.opts.modal[name] = template; - }, - getTemplate: function getTemplate(name) { - return this.opts.modal[name]; - }, - getModal: function getModal() { - return this.$modalBody; - }, - getActionButton: function getActionButton() { - return this.$modalBody.find('#redactor-modal-button-action'); - }, - getCancelButton: function getCancelButton() { - return this.$modalBody.find('#redactor-modal-button-cancel'); - }, - getDeleteButton: function getDeleteButton() { - return this.$modalBody.find('#redactor-modal-button-delete'); - }, - load: function load(templateName, title, width) { - if (typeof this.$modalBox !== 'undefined' && this.$modalBox.hasClass('open')) { - return; - } - - this.modal.templateName = templateName; - this.modal.width = width; - - this.modal.build(); - this.modal.enableEvents(); - this.modal.setTitle(title); - this.modal.setDraggable(); - this.modal.setContent(); - - // callbacks - if (typeof this.modal.callbacks[templateName] !== 'undefined') { - this.modal.callbacks[templateName].call(this); - } - }, - show: function show() { - - if (!this.detect.isDesktop()) { - document.activeElement.blur(); - } - - this.selection.save(); - this.modal.buildTabber(); - - if (this.detect.isMobile()) { - this.modal.width = '96%'; - } - - // resize - setTimeout($.proxy(this.modal.buildWidth, this), 0); - $(window).on('resize.redactor-modal', $.proxy(this.modal.buildWidth, this)); - - this.$modalOverlay.redactorAnimation('fadeIn', { - duration: 0.25 - }); - - this.$modalBox.addClass('open').show(); - this.$modal.redactorAnimation('fadeIn', { - timing: 'cubic-bezier(0.175, 0.885, 0.320, 1.105)' - }, $.proxy(function () { - - this.utils.saveScroll(); - this.utils.disableBodyScroll(); - - // modal shown callback - this.core.callback('modalOpened', this.modal.templateName, this.$modal); - - // fix bootstrap modal focus - $(document).off('focusin.modal'); - - // enter - var $elements = this.$modal.find('input[type=text],input[type=url],input[type=email]'); - $elements.on('keydown.redactor-modal', $.proxy(this.modal.setEnter, this)); - }, this)); - }, - buildWidth: function buildWidth() { - var windowHeight = $(window).height(); - var windowWidth = $(window).width(); - - var number = typeof this.modal.width === 'number'; - - if (!number && this.modal.width.match(/%$/)) { - this.$modal.css({ 'width': this.modal.width, 'margin-bottom': '16px' }); - } else if (parseInt(this.modal.width) > windowWidth) { - this.$modal.css({ 'width': '96%', 'margin-bottom': '2%' }); - } else { - if (number) { - this.modal.width += 'px'; - } - - this.$modal.css({ 'width': this.modal.width, 'margin-bottom': '16px' }); - } - - // margin top - var height = this.$modal.outerHeight(); - var top = windowHeight / 2 - height / 2 + 'px'; - - if (this.detect.isMobile()) { - top = '2%'; - } else if (height > windowHeight) { - top = '16px'; - } - - this.$modal.css('margin-top', top); - }, - buildTabber: function buildTabber() { - this.modal.tabs = this.$modal.find('.redactor-modal-tab'); - - if (this.modal.tabs.length < 2) { - return; - } - - this.modal.$tabsBox = $('
    '); - $.each(this.modal.tabs, $.proxy(function (i, s) { - var a = $('').text($(s).attr('data-title')); - - a.on('click', $.proxy(this.modal.showTab, this)); - - if (i === 0) { - a.addClass('active'); - } - - this.modal.$tabsBox.append(a); - }, this)); - - this.$modalBody.prepend(this.modal.$tabsBox); - }, - showTab: function showTab(e) { - e.preventDefault(); - - var $el = $(e.target); - var index = $el.attr('rel'); - - this.modal.tabs.hide(); - this.modal.tabs.eq(index).show(); - - $('#redactor-modal-tabber').find('a').removeClass('active'); - $el.addClass('active'); - - return false; - }, - setTitle: function setTitle(title) { - this.$modalHeader.html(title); - }, - setContent: function setContent() { - this.$modalBody.html(this.modal.getTemplate(this.modal.templateName)); - - this.modal.getCancelButton().on('mousedown', $.proxy(this.modal.close, this)); - }, - setDraggable: function setDraggable() { - if (typeof $.fn.draggable === 'undefined') { - return; - } - - this.$modal.draggable({ handle: this.$modalHeader }); - this.$modalHeader.css('cursor', 'move'); - }, - setEnter: function setEnter(e) { - if (e.which !== 13) { - return; - } - - e.preventDefault(); - this.modal.getActionButton().click(); - }, - build: function build() { - this.modal.buildOverlay(); - - this.$modalBox = $('
    ').hide(); - this.$modal = $('
  • \n\n"); - html = html.replace(/

    \s
    <\/p>/gi, '

    '); - - html = this.paragraphize.getSafes(html); - - html = html.replace('
    ', "\n"); - html = this.paragraphize.convert(html); - - html = this.paragraphize.clear(html); - html = this.paragraphize.restoreSafes(html); - - // after - html = html.replace(new RegExp('\n?<(' + this.opts.paragraphizeBlocks.join('|') + ')(.*?[^>])>', 'gi'), '


    \n<$1$2>'); - - return $.trim(html); - }, - getSafes: function getSafes(html) { - var $div = $('
    ').append(html); - - // remove paragraphs in blockquotes - $div.find('blockquote p').replaceWith(function () { - return $(this).append('
    ').contents(); - }); - - $div.find(this.opts.paragraphizeBlocks.join(', ')).each($.proxy(function (i, s) { - this.paragraphize.z++; - this.paragraphize.safes[this.paragraphize.z] = s.outerHTML; - - return $(s).replaceWith("\n#####replace" + this.paragraphize.z + "#####\n\n"); - }, this)); - - // deal with redactor selection markers - $div.find('span.redactor-selection-marker').each($.proxy(function (i, s) { - this.paragraphize.z++; - this.paragraphize.safes[this.paragraphize.z] = s.outerHTML; - - return $(s).replaceWith("\n#####replace" + this.paragraphize.z + "#####\n\n"); - }, this)); - - return $div.html(); - }, - restoreSafes: function restoreSafes(html) { - $.each(this.paragraphize.safes, function (i, s) { - s = typeof s !== 'undefined' ? s.replace(/\$/g, '$') : s; - html = html.replace('#####replace' + i + '#####', s); - }); - - return html; - }, - convert: function convert(html) { - html = html.replace(/\r\n/g, "xparagraphmarkerz"); - html = html.replace(/\n/g, "xparagraphmarkerz"); - html = html.replace(/\r/g, "xparagraphmarkerz"); - - var re1 = /\s+/g; - html = html.replace(re1, " "); - html = $.trim(html); - - var re2 = /xparagraphmarkerzxparagraphmarkerz/gi; - html = html.replace(re2, "

    "); - - var re3 = /xparagraphmarkerz/gi; - html = html.replace(re3, "
    "); - - html = '

    ' + html + '

    '; - - html = html.replace("

    ", ""); - html = html.replace("\r\n\r\n", ""); - html = html.replace(/<\/p>

    /g, "

    \r\n\r\n

    "); - html = html.replace(new RegExp("

    ", "g"), "

    "); - html = html.replace(new RegExp("

    ", "g"), "

    "); - html = html.replace(new RegExp("

    ", "g"), "

    "); - html = html.replace(new RegExp("

    ", "g"), "

    "); - html = html.replace(/

     <\/p>/gi, ""); - html = html.replace(/

    \s?
     <\/p>/gi, ''); - html = html.replace(/

    \s?
    /gi, '

    '); - - return html; - }, - clear: function clear(html) { - - html = html.replace(/

    (.*?)#####replace(.*?)#####\s?<\/p>/gi, '

    $1

    #####replace$2#####'); - html = html.replace(/(){2,}<\/p>/gi, '

    '); - - html = html.replace(new RegExp('

    ', 'gi'), ''); - html = html.replace(new RegExp('

    ', 'gi'), ''); - html = html.replace(new RegExp('

    ', 'gi'), '
    '); - html = html.replace(new RegExp('

    ', 'gi'), '
    '); - - html = html.replace(new RegExp('

    ', 'gi'), '

    '); - html = html.replace(new RegExp('

    ', 'gi'), '

    '); - html = html.replace(new RegExp('

    \\s?

    ', 'gi'), ''); - html = html.replace(new RegExp("\n

    ", 'gi'), '

    '); - html = html.replace(new RegExp('

    \t?\t?\n?

    ', 'gi'), '

    '); - html = html.replace(new RegExp('

    \t*

    ', 'gi'), ''); - - return html; - } - }; - }, - - // =paste - paste: function paste() { - return { - init: function init(e) { - this.rtePaste = true; - var pre = this.opts.type === 'pre' || this.utils.isCurrentOrParent('pre') ? true : false; - - // clipboard event - if (this.detect.isDesktop()) { - if (!this.paste.pre && this.opts.clipboardImageUpload && this.opts.imageUpload && this.paste.detectClipboardUpload(e)) { - if (this.detect.isIe()) { - setTimeout($.proxy(this.paste.clipboardUpload, this), 100); - } - - return; - } - } - - this.utils.saveScroll(); - this.selection.save(); - this.paste.createPasteBox(pre); - - $(window).on('scroll.redactor-freeze', $.proxy(function () { - $(window).scrollTop(this.saveBodyScroll); - }, this)); - - setTimeout($.proxy(function () { - var html = this.paste.getPasteBoxCode(pre); - - // buffer - this.buffer.set(); - this.selection.restore(); - - this.utils.restoreScroll(); - - // paste info - var data = this.clean.getCurrentType(html); - - // clean - html = this.clean.onPaste(html, data); - - // callback - var returned = this.core.callback('paste', html); - html = typeof returned === 'undefined' ? html : returned; - - this.paste.insert(html, data); - this.rtePaste = false; - - // clean pre breaklines - if (pre) { - this.clean.cleanPre(); - } - - $(window).off('scroll.redactor-freeze'); - }, this), 1); - }, - getPasteBoxCode: function getPasteBoxCode(pre) { - var html = pre ? this.$pasteBox.val() : this.$pasteBox.html(); - this.$pasteBox.remove(); - - return html; - }, - createPasteBox: function createPasteBox(pre) { - var css = { position: 'fixed', width: '1px', top: 0, left: '-9999px' }; - - this.$pasteBox = pre ? $('