Shortcodes Ultimate - Version 5.6.2

Version Description

Fixes

  • Fixed YouTube autoplay in Chrome within the [su_lightbox] shortcode
  • Fixed issue when hidden content (like YouTube embed) within spoiler remains clickable
  • Other minor issues
Download this release

Release Info

Developer gn_themes
Plugin Icon 128x128 Shortcodes Ultimate
Version 5.6.2
Comparing to
See all releases

Code changes from version 5.6.1 to 5.6.2

admin/css/addons.css CHANGED
@@ -1 +1 @@
1
- .su-admin-addons-list{display:-webkit-box;display:flex;flex-wrap:wrap;margin-top:22px}.su-admin-addons-item{position:relative;-webkit-box-flex:0;flex:0 0 300px;box-sizing:border-box;margin:0 22px 22px 0;padding:33px 22px;max-width:100%;border-radius:5px;background:white;background:-webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, white), to(#f7f7f7));background:-webkit-linear-gradient(top, white 0%, white 30%, #f7f7f7 100%);background:linear-gradient(to bottom, white 0%, white 30%, #f7f7f7 100%);box-shadow:0 1px 2px rgba(0,0,0,0.1);-webkit-transition:box-shadow 0.2s ease, -webkit-transform 0.2s ease;transition:box-shadow 0.2s ease, -webkit-transform 0.2s ease;transition:transform 0.2s ease, box-shadow 0.2s ease;transition:transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease}.su-admin-addons-item:hover{background:white;box-shadow:0 0 12px rgba(0,0,0,0.15);-webkit-transform:scale(1.03);transform:scale(1.03)}.su-admin-addons-item:hover .su-admin-addons-item-image{-webkit-transform:scale(1.05);transform:scale(1.05)}.su-admin-addons-item-content{text-align:center}.su-admin-addons-item-image{margin:0 0 22px;padding:0;width:80px;height:80px;border:none;-webkit-transition:-webkit-transform 0.2s ease;transition:-webkit-transform 0.2s ease;transition:transform 0.2s ease;transition:transform 0.2s ease, -webkit-transform 0.2s ease;-o-object-fit:cover;object-fit:cover}.su-admin-addons-item-title{margin:0 0 11px;color:#0073aa;font-size:1.05rem;line-height:1}.su-admin-addons-item-description{margin:0 0 22px;color:#777;font-size:0.9rem;line-height:1.2}.su-admin-addons-item-overlay{position:absolute;top:0;right:0;bottom:0;left:0;left:0;width:100%;height:100%;text-indent:-999%}
1
+ .su-admin-addons-list{display:-webkit-box;display:flex;flex-wrap:wrap;margin-top:22px}.su-admin-addons-item{position:relative;-webkit-box-flex:0;flex:0 0 300px;box-sizing:border-box;margin:0 22px 22px 0;padding:33px 22px;max-width:100%;border-radius:5px;background:#fff;background:-webkit-gradient(linear,left top,left bottom,from(white),color-stop(30%,#fff),to(#f7f7f7));background:-webkit-linear-gradient(top,#fff 0,#fff 30%,#f7f7f7 100%);background:linear-gradient(to bottom,#fff 0,#fff 30%,#f7f7f7 100%);box-shadow:0 1px 2px rgba(0,0,0,.1);-webkit-transition:box-shadow .2s ease,-webkit-transform .2s ease;transition:box-shadow .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease}.su-admin-addons-item:hover{background:#fff;box-shadow:0 0 12px rgba(0,0,0,.15);-webkit-transform:scale(1.03);transform:scale(1.03)}.su-admin-addons-item:hover .su-admin-addons-item-image{-webkit-transform:scale(1.05);transform:scale(1.05)}.su-admin-addons-item-content{text-align:center}.su-admin-addons-item-image{margin:0 0 22px;padding:0;width:80px;height:80px;border:none;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease;-o-object-fit:cover;object-fit:cover}.su-admin-addons-item-title{margin:0 0 11px;color:#0073aa;font-size:1.05rem;line-height:1}.su-admin-addons-item-description{margin:0 0 22px;color:#777;font-size:.9rem;line-height:1.2}.su-admin-addons-item-overlay{position:absolute;top:0;right:0;bottom:0;left:0;left:0;width:100%;height:100%;text-indent:-999%}
admin/css/available-shortcodes.css CHANGED
@@ -1 +1 @@
1
- .su-admin-shortcodes .wp-filter{padding-left:20px}.su-admin-shortcodes-list-not-found{margin:0;padding:100px 0;color:#666;text-align:center;font-style:normal;font-size:18px}.su-admin-shortcodes-list-item{float:left;margin:0 22px 22px 0;width:150px;text-decoration:none}.su-admin-shortcodes-list-item-image{display:block;padding:15px;width:120px;height:120px;background:#fff;-webkit-transition:box-shadow 0.2s ease;transition:box-shadow 0.2s ease}.su-admin-shortcodes-list-item:hover .su-admin-shortcodes-list-item-image{box-shadow:0 0 0 4px rgba(0,150,221,0.2),0 0 0 1px #0096dd}.su-admin-shortcodes-list-item-title{display:block;overflow:hidden;margin:8px 0;height:18px;text-align:center;text-transform:capitalize;line-height:18px}.su-admin-shortcodes-single{padding-top:20px}.su-admin-shortcodes-single-section{margin-bottom:30px;max-width:840px}.su-admin-shortcodes-single-back span{margin-right:0.3em;vertical-align:middle;font-size:1.25em}.su-admin-shortcodes-single-description{overflow:hidden}.su-admin-shortcodes-single-description>span{display:block;float:left;margin:0 1.3em 0 0;padding:10px;width:60px;height:60px;background:#fff}.su-admin-shortcodes-single-description h2{margin:5px 0 10px;height:20px;font-size:1.3em;line-height:20px}.su-admin-shortcodes-single-description p{display:block;overflow:hidden;margin:0;height:40px;font-size:13px;line-height:20px}.su-admin-shortcodes-single-preview-content{padding:2em;background:#fff}.su-admin-shortcodes-single-preview-content :first-child{margin-top:0 !important}.su-admin-shortcodes-single-preview-content :last-child{margin-bottom:0 !important}.su-admin-shortcodes-single-preview .su-column{outline:1px dotted #ccc}.su-admin-shortcodes-single-code pre code{display:block;overflow-x:auto;padding:1em}.su-admin-shortcodes-single-options-table>table{table-layout:fixed}.su-admin-shortcodes-single-options-table>table td{word-break:break-word}.su-admin-shortcodes-single-options-table+.su-admin-shortcodes-single-options-table{margin-top:20px}.su-admin-shortcodes-extra{max-width:500px;margin-bottom:2rem;padding:20px 20px 0;background:white;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1);text-align:center}.su-admin-shortcodes-extra-message{padding:15px;background:#f0f0f0;border-left:4px solid #999;color:black;margin:0 0 2rem;font-size:.9rem;text-align:left}.su-admin-shortcodes-extra-icon{width:80px;height:80px;margin:0 0 1.75rem}.su-admin-shortcodes-extra-title{margin:0 0 .75rem;font-size:1.5rem;font-weight:bold;color:#333}.su-admin-shortcodes-extra-description{margin:0 0 1.75rem;font-size:.95rem;color:#555}.su-admin-shortcodes-extra-action{margin:0 0 2rem}.su-admin-shortcodes-extra-action>a.button{padding:12px 24px;font-weight:bold;font-size:.9rem;height:auto;border-radius:5px;line-height:1}.su-admin-shortcodes-extra-screenshot{max-height:300px;overflow:hidden}.su-admin-shortcodes-extra-screenshot img{display:block;width:100%}
1
+ .su-admin-shortcodes .wp-filter{padding-left:20px}.su-admin-shortcodes-list-not-found{margin:0;padding:100px 0;color:#666;text-align:center;font-style:normal;font-size:18px}.su-admin-shortcodes-list-item{float:left;margin:0 22px 22px 0;width:150px;text-decoration:none}.su-admin-shortcodes-list-item-image{display:block;padding:15px;width:120px;height:120px;background:#fff;-webkit-transition:box-shadow .2s ease;transition:box-shadow .2s ease}.su-admin-shortcodes-list-item:hover .su-admin-shortcodes-list-item-image{box-shadow:0 0 0 4px rgba(0,150,221,.2),0 0 0 1px #0096dd}.su-admin-shortcodes-list-item-title{display:block;overflow:hidden;margin:8px 0;height:18px;text-align:center;text-transform:capitalize;line-height:18px}.su-admin-shortcodes-single{padding-top:20px}.su-admin-shortcodes-single-section{margin-bottom:30px;max-width:840px}.su-admin-shortcodes-single-back span{margin-right:.3em;vertical-align:middle;font-size:1.25em}.su-admin-shortcodes-single-description{overflow:hidden}.su-admin-shortcodes-single-description>span{display:block;float:left;margin:0 1.3em 0 0;padding:10px;width:60px;height:60px;background:#fff}.su-admin-shortcodes-single-description h2{margin:5px 0 10px;height:20px;font-size:1.3em;line-height:20px}.su-admin-shortcodes-single-description p{display:block;overflow:hidden;margin:0;height:40px;font-size:13px;line-height:20px}.su-admin-shortcodes-single-preview-content{padding:2em;background:#fff}.su-admin-shortcodes-single-preview-content :first-child{margin-top:0!important}.su-admin-shortcodes-single-preview-content :last-child{margin-bottom:0!important}.su-admin-shortcodes-single-preview .su-column{outline:1px dotted #ccc}.su-admin-shortcodes-single-code pre code{display:block;overflow-x:auto;padding:1em}.su-admin-shortcodes-single-options-table>table{table-layout:fixed}.su-admin-shortcodes-single-options-table>table td{word-break:break-word}.su-admin-shortcodes-single-options-table+.su-admin-shortcodes-single-options-table{margin-top:20px}.su-admin-shortcodes-extra{max-width:500px;margin-bottom:2rem;padding:20px 20px 0;background:#fff;box-shadow:0 1px 1px 0 rgba(0,0,0,.1);text-align:center}.su-admin-shortcodes-extra-message{padding:15px;background:#f0f0f0;border-left:4px solid #999;color:#000;margin:0 0 2rem;font-size:.9rem;text-align:left}.su-admin-shortcodes-extra-icon{width:80px;height:80px;margin:0 0 1.75rem}.su-admin-shortcodes-extra-title{margin:0 0 .75rem;font-size:1.5rem;font-weight:700;color:#333}.su-admin-shortcodes-extra-description{margin:0 0 1.75rem;font-size:.95rem;color:#555}.su-admin-shortcodes-extra-action{margin:0 0 2rem}.su-admin-shortcodes-extra-action>a.button{padding:12px 24px;font-weight:700;font-size:.9rem;height:auto;border-radius:5px;line-height:1}.su-admin-shortcodes-extra-screenshot{max-height:300px;overflow:hidden}.su-admin-shortcodes-extra-screenshot img{display:block;width:100%}
admin/css/generator.css CHANGED
@@ -1 +1 @@
1
- .su-generator-clearfix:before,.su-generator-clearfix:after{display:table;content:' '}.su-generator-clearfix:after{clear:both}.su-generator-clear{height:0;clear:both;overflow:hidden}.su-generator-hidden{display:none !important}.su-generator-loading{min-height:60px;background:50% 50% url("../images/spinner.gif") no-repeat !important}.su-generator-loading *{visibility:hidden}.su-generator-button img{margin:-1px 2px 0 -5px;vertical-align:middle}.wp-media-buttons .su-generator-button img{margin:-1px -1px 0 -4px;vertical-align:middle}#su-generator-wrap{display:none}#su-generator{position:relative;width:85%;max-width:1000px;margin:60px auto;padding:20px;background:#fff;box-shadow:0 2px 25px #000;-webkit-transition:max-width 0.2s;transition:max-width 0.2s}#su-generator.su-generator-narrow{max-width:500px}#su-generator-tools{margin:0 20px 20px 0}#su-generator-tools span{display:inline-block;width:1px;height:1em;margin:0 0.5em;border-right:1px dotted #555;vertical-align:middle}#su-generator-tools a{text-decoration:none}#su-generator-tools a.su-add-ons{display:inline-block;padding:3px 8px;background:#ff562d;color:white;font-weight:700;border-radius:3px;border:1px solid #f2522b;text-shadow:1px 1px 1px #a6381d}#su-generator-tools a.su-add-ons:hover,#su-generator-tools a.su-add-ons:active,#su-generator-tools a.su-add-ons:focus{background:#ff7857}#su-generator-search{width:100%;margin-bottom:5px;padding:10px 10px 10px 42px;background:5px 50% url("../images/search.png") no-repeat;font-size:1.3em}#su-generator-search-pro-tip{margin:0 0 30px 0;color:#999;font-style:italic;text-align:right;font-size:0.9em}#su-generator-filter{margin:0 -20px;padding:14px 20px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;background:#eee;color:#555;text-align:center;line-height:24px}#su-generator-filter a,#su-generator-filter strong{display:inline-block;margin:0 1em;line-height:1}#su-generator-filter a{border-bottom:1px dotted #ccc;text-decoration:none}#su-generator-choices{margin-top:20px;text-align:left}#su-generator-choices>span{position:relative;display:block;width:20%;height:28px;min-width:130px;padding:0 5px 0 30px;float:left;overflow:hidden;box-sizing:border-box;border-bottom:1px dotted #e5e5e5;color:#222;vertical-align:top;text-align:left;line-height:28px;cursor:pointer}#su-generator-choices span:hover{border-bottom:1px solid #333;background:#333;color:#fff}#su-generator-choices span img{position:absolute;top:7px;left:7px;width:14px;height:14px}#su-generator-choices span i{position:absolute;top:1px;left:1px;display:block;width:26px;height:26px;color:#888;text-align:center;font-size:14px;line-height:26px}#su-generator-choices span:hover i{color:#fff}.su-generator-choice-first{outline:1px solid #09f;box-shadow:0 0 3px rgba(30,140,190,0.8)}#su-generator-breadcrumbs{margin:0 -20px;padding:14px 20px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;background:#eee;color:#555;line-height:24px}#su-generator-breadcrumbs span{margin-right:1em;font-weight:bold}#su-generator-breadcrumbs small{color:#bbb;font-weight:normal;font-size:0.9em}.su-generator-note{position:relative;margin:0 -20px;padding:5px 20px;background:#ffffb8;border-bottom:1px solid #ccc;color:#333;line-height:18px}.su-generator-note-content{min-height:20px;margin-left:35px}.su-generator-note p{margin:10px 0}.su-generator-note a{text-decoration:underline}.su-generator-note i{position:absolute;top:15px;left:20px;display:block;width:1em;height:1em;color:#555;text-align:left;font-size:20px;line-height:1em}#su-generator-settings .su-generator-attr-container{margin:0 -20px;padding:1.5em 20px;border-bottom:1px solid #ccc;box-shadow:0 1px 3px rgba(0,0,0,0.1)}#su-generator-settings h5{text-transform:capitalize;font-weight:700}#su-generator-settings h5,#su-generator-preview h5{margin:0 0 15px 0;font-size:1em}.su-generator-attr-desc{margin-top:15px;color:#aaa;font-style:italic;line-height:1.6}.su-generator-attr-desc b{color:#999}.su-generator-px-units{position:relative;margin-right:15px}.su-generator-px-units:before{position:absolute;right:-18px;bottom:3px;display:block;width:15px;color:#999;content:'px';text-align:left;font-size:0.9em}.su-generator-attr-desc b.su-generator-set-value{border-bottom:1px dotted #999;cursor:pointer}.su-generator-attr-desc b.su-generator-set-value:hover{border-bottom:1px dotted #333;color:#333}#su-generator-settings input[type='text'],#su-generator-settings input[type='number'],#su-generator-settings textarea,#su-generator-settings select{width:100%;height:auto;padding:10px}.su-generator-field-actions{padding-top:10px}.su-generator-field-actions .button,.su-generator-field-actions span{margin-right:5px}.su-generator-field-actions img{margin:0 6px 0 -4px;vertical-align:middle}.su-generator-icon-picker{height:0;margin:0 -20px;padding:0 20px;overflow:hidden;background:#eee;line-height:24px;-webkit-transition:all 0.2s;transition:all 0.2s}.su-generator-icon-picker.su-generator-icon-picker-visible{height:auto;margin:1em -20px 0 -20px;padding:14px 20px;overflow:visible;border-top:1px solid #ccc;border-bottom:1px solid #ccc}.su-generator-icon-picker input{margin-bottom:15px}.su-generator-icon-picker i{display:block;width:24px;height:24px;margin-left:2px;float:left;color:#555;text-align:center;font-size:14px;line-height:24px;cursor:pointer}.su-generator-icon-picker i:hover{color:#000;font-size:24px}.su-generator-shadow-picker-field{position:relative;display:inline-block;width:22%;padding-right:3%}.su-generator-shadow-picker-field small{display:block;color:#ccc}.su-generator-shadow-picker-field input{text-align:right}.su-generator-shadow-picker-field.su-generator-shadow-picker-color{width:25%;padding-right:0}.su-generator-shadow-picker-field.su-generator-shadow-picker-color input{text-align:left}.su-generator-shadow-picker-color{position:relative}.su-generator-shadow-picker-color-wheel{position:absolute;top:100%;right:0;z-index:9999;display:none;border:1px solid #aaa;border-radius:50%;background:#fff;box-shadow:0 2px 5px #ccc}.su-generator-border-picker-field{position:relative;display:inline-block;width:30%;padding-right:3%}.su-generator-border-picker-field small{display:block;color:#ccc}.su-generator-border-picker-field input{text-align:right}.su-generator-border-picker-field.su-generator-border-picker-color{width:34%;padding-right:0}.su-generator-border-picker-field.su-generator-border-picker-color input{text-align:left}.su-generator-border-picker-color{position:relative}.su-generator-border-picker-color-wheel{position:absolute;top:100%;right:0;z-index:9999;display:none;border:1px solid #aaa;border-radius:50%;background:#fff;box-shadow:0 2px 5px #ccc}.su-generator-range-picker .slider{width:420px;margin:10px 0 0 0 !important;padding:0;float:left}.su-generator-range-picker .slider>.dragger{background:#fff !important}.su-generator-range-picker .slider:hover>.dragger{background:#fff !important;box-shadow:0 0 0 5px rgba(33,117,155,0.5)}.su-generator-range-picker .slider>.dragger.dragging{background:#ccc !important;box-shadow:0 0 0 5px rgba(33,117,155,0.5)}.su-generator-range-picker .slider>.track{height:12px !important;border:1px solid #ccc !important;background:#fff !important}.su-generator-range-picker input{width:60px !important;float:right;text-align:center}.su-generator-switch{display:inline-block;width:100%;font-weight:bold;cursor:pointer}.su-generator-switch span{display:none;padding:10px;border-radius:3px}.su-generator-switch-yes span.su-generator-yes{display:block;background:#e0ffe0;color:#0c0}.su-generator-switch-no span.su-generator-no{display:block;background:#f5f5f5;color:#777}.su-generator-select-color{position:relative;display:inline-block;width:100%}.su-generator-select-color-wheel{position:absolute;top:100%;left:0;z-index:9999;display:none;border:1px solid #aaa;border-radius:50%;background:#fff;box-shadow:0 2px 5px #ccc}.su-generator-isp{margin-bottom:15px}.su-generator-isp-source{height:0;margin:0 -20px;padding:0 20px;overflow:hidden;background:#eee;color:#555;opacity:0;-webkit-transition:opacity 0.2s;transition:opacity 0.2s}.su-generator-isp-source.su-generator-isp-source-open{height:auto;margin:20px -20px 0;padding:14px 20px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;opacity:1}.su-generator-isp-images{margin-top:1em;overflow:auto}.su-generator-isp-images span{position:relative;display:block;width:84px;height:84px;margin:5px 5px 5px 0;float:left;border:3px solid #fff;border-radius:50%;background:#fff;box-shadow:0 1px 2px #999}.su-generator-isp-images span:hover,.su-generator-isp-images span.ui-sortable-helper{box-shadow:0 1px 6px #777}.su-generator-isp-images img{display:block;width:100%;height:100%;margin:0;padding:0;border:none;border-radius:50%}.su-generator-isp-images span i{position:absolute;top:-3px;right:-3px;display:none;width:16px;height:16px;border-radius:50%;background:#fff;color:#f03;text-align:center;font-size:12px;line-height:16px;cursor:pointer}.su-generator-isp-images span:hover i{display:block}.su-generator-isp-images span i:hover{background:#f03;color:#fff}.su-generator-isp-categories,.su-generator-isp-taxonomies,.su-generator-isp-terms{margin-top:15px}#su-generator-preview{display:none;margin:0 -20px;padding:1.5em 20px;overflow:hidden;border-bottom:1px solid #ccc}#su-generator-preview .su-column{outline:1px dotted #ccc}.su-generator-actions{margin:0 -20px -20px;padding:1.5em 15px;background:#eee}.su-generator-actions>.button{margin:0 5px}.su-generator-actions .button i{margin:0 5px 0 -3px}.su-generator-presets{position:relative}.su-generator-presets>.button{cursor:default}.su-gp-popup{position:absolute;right:0;bottom:0;display:none;min-width:160px;max-width:500px;border:1px solid #aaa;border-radius:5px;background:#fff}.su-gp-head{margin-bottom:10px;padding:10px;border-bottom:1px dotted #ccc}.su-gp-head .button{display:block;text-align:center}.su-gp-list{margin:5px 0}.su-gp-list b{display:block;padding:5px 10px;color:#aaa;font-weight:normal;font-style:italic}.su-gp-list span{position:relative;display:block;padding:5px 10px;overflow:hidden;color:#21759b;cursor:pointer}.su-gp-list span:nth-child(odd){background:#f8f8f8}.su-gp-list span:hover{background:#eee;color:#d54e21}.su-gp-list span em{margin-right:32px;white-space:nowrap;font-style:normal}.su-gp-list span i{position:absolute;top:50%;right:10px;display:block;width:20px;height:20px;margin-top:-10px;border-radius:50%;color:#999;text-align:center;font-weight:normal;font-size:12px;line-height:20px}.su-gp-list span i:hover{background:#f03;color:#fff}.su-generator-mfp.mfp-bg{z-index:101000 !important}.su-generator-mfp.mfp-wrap{z-index:101001 !important}.su-generator-mfp.mfp-wrap .mfp-preloader{z-index:101002 !important}.su-generator-mfp.mfp-wrap .mfp-content{z-index:101003 !important}.su-generator-mfp.mfp-wrap button.mfp-close,.su-generator-mfp.mfp-wrap button.mfp-arrow{z-index:101004 !important}#su-generator-preview .su-image-carousel-align-full{margin-left:-1.5em;margin-right:-1.5em;max-width:calc(100% + 3em) !important}.su-generator-extra-banner{margin-bottom:-20px;padding-top:20px;text-align:center}.su-generator-extra-banner-message{padding:15px;background:#f0f0f0;border-left:4px solid #999;color:black;margin:0 0 2rem;font-size:.9rem;text-align:left}.su-generator-extra-banner-icon{width:80px;height:80px;margin:0 0 1.75rem}.su-generator-extra-banner-title{margin:0 0 .75rem;font-size:1.5rem;font-weight:bold;color:#333}.su-generator-extra-banner-description{margin:0 0 1.75rem;font-size:.95rem;color:#555}.su-generator-extra-banner-action{margin:0 0 2rem}.su-generator-extra-banner-action>a.button{padding:12px 24px;font-weight:bold;font-size:.9rem;height:auto;border-radius:5px;line-height:1}.su-generator-extra-banner-screenshot img{display:block;width:100%}
1
+ .su-generator-clearfix:after,.su-generator-clearfix:before{display:table;content:' '}.su-generator-clearfix:after{clear:both}.su-generator-clear{height:0;clear:both;overflow:hidden}.su-generator-hidden{display:none!important}.su-generator-loading{min-height:60px;background:50% 50% url(../images/spinner.gif) no-repeat!important}.su-generator-loading *{visibility:hidden}.su-generator-button img{margin:-1px 2px 0 -5px;vertical-align:middle}.wp-media-buttons .su-generator-button img{margin:-1px -1px 0 -4px;vertical-align:middle}#su-generator-wrap{display:none}#su-generator{position:relative;width:85%;max-width:1000px;margin:60px auto;padding:20px;background:#fff;box-shadow:0 2px 25px #000;-webkit-transition:max-width .2s;transition:max-width .2s}#su-generator.su-generator-narrow{max-width:500px}#su-generator-tools{margin:0 20px 20px 0}#su-generator-tools span{display:inline-block;width:1px;height:1em;margin:0 .5em;border-right:1px dotted #555;vertical-align:middle}#su-generator-tools a{text-decoration:none}#su-generator-tools a.su-add-ons{display:inline-block;padding:3px 8px;background:#ff562d;color:#fff;font-weight:700;border-radius:3px;border:1px solid #f2522b;text-shadow:1px 1px 1px #a6381d}#su-generator-tools a.su-add-ons:active,#su-generator-tools a.su-add-ons:focus,#su-generator-tools a.su-add-ons:hover{background:#ff7857}#su-generator-search{width:100%;margin-bottom:5px;padding:10px 10px 10px 42px;background:5px 50% url(../images/search.png) no-repeat;font-size:1.3em}#su-generator-search-pro-tip{margin:0 0 30px 0;color:#999;font-style:italic;text-align:right;font-size:.9em}#su-generator-filter{margin:0 -20px;padding:14px 20px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;background:#eee;color:#555;text-align:center;line-height:24px}#su-generator-filter a,#su-generator-filter strong{display:inline-block;margin:0 1em;line-height:1}#su-generator-filter a{border-bottom:1px dotted #ccc;text-decoration:none}#su-generator-choices{margin-top:20px;text-align:left}#su-generator-choices>span{position:relative;display:block;width:20%;height:28px;min-width:130px;padding:0 5px 0 30px;float:left;overflow:hidden;box-sizing:border-box;border-bottom:1px dotted #e5e5e5;color:#222;vertical-align:top;text-align:left;line-height:28px;cursor:pointer}#su-generator-choices span:hover{border-bottom:1px solid #333;background:#333;color:#fff}#su-generator-choices span img{position:absolute;top:7px;left:7px;width:14px;height:14px}#su-generator-choices span i{position:absolute;top:1px;left:1px;display:block;width:26px;height:26px;color:#888;text-align:center;font-size:14px;line-height:26px}#su-generator-choices span:hover i{color:#fff}.su-generator-choice-first{outline:1px solid #09f;box-shadow:0 0 3px rgba(30,140,190,.8)}#su-generator-breadcrumbs{margin:0 -20px;padding:14px 20px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;background:#eee;color:#555;line-height:24px}#su-generator-breadcrumbs span{margin-right:1em;font-weight:700}#su-generator-breadcrumbs small{color:#bbb;font-weight:400;font-size:.9em}.su-generator-note{position:relative;margin:0 -20px;padding:5px 20px;background:#ffffb8;border-bottom:1px solid #ccc;color:#333;line-height:18px}.su-generator-note-content{min-height:20px;margin-left:35px}.su-generator-note p{margin:10px 0}.su-generator-note a{text-decoration:underline}.su-generator-note i{position:absolute;top:15px;left:20px;display:block;width:1em;height:1em;color:#555;text-align:left;font-size:20px;line-height:1em}#su-generator-settings .su-generator-attr-container{margin:0 -20px;padding:1.5em 20px;border-bottom:1px solid #ccc;box-shadow:0 1px 3px rgba(0,0,0,.1)}#su-generator-settings h5{text-transform:capitalize;font-weight:700}#su-generator-preview h5,#su-generator-settings h5{margin:0 0 15px 0;font-size:1em}.su-generator-attr-desc{margin-top:15px;color:#aaa;font-style:italic;line-height:1.6}.su-generator-attr-desc b{color:#999}.su-generator-px-units{position:relative;margin-right:15px}.su-generator-px-units:before{position:absolute;right:-18px;bottom:3px;display:block;width:15px;color:#999;content:'px';text-align:left;font-size:.9em}.su-generator-attr-desc b.su-generator-set-value{border-bottom:1px dotted #999;cursor:pointer}.su-generator-attr-desc b.su-generator-set-value:hover{border-bottom:1px dotted #333;color:#333}#su-generator-settings input[type=number],#su-generator-settings input[type=text],#su-generator-settings select,#su-generator-settings textarea{width:100%;height:auto;padding:10px}.su-generator-field-actions{padding-top:10px}.su-generator-field-actions .button,.su-generator-field-actions span{margin-right:5px}.su-generator-field-actions img{margin:0 6px 0 -4px;vertical-align:middle}.su-generator-icon-picker{height:0;margin:0 -20px;padding:0 20px;overflow:hidden;background:#eee;line-height:24px;-webkit-transition:all .2s;transition:all .2s}.su-generator-icon-picker.su-generator-icon-picker-visible{height:auto;margin:1em -20px 0 -20px;padding:14px 20px;overflow:visible;border-top:1px solid #ccc;border-bottom:1px solid #ccc}.su-generator-icon-picker input{margin-bottom:15px}.su-generator-icon-picker i{display:block;width:24px;height:24px;margin-left:2px;float:left;color:#555;text-align:center;font-size:14px;line-height:24px;cursor:pointer}.su-generator-icon-picker i:hover{color:#000;font-size:24px}.su-generator-shadow-picker-field{position:relative;display:inline-block;width:22%;padding-right:3%}.su-generator-shadow-picker-field small{display:block;color:#ccc}.su-generator-shadow-picker-field input{text-align:right}.su-generator-shadow-picker-field.su-generator-shadow-picker-color{width:25%;padding-right:0}.su-generator-shadow-picker-field.su-generator-shadow-picker-color input{text-align:left}.su-generator-shadow-picker-color{position:relative}.su-generator-shadow-picker-color-wheel{position:absolute;top:100%;right:0;z-index:9999;display:none;border:1px solid #aaa;border-radius:50%;background:#fff;box-shadow:0 2px 5px #ccc}.su-generator-border-picker-field{position:relative;display:inline-block;width:30%;padding-right:3%}.su-generator-border-picker-field small{display:block;color:#ccc}.su-generator-border-picker-field input{text-align:right}.su-generator-border-picker-field.su-generator-border-picker-color{width:34%;padding-right:0}.su-generator-border-picker-field.su-generator-border-picker-color input{text-align:left}.su-generator-border-picker-color{position:relative}.su-generator-border-picker-color-wheel{position:absolute;top:100%;right:0;z-index:9999;display:none;border:1px solid #aaa;border-radius:50%;background:#fff;box-shadow:0 2px 5px #ccc}.su-generator-range-picker .slider{width:420px;margin:10px 0 0 0!important;padding:0;float:left}.su-generator-range-picker .slider>.dragger{background:#fff!important}.su-generator-range-picker .slider:hover>.dragger{background:#fff!important;box-shadow:0 0 0 5px rgba(33,117,155,.5)}.su-generator-range-picker .slider>.dragger.dragging{background:#ccc!important;box-shadow:0 0 0 5px rgba(33,117,155,.5)}.su-generator-range-picker .slider>.track{height:12px!important;border:1px solid #ccc!important;background:#fff!important}.su-generator-range-picker input{width:60px!important;float:right;text-align:center}.su-generator-switch{display:inline-block;width:100%;font-weight:700;cursor:pointer}.su-generator-switch span{display:none;padding:10px;border-radius:3px}.su-generator-switch-yes span.su-generator-yes{display:block;background:#e0ffe0;color:#0c0}.su-generator-switch-no span.su-generator-no{display:block;background:#f5f5f5;color:#777}.su-generator-select-color{position:relative;display:inline-block;width:100%}.su-generator-select-color-wheel{position:absolute;top:100%;left:0;z-index:9999;display:none;border:1px solid #aaa;border-radius:50%;background:#fff;box-shadow:0 2px 5px #ccc}.su-generator-isp{margin-bottom:15px}.su-generator-isp-source{height:0;margin:0 -20px;padding:0 20px;overflow:hidden;background:#eee;color:#555;opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s}.su-generator-isp-source.su-generator-isp-source-open{height:auto;margin:20px -20px 0;padding:14px 20px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;opacity:1}.su-generator-isp-images{margin-top:1em;overflow:auto}.su-generator-isp-images span{position:relative;display:block;width:84px;height:84px;margin:5px 5px 5px 0;float:left;border:3px solid #fff;border-radius:50%;background:#fff;box-shadow:0 1px 2px #999}.su-generator-isp-images span.ui-sortable-helper,.su-generator-isp-images span:hover{box-shadow:0 1px 6px #777}.su-generator-isp-images img{display:block;width:100%;height:100%;margin:0;padding:0;border:none;border-radius:50%}.su-generator-isp-images span i{position:absolute;top:-3px;right:-3px;display:none;width:16px;height:16px;border-radius:50%;background:#fff;color:#f03;text-align:center;font-size:12px;line-height:16px;cursor:pointer}.su-generator-isp-images span:hover i{display:block}.su-generator-isp-images span i:hover{background:#f03;color:#fff}.su-generator-isp-categories,.su-generator-isp-taxonomies,.su-generator-isp-terms{margin-top:15px}#su-generator-preview{display:none;margin:0 -20px;padding:1.5em 20px;overflow:hidden;border-bottom:1px solid #ccc}#su-generator-preview .su-column{outline:1px dotted #ccc}.su-generator-actions{margin:0 -20px -20px;padding:1.5em 15px;background:#eee}.su-generator-actions>.button{margin:0 5px}.su-generator-actions .button i{margin:0 5px 0 -3px}.su-generator-presets{position:relative}.su-generator-presets>.button{cursor:default}.su-gp-popup{position:absolute;right:0;bottom:0;display:none;min-width:160px;max-width:500px;border:1px solid #aaa;border-radius:5px;background:#fff}.su-gp-head{margin-bottom:10px;padding:10px;border-bottom:1px dotted #ccc}.su-gp-head .button{display:block;text-align:center}.su-gp-list{margin:5px 0}.su-gp-list b{display:block;padding:5px 10px;color:#aaa;font-weight:400;font-style:italic}.su-gp-list span{position:relative;display:block;padding:5px 10px;overflow:hidden;color:#21759b;cursor:pointer}.su-gp-list span:nth-child(odd){background:#f8f8f8}.su-gp-list span:hover{background:#eee;color:#d54e21}.su-gp-list span em{margin-right:32px;white-space:nowrap;font-style:normal}.su-gp-list span i{position:absolute;top:50%;right:10px;display:block;width:20px;height:20px;margin-top:-10px;border-radius:50%;color:#999;text-align:center;font-weight:400;font-size:12px;line-height:20px}.su-gp-list span i:hover{background:#f03;color:#fff}.su-generator-mfp.mfp-bg{z-index:101000!important}.su-generator-mfp.mfp-wrap{z-index:101001!important}.su-generator-mfp.mfp-wrap .mfp-preloader{z-index:101002!important}.su-generator-mfp.mfp-wrap .mfp-content{z-index:101003!important}.su-generator-mfp.mfp-wrap button.mfp-arrow,.su-generator-mfp.mfp-wrap button.mfp-close{z-index:101004!important}#su-generator-preview .su-image-carousel-align-full{margin-left:-1.5em;margin-right:-1.5em;max-width:calc(100% + 3em)!important}.su-generator-extra-banner{margin-bottom:-20px;padding-top:20px;text-align:center}.su-generator-extra-banner-message{padding:15px;background:#f0f0f0;border-left:4px solid #999;color:#000;margin:0 0 2rem;font-size:.9rem;text-align:left}.su-generator-extra-banner-icon{width:80px;height:80px;margin:0 0 1.75rem}.su-generator-extra-banner-title{margin:0 0 .75rem;font-size:1.5rem;font-weight:700;color:#333}.su-generator-extra-banner-description{margin:0 0 1.75rem;font-size:.95rem;color:#555}.su-generator-extra-banner-action{margin:0 0 2rem}.su-generator-extra-banner-action>a.button{padding:12px 24px;font-weight:700;font-size:.9rem;height:auto;border-radius:5px;line-height:1}.su-generator-extra-banner-screenshot img{display:block;width:100%}
admin/css/settings.css CHANGED
@@ -1 +1 @@
1
- .su-admin-settings-details{margin:1.33em 0}.su-admin-settings-details summary{font-weight:600;cursor:pointer}.su-admin-settings-details>article{margin-top:1.33em}.su-admin-settings .CodeMirror{height:auto}.su-admin-settings .CodeMirror .CodeMirror-scroll{min-height:100px;max-height:80vh}
1
+ .su-admin-settings-details{margin:1.33em 0}.su-admin-settings-details summary{font-weight:600;cursor:pointer}.su-admin-settings-details>article{margin-top:1.33em}.su-admin-settings .CodeMirror{height:auto}.su-admin-settings .CodeMirror .CodeMirror-scroll{min-height:100px;max-height:80vh}
includes/css/icons.css CHANGED
@@ -9,4 +9,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
9
  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10
 
11
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12
- */@font-face{font-family:"ShortcodesUltimateIcons";src:url("../fonts/fork-awesome/forkawesome-webfont.eot?v=1.0.11");src:url("../fonts/fork-awesome/forkawesome-webfont.eot?#iefix&v=1.0.11") format("embedded-opentype"),url("../fonts/fork-awesome/forkawesome-webfont.woff2?v=1.0.11") format("woff2"),url("../fonts/fork-awesome/forkawesome-webfont.woff?v=1.0.11") format("woff"),url("../fonts/fork-awesome/forkawesome-webfont.ttf?v=1.0.11") format("truetype"),url("../fonts/fork-awesome/forkawesome-webfont.svg?v=1.0.11#forkawesomeregular") format("svg");font-weight:normal;font-style:normal}.sui{display:inline-block;font:normal normal normal 14px/1 ShortcodesUltimateIcons;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sui-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}.sui-2x{font-size:2em}.sui-3x{font-size:3em}.sui-4x{font-size:4em}.sui-5x{font-size:5em}.sui-fw{width:1.28571em;text-align:center}.sui-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.sui-ul>li{position:relative}.sui-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.sui-li.sui-lg{left:-1.85714em}.sui-border{padding:.2em .25em .15em;border:solid 0.08em #eee;border-radius:.1em}.sui-pull-left{float:left}.sui-pull-right{float:right}.sui.sui-pull-left{margin-right:.3em}.sui.sui-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.sui.pull-left{margin-right:.3em}.sui.pull-right{margin-left:.3em}.sui-spin{-webkit-animation:sui-spin 2s infinite linear;animation:sui-spin 2s infinite linear}.sui-pulse{-webkit-animation:sui-spin 1s infinite steps(8);animation:sui-spin 1s infinite steps(8)}@-webkit-keyframes sui-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes sui-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.sui-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.sui-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.sui-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.sui-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.sui-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);transform:scale(1, -1)}:root .sui-rotate-90,:root .sui-rotate-180,:root .sui-rotate-270,:root .sui-flip-horizontal,:root .sui-flip-vertical{-webkit-filter:none;filter:none}.sui-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.sui-stack-1x,.sui-stack-2x{position:absolute;left:0;width:100%;text-align:center}.sui-stack-1x{line-height:inherit}.sui-stack-2x{font-size:2em}.sui-inverse{color:#fff}.sui-glass:before{content:"\f000"}.sui-music:before{content:"\f001"}.sui-search:before{content:"\f002"}.sui-envelope-o:before{content:"\f003"}.sui-heart:before{content:"\f004"}.sui-star:before{content:"\f005"}.sui-star-o:before{content:"\f006"}.sui-user:before{content:"\f007"}.sui-film:before{content:"\f008"}.sui-th-large:before{content:"\f009"}.sui-th:before{content:"\f00a"}.sui-th-list:before{content:"\f00b"}.sui-check:before{content:"\f00c"}.sui-remove:before,.sui-close:before,.sui-times:before{content:"\f00d"}.sui-search-plus:before{content:"\f00e"}.sui-search-minus:before{content:"\f010"}.sui-power-off:before{content:"\f011"}.sui-signal:before{content:"\f012"}.sui-gear:before,.sui-cog:before{content:"\f013"}.sui-trash-o:before{content:"\f014"}.sui-home:before{content:"\f015"}.sui-file-o:before{content:"\f016"}.sui-clock-o:before{content:"\f017"}.sui-road:before{content:"\f018"}.sui-download:before{content:"\f019"}.sui-arrow-circle-o-down:before{content:"\f01a"}.sui-arrow-circle-o-up:before{content:"\f01b"}.sui-inbox:before{content:"\f01c"}.sui-play-circle-o:before{content:"\f01d"}.sui-rotate-right:before,.sui-repeat:before{content:"\f01e"}.sui-refresh:before{content:"\f021"}.sui-list-alt:before{content:"\f022"}.sui-lock:before{content:"\f023"}.sui-flag:before{content:"\f024"}.sui-headphones:before{content:"\f025"}.sui-volume-off:before{content:"\f026"}.sui-volume-down:before{content:"\f027"}.sui-volume-up:before{content:"\f028"}.sui-qrcode:before{content:"\f029"}.sui-barcode:before{content:"\f02a"}.sui-tag:before{content:"\f02b"}.sui-tags:before{content:"\f02c"}.sui-book:before{content:"\f02d"}.sui-bookmark:before{content:"\f02e"}.sui-print:before{content:"\f02f"}.sui-camera:before{content:"\f030"}.sui-font:before{content:"\f031"}.sui-bold:before{content:"\f032"}.sui-italic:before{content:"\f033"}.sui-text-height:before{content:"\f034"}.sui-text-width:before{content:"\f035"}.sui-align-left:before{content:"\f036"}.sui-align-center:before{content:"\f037"}.sui-align-right:before{content:"\f038"}.sui-align-justify:before{content:"\f039"}.sui-list:before{content:"\f03a"}.sui-dedent:before,.sui-outdent:before{content:"\f03b"}.sui-indent:before{content:"\f03c"}.sui-video-camera:before{content:"\f03d"}.sui-photo:before,.sui-image:before,.sui-picture-o:before{content:"\f03e"}.sui-pencil:before{content:"\f040"}.sui-map-marker:before{content:"\f041"}.sui-adjust:before{content:"\f042"}.sui-tint:before{content:"\f043"}.sui-edit:before,.sui-pencil-square-o:before{content:"\f044"}.sui-share-square-o:before{content:"\f045"}.sui-check-square-o:before{content:"\f046"}.sui-arrows:before{content:"\f047"}.sui-step-backward:before{content:"\f048"}.sui-fast-backward:before{content:"\f049"}.sui-backward:before{content:"\f04a"}.sui-play:before{content:"\f04b"}.sui-pause:before{content:"\f04c"}.sui-stop:before{content:"\f04d"}.sui-forward:before{content:"\f04e"}.sui-fast-forward:before{content:"\f050"}.sui-step-forward:before{content:"\f051"}.sui-eject:before{content:"\f052"}.sui-chevron-left:before{content:"\f053"}.sui-chevron-right:before{content:"\f054"}.sui-plus-circle:before{content:"\f055"}.sui-minus-circle:before{content:"\f056"}.sui-times-circle:before{content:"\f057"}.sui-check-circle:before{content:"\f058"}.sui-question-circle:before{content:"\f059"}.sui-info-circle:before{content:"\f05a"}.sui-crosshairs:before{content:"\f05b"}.sui-times-circle-o:before{content:"\f05c"}.sui-check-circle-o:before{content:"\f05d"}.sui-ban:before{content:"\f05e"}.sui-arrow-left:before{content:"\f060"}.sui-arrow-right:before{content:"\f061"}.sui-arrow-up:before{content:"\f062"}.sui-arrow-down:before{content:"\f063"}.sui-mail-forward:before,.sui-share:before{content:"\f064"}.sui-expand:before{content:"\f065"}.sui-compress:before{content:"\f066"}.sui-plus:before{content:"\f067"}.sui-minus:before{content:"\f068"}.sui-asterisk:before{content:"\f069"}.sui-exclamation-circle:before{content:"\f06a"}.sui-gift:before{content:"\f06b"}.sui-leaf:before{content:"\f06c"}.sui-fire:before{content:"\f06d"}.sui-eye:before{content:"\f06e"}.sui-eye-slash:before{content:"\f070"}.sui-warning:before,.sui-exclamation-triangle:before{content:"\f071"}.sui-plane:before{content:"\f072"}.sui-calendar:before{content:"\f073"}.sui-random:before{content:"\f074"}.sui-comment:before{content:"\f075"}.sui-magnet:before{content:"\f076"}.sui-chevron-up:before{content:"\f077"}.sui-chevron-down:before{content:"\f078"}.sui-retweet:before{content:"\f079"}.sui-shopping-cart:before{content:"\f07a"}.sui-folder:before{content:"\f07b"}.sui-folder-open:before{content:"\f07c"}.sui-arrows-v:before{content:"\f07d"}.sui-arrows-h:before{content:"\f07e"}.sui-bar-chart-o:before,.sui-bar-chart:before{content:"\f080"}.sui-twitter-square:before{content:"\f081"}.sui-facebook-square:before{content:"\f082"}.sui-camera-retro:before{content:"\f083"}.sui-key:before{content:"\f084"}.sui-gears:before,.sui-cogs:before{content:"\f085"}.sui-comments:before{content:"\f086"}.sui-thumbs-o-up:before{content:"\f087"}.sui-thumbs-o-down:before{content:"\f088"}.sui-star-half:before{content:"\f089"}.sui-heart-o:before{content:"\f08a"}.sui-sign-out:before{content:"\f08b"}.sui-linkedin-square:before{content:"\f08c"}.sui-thumb-tack:before{content:"\f08d"}.sui-external-link:before{content:"\f08e"}.sui-sign-in:before{content:"\f090"}.sui-trophy:before{content:"\f091"}.sui-github-square:before{content:"\f092"}.sui-upload:before{content:"\f093"}.sui-lemon-o:before{content:"\f094"}.sui-phone:before{content:"\f095"}.sui-square-o:before{content:"\f096"}.sui-bookmark-o:before{content:"\f097"}.sui-phone-square:before{content:"\f098"}.sui-twitter:before{content:"\f099"}.sui-facebook-f:before,.sui-facebook:before{content:"\f09a"}.sui-github:before{content:"\f09b"}.sui-unlock:before{content:"\f09c"}.sui-credit-card:before{content:"\f09d"}.sui-feed:before,.sui-rss:before{content:"\f09e"}.sui-hdd-o:before{content:"\f0a0"}.sui-bullhorn:before{content:"\f0a1"}.sui-bell:before{content:"\f0f3"}.sui-certificate:before{content:"\f0a3"}.sui-hand-o-right:before{content:"\f0a4"}.sui-hand-o-left:before{content:"\f0a5"}.sui-hand-o-up:before{content:"\f0a6"}.sui-hand-o-down:before{content:"\f0a7"}.sui-arrow-circle-left:before{content:"\f0a8"}.sui-arrow-circle-right:before{content:"\f0a9"}.sui-arrow-circle-up:before{content:"\f0aa"}.sui-arrow-circle-down:before{content:"\f0ab"}.sui-globe:before{content:"\f0ac"}.sui-globe-e:before{content:"\f304"}.sui-globe-w:before{content:"\f305"}.sui-wrench:before{content:"\f0ad"}.sui-tasks:before{content:"\f0ae"}.sui-filter:before{content:"\f0b0"}.sui-briefcase:before{content:"\f0b1"}.sui-arrows-alt:before{content:"\f0b2"}.sui-community:before,.sui-group:before,.sui-users:before{content:"\f0c0"}.sui-chain:before,.sui-link:before{content:"\f0c1"}.sui-cloud:before{content:"\f0c2"}.sui-flask:before{content:"\f0c3"}.sui-cut:before,.sui-scissors:before{content:"\f0c4"}.sui-copy:before,.sui-files-o:before{content:"\f0c5"}.sui-paperclip:before{content:"\f0c6"}.sui-save:before,.sui-floppy-o:before{content:"\f0c7"}.sui-square:before{content:"\f0c8"}.sui-navicon:before,.sui-reorder:before,.sui-bars:before{content:"\f0c9"}.sui-list-ul:before{content:"\f0ca"}.sui-list-ol:before{content:"\f0cb"}.sui-strikethrough:before{content:"\f0cc"}.sui-underline:before{content:"\f0cd"}.sui-table:before{content:"\f0ce"}.sui-magic:before{content:"\f0d0"}.sui-truck:before{content:"\f0d1"}.sui-pinterest:before{content:"\f0d2"}.sui-pinterest-square:before{content:"\f0d3"}.sui-google-plus-square:before{content:"\f0d4"}.sui-google-plus:before{content:"\f0d5"}.sui-money:before{content:"\f0d6"}.sui-caret-down:before{content:"\f0d7"}.sui-caret-up:before{content:"\f0d8"}.sui-caret-left:before{content:"\f0d9"}.sui-caret-right:before{content:"\f0da"}.sui-columns:before{content:"\f0db"}.sui-unsorted:before,.sui-sort:before{content:"\f0dc"}.sui-sort-down:before,.sui-sort-desc:before{content:"\f0dd"}.sui-sort-up:before,.sui-sort-asc:before{content:"\f0de"}.sui-envelope:before{content:"\f0e0"}.sui-linkedin:before{content:"\f0e1"}.sui-rotate-left:before,.sui-undo:before{content:"\f0e2"}.sui-legal:before,.sui-gavel:before{content:"\f0e3"}.sui-dashboard:before,.sui-tachometer:before{content:"\f0e4"}.sui-comment-o:before{content:"\f0e5"}.sui-comments-o:before{content:"\f0e6"}.sui-flash:before,.sui-bolt:before{content:"\f0e7"}.sui-sitemap:before{content:"\f0e8"}.sui-umbrella:before{content:"\f0e9"}.sui-paste:before,.sui-clipboard:before{content:"\f0ea"}.sui-lightbulb-o:before{content:"\f0eb"}.sui-exchange:before{content:"\f0ec"}.sui-cloud-download:before{content:"\f0ed"}.sui-cloud-upload:before{content:"\f0ee"}.sui-user-md:before{content:"\f0f0"}.sui-stethoscope:before{content:"\f0f1"}.sui-suitcase:before{content:"\f0f2"}.sui-bell-o:before{content:"\f0a2"}.sui-coffee:before{content:"\f0f4"}.sui-cutlery:before{content:"\f0f5"}.sui-file-text-o:before{content:"\f0f6"}.sui-building-o:before{content:"\f0f7"}.sui-hospital-o:before{content:"\f0f8"}.sui-ambulance:before{content:"\f0f9"}.sui-medkit:before{content:"\f0fa"}.sui-fighter-jet:before{content:"\f0fb"}.sui-beer:before{content:"\f0fc"}.sui-h-square:before{content:"\f0fd"}.sui-plus-square:before{content:"\f0fe"}.sui-angle-double-left:before{content:"\f100"}.sui-angle-double-right:before{content:"\f101"}.sui-angle-double-up:before{content:"\f102"}.sui-angle-double-down:before{content:"\f103"}.sui-angle-left:before{content:"\f104"}.sui-angle-right:before{content:"\f105"}.sui-angle-up:before{content:"\f106"}.sui-angle-down:before{content:"\f107"}.sui-desktop:before{content:"\f108"}.sui-laptop:before{content:"\f109"}.sui-tablet:before{content:"\f10a"}.sui-mobile-phone:before,.sui-mobile:before{content:"\f10b"}.sui-circle-o:before{content:"\f10c"}.sui-quote-left:before{content:"\f10d"}.sui-quote-right:before{content:"\f10e"}.sui-spinner:before{content:"\f110"}.sui-circle:before{content:"\f111"}.sui-mail-reply:before,.sui-reply:before{content:"\f112"}.sui-github-alt:before{content:"\f113"}.sui-folder-o:before{content:"\f114"}.sui-folder-open-o:before{content:"\f115"}.sui-smile-o:before{content:"\f118"}.sui-frown-o:before{content:"\f119"}.sui-meh-o:before{content:"\f11a"}.sui-gamepad:before{content:"\f11b"}.sui-keyboard-o:before{content:"\f11c"}.sui-flag-o:before{content:"\f11d"}.sui-flag-checkered:before{content:"\f11e"}.sui-terminal:before{content:"\f120"}.sui-code:before{content:"\f121"}.sui-mail-reply-all:before,.sui-reply-all:before{content:"\f122"}.sui-star-half-empty:before,.sui-star-half-full:before,.sui-star-half-o:before{content:"\f123"}.sui-location-arrow:before{content:"\f124"}.sui-crop:before{content:"\f125"}.sui-code-fork:before{content:"\f126"}.sui-unlink:before,.sui-chain-broken:before{content:"\f127"}.sui-question:before{content:"\f128"}.sui-info:before{content:"\f129"}.sui-exclamation:before{content:"\f12a"}.sui-superscript:before{content:"\f12b"}.sui-subscript:before{content:"\f12c"}.sui-eraser:before{content:"\f12d"}.sui-puzzle-piece:before{content:"\f12e"}.sui-microphone:before{content:"\f130"}.sui-microphone-slash:before{content:"\f131"}.sui-shield:before{content:"\f132"}.sui-calendar-o:before{content:"\f133"}.sui-fire-extinguisher:before{content:"\f134"}.sui-rocket:before{content:"\f135"}.sui-maxcdn:before{content:"\f136"}.sui-chevron-circle-left:before{content:"\f137"}.sui-chevron-circle-right:before{content:"\f138"}.sui-chevron-circle-up:before{content:"\f139"}.sui-chevron-circle-down:before{content:"\f13a"}.sui-html5:before{content:"\f13b"}.sui-css3:before{content:"\f13c"}.sui-anchor:before{content:"\f13d"}.sui-unlock-alt:before{content:"\f13e"}.sui-bullseye:before{content:"\f140"}.sui-ellipsis-h:before{content:"\f141"}.sui-ellipsis-v:before{content:"\f142"}.sui-rss-square:before{content:"\f143"}.sui-play-circle:before{content:"\f144"}.sui-ticket:before{content:"\f145"}.sui-minus-square:before{content:"\f146"}.sui-minus-square-o:before{content:"\f147"}.sui-level-up:before{content:"\f148"}.sui-level-down:before{content:"\f149"}.sui-check-square:before{content:"\f14a"}.sui-pencil-square:before{content:"\f14b"}.sui-external-link-square:before{content:"\f14c"}.sui-share-square:before{content:"\f14d"}.sui-compass:before{content:"\f14e"}.sui-toggle-down:before,.sui-caret-square-o-down:before{content:"\f150"}.sui-toggle-up:before,.sui-caret-square-o-up:before{content:"\f151"}.sui-toggle-right:before,.sui-caret-square-o-right:before{content:"\f152"}.sui-euro:before,.sui-eur:before{content:"\f153"}.sui-gbp:before{content:"\f154"}.sui-dollar:before,.sui-usd:before{content:"\f155"}.sui-rupee:before,.sui-inr:before{content:"\f156"}.sui-cny:before,.sui-rmb:before,.sui-yen:before,.sui-jpy:before{content:"\f157"}.sui-ruble:before,.sui-rouble:before,.sui-rub:before{content:"\f158"}.sui-won:before,.sui-krw:before{content:"\f159"}.sui-bitcoin:before,.sui-btc:before{content:"\f15a"}.sui-file:before{content:"\f15b"}.sui-file-text:before{content:"\f15c"}.sui-sort-alpha-asc:before{content:"\f15d"}.sui-sort-alpha-desc:before{content:"\f15e"}.sui-sort-amount-asc:before{content:"\f160"}.sui-sort-amount-desc:before{content:"\f161"}.sui-sort-numeric-asc:before{content:"\f162"}.sui-sort-numeric-desc:before{content:"\f163"}.sui-thumbs-up:before{content:"\f164"}.sui-thumbs-down:before{content:"\f165"}.sui-youtube-square:before{content:"\f166"}.sui-youtube:before{content:"\f167"}.sui-xing:before{content:"\f168"}.sui-xing-square:before{content:"\f169"}.sui-youtube-play:before{content:"\f16a"}.sui-dropbox:before{content:"\f16b"}.sui-stack-overflow:before{content:"\f16c"}.sui-instagram:before{content:"\f16d"}.sui-flickr:before{content:"\f16e"}.sui-adn:before{content:"\f170"}.sui-bitbucket:before{content:"\f171"}.sui-bitbucket-square:before{content:"\f172"}.sui-tumblr:before{content:"\f173"}.sui-tumblr-square:before{content:"\f174"}.sui-long-arrow-down:before{content:"\f175"}.sui-long-arrow-up:before{content:"\f176"}.sui-long-arrow-left:before{content:"\f177"}.sui-long-arrow-right:before{content:"\f178"}.sui-apple:before{content:"\f179"}.sui-windows:before{content:"\f17a"}.sui-android:before{content:"\f17b"}.sui-linux:before{content:"\f17c"}.sui-dribbble:before{content:"\f17d"}.sui-skype:before{content:"\f17e"}.sui-foursquare:before{content:"\f180"}.sui-trello:before{content:"\f181"}.sui-female:before{content:"\f182"}.sui-male:before{content:"\f183"}.sui-gittip:before,.sui-gratipay:before{content:"\f184"}.sui-sun-o:before{content:"\f185"}.sui-moon-o:before{content:"\f186"}.sui-archive:before{content:"\f187"}.sui-bug:before{content:"\f188"}.sui-vk:before{content:"\f189"}.sui-weibo:before{content:"\f18a"}.sui-renren:before{content:"\f18b"}.sui-pagelines:before{content:"\f18c"}.sui-stack-exchange:before{content:"\f18d"}.sui-arrow-circle-o-right:before{content:"\f18e"}.sui-arrow-circle-o-left:before{content:"\f190"}.sui-toggle-left:before,.sui-caret-square-o-left:before{content:"\f191"}.sui-dot-circle-o:before{content:"\f192"}.sui-wheelchair:before{content:"\f193"}.sui-vimeo-square:before{content:"\f194"}.sui-turkish-lira:before,.sui-try:before{content:"\f195"}.sui-plus-square-o:before{content:"\f196"}.sui-space-shuttle:before{content:"\f197"}.sui-slack:before{content:"\f198"}.sui-envelope-square:before{content:"\f199"}.sui-wordpress:before{content:"\f19a"}.sui-openid:before{content:"\f19b"}.sui-institution:before,.sui-bank:before,.sui-university:before{content:"\f19c"}.sui-mortar-board:before,.sui-graduation-cap:before{content:"\f19d"}.sui-yahoo:before{content:"\f19e"}.sui-google:before{content:"\f1a0"}.sui-reddit:before{content:"\f1a1"}.sui-reddit-square:before{content:"\f1a2"}.sui-stumbleupon-circle:before{content:"\f1a3"}.sui-stumbleupon:before{content:"\f1a4"}.sui-delicious:before{content:"\f1a5"}.sui-digg:before{content:"\f1a6"}.sui-drupal:before{content:"\f1a9"}.sui-joomla:before{content:"\f1aa"}.sui-language:before{content:"\f1ab"}.sui-fax:before{content:"\f1ac"}.sui-building:before{content:"\f1ad"}.sui-child:before{content:"\f1ae"}.sui-paw:before{content:"\f1b0"}.sui-spoon:before{content:"\f1b1"}.sui-cube:before{content:"\f1b2"}.sui-cubes:before{content:"\f1b3"}.sui-behance:before{content:"\f1b4"}.sui-behance-square:before{content:"\f1b5"}.sui-steam:before{content:"\f1b6"}.sui-steam-square:before{content:"\f1b7"}.sui-recycle:before{content:"\f1b8"}.sui-automobile:before,.sui-car:before{content:"\f1b9"}.sui-cab:before,.sui-taxi:before{content:"\f1ba"}.sui-tree:before{content:"\f1bb"}.sui-spotify:before{content:"\f1bc"}.sui-deviantart:before{content:"\f1bd"}.sui-soundcloud:before{content:"\f1be"}.sui-database:before{content:"\f1c0"}.sui-file-pdf-o:before{content:"\f1c1"}.sui-file-word-o:before{content:"\f1c2"}.sui-file-excel-o:before{content:"\f1c3"}.sui-file-powerpoint-o:before{content:"\f1c4"}.sui-file-photo-o:before,.sui-file-picture-o:before,.sui-file-image-o:before{content:"\f1c5"}.sui-file-zip-o:before,.sui-file-archive-o:before{content:"\f1c6"}.sui-file-sound-o:before,.sui-file-audio-o:before{content:"\f1c7"}.sui-file-movie-o:before,.sui-file-video-o:before{content:"\f1c8"}.sui-file-code-o:before{content:"\f1c9"}.sui-vine:before{content:"\f1ca"}.sui-codepen:before{content:"\f1cb"}.sui-jsfiddle:before{content:"\f1cc"}.sui-life-bouy:before,.sui-life-buoy:before,.sui-life-saver:before,.sui-support:before,.sui-life-ring:before{content:"\f1cd"}.sui-circle-o-notch:before{content:"\f1ce"}.sui-ra:before,.sui-resistance:before,.sui-rebel:before{content:"\f1d0"}.sui-ge:before,.sui-empire:before{content:"\f1d1"}.sui-git-square:before{content:"\f1d2"}.sui-git:before{content:"\f1d3"}.sui-y-combinator-square:before,.sui-yc-square:before,.sui-hacker-news:before{content:"\f1d4"}.sui-tencent-weibo:before{content:"\f1d5"}.sui-qq:before{content:"\f1d6"}.sui-wechat:before,.sui-weixin:before{content:"\f1d7"}.sui-send:before,.sui-paper-plane:before{content:"\f1d8"}.sui-send-o:before,.sui-paper-plane-o:before{content:"\f1d9"}.sui-history:before{content:"\f1da"}.sui-circle-thin:before{content:"\f1db"}.sui-header:before{content:"\f1dc"}.sui-paragraph:before{content:"\f1dd"}.sui-sliders:before{content:"\f1de"}.sui-share-alt:before{content:"\f1e0"}.sui-share-alt-square:before{content:"\f1e1"}.sui-bomb:before{content:"\f1e2"}.sui-soccer-ball-o:before,.sui-futbol-o:before{content:"\f1e3"}.sui-tty:before{content:"\f1e4"}.sui-binoculars:before{content:"\f1e5"}.sui-plug:before{content:"\f1e6"}.sui-slideshare:before{content:"\f1e7"}.sui-twitch:before{content:"\f1e8"}.sui-yelp:before{content:"\f1e9"}.sui-newspaper-o:before{content:"\f1ea"}.sui-wifi:before{content:"\f1eb"}.sui-calculator:before{content:"\f1ec"}.sui-paypal:before{content:"\f1ed"}.sui-google-wallet:before{content:"\f1ee"}.sui-cc-visa:before{content:"\f1f0"}.sui-cc-mastercard:before{content:"\f1f1"}.sui-cc-discover:before{content:"\f1f2"}.sui-cc-amex:before{content:"\f1f3"}.sui-cc-paypal:before{content:"\f1f4"}.sui-cc-stripe:before{content:"\f1f5"}.sui-bell-slash:before{content:"\f1f6"}.sui-bell-slash-o:before{content:"\f1f7"}.sui-trash:before{content:"\f1f8"}.sui-copyright:before{content:"\f1f9"}.sui-at:before{content:"\f1fa"}.sui-eyedropper:before{content:"\f1fb"}.sui-paint-brush:before{content:"\f1fc"}.sui-birthday-cake:before{content:"\f1fd"}.sui-area-chart:before{content:"\f1fe"}.sui-pie-chart:before{content:"\f200"}.sui-line-chart:before{content:"\f201"}.sui-lastfm:before{content:"\f202"}.sui-lastfm-square:before{content:"\f203"}.sui-toggle-off:before{content:"\f204"}.sui-toggle-on:before{content:"\f205"}.sui-bicycle:before{content:"\f206"}.sui-bus:before{content:"\f207"}.sui-ioxhost:before{content:"\f208"}.sui-angellist:before{content:"\f209"}.sui-cc:before{content:"\f20a"}.sui-shekel:before,.sui-sheqel:before,.sui-ils:before{content:"\f20b"}.sui-meanpath:before{content:"\f20c"}.sui-buysellads:before{content:"\f20d"}.sui-connectdevelop:before{content:"\f20e"}.sui-dashcube:before{content:"\f210"}.sui-forumbee:before{content:"\f211"}.sui-leanpub:before{content:"\f212"}.sui-sellsy:before{content:"\f213"}.sui-shirtsinbulk:before{content:"\f214"}.sui-simplybuilt:before{content:"\f215"}.sui-skyatlas:before{content:"\f216"}.sui-cart-plus:before{content:"\f217"}.sui-cart-arrow-down:before{content:"\f218"}.sui-diamond:before{content:"\f219"}.sui-ship:before{content:"\f21a"}.sui-user-secret:before{content:"\f21b"}.sui-motorcycle:before{content:"\f21c"}.sui-street-view:before{content:"\f21d"}.sui-heartbeat:before{content:"\f21e"}.sui-venus:before{content:"\f221"}.sui-mars:before{content:"\f222"}.sui-mercury:before{content:"\f223"}.sui-intersex:before,.sui-transgender:before{content:"\f224"}.sui-transgender-alt:before{content:"\f225"}.sui-venus-double:before{content:"\f226"}.sui-mars-double:before{content:"\f227"}.sui-venus-mars:before{content:"\f228"}.sui-mars-stroke:before{content:"\f229"}.sui-mars-stroke-v:before{content:"\f22a"}.sui-mars-stroke-h:before{content:"\f22b"}.sui-neuter:before{content:"\f22c"}.sui-genderless:before{content:"\f22d"}.sui-facebook-official:before{content:"\f230"}.sui-pinterest-p:before{content:"\f231"}.sui-whatsapp:before{content:"\f232"}.sui-server:before{content:"\f233"}.sui-user-plus:before{content:"\f234"}.sui-user-times:before{content:"\f235"}.sui-hotel:before,.sui-bed:before{content:"\f236"}.sui-viacoin:before{content:"\f237"}.sui-train:before{content:"\f238"}.sui-subway:before{content:"\f239"}.sui-medium:before{content:"\f23a"}.sui-medium-square:before{content:"\f2f8"}.sui-yc:before,.sui-y-combinator:before{content:"\f23b"}.sui-optin-monster:before{content:"\f23c"}.sui-opencart:before{content:"\f23d"}.sui-expeditedssl:before{content:"\f23e"}.sui-battery-4:before,.sui-battery:before,.sui-battery-full:before{content:"\f240"}.sui-battery-3:before,.sui-battery-three-quarters:before{content:"\f241"}.sui-battery-2:before,.sui-battery-half:before{content:"\f242"}.sui-battery-1:before,.sui-battery-quarter:before{content:"\f243"}.sui-battery-0:before,.sui-battery-empty:before{content:"\f244"}.sui-mouse-pointer:before{content:"\f245"}.sui-i-cursor:before{content:"\f246"}.sui-object-group:before{content:"\f247"}.sui-object-ungroup:before{content:"\f248"}.sui-sticky-note:before{content:"\f249"}.sui-sticky-note-o:before{content:"\f24a"}.sui-cc-jcb:before{content:"\f24b"}.sui-cc-diners-club:before{content:"\f24c"}.sui-clone:before{content:"\f24d"}.sui-balance-scale:before{content:"\f24e"}.sui-hourglass-o:before{content:"\f250"}.sui-hourglass-1:before,.sui-hourglass-start:before{content:"\f251"}.sui-hourglass-2:before,.sui-hourglass-half:before{content:"\f252"}.sui-hourglass-3:before,.sui-hourglass-end:before{content:"\f253"}.sui-hourglass:before{content:"\f254"}.sui-hand-grab-o:before,.sui-hand-rock-o:before{content:"\f255"}.sui-hand-stop-o:before,.sui-hand-paper-o:before{content:"\f256"}.sui-hand-scissors-o:before{content:"\f257"}.sui-hand-lizard-o:before{content:"\f258"}.sui-hand-spock-o:before{content:"\f259"}.sui-hand-pointer-o:before{content:"\f25a"}.sui-hand-peace-o:before{content:"\f25b"}.sui-trademark:before{content:"\f25c"}.sui-registered:before{content:"\f25d"}.sui-creative-commons:before{content:"\f25e"}.sui-gg:before{content:"\f260"}.sui-gg-circle:before{content:"\f261"}.sui-tripadvisor:before{content:"\f262"}.sui-odnoklassniki:before{content:"\f263"}.sui-odnoklassniki-square:before{content:"\f264"}.sui-get-pocket:before{content:"\f265"}.sui-wikipedia-w:before{content:"\f266"}.sui-safari:before{content:"\f267"}.sui-chrome:before{content:"\f268"}.sui-firefox:before{content:"\f269"}.sui-opera:before{content:"\f26a"}.sui-internet-explorer:before{content:"\f26b"}.sui-tv:before,.sui-television:before{content:"\f26c"}.sui-contao:before{content:"\f26d"}.sui-500px:before{content:"\f26e"}.sui-amazon:before{content:"\f270"}.sui-calendar-plus-o:before{content:"\f271"}.sui-calendar-minus-o:before{content:"\f272"}.sui-calendar-times-o:before{content:"\f273"}.sui-calendar-check-o:before{content:"\f274"}.sui-industry:before{content:"\f275"}.sui-map-pin:before{content:"\f276"}.sui-map-signs:before{content:"\f277"}.sui-map-o:before{content:"\f278"}.sui-map:before{content:"\f279"}.sui-commenting:before{content:"\f27a"}.sui-commenting-o:before{content:"\f27b"}.sui-houzz:before{content:"\f27c"}.sui-vimeo:before{content:"\f27d"}.sui-black-tie:before{content:"\f27e"}.sui-fonticons:before{content:"\f280"}.sui-reddit-alien:before{content:"\f281"}.sui-edge:before{content:"\f282"}.sui-credit-card-alt:before{content:"\f283"}.sui-codiepie:before{content:"\f284"}.sui-modx:before{content:"\f285"}.sui-fort-awesome:before{content:"\f286"}.sui-usb:before{content:"\f287"}.sui-product-hunt:before{content:"\f288"}.sui-mixcloud:before{content:"\f289"}.sui-scribd:before{content:"\f28a"}.sui-pause-circle:before{content:"\f28b"}.sui-pause-circle-o:before{content:"\f28c"}.sui-stop-circle:before{content:"\f28d"}.sui-stop-circle-o:before{content:"\f28e"}.sui-shopping-bag:before{content:"\f290"}.sui-shopping-basket:before{content:"\f291"}.sui-hashtag:before{content:"\f292"}.sui-bluetooth:before{content:"\f293"}.sui-bluetooth-b:before{content:"\f294"}.sui-percent:before{content:"\f295"}.sui-gitlab:before{content:"\f296"}.sui-wpbeginner:before{content:"\f297"}.sui-wpforms:before{content:"\f298"}.sui-envira:before{content:"\f299"}.sui-universal-access:before{content:"\f29a"}.sui-wheelchair-alt:before{content:"\f29b"}.sui-question-circle-o:before{content:"\f29c"}.sui-blind:before{content:"\f29d"}.sui-audio-description:before{content:"\f29e"}.sui-volume-control-phone:before{content:"\f2a0"}.sui-braille:before{content:"\f2a1"}.sui-assistive-listening-systems:before{content:"\f2a2"}.sui-asl-interpreting:before,.sui-american-sign-language-interpreting:before{content:"\f2a3"}.sui-deafness:before,.sui-hard-of-hearing:before,.sui-deaf:before{content:"\f2a4"}.sui-glide:before{content:"\f2a5"}.sui-glide-g:before{content:"\f2a6"}.sui-signing:before,.sui-sign-language:before{content:"\f2a7"}.sui-low-vision:before{content:"\f2a8"}.sui-viadeo:before{content:"\f2a9"}.sui-viadeo-square:before{content:"\f2aa"}.sui-snapchat:before{content:"\f2ab"}.sui-snapchat-ghost:before{content:"\f2ac"}.sui-snapchat-square:before{content:"\f2ad"}.sui-first-order:before{content:"\f2b0"}.sui-yoast:before{content:"\f2b1"}.sui-themeisle:before{content:"\f2b2"}.sui-google-plus-circle:before,.sui-google-plus-official:before{content:"\f2b3"}.sui-fa:before,.sui-font-awesome:before{content:"\f2b4"}.sui-handshake-o:before{content:"\f2b5"}.sui-envelope-open:before{content:"\f2b6"}.sui-envelope-open-o:before{content:"\f2b7"}.sui-linode:before{content:"\f2b8"}.sui-address-book:before{content:"\f2b9"}.sui-address-book-o:before{content:"\f2ba"}.sui-vcard:before,.sui-address-card:before{content:"\f2bb"}.sui-vcard-o:before,.sui-address-card-o:before{content:"\f2bc"}.sui-user-circle:before{content:"\f2bd"}.sui-user-circle-o:before{content:"\f2be"}.sui-user-o:before{content:"\f2c0"}.sui-id-badge:before{content:"\f2c1"}.sui-drivers-license:before,.sui-id-card:before{content:"\f2c2"}.sui-drivers-license-o:before,.sui-id-card-o:before{content:"\f2c3"}.sui-quora:before{content:"\f2c4"}.sui-free-code-camp:before{content:"\f2c5"}.sui-telegram:before{content:"\f2c6"}.sui-thermometer-4:before,.sui-thermometer:before,.sui-thermometer-full:before{content:"\f2c7"}.sui-thermometer-3:before,.sui-thermometer-three-quarters:before{content:"\f2c8"}.sui-thermometer-2:before,.sui-thermometer-half:before{content:"\f2c9"}.sui-thermometer-1:before,.sui-thermometer-quarter:before{content:"\f2ca"}.sui-thermometer-0:before,.sui-thermometer-empty:before{content:"\f2cb"}.sui-shower:before{content:"\f2cc"}.sui-bathtub:before,.sui-s15:before,.sui-bath:before{content:"\f2cd"}.sui-podcast:before{content:"\f2ce"}.sui-window-maximize:before{content:"\f2d0"}.sui-window-minimize:before{content:"\f2d1"}.sui-window-restore:before{content:"\f2d2"}.sui-times-rectangle:before,.sui-window-close:before{content:"\f2d3"}.sui-times-rectangle-o:before,.sui-window-close-o:before{content:"\f2d4"}.sui-bandcamp:before{content:"\f2d5"}.sui-grav:before{content:"\f2d6"}.sui-etsy:before{content:"\f2d7"}.sui-imdb:before{content:"\f2d8"}.sui-ravelry:before{content:"\f2d9"}.sui-eercast:before{content:"\f2da"}.sui-microchip:before{content:"\f2db"}.sui-snowflake-o:before{content:"\f2dc"}.sui-superpowers:before{content:"\f2dd"}.sui-wpexplorer:before{content:"\f2de"}.sui-meetup:before{content:"\f2e0"}.sui-mastodon:before{content:"\f2e1"}.sui-mastodon-alt:before{content:"\f2e2"}.sui-fork-circle:before,.sui-fork-awesome:before{content:"\f2e3"}.sui-peertube:before{content:"\f2e4"}.sui-diaspora:before{content:"\f2e5"}.sui-friendica:before{content:"\f2e6"}.sui-gnu-social:before{content:"\f2e7"}.sui-liberapay-square:before{content:"\f2e8"}.sui-liberapay:before{content:"\f2e9"}.sui-ssb:before,.sui-scuttlebutt:before{content:"\f2ea"}.sui-hubzilla:before{content:"\f2eb"}.sui-social-home:before{content:"\f2ec"}.sui-artstation:before{content:"\f2ed"}.sui-discord:before{content:"\f2ee"}.sui-discord-alt:before{content:"\f2ef"}.sui-patreon:before{content:"\f2f0"}.sui-snowdrift:before{content:"\f2f1"}.sui-activitypub:before{content:"\f2f2"}.sui-ethereum:before{content:"\f2f3"}.sui-keybase:before{content:"\f2f4"}.sui-shaarli:before{content:"\f2f5"}.sui-shaarli-o:before{content:"\f2f6"}.sui-cut-key:before,.sui-key-modern:before{content:"\f2f7"}.sui-xmpp:before{content:"\f2f9"}.sui-archive-org:before{content:"\f2fc"}.sui-freedombox:before{content:"\f2fd"}.sui-facebook-messenger:before{content:"\f2fe"}.sui-debian:before{content:"\f2ff"}.sui-mastodon-square:before{content:"\f300"}.sui-tipeee:before{content:"\f301"}.sui-react:before{content:"\f302"}.sui-dogmazic:before{content:"\f303"}.sui-zotero:before{content:"\f309"}.sui-nodejs:before{content:"\f308"}.sui-nextcloud:before{content:"\f306"}.sui-nextcloud-square:before{content:"\f307"}.sui-hackaday:before{content:"\f30a"}.sui-laravel:before{content:"\f30b"}.sui-signalapp:before{content:"\f30c"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
9
  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
10
 
11
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12
+ */@font-face{font-family:ShortcodesUltimateIcons;src:url(../fonts/fork-awesome/forkawesome-webfont.eot?v=1.0.11);src:url(../fonts/fork-awesome/forkawesome-webfont.eot?#iefix&v=1.0.11) format("embedded-opentype"),url(../fonts/fork-awesome/forkawesome-webfont.woff2?v=1.0.11) format("woff2"),url(../fonts/fork-awesome/forkawesome-webfont.woff?v=1.0.11) format("woff"),url(../fonts/fork-awesome/forkawesome-webfont.ttf?v=1.0.11) format("truetype"),url(../fonts/fork-awesome/forkawesome-webfont.svg?v=1.0.11#forkawesomeregular) format("svg");font-weight:400;font-style:normal}.sui{display:inline-block;font:normal normal normal 14px/1 ShortcodesUltimateIcons;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sui-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}.sui-2x{font-size:2em}.sui-3x{font-size:3em}.sui-4x{font-size:4em}.sui-5x{font-size:5em}.sui-fw{width:1.28571em;text-align:center}.sui-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.sui-ul>li{position:relative}.sui-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.sui-li.sui-lg{left:-1.85714em}.sui-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.sui-pull-left{float:left}.sui-pull-right{float:right}.sui.sui-pull-left{margin-right:.3em}.sui.sui-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.sui.pull-left{margin-right:.3em}.sui.pull-right{margin-left:.3em}.sui-spin{-webkit-animation:sui-spin 2s infinite linear;animation:sui-spin 2s infinite linear}.sui-pulse{-webkit-animation:sui-spin 1s infinite steps(8);animation:sui-spin 1s infinite steps(8)}@-webkit-keyframes sui-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes sui-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.sui-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.sui-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.sui-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.sui-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.sui-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}:root .sui-flip-horizontal,:root .sui-flip-vertical,:root .sui-rotate-180,:root .sui-rotate-270,:root .sui-rotate-90{-webkit-filter:none;filter:none}.sui-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.sui-stack-1x,.sui-stack-2x{position:absolute;left:0;width:100%;text-align:center}.sui-stack-1x{line-height:inherit}.sui-stack-2x{font-size:2em}.sui-inverse{color:#fff}.sui-glass:before{content:"\f000"}.sui-music:before{content:"\f001"}.sui-search:before{content:"\f002"}.sui-envelope-o:before{content:"\f003"}.sui-heart:before{content:"\f004"}.sui-star:before{content:"\f005"}.sui-star-o:before{content:"\f006"}.sui-user:before{content:"\f007"}.sui-film:before{content:"\f008"}.sui-th-large:before{content:"\f009"}.sui-th:before{content:"\f00a"}.sui-th-list:before{content:"\f00b"}.sui-check:before{content:"\f00c"}.sui-close:before,.sui-remove:before,.sui-times:before{content:"\f00d"}.sui-search-plus:before{content:"\f00e"}.sui-search-minus:before{content:"\f010"}.sui-power-off:before{content:"\f011"}.sui-signal:before{content:"\f012"}.sui-cog:before,.sui-gear:before{content:"\f013"}.sui-trash-o:before{content:"\f014"}.sui-home:before{content:"\f015"}.sui-file-o:before{content:"\f016"}.sui-clock-o:before{content:"\f017"}.sui-road:before{content:"\f018"}.sui-download:before{content:"\f019"}.sui-arrow-circle-o-down:before{content:"\f01a"}.sui-arrow-circle-o-up:before{content:"\f01b"}.sui-inbox:before{content:"\f01c"}.sui-play-circle-o:before{content:"\f01d"}.sui-repeat:before,.sui-rotate-right:before{content:"\f01e"}.sui-refresh:before{content:"\f021"}.sui-list-alt:before{content:"\f022"}.sui-lock:before{content:"\f023"}.sui-flag:before{content:"\f024"}.sui-headphones:before{content:"\f025"}.sui-volume-off:before{content:"\f026"}.sui-volume-down:before{content:"\f027"}.sui-volume-up:before{content:"\f028"}.sui-qrcode:before{content:"\f029"}.sui-barcode:before{content:"\f02a"}.sui-tag:before{content:"\f02b"}.sui-tags:before{content:"\f02c"}.sui-book:before{content:"\f02d"}.sui-bookmark:before{content:"\f02e"}.sui-print:before{content:"\f02f"}.sui-camera:before{content:"\f030"}.sui-font:before{content:"\f031"}.sui-bold:before{content:"\f032"}.sui-italic:before{content:"\f033"}.sui-text-height:before{content:"\f034"}.sui-text-width:before{content:"\f035"}.sui-align-left:before{content:"\f036"}.sui-align-center:before{content:"\f037"}.sui-align-right:before{content:"\f038"}.sui-align-justify:before{content:"\f039"}.sui-list:before{content:"\f03a"}.sui-dedent:before,.sui-outdent:before{content:"\f03b"}.sui-indent:before{content:"\f03c"}.sui-video-camera:before{content:"\f03d"}.sui-image:before,.sui-photo:before,.sui-picture-o:before{content:"\f03e"}.sui-pencil:before{content:"\f040"}.sui-map-marker:before{content:"\f041"}.sui-adjust:before{content:"\f042"}.sui-tint:before{content:"\f043"}.sui-edit:before,.sui-pencil-square-o:before{content:"\f044"}.sui-share-square-o:before{content:"\f045"}.sui-check-square-o:before{content:"\f046"}.sui-arrows:before{content:"\f047"}.sui-step-backward:before{content:"\f048"}.sui-fast-backward:before{content:"\f049"}.sui-backward:before{content:"\f04a"}.sui-play:before{content:"\f04b"}.sui-pause:before{content:"\f04c"}.sui-stop:before{content:"\f04d"}.sui-forward:before{content:"\f04e"}.sui-fast-forward:before{content:"\f050"}.sui-step-forward:before{content:"\f051"}.sui-eject:before{content:"\f052"}.sui-chevron-left:before{content:"\f053"}.sui-chevron-right:before{content:"\f054"}.sui-plus-circle:before{content:"\f055"}.sui-minus-circle:before{content:"\f056"}.sui-times-circle:before{content:"\f057"}.sui-check-circle:before{content:"\f058"}.sui-question-circle:before{content:"\f059"}.sui-info-circle:before{content:"\f05a"}.sui-crosshairs:before{content:"\f05b"}.sui-times-circle-o:before{content:"\f05c"}.sui-check-circle-o:before{content:"\f05d"}.sui-ban:before{content:"\f05e"}.sui-arrow-left:before{content:"\f060"}.sui-arrow-right:before{content:"\f061"}.sui-arrow-up:before{content:"\f062"}.sui-arrow-down:before{content:"\f063"}.sui-mail-forward:before,.sui-share:before{content:"\f064"}.sui-expand:before{content:"\f065"}.sui-compress:before{content:"\f066"}.sui-plus:before{content:"\f067"}.sui-minus:before{content:"\f068"}.sui-asterisk:before{content:"\f069"}.sui-exclamation-circle:before{content:"\f06a"}.sui-gift:before{content:"\f06b"}.sui-leaf:before{content:"\f06c"}.sui-fire:before{content:"\f06d"}.sui-eye:before{content:"\f06e"}.sui-eye-slash:before{content:"\f070"}.sui-exclamation-triangle:before,.sui-warning:before{content:"\f071"}.sui-plane:before{content:"\f072"}.sui-calendar:before{content:"\f073"}.sui-random:before{content:"\f074"}.sui-comment:before{content:"\f075"}.sui-magnet:before{content:"\f076"}.sui-chevron-up:before{content:"\f077"}.sui-chevron-down:before{content:"\f078"}.sui-retweet:before{content:"\f079"}.sui-shopping-cart:before{content:"\f07a"}.sui-folder:before{content:"\f07b"}.sui-folder-open:before{content:"\f07c"}.sui-arrows-v:before{content:"\f07d"}.sui-arrows-h:before{content:"\f07e"}.sui-bar-chart-o:before,.sui-bar-chart:before{content:"\f080"}.sui-twitter-square:before{content:"\f081"}.sui-facebook-square:before{content:"\f082"}.sui-camera-retro:before{content:"\f083"}.sui-key:before{content:"\f084"}.sui-cogs:before,.sui-gears:before{content:"\f085"}.sui-comments:before{content:"\f086"}.sui-thumbs-o-up:before{content:"\f087"}.sui-thumbs-o-down:before{content:"\f088"}.sui-star-half:before{content:"\f089"}.sui-heart-o:before{content:"\f08a"}.sui-sign-out:before{content:"\f08b"}.sui-linkedin-square:before{content:"\f08c"}.sui-thumb-tack:before{content:"\f08d"}.sui-external-link:before{content:"\f08e"}.sui-sign-in:before{content:"\f090"}.sui-trophy:before{content:"\f091"}.sui-github-square:before{content:"\f092"}.sui-upload:before{content:"\f093"}.sui-lemon-o:before{content:"\f094"}.sui-phone:before{content:"\f095"}.sui-square-o:before{content:"\f096"}.sui-bookmark-o:before{content:"\f097"}.sui-phone-square:before{content:"\f098"}.sui-twitter:before{content:"\f099"}.sui-facebook-f:before,.sui-facebook:before{content:"\f09a"}.sui-github:before{content:"\f09b"}.sui-unlock:before{content:"\f09c"}.sui-credit-card:before{content:"\f09d"}.sui-feed:before,.sui-rss:before{content:"\f09e"}.sui-hdd-o:before{content:"\f0a0"}.sui-bullhorn:before{content:"\f0a1"}.sui-bell:before{content:"\f0f3"}.sui-certificate:before{content:"\f0a3"}.sui-hand-o-right:before{content:"\f0a4"}.sui-hand-o-left:before{content:"\f0a5"}.sui-hand-o-up:before{content:"\f0a6"}.sui-hand-o-down:before{content:"\f0a7"}.sui-arrow-circle-left:before{content:"\f0a8"}.sui-arrow-circle-right:before{content:"\f0a9"}.sui-arrow-circle-up:before{content:"\f0aa"}.sui-arrow-circle-down:before{content:"\f0ab"}.sui-globe:before{content:"\f0ac"}.sui-globe-e:before{content:"\f304"}.sui-globe-w:before{content:"\f305"}.sui-wrench:before{content:"\f0ad"}.sui-tasks:before{content:"\f0ae"}.sui-filter:before{content:"\f0b0"}.sui-briefcase:before{content:"\f0b1"}.sui-arrows-alt:before{content:"\f0b2"}.sui-community:before,.sui-group:before,.sui-users:before{content:"\f0c0"}.sui-chain:before,.sui-link:before{content:"\f0c1"}.sui-cloud:before{content:"\f0c2"}.sui-flask:before{content:"\f0c3"}.sui-cut:before,.sui-scissors:before{content:"\f0c4"}.sui-copy:before,.sui-files-o:before{content:"\f0c5"}.sui-paperclip:before{content:"\f0c6"}.sui-floppy-o:before,.sui-save:before{content:"\f0c7"}.sui-square:before{content:"\f0c8"}.sui-bars:before,.sui-navicon:before,.sui-reorder:before{content:"\f0c9"}.sui-list-ul:before{content:"\f0ca"}.sui-list-ol:before{content:"\f0cb"}.sui-strikethrough:before{content:"\f0cc"}.sui-underline:before{content:"\f0cd"}.sui-table:before{content:"\f0ce"}.sui-magic:before{content:"\f0d0"}.sui-truck:before{content:"\f0d1"}.sui-pinterest:before{content:"\f0d2"}.sui-pinterest-square:before{content:"\f0d3"}.sui-google-plus-square:before{content:"\f0d4"}.sui-google-plus:before{content:"\f0d5"}.sui-money:before{content:"\f0d6"}.sui-caret-down:before{content:"\f0d7"}.sui-caret-up:before{content:"\f0d8"}.sui-caret-left:before{content:"\f0d9"}.sui-caret-right:before{content:"\f0da"}.sui-columns:before{content:"\f0db"}.sui-sort:before,.sui-unsorted:before{content:"\f0dc"}.sui-sort-desc:before,.sui-sort-down:before{content:"\f0dd"}.sui-sort-asc:before,.sui-sort-up:before{content:"\f0de"}.sui-envelope:before{content:"\f0e0"}.sui-linkedin:before{content:"\f0e1"}.sui-rotate-left:before,.sui-undo:before{content:"\f0e2"}.sui-gavel:before,.sui-legal:before{content:"\f0e3"}.sui-dashboard:before,.sui-tachometer:before{content:"\f0e4"}.sui-comment-o:before{content:"\f0e5"}.sui-comments-o:before{content:"\f0e6"}.sui-bolt:before,.sui-flash:before{content:"\f0e7"}.sui-sitemap:before{content:"\f0e8"}.sui-umbrella:before{content:"\f0e9"}.sui-clipboard:before,.sui-paste:before{content:"\f0ea"}.sui-lightbulb-o:before{content:"\f0eb"}.sui-exchange:before{content:"\f0ec"}.sui-cloud-download:before{content:"\f0ed"}.sui-cloud-upload:before{content:"\f0ee"}.sui-user-md:before{content:"\f0f0"}.sui-stethoscope:before{content:"\f0f1"}.sui-suitcase:before{content:"\f0f2"}.sui-bell-o:before{content:"\f0a2"}.sui-coffee:before{content:"\f0f4"}.sui-cutlery:before{content:"\f0f5"}.sui-file-text-o:before{content:"\f0f6"}.sui-building-o:before{content:"\f0f7"}.sui-hospital-o:before{content:"\f0f8"}.sui-ambulance:before{content:"\f0f9"}.sui-medkit:before{content:"\f0fa"}.sui-fighter-jet:before{content:"\f0fb"}.sui-beer:before{content:"\f0fc"}.sui-h-square:before{content:"\f0fd"}.sui-plus-square:before{content:"\f0fe"}.sui-angle-double-left:before{content:"\f100"}.sui-angle-double-right:before{content:"\f101"}.sui-angle-double-up:before{content:"\f102"}.sui-angle-double-down:before{content:"\f103"}.sui-angle-left:before{content:"\f104"}.sui-angle-right:before{content:"\f105"}.sui-angle-up:before{content:"\f106"}.sui-angle-down:before{content:"\f107"}.sui-desktop:before{content:"\f108"}.sui-laptop:before{content:"\f109"}.sui-tablet:before{content:"\f10a"}.sui-mobile-phone:before,.sui-mobile:before{content:"\f10b"}.sui-circle-o:before{content:"\f10c"}.sui-quote-left:before{content:"\f10d"}.sui-quote-right:before{content:"\f10e"}.sui-spinner:before{content:"\f110"}.sui-circle:before{content:"\f111"}.sui-mail-reply:before,.sui-reply:before{content:"\f112"}.sui-github-alt:before{content:"\f113"}.sui-folder-o:before{content:"\f114"}.sui-folder-open-o:before{content:"\f115"}.sui-smile-o:before{content:"\f118"}.sui-frown-o:before{content:"\f119"}.sui-meh-o:before{content:"\f11a"}.sui-gamepad:before{content:"\f11b"}.sui-keyboard-o:before{content:"\f11c"}.sui-flag-o:before{content:"\f11d"}.sui-flag-checkered:before{content:"\f11e"}.sui-terminal:before{content:"\f120"}.sui-code:before{content:"\f121"}.sui-mail-reply-all:before,.sui-reply-all:before{content:"\f122"}.sui-star-half-empty:before,.sui-star-half-full:before,.sui-star-half-o:before{content:"\f123"}.sui-location-arrow:before{content:"\f124"}.sui-crop:before{content:"\f125"}.sui-code-fork:before{content:"\f126"}.sui-chain-broken:before,.sui-unlink:before{content:"\f127"}.sui-question:before{content:"\f128"}.sui-info:before{content:"\f129"}.sui-exclamation:before{content:"\f12a"}.sui-superscript:before{content:"\f12b"}.sui-subscript:before{content:"\f12c"}.sui-eraser:before{content:"\f12d"}.sui-puzzle-piece:before{content:"\f12e"}.sui-microphone:before{content:"\f130"}.sui-microphone-slash:before{content:"\f131"}.sui-shield:before{content:"\f132"}.sui-calendar-o:before{content:"\f133"}.sui-fire-extinguisher:before{content:"\f134"}.sui-rocket:before{content:"\f135"}.sui-maxcdn:before{content:"\f136"}.sui-chevron-circle-left:before{content:"\f137"}.sui-chevron-circle-right:before{content:"\f138"}.sui-chevron-circle-up:before{content:"\f139"}.sui-chevron-circle-down:before{content:"\f13a"}.sui-html5:before{content:"\f13b"}.sui-css3:before{content:"\f13c"}.sui-anchor:before{content:"\f13d"}.sui-unlock-alt:before{content:"\f13e"}.sui-bullseye:before{content:"\f140"}.sui-ellipsis-h:before{content:"\f141"}.sui-ellipsis-v:before{content:"\f142"}.sui-rss-square:before{content:"\f143"}.sui-play-circle:before{content:"\f144"}.sui-ticket:before{content:"\f145"}.sui-minus-square:before{content:"\f146"}.sui-minus-square-o:before{content:"\f147"}.sui-level-up:before{content:"\f148"}.sui-level-down:before{content:"\f149"}.sui-check-square:before{content:"\f14a"}.sui-pencil-square:before{content:"\f14b"}.sui-external-link-square:before{content:"\f14c"}.sui-share-square:before{content:"\f14d"}.sui-compass:before{content:"\f14e"}.sui-caret-square-o-down:before,.sui-toggle-down:before{content:"\f150"}.sui-caret-square-o-up:before,.sui-toggle-up:before{content:"\f151"}.sui-caret-square-o-right:before,.sui-toggle-right:before{content:"\f152"}.sui-eur:before,.sui-euro:before{content:"\f153"}.sui-gbp:before{content:"\f154"}.sui-dollar:before,.sui-usd:before{content:"\f155"}.sui-inr:before,.sui-rupee:before{content:"\f156"}.sui-cny:before,.sui-jpy:before,.sui-rmb:before,.sui-yen:before{content:"\f157"}.sui-rouble:before,.sui-rub:before,.sui-ruble:before{content:"\f158"}.sui-krw:before,.sui-won:before{content:"\f159"}.sui-bitcoin:before,.sui-btc:before{content:"\f15a"}.sui-file:before{content:"\f15b"}.sui-file-text:before{content:"\f15c"}.sui-sort-alpha-asc:before{content:"\f15d"}.sui-sort-alpha-desc:before{content:"\f15e"}.sui-sort-amount-asc:before{content:"\f160"}.sui-sort-amount-desc:before{content:"\f161"}.sui-sort-numeric-asc:before{content:"\f162"}.sui-sort-numeric-desc:before{content:"\f163"}.sui-thumbs-up:before{content:"\f164"}.sui-thumbs-down:before{content:"\f165"}.sui-youtube-square:before{content:"\f166"}.sui-youtube:before{content:"\f167"}.sui-xing:before{content:"\f168"}.sui-xing-square:before{content:"\f169"}.sui-youtube-play:before{content:"\f16a"}.sui-dropbox:before{content:"\f16b"}.sui-stack-overflow:before{content:"\f16c"}.sui-instagram:before{content:"\f16d"}.sui-flickr:before{content:"\f16e"}.sui-adn:before{content:"\f170"}.sui-bitbucket:before{content:"\f171"}.sui-bitbucket-square:before{content:"\f172"}.sui-tumblr:before{content:"\f173"}.sui-tumblr-square:before{content:"\f174"}.sui-long-arrow-down:before{content:"\f175"}.sui-long-arrow-up:before{content:"\f176"}.sui-long-arrow-left:before{content:"\f177"}.sui-long-arrow-right:before{content:"\f178"}.sui-apple:before{content:"\f179"}.sui-windows:before{content:"\f17a"}.sui-android:before{content:"\f17b"}.sui-linux:before{content:"\f17c"}.sui-dribbble:before{content:"\f17d"}.sui-skype:before{content:"\f17e"}.sui-foursquare:before{content:"\f180"}.sui-trello:before{content:"\f181"}.sui-female:before{content:"\f182"}.sui-male:before{content:"\f183"}.sui-gittip:before,.sui-gratipay:before{content:"\f184"}.sui-sun-o:before{content:"\f185"}.sui-moon-o:before{content:"\f186"}.sui-archive:before{content:"\f187"}.sui-bug:before{content:"\f188"}.sui-vk:before{content:"\f189"}.sui-weibo:before{content:"\f18a"}.sui-renren:before{content:"\f18b"}.sui-pagelines:before{content:"\f18c"}.sui-stack-exchange:before{content:"\f18d"}.sui-arrow-circle-o-right:before{content:"\f18e"}.sui-arrow-circle-o-left:before{content:"\f190"}.sui-caret-square-o-left:before,.sui-toggle-left:before{content:"\f191"}.sui-dot-circle-o:before{content:"\f192"}.sui-wheelchair:before{content:"\f193"}.sui-vimeo-square:before{content:"\f194"}.sui-try:before,.sui-turkish-lira:before{content:"\f195"}.sui-plus-square-o:before{content:"\f196"}.sui-space-shuttle:before{content:"\f197"}.sui-slack:before{content:"\f198"}.sui-envelope-square:before{content:"\f199"}.sui-wordpress:before{content:"\f19a"}.sui-openid:before{content:"\f19b"}.sui-bank:before,.sui-institution:before,.sui-university:before{content:"\f19c"}.sui-graduation-cap:before,.sui-mortar-board:before{content:"\f19d"}.sui-yahoo:before{content:"\f19e"}.sui-google:before{content:"\f1a0"}.sui-reddit:before{content:"\f1a1"}.sui-reddit-square:before{content:"\f1a2"}.sui-stumbleupon-circle:before{content:"\f1a3"}.sui-stumbleupon:before{content:"\f1a4"}.sui-delicious:before{content:"\f1a5"}.sui-digg:before{content:"\f1a6"}.sui-drupal:before{content:"\f1a9"}.sui-joomla:before{content:"\f1aa"}.sui-language:before{content:"\f1ab"}.sui-fax:before{content:"\f1ac"}.sui-building:before{content:"\f1ad"}.sui-child:before{content:"\f1ae"}.sui-paw:before{content:"\f1b0"}.sui-spoon:before{content:"\f1b1"}.sui-cube:before{content:"\f1b2"}.sui-cubes:before{content:"\f1b3"}.sui-behance:before{content:"\f1b4"}.sui-behance-square:before{content:"\f1b5"}.sui-steam:before{content:"\f1b6"}.sui-steam-square:before{content:"\f1b7"}.sui-recycle:before{content:"\f1b8"}.sui-automobile:before,.sui-car:before{content:"\f1b9"}.sui-cab:before,.sui-taxi:before{content:"\f1ba"}.sui-tree:before{content:"\f1bb"}.sui-spotify:before{content:"\f1bc"}.sui-deviantart:before{content:"\f1bd"}.sui-soundcloud:before{content:"\f1be"}.sui-database:before{content:"\f1c0"}.sui-file-pdf-o:before{content:"\f1c1"}.sui-file-word-o:before{content:"\f1c2"}.sui-file-excel-o:before{content:"\f1c3"}.sui-file-powerpoint-o:before{content:"\f1c4"}.sui-file-image-o:before,.sui-file-photo-o:before,.sui-file-picture-o:before{content:"\f1c5"}.sui-file-archive-o:before,.sui-file-zip-o:before{content:"\f1c6"}.sui-file-audio-o:before,.sui-file-sound-o:before{content:"\f1c7"}.sui-file-movie-o:before,.sui-file-video-o:before{content:"\f1c8"}.sui-file-code-o:before{content:"\f1c9"}.sui-vine:before{content:"\f1ca"}.sui-codepen:before{content:"\f1cb"}.sui-jsfiddle:before{content:"\f1cc"}.sui-life-bouy:before,.sui-life-buoy:before,.sui-life-ring:before,.sui-life-saver:before,.sui-support:before{content:"\f1cd"}.sui-circle-o-notch:before{content:"\f1ce"}.sui-ra:before,.sui-rebel:before,.sui-resistance:before{content:"\f1d0"}.sui-empire:before,.sui-ge:before{content:"\f1d1"}.sui-git-square:before{content:"\f1d2"}.sui-git:before{content:"\f1d3"}.sui-hacker-news:before,.sui-y-combinator-square:before,.sui-yc-square:before{content:"\f1d4"}.sui-tencent-weibo:before{content:"\f1d5"}.sui-qq:before{content:"\f1d6"}.sui-wechat:before,.sui-weixin:before{content:"\f1d7"}.sui-paper-plane:before,.sui-send:before{content:"\f1d8"}.sui-paper-plane-o:before,.sui-send-o:before{content:"\f1d9"}.sui-history:before{content:"\f1da"}.sui-circle-thin:before{content:"\f1db"}.sui-header:before{content:"\f1dc"}.sui-paragraph:before{content:"\f1dd"}.sui-sliders:before{content:"\f1de"}.sui-share-alt:before{content:"\f1e0"}.sui-share-alt-square:before{content:"\f1e1"}.sui-bomb:before{content:"\f1e2"}.sui-futbol-o:before,.sui-soccer-ball-o:before{content:"\f1e3"}.sui-tty:before{content:"\f1e4"}.sui-binoculars:before{content:"\f1e5"}.sui-plug:before{content:"\f1e6"}.sui-slideshare:before{content:"\f1e7"}.sui-twitch:before{content:"\f1e8"}.sui-yelp:before{content:"\f1e9"}.sui-newspaper-o:before{content:"\f1ea"}.sui-wifi:before{content:"\f1eb"}.sui-calculator:before{content:"\f1ec"}.sui-paypal:before{content:"\f1ed"}.sui-google-wallet:before{content:"\f1ee"}.sui-cc-visa:before{content:"\f1f0"}.sui-cc-mastercard:before{content:"\f1f1"}.sui-cc-discover:before{content:"\f1f2"}.sui-cc-amex:before{content:"\f1f3"}.sui-cc-paypal:before{content:"\f1f4"}.sui-cc-stripe:before{content:"\f1f5"}.sui-bell-slash:before{content:"\f1f6"}.sui-bell-slash-o:before{content:"\f1f7"}.sui-trash:before{content:"\f1f8"}.sui-copyright:before{content:"\f1f9"}.sui-at:before{content:"\f1fa"}.sui-eyedropper:before{content:"\f1fb"}.sui-paint-brush:before{content:"\f1fc"}.sui-birthday-cake:before{content:"\f1fd"}.sui-area-chart:before{content:"\f1fe"}.sui-pie-chart:before{content:"\f200"}.sui-line-chart:before{content:"\f201"}.sui-lastfm:before{content:"\f202"}.sui-lastfm-square:before{content:"\f203"}.sui-toggle-off:before{content:"\f204"}.sui-toggle-on:before{content:"\f205"}.sui-bicycle:before{content:"\f206"}.sui-bus:before{content:"\f207"}.sui-ioxhost:before{content:"\f208"}.sui-angellist:before{content:"\f209"}.sui-cc:before{content:"\f20a"}.sui-ils:before,.sui-shekel:before,.sui-sheqel:before{content:"\f20b"}.sui-meanpath:before{content:"\f20c"}.sui-buysellads:before{content:"\f20d"}.sui-connectdevelop:before{content:"\f20e"}.sui-dashcube:before{content:"\f210"}.sui-forumbee:before{content:"\f211"}.sui-leanpub:before{content:"\f212"}.sui-sellsy:before{content:"\f213"}.sui-shirtsinbulk:before{content:"\f214"}.sui-simplybuilt:before{content:"\f215"}.sui-skyatlas:before{content:"\f216"}.sui-cart-plus:before{content:"\f217"}.sui-cart-arrow-down:before{content:"\f218"}.sui-diamond:before{content:"\f219"}.sui-ship:before{content:"\f21a"}.sui-user-secret:before{content:"\f21b"}.sui-motorcycle:before{content:"\f21c"}.sui-street-view:before{content:"\f21d"}.sui-heartbeat:before{content:"\f21e"}.sui-venus:before{content:"\f221"}.sui-mars:before{content:"\f222"}.sui-mercury:before{content:"\f223"}.sui-intersex:before,.sui-transgender:before{content:"\f224"}.sui-transgender-alt:before{content:"\f225"}.sui-venus-double:before{content:"\f226"}.sui-mars-double:before{content:"\f227"}.sui-venus-mars:before{content:"\f228"}.sui-mars-stroke:before{content:"\f229"}.sui-mars-stroke-v:before{content:"\f22a"}.sui-mars-stroke-h:before{content:"\f22b"}.sui-neuter:before{content:"\f22c"}.sui-genderless:before{content:"\f22d"}.sui-facebook-official:before{content:"\f230"}.sui-pinterest-p:before{content:"\f231"}.sui-whatsapp:before{content:"\f232"}.sui-server:before{content:"\f233"}.sui-user-plus:before{content:"\f234"}.sui-user-times:before{content:"\f235"}.sui-bed:before,.sui-hotel:before{content:"\f236"}.sui-viacoin:before{content:"\f237"}.sui-train:before{content:"\f238"}.sui-subway:before{content:"\f239"}.sui-medium:before{content:"\f23a"}.sui-medium-square:before{content:"\f2f8"}.sui-y-combinator:before,.sui-yc:before{content:"\f23b"}.sui-optin-monster:before{content:"\f23c"}.sui-opencart:before{content:"\f23d"}.sui-expeditedssl:before{content:"\f23e"}.sui-battery-4:before,.sui-battery-full:before,.sui-battery:before{content:"\f240"}.sui-battery-3:before,.sui-battery-three-quarters:before{content:"\f241"}.sui-battery-2:before,.sui-battery-half:before{content:"\f242"}.sui-battery-1:before,.sui-battery-quarter:before{content:"\f243"}.sui-battery-0:before,.sui-battery-empty:before{content:"\f244"}.sui-mouse-pointer:before{content:"\f245"}.sui-i-cursor:before{content:"\f246"}.sui-object-group:before{content:"\f247"}.sui-object-ungroup:before{content:"\f248"}.sui-sticky-note:before{content:"\f249"}.sui-sticky-note-o:before{content:"\f24a"}.sui-cc-jcb:before{content:"\f24b"}.sui-cc-diners-club:before{content:"\f24c"}.sui-clone:before{content:"\f24d"}.sui-balance-scale:before{content:"\f24e"}.sui-hourglass-o:before{content:"\f250"}.sui-hourglass-1:before,.sui-hourglass-start:before{content:"\f251"}.sui-hourglass-2:before,.sui-hourglass-half:before{content:"\f252"}.sui-hourglass-3:before,.sui-hourglass-end:before{content:"\f253"}.sui-hourglass:before{content:"\f254"}.sui-hand-grab-o:before,.sui-hand-rock-o:before{content:"\f255"}.sui-hand-paper-o:before,.sui-hand-stop-o:before{content:"\f256"}.sui-hand-scissors-o:before{content:"\f257"}.sui-hand-lizard-o:before{content:"\f258"}.sui-hand-spock-o:before{content:"\f259"}.sui-hand-pointer-o:before{content:"\f25a"}.sui-hand-peace-o:before{content:"\f25b"}.sui-trademark:before{content:"\f25c"}.sui-registered:before{content:"\f25d"}.sui-creative-commons:before{content:"\f25e"}.sui-gg:before{content:"\f260"}.sui-gg-circle:before{content:"\f261"}.sui-tripadvisor:before{content:"\f262"}.sui-odnoklassniki:before{content:"\f263"}.sui-odnoklassniki-square:before{content:"\f264"}.sui-get-pocket:before{content:"\f265"}.sui-wikipedia-w:before{content:"\f266"}.sui-safari:before{content:"\f267"}.sui-chrome:before{content:"\f268"}.sui-firefox:before{content:"\f269"}.sui-opera:before{content:"\f26a"}.sui-internet-explorer:before{content:"\f26b"}.sui-television:before,.sui-tv:before{content:"\f26c"}.sui-contao:before{content:"\f26d"}.sui-500px:before{content:"\f26e"}.sui-amazon:before{content:"\f270"}.sui-calendar-plus-o:before{content:"\f271"}.sui-calendar-minus-o:before{content:"\f272"}.sui-calendar-times-o:before{content:"\f273"}.sui-calendar-check-o:before{content:"\f274"}.sui-industry:before{content:"\f275"}.sui-map-pin:before{content:"\f276"}.sui-map-signs:before{content:"\f277"}.sui-map-o:before{content:"\f278"}.sui-map:before{content:"\f279"}.sui-commenting:before{content:"\f27a"}.sui-commenting-o:before{content:"\f27b"}.sui-houzz:before{content:"\f27c"}.sui-vimeo:before{content:"\f27d"}.sui-black-tie:before{content:"\f27e"}.sui-fonticons:before{content:"\f280"}.sui-reddit-alien:before{content:"\f281"}.sui-edge:before{content:"\f282"}.sui-credit-card-alt:before{content:"\f283"}.sui-codiepie:before{content:"\f284"}.sui-modx:before{content:"\f285"}.sui-fort-awesome:before{content:"\f286"}.sui-usb:before{content:"\f287"}.sui-product-hunt:before{content:"\f288"}.sui-mixcloud:before{content:"\f289"}.sui-scribd:before{content:"\f28a"}.sui-pause-circle:before{content:"\f28b"}.sui-pause-circle-o:before{content:"\f28c"}.sui-stop-circle:before{content:"\f28d"}.sui-stop-circle-o:before{content:"\f28e"}.sui-shopping-bag:before{content:"\f290"}.sui-shopping-basket:before{content:"\f291"}.sui-hashtag:before{content:"\f292"}.sui-bluetooth:before{content:"\f293"}.sui-bluetooth-b:before{content:"\f294"}.sui-percent:before{content:"\f295"}.sui-gitlab:before{content:"\f296"}.sui-wpbeginner:before{content:"\f297"}.sui-wpforms:before{content:"\f298"}.sui-envira:before{content:"\f299"}.sui-universal-access:before{content:"\f29a"}.sui-wheelchair-alt:before{content:"\f29b"}.sui-question-circle-o:before{content:"\f29c"}.sui-blind:before{content:"\f29d"}.sui-audio-description:before{content:"\f29e"}.sui-volume-control-phone:before{content:"\f2a0"}.sui-braille:before{content:"\f2a1"}.sui-assistive-listening-systems:before{content:"\f2a2"}.sui-american-sign-language-interpreting:before,.sui-asl-interpreting:before{content:"\f2a3"}.sui-deaf:before,.sui-deafness:before,.sui-hard-of-hearing:before{content:"\f2a4"}.sui-glide:before{content:"\f2a5"}.sui-glide-g:before{content:"\f2a6"}.sui-sign-language:before,.sui-signing:before{content:"\f2a7"}.sui-low-vision:before{content:"\f2a8"}.sui-viadeo:before{content:"\f2a9"}.sui-viadeo-square:before{content:"\f2aa"}.sui-snapchat:before{content:"\f2ab"}.sui-snapchat-ghost:before{content:"\f2ac"}.sui-snapchat-square:before{content:"\f2ad"}.sui-first-order:before{content:"\f2b0"}.sui-yoast:before{content:"\f2b1"}.sui-themeisle:before{content:"\f2b2"}.sui-google-plus-circle:before,.sui-google-plus-official:before{content:"\f2b3"}.sui-fa:before,.sui-font-awesome:before{content:"\f2b4"}.sui-handshake-o:before{content:"\f2b5"}.sui-envelope-open:before{content:"\f2b6"}.sui-envelope-open-o:before{content:"\f2b7"}.sui-linode:before{content:"\f2b8"}.sui-address-book:before{content:"\f2b9"}.sui-address-book-o:before{content:"\f2ba"}.sui-address-card:before,.sui-vcard:before{content:"\f2bb"}.sui-address-card-o:before,.sui-vcard-o:before{content:"\f2bc"}.sui-user-circle:before{content:"\f2bd"}.sui-user-circle-o:before{content:"\f2be"}.sui-user-o:before{content:"\f2c0"}.sui-id-badge:before{content:"\f2c1"}.sui-drivers-license:before,.sui-id-card:before{content:"\f2c2"}.sui-drivers-license-o:before,.sui-id-card-o:before{content:"\f2c3"}.sui-quora:before{content:"\f2c4"}.sui-free-code-camp:before{content:"\f2c5"}.sui-telegram:before{content:"\f2c6"}.sui-thermometer-4:before,.sui-thermometer-full:before,.sui-thermometer:before{content:"\f2c7"}.sui-thermometer-3:before,.sui-thermometer-three-quarters:before{content:"\f2c8"}.sui-thermometer-2:before,.sui-thermometer-half:before{content:"\f2c9"}.sui-thermometer-1:before,.sui-thermometer-quarter:before{content:"\f2ca"}.sui-thermometer-0:before,.sui-thermometer-empty:before{content:"\f2cb"}.sui-shower:before{content:"\f2cc"}.sui-bath:before,.sui-bathtub:before,.sui-s15:before{content:"\f2cd"}.sui-podcast:before{content:"\f2ce"}.sui-window-maximize:before{content:"\f2d0"}.sui-window-minimize:before{content:"\f2d1"}.sui-window-restore:before{content:"\f2d2"}.sui-times-rectangle:before,.sui-window-close:before{content:"\f2d3"}.sui-times-rectangle-o:before,.sui-window-close-o:before{content:"\f2d4"}.sui-bandcamp:before{content:"\f2d5"}.sui-grav:before{content:"\f2d6"}.sui-etsy:before{content:"\f2d7"}.sui-imdb:before{content:"\f2d8"}.sui-ravelry:before{content:"\f2d9"}.sui-eercast:before{content:"\f2da"}.sui-microchip:before{content:"\f2db"}.sui-snowflake-o:before{content:"\f2dc"}.sui-superpowers:before{content:"\f2dd"}.sui-wpexplorer:before{content:"\f2de"}.sui-meetup:before{content:"\f2e0"}.sui-mastodon:before{content:"\f2e1"}.sui-mastodon-alt:before{content:"\f2e2"}.sui-fork-awesome:before,.sui-fork-circle:before{content:"\f2e3"}.sui-peertube:before{content:"\f2e4"}.sui-diaspora:before{content:"\f2e5"}.sui-friendica:before{content:"\f2e6"}.sui-gnu-social:before{content:"\f2e7"}.sui-liberapay-square:before{content:"\f2e8"}.sui-liberapay:before{content:"\f2e9"}.sui-scuttlebutt:before,.sui-ssb:before{content:"\f2ea"}.sui-hubzilla:before{content:"\f2eb"}.sui-social-home:before{content:"\f2ec"}.sui-artstation:before{content:"\f2ed"}.sui-discord:before{content:"\f2ee"}.sui-discord-alt:before{content:"\f2ef"}.sui-patreon:before{content:"\f2f0"}.sui-snowdrift:before{content:"\f2f1"}.sui-activitypub:before{content:"\f2f2"}.sui-ethereum:before{content:"\f2f3"}.sui-keybase:before{content:"\f2f4"}.sui-shaarli:before{content:"\f2f5"}.sui-shaarli-o:before{content:"\f2f6"}.sui-cut-key:before,.sui-key-modern:before{content:"\f2f7"}.sui-xmpp:before{content:"\f2f9"}.sui-archive-org:before{content:"\f2fc"}.sui-freedombox:before{content:"\f2fd"}.sui-facebook-messenger:before{content:"\f2fe"}.sui-debian:before{content:"\f2ff"}.sui-mastodon-square:before{content:"\f300"}.sui-tipeee:before{content:"\f301"}.sui-react:before{content:"\f302"}.sui-dogmazic:before{content:"\f303"}.sui-zotero:before{content:"\f309"}.sui-nodejs:before{content:"\f308"}.sui-nextcloud:before{content:"\f306"}.sui-nextcloud-square:before{content:"\f307"}.sui-hackaday:before{content:"\f30a"}.sui-laravel:before{content:"\f30b"}.sui-signalapp:before{content:"\f30c"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
includes/css/rtl-shortcodes.css CHANGED
@@ -1 +1 @@
1
- .su-tabs-nav span{margin-right:0;margin-left:3px}.su-tabs-vertical .su-tabs-nav{float:right}.su-tabs-vertical .su-tabs-panes{float:right}.su-tabs-vertical .su-tabs-nav span{margin-left:0}@media only screen and (max-width: 768px){.su-tabs-vertical .su-tabs-nav,.su-tabs-vertical .su-tabs-panes{float:none}}.su-spoiler-title{padding:7px 34px 7px 7px}.su-spoiler-icon{right:7px}.su-spoiler-style-default>.su-spoiler-title{padding-right:27px;padding-left:0}.su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon{right:0}.su-quote .su-quote-cite{text-align:left}.su-column{margin:0 0 0 4%;float:right}.su-column-last{margin-left:0}.su-row .su-column{margin:0 4% 0 0}.su-row .su-column.su-column-size-1-1{margin-left:0;margin-right:0}.su-row .su-column:first-child{margin-right:0}@media only screen{[class*="su-column"]+[class*="su-column"]:last-child{float:left}}.su-service-title img,.su-service-title i{left:auto;right:0}.su-label{margin-right:0;margin-left:0.3em}.su-dropcap{float:right;margin:0.2em 0 0.2em 0.5em}.su-list ul li{padding:4px 2em 4px 0 !important}.su-list ul li>img,.su-list ul li i{left:auto;right:0}
1
+ .su-tabs-nav span{margin-right:0;margin-left:3px}.su-tabs-vertical .su-tabs-nav{float:right}.su-tabs-vertical .su-tabs-panes{float:right}.su-tabs-vertical .su-tabs-nav span{margin-left:0}.su-spoiler-title{padding:7px 34px 7px 7px}.su-spoiler-icon{right:7px}.su-spoiler-style-default>.su-spoiler-title{padding-right:27px;padding-left:0}.su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon{right:0}.su-quote .su-quote-cite{text-align:left}.su-column{margin:0 0 0 4%;float:right}.su-column-last{margin-left:0}.su-row .su-column{margin:0 4% 0 0}.su-row .su-column.su-column-size-1-1{margin-left:0;margin-right:0}.su-row .su-column:first-child{margin-right:0}.su-service-title i,.su-service-title img{left:auto;right:0}.su-label{margin-right:0;margin-left:.3em}.su-dropcap{float:right;margin:.2em 0 .2em .5em}.su-list ul li{padding:4px 2em 4px 0!important}.su-list ul li i,.su-list ul li>img{left:auto;right:0}@media only screen and (max-width:768px){.su-tabs-vertical .su-tabs-nav,.su-tabs-vertical .su-tabs-panes{float:none}}@media only screen{[class*=su-column]+[class*=su-column]:last-child{float:left}}
includes/css/shortcodes.css CHANGED
@@ -1 +1 @@
1
- .su-u-clearfix::after{content:'';display:table;clear:both}.su-u-trim>:first-child{margin-top:0}.su-u-trim>:last-child{margin-bottom:0}.su-u-responsive-media-yes{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.su-u-responsive-media-yes .fluid-width-video-wrapper,.su-u-responsive-media-yes .video-holder{position:static !important}.su-u-responsive-media-yes iframe,.su-u-responsive-media-yes object,.su-u-responsive-media-yes embed{position:absolute;top:0;left:0;width:100%;height:100%}.su-accordion{margin-bottom:1.5em}.su-accordion .su-spoiler{margin-bottom:0.5em}.su-audio{position:relative;width:100%;height:30px;margin-bottom:1.5em;background:#7c8781;background:-webkit-gradient(linear, left top, left bottom, from(#7c8781), to(#0a0809));background:-webkit-linear-gradient(top, #7c8781 0%, #0a0809 100%);background:linear-gradient(to bottom, #7c8781 0%, #0a0809 100%);border-radius:3px}.su-audio .jp-play,.su-audio .jp-pause{position:absolute;left:0;top:0;display:block;width:30px;height:30px;border-top-left-radius:3px;border-bottom-left-radius:3px;cursor:pointer;border-right:1px solid #454947;background-image:url("../images/player/default.png");background-repeat:no-repeat}.su-audio .jp-play{background-position:0 0}.su-audio .jp-pause{background-position:-30px 0}.su-audio .jp-current-time,.su-audio .jp-duration{position:absolute;top:0;display:block;height:30px;line-height:30px;font-size:10px;color:#eee;text-shadow:0 -1px 0 #000}.su-audio .jp-current-time{left:45px}.su-audio .jp-duration{right:10px}.su-audio .jp-seek-bar,.su-audio .jp-play-bar{position:absolute;top:0;left:0;height:10px;border-radius:3px;cursor:pointer}.su-audio .jp-progress{position:absolute;top:10px;left:85px;right:50px;height:10px;background:#333;box-shadow:0 0 5px #000 inset;border-radius:3px}.su-audio .jp-seek-bar{background:#0b0b0b;background:-webkit-gradient(linear, left top, left bottom, from(#0b0b0b), to(#666));background:-webkit-linear-gradient(top, #0b0b0b 0%, #666 100%);background:linear-gradient(to bottom, #0b0b0b 0%, #666 100%)}.su-audio .jp-play-bar{background:#6db3f2;background:-webkit-gradient(linear, left top, left bottom, from(#6db3f2), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), to(#1e69de));background:-webkit-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);background:linear-gradient(to bottom, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%)}.su-box{margin:0 0 1.5em;border-width:2px;border-style:solid}.su-box-title{display:block;padding:0.5em 1em;font-weight:bold;font-size:1.1em}.su-box-content{background-color:#fff;color:#444;padding:1em}.su-box-style-soft .su-box-title{background-image:url("../images/styles/style-soft.png");background-position:0 0;background-repeat:repeat-x}.su-box-style-glass .su-box-title{background-image:url("../images/styles/style-glass.png");background-position:0 50%;background-repeat:repeat-x}.su-box-style-bubbles .su-box-title{background-image:url("../images/styles/style-bubbles.png");background-position:0 50%;background-repeat:repeat-x}.su-box-style-noise .su-box-title{background-image:url("../images/styles/style-noise.png");background-position:0 0;background-repeat:repeat-x}.su-button{display:inline-block !important;text-align:center;text-decoration:none !important;box-sizing:content-box !important;-webkit-transition:all 0.2s;transition:all 0.2s}.su-button-wide{display:block !important;margin:1em 0}.su-button-center{text-align:center}.su-button span{display:block !important;text-decoration:none !important;box-sizing:content-box !important;-webkit-transition:all 0.2s;transition:all 0.2s}.su-button img{border:none !important;vertical-align:middle !important;margin:-0.2em 0.4em 0 -0.3em !important;box-shadow:none !important}.su-button i{display:inline-block;width:1em;height:1em;margin:0 0.5em 0 0 !important;text-align:center;line-height:1em}.su-button.su-button-float-icon img{margin:0 0.5em !important}.su-button small{display:block;margin:-0.2em 0 0;color:inherit;text-align:center;font-style:normal;font-size:0.8em;line-height:1;opacity:0.7}@media screen and (max-width: 768px){.su-button span{padding-top:0.25em !important;padding-bottom:0.25em !important;line-height:1.2 !important}.su-button small{margin-top:0.2em !important}}.su-button-style-default{border-width:1px;border-style:solid}.su-button-style-default:hover{opacity:0.7}.su-button-style-default span{border-top-width:1px;border-bottom-width:1px;border-top-style:solid;border-bottom-style:solid}.su-button-style-flat,.su-button-style-flat span{border:none}.su-button-style-flat span{position:relative}.su-button-style-flat:hover span{top:1px}.su-button-style-ghost{background:transparent !important}.su-button-style-ghost span{border-width:3px;border-style:solid}.su-button-style-ghost:hover span{border-color:inherit !important}.su-button-style-soft span{background:0 -20px url("../images/styles/style-soft.png") repeat-x}.su-button-style-soft:hover span{background:0 0 url("../images/styles/style-soft.png") repeat-x}.su-button-style-glass span{background:0 50% url("../images/styles/style-glass.png") repeat-x}.su-button-style-glass:hover span{background:100% 50% url("../images/styles/style-glass.png") repeat-x}.su-button-style-bubbles span{background:0 50% url("../images/styles/style-bubbles.png") no-repeat}.su-button-style-bubbles:hover span{background:-710px 50% url("../images/styles/style-bubbles.png") no-repeat}.su-button-style-noise span{background:0 0 url("../images/styles/style-noise.png") repeat-x}.su-button-style-noise:hover span{background:0 0 url("../images/styles/style-noise.png") repeat-x}.su-button-style-stroked span{margin:1px;border:1px dashed #fff !important}.su-button-style-stroked:hover span{opacity:0.7}.su-button-style-3d{border-bottom-style:solid;border-bottom-width:6px}.su-button-style-3d span{border-bottom-style:solid;border-bottom-width:1px}.su-button-style-3d:hover{position:relative;top:3px;border-bottom-width:3px}.su-carousel{position:relative;margin-bottom:1.5em;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.su-carousel-centered{margin:0 auto 1.5em}.su-carousel-slides{position:relative;width:100%;-webkit-transition-property:-webkit-transform, left, top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0, 0, 0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform, left, top;-moz-transition-duration:0s;-moz-transform:translate3d(0, 0, 0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform, left, top;-o-transition-duration:0s;-o-transform:translate3d(0, 0, 0);-o-transition-timing-function:ease;-o-transform:translate(0, 0);-ms-transition-property:-ms-transform, left, top;-ms-transition-duration:0s;-ms-transform:translate3d(0, 0, 0);-ms-transition-timing-function:ease;-webkit-transition-property:left, top, -webkit-transform;transition-property:left, top, -webkit-transform;transition-property:transform, left, top;transition-property:transform, left, top, -webkit-transform;transition-duration:0s;transform:translate3d(0, 0, 0);transition-timing-function:ease}.swiper-free-mode>.su-carousel-slides{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.su-carousel-slide{position:relative;float:left}.su-carousel-slide>a,.su-carousel-slide>img,.su-carousel-slide>a>img{position:relative;display:block;width:100%;height:100%;text-decoration:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.su-carousel-responsive-yes .su-carousel-slide>a,.su-carousel-responsive-yes .su-carousel-slide>img,.su-carousel-responsive-yes .su-carousel-slide>a>img{height:auto}.su-carousel-pages-no .su-carousel-pagination{display:none}.swiper-wp8-horizontal{-ms-touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x}.su-carousel .su-carousel-slide a{padding:0 5px}.su-carousel .su-carousel-slide img{padding:3px;border:1px solid #ccc;background:#fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}.su-carousel .su-carousel-slide-title{position:absolute;left:9px;right:9px;bottom:4px;display:block;padding:2px 3px;color:#fff;line-height:1.2;font-size:11px;background:#000;background:rgba(0,0,0,0.5);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transition:opacity 1s;-o-transition:opacity 1s;-moz-transition:opacity 1s;-webkit-transition:opacity 1s}.su-carousel .su-carousel-prev,.su-carousel .su-carousel-next{position:absolute;top:50%;display:block;width:40px;height:40px;margin-top:-20px;background:#000 0 0 url("../images/swiper/default.png") no-repeat;background-color:rgba(0,0,0,0.5);cursor:pointer;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;filter:alpha(opacity=0);opacity:0;-webkit-transition:all 0.2s;transition:all 0.2s}.su-carousel .su-carousel-prev{right:20px;margin-right:40px;background-position:-40px 0}.su-carousel .su-carousel-next{left:20px;margin-left:40px;background-position:0 0}.su-carousel:hover .su-carousel-prev,.su-carousel:hover .su-carousel-next{margin-left:0;margin-right:0;filter:alpha(opacity=70);opacity:0.7}.su-carousel .su-carousel-prev:hover,.su-carousel .su-carousel-next:hover{filter:alpha(opacity=100);opacity:1}.su-carousel .su-carousel-pagination{position:absolute;left:15%;right:15%;top:50%;width:70%;height:0;margin-top:-7px;text-align:center;cursor:default;filter:alpha(opacity=0);opacity:0;-webkit-transition:all 0.2s;transition:all 0.2s}.su-carousel:hover .su-carousel-pagination{bottom:20px;filter:alpha(opacity=100);opacity:1}.su-carousel .su-carousel-pagination span{display:inline-block;width:14px;height:14px;margin:0;background:#000 0 -999px url("../images/swiper/default.png") no-repeat;background-color:rgba(0,0,0,0.5);cursor:pointer;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-webkit-transition:all 0.2s;transition:all 0.2s}.su-carousel:hover .su-carousel-pagination span{margin:0 3px}.su-carousel .su-carousel-pagination span.swiper-visible-switch{background-color:#fff;background-color:rgba(255,255,255,0.5)}.su-carousel .su-carousel-pagination span:hover,.su-carousel .su-carousel-pagination span.swiper-active-switch{background-position:0 -40px}.su-row{clear:both;zoom:1;margin-bottom:1.5em}.su-row:before,.su-row:after{display:table;content:''}.su-row:after{clear:both}.su-column{display:block;margin:0 4% 0 0;float:left;box-sizing:border-box}.su-column-last{margin-right:0}.su-row .su-column{margin:0 0 0 4%}.su-row .su-column.su-column-size-1-1{margin-left:0;margin-right:0}.su-row .su-column:first-child{margin-left:0}.su-row .su-column.su-column-centered{margin-right:auto;margin-left:auto;float:none}.su-column img,.su-column iframe,.su-column object,.su-column embed{max-width:100%}@media only screen{[class*='su-column']+[class*='su-column']:last-child{float:right}}.su-column-size-1-1{width:100%}.su-column-size-1-2{width:48%}.su-column-size-1-3{width:30.66%}.su-column-size-2-3{width:65.33%}.su-column-size-1-4{width:22%}.su-column-size-3-4{width:74%}.su-column-size-1-5{width:16.8%}.su-column-size-2-5{width:37.6%}.su-column-size-3-5{width:58.4%}.su-column-size-4-5{width:79.2%}.su-column-size-1-6{width:13.33%}.su-column-size-5-6{width:82.66%}@media only screen and (max-width: 768px){.su-row .su-column{width:100%;margin:0 0 1.5em;float:none}.su-row .su-column:last-child{margin-bottom:0}}.su-custom-gallery{margin-bottom:1.5em}.su-custom-gallery:after,.su-custom-gallery:before{content:'';display:table}.su-custom-gallery:after{clear:both}.su-custom-gallery-slide{position:relative;float:left;margin:0.5em;overflow:hidden}.su-custom-gallery-slide a{display:block;width:100%;height:100%}.su-custom-gallery-slide img{display:block;margin:0;padding:3px;border:1px solid #ccc;background:#fff;box-sizing:border-box;border-radius:5px;box-shadow:none;-webkit-transition:all 0.2s;transition:all 0.2s}.su-custom-gallery-slide:hover img{background:#eee;border:1px solid #aaa}.su-custom-gallery-slide span{position:absolute;left:4px;bottom:4px;right:4px;display:block;padding:2px 4px;font-size:12px;color:#fff;background:#000;background:rgba(0,0,0,0.5);line-height:1.3;opacity:0;-webkit-transition:all 0.2s;transition:all 0.2s}.su-custom-gallery-slide:hover span{opacity:1}.su-custom-gallery-title-never span{display:none}.su-custom-gallery-title-always span{opacity:1}.su-dailymotion{margin:0 0 1.5em}.su-dailymotion iframe{border:none !important}.su-divider{clear:both;border:none;text-align:right;line-height:1}.su-divider a{display:inline-block;font-size:0.8em;text-decoration:none;outline:none;padding-bottom:5px}.su-divider-style-default{border-bottom-style:solid}.su-divider-style-dotted{border-bottom-style:dotted}.su-divider-style-dashed{border-bottom-style:dashed}.su-divider-style-double{border-bottom-style:double}.su-document{margin:0 0 1.5em}.su-document iframe{border:none !important}.su-dropcap{float:left;display:inline-block;width:2em;height:2em;margin:0.2em 0.5em 0.2em 0;line-height:2em;text-align:center;overflow:hidden;text-transform:uppercase}.su-dropcap-style-default{color:white;background:#45484d;background:-webkit-gradient(linear, left top, left bottom, from(#45484d), to(black));background:-webkit-linear-gradient(top, #45484d 0%, black 100%);background:linear-gradient(to bottom, #45484d 0%, black 100%);text-shadow:-1px -1px 0 black;border-radius:50%}.su-dropcap-style-flat{background:#444;color:#fff}.su-dropcap-style-light{color:#333;border-radius:50%;background:white;background:-webkit-gradient(linear, left top, left bottom, from(white), to(#eaeaea));background:-webkit-linear-gradient(top, white 0%, #eaeaea 100%);background:linear-gradient(to bottom, white 0%, #eaeaea 100%)}.su-dropcap-style-simple{width:1em;height:1em;line-height:1em;text-align:left}.su-expand{margin:0 0 1.5em}.su-expand-content{overflow:hidden}.su-expand-link{margin-top:0.5em;cursor:pointer}.su-expand-link:hover{opacity:0.7}.su-expand-link a,.su-expand-link a:hover,.su-expand-link a:active,.su-expand-link a:visited,.su-expand-link a:focus{display:inline;text-decoration:none;box-shadow:none;background:transparent;border:none}.su-expand-link-style-underlined .su-expand-link span{text-decoration:underline}.su-expand-link-style-dotted .su-expand-link span{border-bottom:1px dotted #333}.su-expand-link-style-dashed .su-expand-link span{border-bottom:1px dashed #333}.su-expand-link-style-button .su-expand-link a{display:inline-block;margin-top:0.2em;padding:0.2em 0.4em;border:2px solid #333}.su-expand-link-more{display:none}.su-expand-link-less{display:block}.su-expand-collapsed .su-expand-link-more{display:block}.su-expand-collapsed .su-expand-link-less{display:none}.su-expand-link i{display:inline-block;margin:0 0.3em 0 0;vertical-align:middle;color:inherit}.su-expand-link img{display:inline-block;width:1em;height:1em;margin:0 0.3em 0 0;vertical-align:middle}.su-frame,.su-frame-inner{display:block}.su-frame-align-left{float:left;margin:0 1em 1em 0}.su-frame-align-center{float:none;margin:1em auto}.su-frame-align-right{float:right;margin:0 0 1em 1em}.su-frame img{display:block !important;float:none !important;padding:0 !important;margin:0 !important;border:none !important;box-shadow:none !important}.su-frame-style-default{padding:2px;border:1px solid #999;background:#fff;box-shadow:1px 1px 4px #ccc}.su-frame-style-default .su-frame-inner{padding:2px;border:4px solid #eee}.su-gmap{margin:0 0 1.5em}.su-gmap iframe{border:none !important}.su-guests{margin-bottom:1.5em}.su-heading-style-default{padding:2px 0;border-top:1px solid #999;border-bottom:1px solid #999}.su-heading-style-default .su-heading-inner{padding:1em 0.5em;border-top:4px solid #eee;border-bottom:4px solid #eee}.su-heading.su-heading-align-left{text-align:left}.su-heading.su-heading-align-left .su-heading-inner{padding-left:0.2em}.su-heading.su-heading-align-right{text-align:right}.su-heading.su-heading-align-right .su-heading-inner{padding-right:0.2em}.su-heading.su-heading-align-center{text-align:center}.su-highlight{display:inline;padding:1px 0}.su-image-carousel{width:100%;margin:1.5em 0}.su-image-carousel:first-child{margin-top:0}.su-image-carousel:last-child{margin-bottom:0}.su-image-carousel-item{width:100%;box-sizing:border-box}.su-image-carousel .su-image-carousel-item-content{position:relative}.su-image-carousel .su-image-carousel-item-content a,.su-image-carousel .su-image-carousel-item-content a:hover,.su-image-carousel .su-image-carousel-item-content a:focus,.su-image-carousel .su-image-carousel-item-content a:visited,.su-image-carousel .su-image-carousel-item-content a:active,.su-image-carousel .su-image-carousel-item-content img{display:block;width:100%;height:100%;margin:0;padding:0;box-sizing:border-box;box-shadow:none;text-decoration:none;border:none;border-radius:0}.su-image-carousel .su-image-carousel-item-content a::before,.su-image-carousel .su-image-carousel-item-content a::after,.su-image-carousel .su-image-carousel-item-content img::before,.su-image-carousel .su-image-carousel-item-content img::after{display:none}.su-image-carousel .su-image-carousel-item-content span{position:absolute;display:block;font-size:0.9em;max-height:60%;overflow:auto;line-height:1.3;word-wrap:break-word}.su-image-carousel .su-image-carousel-item-content span:empty{display:none}.su-image-carousel-columns-2 .su-image-carousel-item{width:50%}.su-image-carousel-columns-2.su-image-carousel-has-spacing .su-image-carousel-item{width:48.5%;margin-right:3%}.su-image-carousel-columns-3 .su-image-carousel-item{width:33.33333%}.su-image-carousel-columns-3.su-image-carousel-has-spacing .su-image-carousel-item{width:31.4%;margin-right:2.9%}.su-image-carousel-columns-4 .su-image-carousel-item{width:25%}.su-image-carousel-columns-4.su-image-carousel-has-spacing .su-image-carousel-item{width:22.9%;margin-right:2.8%}.su-image-carousel-columns-5 .su-image-carousel-item{width:20%}.su-image-carousel-columns-5.su-image-carousel-has-spacing .su-image-carousel-item{width:18%;margin-right:2.5%}.su-image-carousel-columns-6 .su-image-carousel-item{width:16.66667%}.su-image-carousel-columns-6.su-image-carousel-has-spacing .su-image-carousel-item{width:14.5%;margin-right:2.6%}.su-image-carousel-columns-7 .su-image-carousel-item{width:14.28571%}.su-image-carousel-columns-7.su-image-carousel-has-spacing .su-image-carousel-item{width:12.4%;margin-right:2.2%}.su-image-carousel-columns-8 .su-image-carousel-item{width:12.5%}.su-image-carousel-columns-8.su-image-carousel-has-spacing .su-image-carousel-item{width:10.75%;margin-right:2%}@media screen and (max-width: 768px){.su-image-carousel-adaptive .su-image-carousel-item{width:100% !important;margin-right:0 !important}}.su-image-carousel-crop .su-image-carousel-item-content::before{float:left;width:1px;margin-left:-1px;height:0;content:''}.su-image-carousel-crop .su-image-carousel-item-content::after{content:'';display:table;clear:both}.su-image-carousel-crop .su-image-carousel-item-content img{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.su-image-carousel-crop-16-9 .su-image-carousel-item-content::before{padding-top:56.25%}.su-image-carousel-crop-16-10 .su-image-carousel-item-content::before{padding-top:62.5%}.su-image-carousel-crop-21-9 .su-image-carousel-item-content::before{padding-top:42.85714%}.su-image-carousel-crop-5-4 .su-image-carousel-item-content::before{padding-top:80%}.su-image-carousel-crop-4-3 .su-image-carousel-item-content::before{padding-top:75%}.su-image-carousel-crop-3-2 .su-image-carousel-item-content::before{padding-top:66.66667%}.su-image-carousel-crop-2-1 .su-image-carousel-item-content::before{padding-top:50%}.su-image-carousel-crop-1-1 .su-image-carousel-item-content::before{padding-top:100%}.su-image-carousel-crop-1-2 .su-image-carousel-item-content::before{padding-top:200%}.su-image-carousel-crop-2-3 .su-image-carousel-item-content::before{padding-top:150%}.su-image-carousel-crop-3-4 .su-image-carousel-item-content::before{padding-top:133.33333%}.su-image-carousel-crop-4-5 .su-image-carousel-item-content::before{padding-top:125%}.su-image-carousel-crop-9-21 .su-image-carousel-item-content::before{padding-top:233.33333%}.su-image-carousel-crop-10-16 .su-image-carousel-item-content::before{padding-top:160%}.su-image-carousel-crop-9-16 .su-image-carousel-item-content::before{padding-top:177.77778%}.su-image-carousel-align-left{float:left;margin-right:1.5em;margin-top:0}.su-image-carousel-align-right{float:right;margin-left:1.5em;margin-top:0}.su-image-carousel-align-center{margin-right:auto;margin-left:auto}.su-image-carousel-align-full{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw !important;width:100vw !important}.su-image-carousel button.flickity-prev-next-button{position:absolute;top:50%;display:block;width:44px;height:44px;margin:-22px 0 0;padding:0;opacity:0;outline:none;border-radius:50%;-webkit-transform:none;transform:none;-webkit-transition:opacity 0.2s ease, -webkit-transform 0.2s ease;transition:opacity 0.2s ease, -webkit-transform 0.2s ease;transition:opacity 0.2s ease, transform 0.2s ease;transition:opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease}.su-image-carousel:hover button.flickity-prev-next-button{opacity:0.5}.su-image-carousel button.flickity-prev-next-button:hover,.su-image-carousel button.flickity-prev-next-button:focus{opacity:1;box-shadow:none}.su-image-carousel button.flickity-prev-next-button:focus{-webkit-transform:scale(1.05);transform:scale(1.05)}.su-image-carousel button.flickity-prev-next-button[disabled]{display:none}.su-image-carousel button.flickity-prev-next-button.previous{left:20px}.su-image-carousel button.flickity-prev-next-button.next{right:20px}.su-image-carousel>ol.flickity-page-dots{position:absolute;top:50%;left:50%;bottom:auto;width:auto;margin:0;padding:0;list-style:none;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);pointer-events:none;opacity:0;-webkit-transition:opacity 0.2s ease;transition:opacity 0.2s ease}.su-image-carousel>ol.flickity-page-dots>li.dot{position:relative;width:20px;height:20px;display:inline-block;margin:5px;padding:0;list-style:none;pointer-events:all;border-radius:50%;opacity:0.5;-webkit-transition:opacity 0.2s ease;transition:opacity 0.2s ease}.su-image-carousel>ol.flickity-page-dots>li.dot:hover{opacity:1}.su-image-carousel>ol.flickity-page-dots>li.dot::before{position:absolute;top:50%;left:50%;display:none;width:10px;height:10px;margin:0;padding:0;content:'';border-radius:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.su-image-carousel>ol.flickity-page-dots>li.dot.is-selected::before{display:block}.su-image-carousel:hover ol.flickity-page-dots{opacity:1}.su-image-carousel-controls-style-dark button.flickity-prev-next-button{background:black;color:white}.su-image-carousel-controls-style-dark ol.flickity-page-dots li.dot{background:black}.su-image-carousel-controls-style-dark ol.flickity-page-dots li.dot::before{background:white}.su-image-carousel-controls-style-light button.flickity-prev-next-button{background:white;color:black}.su-image-carousel-controls-style-light ol.flickity-page-dots li.dot{background:white}.su-image-carousel-controls-style-light ol.flickity-page-dots li.dot::before{background:black}.su-image-carousel-slides-style-default .su-image-carousel-item-content{margin:1px}.su-image-carousel-slides-style-default .su-image-carousel-item-content img{padding:3px;background:white;border:1px solid #ccc;border-radius:7px}.su-image-carousel-slides-style-default .su-image-carousel-item-content span{bottom:4px;right:4px;left:4px;padding:0.5em 0.7em;background:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.7)), to(transparent));background:-webkit-linear-gradient(bottom, rgba(0,0,0,0.7), transparent);background:linear-gradient(to top, rgba(0,0,0,0.7), transparent);text-shadow:0 2px 5px black;color:white;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.su-image-carousel-slides-style-minimal .su-image-carousel-item-content{margin:1px}.su-image-carousel-slides-style-minimal .su-image-carousel-item-content span{right:0;bottom:0;left:0;padding:0.7em;background:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.7)), to(transparent));background:-webkit-linear-gradient(bottom, rgba(0,0,0,0.7), transparent);background:linear-gradient(to top, rgba(0,0,0,0.7), transparent);text-shadow:0 2px 5px black;color:white}.su-image-carousel-slides-style-photo .su-image-carousel-item-content{padding:7px}.su-image-carousel-slides-style-photo .su-image-carousel-item-content img{border:5px solid white;border-radius:7px;box-shadow:0 2px 5px rgba(0,0,0,0.5)}.su-image-carousel-slides-style-photo .su-image-carousel-item-content span{right:12px;bottom:12px;left:12px;padding:0.3em 0.5em;background:white;color:black;font-size:0.9em}.su-image-carousel-slides-style-photo.su-image-carousel-crop .su-image-carousel-item-content img{top:7px;right:7px;left:7px;bottom:7px;width:calc(100% - 14px);height:calc(100% - 14px)}.su-image-carousel-mfp.mfp-bg{z-index:102000 !important}.su-image-carousel-mfp.mfp-wrap{z-index:102001 !important}.su-image-carousel-mfp.mfp-wrap .mfp-preloader{z-index:102002 !important}.su-image-carousel-mfp.mfp-wrap .mfp-content{z-index:102003 !important}.su-image-carousel-mfp.mfp-wrap button.mfp-close,.su-image-carousel-mfp.mfp-wrap button.mfp-arrow{z-index:102004 !important}.su-image-carousel-has-outline button.flickity-prev-next-button:focus,.su-image-carousel-has-outline .su-image-carousel-item-content a:focus img{outline-width:2px;outline-style:solid;outline-color:Highlight}@media (-webkit-min-device-pixel-ratio: 0){.su-image-carousel-has-outline button.flickity-prev-next-button:focus,.su-image-carousel-has-outline .su-image-carousel-item-content a:focus{outline-color:-webkit-focus-ring-color;outline-style:auto}}.su-label{display:inline;margin-right:0.3em;padding:0.1em 0.3em;font-size:0.8em;height:0.8em;line-height:0.8em;color:#fff;border-radius:3px}.su-label-type-default{background:#999}.su-label-type-success{background:#090}.su-label-type-warning{background:#f90}.su-label-type-important{background:#f03}.su-label-type-black{background:#111}.su-label-type-info{background:#09c}.su-lightbox-content{position:relative;margin:0 auto}.mfp-content .su-lightbox-content,#su-generator .su-lightbox-content{display:block !important}.su-lightbox-content-preview{width:100%;min-height:300px;background:#444;overflow:hidden}.su-lightbox-content h1,.su-lightbox-content h2,.su-lightbox-content h3,.su-lightbox-content h4,.su-lightbox-content h5,.su-lightbox-content h6{color:inherit}.su-lightbox{cursor:pointer}.su-list{margin-bottom:1.5em}.su-list ul{margin:0 !important;padding:0 !important;list-style:none !important}.su-list ul li{position:relative;display:block !important;margin:0 !important;padding:4px 0 4px 2em !important;list-style-type:none !important;line-height:1.3em}.su-list ul li>img{position:absolute;left:0;top:4px;width:1.3em;height:1.3em;padding:0;margin:0;border:none}.su-list ul li>i{position:absolute;left:0;top:4px;width:1.3em;height:1.3em;line-height:1.3em;text-align:center}.su-members{margin-bottom:1.5em;padding:1em;border-width:1px 0;border-style:solid;text-align:center}.su-members a{text-decoration:underline;color:inherit}.su-note{margin:0 0 1.5em;border-width:1px;border-style:solid}.su-note-inner{padding:1em;border-width:1px;border-style:solid}.su-posts-default-loop .su-post{margin-bottom:2.5em;line-height:1.5}.su-posts-default-loop .su-post:after{content:'';display:table;clear:both}.su-posts-default-loop .su-post-thumbnail{float:left;display:block;width:100px;height:100px;margin-right:1em}.su-posts-default-loop .su-post-thumbnail img{max-width:100px;max-height:100px}.su-posts-default-loop h2.su-post-title{clear:none;margin:0 0 0.3em;font-size:1.2em;font-weight:bold}.su-posts-default-loop .su-post-meta{margin-bottom:0.7em;font-size:0.8em;opacity:0.6;filter:alpha(opacity=60)}.su-posts-default-loop .su-post-excerpt{margin-bottom:0.5em}.su-posts-default-loop .su-post-excerpt p:last-child{margin-bottom:0}.su-posts-default-loop .su-post-comments-link{font-size:0.9em}.su-posts-teaser-loop .su-post{margin-bottom:1.5em;line-height:1.2}.su-posts-teaser-loop .su-post:after{content:'';display:table;clear:both}.su-posts-teaser-loop .su-post-thumbnail{float:left;display:block;width:56px;height:56px;margin:0 1em 0 0}.su-posts-teaser-loop .su-post-thumbnail img{display:block;margin:0;padding:2px;border:1px solid #ccc;border-radius:5px;max-width:100%;max-height:100%}.su-posts-teaser-loop h2.su-post-title{display:block;margin:0;padding:0;border:none;font-size:0.9em;font-weight:normal;clear:none}.su-posts-single-post .su-post{margin-bottom:2.5em;line-height:1.5}.su-posts-single-post .su-post:after{content:'';display:table;clear:both}.su-posts-single-post h1.su-post-title{clear:none;margin:0 0 0.3em;font-size:1.2em;font-weight:bold}.su-posts-single-post .su-post-meta{margin-bottom:0.7em;font-size:0.8em;opacity:0.6;filter:alpha(opacity=60)}.su-posts-single-post .su-post-content{margin-bottom:0.5em}.su-posts-single-post .su-post-content p:last-child{margin-bottom:0}.su-private{margin:0 0 1.5em}.su-pullquote{display:block;width:30%;padding:0.5em 1em}.su-pullquote-align-left{margin:0.5em 1.5em 1em 0;padding-left:0;float:left;border-right:5px solid #eee}.su-pullquote-align-right{margin:0.5em 0 1em 1.5em;padding-right:0;float:right;border-left:5px solid #eee}@media screen and (max-width: 48em){.su-pullquote{width:auto}.su-pullquote-align-left,.su-pullquote-align-right{float:none;margin:1.5em 0;padding:0.5em 1em}}.su-qrcode{display:inline-block}.su-qrcode-align-left{float:left;margin:0 0.5em 0.5em 0}.su-qrcode-align-center{display:block;clear:both;margin:1em auto;text-align:center}.su-qrcode-align-right{float:right;margin:0 0 0.5em 0.5em}.su-qrcode a,.su-qrcode a:hover,.su-qrcode a:active,.su-qrcode a:focus{background:transparent;outline:none;display:inline;text-decoration:none}.su-qrcode-clickable a:hover{opacity:0.7}.su-qrcode img{max-width:100%}.su-quote-style-default{position:relative;margin-bottom:1.5em;padding:0.5em 3em;font-style:italic}.su-quote-style-default:before,.su-quote-style-default:after{position:absolute;display:block;width:20px;height:20px;background-image:url("../images/quote.png");content:''}.su-quote-style-default:before{top:0;left:0;background-position:0 0}.su-quote-style-default:after{right:0;bottom:0;background-position:-20px 0}.su-quote-style-default .su-quote-cite{display:block;text-align:right;font-style:normal}.su-quote-style-default .su-quote-cite:before{content:'\2014\0000a0'}.su-quote-style-default .su-quote-cite a{text-decoration:underline}.su-screenr{margin:0 0 1.5em}.su-screenr iframe{border:none !important}.su-service{position:relative;margin:0 0 1.5em}.su-service-title{display:block;margin-bottom:0.5em;color:#333;font-weight:bold;font-size:1.1em}.su-service-title img{position:absolute;top:0;left:0;display:block !important;margin:0 !important;padding:0 !important;border:none !important;box-shadow:none !important}.su-service-title i{position:absolute;top:0;left:0;display:block !important;width:1em;height:1em;text-align:center;line-height:1em}.su-service-content{line-height:1.4}.su-slider{position:relative;margin-bottom:1.5em;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.su-slider-centered{margin:0 auto 1.5em}.su-slider-slides{position:relative;width:100%;-webkit-transition-property:-webkit-transform, left, top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0, 0, 0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform, left, top;-moz-transition-duration:0s;-moz-transform:translate3d(0, 0, 0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform, left, top;-o-transition-duration:0s;-o-transform:translate3d(0, 0, 0);-o-transition-timing-function:ease;-o-transform:translate(0, 0);-ms-transition-property:-ms-transform, left, top;-ms-transition-duration:0s;-ms-transform:translate3d(0, 0, 0);-ms-transition-timing-function:ease;-webkit-transition-property:left, top, -webkit-transform;transition-property:left, top, -webkit-transform;transition-property:transform, left, top;transition-property:transform, left, top, -webkit-transform;transition-duration:0s;transform:translate3d(0, 0, 0);transition-timing-function:ease}.swiper-free-mode>.su-slider-slides{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.su-slider-slide{position:relative;float:left}.su-slider-slide>a,.su-slider-slide>img,.su-slider-slide>a>img{position:relative;display:block;width:100%;height:100%;text-decoration:none}.su-slider-responsive-yes .su-slider-slide>a,.su-slider-responsive-yes .su-slider-slide>img,.su-slider-responsive-yes .su-slider-slide>a>img{height:auto}.su-slider-pages-no .su-slider-pagination{display:none}.swiper-wp8-horizontal{-ms-touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x}.su-slider-slide-title{position:absolute;left:20px;bottom:20px;display:block;max-width:90%;padding:5px 10px;color:#fff;line-height:1.3;background:#000;background:rgba(0,0,0,0.5);border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;filter:alpha(opacity=0);opacity:0;transition:opacity 1s;-o-transition:opacity 1s;-moz-transition:opacity 1s;-webkit-transition:opacity 1s}.su-slider-slide-visible .su-slider-slide-title{filter:alpha(opacity=100);opacity:1}.su-slider-prev,.su-slider-next{position:absolute;top:50%;display:block;width:40px;height:40px;margin-top:-20px !important;background:#000 0 0 url("../images/swiper/default.png") no-repeat;background-color:rgba(0,0,0,0.5);cursor:pointer;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;filter:alpha(opacity=0);opacity:0;-webkit-transition:all 0.2s;transition:all 0.2s}.su-slider-prev{right:10px;margin-right:30px;background-position:-40px 0}.su-slider-next{left:10px;margin-left:30px;background-position:0 0}.su-slider:hover .su-slider-prev,.su-slider:hover .su-slider-next{margin-left:0;margin-right:0;filter:alpha(opacity=70);opacity:0.7}.su-slider .su-slider-prev:hover,.su-slider .su-slider-next:hover{filter:alpha(opacity=100);opacity:1}.su-slider-pagination{position:absolute;left:15%;right:15%;top:50%;width:70%;height:0;margin-top:-7px;text-align:center;cursor:default;filter:alpha(opacity=0);opacity:0;-webkit-transition:all 0.2s;transition:all 0.2s}.su-slider:hover .su-slider-pagination{bottom:20px;filter:alpha(opacity=100);opacity:1}.su-slider-pagination span{display:inline-block;width:14px;height:14px;margin:0;background:#000 0 -999px url("../images/swiper/default.png") no-repeat;background-color:rgba(0,0,0,0.5);cursor:pointer;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-webkit-transition:all 0.2s;transition:all 0.2s}.su-slider:hover .su-slider-pagination span{margin:0 3px}.su-slider .su-slider-pagination span.swiper-visible-switch{background-color:#fff;background-color:rgba(255,255,255,0.5)}.su-slider-pagination span:hover,.su-slider-pagination span.swiper-active-switch{background-position:0 -40px}.su-spacer{display:block;height:0;clear:both;overflow:hidden}.su-spacer-5{height:5px}.su-spacer-10{height:10px}.su-spacer-20{height:20px}.su-spacer-30{height:30px}.su-spacer-40{height:40px}.su-spoiler{margin-bottom:1.5em}.su-spoiler .su-spoiler:last-child{margin-bottom:0}.su-spoiler-title{position:relative;cursor:pointer;min-height:20px;line-height:20px;padding:7px 7px 7px 34px;font-weight:bold;font-size:13px}.su-spoiler-title:focus{outline:currentColor thin dotted}.su-spoiler-icon{position:absolute;left:7px;top:7px;display:block;width:20px;height:20px;line-height:21px;text-align:center;font-size:14px;font-family:ShortcodesUltimateIcons;font-weight:normal;font-style:normal;-webkit-font-smoothing:antialiased;*margin-right:0.3em}.su-spoiler-content{padding:14px;-webkit-transition:padding-top 0.2s;transition:padding-top 0.2s;-ie-transition:padding-top 0.2s}.su-spoiler.su-spoiler-closed>.su-spoiler-content{height:0;margin:0;padding:0;overflow:hidden;border:none;opacity:0}.su-spoiler.su-spoiler-closed>.su-spoiler-content iframe{display:none}.su-spoiler-icon-plus .su-spoiler-icon:before{content:'\f068'}.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before{content:'\f067'}.su-spoiler-icon-plus-circle .su-spoiler-icon:before{content:'\f056'}.su-spoiler-icon-plus-circle.su-spoiler-closed .su-spoiler-icon:before{content:'\f055'}.su-spoiler-icon-plus-square-1 .su-spoiler-icon:before{content:'\f146'}.su-spoiler-icon-plus-square-1.su-spoiler-closed .su-spoiler-icon:before{content:'\f0fe'}.su-spoiler-icon-plus-square-2 .su-spoiler-icon:before{content:'\f147'}.su-spoiler-icon-plus-square-2.su-spoiler-closed .su-spoiler-icon:before{content:'\f196'}.su-spoiler-icon-arrow .su-spoiler-icon:before{content:'\f063'}.su-spoiler-icon-arrow.su-spoiler-closed .su-spoiler-icon:before{content:'\f061'}.su-spoiler-icon-arrow-circle-1 .su-spoiler-icon:before{content:'\f0ab'}.su-spoiler-icon-arrow-circle-1.su-spoiler-closed .su-spoiler-icon:before{content:'\f0a9'}.su-spoiler-icon-arrow-circle-2 .su-spoiler-icon:before{content:'\f01a'}.su-spoiler-icon-arrow-circle-2.su-spoiler-closed .su-spoiler-icon:before{content:'\f18e'}.su-spoiler-icon-chevron .su-spoiler-icon:before{content:'\f078'}.su-spoiler-icon-chevron.su-spoiler-closed .su-spoiler-icon:before{content:'\f054'}.su-spoiler-icon-chevron-circle .su-spoiler-icon:before{content:'\f13a'}.su-spoiler-icon-chevron-circle.su-spoiler-closed .su-spoiler-icon:before{content:'\f138'}.su-spoiler-icon-caret .su-spoiler-icon:before{content:'\f0d7'}.su-spoiler-icon-caret.su-spoiler-closed .su-spoiler-icon:before{content:'\f0da'}.su-spoiler-icon-caret-square .su-spoiler-icon:before{content:'\f150'}.su-spoiler-icon-caret-square.su-spoiler-closed .su-spoiler-icon:before{content:'\f152'}.su-spoiler-icon-folder-1 .su-spoiler-icon:before{content:'\f07c'}.su-spoiler-icon-folder-1.su-spoiler-closed .su-spoiler-icon:before{content:'\f07b'}.su-spoiler-icon-folder-2 .su-spoiler-icon:before{content:'\f115'}.su-spoiler-icon-folder-2.su-spoiler-closed .su-spoiler-icon:before{content:'\f114'}.su-spoiler-style-default>.su-spoiler-title{padding-left:27px;padding-right:0}.su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon{left:0}.su-spoiler-style-default>.su-spoiler-content{padding:1em 0 1em 27px}.su-spoiler-style-fancy{border:1px solid #ccc;border-radius:10px;background:#fff;color:#333}.su-spoiler-style-fancy>.su-spoiler-title{border-bottom:1px solid #ccc;border-radius:10px;background:#f0f0f0;font-size:0.9em}.su-spoiler-style-fancy.su-spoiler-closed>.su-spoiler-title{border:none}.su-spoiler-style-fancy>.su-spoiler-content{border-radius:10px}.su-spoiler-style-simple{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.su-spoiler-style-simple>.su-spoiler-title{padding:5px 10px;background:#f0f0f0;color:#333;font-size:0.9em}.su-spoiler-style-simple>.su-spoiler-title>.su-spoiler-icon{display:none}.su-spoiler-style-simple>.su-spoiler-content{padding:1em 10px;background:#fff;color:#333}.su-table{width:100%;margin-bottom:1.5em}.su-table table{width:100% !important;margin:0 !important;border-collapse:collapse !important;font-size:1em !important;border:1px solid #ccc !important;table-layout:auto !important}.su-table table th{text-align:center !important;padding:1em !important;font-size:1em !important;font-weight:bold !important;color:#333 !important;border:1px solid #ccc !important;background:#f0f0f0 !important}.su-table table td{padding:0.5em 1em !important;border:1px solid #ccc !important;background:#fff !important}.su-table-responsive{overflow-x:auto}.su-table-responsive table{width:auto !important;min-width:100% !important}.su-table-responsive table th,.su-table-responsive table td{word-break:initial !important}.su-table-alternate table tr:nth-child(even) td{background-color:#f7f7f7 !important}.su-table-fixed table{table-layout:fixed !important}.su-tabs{margin:0 0 1.5em;padding:3px;border-radius:3px;background:#eee}.su-tabs-nav span{display:inline-block;margin-right:3px;padding:10px 15px;min-height:40px;border-top-left-radius:3px;border-top-right-radius:3px;color:#333;font-size:13px;line-height:20px;cursor:pointer;-webkit-transition:all 0.2s;transition:all 0.2s}.su-tabs-nav span:hover{background:#f5f5f5}.su-tabs-nav span.su-tabs-current{background:#fff;cursor:default}.su-tabs-nav span:focus{outline:currentColor thin dotted}.su-tabs-nav span.su-tabs-disabled{opacity:0.5;cursor:default}.su-tabs-pane{padding:15px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background:#fff;color:#333;font-size:13px}.su-tabs-pane:not(.su-tabs-pane-open){overflow:hidden !important;padding:0 !important;min-height:0 !important;height:0 !important;border:none !important}.su-tabs-nav,.su-tabs-nav span,.su-tabs-panes,.su-tabs-pane{box-sizing:border-box !important}.su-tabs-vertical{display:-webkit-box;display:flex}.su-tabs-vertical .su-tabs-nav{width:30%}.su-tabs-vertical .su-tabs-nav>span{display:block;margin-right:0;border-radius:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.su-tabs-vertical .su-tabs-panes{width:70%}.su-tabs-vertical .su-tabs-panes .su-tabs-pane{height:100%;border-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px}@media only screen and (max-width: 768px){.su-tabs-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.su-tabs-vertical .su-tabs-nav,.su-tabs-vertical .su-tabs-panes{width:100%}.su-tabs-vertical .su-tabs-nav>span,.su-tabs-vertical .su-tabs-nav .su-tabs-pane,.su-tabs-vertical .su-tabs-panes>span,.su-tabs-vertical .su-tabs-panes .su-tabs-pane{border-radius:3px}.su-tabs-mobile-stack .su-tabs-nav span{display:block}.su-tabs-mobile-scroll .su-tabs-nav{display:-webkit-box;display:flex;-webkit-box-align:end;align-items:flex-end;white-space:nowrap;overflow-x:auto}}.qtip.su-qtip{max-width:480px !important}.su-tooltip{display:inline-block}.su-qtip-size-1{font-size:0.8em !important}.su-qtip-size-2{font-size:0.9em !important}.su-qtip-size-3{font-size:1em !important}.su-qtip-size-4{font-size:1.1em !important}.su-qtip-size-5{font-size:1.2em !important}.su-qtip-size-6{font-size:1.3em !important}.su-tooltip-content{display:none}.su-tooltip-content>:last-child{margin-bottom:0}.qtip-content .su-tooltip-content img,.qtip-content .su-tooltip-content object,.qtip-content .su-tooltip-content iframe,.qtip-content .su-tooltip-content embed{max-width:430px}.qtip-content .su-tooltip-content .su-u-responsive-media-yes{width:430px}.su-video{position:relative;margin-bottom:1.5em;overflow:hidden}.su-video .jp-title{position:absolute;top:-100px;left:0;width:100%;height:30px;padding:0 1em;line-height:30px;font-size:0.9em;background:#000;background:rgba(0,0,0,0.5);color:#fff;-webkit-transition:top 0.2s;transition:top 0.2s}.su-video:hover .jp-title{top:0}.su-video .jp-start{position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;opacity:0.5;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;background:50% 50% url("../images/player/default-start.png") no-repeat}.su-video:hover .jp-start{opacity:0.8}.su-video.jp-video-full{position:fixed;left:0;top:0;width:100%;height:100%}.su-video.jp-video-full .jp-jplayer{position:fixed !important;left:0;top:0;overflow:hidden}.su-video .jp-gui{position:relative;height:30px;background:#7c8781;background:-webkit-gradient(linear, left top, left bottom, from(#7c8781), to(#0a0809));background:-webkit-linear-gradient(top, #7c8781 0%, #0a0809 100%);background:linear-gradient(to bottom, #7c8781 0%, #0a0809 100%);border-bottom-right-radius:3px;border-bottom-left-radius:3px}.su-video.jp-video-full .jp-gui{position:fixed;left:0;bottom:0;width:100%}.su-video-controls-no .jp-gui{position:absolute !important;bottom:-100px;left:0;right:0;-webkit-transition:bottom 0.2s;transition:bottom 0.2s}.su-video-controls-no:hover .jp-gui{bottom:0}.su-video img{border-radius:0 !important;border:none !important;margin:0 !important;padding:0 !important}.su-video .jp-gui .jp-play,.su-video .jp-gui .jp-pause{position:absolute;left:0;top:0;display:block;width:30px;height:30px;border-right:1px solid #454947;cursor:pointer}.su-video .jp-gui .jp-play{background:0 0 url("../images/player/default.png") no-repeat}.su-video .jp-gui .jp-pause{background:-30px 0 url("../images/player/default.png") no-repeat}.su-video .jp-full-screen,.su-video .jp-restore-screen{position:absolute;top:0;right:0;display:block;width:30px;height:30px;border-left:1px solid #454947;cursor:pointer}.su-video .jp-full-screen{background:0 -30px url("../images/player/default.png") no-repeat}.su-video .jp-restore-screen{background:-30px -30px url("../images/player/default.png") no-repeat}.su-video .jp-progress{position:absolute;top:10px;left:90px;right:90px;height:10px;background:#333;border-radius:3px;box-shadow:0 0 5px #000 inset}.su-video .jp-seek-bar,.su-video .jp-play-bar{position:absolute;top:0;left:0;height:100%;cursor:pointer;border-radius:3px}.su-video .jp-seek-bar{background:#0b0b0b;background:-webkit-gradient(linear, left top, left bottom, from(#0b0b0b), to(#666));background:-webkit-linear-gradient(top, #0b0b0b 0%, #666 100%);background:linear-gradient(to bottom, #0b0b0b 0%, #666 100%)}.su-video .jp-play-bar{background:#6db3f2;background:-webkit-gradient(linear, left top, left bottom, from(#6db3f2), color-stop(50%, #54a3ee), color-stop(51%, #3690f0), to(#1e69de));background:-webkit-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);background:linear-gradient(to bottom, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%)}.su-video .jp-current-time,.su-video .jp-duration{position:absolute;top:0;display:block;height:30px;line-height:30px;color:#f5f5f5;font-size:10px}.su-video .jp-current-time{left:50px}.su-video .jp-duration{right:50px}.su-vimeo{margin:0 0 1.5em}.su-vimeo iframe{border:none !important}.su-youtube{margin:0 0 1.5em}.su-youtube iframe{border:none !important}
1
+ .su-u-clearfix::after{content:'';display:table;clear:both}.su-u-trim>:first-child{margin-top:0}.su-u-trim>:last-child{margin-bottom:0}.su-u-responsive-media-yes{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.su-u-responsive-media-yes .fluid-width-video-wrapper,.su-u-responsive-media-yes .video-holder{position:static!important}.su-u-responsive-media-yes embed,.su-u-responsive-media-yes iframe,.su-u-responsive-media-yes object{position:absolute;top:0;left:0;width:100%;height:100%}.su-accordion{margin-bottom:1.5em}.su-accordion .su-spoiler{margin-bottom:.5em}.su-audio{position:relative;width:100%;height:30px;margin-bottom:1.5em;background:#7c8781;background:-webkit-gradient(linear,left top,left bottom,from(#7c8781),to(#0a0809));background:-webkit-linear-gradient(top,#7c8781 0,#0a0809 100%);background:linear-gradient(to bottom,#7c8781 0,#0a0809 100%);border-radius:3px}.su-audio .jp-pause,.su-audio .jp-play{position:absolute;left:0;top:0;display:block;width:30px;height:30px;border-top-left-radius:3px;border-bottom-left-radius:3px;cursor:pointer;border-right:1px solid #454947;background-image:url(../images/player/default.png);background-repeat:no-repeat}.su-audio .jp-play{background-position:0 0}.su-audio .jp-pause{background-position:-30px 0}.su-audio .jp-current-time,.su-audio .jp-duration{position:absolute;top:0;display:block;height:30px;line-height:30px;font-size:10px;color:#eee;text-shadow:0 -1px 0 #000}.su-audio .jp-current-time{left:45px}.su-audio .jp-duration{right:10px}.su-audio .jp-play-bar,.su-audio .jp-seek-bar{position:absolute;top:0;left:0;height:10px;border-radius:3px;cursor:pointer}.su-audio .jp-progress{position:absolute;top:10px;left:85px;right:50px;height:10px;background:#333;box-shadow:0 0 5px #000 inset;border-radius:3px}.su-audio .jp-seek-bar{background:#0b0b0b;background:-webkit-gradient(linear,left top,left bottom,from(#0b0b0b),to(#666));background:-webkit-linear-gradient(top,#0b0b0b 0,#666 100%);background:linear-gradient(to bottom,#0b0b0b 0,#666 100%)}.su-audio .jp-play-bar{background:#6db3f2;background:-webkit-gradient(linear,left top,left bottom,from(#6db3f2),color-stop(50%,#54a3ee),color-stop(51%,#3690f0),to(#1e69de));background:-webkit-linear-gradient(top,#6db3f2 0,#54a3ee 50%,#3690f0 51%,#1e69de 100%);background:linear-gradient(to bottom,#6db3f2 0,#54a3ee 50%,#3690f0 51%,#1e69de 100%)}.su-box{margin:0 0 1.5em;border-width:2px;border-style:solid}.su-box-title{display:block;padding:.5em 1em;font-weight:700;font-size:1.1em}.su-box-content{background-color:#fff;color:#444;padding:1em}.su-box-style-soft .su-box-title{background-image:url(../images/styles/style-soft.png);background-position:0 0;background-repeat:repeat-x}.su-box-style-glass .su-box-title{background-image:url(../images/styles/style-glass.png);background-position:0 50%;background-repeat:repeat-x}.su-box-style-bubbles .su-box-title{background-image:url(../images/styles/style-bubbles.png);background-position:0 50%;background-repeat:repeat-x}.su-box-style-noise .su-box-title{background-image:url(../images/styles/style-noise.png);background-position:0 0;background-repeat:repeat-x}.su-button{display:inline-block!important;text-align:center;text-decoration:none!important;box-sizing:content-box!important;-webkit-transition:all .2s;transition:all .2s}.su-button-wide{display:block!important;margin:1em 0}.su-button-center{text-align:center}.su-button span{display:block!important;text-decoration:none!important;box-sizing:content-box!important;-webkit-transition:all .2s;transition:all .2s}.su-button img{border:none!important;vertical-align:middle!important;margin:-.2em .4em 0 -.3em!important;box-shadow:none!important}.su-button i{display:inline-block;width:1em;height:1em;margin:0 .5em 0 0!important;text-align:center;line-height:1em}.su-button.su-button-float-icon img{margin:0 .5em!important}.su-button small{display:block;margin:-.2em 0 0;color:inherit;text-align:center;font-style:normal;font-size:.8em;line-height:1;opacity:.7}.su-button-style-default{border-width:1px;border-style:solid}.su-button-style-default:hover{opacity:.7}.su-button-style-default span{border-top-width:1px;border-bottom-width:1px;border-top-style:solid;border-bottom-style:solid}.su-button-style-flat,.su-button-style-flat span{border:none}.su-button-style-flat span{position:relative}.su-button-style-flat:hover span{top:1px}.su-button-style-ghost{background:0 0!important}.su-button-style-ghost span{border-width:3px;border-style:solid}.su-button-style-ghost:hover span{border-color:inherit!important}.su-button-style-soft span{background:0 -20px url(../images/styles/style-soft.png) repeat-x}.su-button-style-soft:hover span{background:0 0 url(../images/styles/style-soft.png) repeat-x}.su-button-style-glass span{background:0 50% url(../images/styles/style-glass.png) repeat-x}.su-button-style-glass:hover span{background:100% 50% url(../images/styles/style-glass.png) repeat-x}.su-button-style-bubbles span{background:0 50% url(../images/styles/style-bubbles.png) no-repeat}.su-button-style-bubbles:hover span{background:-710px 50% url(../images/styles/style-bubbles.png) no-repeat}.su-button-style-noise span{background:0 0 url(../images/styles/style-noise.png) repeat-x}.su-button-style-noise:hover span{background:0 0 url(../images/styles/style-noise.png) repeat-x}.su-button-style-stroked span{margin:1px;border:1px dashed #fff!important}.su-button-style-stroked:hover span{opacity:.7}.su-button-style-3d{border-bottom-style:solid;border-bottom-width:6px}.su-button-style-3d span{border-bottom-style:solid;border-bottom-width:1px}.su-button-style-3d:hover{position:relative;top:3px;border-bottom-width:3px}.su-carousel{position:relative;margin-bottom:1.5em;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.su-carousel-centered{margin:0 auto 1.5em}.su-carousel-slides{position:relative;width:100%;-webkit-transition-property:-webkit-transform,left,top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform,left,top;-moz-transition-duration:0s;-moz-transform:translate3d(0,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform,left,top;-o-transition-duration:0s;-o-transform:translate3d(0,0,0);-o-transition-timing-function:ease;-o-transform:translate(0,0);-ms-transition-property:-ms-transform,left,top;-ms-transition-duration:0s;-ms-transform:translate3d(0,0,0);-ms-transition-timing-function:ease;-webkit-transition-property:left,top,-webkit-transform;transition-property:left,top,-webkit-transform;transition-property:transform,left,top;transition-property:transform,left,top,-webkit-transform;transition-duration:0s;transform:translate3d(0,0,0);transition-timing-function:ease}.swiper-free-mode>.su-carousel-slides{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.su-carousel-slide{position:relative;float:left}.su-carousel-slide>a,.su-carousel-slide>a>img,.su-carousel-slide>img{position:relative;display:block;width:100%;height:100%;text-decoration:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.su-carousel-responsive-yes .su-carousel-slide>a,.su-carousel-responsive-yes .su-carousel-slide>a>img,.su-carousel-responsive-yes .su-carousel-slide>img{height:auto}.su-carousel-pages-no .su-carousel-pagination{display:none}.swiper-wp8-horizontal{-ms-touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x}.su-carousel .su-carousel-slide a{padding:0 5px}.su-carousel .su-carousel-slide img{padding:3px;border:1px solid #ccc;background:#fff;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px}.su-carousel .su-carousel-slide-title{position:absolute;left:9px;right:9px;bottom:4px;display:block;padding:2px 3px;color:#fff;line-height:1.2;font-size:11px;background:#000;background:rgba(0,0,0,.5);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transition:opacity 1s;-o-transition:opacity 1s;-moz-transition:opacity 1s;-webkit-transition:opacity 1s}.su-carousel .su-carousel-next,.su-carousel .su-carousel-prev{position:absolute;top:50%;display:block;width:40px;height:40px;margin-top:-20px;background:#000 0 0 url(../images/swiper/default.png) no-repeat;background-color:rgba(0,0,0,.5);cursor:pointer;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;opacity:0;-webkit-transition:all .2s;transition:all .2s}.su-carousel .su-carousel-prev{right:20px;margin-right:40px;background-position:-40px 0}.su-carousel .su-carousel-next{left:20px;margin-left:40px;background-position:0 0}.su-carousel:hover .su-carousel-next,.su-carousel:hover .su-carousel-prev{margin-left:0;margin-right:0;opacity:.7}.su-carousel .su-carousel-next:hover,.su-carousel .su-carousel-prev:hover{opacity:1}.su-carousel .su-carousel-pagination{position:absolute;left:15%;right:15%;top:50%;width:70%;height:0;margin-top:-7px;text-align:center;cursor:default;opacity:0;-webkit-transition:all .2s;transition:all .2s}.su-carousel:hover .su-carousel-pagination{bottom:20px;opacity:1}.su-carousel .su-carousel-pagination span{display:inline-block;width:14px;height:14px;margin:0;background:#000 0 -999px url(../images/swiper/default.png) no-repeat;background-color:rgba(0,0,0,.5);cursor:pointer;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-webkit-transition:all .2s;transition:all .2s}.su-carousel:hover .su-carousel-pagination span{margin:0 3px}.su-carousel .su-carousel-pagination span.swiper-visible-switch{background-color:#fff;background-color:rgba(255,255,255,.5)}.su-carousel .su-carousel-pagination span.swiper-active-switch,.su-carousel .su-carousel-pagination span:hover{background-position:0 -40px}.su-row{clear:both;zoom:1;margin-bottom:1.5em}.su-row:after,.su-row:before{display:table;content:''}.su-row:after{clear:both}.su-column{display:block;margin:0 4% 0 0;float:left;box-sizing:border-box}.su-column-last{margin-right:0}.su-row .su-column{margin:0 0 0 4%}.su-row .su-column.su-column-size-1-1{margin-left:0;margin-right:0}.su-row .su-column:first-child{margin-left:0}.su-row .su-column.su-column-centered{margin-right:auto;margin-left:auto;float:none}.su-column embed,.su-column iframe,.su-column img,.su-column object{max-width:100%}.su-column-size-1-1{width:100%}.su-column-size-1-2{width:48%}.su-column-size-1-3{width:30.66%}.su-column-size-2-3{width:65.33%}.su-column-size-1-4{width:22%}.su-column-size-3-4{width:74%}.su-column-size-1-5{width:16.8%}.su-column-size-2-5{width:37.6%}.su-column-size-3-5{width:58.4%}.su-column-size-4-5{width:79.2%}.su-column-size-1-6{width:13.33%}.su-column-size-5-6{width:82.66%}.su-custom-gallery{margin-bottom:1.5em}.su-custom-gallery:after,.su-custom-gallery:before{content:'';display:table}.su-custom-gallery:after{clear:both}.su-custom-gallery-slide{position:relative;float:left;margin:.5em;overflow:hidden}.su-custom-gallery-slide a{display:block;width:100%;height:100%}.su-custom-gallery-slide img{display:block;margin:0;padding:3px;border:1px solid #ccc;background:#fff;box-sizing:border-box;border-radius:5px;box-shadow:none;-webkit-transition:all .2s;transition:all .2s}.su-custom-gallery-slide:hover img{background:#eee;border:1px solid #aaa}.su-custom-gallery-slide span{position:absolute;left:4px;bottom:4px;right:4px;display:block;padding:2px 4px;font-size:12px;color:#fff;background:#000;background:rgba(0,0,0,.5);line-height:1.3;opacity:0;-webkit-transition:all .2s;transition:all .2s}.su-custom-gallery-slide:hover span{opacity:1}.su-custom-gallery-title-never span{display:none}.su-custom-gallery-title-always span{opacity:1}.su-dailymotion{margin:0 0 1.5em}.su-dailymotion iframe{border:none!important}.su-divider{clear:both;border:none;text-align:right;line-height:1}.su-divider a{display:inline-block;font-size:.8em;text-decoration:none;outline:0;padding-bottom:5px}.su-divider-style-default{border-bottom-style:solid}.su-divider-style-dotted{border-bottom-style:dotted}.su-divider-style-dashed{border-bottom-style:dashed}.su-divider-style-double{border-bottom-style:double}.su-document{margin:0 0 1.5em}.su-document iframe{border:none!important}.su-dropcap{float:left;display:inline-block;width:2em;height:2em;margin:.2em .5em .2em 0;line-height:2em;text-align:center;overflow:hidden;text-transform:uppercase}.su-dropcap-style-default{color:#fff;background:#45484d;background:-webkit-gradient(linear,left top,left bottom,from(#45484d),to(black));background:-webkit-linear-gradient(top,#45484d 0,#000 100%);background:linear-gradient(to bottom,#45484d 0,#000 100%);text-shadow:-1px -1px 0 #000;border-radius:50%}.su-dropcap-style-flat{background:#444;color:#fff}.su-dropcap-style-light{color:#333;border-radius:50%;background:#fff;background:-webkit-gradient(linear,left top,left bottom,from(white),to(#eaeaea));background:-webkit-linear-gradient(top,#fff 0,#eaeaea 100%);background:linear-gradient(to bottom,#fff 0,#eaeaea 100%)}.su-dropcap-style-simple{width:1em;height:1em;line-height:1em;text-align:left}.su-expand{margin:0 0 1.5em}.su-expand-content{overflow:hidden}.su-expand-link{margin-top:.5em;cursor:pointer}.su-expand-link:hover{opacity:.7}.su-expand-link a,.su-expand-link a:active,.su-expand-link a:focus,.su-expand-link a:hover,.su-expand-link a:visited{display:inline;text-decoration:none;box-shadow:none;background:0 0;border:none}.su-expand-link-style-underlined .su-expand-link span{text-decoration:underline}.su-expand-link-style-dotted .su-expand-link span{border-bottom:1px dotted #333}.su-expand-link-style-dashed .su-expand-link span{border-bottom:1px dashed #333}.su-expand-link-style-button .su-expand-link a{display:inline-block;margin-top:.2em;padding:.2em .4em;border:2px solid #333}.su-expand-link-more{display:none}.su-expand-link-less{display:block}.su-expand-collapsed .su-expand-link-more{display:block}.su-expand-collapsed .su-expand-link-less{display:none}.su-expand-link i{display:inline-block;margin:0 .3em 0 0;vertical-align:middle;color:inherit}.su-expand-link img{display:inline-block;width:1em;height:1em;margin:0 .3em 0 0;vertical-align:middle}.su-frame,.su-frame-inner{display:block}.su-frame-align-left{float:left;margin:0 1em 1em 0}.su-frame-align-center{float:none;margin:1em auto}.su-frame-align-right{float:right;margin:0 0 1em 1em}.su-frame img{display:block!important;float:none!important;padding:0!important;margin:0!important;border:none!important;box-shadow:none!important}.su-frame-style-default{padding:2px;border:1px solid #999;background:#fff;box-shadow:1px 1px 4px #ccc}.su-frame-style-default .su-frame-inner{padding:2px;border:4px solid #eee}.su-gmap{margin:0 0 1.5em}.su-gmap iframe{border:none!important}.su-guests{margin-bottom:1.5em}.su-heading-style-default{padding:2px 0;border-top:1px solid #999;border-bottom:1px solid #999}.su-heading-style-default .su-heading-inner{padding:1em .5em;border-top:4px solid #eee;border-bottom:4px solid #eee}.su-heading.su-heading-align-left{text-align:left}.su-heading.su-heading-align-left .su-heading-inner{padding-left:.2em}.su-heading.su-heading-align-right{text-align:right}.su-heading.su-heading-align-right .su-heading-inner{padding-right:.2em}.su-heading.su-heading-align-center{text-align:center}.su-highlight{display:inline;padding:1px 0}.su-image-carousel{width:100%;margin:1.5em 0}.su-image-carousel:first-child{margin-top:0}.su-image-carousel:last-child{margin-bottom:0}.su-image-carousel-item{width:100%;box-sizing:border-box}.su-image-carousel .su-image-carousel-item-content{position:relative}.su-image-carousel .su-image-carousel-item-content a,.su-image-carousel .su-image-carousel-item-content a:active,.su-image-carousel .su-image-carousel-item-content a:focus,.su-image-carousel .su-image-carousel-item-content a:hover,.su-image-carousel .su-image-carousel-item-content a:visited,.su-image-carousel .su-image-carousel-item-content img{display:block;width:100%;height:100%;margin:0;padding:0;box-sizing:border-box;box-shadow:none;text-decoration:none;border:none;border-radius:0}.su-image-carousel .su-image-carousel-item-content a::after,.su-image-carousel .su-image-carousel-item-content a::before,.su-image-carousel .su-image-carousel-item-content img::after,.su-image-carousel .su-image-carousel-item-content img::before{display:none}.su-image-carousel .su-image-carousel-item-content span{position:absolute;display:block;font-size:.9em;max-height:60%;overflow:auto;line-height:1.3;word-wrap:break-word}.su-image-carousel .su-image-carousel-item-content span:empty{display:none}.su-image-carousel-columns-2 .su-image-carousel-item{width:50%}.su-image-carousel-columns-2.su-image-carousel-has-spacing .su-image-carousel-item{width:48.5%;margin-right:3%}.su-image-carousel-columns-3 .su-image-carousel-item{width:33.33333%}.su-image-carousel-columns-3.su-image-carousel-has-spacing .su-image-carousel-item{width:31.4%;margin-right:2.9%}.su-image-carousel-columns-4 .su-image-carousel-item{width:25%}.su-image-carousel-columns-4.su-image-carousel-has-spacing .su-image-carousel-item{width:22.9%;margin-right:2.8%}.su-image-carousel-columns-5 .su-image-carousel-item{width:20%}.su-image-carousel-columns-5.su-image-carousel-has-spacing .su-image-carousel-item{width:18%;margin-right:2.5%}.su-image-carousel-columns-6 .su-image-carousel-item{width:16.66667%}.su-image-carousel-columns-6.su-image-carousel-has-spacing .su-image-carousel-item{width:14.5%;margin-right:2.6%}.su-image-carousel-columns-7 .su-image-carousel-item{width:14.28571%}.su-image-carousel-columns-7.su-image-carousel-has-spacing .su-image-carousel-item{width:12.4%;margin-right:2.2%}.su-image-carousel-columns-8 .su-image-carousel-item{width:12.5%}.su-image-carousel-columns-8.su-image-carousel-has-spacing .su-image-carousel-item{width:10.75%;margin-right:2%}.su-image-carousel-crop .su-image-carousel-item-content::before{float:left;width:1px;margin-left:-1px;height:0;content:''}.su-image-carousel-crop .su-image-carousel-item-content::after{content:'';display:table;clear:both}.su-image-carousel-crop .su-image-carousel-item-content img{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.su-image-carousel-crop-16-9 .su-image-carousel-item-content::before{padding-top:56.25%}.su-image-carousel-crop-16-10 .su-image-carousel-item-content::before{padding-top:62.5%}.su-image-carousel-crop-21-9 .su-image-carousel-item-content::before{padding-top:42.85714%}.su-image-carousel-crop-5-4 .su-image-carousel-item-content::before{padding-top:80%}.su-image-carousel-crop-4-3 .su-image-carousel-item-content::before{padding-top:75%}.su-image-carousel-crop-3-2 .su-image-carousel-item-content::before{padding-top:66.66667%}.su-image-carousel-crop-2-1 .su-image-carousel-item-content::before{padding-top:50%}.su-image-carousel-crop-1-1 .su-image-carousel-item-content::before{padding-top:100%}.su-image-carousel-crop-1-2 .su-image-carousel-item-content::before{padding-top:200%}.su-image-carousel-crop-2-3 .su-image-carousel-item-content::before{padding-top:150%}.su-image-carousel-crop-3-4 .su-image-carousel-item-content::before{padding-top:133.33333%}.su-image-carousel-crop-4-5 .su-image-carousel-item-content::before{padding-top:125%}.su-image-carousel-crop-9-21 .su-image-carousel-item-content::before{padding-top:233.33333%}.su-image-carousel-crop-10-16 .su-image-carousel-item-content::before{padding-top:160%}.su-image-carousel-crop-9-16 .su-image-carousel-item-content::before{padding-top:177.77778%}.su-image-carousel-align-left{float:left;margin-right:1.5em;margin-top:0}.su-image-carousel-align-right{float:right;margin-left:1.5em;margin-top:0}.su-image-carousel-align-center{margin-right:auto;margin-left:auto}.su-image-carousel-align-full{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw!important;width:100vw!important}.su-image-carousel button.flickity-prev-next-button{position:absolute;top:50%;display:block;width:44px;height:44px;margin:-22px 0 0;padding:0;opacity:0;outline:0;border-radius:50%;-webkit-transform:none;transform:none;-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease,-webkit-transform .2s ease}.su-image-carousel:hover button.flickity-prev-next-button{opacity:.5}.su-image-carousel button.flickity-prev-next-button:focus,.su-image-carousel button.flickity-prev-next-button:hover{opacity:1;box-shadow:none}.su-image-carousel button.flickity-prev-next-button:focus{-webkit-transform:scale(1.05);transform:scale(1.05)}.su-image-carousel button.flickity-prev-next-button[disabled]{display:none}.su-image-carousel button.flickity-prev-next-button.previous{left:20px}.su-image-carousel button.flickity-prev-next-button.next{right:20px}.su-image-carousel>ol.flickity-page-dots{position:absolute;top:50%;left:50%;bottom:auto;width:auto;margin:0;padding:0;list-style:none;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:none;opacity:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.su-image-carousel>ol.flickity-page-dots>li.dot{position:relative;width:20px;height:20px;display:inline-block;margin:5px;padding:0;list-style:none;pointer-events:all;border-radius:50%;opacity:.5;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.su-image-carousel>ol.flickity-page-dots>li.dot:hover{opacity:1}.su-image-carousel>ol.flickity-page-dots>li.dot::before{position:absolute;top:50%;left:50%;display:none;width:10px;height:10px;margin:0;padding:0;content:'';border-radius:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.su-image-carousel>ol.flickity-page-dots>li.dot.is-selected::before{display:block}.su-image-carousel:hover ol.flickity-page-dots{opacity:1}.su-image-carousel-controls-style-dark button.flickity-prev-next-button{background:#000;color:#fff}.su-image-carousel-controls-style-dark ol.flickity-page-dots li.dot{background:#000}.su-image-carousel-controls-style-dark ol.flickity-page-dots li.dot::before{background:#fff}.su-image-carousel-controls-style-light button.flickity-prev-next-button{background:#fff;color:#000}.su-image-carousel-controls-style-light ol.flickity-page-dots li.dot{background:#fff}.su-image-carousel-controls-style-light ol.flickity-page-dots li.dot::before{background:#000}.su-image-carousel-slides-style-default .su-image-carousel-item-content{margin:1px}.su-image-carousel-slides-style-default .su-image-carousel-item-content img{padding:3px;background:#fff;border:1px solid #ccc;border-radius:7px}.su-image-carousel-slides-style-default .su-image-carousel-item-content span{bottom:4px;right:4px;left:4px;padding:.5em .7em;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.7)),to(transparent));background:-webkit-linear-gradient(bottom,rgba(0,0,0,.7),transparent);background:linear-gradient(to top,rgba(0,0,0,.7),transparent);text-shadow:0 2px 5px #000;color:#fff;border-bottom-right-radius:2px;border-bottom-left-radius:2px}.su-image-carousel-slides-style-minimal .su-image-carousel-item-content{margin:1px}.su-image-carousel-slides-style-minimal .su-image-carousel-item-content span{right:0;bottom:0;left:0;padding:.7em;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.7)),to(transparent));background:-webkit-linear-gradient(bottom,rgba(0,0,0,.7),transparent);background:linear-gradient(to top,rgba(0,0,0,.7),transparent);text-shadow:0 2px 5px #000;color:#fff}.su-image-carousel-slides-style-photo .su-image-carousel-item-content{padding:7px}.su-image-carousel-slides-style-photo .su-image-carousel-item-content img{border:5px solid #fff;border-radius:7px;box-shadow:0 2px 5px rgba(0,0,0,.5)}.su-image-carousel-slides-style-photo .su-image-carousel-item-content span{right:12px;bottom:12px;left:12px;padding:.3em .5em;background:#fff;color:#000;font-size:.9em}.su-image-carousel-slides-style-photo.su-image-carousel-crop .su-image-carousel-item-content img{top:7px;right:7px;left:7px;bottom:7px;width:calc(100% - 14px);height:calc(100% - 14px)}.su-image-carousel-mfp.mfp-bg{z-index:102000!important}.su-image-carousel-mfp.mfp-wrap{z-index:102001!important}.su-image-carousel-mfp.mfp-wrap .mfp-preloader{z-index:102002!important}.su-image-carousel-mfp.mfp-wrap .mfp-content{z-index:102003!important}.su-image-carousel-mfp.mfp-wrap button.mfp-arrow,.su-image-carousel-mfp.mfp-wrap button.mfp-close{z-index:102004!important}.su-image-carousel-has-outline .su-image-carousel-item-content a:focus img,.su-image-carousel-has-outline button.flickity-prev-next-button:focus{outline-width:2px;outline-style:solid;outline-color:Highlight}.su-label{display:inline;margin-right:.3em;padding:.1em .3em;font-size:.8em;height:.8em;line-height:.8em;color:#fff;border-radius:3px}.su-label-type-default{background:#999}.su-label-type-success{background:#090}.su-label-type-warning{background:#f90}.su-label-type-important{background:#f03}.su-label-type-black{background:#111}.su-label-type-info{background:#09c}.su-lightbox-content{position:relative;margin:0 auto}#su-generator .su-lightbox-content,.mfp-content .su-lightbox-content{display:block!important}.su-lightbox-content-preview{width:100%;min-height:300px;background:#444;overflow:hidden}.su-lightbox-content h1,.su-lightbox-content h2,.su-lightbox-content h3,.su-lightbox-content h4,.su-lightbox-content h5,.su-lightbox-content h6{color:inherit}.su-lightbox{cursor:pointer}.su-list{margin-bottom:1.5em}.su-list ul{margin:0!important;padding:0!important;list-style:none!important}.su-list ul li{position:relative;display:block!important;margin:0!important;padding:4px 0 4px 2em!important;list-style-type:none!important;line-height:1.3em}.su-list ul li>img{position:absolute;left:0;top:4px;width:1.3em;height:1.3em;padding:0;margin:0;border:none}.su-list ul li>i{position:absolute;left:0;top:4px;width:1.3em;height:1.3em;line-height:1.3em;text-align:center}.su-members{margin-bottom:1.5em;padding:1em;border-width:1px 0;border-style:solid;text-align:center}.su-members a{text-decoration:underline;color:inherit}.su-note{margin:0 0 1.5em;border-width:1px;border-style:solid}.su-note-inner{padding:1em;border-width:1px;border-style:solid}.su-posts-default-loop .su-post{margin-bottom:2.5em;line-height:1.5}.su-posts-default-loop .su-post:after{content:'';display:table;clear:both}.su-posts-default-loop .su-post-thumbnail{float:left;display:block;width:100px;height:100px;margin-right:1em}.su-posts-default-loop .su-post-thumbnail img{max-width:100px;max-height:100px}.su-posts-default-loop h2.su-post-title{clear:none;margin:0 0 .3em;font-size:1.2em;font-weight:700}.su-posts-default-loop .su-post-meta{margin-bottom:.7em;font-size:.8em;opacity:.6}.su-posts-default-loop .su-post-excerpt{margin-bottom:.5em}.su-posts-default-loop .su-post-excerpt p:last-child{margin-bottom:0}.su-posts-default-loop .su-post-comments-link{font-size:.9em}.su-posts-teaser-loop .su-post{margin-bottom:1.5em;line-height:1.2}.su-posts-teaser-loop .su-post:after{content:'';display:table;clear:both}.su-posts-teaser-loop .su-post-thumbnail{float:left;display:block;width:56px;height:56px;margin:0 1em 0 0}.su-posts-teaser-loop .su-post-thumbnail img{display:block;margin:0;padding:2px;border:1px solid #ccc;border-radius:5px;max-width:100%;max-height:100%}.su-posts-teaser-loop h2.su-post-title{display:block;margin:0;padding:0;border:none;font-size:.9em;font-weight:400;clear:none}.su-posts-single-post .su-post{margin-bottom:2.5em;line-height:1.5}.su-posts-single-post .su-post:after{content:'';display:table;clear:both}.su-posts-single-post h1.su-post-title{clear:none;margin:0 0 .3em;font-size:1.2em;font-weight:700}.su-posts-single-post .su-post-meta{margin-bottom:.7em;font-size:.8em;opacity:.6}.su-posts-single-post .su-post-content{margin-bottom:.5em}.su-posts-single-post .su-post-content p:last-child{margin-bottom:0}.su-private{margin:0 0 1.5em}.su-pullquote{display:block;width:30%;padding:.5em 1em}.su-pullquote-align-left{margin:.5em 1.5em 1em 0;padding-left:0;float:left;border-right:5px solid #eee}.su-pullquote-align-right{margin:.5em 0 1em 1.5em;padding-right:0;float:right;border-left:5px solid #eee}.su-qrcode{display:inline-block}.su-qrcode-align-left{float:left;margin:0 .5em .5em 0}.su-qrcode-align-center{display:block;clear:both;margin:1em auto;text-align:center}.su-qrcode-align-right{float:right;margin:0 0 .5em .5em}.su-qrcode a,.su-qrcode a:active,.su-qrcode a:focus,.su-qrcode a:hover{background:0 0;outline:0;display:inline;text-decoration:none}.su-qrcode-clickable a:hover{opacity:.7}.su-qrcode img{max-width:100%}.su-quote-style-default{position:relative;margin-bottom:1.5em;padding:.5em 3em;font-style:italic}.su-quote-style-default:after,.su-quote-style-default:before{position:absolute;display:block;width:20px;height:20px;background-image:url(../images/quote.png);content:''}.su-quote-style-default:before{top:0;left:0;background-position:0 0}.su-quote-style-default:after{right:0;bottom:0;background-position:-20px 0}.su-quote-style-default .su-quote-cite{display:block;text-align:right;font-style:normal}.su-quote-style-default .su-quote-cite:before{content:'\2014\0000a0'}.su-quote-style-default .su-quote-cite a{text-decoration:underline}.su-screenr{margin:0 0 1.5em}.su-screenr iframe{border:none!important}.su-service{position:relative;margin:0 0 1.5em}.su-service-title{display:block;margin-bottom:.5em;color:#333;font-weight:700;font-size:1.1em}.su-service-title img{position:absolute;top:0;left:0;display:block!important;margin:0!important;padding:0!important;border:none!important;box-shadow:none!important}.su-service-title i{position:absolute;top:0;left:0;display:block!important;width:1em;height:1em;text-align:center;line-height:1em}.su-service-content{line-height:1.4}.su-slider{position:relative;margin-bottom:1.5em;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.su-slider-centered{margin:0 auto 1.5em}.su-slider-slides{position:relative;width:100%;-webkit-transition-property:-webkit-transform,left,top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform,left,top;-moz-transition-duration:0s;-moz-transform:translate3d(0,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform,left,top;-o-transition-duration:0s;-o-transform:translate3d(0,0,0);-o-transition-timing-function:ease;-o-transform:translate(0,0);-ms-transition-property:-ms-transform,left,top;-ms-transition-duration:0s;-ms-transform:translate3d(0,0,0);-ms-transition-timing-function:ease;-webkit-transition-property:left,top,-webkit-transform;transition-property:left,top,-webkit-transform;transition-property:transform,left,top;transition-property:transform,left,top,-webkit-transform;transition-duration:0s;transform:translate3d(0,0,0);transition-timing-function:ease}.swiper-free-mode>.su-slider-slides{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.su-slider-slide{position:relative;float:left}.su-slider-slide>a,.su-slider-slide>a>img,.su-slider-slide>img{position:relative;display:block;width:100%;height:100%;text-decoration:none}.su-slider-responsive-yes .su-slider-slide>a,.su-slider-responsive-yes .su-slider-slide>a>img,.su-slider-responsive-yes .su-slider-slide>img{height:auto}.su-slider-pages-no .su-slider-pagination{display:none}.swiper-wp8-horizontal{-ms-touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x}.su-slider-slide-title{position:absolute;left:20px;bottom:20px;display:block;max-width:90%;padding:5px 10px;color:#fff;line-height:1.3;background:#000;background:rgba(0,0,0,.5);border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;opacity:0;transition:opacity 1s;-o-transition:opacity 1s;-moz-transition:opacity 1s;-webkit-transition:opacity 1s}.su-slider-slide-visible .su-slider-slide-title{opacity:1}.su-slider-next,.su-slider-prev{position:absolute;top:50%;display:block;width:40px;height:40px;margin-top:-20px!important;background:#000 0 0 url(../images/swiper/default.png) no-repeat;background-color:rgba(0,0,0,.5);cursor:pointer;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;opacity:0;-webkit-transition:all .2s;transition:all .2s}.su-slider-prev{right:10px;margin-right:30px;background-position:-40px 0}.su-slider-next{left:10px;margin-left:30px;background-position:0 0}.su-slider:hover .su-slider-next,.su-slider:hover .su-slider-prev{margin-left:0;margin-right:0;opacity:.7}.su-slider .su-slider-next:hover,.su-slider .su-slider-prev:hover{opacity:1}.su-slider-pagination{position:absolute;left:15%;right:15%;top:50%;width:70%;height:0;margin-top:-7px;text-align:center;cursor:default;opacity:0;-webkit-transition:all .2s;transition:all .2s}.su-slider:hover .su-slider-pagination{bottom:20px;opacity:1}.su-slider-pagination span{display:inline-block;width:14px;height:14px;margin:0;background:#000 0 -999px url(../images/swiper/default.png) no-repeat;background-color:rgba(0,0,0,.5);cursor:pointer;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-webkit-transition:all .2s;transition:all .2s}.su-slider:hover .su-slider-pagination span{margin:0 3px}.su-slider .su-slider-pagination span.swiper-visible-switch{background-color:#fff;background-color:rgba(255,255,255,.5)}.su-slider-pagination span.swiper-active-switch,.su-slider-pagination span:hover{background-position:0 -40px}.su-spacer{display:block;height:0;clear:both;overflow:hidden}.su-spacer-5{height:5px}.su-spacer-10{height:10px}.su-spacer-20{height:20px}.su-spacer-30{height:30px}.su-spacer-40{height:40px}.su-spoiler{margin-bottom:1.5em}.su-spoiler .su-spoiler:last-child{margin-bottom:0}.su-spoiler-title{position:relative;cursor:pointer;min-height:20px;line-height:20px;padding:7px 7px 7px 34px;font-weight:700;font-size:13px}.su-spoiler-title:focus{outline:currentColor thin dotted}.su-spoiler-icon{position:absolute;left:7px;top:7px;display:block;width:20px;height:20px;line-height:21px;text-align:center;font-size:14px;font-family:ShortcodesUltimateIcons;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased}.su-spoiler-content{padding:14px;-webkit-transition:padding-top .2s;transition:padding-top .2s;-ie-transition:padding-top .2s}.su-spoiler.su-spoiler-closed>.su-spoiler-content{height:0;margin:0;padding:0;overflow:hidden;border:none;opacity:0;pointer-events:none}.su-spoiler.su-spoiler-closed>.su-spoiler-content iframe{display:none}.su-spoiler-icon-plus .su-spoiler-icon:before{content:'\f068'}.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before{content:'\f067'}.su-spoiler-icon-plus-circle .su-spoiler-icon:before{content:'\f056'}.su-spoiler-icon-plus-circle.su-spoiler-closed .su-spoiler-icon:before{content:'\f055'}.su-spoiler-icon-plus-square-1 .su-spoiler-icon:before{content:'\f146'}.su-spoiler-icon-plus-square-1.su-spoiler-closed .su-spoiler-icon:before{content:'\f0fe'}.su-spoiler-icon-plus-square-2 .su-spoiler-icon:before{content:'\f147'}.su-spoiler-icon-plus-square-2.su-spoiler-closed .su-spoiler-icon:before{content:'\f196'}.su-spoiler-icon-arrow .su-spoiler-icon:before{content:'\f063'}.su-spoiler-icon-arrow.su-spoiler-closed .su-spoiler-icon:before{content:'\f061'}.su-spoiler-icon-arrow-circle-1 .su-spoiler-icon:before{content:'\f0ab'}.su-spoiler-icon-arrow-circle-1.su-spoiler-closed .su-spoiler-icon:before{content:'\f0a9'}.su-spoiler-icon-arrow-circle-2 .su-spoiler-icon:before{content:'\f01a'}.su-spoiler-icon-arrow-circle-2.su-spoiler-closed .su-spoiler-icon:before{content:'\f18e'}.su-spoiler-icon-chevron .su-spoiler-icon:before{content:'\f078'}.su-spoiler-icon-chevron.su-spoiler-closed .su-spoiler-icon:before{content:'\f054'}.su-spoiler-icon-chevron-circle .su-spoiler-icon:before{content:'\f13a'}.su-spoiler-icon-chevron-circle.su-spoiler-closed .su-spoiler-icon:before{content:'\f138'}.su-spoiler-icon-caret .su-spoiler-icon:before{content:'\f0d7'}.su-spoiler-icon-caret.su-spoiler-closed .su-spoiler-icon:before{content:'\f0da'}.su-spoiler-icon-caret-square .su-spoiler-icon:before{content:'\f150'}.su-spoiler-icon-caret-square.su-spoiler-closed .su-spoiler-icon:before{content:'\f152'}.su-spoiler-icon-folder-1 .su-spoiler-icon:before{content:'\f07c'}.su-spoiler-icon-folder-1.su-spoiler-closed .su-spoiler-icon:before{content:'\f07b'}.su-spoiler-icon-folder-2 .su-spoiler-icon:before{content:'\f115'}.su-spoiler-icon-folder-2.su-spoiler-closed .su-spoiler-icon:before{content:'\f114'}.su-spoiler-style-default>.su-spoiler-title{padding-left:27px;padding-right:0}.su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon{left:0}.su-spoiler-style-default>.su-spoiler-content{padding:1em 0 1em 27px}.su-spoiler-style-fancy{border:1px solid #ccc;border-radius:10px;background:#fff;color:#333}.su-spoiler-style-fancy>.su-spoiler-title{border-bottom:1px solid #ccc;border-radius:10px;background:#f0f0f0;font-size:.9em}.su-spoiler-style-fancy.su-spoiler-closed>.su-spoiler-title{border:none}.su-spoiler-style-fancy>.su-spoiler-content{border-radius:10px}.su-spoiler-style-simple{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.su-spoiler-style-simple>.su-spoiler-title{padding:5px 10px;background:#f0f0f0;color:#333;font-size:.9em}.su-spoiler-style-simple>.su-spoiler-title>.su-spoiler-icon{display:none}.su-spoiler-style-simple>.su-spoiler-content{padding:1em 10px;background:#fff;color:#333}.su-table{width:100%;margin-bottom:1.5em}.su-table table{width:100%!important;margin:0!important;border-collapse:collapse!important;font-size:1em!important;border:1px solid #ccc!important;table-layout:auto!important}.su-table table th{text-align:center!important;padding:1em!important;font-size:1em!important;font-weight:700!important;color:#333!important;border:1px solid #ccc!important;background:#f0f0f0!important}.su-table table td{padding:.5em 1em!important;border:1px solid #ccc!important;background:#fff!important}.su-table-responsive{overflow-x:auto}.su-table-responsive table{width:auto!important;min-width:100%!important}.su-table-responsive table td,.su-table-responsive table th{word-break:initial!important}.su-table-alternate table tr:nth-child(even) td{background-color:#f7f7f7!important}.su-table-fixed table{table-layout:fixed!important}.su-tabs{margin:0 0 1.5em;padding:3px;border-radius:3px;background:#eee}.su-tabs-nav span{display:inline-block;margin-right:3px;padding:10px 15px;min-height:40px;border-top-left-radius:3px;border-top-right-radius:3px;color:#333;font-size:13px;line-height:20px;cursor:pointer;-webkit-transition:all .2s;transition:all .2s}.su-tabs-nav span:hover{background:#f5f5f5}.su-tabs-nav span.su-tabs-current{background:#fff;cursor:default}.su-tabs-nav span:focus{outline:currentColor thin dotted}.su-tabs-nav span.su-tabs-disabled{opacity:.5;cursor:default}.su-tabs-pane{padding:15px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background:#fff;color:#333;font-size:13px}.su-tabs-pane:not(.su-tabs-pane-open){overflow:hidden!important;padding:0!important;min-height:0!important;height:0!important;border:none!important}.su-tabs-nav,.su-tabs-nav span,.su-tabs-pane,.su-tabs-panes{box-sizing:border-box!important}.su-tabs-vertical{display:-webkit-box;display:flex}.su-tabs-vertical .su-tabs-nav{width:30%}.su-tabs-vertical .su-tabs-nav>span{display:block;margin-right:0;border-radius:0;border-top-left-radius:3px;border-bottom-left-radius:3px}.su-tabs-vertical .su-tabs-panes{width:70%}.su-tabs-vertical .su-tabs-panes .su-tabs-pane{height:100%;border-radius:0;border-top-right-radius:3px;border-bottom-right-radius:3px}.qtip.su-qtip{max-width:480px!important}.su-tooltip{display:inline-block}.su-qtip-size-1{font-size:.8em!important}.su-qtip-size-2{font-size:.9em!important}.su-qtip-size-3{font-size:1em!important}.su-qtip-size-4{font-size:1.1em!important}.su-qtip-size-5{font-size:1.2em!important}.su-qtip-size-6{font-size:1.3em!important}.su-tooltip-content{display:none}.su-tooltip-content>:last-child{margin-bottom:0}.qtip-content .su-tooltip-content embed,.qtip-content .su-tooltip-content iframe,.qtip-content .su-tooltip-content img,.qtip-content .su-tooltip-content object{max-width:430px}.qtip-content .su-tooltip-content .su-u-responsive-media-yes{width:430px}.su-video{position:relative;margin-bottom:1.5em;overflow:hidden}.su-video .jp-title{position:absolute;top:-100px;left:0;width:100%;height:30px;padding:0 1em;line-height:30px;font-size:.9em;background:#000;background:rgba(0,0,0,.5);color:#fff;-webkit-transition:top .2s;transition:top .2s}.su-video:hover .jp-title{top:0}.su-video .jp-start{position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;opacity:.5;-webkit-transition:opacity .2s;transition:opacity .2s;background:50% 50% url(../images/player/default-start.png) no-repeat}.su-video:hover .jp-start{opacity:.8}.su-video.jp-video-full{position:fixed;left:0;top:0;width:100%;height:100%}.su-video.jp-video-full .jp-jplayer{position:fixed!important;left:0;top:0;overflow:hidden}.su-video .jp-gui{position:relative;height:30px;background:#7c8781;background:-webkit-gradient(linear,left top,left bottom,from(#7c8781),to(#0a0809));background:-webkit-linear-gradient(top,#7c8781 0,#0a0809 100%);background:linear-gradient(to bottom,#7c8781 0,#0a0809 100%);border-bottom-right-radius:3px;border-bottom-left-radius:3px}.su-video.jp-video-full .jp-gui{position:fixed;left:0;bottom:0;width:100%}.su-video-controls-no .jp-gui{position:absolute!important;bottom:-100px;left:0;right:0;-webkit-transition:bottom .2s;transition:bottom .2s}.su-video-controls-no:hover .jp-gui{bottom:0}.su-video img{border-radius:0!important;border:none!important;margin:0!important;padding:0!important}.su-video .jp-gui .jp-pause,.su-video .jp-gui .jp-play{position:absolute;left:0;top:0;display:block;width:30px;height:30px;border-right:1px solid #454947;cursor:pointer}.su-video .jp-gui .jp-play{background:0 0 url(../images/player/default.png) no-repeat}.su-video .jp-gui .jp-pause{background:-30px 0 url(../images/player/default.png) no-repeat}.su-video .jp-full-screen,.su-video .jp-restore-screen{position:absolute;top:0;right:0;display:block;width:30px;height:30px;border-left:1px solid #454947;cursor:pointer}.su-video .jp-full-screen{background:0 -30px url(../images/player/default.png) no-repeat}.su-video .jp-restore-screen{background:-30px -30px url(../images/player/default.png) no-repeat}.su-video .jp-progress{position:absolute;top:10px;left:90px;right:90px;height:10px;background:#333;border-radius:3px;box-shadow:0 0 5px #000 inset}.su-video .jp-play-bar,.su-video .jp-seek-bar{position:absolute;top:0;left:0;height:100%;cursor:pointer;border-radius:3px}.su-video .jp-seek-bar{background:#0b0b0b;background:-webkit-gradient(linear,left top,left bottom,from(#0b0b0b),to(#666));background:-webkit-linear-gradient(top,#0b0b0b 0,#666 100%);background:linear-gradient(to bottom,#0b0b0b 0,#666 100%)}.su-video .jp-play-bar{background:#6db3f2;background:-webkit-gradient(linear,left top,left bottom,from(#6db3f2),color-stop(50%,#54a3ee),color-stop(51%,#3690f0),to(#1e69de));background:-webkit-linear-gradient(top,#6db3f2 0,#54a3ee 50%,#3690f0 51%,#1e69de 100%);background:linear-gradient(to bottom,#6db3f2 0,#54a3ee 50%,#3690f0 51%,#1e69de 100%)}.su-video .jp-current-time,.su-video .jp-duration{position:absolute;top:0;display:block;height:30px;line-height:30px;color:#f5f5f5;font-size:10px}.su-video .jp-current-time{left:50px}.su-video .jp-duration{right:50px}.su-vimeo{margin:0 0 1.5em}.su-vimeo iframe{border:none!important}.su-youtube{margin:0 0 1.5em}.su-youtube iframe{border:none!important}@media screen and (max-width:768px){.su-button span{padding-top:.25em!important;padding-bottom:.25em!important;line-height:1.2!important}.su-button small{margin-top:.2em!important}.su-image-carousel-adaptive .su-image-carousel-item{width:100%!important;margin-right:0!important}}@media only screen and (max-width:768px){.su-row .su-column{width:100%;margin:0 0 1.5em;float:none}.su-row .su-column:last-child{margin-bottom:0}.su-tabs-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.su-tabs-vertical .su-tabs-nav,.su-tabs-vertical .su-tabs-panes{width:100%}.su-tabs-vertical .su-tabs-nav .su-tabs-pane,.su-tabs-vertical .su-tabs-nav>span,.su-tabs-vertical .su-tabs-panes .su-tabs-pane,.su-tabs-vertical .su-tabs-panes>span{border-radius:3px}.su-tabs-mobile-stack .su-tabs-nav span{display:block}.su-tabs-mobile-scroll .su-tabs-nav{display:-webkit-box;display:flex;-webkit-box-align:end;align-items:flex-end;white-space:nowrap;overflow-x:auto}}@media screen and (max-width:48em){.su-pullquote{width:auto}.su-pullquote-align-left,.su-pullquote-align-right{float:none;margin:1.5em 0;padding:.5em 1em}}@media only screen{[class*=su-column]+[class*=su-column]:last-child{float:right}}@media (-webkit-min-device-pixel-ratio:0){.su-image-carousel-has-outline .su-image-carousel-item-content a:focus,.su-image-carousel-has-outline button.flickity-prev-next-button:focus{outline-color:-webkit-focus-ring-color;outline-style:auto}}
includes/css/shortcodes.full.css CHANGED
@@ -2192,6 +2192,7 @@
2192
  overflow: hidden;
2193
  border: none;
2194
  opacity: 0;
 
2195
  }
2196
 
2197
  .su-spoiler.su-spoiler-closed > .su-spoiler-content iframe {
2192
  overflow: hidden;
2193
  border: none;
2194
  opacity: 0;
2195
+ pointer-events: none;
2196
  }
2197
 
2198
  .su-spoiler.su-spoiler-closed > .su-spoiler-content iframe {
includes/js/shortcodes/index.js CHANGED
@@ -1,2 +1,2 @@
1
- !function o(n,r,l){function c(t,e){if(!r[t]){if(!n[t]){var i="function"==typeof require&&require;if(!e&&i)return i(t,!0);if(u)return u(t,!0);var a=new Error("Cannot find module '"+t+"'");throw a.code="MODULE_NOT_FOUND",a}var s=r[t]={exports:{}};n[t][0].call(s.exports,function(e){return c(n[t][1][e]||e)},s,s.exports,o,n,r,l)}return r[t].exports}for(var u="function"==typeof require&&require,e=0;e<l.length;e++)c(l[e]);return c}({1:[function(e,t,i){"use strict";var a=r(e("./shortcodes/galleries")),s=r(e("./shortcodes/players")),o=r(e("./shortcodes/other")),n=r(e("./shortcodes/image-carousel"));function r(e){return e&&e.__esModule?e:{default:e}}(0,a.default)(),(0,s.default)(),(0,o.default)(),(0,n.default)()},{"./shortcodes/galleries":2,"./shortcodes/image-carousel":3,"./shortcodes/other":4,"./shortcodes/players":5}],2:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=function(){jQuery(document).ready(function(a){a(".su-lightbox-gallery").each(function(){var t=[];a(this).find(".su-slider-slide, .su-carousel-slide, .su-custom-gallery-slide").each(function(e){a(this).attr("data-index",e),t.push({src:a(this).children("a").attr("href"),title:a(this).children("a").attr("title")})}),a(this).data("slides",t)}),a(".su-slider").each(function(){var e=a(this),t=e.swiper({wrapperClass:"su-slider-slides",slideClass:"su-slider-slide",slideActiveClass:"su-slider-slide-active",slideVisibleClass:"su-slider-slide-visible",pagination:"#"+e.attr("id")+" .su-slider-pagination",autoplay:e.data("autoplay"),paginationClickable:!0,grabCursor:!0,mode:"horizontal",mousewheelControl:e.data("mousewheel"),speed:e.data("speed"),calculateHeight:e.hasClass("su-slider-responsive-yes"),loop:!0});e.find(".su-slider-prev").click(function(e){t.swipeNext()}),e.find(".su-slider-next").click(function(e){t.swipePrev()})}),a(".su-carousel").each(function(){var e=a(this),t=e.find(".su-carousel-slide"),i=e.swiper({wrapperClass:"su-carousel-slides",slideClass:"su-carousel-slide",slideActiveClass:"su-carousel-slide-active",slideVisibleClass:"su-carousel-slide-visible",pagination:"#"+e.attr("id")+" .su-carousel-pagination",autoplay:e.data("autoplay"),paginationClickable:!0,grabCursor:!0,mode:"horizontal",mousewheelControl:e.data("mousewheel"),speed:e.data("speed"),slidesPerView:e.data("items")>t.length?t.length:e.data("items"),slidesPerGroup:e.data("scroll"),calculateHeight:e.hasClass("su-carousel-responsive-yes"),loop:!0});e.find(".su-carousel-prev").click(function(e){i.swipeNext()}),e.find(".su-carousel-next").click(function(e){i.swipePrev()})}),a(".su-lightbox-gallery").on("click",".su-slider-slide, .su-carousel-slide, .su-custom-gallery-slide",function(e){e.preventDefault();var t=a(this).parents(".su-lightbox-gallery").data("slides");a.magnificPopup.open({items:t,type:"image",mainClass:"mfp-img-mobile",gallery:{enabled:!0,navigateByImgClick:!0,preload:[0,1],tPrev:SUShortcodesL10n.magnificPopup.prev,tNext:SUShortcodesL10n.magnificPopup.next,tCounter:SUShortcodesL10n.magnificPopup.counter},tClose:SUShortcodesL10n.magnificPopup.close,tLoading:SUShortcodesL10n.magnificPopup.loading},a(this).data("index"))})})}},{}],3:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=function(){window.SUImageCarousel=function(){var o={MFPItems:{},MFPL10n:SUShortcodesL10n.magnificPopup,initGalleries:function(){var e=document.querySelectorAll(".su-image-carousel");Array.prototype.forEach.call(e,o.initGallery)},initGallery:function(e){if(!e.classList.contains("su-image-carousel-ready")){var t=JSON.parse(e.getAttribute("data-flickity-options")),i=new Flickity(e,t);if(e.removeAttribute("tabindex"),i.on("settle",o.onGallerySettle),e.classList.contains("su-image-carousel-has-lightbox")){i.on("staticClick",o.onFlickityStaticClick),e.addEventListener("click",o.preventGalleryLinkClick),e.addEventListener("keyup",o.onGalleryKeyUp);var a=e.getAttribute("id"),s=e.querySelectorAll(".su-image-carousel-item-content > a");o.MFPItems[a]=[],Array.prototype.forEach.call(s,function(e,t){e.setAttribute("data-gallery",a),e.setAttribute("data-index",t),o.MFPItems[a].push({src:e.getAttribute("href"),title:e.getAttribute("data-caption")})})}e.classList.add("su-image-carousel-ready")}},onFlickityStaticClick:function(e,t,i,a){if(i){var s=i.querySelector("a");s&&o.openMagnificPopupFromLink(s)}},onGallerySettle:function(e){var t=this.element.querySelectorAll(".su-image-carousel-item");Array.prototype.forEach.call(t,function(e,t){var i=e.querySelectorAll("a")[0];i&&(i.setAttribute("tabindex",-1),e.classList.contains("is-selected")&&i.setAttribute("tabindex",0))})},preventGalleryLinkClick:function(e){o.closest(e.target,function(e){return e.tagName&&"A"===e.tagName.toUpperCase()})&&e.preventDefault()},onGalleryKeyUp:function(e){if(e.keyCode&&13===e.keyCode){var t=o.closest(e.target,function(e){return e.tagName&&"A"===e.tagName.toUpperCase()});t&&o.openMagnificPopupFromLink(t)}},openMagnificPopup:function(e,t){jQuery.magnificPopup.open({items:o.MFPItems[e],type:"image",mainClass:"mfp-img-mobile su-image-carousel-mfp",gallery:{enabled:!0,navigateByImgClick:!0,preload:[1,1],tPrev:o.MFPL10n.prev,tNext:o.MFPL10n.next,tCounter:o.MFPL10n.counter},tClose:o.MFPL10n.close,tLoading:o.MFPL10n.loading},t)},openMagnificPopupFromLink:function(e){var t=e.getAttribute("data-gallery"),i=parseInt(e.getAttribute("data-index"),10);o.openMagnificPopup(t,i)},closest:function(e,t){return e&&(t(e)?e:o.closest(e.parentNode,t))},ready:function(e){"loading"!==document.readyState?e():document.addEventListener("DOMContentLoaded",e)}};return{ready:o.ready,initGalleries:o.initGalleries,initGallery:o.initGallery}}(),jQuery(document).ready(function(){window.SUImageCarousel.initGalleries()})}},{}],4:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=function(){jQuery(document).ready(function(l){var e;function t(){""!==document.location.hash&&(l(".su-tabs-nav span[data-anchor]").each(function(){if("#"+l(this).data("anchor")===document.location.hash){var e=l(this).parents(".su-tabs"),t=0<l("#wpadminbar").length?28:0;l(this).trigger("click"),window.setTimeout(function(){l(window).scrollTop(e.offset().top-t-10)},100)}}),l(".su-spoiler[data-anchor]").each(function(){if("#"+l(this).data("anchor")===document.location.hash){var e=l(this),t=0<l("#wpadminbar").length?28:0;e.hasClass("su-spoiler-closed")&&e.find(".su-spoiler-title:first").trigger("click"),window.setTimeout(function(){l(window).scrollTop(e.offset().top-t-10)},100)}}))}l("body:not(.su-other-shortcodes-loaded)").on("click keypress",".su-spoiler-title",function(e){var t=l(this),i=t.parent(),a=0<l("#wpadminbar").length?28:0;i.toggleClass("su-spoiler-closed"),i.parent(".su-accordion").children(".su-spoiler").not(i).addClass("su-spoiler-closed"),l(window).scrollTop()>t.offset().top&&l(window).scrollTop(t.offset().top-t.height()-a),e.preventDefault()}),l("body:not(.su-other-shortcodes-loaded)").on("click keypress",".su-tabs-nav span",function(e){var t=l(this),i=t.data(),a=t.index(),s=t.hasClass("su-tabs-disabled"),o=t.parent(".su-tabs-nav").children("span"),n=t.parents(".su-tabs").find(".su-tabs-pane"),r=n.eq(a).find(".su-gmap:not(.su-gmap-reloaded)");if(s)return!1;n.removeClass("su-tabs-pane-open").eq(a).addClass("su-tabs-pane-open"),o.removeClass("su-tabs-current").eq(a).addClass("su-tabs-current"),0<r.length&&r.each(function(){var e=l(this).find("iframe:first");l(this).addClass("su-gmap-reloaded"),e.attr("src",e.attr("src"))}),""!==i.url&&("self"===i.target?window.location=i.url:"blank"===i.target&&window.open(i.url)),e.preventDefault()}),l(".su-tabs").each(function(){var e=parseInt(l(this).data("active"))-1;l(this).children(".su-tabs-nav").children("span").eq(e).trigger("click")}),t(),l(document).on("click",".su-lightbox",function(e){if(e.preventDefault(),e.stopPropagation(),"su-generator-preview"!==l(this).parent().attr("id")){var t=l(this).data("mfp-type"),i=l(this).data("mobile"),a=l(window).width();l(this).magnificPopup({disableOn:function(){return!("no"===i&&a<768)&&!("number"==typeof i&&a<i)},type:t,tClose:SUShortcodesL10n.magnificPopup.close,tLoading:SUShortcodesL10n.magnificPopup.loading,gallery:{tPrev:SUShortcodesL10n.magnificPopup.prev,tNext:SUShortcodesL10n.magnificPopup.next,tCounter:SUShortcodesL10n.magnificPopup.counter},image:{tError:SUShortcodesL10n.magnificPopup.error},ajax:{tError:SUShortcodesL10n.magnificPopup.error}}).magnificPopup("open")}else l(this).html(SUShortcodesL10n.noPreview)}),l(".su-frame-align-center, .su-frame-align-none").each(function(){var e=l(this).find("img").width();l(this).css("width",e+12)}),l(".su-tooltip").each(function(){var e=l(this),t=e.find(".su-tooltip-content"),i=0<t.length,a=e.data(),s={style:{classes:a.classes},position:{my:a.my,at:a.at,viewport:l(window)},content:{title:"",text:""}};""!==a.title&&(s.content.title=a.title),s.content.text=i?t:e.attr("title"),"yes"===a.close&&(s.content.button=!0),"click"===a.behavior?(s.show="click",s.hide="click",e.on("click",function(e){e.preventDefault(),e.stopPropagation()}),l(window).on("scroll resize",function(){e.qtip("reposition")})):"always"===a.behavior?(s.show=!0,s.hide=!1,l(window).on("scroll resize",function(){e.qtip("reposition")})):"hover"===a.behavior&&i&&(s.hide={fixed:!0,delay:600}),e.qtip(s)}),l("body:not(.su-other-shortcodes-loaded)").on("click",".su-expand-link",function(){var e=l(this).parents(".su-expand"),t=e.children(".su-expand-content");e.hasClass("su-expand-collapsed")?t.css("max-height","none"):t.css("max-height",e.data("height")+"px"),e.toggleClass("su-expand-collapsed")}),void 0!==(e=(document.body||document.documentElement).style).transition||void 0!==e.WebkitTransition||void 0!==e.MozTransition||void 0!==e.MsTransition||void 0!==e.OTransition?l(".su-animate").each(function(){l(this).one("inview",function(e){var t=l(this),i=t.data();window.setTimeout(function(){t.addClass(i.animation),t.addClass("animated"),t.css("visibility","visible")},1e3*i.delay)})}):l(".su-animate").css("visibility","visible"),"onhashchange"in window&&l(window).on("hashchange",t),l("body").addClass("su-other-shortcodes-loaded")})}},{}],5:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=function(){jQuery(document).ready(function(r){r(".su-audio").each(function(){var t=r(this),e="#"+t.data("id"),i=r(e),a=t.data("audio"),s=t.data("swf");i.jPlayer({ready:function(e){i.jPlayer("setMedia",{mp3:a}),"yes"===t.data("autoplay")&&i.jPlayer("play"),"yes"===t.data("loop")&&i.bind(r.jPlayer.event.ended+".repeat",function(){i.jPlayer("play")})},cssSelectorAncestor:e+"_container",volume:1,keyEnabled:!0,smoothPlayBar:!0,swfPath:s,supplied:"mp3"})}),r(".su-video").each(function(){var t=r(this),e=t.attr("id"),i=r("#"+e+"_player"),a=t.data("video"),s=t.data("swf"),o=t.data("poster"),n={width:i.width(),height:i.height()};i.jPlayer({ready:function(e){i.jPlayer("setMedia",{mp4:a,flv:a,poster:o}),"yes"===t.data("autoplay")&&i.jPlayer("play"),"yes"===t.data("loop")&&i.bind(r.jPlayer.event.ended+".repeat",function(){i.jPlayer("play")})},cssSelector:{gui:".jp-gui, .jp-title"},size:n,cssSelectorAncestor:"#"+e,volume:1,keyEnabled:!0,smoothPlayBar:!0,swfPath:s,supplied:"mp4, flv"})})})}},{}]},{},[1]);
2
  //# sourceMappingURL=index.js.map
1
+ !function o(n,r,l){function c(t,e){if(!r[t]){if(!n[t]){var i="function"==typeof require&&require;if(!e&&i)return i(t,!0);if(u)return u(t,!0);var a=new Error("Cannot find module '"+t+"'");throw a.code="MODULE_NOT_FOUND",a}var s=r[t]={exports:{}};n[t][0].call(s.exports,function(e){return c(n[t][1][e]||e)},s,s.exports,o,n,r,l)}return r[t].exports}for(var u="function"==typeof require&&require,e=0;e<l.length;e++)c(l[e]);return c}({1:[function(e,t,i){"use strict";var a=r(e("./shortcodes/galleries")),s=r(e("./shortcodes/players")),o=r(e("./shortcodes/other")),n=r(e("./shortcodes/image-carousel"));function r(e){return e&&e.__esModule?e:{default:e}}(0,a.default)(),(0,s.default)(),(0,o.default)(),(0,n.default)()},{"./shortcodes/galleries":2,"./shortcodes/image-carousel":3,"./shortcodes/other":4,"./shortcodes/players":5}],2:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=function(){jQuery(document).ready(function(a){a(".su-lightbox-gallery").each(function(){var t=[];a(this).find(".su-slider-slide, .su-carousel-slide, .su-custom-gallery-slide").each(function(e){a(this).attr("data-index",e),t.push({src:a(this).children("a").attr("href"),title:a(this).children("a").attr("title")})}),a(this).data("slides",t)}),a(".su-slider").each(function(){var e=a(this),t=e.swiper({wrapperClass:"su-slider-slides",slideClass:"su-slider-slide",slideActiveClass:"su-slider-slide-active",slideVisibleClass:"su-slider-slide-visible",pagination:"#"+e.attr("id")+" .su-slider-pagination",autoplay:e.data("autoplay"),paginationClickable:!0,grabCursor:!0,mode:"horizontal",mousewheelControl:e.data("mousewheel"),speed:e.data("speed"),calculateHeight:e.hasClass("su-slider-responsive-yes"),loop:!0});e.find(".su-slider-prev").click(function(e){t.swipeNext()}),e.find(".su-slider-next").click(function(e){t.swipePrev()})}),a(".su-carousel").each(function(){var e=a(this),t=e.find(".su-carousel-slide"),i=e.swiper({wrapperClass:"su-carousel-slides",slideClass:"su-carousel-slide",slideActiveClass:"su-carousel-slide-active",slideVisibleClass:"su-carousel-slide-visible",pagination:"#"+e.attr("id")+" .su-carousel-pagination",autoplay:e.data("autoplay"),paginationClickable:!0,grabCursor:!0,mode:"horizontal",mousewheelControl:e.data("mousewheel"),speed:e.data("speed"),slidesPerView:e.data("items")>t.length?t.length:e.data("items"),slidesPerGroup:e.data("scroll"),calculateHeight:e.hasClass("su-carousel-responsive-yes"),loop:!0});e.find(".su-carousel-prev").click(function(e){i.swipeNext()}),e.find(".su-carousel-next").click(function(e){i.swipePrev()})}),a(".su-lightbox-gallery").on("click",".su-slider-slide, .su-carousel-slide, .su-custom-gallery-slide",function(e){e.preventDefault();var t=a(this).parents(".su-lightbox-gallery").data("slides");a.magnificPopup.open({items:t,type:"image",mainClass:"mfp-img-mobile",gallery:{enabled:!0,navigateByImgClick:!0,preload:[0,1],tPrev:SUShortcodesL10n.magnificPopup.prev,tNext:SUShortcodesL10n.magnificPopup.next,tCounter:SUShortcodesL10n.magnificPopup.counter},tClose:SUShortcodesL10n.magnificPopup.close,tLoading:SUShortcodesL10n.magnificPopup.loading},a(this).data("index"))})})}},{}],3:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=function(){window.SUImageCarousel=function(){var o={MFPItems:{},MFPL10n:SUShortcodesL10n.magnificPopup,initGalleries:function(){var e=document.querySelectorAll(".su-image-carousel");Array.prototype.forEach.call(e,o.initGallery)},initGallery:function(e){if(!e.classList.contains("su-image-carousel-ready")){var t=JSON.parse(e.getAttribute("data-flickity-options")),i=new Flickity(e,t);if(e.removeAttribute("tabindex"),i.on("settle",o.onGallerySettle),e.classList.contains("su-image-carousel-has-lightbox")){i.on("staticClick",o.onFlickityStaticClick),e.addEventListener("click",o.preventGalleryLinkClick),e.addEventListener("keyup",o.onGalleryKeyUp);var a=e.getAttribute("id"),s=e.querySelectorAll(".su-image-carousel-item-content > a");o.MFPItems[a]=[],Array.prototype.forEach.call(s,function(e,t){e.setAttribute("data-gallery",a),e.setAttribute("data-index",t),o.MFPItems[a].push({src:e.getAttribute("href"),title:e.getAttribute("data-caption")})})}e.classList.add("su-image-carousel-ready")}},onFlickityStaticClick:function(e,t,i,a){if(i){var s=i.querySelector("a");s&&o.openMagnificPopupFromLink(s)}},onGallerySettle:function(e){var t=this.element.querySelectorAll(".su-image-carousel-item");Array.prototype.forEach.call(t,function(e,t){var i=e.querySelectorAll("a")[0];i&&(i.setAttribute("tabindex",-1),e.classList.contains("is-selected")&&i.setAttribute("tabindex",0))})},preventGalleryLinkClick:function(e){o.closest(e.target,function(e){return e.tagName&&"A"===e.tagName.toUpperCase()})&&e.preventDefault()},onGalleryKeyUp:function(e){if(e.keyCode&&13===e.keyCode){var t=o.closest(e.target,function(e){return e.tagName&&"A"===e.tagName.toUpperCase()});t&&o.openMagnificPopupFromLink(t)}},openMagnificPopup:function(e,t){jQuery.magnificPopup.open({items:o.MFPItems[e],type:"image",mainClass:"mfp-img-mobile su-image-carousel-mfp",gallery:{enabled:!0,navigateByImgClick:!0,preload:[1,1],tPrev:o.MFPL10n.prev,tNext:o.MFPL10n.next,tCounter:o.MFPL10n.counter},tClose:o.MFPL10n.close,tLoading:o.MFPL10n.loading},t)},openMagnificPopupFromLink:function(e){var t=e.getAttribute("data-gallery"),i=parseInt(e.getAttribute("data-index"),10);o.openMagnificPopup(t,i)},closest:function(e,t){return e&&(t(e)?e:o.closest(e.parentNode,t))},ready:function(e){"loading"!==document.readyState?e():document.addEventListener("DOMContentLoaded",e)}};return{ready:o.ready,initGalleries:o.initGalleries,initGallery:o.initGallery}}(),jQuery(document).ready(function(){window.SUImageCarousel.initGalleries()})}},{}],4:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=function(){jQuery(document).ready(function(l){function i(e){(l(window).scrollTop()+l("body").offset().top>e.offset().top||l(window).scrollTop()+l(window).height()<e.offset().top)&&l(window).scrollTop(e.offset().top-l("body").offset().top-e.data("scroll-offset"))}var e;function t(){""!==document.location.hash&&(l(".su-tabs-nav span[data-anchor]").each(function(){if("#"+l(this).data("anchor")===document.location.hash){var e=l(this).parents(".su-tabs");l(this).trigger("click"),window.setTimeout(function(){i(e)},100)}}),l(".su-spoiler[data-anchor]").each(function(){if("#"+l(this).data("anchor")===document.location.hash){var e=l(this);e.hasClass("su-spoiler-closed")&&e.find(".su-spoiler-title:first").trigger("click"),window.setTimeout(function(){i(e)},100)}}))}l("body:not(.su-other-shortcodes-loaded)").on("click keypress",".su-spoiler-title",function(e){var t=l(this).parent();t.toggleClass("su-spoiler-closed"),t.parent(".su-accordion").children(".su-spoiler").not(t).addClass("su-spoiler-closed"),i(t),e.preventDefault()}),l("body:not(.su-other-shortcodes-loaded)").on("click keypress",".su-tabs-nav span",function(e){var t=l(this),i=t.data(),a=t.index(),s=t.hasClass("su-tabs-disabled"),o=t.parent(".su-tabs-nav").children("span"),n=t.parents(".su-tabs").find(".su-tabs-pane"),r=n.eq(a).find(".su-gmap:not(.su-gmap-reloaded)");if(s)return!1;n.removeClass("su-tabs-pane-open").eq(a).addClass("su-tabs-pane-open"),o.removeClass("su-tabs-current").eq(a).addClass("su-tabs-current"),0<r.length&&r.each(function(){var e=l(this).find("iframe:first");l(this).addClass("su-gmap-reloaded"),e.attr("src",e.attr("src"))}),""!==i.url&&("self"===i.target?window.location=i.url:"blank"===i.target&&window.open(i.url)),e.preventDefault()}),l(".su-tabs").each(function(){var e=parseInt(l(this).data("active"))-1;l(this).children(".su-tabs-nav").children("span").eq(e).trigger("click")}),t(),l(document).on("click",".su-lightbox",function(e){if(e.preventDefault(),e.stopPropagation(),"su-generator-preview"!==l(this).parent().attr("id")){var t=l(this).data("mfp-type"),i=l(this).data("mobile"),a=l(window).width();l(this).magnificPopup({disableOn:function(){return!("no"===i&&a<768)&&!("number"==typeof i&&a<i)},type:t,tClose:SUShortcodesL10n.magnificPopup.close,tLoading:SUShortcodesL10n.magnificPopup.loading,gallery:{tPrev:SUShortcodesL10n.magnificPopup.prev,tNext:SUShortcodesL10n.magnificPopup.next,tCounter:SUShortcodesL10n.magnificPopup.counter},image:{tError:SUShortcodesL10n.magnificPopup.error},ajax:{tError:SUShortcodesL10n.magnificPopup.error},iframe:{markup:'<div class="mfp-iframe-scaler"><div class="mfp-close"></div><iframe class="mfp-iframe" src="//about:blank" frameborder="0" allowfullscreen allow="autoplay; fullscreen"></iframe></div>'}}).magnificPopup("open")}else l(this).html(SUShortcodesL10n.noPreview)}),l(".su-frame-align-center, .su-frame-align-none").each(function(){var e=l(this).find("img").width();l(this).css("width",e+12)}),l(".su-tooltip").each(function(){var e=l(this),t=e.find(".su-tooltip-content"),i=0<t.length,a=e.data(),s={style:{classes:a.classes},position:{my:a.my,at:a.at,viewport:l(window)},content:{title:"",text:""}};""!==a.title&&(s.content.title=a.title),s.content.text=i?t:e.attr("title"),"yes"===a.close&&(s.content.button=!0),"click"===a.behavior?(s.show="click",s.hide="click",e.on("click",function(e){e.preventDefault(),e.stopPropagation()}),l(window).on("scroll resize",function(){e.qtip("reposition")})):"always"===a.behavior?(s.show=!0,s.hide=!1,l(window).on("scroll resize",function(){e.qtip("reposition")})):"hover"===a.behavior&&i&&(s.hide={fixed:!0,delay:600}),e.qtip(s)}),l("body:not(.su-other-shortcodes-loaded)").on("click",".su-expand-link",function(){var e=l(this).parents(".su-expand"),t=e.children(".su-expand-content");e.hasClass("su-expand-collapsed")?t.css("max-height","none"):t.css("max-height",e.data("height")+"px"),e.toggleClass("su-expand-collapsed")}),void 0!==(e=(document.body||document.documentElement).style).transition||void 0!==e.WebkitTransition||void 0!==e.MozTransition||void 0!==e.MsTransition||void 0!==e.OTransition?l(".su-animate").each(function(){l(this).one("inview",function(e){var t=l(this),i=t.data();window.setTimeout(function(){t.addClass(i.animation),t.addClass("animated"),t.css("visibility","visible")},1e3*i.delay)})}):l(".su-animate").css("visibility","visible"),"onhashchange"in window&&l(window).on("hashchange",t),l("body").addClass("su-other-shortcodes-loaded")})}},{}],5:[function(e,t,i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default=function(){jQuery(document).ready(function(r){r(".su-audio").each(function(){var t=r(this),e="#"+t.data("id"),i=r(e),a=t.data("audio"),s=t.data("swf");i.jPlayer({ready:function(e){i.jPlayer("setMedia",{mp3:a}),"yes"===t.data("autoplay")&&i.jPlayer("play"),"yes"===t.data("loop")&&i.bind(r.jPlayer.event.ended+".repeat",function(){i.jPlayer("play")})},cssSelectorAncestor:e+"_container",volume:1,keyEnabled:!0,smoothPlayBar:!0,swfPath:s,supplied:"mp3"})}),r(".su-video").each(function(){var t=r(this),e=t.attr("id"),i=r("#"+e+"_player"),a=t.data("video"),s=t.data("swf"),o=t.data("poster"),n={width:i.width(),height:i.height()};i.jPlayer({ready:function(e){i.jPlayer("setMedia",{mp4:a,flv:a,poster:o}),"yes"===t.data("autoplay")&&i.jPlayer("play"),"yes"===t.data("loop")&&i.bind(r.jPlayer.event.ended+".repeat",function(){i.jPlayer("play")})},cssSelector:{gui:".jp-gui, .jp-title"},size:n,cssSelectorAncestor:"#"+e,volume:1,keyEnabled:!0,smoothPlayBar:!0,swfPath:s,supplied:"mp4, flv"})})})}},{}]},{},[1]);
2
  //# sourceMappingURL=index.js.map
includes/js/shortcodes/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["includes/js/shortcodes/node_modules/browser-pack/_prelude.js","includes/js/shortcodes/includes/js/shortcodes/src/index.js","includes/js/shortcodes/includes/js/shortcodes/src/shortcodes/galleries.js","includes/js/shortcodes/includes/js/shortcodes/src/shortcodes/image-carousel.js","includes/js/shortcodes/includes/js/shortcodes/src/shortcodes/other.js","includes/js/shortcodes/includes/js/shortcodes/src/shortcodes/players.js"],"names":["r","e","n","t","o","i","f","c","require","u","a","Error","code","p","exports","call","length","1","module","_galleries","_interopRequireDefault","_players","_other","_imageCarousel","default","jQuery","document","ready","$","each","slides","this","find","attr","push","src","children","title","data","$slider","$swiper","swiper","wrapperClass","slideClass","slideActiveClass","slideVisibleClass","pagination","autoplay","paginationClickable","grabCursor","mode","mousewheelControl","speed","calculateHeight","hasClass","loop","click","swipeNext","swipePrev","$carousel","$slides","slidesPerView","slidesPerGroup","on","preventDefault","parents","magnificPopup","open","items","type","mainClass","gallery","enabled","navigateByImgClick","preload","tPrev","SUShortcodesL10n","prev","tNext","next","tCounter","counter","tClose","close","tLoading","loading","window","SUImageCarousel","self","MFPItems","MFPL10n","initGalleries","galleries","querySelectorAll","Array","prototype","forEach","initGallery","classList","contains","flickityOptions","JSON","parse","getAttribute","flckty","Flickity","removeAttribute","onGallerySettle","onFlickityStaticClick","addEventListener","preventGalleryLinkClick","onGalleryKeyUp","galleryID","item","itemIndex","setAttribute","add","event","pointer","cellElement","cellIndex","clickedLink","querySelector","openMagnificPopupFromLink","index","element","link","closest","target","el","tagName","toUpperCase","keyCode","openMagnificPopup","linkEl","parseInt","fn","parentNode","readyState","thisStyle","anchor_nav","location","hash","$tabs","bar","trigger","setTimeout","scrollTop","offset","top","$spoiler","$title","parent","toggleClass","not","addClass","height","$tab","is_disabled","$panes","$gmaps","eq","removeClass","$iframe","url","active","stopPropagation","mobile","windowWidth","width","disableOn","image","tError","error","ajax","html","noPreview","frame_width","css","$tt","$content","is_advanced","config","style","classes","position","my","at","viewport","content","text","button","behavior","show","hide","qtip","fixed","delay","$container","undefined","body","documentElement","transition","WebkitTransition","MozTransition","MsTransition","OTransition","one","$this","animation","selector","$player","audio","swf","jPlayer","mp3","bind","ended","cssSelectorAncestor","volume","keyEnabled","smoothPlayBar","swfPath","supplied","$video","id","file","poster","size","mp4","flv","cssSelector","gui"],"mappings":"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","file":"index.js","sourcesContent":["(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c=\"function\"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error(\"Cannot find module '\"+i+\"'\");throw a.code=\"MODULE_NOT_FOUND\",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u=\"function\"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()","import SUGalleriesShortcodes from './shortcodes/galleries'\nimport SUPlayersShortcodes from './shortcodes/players'\nimport SUOtherShortcodes from './shortcodes/other'\nimport SUImageCarouselShortcode from './shortcodes/image-carousel'\n\nSUGalleriesShortcodes()\nSUPlayersShortcodes()\nSUOtherShortcodes()\nSUImageCarouselShortcode()\n","export default function SUGalleriesShortcodes () {\n jQuery(document).ready(function ($) {\n // Prepare items arrays for lightbox\n $('.su-lightbox-gallery').each(function () {\n var slides = []\n $(this)\n .find('.su-slider-slide, .su-carousel-slide, .su-custom-gallery-slide')\n .each(function (i) {\n $(this).attr('data-index', i)\n slides.push({\n src: $(this)\n .children('a')\n .attr('href'),\n title: $(this)\n .children('a')\n .attr('title')\n })\n })\n $(this).data('slides', slides)\n })\n // Enable sliders\n $('.su-slider').each(function () {\n // Prepare data\n var $slider = $(this)\n // Apply Swiper\n var $swiper = $slider.swiper({\n wrapperClass: 'su-slider-slides',\n slideClass: 'su-slider-slide',\n slideActiveClass: 'su-slider-slide-active',\n slideVisibleClass: 'su-slider-slide-visible',\n pagination: '#' + $slider.attr('id') + ' .su-slider-pagination',\n autoplay: $slider.data('autoplay'),\n paginationClickable: true,\n grabCursor: true,\n mode: 'horizontal',\n mousewheelControl: $slider.data('mousewheel'),\n speed: $slider.data('speed'),\n calculateHeight: $slider.hasClass('su-slider-responsive-yes'),\n loop: true\n })\n // Prev button\n $slider.find('.su-slider-prev').click(function (e) {\n $swiper.swipeNext()\n })\n // Next button\n $slider.find('.su-slider-next').click(function (e) {\n $swiper.swipePrev()\n })\n })\n // Enable carousels\n $('.su-carousel').each(function () {\n // Prepare data\n var $carousel = $(this)\n var $slides = $carousel.find('.su-carousel-slide')\n // Apply Swiper\n var $swiper = $carousel.swiper({\n wrapperClass: 'su-carousel-slides',\n slideClass: 'su-carousel-slide',\n slideActiveClass: 'su-carousel-slide-active',\n slideVisibleClass: 'su-carousel-slide-visible',\n pagination: '#' + $carousel.attr('id') + ' .su-carousel-pagination',\n autoplay: $carousel.data('autoplay'),\n paginationClickable: true,\n grabCursor: true,\n mode: 'horizontal',\n mousewheelControl: $carousel.data('mousewheel'),\n speed: $carousel.data('speed'),\n slidesPerView:\n $carousel.data('items') > $slides.length\n ? $slides.length\n : $carousel.data('items'),\n slidesPerGroup: $carousel.data('scroll'),\n calculateHeight: $carousel.hasClass('su-carousel-responsive-yes'),\n loop: true\n })\n // Prev button\n $carousel.find('.su-carousel-prev').click(function (e) {\n $swiper.swipeNext()\n })\n // Next button\n $carousel.find('.su-carousel-next').click(function (e) {\n $swiper.swipePrev()\n })\n })\n // Enable lightbox\n $('.su-lightbox-gallery').on(\n 'click',\n '.su-slider-slide, .su-carousel-slide, .su-custom-gallery-slide',\n function (e) {\n e.preventDefault()\n var slides = $(this)\n .parents('.su-lightbox-gallery')\n .data('slides')\n $.magnificPopup.open(\n {\n items: slides,\n type: 'image',\n mainClass: 'mfp-img-mobile',\n gallery: {\n enabled: true,\n navigateByImgClick: true,\n preload: [0, 1],\n tPrev: SUShortcodesL10n.magnificPopup.prev,\n tNext: SUShortcodesL10n.magnificPopup.next,\n tCounter: SUShortcodesL10n.magnificPopup.counter\n },\n tClose: SUShortcodesL10n.magnificPopup.close,\n tLoading: SUShortcodesL10n.magnificPopup.loading\n },\n $(this).data('index')\n )\n }\n )\n })\n}\n","/* global jQuery, Flickity, SUShortcodesL10n */\n\nexport default function SUImageCarouselShortcode () {\n window.SUImageCarousel = (function () {\n var self = {\n MFPItems: {},\n MFPL10n: SUShortcodesL10n.magnificPopup\n }\n\n self.initGalleries = function () {\n var galleries = document.querySelectorAll('.su-image-carousel')\n\n Array.prototype.forEach.call(galleries, self.initGallery)\n }\n\n self.initGallery = function (gallery) {\n if (gallery.classList.contains('su-image-carousel-ready')) {\n return\n }\n\n var flickityOptions = JSON.parse(\n gallery.getAttribute('data-flickity-options')\n )\n\n var flckty = new Flickity(gallery, flickityOptions)\n\n gallery.removeAttribute('tabindex')\n\n flckty.on('settle', self.onGallerySettle)\n\n if (gallery.classList.contains('su-image-carousel-has-lightbox')) {\n flckty.on('staticClick', self.onFlickityStaticClick)\n gallery.addEventListener('click', self.preventGalleryLinkClick)\n gallery.addEventListener('keyup', self.onGalleryKeyUp)\n\n var galleryID = gallery.getAttribute('id')\n var items = gallery.querySelectorAll(\n '.su-image-carousel-item-content > a'\n )\n\n self.MFPItems[galleryID] = []\n\n Array.prototype.forEach.call(items, function (item, itemIndex) {\n item.setAttribute('data-gallery', galleryID)\n item.setAttribute('data-index', itemIndex)\n\n self.MFPItems[galleryID].push({\n src: item.getAttribute('href'),\n title: item.getAttribute('data-caption')\n })\n })\n }\n\n gallery.classList.add('su-image-carousel-ready')\n }\n\n self.onFlickityStaticClick = function (event, pointer, cellElement, cellIndex) {\n if (!cellElement) {\n return\n }\n\n var clickedLink = cellElement.querySelector('a')\n\n if (!clickedLink) {\n return\n }\n\n self.openMagnificPopupFromLink(clickedLink)\n }\n\n self.onGallerySettle = function (index) {\n var items = this.element.querySelectorAll('.su-image-carousel-item')\n\n Array.prototype.forEach.call(items, function (item, itemIndex) {\n var link = item.querySelectorAll('a')[0]\n\n if (!link) {\n return\n }\n\n link.setAttribute('tabindex', -1)\n\n if (item.classList.contains('is-selected')) {\n link.setAttribute('tabindex', 0)\n }\n })\n }\n\n self.preventGalleryLinkClick = function (e) {\n var clickedLink = self.closest(e.target, function (el) {\n return el.tagName && el.tagName.toUpperCase() === 'A'\n })\n\n if (!clickedLink) {\n return\n }\n\n e.preventDefault()\n }\n\n self.onGalleryKeyUp = function (e) {\n if (!e.keyCode || e.keyCode !== 13) {\n return\n }\n\n var clickedLink = self.closest(e.target, function (el) {\n return el.tagName && el.tagName.toUpperCase() === 'A'\n })\n\n if (!clickedLink) {\n return\n }\n\n self.openMagnificPopupFromLink(clickedLink)\n }\n\n self.openMagnificPopup = function (galleryID, itemIndex) {\n jQuery.magnificPopup.open(\n {\n items: self.MFPItems[galleryID],\n type: 'image',\n mainClass: 'mfp-img-mobile su-image-carousel-mfp',\n gallery: {\n enabled: true,\n navigateByImgClick: true,\n preload: [1, 1],\n tPrev: self.MFPL10n.prev,\n tNext: self.MFPL10n.next,\n tCounter: self.MFPL10n.counter\n },\n tClose: self.MFPL10n.close,\n tLoading: self.MFPL10n.loading\n },\n itemIndex\n )\n }\n\n self.openMagnificPopupFromLink = function (linkEl) {\n var galleryID = linkEl.getAttribute('data-gallery')\n var itemIndex = parseInt(linkEl.getAttribute('data-index'), 10)\n\n self.openMagnificPopup(galleryID, itemIndex)\n }\n\n self.closest = function closest (el, fn) {\n return el && (fn(el) ? el : self.closest(el.parentNode, fn))\n }\n\n self.ready = function (fn) {\n if (document.readyState !== 'loading') {\n fn()\n } else {\n document.addEventListener('DOMContentLoaded', fn)\n }\n }\n\n return {\n ready: self.ready,\n initGalleries: self.initGalleries,\n initGallery: self.initGallery\n }\n })()\n\n jQuery(document).ready(function () {\n window.SUImageCarousel.initGalleries()\n })\n}\n","export default function SUOtherShortcodes () {\n jQuery(document).ready(function ($) {\n // Spoiler\n $('body:not(.su-other-shortcodes-loaded)').on(\n 'click keypress',\n '.su-spoiler-title',\n function (e) {\n var $title = $(this)\n var $spoiler = $title.parent()\n var bar = $('#wpadminbar').length > 0 ? 28 : 0\n // Open/close spoiler\n $spoiler.toggleClass('su-spoiler-closed')\n // Close other spoilers in accordion\n $spoiler\n .parent('.su-accordion')\n .children('.su-spoiler')\n .not($spoiler)\n .addClass('su-spoiler-closed')\n // Scroll in spoiler in accordion\n if ($(window).scrollTop() > $title.offset().top) { $(window).scrollTop($title.offset().top - $title.height() - bar) }\n e.preventDefault()\n }\n )\n // Tabs\n $('body:not(.su-other-shortcodes-loaded)').on(\n 'click keypress',\n '.su-tabs-nav span',\n function (e) {\n var $tab = $(this)\n var data = $tab.data()\n var index = $tab.index()\n var is_disabled = $tab.hasClass('su-tabs-disabled')\n var $tabs = $tab.parent('.su-tabs-nav').children('span')\n var $panes = $tab.parents('.su-tabs').find('.su-tabs-pane')\n var $gmaps = $panes.eq(index).find('.su-gmap:not(.su-gmap-reloaded)')\n // Check tab is not disabled\n if (is_disabled) return false\n // Hide all panes, show selected pane\n $panes\n .removeClass('su-tabs-pane-open')\n .eq(index)\n .addClass('su-tabs-pane-open')\n // Disable all tabs, enable selected tab\n $tabs\n .removeClass('su-tabs-current')\n .eq(index)\n .addClass('su-tabs-current')\n // Reload gmaps\n if ($gmaps.length > 0) {\n $gmaps.each(function () {\n var $iframe = $(this).find('iframe:first')\n $(this).addClass('su-gmap-reloaded')\n $iframe.attr('src', $iframe.attr('src'))\n })\n }\n // Open specified url\n if (data.url !== '') {\n if (data.target === 'self') window.location = data.url\n else if (data.target === 'blank') window.open(data.url)\n }\n e.preventDefault()\n }\n )\n\n // Activate tabs\n $('.su-tabs').each(function () {\n var active = parseInt($(this).data('active')) - 1\n $(this)\n .children('.su-tabs-nav')\n .children('span')\n .eq(active)\n .trigger('click')\n })\n\n // Activate anchor nav for tabs and spoilers\n anchor_nav()\n\n // Lightbox\n $(document).on('click', '.su-lightbox', function (e) {\n e.preventDefault()\n e.stopPropagation()\n\n if (\n $(this)\n .parent()\n .attr('id') === 'su-generator-preview'\n ) {\n $(this).html(SUShortcodesL10n.noPreview)\n\n return\n }\n\n var type = $(this).data('mfp-type')\n var mobile = $(this).data('mobile')\n var windowWidth = $(window).width()\n\n $(this)\n .magnificPopup({\n disableOn: function () {\n if (mobile === 'no' && windowWidth < 768) {\n return false\n }\n if (typeof mobile === 'number' && windowWidth < mobile) {\n return false\n }\n return true\n },\n type: type,\n tClose: SUShortcodesL10n.magnificPopup.close,\n tLoading: SUShortcodesL10n.magnificPopup.loading,\n gallery: {\n tPrev: SUShortcodesL10n.magnificPopup.prev,\n tNext: SUShortcodesL10n.magnificPopup.next,\n tCounter: SUShortcodesL10n.magnificPopup.counter\n },\n image: {\n tError: SUShortcodesL10n.magnificPopup.error\n },\n ajax: {\n tError: SUShortcodesL10n.magnificPopup.error\n }\n })\n .magnificPopup('open')\n })\n // Frame\n $('.su-frame-align-center, .su-frame-align-none').each(function () {\n var frame_width = $(this)\n .find('img')\n .width()\n $(this).css('width', frame_width + 12)\n })\n // Tooltip\n $('.su-tooltip').each(function () {\n var $tt = $(this)\n var $content = $tt.find('.su-tooltip-content')\n var is_advanced = $content.length > 0\n var data = $tt.data()\n var config = {\n style: {\n classes: data.classes\n },\n position: {\n my: data.my,\n at: data.at,\n viewport: $(window)\n },\n content: {\n title: '',\n text: ''\n }\n }\n if (data.title !== '') config.content.title = data.title\n if (is_advanced) config.content.text = $content\n else config.content.text = $tt.attr('title')\n if (data.close === 'yes') config.content.button = true\n if (data.behavior === 'click') {\n config.show = 'click'\n config.hide = 'click'\n $tt.on('click', function (e) {\n e.preventDefault()\n e.stopPropagation()\n })\n $(window).on('scroll resize', function () {\n $tt.qtip('reposition')\n })\n } else if (data.behavior === 'always') {\n config.show = true\n config.hide = false\n $(window).on('scroll resize', function () {\n $tt.qtip('reposition')\n })\n } else if (data.behavior === 'hover' && is_advanced) {\n config.hide = {\n fixed: true,\n delay: 600\n }\n }\n $tt.qtip(config)\n })\n\n // Expand\n $('body:not(.su-other-shortcodes-loaded)').on(\n 'click',\n '.su-expand-link',\n function () {\n var $this = $(this)\n var $container = $this.parents('.su-expand')\n var $content = $container.children('.su-expand-content')\n\n if ($container.hasClass('su-expand-collapsed')) {\n $content.css('max-height', 'none')\n } else {\n $content.css('max-height', $container.data('height') + 'px')\n }\n\n $container.toggleClass('su-expand-collapsed')\n }\n )\n\n function is_transition_supported () {\n var thisBody = document.body || document.documentElement\n var thisStyle = thisBody.style\n var support =\n thisStyle.transition !== undefined ||\n thisStyle.WebkitTransition !== undefined ||\n thisStyle.MozTransition !== undefined ||\n thisStyle.MsTransition !== undefined ||\n thisStyle.OTransition !== undefined\n\n return support\n }\n\n // Animations is supported\n if (is_transition_supported()) {\n // Animate\n $('.su-animate').each(function () {\n $(this).one('inview', function (e) {\n var $this = $(this)\n var data = $this.data()\n window.setTimeout(function () {\n $this.addClass(data.animation)\n $this.addClass('animated')\n $this.css('visibility', 'visible')\n }, data.delay * 1000)\n })\n })\n }\n // Animations isn't supported\n else {\n $('.su-animate').css('visibility', 'visible')\n }\n\n function anchor_nav () {\n // Check hash\n if (document.location.hash === '') return\n // Go through tabs\n $('.su-tabs-nav span[data-anchor]').each(function () {\n if ('#' + $(this).data('anchor') === document.location.hash) {\n var $tabs = $(this).parents('.su-tabs')\n var bar = $('#wpadminbar').length > 0 ? 28 : 0\n // Activate tab\n $(this).trigger('click')\n // Scroll-in tabs container\n window.setTimeout(function () {\n $(window).scrollTop($tabs.offset().top - bar - 10)\n }, 100)\n }\n })\n // Go through spoilers\n $('.su-spoiler[data-anchor]').each(function () {\n if ('#' + $(this).data('anchor') === document.location.hash) {\n var $spoiler = $(this)\n var bar = $('#wpadminbar').length > 0 ? 28 : 0\n // Activate tab\n if ($spoiler.hasClass('su-spoiler-closed')) { $spoiler.find('.su-spoiler-title:first').trigger('click') }\n // Scroll-in tabs container\n window.setTimeout(function () {\n $(window).scrollTop($spoiler.offset().top - bar - 10)\n }, 100)\n }\n })\n }\n\n if ('onhashchange' in window) $(window).on('hashchange', anchor_nav)\n\n $('body').addClass('su-other-shortcodes-loaded')\n })\n}\n","export default function SUPlayersShortcodes () {\n jQuery(document).ready(function ($) {\n // Audio player\n $('.su-audio').each(function () {\n // Prepare data\n var $this = $(this)\n var id = $this.data('id')\n var selector = '#' + id\n var $player = $(selector)\n var audio = $this.data('audio')\n var swf = $this.data('swf')\n // Init jPlayer\n $player.jPlayer({\n ready: function (e) {\n // Set media\n $player.jPlayer('setMedia', {\n mp3: audio\n })\n // Autoplay\n if ($this.data('autoplay') === 'yes') $player.jPlayer('play')\n // Loop\n if ($this.data('loop') === 'yes') {\n $player.bind($.jPlayer.event.ended + '.repeat', function () {\n $player.jPlayer('play')\n })\n }\n },\n cssSelectorAncestor: selector + '_container',\n volume: 1,\n keyEnabled: true,\n smoothPlayBar: true,\n swfPath: swf,\n supplied: 'mp3'\n })\n })\n // Video player\n $('.su-video').each(function () {\n // Prepare data\n var $video = $(this)\n var id = $video.attr('id')\n var $player = $('#' + id + '_player')\n var file = $video.data('video')\n var swf = $video.data('swf')\n var poster = $video.data('poster')\n var size = {\n width: $player.width(),\n height: $player.height()\n }\n // Init jPlayer\n $player.jPlayer({\n ready: function (e) {\n // Set media\n $player.jPlayer('setMedia', {\n mp4: file,\n flv: file,\n poster: poster\n })\n // Autoplay\n if ($video.data('autoplay') === 'yes') $player.jPlayer('play')\n // Loop\n if ($video.data('loop') === 'yes') {\n $player.bind($.jPlayer.event.ended + '.repeat', function () {\n $player.jPlayer('play')\n })\n }\n },\n cssSelector: {\n gui: '.jp-gui, .jp-title'\n },\n size: size,\n cssSelectorAncestor: '#' + id,\n volume: 1,\n keyEnabled: true,\n smoothPlayBar: true,\n swfPath: swf,\n supplied: 'mp4, flv'\n })\n })\n })\n}\n"]}
1
+ {"version":3,"sources":["includes/js/shortcodes/node_modules/browser-pack/_prelude.js","includes/js/shortcodes/includes/js/shortcodes/src/index.js","includes/js/shortcodes/includes/js/shortcodes/src/shortcodes/galleries.js","includes/js/shortcodes/includes/js/shortcodes/src/shortcodes/image-carousel.js","includes/js/shortcodes/includes/js/shortcodes/src/shortcodes/other.js","includes/js/shortcodes/includes/js/shortcodes/src/shortcodes/players.js"],"names":["r","e","n","t","o","i","f","c","require","u","a","Error","code","p","exports","call","length","1","module","_galleries","_interopRequireDefault","_players","_other","_imageCarousel","default","jQuery","document","ready","$","each","slides","this","find","attr","push","src","children","title","data","$slider","$swiper","swiper","wrapperClass","slideClass","slideActiveClass","slideVisibleClass","pagination","autoplay","paginationClickable","grabCursor","mode","mousewheelControl","speed","calculateHeight","hasClass","loop","click","swipeNext","swipePrev","$carousel","$slides","slidesPerView","slidesPerGroup","on","preventDefault","parents","magnificPopup","open","items","type","mainClass","gallery","enabled","navigateByImgClick","preload","tPrev","SUShortcodesL10n","prev","tNext","next","tCounter","counter","tClose","close","tLoading","loading","window","SUImageCarousel","self","MFPItems","MFPL10n","initGalleries","galleries","querySelectorAll","Array","prototype","forEach","initGallery","classList","contains","flickityOptions","JSON","parse","getAttribute","flckty","Flickity","removeAttribute","onGallerySettle","onFlickityStaticClick","addEventListener","preventGalleryLinkClick","onGalleryKeyUp","galleryID","item","itemIndex","setAttribute","add","event","pointer","cellElement","cellIndex","clickedLink","querySelector","openMagnificPopupFromLink","index","element","link","closest","target","el","tagName","toUpperCase","keyCode","openMagnificPopup","linkEl","parseInt","fn","parentNode","readyState","scrollIn","$el","scrollTop","offset","top","height","thisStyle","anchorNav","location","hash","$tabs","trigger","setTimeout","$spoiler","parent","toggleClass","not","addClass","$tab","isDisabled","$panes","$gmaps","eq","removeClass","$iframe","url","active","stopPropagation","mobile","windowWidth","width","disableOn","image","tError","error","ajax","iframe","markup","html","noPreview","frameWidth","css","$tt","$content","isAdvanced","config","style","classes","position","my","at","viewport","content","text","button","behavior","show","hide","qtip","fixed","delay","$container","undefined","body","documentElement","transition","WebkitTransition","MozTransition","MsTransition","OTransition","one","$this","animation","selector","$player","audio","swf","jPlayer","mp3","bind","ended","cssSelectorAncestor","volume","keyEnabled","smoothPlayBar","swfPath","supplied","$video","id","file","poster","size","mp4","flv","cssSelector","gui"],"mappings":"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","file":"index.js","sourcesContent":["(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c=\"function\"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error(\"Cannot find module '\"+i+\"'\");throw a.code=\"MODULE_NOT_FOUND\",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u=\"function\"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()","import SUGalleriesShortcodes from './shortcodes/galleries'\nimport SUPlayersShortcodes from './shortcodes/players'\nimport SUOtherShortcodes from './shortcodes/other'\nimport SUImageCarouselShortcode from './shortcodes/image-carousel'\n\nSUGalleriesShortcodes()\nSUPlayersShortcodes()\nSUOtherShortcodes()\nSUImageCarouselShortcode()\n","export default function SUGalleriesShortcodes () {\n jQuery(document).ready(function ($) {\n // Prepare items arrays for lightbox\n $('.su-lightbox-gallery').each(function () {\n var slides = []\n $(this)\n .find('.su-slider-slide, .su-carousel-slide, .su-custom-gallery-slide')\n .each(function (i) {\n $(this).attr('data-index', i)\n slides.push({\n src: $(this)\n .children('a')\n .attr('href'),\n title: $(this)\n .children('a')\n .attr('title')\n })\n })\n $(this).data('slides', slides)\n })\n // Enable sliders\n $('.su-slider').each(function () {\n // Prepare data\n var $slider = $(this)\n // Apply Swiper\n var $swiper = $slider.swiper({\n wrapperClass: 'su-slider-slides',\n slideClass: 'su-slider-slide',\n slideActiveClass: 'su-slider-slide-active',\n slideVisibleClass: 'su-slider-slide-visible',\n pagination: '#' + $slider.attr('id') + ' .su-slider-pagination',\n autoplay: $slider.data('autoplay'),\n paginationClickable: true,\n grabCursor: true,\n mode: 'horizontal',\n mousewheelControl: $slider.data('mousewheel'),\n speed: $slider.data('speed'),\n calculateHeight: $slider.hasClass('su-slider-responsive-yes'),\n loop: true\n })\n // Prev button\n $slider.find('.su-slider-prev').click(function (e) {\n $swiper.swipeNext()\n })\n // Next button\n $slider.find('.su-slider-next').click(function (e) {\n $swiper.swipePrev()\n })\n })\n // Enable carousels\n $('.su-carousel').each(function () {\n // Prepare data\n var $carousel = $(this)\n var $slides = $carousel.find('.su-carousel-slide')\n // Apply Swiper\n var $swiper = $carousel.swiper({\n wrapperClass: 'su-carousel-slides',\n slideClass: 'su-carousel-slide',\n slideActiveClass: 'su-carousel-slide-active',\n slideVisibleClass: 'su-carousel-slide-visible',\n pagination: '#' + $carousel.attr('id') + ' .su-carousel-pagination',\n autoplay: $carousel.data('autoplay'),\n paginationClickable: true,\n grabCursor: true,\n mode: 'horizontal',\n mousewheelControl: $carousel.data('mousewheel'),\n speed: $carousel.data('speed'),\n slidesPerView:\n $carousel.data('items') > $slides.length\n ? $slides.length\n : $carousel.data('items'),\n slidesPerGroup: $carousel.data('scroll'),\n calculateHeight: $carousel.hasClass('su-carousel-responsive-yes'),\n loop: true\n })\n // Prev button\n $carousel.find('.su-carousel-prev').click(function (e) {\n $swiper.swipeNext()\n })\n // Next button\n $carousel.find('.su-carousel-next').click(function (e) {\n $swiper.swipePrev()\n })\n })\n // Enable lightbox\n $('.su-lightbox-gallery').on(\n 'click',\n '.su-slider-slide, .su-carousel-slide, .su-custom-gallery-slide',\n function (e) {\n e.preventDefault()\n var slides = $(this)\n .parents('.su-lightbox-gallery')\n .data('slides')\n $.magnificPopup.open(\n {\n items: slides,\n type: 'image',\n mainClass: 'mfp-img-mobile',\n gallery: {\n enabled: true,\n navigateByImgClick: true,\n preload: [0, 1],\n tPrev: SUShortcodesL10n.magnificPopup.prev,\n tNext: SUShortcodesL10n.magnificPopup.next,\n tCounter: SUShortcodesL10n.magnificPopup.counter\n },\n tClose: SUShortcodesL10n.magnificPopup.close,\n tLoading: SUShortcodesL10n.magnificPopup.loading\n },\n $(this).data('index')\n )\n }\n )\n })\n}\n","/* global jQuery, Flickity, SUShortcodesL10n */\n\nexport default function SUImageCarouselShortcode () {\n window.SUImageCarousel = (function () {\n var self = {\n MFPItems: {},\n MFPL10n: SUShortcodesL10n.magnificPopup\n }\n\n self.initGalleries = function () {\n var galleries = document.querySelectorAll('.su-image-carousel')\n\n Array.prototype.forEach.call(galleries, self.initGallery)\n }\n\n self.initGallery = function (gallery) {\n if (gallery.classList.contains('su-image-carousel-ready')) {\n return\n }\n\n var flickityOptions = JSON.parse(\n gallery.getAttribute('data-flickity-options')\n )\n\n var flckty = new Flickity(gallery, flickityOptions)\n\n gallery.removeAttribute('tabindex')\n\n flckty.on('settle', self.onGallerySettle)\n\n if (gallery.classList.contains('su-image-carousel-has-lightbox')) {\n flckty.on('staticClick', self.onFlickityStaticClick)\n gallery.addEventListener('click', self.preventGalleryLinkClick)\n gallery.addEventListener('keyup', self.onGalleryKeyUp)\n\n var galleryID = gallery.getAttribute('id')\n var items = gallery.querySelectorAll(\n '.su-image-carousel-item-content > a'\n )\n\n self.MFPItems[galleryID] = []\n\n Array.prototype.forEach.call(items, function (item, itemIndex) {\n item.setAttribute('data-gallery', galleryID)\n item.setAttribute('data-index', itemIndex)\n\n self.MFPItems[galleryID].push({\n src: item.getAttribute('href'),\n title: item.getAttribute('data-caption')\n })\n })\n }\n\n gallery.classList.add('su-image-carousel-ready')\n }\n\n self.onFlickityStaticClick = function (event, pointer, cellElement, cellIndex) {\n if (!cellElement) {\n return\n }\n\n var clickedLink = cellElement.querySelector('a')\n\n if (!clickedLink) {\n return\n }\n\n self.openMagnificPopupFromLink(clickedLink)\n }\n\n self.onGallerySettle = function (index) {\n var items = this.element.querySelectorAll('.su-image-carousel-item')\n\n Array.prototype.forEach.call(items, function (item, itemIndex) {\n var link = item.querySelectorAll('a')[0]\n\n if (!link) {\n return\n }\n\n link.setAttribute('tabindex', -1)\n\n if (item.classList.contains('is-selected')) {\n link.setAttribute('tabindex', 0)\n }\n })\n }\n\n self.preventGalleryLinkClick = function (e) {\n var clickedLink = self.closest(e.target, function (el) {\n return el.tagName && el.tagName.toUpperCase() === 'A'\n })\n\n if (!clickedLink) {\n return\n }\n\n e.preventDefault()\n }\n\n self.onGalleryKeyUp = function (e) {\n if (!e.keyCode || e.keyCode !== 13) {\n return\n }\n\n var clickedLink = self.closest(e.target, function (el) {\n return el.tagName && el.tagName.toUpperCase() === 'A'\n })\n\n if (!clickedLink) {\n return\n }\n\n self.openMagnificPopupFromLink(clickedLink)\n }\n\n self.openMagnificPopup = function (galleryID, itemIndex) {\n jQuery.magnificPopup.open(\n {\n items: self.MFPItems[galleryID],\n type: 'image',\n mainClass: 'mfp-img-mobile su-image-carousel-mfp',\n gallery: {\n enabled: true,\n navigateByImgClick: true,\n preload: [1, 1],\n tPrev: self.MFPL10n.prev,\n tNext: self.MFPL10n.next,\n tCounter: self.MFPL10n.counter\n },\n tClose: self.MFPL10n.close,\n tLoading: self.MFPL10n.loading\n },\n itemIndex\n )\n }\n\n self.openMagnificPopupFromLink = function (linkEl) {\n var galleryID = linkEl.getAttribute('data-gallery')\n var itemIndex = parseInt(linkEl.getAttribute('data-index'), 10)\n\n self.openMagnificPopup(galleryID, itemIndex)\n }\n\n self.closest = function closest (el, fn) {\n return el && (fn(el) ? el : self.closest(el.parentNode, fn))\n }\n\n self.ready = function (fn) {\n if (document.readyState !== 'loading') {\n fn()\n } else {\n document.addEventListener('DOMContentLoaded', fn)\n }\n }\n\n return {\n ready: self.ready,\n initGalleries: self.initGalleries,\n initGallery: self.initGallery\n }\n })()\n\n jQuery(document).ready(function () {\n window.SUImageCarousel.initGalleries()\n })\n}\n","/* global jQuery, SUShortcodesL10n */\n\nexport default function SUOtherShortcodes () {\n jQuery(document).ready(function ($) {\n function scrollIn ($el) {\n if (\n $(window).scrollTop() + $('body').offset().top > $el.offset().top ||\n $(window).scrollTop() + $(window).height() < $el.offset().top\n ) {\n $(window).scrollTop(\n $el.offset().top -\n $('body').offset().top -\n $el.data('scroll-offset')\n )\n }\n }\n // Spoiler\n $('body:not(.su-other-shortcodes-loaded)').on(\n 'click keypress',\n '.su-spoiler-title',\n function (e) {\n var $spoiler = $(this).parent()\n // Open/close spoiler\n $spoiler.toggleClass('su-spoiler-closed')\n // Close other spoilers in accordion\n $spoiler\n .parent('.su-accordion')\n .children('.su-spoiler')\n .not($spoiler)\n .addClass('su-spoiler-closed')\n // Scroll in spoiler in accordion\n scrollIn($spoiler)\n e.preventDefault()\n }\n )\n // Tabs\n $('body:not(.su-other-shortcodes-loaded)').on(\n 'click keypress',\n '.su-tabs-nav span',\n function (e) {\n var $tab = $(this)\n var data = $tab.data()\n var index = $tab.index()\n var isDisabled = $tab.hasClass('su-tabs-disabled')\n var $tabs = $tab.parent('.su-tabs-nav').children('span')\n var $panes = $tab.parents('.su-tabs').find('.su-tabs-pane')\n var $gmaps = $panes\n .eq(index)\n .find('.su-gmap:not(.su-gmap-reloaded)')\n // Check tab is not disabled\n if (isDisabled) return false\n // Hide all panes, show selected pane\n $panes\n .removeClass('su-tabs-pane-open')\n .eq(index)\n .addClass('su-tabs-pane-open')\n // Disable all tabs, enable selected tab\n $tabs\n .removeClass('su-tabs-current')\n .eq(index)\n .addClass('su-tabs-current')\n // Reload gmaps\n if ($gmaps.length > 0) {\n $gmaps.each(function () {\n var $iframe = $(this).find('iframe:first')\n $(this).addClass('su-gmap-reloaded')\n $iframe.attr('src', $iframe.attr('src'))\n })\n }\n // Open specified url\n if (data.url !== '') {\n if (data.target === 'self') window.location = data.url\n else if (data.target === 'blank') window.open(data.url)\n }\n e.preventDefault()\n }\n )\n\n // Activate tabs\n $('.su-tabs').each(function () {\n var active = parseInt($(this).data('active')) - 1\n $(this)\n .children('.su-tabs-nav')\n .children('span')\n .eq(active)\n .trigger('click')\n })\n\n // Activate anchor nav for tabs and spoilers\n anchorNav()\n\n // Lightbox\n $(document).on('click', '.su-lightbox', function (e) {\n e.preventDefault()\n e.stopPropagation()\n\n if (\n $(this)\n .parent()\n .attr('id') === 'su-generator-preview'\n ) {\n $(this).html(SUShortcodesL10n.noPreview)\n\n return\n }\n\n var type = $(this).data('mfp-type')\n var mobile = $(this).data('mobile')\n var windowWidth = $(window).width()\n\n $(this)\n .magnificPopup({\n disableOn: function () {\n if (mobile === 'no' && windowWidth < 768) {\n return false\n }\n if (typeof mobile === 'number' && windowWidth < mobile) {\n return false\n }\n return true\n },\n type: type,\n tClose: SUShortcodesL10n.magnificPopup.close,\n tLoading: SUShortcodesL10n.magnificPopup.loading,\n gallery: {\n tPrev: SUShortcodesL10n.magnificPopup.prev,\n tNext: SUShortcodesL10n.magnificPopup.next,\n tCounter: SUShortcodesL10n.magnificPopup.counter\n },\n image: {\n tError: SUShortcodesL10n.magnificPopup.error\n },\n ajax: {\n tError: SUShortcodesL10n.magnificPopup.error\n },\n iframe: {\n markup: '<div class=\"mfp-iframe-scaler\">' +\n '<div class=\"mfp-close\"></div>' +\n '<iframe class=\"mfp-iframe\" src=\"//about:blank\" frameborder=\"0\" allowfullscreen allow=\"autoplay; fullscreen\"></iframe>' +\n '</div>'\n }\n })\n .magnificPopup('open')\n })\n // Frame\n $('.su-frame-align-center, .su-frame-align-none').each(function () {\n var frameWidth = $(this)\n .find('img')\n .width()\n $(this).css('width', frameWidth + 12)\n })\n // Tooltip\n $('.su-tooltip').each(function () {\n var $tt = $(this)\n var $content = $tt.find('.su-tooltip-content')\n var isAdvanced = $content.length > 0\n var data = $tt.data()\n var config = {\n style: {\n classes: data.classes\n },\n position: {\n my: data.my,\n at: data.at,\n viewport: $(window)\n },\n content: {\n title: '',\n text: ''\n }\n }\n if (data.title !== '') config.content.title = data.title\n if (isAdvanced) config.content.text = $content\n else config.content.text = $tt.attr('title')\n if (data.close === 'yes') config.content.button = true\n if (data.behavior === 'click') {\n config.show = 'click'\n config.hide = 'click'\n $tt.on('click', function (e) {\n e.preventDefault()\n e.stopPropagation()\n })\n $(window).on('scroll resize', function () {\n $tt.qtip('reposition')\n })\n } else if (data.behavior === 'always') {\n config.show = true\n config.hide = false\n $(window).on('scroll resize', function () {\n $tt.qtip('reposition')\n })\n } else if (data.behavior === 'hover' && isAdvanced) {\n config.hide = {\n fixed: true,\n delay: 600\n }\n }\n $tt.qtip(config)\n })\n\n // Expand\n $('body:not(.su-other-shortcodes-loaded)').on(\n 'click',\n '.su-expand-link',\n function () {\n var $this = $(this)\n var $container = $this.parents('.su-expand')\n var $content = $container.children('.su-expand-content')\n\n if ($container.hasClass('su-expand-collapsed')) {\n $content.css('max-height', 'none')\n } else {\n $content.css('max-height', $container.data('height') + 'px')\n }\n\n $container.toggleClass('su-expand-collapsed')\n }\n )\n\n function isTransitionSupported () {\n var thisBody = document.body || document.documentElement\n var thisStyle = thisBody.style\n var support =\n thisStyle.transition !== undefined ||\n thisStyle.WebkitTransition !== undefined ||\n thisStyle.MozTransition !== undefined ||\n thisStyle.MsTransition !== undefined ||\n thisStyle.OTransition !== undefined\n\n return support\n }\n\n // Animations is supported\n if (isTransitionSupported()) {\n // Animate\n $('.su-animate').each(function () {\n $(this).one('inview', function (e) {\n var $this = $(this)\n var data = $this.data()\n window.setTimeout(function () {\n $this.addClass(data.animation)\n $this.addClass('animated')\n $this.css('visibility', 'visible')\n }, data.delay * 1000)\n })\n })\n } else {\n // Animations isn't supported\n $('.su-animate').css('visibility', 'visible')\n }\n\n function anchorNav () {\n // Check hash\n if (document.location.hash === '') return\n // Go through tabs\n $('.su-tabs-nav span[data-anchor]').each(function () {\n if ('#' + $(this).data('anchor') === document.location.hash) {\n var $tabs = $(this).parents('.su-tabs')\n // Activate tab\n $(this).trigger('click')\n // Scroll-in tabs container\n window.setTimeout(function () {\n scrollIn($tabs)\n }, 100)\n }\n })\n // Go through spoilers\n $('.su-spoiler[data-anchor]').each(function () {\n if ('#' + $(this).data('anchor') === document.location.hash) {\n var $spoiler = $(this)\n // Activate tab\n if ($spoiler.hasClass('su-spoiler-closed')) {\n $spoiler.find('.su-spoiler-title:first').trigger('click')\n }\n // Scroll-in tabs container\n window.setTimeout(function () {\n scrollIn($spoiler)\n }, 100)\n }\n })\n }\n\n if ('onhashchange' in window) $(window).on('hashchange', anchorNav)\n\n $('body').addClass('su-other-shortcodes-loaded')\n })\n}\n","export default function SUPlayersShortcodes () {\n jQuery(document).ready(function ($) {\n // Audio player\n $('.su-audio').each(function () {\n // Prepare data\n var $this = $(this)\n var id = $this.data('id')\n var selector = '#' + id\n var $player = $(selector)\n var audio = $this.data('audio')\n var swf = $this.data('swf')\n // Init jPlayer\n $player.jPlayer({\n ready: function (e) {\n // Set media\n $player.jPlayer('setMedia', {\n mp3: audio\n })\n // Autoplay\n if ($this.data('autoplay') === 'yes') $player.jPlayer('play')\n // Loop\n if ($this.data('loop') === 'yes') {\n $player.bind($.jPlayer.event.ended + '.repeat', function () {\n $player.jPlayer('play')\n })\n }\n },\n cssSelectorAncestor: selector + '_container',\n volume: 1,\n keyEnabled: true,\n smoothPlayBar: true,\n swfPath: swf,\n supplied: 'mp3'\n })\n })\n // Video player\n $('.su-video').each(function () {\n // Prepare data\n var $video = $(this)\n var id = $video.attr('id')\n var $player = $('#' + id + '_player')\n var file = $video.data('video')\n var swf = $video.data('swf')\n var poster = $video.data('poster')\n var size = {\n width: $player.width(),\n height: $player.height()\n }\n // Init jPlayer\n $player.jPlayer({\n ready: function (e) {\n // Set media\n $player.jPlayer('setMedia', {\n mp4: file,\n flv: file,\n poster: poster\n })\n // Autoplay\n if ($video.data('autoplay') === 'yes') $player.jPlayer('play')\n // Loop\n if ($video.data('loop') === 'yes') {\n $player.bind($.jPlayer.event.ended + '.repeat', function () {\n $player.jPlayer('play')\n })\n }\n },\n cssSelector: {\n gui: '.jp-gui, .jp-title'\n },\n size: size,\n cssSelectorAncestor: '#' + id,\n volume: 1,\n keyEnabled: true,\n smoothPlayBar: true,\n swfPath: swf,\n supplied: 'mp4, flv'\n })\n })\n })\n}\n"]}
includes/shortcodes/scheduler.php CHANGED
@@ -1,122 +1,120 @@
1
  <?php
2
 
3
- su_add_shortcode( array(
4
- 'id' => 'scheduler',
 
5
  'callback' => 'su_shortcode_scheduler',
6
- 'image' => su_get_plugin_url() . 'admin/images/shortcodes/scheduler.svg',
7
- 'name' => __( 'Scheduler', 'shortcodes-ultimate' ),
8
- 'type' => 'wrap',
9
- 'group' => 'other',
10
- 'atts' => array(
11
- 'time' => array(
12
  'default' => '',
13
- 'name' => __( 'Time', 'shortcodes-ultimate' ),
14
- 'desc' => sprintf( __( 'In this field you can specify one or more time ranges. Every day at this time the content of shortcode will be visible. %s %s %s - show content from 9:00 to 18:00 %s - show content from 9:00 to 13:00 and from 14:00 to 18:00 %s - example with minutes (content will be visible each day, 45 minutes) %s - example with seconds', 'shortcodes-ultimate' ), '<br><br>', __( 'Examples (click to set)', 'shortcodes-ultimate' ), '<br><b%value>9-18</b>', '<br><b%value>9-13, 14-18</b>', '<br><b%value>9:30-10:15</b>', '<br><b%value>9:00:00-17:59:59</b>' )
15
  ),
16
- 'days_week' => array(
17
  'default' => '',
18
- 'name' => __( 'Days of the week', 'shortcodes-ultimate' ),
19
- 'desc' => sprintf( __( 'In this field you can specify one or more days of the week. Every week at these days the content of shortcode will be visible. %s 0 - Sunday %s 1 - Monday %s 2 - Tuesday %s 3 - Wednesday %s 4 - Thursday %s 5 - Friday %s 6 - Saturday %s %s %s - show content from Monday to Friday %s - show content only at Sunday %s - show content at Sunday and from Wednesday to Friday', 'shortcodes-ultimate' ), '<br><br>', '<br>', '<br>', '<br>', '<br>', '<br>', '<br>', '<br><br>', __( 'Examples (click to set)', 'shortcodes-ultimate' ), '<br><b%value>1-5</b>', '<br><b%value>0</b>', '<br><b%value>0, 3-5</b>' )
20
  ),
21
  'days_month' => array(
22
  'default' => '',
23
- 'name' => __( 'Days of the month', 'shortcodes-ultimate' ),
24
- 'desc' => sprintf( __( 'In this field you can specify one or more days of the month. Every month at these days the content of shortcode will be visible. %s %s %s - show content only at first day of month %s - show content from 1th to 5th %s - show content from 10th to 15th and from 20th to 25th', 'shortcodes-ultimate' ), '<br><br>', __( 'Examples (click to set)', 'shortcodes-ultimate' ), '<br><b%value>1</b>', '<br><b%value>1-5</b>', '<br><b%value>10-15, 20-25</b>' )
25
  ),
26
- 'months' => array(
27
  'default' => '',
28
- 'name' => __( 'Months', 'shortcodes-ultimate' ),
29
- 'desc' => sprintf( __( 'In this field you can specify the month or months in which the content will be visible. %s %s %s - show content only in January %s - show content from February to June %s - show content in January, March and from May to July', 'shortcodes-ultimate' ), '<br><br>', __( 'Examples (click to set)', 'shortcodes-ultimate' ), '<br><b%value>1</b>', '<br><b%value>2-6</b>', '<br><b%value>1, 3, 5-7</b>' )
30
  ),
31
- 'years' => array(
32
  'default' => '',
33
- 'name' => __( 'Years', 'shortcodes-ultimate' ),
34
- 'desc' => sprintf( __( 'In this field you can specify the year or years in which the content will be visible. %s %s %s - show content only in 2014 %s - show content from 2014 to 2016 %s - show content in 2014, 2018 and from 2020 to 2022', 'shortcodes-ultimate' ), '<br><br>', __( 'Examples (click to set)', 'shortcodes-ultimate' ), '<br><b%value>2014</b>', '<br><b%value>2014-2016</b>', '<br><b%value>2014, 2018, 2020-2022</b>' )
35
  ),
36
- 'alt' => array(
37
  'default' => '',
38
- 'name' => __( 'Alternative text', 'shortcodes-ultimate' ),
39
- 'desc' => __( 'In this field you can type the text which will be shown if content is not visible at the current moment', 'shortcodes-ultimate' )
40
- )
41
  ),
42
- 'content' => __( 'Scheduled content', 'shortcodes-ultimate' ),
43
- 'desc' => __( 'Allows to show the content only at the specified time period', 'shortcodes-ultimate' ),
44
- 'note' => __( 'This shortcode allows you to show content only at the specified time.', 'shortcodes-ultimate' ) . '<br><br>' . __( 'Please pay special attention to the descriptions, which are located below each text field. It will save you a lot of time', 'shortcodes-ultimate' ) . '<br><br>' . __( 'By default, the content of this shortcode will be visible all the time. By using fields below, you can add some limitations. For example, if you type 1-5 in the Days of the week field, content will be only shown from Monday to Friday. Using the same principles, you can limit content visibility from years to seconds.', 'shortcodes-ultimate' ),
45
- 'icon' => 'clock-o',
46
- ) );
 
47
 
48
  function su_shortcode_scheduler( $atts = null, $content = null ) {
49
 
50
- $atts = shortcode_atts( array(
 
51
  'time' => 'all',
52
  'days_week' => 'all',
53
  'days_month' => 'all',
54
  'months' => 'all',
55
  'years' => 'all',
56
- 'alt' => ''
57
- ), $atts, 'scheduler' );
 
 
 
58
 
59
  $timestamp = current_time( 'timestamp', 0 );
60
- $now = array(
61
  'time' => $timestamp,
62
- 'day_week' => date( 'w', $timestamp ),
63
- 'day_month' => date( 'j', $timestamp ),
64
- 'month' => date( 'n', $timestamp ),
65
- 'year' => date( 'Y', $timestamp ),
66
  );
67
 
68
- if ( $atts['years'] !== 'all' ) {
69
-
70
- $atts['years'] = preg_replace( "/[^0-9-,]/", '', $atts['years'] );
71
 
72
- $selected_years = su_parse_range( $atts['years'] );
73
 
74
- if ( ! in_array( $now['year'], $selected_years ) ) {
75
  return su_do_attribute( $atts['alt'] );
76
  }
77
 
78
  }
79
 
80
- if ( $atts['months'] !== 'all' ) {
81
 
82
- $atts['months'] = preg_replace( "/[^0-9-,]/", '', $atts['months'] );
83
 
84
- $selected_months = su_parse_range( $atts['months'] );
85
-
86
- if ( ! in_array( $now['month'], $selected_months ) ) {
87
  return su_do_attribute( $atts['alt'] );
88
  }
89
 
90
  }
91
 
92
- if ( $atts['days_month'] !== 'all' ) {
93
-
94
- $atts['days_month'] = preg_replace( "/[^0-9-,]/", '', $atts['days_month'] );
95
 
96
- $selected_days_month = su_parse_range( $atts['days_month'] );
97
 
98
- if ( ! in_array( $now['day_month'], $selected_days_month ) ) {
99
  return su_do_attribute( $atts['alt'] );
100
  }
101
 
102
  }
103
 
104
- if ( $atts['days_week'] !== 'all' ) {
105
-
106
- $atts['days_week'] = preg_replace( "/[^0-9-,]/", '', $atts['days_week'] );
107
 
108
- $selected_days_week = su_parse_range( $atts['days_week'] );
109
 
110
- if ( ! in_array( $now['day_week'], $selected_days_week ) ) {
111
  return su_do_attribute( $atts['alt'] );
112
  }
113
 
114
  }
115
 
116
- if ( $atts['time'] !== 'all' ) {
117
 
118
- $valid_time = false;
119
- $atts['time'] = preg_replace( "/[^0-9-,:]/", '', $atts['time'] );
120
 
121
  foreach ( explode( ',', $atts['time'] ) as $range ) {
122
 
1
  <?php
2
 
3
+ su_add_shortcode(
4
+ array(
5
+ 'id' => 'scheduler',
6
  'callback' => 'su_shortcode_scheduler',
7
+ 'image' => su_get_plugin_url() . 'admin/images/shortcodes/scheduler.svg',
8
+ 'name' => __( 'Scheduler', 'shortcodes-ultimate' ),
9
+ 'type' => 'wrap',
10
+ 'group' => 'other',
11
+ 'atts' => array(
12
+ 'time' => array(
13
  'default' => '',
14
+ 'name' => __( 'Time', 'shortcodes-ultimate' ),
15
+ 'desc' => sprintf( __( 'In this field you can specify one or more time ranges. Every day at this time the content of shortcode will be visible. %1$s %2$s %3$s - show content from 9:00 to 18:00 %4$s - show content from 9:00 to 13:00 and from 14:00 to 18:00 %5$s - example with minutes (content will be visible each day, 45 minutes) %6$s - example with seconds', 'shortcodes-ultimate' ), '<br><br>', __( 'Examples (click to set)', 'shortcodes-ultimate' ), '<br><b%value>9-18</b>', '<br><b%value>9-13, 14-18</b>', '<br><b%value>9:30-10:15</b>', '<br><b%value>9:00:00-17:59:59</b>' ),
16
  ),
17
+ 'days_week' => array(
18
  'default' => '',
19
+ 'name' => __( 'Days of the week', 'shortcodes-ultimate' ),
20
+ 'desc' => sprintf( __( 'In this field you can specify one or more days of the week. Every week at these days the content of shortcode will be visible. %1$s 0 - Sunday %2$s 1 - Monday %3$s 2 - Tuesday %4$s 3 - Wednesday %5$s 4 - Thursday %6$s 5 - Friday %7$s 6 - Saturday %8$s %9$s %10$s - show content from Monday to Friday %11$s - show content only at Sunday %12$s - show content at Sunday and from Wednesday to Friday', 'shortcodes-ultimate' ), '<br><br>', '<br>', '<br>', '<br>', '<br>', '<br>', '<br>', '<br><br>', __( 'Examples (click to set)', 'shortcodes-ultimate' ), '<br><b%value>1-5</b>', '<br><b%value>0</b>', '<br><b%value>0, 3-5</b>' ),
21
  ),
22
  'days_month' => array(
23
  'default' => '',
24
+ 'name' => __( 'Days of the month', 'shortcodes-ultimate' ),
25
+ 'desc' => sprintf( __( 'In this field you can specify one or more days of the month. Every month at these days the content of shortcode will be visible. %1$s %2$s %3$s - show content only at first day of month %4$s - show content from 1th to 5th %5$s - show content from 10th to 15th and from 20th to 25th', 'shortcodes-ultimate' ), '<br><br>', __( 'Examples (click to set)', 'shortcodes-ultimate' ), '<br><b%value>1</b>', '<br><b%value>1-5</b>', '<br><b%value>10-15, 20-25</b>' ),
26
  ),
27
+ 'months' => array(
28
  'default' => '',
29
+ 'name' => __( 'Months', 'shortcodes-ultimate' ),
30
+ 'desc' => sprintf( __( 'In this field you can specify the month or months in which the content will be visible. %1$s %2$s %3$s - show content only in January %4$s - show content from February to June %5$s - show content in January, March and from May to July', 'shortcodes-ultimate' ), '<br><br>', __( 'Examples (click to set)', 'shortcodes-ultimate' ), '<br><b%value>1</b>', '<br><b%value>2-6</b>', '<br><b%value>1, 3, 5-7</b>' ),
31
  ),
32
+ 'years' => array(
33
  'default' => '',
34
+ 'name' => __( 'Years', 'shortcodes-ultimate' ),
35
+ 'desc' => sprintf( __( 'In this field you can specify the year or years in which the content will be visible. %1$s %2$s %3$s - show content only in 2014 %4$s - show content from 2014 to 2016 %5$s - show content in 2014, 2018 and from 2020 to 2022', 'shortcodes-ultimate' ), '<br><br>', __( 'Examples (click to set)', 'shortcodes-ultimate' ), '<br><b%value>2014</b>', '<br><b%value>2014-2016</b>', '<br><b%value>2014, 2018, 2020-2022</b>' ),
36
  ),
37
+ 'alt' => array(
38
  'default' => '',
39
+ 'name' => __( 'Alternative text', 'shortcodes-ultimate' ),
40
+ 'desc' => __( 'In this field you can type the text which will be shown if content is not visible at the current moment', 'shortcodes-ultimate' ),
41
+ ),
42
  ),
43
+ 'content' => __( 'Scheduled content', 'shortcodes-ultimate' ),
44
+ 'desc' => __( 'Allows to show the content only at the specified time period', 'shortcodes-ultimate' ),
45
+ 'note' => __( 'This shortcode allows you to show content only at the specified time.', 'shortcodes-ultimate' ) . '<br><br>' . __( 'Please pay special attention to the descriptions, which are located below each text field. It will save you a lot of time', 'shortcodes-ultimate' ) . '<br><br>' . __( 'By default, the content of this shortcode will be visible all the time. By using fields below, you can add some limitations. For example, if you type 1-5 in the Days of the week field, content will be only shown from Monday to Friday. Using the same principles, you can limit content visibility from years to seconds.', 'shortcodes-ultimate' ),
46
+ 'icon' => 'clock-o',
47
+ )
48
+ );
49
 
50
  function su_shortcode_scheduler( $atts = null, $content = null ) {
51
 
52
+ $atts = shortcode_atts(
53
+ array(
54
  'time' => 'all',
55
  'days_week' => 'all',
56
  'days_month' => 'all',
57
  'months' => 'all',
58
  'years' => 'all',
59
+ 'alt' => '',
60
+ ),
61
+ $atts,
62
+ 'scheduler'
63
+ );
64
 
65
  $timestamp = current_time( 'timestamp', 0 );
66
+ $now = array(
67
  'time' => $timestamp,
68
+ 'day_week' => (int) date( 'w', $timestamp ),
69
+ 'day_month' => (int) date( 'j', $timestamp ),
70
+ 'month' => (int) date( 'n', $timestamp ),
71
+ 'year' => (int) date( 'Y', $timestamp ),
72
  );
73
 
74
+ if ( 'all' !== $atts['years'] ) {
 
 
75
 
76
+ $atts['years'] = preg_replace( '/[^0-9-,]/', '', $atts['years'] );
77
 
78
+ if ( ! in_array( $now['year'], su_parse_range( $atts['years'] ), true ) ) {
79
  return su_do_attribute( $atts['alt'] );
80
  }
81
 
82
  }
83
 
84
+ if ( 'all' !== $atts['months'] ) {
85
 
86
+ $atts['months'] = preg_replace( '/[^0-9-,]/', '', $atts['months'] );
87
 
88
+ if ( ! in_array( $now['month'], su_parse_range( $atts['months'] ), true ) ) {
 
 
89
  return su_do_attribute( $atts['alt'] );
90
  }
91
 
92
  }
93
 
94
+ if ( 'all' !== $atts['days_month'] ) {
 
 
95
 
96
+ $atts['days_month'] = preg_replace( '/[^0-9-,]/', '', $atts['days_month'] );
97
 
98
+ if ( ! in_array( $now['day_month'], su_parse_range( $atts['days_month'] ), true ) ) {
99
  return su_do_attribute( $atts['alt'] );
100
  }
101
 
102
  }
103
 
104
+ if ( 'all' !== $atts['days_week'] ) {
 
 
105
 
106
+ $atts['days_week'] = preg_replace( '/[^0-9-,]/', '', $atts['days_week'] );
107
 
108
+ if ( ! in_array( $now['day_week'], su_parse_range( $atts['days_week'] ), true ) ) {
109
  return su_do_attribute( $atts['alt'] );
110
  }
111
 
112
  }
113
 
114
+ if ( 'all' !== $atts['time'] ) {
115
 
116
+ $valid_time = false;
117
+ $atts['time'] = preg_replace( '/[^0-9-,:]/', '', $atts['time'] );
118
 
119
  foreach ( explode( ',', $atts['time'] ) as $range ) {
120
 
includes/shortcodes/spoiler.php CHANGED
@@ -75,12 +75,13 @@ su_add_shortcode(
75
  function su_shortcode_spoiler( $atts = null, $content = null ) {
76
  $atts = shortcode_atts(
77
  array(
78
- 'title' => __( 'Spoiler title', 'shortcodes-ultimate' ),
79
- 'open' => 'no',
80
- 'style' => 'default',
81
- 'icon' => 'plus',
82
- 'anchor' => '',
83
- 'class' => '',
 
84
  ),
85
  $atts,
86
  'spoiler'
@@ -95,5 +96,5 @@ function su_shortcode_spoiler( $atts = null, $content = null ) {
95
  su_query_asset( 'js', 'jquery' );
96
  su_query_asset( 'js', 'su-shortcodes' );
97
  do_action( 'su/shortcode/spoiler', $atts );
98
- return '<div class="su-spoiler su-spoiler-style-' . $atts['style'] . ' su-spoiler-icon-' . $atts['icon'] . su_get_css_class( $atts ) . '"' . $atts['anchor'] . '><div class="su-spoiler-title" tabindex="0" role="button"><span class="su-spoiler-icon"></span>' . su_do_attribute( $atts['title'] ) . '</div><div class="su-spoiler-content su-u-clearfix su-u-trim">' . su_do_nested_shortcodes( $content, 'spoiler' ) . '</div></div>';
99
  }
75
  function su_shortcode_spoiler( $atts = null, $content = null ) {
76
  $atts = shortcode_atts(
77
  array(
78
+ 'title' => __( 'Spoiler title', 'shortcodes-ultimate' ),
79
+ 'open' => 'no',
80
+ 'style' => 'default',
81
+ 'icon' => 'plus',
82
+ 'anchor' => '',
83
+ 'scroll_offset' => 0,
84
+ 'class' => '',
85
  ),
86
  $atts,
87
  'spoiler'
96
  su_query_asset( 'js', 'jquery' );
97
  su_query_asset( 'js', 'su-shortcodes' );
98
  do_action( 'su/shortcode/spoiler', $atts );
99
+ return '<div class="su-spoiler su-spoiler-style-' . $atts['style'] . ' su-spoiler-icon-' . $atts['icon'] . su_get_css_class( $atts ) . '"' . $atts['anchor'] . ' data-scroll-offset="' . intval( $atts['scroll_offset'] ) . '"><div class="su-spoiler-title" tabindex="0" role="button"><span class="su-spoiler-icon"></span>' . su_do_attribute( $atts['title'] ) . '</div><div class="su-spoiler-content su-u-clearfix su-u-trim">' . su_do_nested_shortcodes( $content, 'spoiler' ) . '</div></div>';
100
  }
includes/shortcodes/tabs.php CHANGED
@@ -125,11 +125,12 @@ function su_shortcode_tabs( $atts = null, $content = null ) {
125
 
126
  $atts = shortcode_atts(
127
  array(
128
- 'active' => 1,
129
- 'vertical' => 'no',
130
- 'style' => 'default', // 3.x
131
- 'mobile' => 'stack',
132
- 'class' => '',
 
133
  ),
134
  $atts,
135
  'tabs'
@@ -166,7 +167,7 @@ function su_shortcode_tabs( $atts = null, $content = null ) {
166
 
167
  $atts['mobile'] = sanitize_key( $atts['mobile'] );
168
 
169
- $output = '<div class="su-tabs su-tabs-style-' . $atts['style'] . ' su-tabs-mobile-' . $atts['mobile'] . su_get_css_class( $atts ) . '" data-active="' . (string) $atts['active'] . '"><div class="su-tabs-nav">' . implode( '', $tabs ) . '</div><div class="su-tabs-panes">' . implode( "\n", $panes ) . '</div></div>';
170
 
171
  // Reset tabs
172
  $shortcodes_ultimate_global_tabs = array();
125
 
126
  $atts = shortcode_atts(
127
  array(
128
+ 'active' => 1,
129
+ 'vertical' => 'no',
130
+ 'style' => 'default', // 3.x
131
+ 'mobile' => 'stack',
132
+ 'scroll_offset' => 0,
133
+ 'class' => '',
134
  ),
135
  $atts,
136
  'tabs'
167
 
168
  $atts['mobile'] = sanitize_key( $atts['mobile'] );
169
 
170
+ $output = '<div class="su-tabs su-tabs-style-' . $atts['style'] . ' su-tabs-mobile-' . $atts['mobile'] . su_get_css_class( $atts ) . '" data-active="' . (string) $atts['active'] . '" data-scroll-offset="' . intval( $atts['scroll_offset'] ) . '"><div class="su-tabs-nav">' . implode( '', $tabs ) . '</div><div class="su-tabs-panes">' . implode( "\n", $panes ) . '</div></div>';
171
 
172
  // Reset tabs
173
  $shortcodes_ultimate_global_tabs = array();
includes/shortcodes/youtube-advanced.php CHANGED
@@ -221,6 +221,6 @@ function su_shortcode_youtube_advanced( $atts = null, $content = null ) {
221
 
222
  su_query_asset( 'css', 'su-shortcodes' );
223
 
224
- return '<div class="su-youtube su-u-responsive-media-' . $atts['responsive'] . su_get_css_class( $atts ) . '"><iframe width="' . $atts['width'] . '" height="' . $atts['height'] . '" src="https://' . $domain . '/embed/' . $video_id . '?' . $url_params . '" frameborder="0" allowfullscreen="true" title="' . esc_attr( $atts['title'] ) . '"></iframe></div>';
225
 
226
  }
221
 
222
  su_query_asset( 'css', 'su-shortcodes' );
223
 
224
+ return '<div class="su-youtube su-u-responsive-media-' . $atts['responsive'] . su_get_css_class( $atts ) . '"><iframe width="' . $atts['width'] . '" height="' . $atts['height'] . '" src="https://' . $domain . '/embed/' . $video_id . '?' . $url_params . '" frameborder="0" allowfullscreen="true" allow="autoplay; fullscreen" title="' . esc_attr( $atts['title'] ) . '"></iframe></div>';
225
 
226
  }
includes/shortcodes/youtube.php CHANGED
@@ -115,6 +115,6 @@ function su_shortcode_youtube( $atts = null, $content = null ) {
115
 
116
  su_query_asset( 'css', 'su-shortcodes' );
117
 
118
- return '<div class="su-youtube su-u-responsive-media-' . $atts['responsive'] . su_get_css_class( $atts ) . '"><iframe width="' . $atts['width'] . '" height="' . $atts['height'] . '" src="https://' . $domain . '/embed/' . $video_id . '?' . http_build_query( $url_params ) . '" frameborder="0" allowfullscreen="true" title="' . esc_attr( $atts['title'] ) . '"></iframe></div>';
119
 
120
  }
115
 
116
  su_query_asset( 'css', 'su-shortcodes' );
117
 
118
+ return '<div class="su-youtube su-u-responsive-media-' . $atts['responsive'] . su_get_css_class( $atts ) . '"><iframe width="' . $atts['width'] . '" height="' . $atts['height'] . '" src="https://' . $domain . '/embed/' . $video_id . '?' . http_build_query( $url_params ) . '" frameborder="0" allowfullscreen="true" allow="autoplay; fullscreen" title="' . esc_attr( $atts['title'] ) . '"></iframe></div>';
119
 
120
  }
languages/shortcodes-ultimate.pot CHANGED
@@ -2826,79 +2826,79 @@ msgstr ""
2826
  msgid "Row for flexible columns"
2827
  msgstr ""
2828
 
2829
- #: includes/shortcodes/scheduler.php:7
2830
  msgid "Scheduler"
2831
  msgstr ""
2832
 
2833
- #: includes/shortcodes/scheduler.php:13
2834
  msgid "Time"
2835
  msgstr ""
2836
 
2837
- #: includes/shortcodes/scheduler.php:14
2838
- msgid "In this field you can specify one or more time ranges. Every day at this time the content of shortcode will be visible. %s %s %s - show content from 9:00 to 18:00 %s - show content from 9:00 to 13:00 and from 14:00 to 18:00 %s - example with minutes (content will be visible each day, 45 minutes) %s - example with seconds"
2839
  msgstr ""
2840
 
2841
- #: includes/shortcodes/scheduler.php:14, includes/shortcodes/scheduler.php:19, includes/shortcodes/scheduler.php:24, includes/shortcodes/scheduler.php:29, includes/shortcodes/scheduler.php:34
2842
  msgid "Examples (click to set)"
2843
  msgstr ""
2844
 
2845
- #: includes/shortcodes/scheduler.php:18
2846
  msgid "Days of the week"
2847
  msgstr ""
2848
 
2849
- #: includes/shortcodes/scheduler.php:19
2850
- msgid "In this field you can specify one or more days of the week. Every week at these days the content of shortcode will be visible. %s 0 - Sunday %s 1 - Monday %s 2 - Tuesday %s 3 - Wednesday %s 4 - Thursday %s 5 - Friday %s 6 - Saturday %s %s %s - show content from Monday to Friday %s - show content only at Sunday %s - show content at Sunday and from Wednesday to Friday"
2851
  msgstr ""
2852
 
2853
- #: includes/shortcodes/scheduler.php:23
2854
  msgid "Days of the month"
2855
  msgstr ""
2856
 
2857
- #: includes/shortcodes/scheduler.php:24
2858
- msgid "In this field you can specify one or more days of the month. Every month at these days the content of shortcode will be visible. %s %s %s - show content only at first day of month %s - show content from 1th to 5th %s - show content from 10th to 15th and from 20th to 25th"
2859
  msgstr ""
2860
 
2861
- #: includes/shortcodes/scheduler.php:28
2862
  msgid "Months"
2863
  msgstr ""
2864
 
2865
- #: includes/shortcodes/scheduler.php:29
2866
- msgid "In this field you can specify the month or months in which the content will be visible. %s %s %s - show content only in January %s - show content from February to June %s - show content in January, March and from May to July"
2867
  msgstr ""
2868
 
2869
- #: includes/shortcodes/scheduler.php:33
2870
  msgid "Years"
2871
  msgstr ""
2872
 
2873
- #: includes/shortcodes/scheduler.php:34
2874
- msgid "In this field you can specify the year or years in which the content will be visible. %s %s %s - show content only in 2014 %s - show content from 2014 to 2016 %s - show content in 2014, 2018 and from 2020 to 2022"
2875
  msgstr ""
2876
 
2877
- #: includes/shortcodes/scheduler.php:38
2878
  msgid "Alternative text"
2879
  msgstr ""
2880
 
2881
- #: includes/shortcodes/scheduler.php:39
2882
  msgid "In this field you can type the text which will be shown if content is not visible at the current moment"
2883
  msgstr ""
2884
 
2885
- #: includes/shortcodes/scheduler.php:42
2886
  msgid "Scheduled content"
2887
  msgstr ""
2888
 
2889
- #: includes/shortcodes/scheduler.php:43
2890
  msgid "Allows to show the content only at the specified time period"
2891
  msgstr ""
2892
 
2893
- #: includes/shortcodes/scheduler.php:44
2894
  msgid "This shortcode allows you to show content only at the specified time."
2895
  msgstr ""
2896
 
2897
- #: includes/shortcodes/scheduler.php:44
2898
  msgid "Please pay special attention to the descriptions, which are located below each text field. It will save you a lot of time"
2899
  msgstr ""
2900
 
2901
- #: includes/shortcodes/scheduler.php:44
2902
  msgid "By default, the content of this shortcode will be visible all the time. By using fields below, you can add some limitations. For example, if you type 1-5 in the Days of the week field, content will be only shown from Monday to Friday. Using the same principles, you can limit content visibility from years to seconds."
2903
  msgstr ""
2904
 
@@ -3212,7 +3212,7 @@ msgstr ""
3212
  msgid "Tab name"
3213
  msgstr ""
3214
 
3215
- #: includes/shortcodes/tabs.php:81, includes/shortcodes/tabs.php:189
3216
  msgid "Tab title"
3217
  msgstr ""
3218
 
2826
  msgid "Row for flexible columns"
2827
  msgstr ""
2828
 
2829
+ #: includes/shortcodes/scheduler.php:8
2830
  msgid "Scheduler"
2831
  msgstr ""
2832
 
2833
+ #: includes/shortcodes/scheduler.php:14
2834
  msgid "Time"
2835
  msgstr ""
2836
 
2837
+ #: includes/shortcodes/scheduler.php:15
2838
+ msgid "In this field you can specify one or more time ranges. Every day at this time the content of shortcode will be visible. %1$s %2$s %3$s - show content from 9:00 to 18:00 %4$s - show content from 9:00 to 13:00 and from 14:00 to 18:00 %5$s - example with minutes (content will be visible each day, 45 minutes) %6$s - example with seconds"
2839
  msgstr ""
2840
 
2841
+ #: includes/shortcodes/scheduler.php:15, includes/shortcodes/scheduler.php:20, includes/shortcodes/scheduler.php:25, includes/shortcodes/scheduler.php:30, includes/shortcodes/scheduler.php:35
2842
  msgid "Examples (click to set)"
2843
  msgstr ""
2844
 
2845
+ #: includes/shortcodes/scheduler.php:19
2846
  msgid "Days of the week"
2847
  msgstr ""
2848
 
2849
+ #: includes/shortcodes/scheduler.php:20
2850
+ msgid "In this field you can specify one or more days of the week. Every week at these days the content of shortcode will be visible. %1$s 0 - Sunday %2$s 1 - Monday %3$s 2 - Tuesday %4$s 3 - Wednesday %5$s 4 - Thursday %6$s 5 - Friday %7$s 6 - Saturday %8$s %9$s %10$s - show content from Monday to Friday %11$s - show content only at Sunday %12$s - show content at Sunday and from Wednesday to Friday"
2851
  msgstr ""
2852
 
2853
+ #: includes/shortcodes/scheduler.php:24
2854
  msgid "Days of the month"
2855
  msgstr ""
2856
 
2857
+ #: includes/shortcodes/scheduler.php:25
2858
+ msgid "In this field you can specify one or more days of the month. Every month at these days the content of shortcode will be visible. %1$s %2$s %3$s - show content only at first day of month %4$s - show content from 1th to 5th %5$s - show content from 10th to 15th and from 20th to 25th"
2859
  msgstr ""
2860
 
2861
+ #: includes/shortcodes/scheduler.php:29
2862
  msgid "Months"
2863
  msgstr ""
2864
 
2865
+ #: includes/shortcodes/scheduler.php:30
2866
+ msgid "In this field you can specify the month or months in which the content will be visible. %1$s %2$s %3$s - show content only in January %4$s - show content from February to June %5$s - show content in January, March and from May to July"
2867
  msgstr ""
2868
 
2869
+ #: includes/shortcodes/scheduler.php:34
2870
  msgid "Years"
2871
  msgstr ""
2872
 
2873
+ #: includes/shortcodes/scheduler.php:35
2874
+ msgid "In this field you can specify the year or years in which the content will be visible. %1$s %2$s %3$s - show content only in 2014 %4$s - show content from 2014 to 2016 %5$s - show content in 2014, 2018 and from 2020 to 2022"
2875
  msgstr ""
2876
 
2877
+ #: includes/shortcodes/scheduler.php:39
2878
  msgid "Alternative text"
2879
  msgstr ""
2880
 
2881
+ #: includes/shortcodes/scheduler.php:40
2882
  msgid "In this field you can type the text which will be shown if content is not visible at the current moment"
2883
  msgstr ""
2884
 
2885
+ #: includes/shortcodes/scheduler.php:43
2886
  msgid "Scheduled content"
2887
  msgstr ""
2888
 
2889
+ #: includes/shortcodes/scheduler.php:44
2890
  msgid "Allows to show the content only at the specified time period"
2891
  msgstr ""
2892
 
2893
+ #: includes/shortcodes/scheduler.php:45
2894
  msgid "This shortcode allows you to show content only at the specified time."
2895
  msgstr ""
2896
 
2897
+ #: includes/shortcodes/scheduler.php:45
2898
  msgid "Please pay special attention to the descriptions, which are located below each text field. It will save you a lot of time"
2899
  msgstr ""
2900
 
2901
+ #: includes/shortcodes/scheduler.php:45
2902
  msgid "By default, the content of this shortcode will be visible all the time. By using fields below, you can add some limitations. For example, if you type 1-5 in the Days of the week field, content will be only shown from Monday to Friday. Using the same principles, you can limit content visibility from years to seconds."
2903
  msgstr ""
2904
 
3212
  msgid "Tab name"
3213
  msgstr ""
3214
 
3215
+ #: includes/shortcodes/tabs.php:81, includes/shortcodes/tabs.php:190
3216
  msgid "Tab title"
3217
  msgstr ""
3218
 
readme.txt CHANGED
@@ -3,17 +3,17 @@ Contributors: gn_themes
3
  License: GPLv3
4
  Donate link: https://paypal.me/anovladimir
5
  Tags: shortcode, toggle, columns, button, slider, video, map, visual, responsive, shortcodes, youtube, vimeo, audio, mp3, tabs, jquery, box, accordion, toggle, pullquote, list, image, gallery, navigation, permalink, feed, rss, members, membership, guests, carousel, icons, rtl, multilingual
6
- Requires at least: 4.5
7
  Requires PHP: 5.3
8
  Tested up to: 5.3
9
- Stable tag: 5.6.1
10
 
11
  A comprehensive collection of visual components for your site
12
 
13
 
14
  == Description ==
15
 
16
- [Shortcodes Ultimate](https://getshortcodes.com/) is a comprehensive collection of various visual and functional elements, which you can use in the post editor, text widgets or even in template files. Using Shortcodes Ultimate you can easily create tabs, buttons, boxes, sliders and carousels, responsive videos and much, much more.
17
 
18
 
19
  = Features =
@@ -33,20 +33,20 @@ A comprehensive collection of visual components for your site
33
 
34
  = Links =
35
 
36
- * [Available shortcodes](https://getshortcodes.com/shortcodes/)
37
- * [Add-ons](https://getshortcodes.com/add-ons/)
38
- * [Documentation](https://getshortcodes.com/docs/)
39
  * [Support forum](https://wordpress.org/support/plugin/shortcodes-ultimate)
40
- * [Premium support](https://getshortcodes.com/support/)
41
  * [GitHub](https://github.com/vanokhin/shortcodes-ultimate)
42
 
43
 
44
  = Check out premium add-ons! =
45
 
46
- * [Extra Shortcodes](https://getshortcodes.com/add-ons/extra-shortcodes/) - 15+ additional shortcodes
47
- * [Additional Skins](https://getshortcodes.com/add-ons/additional-skins/) - 60+ additional skins
48
- * [Shortcode Creator](https://getshortcodes.com/add-ons/shortcode-creator/) - create your own custom shortcodes
49
- * __[Add-ons Bundle](https://getshortcodes.com/add-ons/add-ons-bundle/)__ - All-in-one!
50
 
51
 
52
  = Available Shortcodes =
@@ -151,6 +151,15 @@ For help with premium add-ons, please [open new support ticket](https://getshort
151
 
152
  == Changelog ==
153
 
 
 
 
 
 
 
 
 
 
154
  = 5.6.1 =
155
 
156
  **What's new**
3
  License: GPLv3
4
  Donate link: https://paypal.me/anovladimir
5
  Tags: shortcode, toggle, columns, button, slider, video, map, visual, responsive, shortcodes, youtube, vimeo, audio, mp3, tabs, jquery, box, accordion, toggle, pullquote, list, image, gallery, navigation, permalink, feed, rss, members, membership, guests, carousel, icons, rtl, multilingual
6
+ Requires at least: 4.6
7
  Requires PHP: 5.3
8
  Tested up to: 5.3
9
+ Stable tag: 5.6.2
10
 
11
  A comprehensive collection of visual components for your site
12
 
13
 
14
  == Description ==
15
 
16
+ [Shortcodes Ultimate](https://getshortcodes.com/?utm_campaign=wporg&utm_source=readme&utm_medium=description) is a comprehensive collection of various visual and functional elements, which you can use in the post editor, text widgets or even in template files. Using Shortcodes Ultimate you can easily create tabs, buttons, boxes, sliders and carousels, responsive videos and much, much more.
17
 
18
 
19
  = Features =
33
 
34
  = Links =
35
 
36
+ * [Available shortcodes](https://getshortcodes.com/shortcodes/?utm_campaign=wporg&utm_source=readme&utm_medium=available-shortcodes)
37
+ * [Add-ons](https://getshortcodes.com/add-ons/?utm_campaign=wporg&utm_source=readme&utm_medium=add-ons)
38
+ * [Documentation](https://getshortcodes.com/docs/?utm_campaign=wporg&utm_source=readme&utm_medium=docs)
39
  * [Support forum](https://wordpress.org/support/plugin/shortcodes-ultimate)
40
+ * [Premium support](https://getshortcodes.com/support/?utm_campaign=wporg&utm_source=readme&utm_medium=support)
41
  * [GitHub](https://github.com/vanokhin/shortcodes-ultimate)
42
 
43
 
44
  = Check out premium add-ons! =
45
 
46
+ * [Extra Shortcodes](https://getshortcodes.com/add-ons/extra-shortcodes/?utm_campaign=wporg&utm_source=readme&utm_medium=extra-shortcodes) - 15+ additional shortcodes
47
+ * [Additional Skins](https://getshortcodes.com/add-ons/additional-skins/?utm_campaign=wporg&utm_source=readme&utm_medium=additional-skins) - 60+ additional skins
48
+ * [Shortcode Creator](https://getshortcodes.com/add-ons/shortcode-creator/?utm_campaign=wporg&utm_source=readme&utm_medium=shortcode-creator) - create your own custom shortcodes
49
+ * __[Add-ons Bundle](https://getshortcodes.com/add-ons/add-ons-bundle/?utm_campaign=wporg&utm_source=readme&utm_medium=add-ons-bundle)__ - All-in-one!
50
 
51
 
52
  = Available Shortcodes =
151
 
152
  == Changelog ==
153
 
154
+ = 5.6.2 =
155
+
156
+ **Fixes**
157
+
158
+ - Fixed YouTube autoplay in Chrome within the `[su_lightbox]` shortcode
159
+ - Fixed issue when hidden content (like YouTube embed) within spoiler remains clickable
160
+ - Other minor issues
161
+
162
+
163
  = 5.6.1 =
164
 
165
  **What's new**
shortcodes-ultimate.php CHANGED
@@ -2,12 +2,11 @@
2
  /**
3
  * Plugin Name: Shortcodes Ultimate
4
  * Plugin URI: https://getshortcodes.com/
5
- * Version: 5.6.1
6
  * Author: Vladimir Anokhin
7
  * Author URI: https://vanokhin.com/
8
  * Description: A comprehensive collection of visual components for WordPress
9
  * Text Domain: shortcodes-ultimate
10
- * Domain Path: /languages/
11
  * License: GPLv3
12
  */
13
 
@@ -15,7 +14,7 @@
15
  * Define plugin constants.
16
  */
17
  define( 'SU_PLUGIN_FILE', __FILE__ );
18
- define( 'SU_PLUGIN_VERSION', '5.6.1' );
19
 
20
  /**
21
  * Load dependencies.
2
  /**
3
  * Plugin Name: Shortcodes Ultimate
4
  * Plugin URI: https://getshortcodes.com/
5
+ * Version: 5.6.2
6
  * Author: Vladimir Anokhin
7
  * Author URI: https://vanokhin.com/
8
  * Description: A comprehensive collection of visual components for WordPress
9
  * Text Domain: shortcodes-ultimate
 
10
  * License: GPLv3
11
  */
12
 
14
  * Define plugin constants.
15
  */
16
  define( 'SU_PLUGIN_FILE', __FILE__ );
17
+ define( 'SU_PLUGIN_VERSION', '5.6.2' );
18
 
19
  /**
20
  * Load dependencies.