.wp-block-mlo-gallery{margin-bottom:2em}.mlo-gallery-block{--mlo-columns:3;--mlo-gap:10px;--mlo-radius:4px;--mlo-row-height:250px;box-sizing:border-box;position:relative;width:100%}.mlo-gallery-block *,.mlo-gallery-block :after,.mlo-gallery-block :before{box-sizing:inherit}.mlo-gallery-block figure{margin:0;padding:0}.mlo-gallery-empty{background:#f8f9fa;border:2px dashed #ccc;border-radius:var(--mlo-radius);color:#666;padding:2em;text-align:center}.mlo-gallery-image{backface-visibility:hidden;border-radius:var(--mlo-radius);display:block;height:auto;transition:transform .3s ease,opacity .3s ease;width:100%}.mlo-gallery-item{background:#f0f0f1;border-radius:var(--mlo-radius);overflow:hidden;position:relative}.mlo-gallery-layout-grid .mlo-gallery-grid{display:grid;gap:var(--mlo-gap);grid-template-columns:repeat(var(--mlo-columns),1fr)}.mlo-gallery-layout-grid.mlo-gallery-ratio-square .mlo-gallery-image{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.mlo-gallery-layout-grid.mlo-gallery-ratio-4-3 .mlo-gallery-image{aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.mlo-gallery-layout-grid.mlo-gallery-ratio-16-9 .mlo-gallery-image{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.mlo-gallery-layout-grid.mlo-gallery-ratio-3-2 .mlo-gallery-image{aspect-ratio:3/2;-o-object-fit:cover;object-fit:cover}.mlo-gallery-layout-masonry .mlo-gallery-grid{-moz-column-count:var(--mlo-columns);column-count:var(--mlo-columns);-moz-column-gap:var(--mlo-gap);column-gap:var(--mlo-gap);opacity:1;transition:opacity .3s ease}.mlo-gallery-layout-masonry .mlo-gallery-item{-moz-column-break-inside:avoid;break-inside:avoid;display:inline-block;margin-bottom:var(--mlo-gap);width:100%}.mlo-gallery-layout-justified .mlo-gallery-grid{align-items:flex-start;display:flex;flex-wrap:wrap;gap:var(--mlo-gap)}.mlo-gallery-layout-justified .mlo-gallery-item{min-width:0;position:relative}.mlo-gallery-layout-justified .mlo-gallery-image{display:block}.mlo-gallery-layout-justified .mlo-gallery-grid:after{content:"";flex-grow:999999999}.mlo-gallery-layout-carousel .mlo-carousel-wrapper{overflow:hidden;padding:0 40px;position:relative}.mlo-gallery-layout-carousel .mlo-carousel-track{display:flex;flex-wrap:nowrap;gap:var(--mlo-gap);left:0;position:relative;transition:transform .5s cubic-bezier(.25,1,.5,1);will-change:transform}.mlo-gallery-layout-carousel .mlo-carousel-slide{flex:0 0 auto}.mlo-gallery-layout-carousel .mlo-gallery-image{aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.mlo-carousel-next,.mlo-carousel-prev{align-items:center;background:rgba(0,0,0,.5);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;line-height:1;position:absolute;top:50%;transform:translateY(-50%);transition:background .3s;width:40px;z-index:10}.mlo-carousel-next:hover,.mlo-carousel-prev:hover{background:rgba(0,0,0,.8)}.mlo-carousel-prev{left:0}.mlo-carousel-next{right:0}.mlo-carousel-dots{margin-top:15px;text-align:center}.mlo-carousel-dot{background:#ccc;border-radius:50%;cursor:pointer;display:inline-block;height:10px;margin:0 5px;transition:background .3s;width:10px}.mlo-carousel-dot.active{background:#333}.mlo-gallery-hover-zoom .mlo-gallery-item:hover .mlo-gallery-image{transform:scale(1.05)}.mlo-overlay{align-items:center;background:rgba(0,0,0,.6);border-radius:var(--mlo-radius);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:2}.mlo-overlay-icon svg{transform:scale(.5);transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.mlo-gallery-hover-overlay .mlo-gallery-item:hover .mlo-overlay{opacity:1}.mlo-gallery-hover-overlay .mlo-gallery-item:hover .mlo-overlay-icon svg{transform:scale(1)}.mlo-caption-below{color:#666;font-size:.9em;margin-top:8px;text-align:center}.mlo-overlay-caption{color:#fff;font-size:1em;margin-top:10px;padding:0 15px;text-align:center}.mlo-fade-caption{background:linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent);border-bottom-left-radius:var(--mlo-radius);border-bottom-right-radius:var(--mlo-radius);bottom:0;color:#fff;font-size:.95em;left:0;opacity:0;padding:15px;pointer-events:none;position:absolute;transform:translateY(10px);transition:opacity .3s ease;width:100%;z-index:2}.mlo-gallery-hover-fade .mlo-gallery-item:hover .mlo-fade-caption{opacity:1;transform:translateY(0)}.mlo-filter-bar{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px}.mlo-filter-pills .mlo-filter-btn{background:#f0f0f1;border:none;border-radius:20px;color:#333;cursor:pointer;font-size:.95em;padding:8px 16px;transition:background .2s,color .2s}.mlo-filter-pills .mlo-filter-btn:hover{background:#e0e0e1}.mlo-filter-pills .mlo-filter-btn.active{background:#333;color:#fff}.mlo-filter-dropdown .mlo-filter-select{background:#fff;border:1px solid #ccc;border-radius:4px;font-size:1em;min-width:200px;padding:8px 12px}.mlo-item-hidden{display:none!important}.mlo-gallery-block[data-animation=fade] .mlo-gallery-item{transition:opacity .4s ease}.mlo-gallery-block[data-animation=fade] .mlo-gallery-item.mlo-anim-hide{opacity:0}.mlo-gallery-block[data-animation=slide] .mlo-gallery-item{transition:transform .4s ease,opacity .4s ease}.mlo-gallery-block[data-animation=slide] .mlo-gallery-item.mlo-anim-hide{opacity:0;transform:scale(.8)}.mlo-lightbox-overlay{align-items:center;background:rgba(0,0,0,.9);display:none;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease;width:100%;z-index:999999}.mlo-lightbox-overlay.active{display:flex;opacity:1}.mlo-lightbox-overlay.active .mlo-lightbox-img{opacity:1;transform:scale(1)}.mlo-lightbox-inner{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%}.mlo-lightbox-close{background:none;border:none;color:#fff;cursor:pointer;font-size:30px;line-height:1;opacity:.7;padding:10px;position:absolute;right:20px;top:20px;transition:opacity .2s;z-index:10}.mlo-lightbox-close:hover{opacity:1}.mlo-lightbox-counter{color:#ccc;font-size:14px;left:30px;position:absolute;top:30px}.mlo-lightbox-next,.mlo-lightbox-prev{background:none;border:none;color:#fff;cursor:pointer;font-size:60px;opacity:.5;padding:20px;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .2s;z-index:10}.mlo-lightbox-next:hover,.mlo-lightbox-prev:hover{opacity:1}.mlo-lightbox-prev{left:20px}.mlo-lightbox-next{right:20px}.mlo-lightbox-img-wrap{align-items:center;display:flex;flex-direction:column;justify-content:center;max-height:85vh;max-width:90%;text-align:center}.mlo-lightbox-img{max-height:calc(85vh - 40px);max-width:100%;-o-object-fit:contain;object-fit:contain;opacity:0;transform:scale(.95);transition:transform .3s cubic-bezier(.175,.885,.32,1.275),opacity .3s}.mlo-lightbox-caption{color:#ddd;font-size:16px;margin-top:15px;min-height:24px}body.mlo-lightbox-open{overflow:hidden}.block-editor-block-list__block .mlo-lightbox-trigger{pointer-events:none}.mlo-gallery-block-placeholder{background:#f0f0f1;border:1px dashed #757575;border-radius:4px;color:#1e1e1e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;padding:40px 20px;text-align:center}@media(max-width:768px){.mlo-gallery-layout-grid .mlo-gallery-grid{grid-template-columns:repeat(min(2,var(--mlo-columns)),1fr)!important}.mlo-gallery-layout-masonry .mlo-gallery-grid{-moz-column-count:min(2,var(--mlo-columns))!important;column-count:min(2,var(--mlo-columns))!important}.mlo-lightbox-next,.mlo-lightbox-prev{font-size:40px;padding:10px}.mlo-lightbox-prev{left:0}.mlo-lightbox-next{right:0}.mlo-carousel-wrapper{padding:0 30px}}@media(max-width:480px){.mlo-gallery-layout-grid .mlo-gallery-grid{grid-template-columns:1fr!important}.mlo-gallery-layout-masonry .mlo-gallery-grid{-moz-column-count:1!important;column-count:1!important}.mlo-gallery-layout-justified .mlo-gallery-item{height:auto}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}