@keyframes rl-modals-animation-spinner{0%{transform:rotate(0deg) scale3d(1,1,1)}50%{transform:rotate(180deg) scale3d(1,1,1)}75%{transform:rotate(270deg) scale3d(.9,.9,.9)}to{transform:rotate(360deg) scale3d(1,1,1)}}@keyframes rl-modals-animation-fade-in{0%{opacity:0}to{opacity:1}}@keyframes rl-modals-animation-fade-out{0%{opacity:1}to{opacity:0}}@keyframes rl-modals-animation-slide-in-to-left{0%{opacity:0;visibility:visible;transform:translate3d(75%,0,0)}to{transform:translate3d(0,0,0);opacity:1}}@keyframes rl-modals-animation-slide-out-to-left{0%{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(-75%,0,0);opacity:0;visibility:hidden}}@keyframes rl-modals-animation-slide-in-to-right{0%{opacity:0;transform:translate3d(-75%,0,0)}to{visibility:visible;transform:translate3d(0,0,0);opacity:1}}@keyframes rl-modals-animation-slide-out-to-right{0%{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(75%,0,0);opacity:0}}@keyframes rl-modals-animation-zoom-in{0%{opacity:0;transform:scale3d(.25,.25,.25)}to{opacity:1}}@keyframes rl-modals-animation-zoom-out{0%{opacity:1}50%{opacity:0;transform:scale3d(.25,.25,.25)}to{opacity:0}}.rl-modals-animate-fade-in{animation:rl-modals-animation-fade-in 300ms ease}.rl-modals-animate-fade-out{animation:rl-modals-animation-fade-out 300ms ease}.rl-modals-animate-slide-in-to-left{animation:rl-modals-animation-slide-in-to-left 300ms ease}.rl-modals-animate-slide-out-to-left{animation:rl-modals-animation-slide-out-to-left 300ms ease}.rl-modals-animate-slide-in-to-right{animation:rl-modals-animation-slide-in-to-right 300ms ease}.rl-modals-animate-slide-out-to-right{animation:rl-modals-animation-slide-out-to-right 300ms ease}.rl-modals-animate-zoom-in{animation:rl-modals-animation-zoom-in 300ms ease}.rl-modals-animate-zoom-out{animation:rl-modals-animation-zoom-out 300ms ease}.rl-modals-animate-show{opacity:1}.rl-modals-animate-hide{opacity:0}[data-modals-element]{box-sizing:border-box}[data-modals-element].hidden{display:none!important}[data-modals-element=modal]{z-index:1000;position:fixed;width:100%;height:100%;top:0;left:0;overflow:hidden;outline:0}[data-modals-element=modal] [data-modals-element=overlay]{--color:0, 0, 0;--opacity:0.9;position:fixed;width:calc(100% + 2px);height:calc(100% + 2px);top:-1px;left:-1px;will-change:opacity;background-color:rgba(var(--color),var(--opacity))}[data-modals-element=modal] [data-modals-element=spinner]{--color:#ffffff;position:absolute;height:32px;width:32px;animation:rl-modals-animation-spinner 1.2s infinite linear;border:3px solid transparent;border-color:var(--color) transparent;border-radius:50%;margin:0 auto;left:0;right:0;top:calc(50% - 16px)}[data-modals-element=modal] [data-modals-element=container]{position:absolute;width:100%;height:100%;top:0;left:0;display:flex;flex-flow:column}[data-modals-element=modal] [data-modals-element=main]{order:2;display:flex;flex:auto}[data-modals-element=modal] [data-modals-element=pagination-bar]{order:3;display:flex}[data-modals-element=modal] [data-modals-element=close-bar]{order:1;width:100%;top:0;left:0;display:flex;flex-direction:row-reverse}[data-modals-element=modal] [data-modals-element=center]{flex:auto}[data-modals-element=modal] [data-modals-element=slides]{position:relative;height:100%;width:100%;display:flex;justify-content:center;align-items:center;transition:transform .4s ease;transform:translate3d(0,0,0)}[data-modals-element=modal] [data-modals-element=slide]{position:absolute;height:100%;width:100%;display:flex;justify-content:center;align-items:center}[data-modals-element=modal] [data-modals-element=slide][data-modals-position$=left]{left:0}[data-modals-element=modal] [data-modals-element=slide][data-modals-position$=right]{right:0}[data-modals-element=modal] [data-modals-element=slide][data-modals-position^=top]{top:0}[data-modals-element=modal] [data-modals-element=slide][data-modals-position^=bottom]{bottom:0}[data-modals-element=modal] [data-modals-element=slide-container]{display:flex;align-items:center;max-height:100%;max-width:100%}[data-modals-element=modal] [data-modals-element=slide-container-inner]{display:flex;align-items:center;max-height:100%}[data-modals-element=modal] [data-modals-orientation=vertical] [data-modals-element=slide-container]{flex-flow:column}[data-modals-element=modal] [data-modals-orientation=horizontal] [data-modals-element=slide-container]{flex-flow:row}[data-modals-element=modal] [data-modals-element=slide-after],[data-modals-element=modal] [data-modals-element=slide-before],[data-modals-element=modal] [data-modals-element=slide-content-inner],[data-modals-element=modal] [data-modals-element=slide-content]{max-height:100%;max-width:100%}[data-modals-element=modal] [data-modals-element=slide-after],[data-modals-element=modal] [data-modals-element=slide-before]{overflow:auto}[data-modals-element=modal] [data-modals-element=slide-content-inner]{overflow:visible}[data-modals-element=modal] [data-modals-element=slide-before]{flex:none}[data-modals-element=modal] [data-modals-element=slide-content]{position:relative;flex:auto}[data-modals-element=modal] [data-modals-element=slide-after]{flex:none}[data-modals-element=modal] [data-modals-element=slide-title]{overflow:auto;font-size:calc(1.3rem + .6vw);line-height:initial}[data-modals-element=modal] [data-modals-element=slide-description]{overflow:auto}[data-modals-element=modal] [data-modals-element=close],[data-modals-element=modal] [data-modals-element=next],[data-modals-element=modal] [data-modals-element=pagination-button],[data-modals-element=modal] [data-modals-element=previous]{background-color:transparent;background-position:50% 50%;background-repeat:no-repeat;border:0}[data-modals-element=modal] [data-modals-element=pagination-button]{content:""}[data-modals-element=modal] [data-modals-element=close],[data-modals-element=modal] [data-modals-element=next],[data-modals-element=modal] [data-modals-element=previous]{cursor:pointer;position:relative}[data-modals-element=modal] [data-modals-element=previous],html[dir=rtl] [data-modals-element=modal] [data-modals-element=next]{content:">"}[data-modals-element=modal] [data-modals-element=next],html[dir=rtl] [data-modals-element=modal] [data-modals-element=previous]{content:"<"}[data-modals-element=modal] [data-modals-element=close]{content:"X";z-index:2}[data-modals-element=modal] [data-modals-element=pagination]{display:flex;align-items:center;margin:0 auto}[data-modals-element=modal] [data-modals-element=pagination-button]:not(.active){cursor:pointer}[data-modals-element=modal] [data-modals-element=pagination-text]{display:flex;align-items:baseline}[data-modals-element=modal] [data-modals-type=inline] [data-modals-element=slide-content]{overflow:auto}[data-modals-element=modal] [data-modals-type=image] [data-modals-element=slide-content]{display:flex}[data-modals-element=modal] [data-modals-type=image] [data-modals-element=slide-content] img{object-fit:contain}[data-modals-element=modal] [data-modals-type=iframe] [data-modals-element=slide-content-inner],[data-modals-element=modal] [data-modals-type=image] [data-modals-element=slide-content-inner],[data-modals-element=modal] [data-modals-type=video] [data-modals-element=slide-content-inner]{overflow:hidden}[data-modals-element=modal] [data-modals-type=iframe] [data-modals-element=slide-content-inner]>*,[data-modals-element=modal] [data-modals-type=image] [data-modals-element=slide-content-inner]>*,[data-modals-element=modal] [data-modals-type=video] [data-modals-element=slide-content-inner]>*{vertical-align:middle}[data-modals-element=modal][data-modals-theme=dark]{--main-margin:10px;--button-size:60px;--button-icon-size:22px 40px;--close-button-size:52px;--close-button-icon-size:32px 32px}@media (min-width:768px){[data-modals-element=modal][data-modals-theme=dark]{--main-margin:20px;--close-button-size:72px}}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=overlay]{backdrop-filter:blur(10px)}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=main]{margin:var(--main-margin);margin-top:calc(var(--close-button-size)*-1 + var(--main-margin))}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=left]{margin:calc(var(--main-margin)*-1);margin-to-left:0}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=right]{margin:calc(var(--main-margin)*-1);margin-to-right:0}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=slide]{padding:0 var(--main-margin);max-width:100%;max-height:100%}[data-modals-element=modal][data-modals-theme=dark] [data-modals-orientation=vertical] [data-modals-element=slide-after],[data-modals-element=modal][data-modals-theme=dark] [data-modals-orientation=vertical] [data-modals-element=slide-before]{width:100%;max-height:30vh}[data-modals-element=modal][data-modals-theme=dark] [data-modals-orientation=vertical] [data-modals-element=slide-before]{margin-bottom:.75rem}[data-modals-element=modal][data-modals-theme=dark] [data-modals-orientation=vertical] [data-modals-element=slide-after]{margin-top:.75rem}[data-modals-element=modal][data-modals-theme=dark] [data-modals-orientation=horizontal] [data-modals-element=slide-after],[data-modals-element=modal][data-modals-theme=dark] [data-modals-orientation=horizontal] [data-modals-element=slide-before]{max-width:30vw}[data-modals-element=modal][data-modals-theme=dark] [data-modals-orientation=horizontal] [data-modals-element=slide-before]{margin-to-left:1rem}[data-modals-element=modal][data-modals-theme=dark] [data-modals-orientation=horizontal] [data-modals-element=slide-after]{margin-to-right:1rem}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=slide-content]{background:#fff;margin:0;border-radius:4px;overflow:hidden}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=slide-description],[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=slide-title]{margin:0}[data-modals-element=modal][data-modals-theme=dark] [data-modals-orientation=vertical] [data-modals-element=slide-description],[data-modals-element=modal][data-modals-theme=dark] [data-modals-orientation=vertical] [data-modals-element=slide-title]{text-align:center}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=next],[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=previous]{opacity:.7;margin:0}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=close],[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-button]{opacity:.7;padding:0;margin:0}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=close].active,[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=close]:focus,[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=close]:hover,[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=next].active,[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=next]:focus,[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=next]:hover,[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-button].active,[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-button]:focus,[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-button]:hover,[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=previous].active,[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=previous]:focus,[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=previous]:hover{opacity:1}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=close]:focus-visible:not(.active),[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=next]:focus-visible:not(.active),[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-button]:focus-visible:not(.active),[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=previous]:focus-visible:not(.active){outline:2px solid #0f3d81}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=close]{background-size:var(--close-button-icon-size);width:var(--close-button-size);height:var(--close-button-size)}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=next],[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=previous]{display:none;background-size:var(--button-icon-size);width:var(--button-size);height:100%;min-height:22px;padding:0}@media (min-width:768px){[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=next],[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=previous]{display:inherit}}@media (min-width:1024px){[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=next],[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=previous]{--button-size:100px}}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-bar]{--margin:10px;margin:0 var(--margin) var(--margin) var(--margin);overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#999 transparent}@media (min-width:768px){[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-bar]{--margin:20px}}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-bar]::-webkit-scrollbar{width:8px;height:8px;background:0 0}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-bar]::-webkit-scrollbar-thumb{background:#999;border-radius:4px}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-button]{--size:5vw;box-sizing:content-box;background-clip:content-box;border-radius:50%;width:var(--size);height:var(--size);margin:calc(var(--size)/4);transition:all .1s linear;font-size:0}@media (min-width:640px){[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-button]{--size:3vw}}@media (min-width:768px){[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-button]{--size:16px}}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-button].active,[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-button]:focus-visible:not(.active),[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-button]:hover:not(.active){background-color:#115dda}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-image]{--size:30px;--saturate:50%;width:auto;height:var(--size);margin:2px;transition:all .1s linear;border-radius:2px;cursor:pointer;opacity:.5;filter:saturate(var(--saturate))}@media (min-width:768px){[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-image]{--size:50px}}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-image].active,[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-image]:focus-visible:not(.active),[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-image]:hover:not(.active){opacity:1;--saturate:100%}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-text-number]{font-size:1.2rem}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-text-divider],[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-text-total]{opacity:.5}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-text-divider]{padding:0 .3rem}[data-modals-element=modal][data-modals-theme=dark] [data-modals-type=audio] [data-modals-element=slide-content],[data-modals-element=modal][data-modals-theme=dark] [data-modals-type=image] [data-modals-element=slide-content],[data-modals-element=modal][data-modals-theme=dark] [data-modals-type=video] [data-modals-element=slide-content]{background:0 0}[data-modals-element=modal][data-modals-theme=dark] [data-modals-type=inline] [data-modals-element=slide-content]{padding:20px;overflow:auto}[data-modals-element=modal][data-modals-theme=dark] [data-modals-type=iframe] [data-modals-element=slide-content] iframe{background:#fff}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=countdown]{width:100%;height:3px;position:absolute;top:0;left:0;background-color:#7f7f7f}[data-modals-element=modal][data-modals-theme=dark].just-the-modal [data-modals-element=close-bar],[data-modals-element=modal][data-modals-theme=dark].just-the-modal [data-modals-element=left],[data-modals-element=modal][data-modals-theme=dark].just-the-modal [data-modals-element=overlay],[data-modals-element=modal][data-modals-theme=dark].just-the-modal [data-modals-element=pagination-bar],[data-modals-element=modal][data-modals-theme=dark].just-the-modal [data-modals-element=right]{display:none}[data-modals-element=modal][data-modals-theme=dark].just-the-modal [data-modals-element=slide-content]{filter:drop-shadow(0 0 5px rgba(0,0,0,.5))}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=overlay]{--color:0, 0, 0}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=spinner]{--color:#ffffff}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=slide-content]{box-shadow:0 0 1px rgba(255,255,255,.25)}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=slide-description],[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=slide-title]{color:#fff}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=close],[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=next],[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=previous]{filter:drop-shadow(0 0 0#000) drop-shadow(0 0 2px #000)}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=close]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M2 2L30 30M30 2L2 30' /%3E%3C/svg%3E")}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=previous],html[dir=rtl] [data-modals-element=modal][data-modals-theme=dark] [data-modals-element=next]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 40' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M20 2L2 20L20 38' /%3E%3C/svg%3E")}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=next],html[dir=rtl] [data-modals-element=modal][data-modals-theme=dark] [data-modals-element=previous]{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 22 40' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M2 2L20 20L2 38' /%3E%3C/svg%3E")}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-button]{background-color:#fff}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-button].active{background-color:#115dda}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-image]{box-shadow:0 0 1px rgba(255,255,255,.25)}[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=pagination-text]{color:#fff}div#jrealtime_msg{display:block;width:400px;cursor:auto;position:fixed;left:50%;top:50%;margin-left:-200px;margin-top:0;-webkit-box-shadow:0 0 7px 5px rgba(0,0,0,0.4);-moz-box-shadow:0 0 7px 5px rgba(0,0,0,0.4);box-shadow:0 0 7px 5px rgba(0,0,0,0.4);-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;z-index:20000;background-color:#EEE;padding:3px}div#jrealtime_msgtext{clear:both;margin:5px 0 0 0;font-size:14px;text-align:center}div#jrealtime_msgtitle{text-align:center;font-weight:bold;font-size:16px;border-bottom:1px solid #CCC;padding:5px;background-color:#fdfdfd}@charset "UTF-8";joomla-alert{--jui-alert-min-width:250px;--jui-alert-padding:.5rem 1.25rem;--jui-alert-margin:0 0 1rem 0;--jui-alert-border:1px solid transparent;--jui-alert-border-radius:.25rem;--jui-alert-animation-duration:.5s;--jui-alert-animation-timing-function:ease-in-out;--jui-alert-button-color-dark:#000;--jui-alert-button-color-light:#fff;--jui-alert-success-color:#234423;--jui-alert-success-background-color:#d9e6d9;--jui-alert-success-border-color:#cadcca;--jui-alert-success-link-color:#122212;--jui-alert-info-color:#0c5460;--jui-alert-info-background-color:#d1ecf1;--jui-alert-info-border-color:#bee5eb;--jui-alert-info-link-color:#062c33;--jui-alert-warning-color:#7d5a29;--jui-alert-warning-background-color:#fcefdc;--jui-alert-warning-border-color:#fbe8cd;--jui-alert-warning-link-color:#573e1c;--jui-alert-danger-color:#712b29;--jui-alert-danger-background-color:#f7dddc;--jui-alert-danger-border-color:#f4cfce;--jui-alert-danger-link-color:#4c1d1b;-webkit-animation-duration:var(--jui-alert-animation-duration,.5s);animation-duration:var(--jui-alert-animation-duration,.5s);-webkit-animation-timing-function:var(--jui-alert-animation-timing-function,ease-in-out);animation-timing-function:var(--jui-alert-animation-timing-function,ease-in-out);border:var(--jui-alert-border,1px solid transparent);border-radius:var(--jui-alert-border-radius,.25rem);margin:var(--jui-alert-margin,0 0 1rem 0);min-width:var(--jui-alert-min-width,250px);padding:var(--jui-alert-padding,.5rem 1.25rem);display:block}joomla-alert .joomla-alert--close{color:var(--jui-alert-button-color-dark,#000);float:right;opacity:.5;text-shadow:0 1px 0 var(--jui-alert-button-color-light,#fff);background:0 0;border:0;padding:.2rem 1rem;font-size:1.5rem;font-weight:700;line-height:1;position:relative;top:-.5rem;right:-1.25rem}joomla-alert .joomla-alert--close:focus,joomla-alert .joomla-alert--close:hover{color:var(--jui-alert-button-color-dark,#000);cursor:pointer;opacity:.75;text-decoration:none}joomla-alert[type=success]{background-color:var(--jui-alert-success-background-color,#d9e6d9);border-color:var(--jui-alert-success-border-color,#cadcca);color:var(--jui-alert-success-color,#234423)}joomla-alert[type=success] hr{border-top-color:var(--jui-alert-success-border-color,#cadcca)}joomla-alert[type=success] .alert-link{color:var(--jui-alert-success-link-color,#122212)}joomla-alert[type=info]{background-color:var(--jui-alert-info-background-color,#d1ecf1);border-color:var(--jui-alert-info-border-color,#bee5eb);color:var(--jui-alert-info-color,#0c5460)}joomla-alert[type=info] hr{border-top-color:var(--jui-alert-info-border-color,#bee5eb)}joomla-alert[type=info] .alert-link{color:var(--jui-alert-info-link-color,#062c33)}joomla-alert[type=warning]{background-color:var(--jui-alert-warning-background-color,#fcefdc);border-color:var(--jui-alert-warning-border-color,#fbe8cd);color:var(--jui-alert-warning-color,#7d5a29)}joomla-alert[type=warning] hr{border-top-color:var(--jui-alert-warning-border-color,#fbe8cd)}joomla-alert[type=warning] .alert-link{color:var(--jui-alert-warning-link-color,#573e1c)}joomla-alert[type=danger]{background-color:var(--jui-alert-danger-background-color,#f7dddc);border-color:var(--jui-alert-danger-border-color,#f4cfce);color:var(--jui-alert-danger-color,#712b29)}joomla-alert[type=danger] hr{border-top-color:var(--jui-alert-danger-border-color,#f4cfce)}joomla-alert[type=danger] .alert-link{color:var(--jui-alert-danger-link-color,#4c1d1b)}html[dir=rtl] joomla-alert .joomla-alert--close,html[dir=rtl] joomla-alert .joomla-alert-button--close{float:left;left:-1.25rem;right:auto}@-webkit-keyframes joomla-alert-fade-in{0%{opacity:0}}@keyframes joomla-alert-fade-in{0%{opacity:0}}@-webkit-keyframes joomla-alert-fade-out{0%{opacity:1}to{opacity:0}}@keyframes joomla-alert-fade-out{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){joomla-alert{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}}/**
 * @name		Page Builder CK
 * @package		com_pagebuilderck
 * @copyright	Copyright (C) 2015. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - https://www.template-creator.com - https://www.joomlack.fr
 */

/* Fix for Firefox where the elements go out of the page in edition mode */
.edit.item-page fieldset,
#item-form fieldset {
	/*display: table-cell;
	min-width: auto;*/
}

/* For elements to get the correct size */
#workspaceck *, #popup_editionck *, #menuck *, .pagebuilderck * {
	box-sizing: border-box;
}

#workspaceck .inner:before, .pagebuilderck .inner:before {
	border-radius: inherit;
}

/* For equal heights */
.blockck > .inner {
	/*height: 100%;*/
	box-sizing: border-box;
	flex: 1 1 auto;
	/*overflow: hidden;*/ /* fix for IE, to remove unwanted space */
}

.pagebuilderck {
	/*overflow-x: hidden;*/  /* do not use, causes scroll bar to appear : fix for animation that are outside the screen */
}

.pagebuilderck img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.workspaceck.ckresponsiveactive:not([ckresponsiverange="5"]) .rowck > .inner,
.rowck.ckadvancedlayout > .inner,
.rowck > .inner {
	flex-wrap: wrap;
}

/* ---------------------------------------
	Responsive design code
	Needed for V1 B/C
-----------------------------------------*/

@media screen and (max-width: 524px) {

	.pagebuilderck .row-fluid:not([class*="ckstack"]) .ckhidephone {
		display: none !important;
	}

	.pagebuilderck .row-fluid:not([class*="ckstack"]) .blockck[class*="span"] {
		display: block;
		float: none !important;
		width: 100% !important;
		margin-left: 0 !important;
	}

	.rowck.row-fluid:not([class*="ckstack"]) > .inner {
		display: block !important;
	}

}

@media screen and (min-width: 525px) {
	.pagebuilderck .row-fluid:not([class*="ckstack"]) .ckhidedesktop {
		display: none !important;
	}
}

.pagebuilderck {
	clear: both;
}

.pagebuilderck img, .workspaceck img {
	max-width: 100%;
	height: auto;
}

.blockck {
	display: flex;
	flex-direction: column;
	float: left;
	min-height: 1px; /* needed else the empty blocks will not take place */
}

.rowck > .inner {
	display: flex;
}

.rowck > .inner:before,
.rowck > .inner:after {
	display: none;;
}

/*------------- default width for columns (from bootstrap) ------------------*/
.pagebuilderck .row-fluid {
	width: 100%;
	*zoom: 1;
}

.pagebuilderck .row-fluid:before,
.pagebuilderck .row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.pagebuilderck .row-fluid:after {
  clear: both;
}

.pagebuilderck .row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.pagebuilderck .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.pagebuilderck .row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.pagebuilderck .row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.pagebuilderck .row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.pagebuilderck .row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.pagebuilderck .row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.pagebuilderck .row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.pagebuilderck .row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.pagebuilderck .row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.pagebuilderck .row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.pagebuilderck .row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.pagebuilderck .row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.pagebuilderck .row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.pagebuilderck .row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

/*------------- default jquery ui styles ------------------*/
.cktype .ui-helper-clearfix::before, .cktype .ui-helper-clearfix::after {
	border-collapse: collapse;
	content: "";
	display: table;
}
.cktype .ui-helper-clearfix::after {
	clear: both;
}

/*------------- styles for accordion ------------------*/
.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-header {
	background: #fff;
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
	border: 1px solid #ddd;
	border-radius: 0;
}
.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0;
}
.cktype:not([data-type="faq"]) .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -4px;
	margin-left: 5px;
}
.cktype:not([data-type="faq"]) .ui-icon-triangle-1-e {
	height: 0;
	width: 0;
	border-color: transparent transparent transparent #ddd;
	border-style: solid;
	border-width: 4px 0 4px 6px;
}
.cktype:not([data-type="faq"]) .ui-icon-triangle-1-s {
	height: 0;
	width: 0;
	border-color: #ddd transparent transparent transparent;
	border-style: solid;
	border-width: 6px 4px 0 4px;
}

.cktype:not([data-type="faq"]) .ui-accordion .ui-accordion-header svg {
	vertical-align: middle;
}

/*------------- styles for tabs ------------------*/
.cktype .ui-tabs {
	border: none;
	background: none;
	border-radius: 0;
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.cktype .ui-tabs::after {
	display: block;
	content: "";
	clear: both;
}
.cktype .ui-tabs .ui-tabs-nav {
	border: none;
	background: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	display: block;
}
.cktype > .ui-tabs.vertical_tabsck > .ui-tabs-nav {
	float: left;
	width: 200px;
}
.cktype > .ui-tabs.vertical_tabsck > .ui-tabs-nav ~ .tabck {
	margin-left: 200px;
}
.cktype .ui-tabs .ui-tabs-nav li {
	background: #fff;
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	border-bottom-width: 0;
	padding: 0;
	/*white-space: nowrap;*/
}

.cktype > .ui-tabs.vertical_tabsck > .ui-tabs-nav > li {
	float: none;
	border-bottom-width: 1px;
}
.cktype > .ui-tabs.vertical_tabsck > .ui-tabs-nav > li > a {
	display: block;
	float: none;
}

.cktype .ui-tabs .ui-tabs-nav li.ui-state-default {
	background: #eee;
}
.cktype .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: #fff;
}
.cktype .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	/*float: left;*/
	display: block;
	padding: .5em 1em;
	text-decoration: none;
	cursor: pointer;
}
.cktype .ui-tabs:not(.vertical_tabsck) .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.cktype .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.cktype .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.cktype .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.cktype .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.cktype .ui-tabs .ui-tabs-panel {
	background: #fff;
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.cktype .ui-tabs.vertical_tabsck .ui-tabs-nav li svg {
	vertical-align: middle;
}

/*------------- styles for button ------------------*/

.cktype > a.buttonck {
	display: inline-block;
	cursor: pointer;
}
/*------------- styles for message ------------------*/
.messageck > div {
	display: inline-block;
}

.alertck {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	margin-top: 9px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.alertck,
.alertck .messageck_title {
	color: #c09853;
}
.alertck .messageck_title {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
}
.alertck p {
	padding: 5px 0;
	margin: 0;
}
.alertck .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.alertck-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alertck-success .messageck_title {
	color: #468847;
}
.alertck-danger,
.alertck-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alertck-danger .messageck_title,
.alertck-error .messageck_title {
	color: #b94a48;
}
.alertck-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alertck-info .messageck_title {
	color: #3a87ad;
}

/*------------- styles for separator ------------------*/

.separatorck {
	overflow: hidden;
	text-align: center;
	padding: 10px;
	color: #000;
}
.separatorck .separatorck_before,
.separatorck .separatorck_after {
	background-color: #000;
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 50%;
}
.separatorck .separatorck_before {
	right: 0.5em;
	margin-left: -50%;
}
.separatorck .separatorck_after {
	left: 0.5em;
	margin-right: -50%;
}

/*------------- best compatibility for image effect CK ------------------*/

.imageck figure.imageeffectck {
	/*display: block;
	margin: 0;*/
}

/*------------- styles for video and other iframes ------------------*/
.videock, .iframeck {
	position: relative;
	height: 0;
	overflow: hidden;
	width: 100%;
	padding-bottom: 56.25%;
	max-width: 100%;
	display: inline-block;
}

.videock iframe, .videock video,
.iframeck iframe, .iframeck video  {
	position: absolute;
	height: 100%;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	object-fit: cover;
}

.videockbackground { 
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover; 
}

.hasvideockbackground {
	z-index: 0;
}

.pagebuilderck [data-type="icontext"] > .inner,
.pagebuilderck [data-layout] > .inner {
	display: flex;
	flex-direction: column;
}

.pagebuilderck [data-type="button"][data-layout] > .inner {
	display: inline-flex;
}

/*.pagebuilderck [data-type="icontext"] .iconck,*/
.pagebuilderck [data-layout="left"] .iconck,
.pagebuilderck [data-layout="right"] .iconck {
	align-self: center;
}

.pagebuilderck [data-layout] .titleck {
	flex: 1 1 auto;
}

.pagebuilderck [data-type="icontext"][data-layout="bottom"] > .inner,
.pagebuilderck [data-layout="bottom"] > .inner {
	flex-direction: column-reverse;
}

.pagebuilderck [data-type="icontext"][data-layout="left"] > .inner,
.pagebuilderck [data-layout="left"] > .inner {
	flex-direction: row;
}

.pagebuilderck [data-type="icontext"][data-layout="right"] > .inner,
.pagebuilderck [data-layout="right"] > .inner {
	flex-direction: row-reverse;
}

/* for shape divider */
.pbck-divider-container {
	position: absolute;
	overflow: hidden;
	left: 0;
	width: 100%;
}

.pbck-divider-container > svg {
	position: relative;
	height: 100%;
	left: 50%;
	transform: translate(-50%);
	min-width: 100%;
}

.pbck-divider-container.pbck-divider-top {
	top: -1px;
}

.pbck-divider-container.pbck-divider-bottom {
	bottom: -1px;
}

.pbck-divider-container.pbck-divider-over {
	z-index: 1;
}

.pbck-divider-container.pbck-divider-under {
	z-index: 0;
}

.ckflip-horizontal > svg {
	transform: rotateY(180deg) translate(50%);
}

.ckflip-vertical > svg {
	transform: rotateX(180deg) translate(-50%);
}

.ckflip-horizontal.ckflip-vertical > svg {
	transform: rotate(180deg) translate(50%);
}

.valign-top {
	align-self: flex-start;
}

.valign-center {
	align-self: center;
}

.valign-bottom {
	align-self: flex-end;
}

.ckcustomcssfield {
	display: none;
}

.rowck > .inner {
	margin: auto;
}

/** for content type layout **/
.pagebuilderck div[class*="-group"].inner {
	display: flex;
	flex-direction: column;
	margin-bottom: 5px;
}

.pagebuilderck div[class*="-group"][data-align="horizontal"].inner,
.pagebuilderck [data-align="horizontal"] {
	flex-direction: row;
}

/** for columns space between **/
[data-columns-space-between="1"] > .inner,
.rowck > .inner {
	justify-content: space-between;
}

[data-columns-space-between="0"] > .inner {
	justify-content: normal;
}

.pbck-has-link-wrap {
	position: relative;
}

a.pbck-link-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: transparent;
	color: transparent;
	text-indent: -999em;
}

a.pbck-link-wrap[data-custom-text="1"] {
	color: inherit;
	text-indent: inherit;
}

a.pbck-link-wrap[data-link-icon="1"]:hover::after,
.ckfakehover:hover > a.pbck-link-wrap[data-link-icon="1"]::after {
	display: block;
	content: "\f0c1";
	text-indent: 0;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	color: inherit;
	text-align: center;
	transform: translate(0, -50%);
	font-family: FontAwesome;
	cursor: pointer;
}

.pagebuilderck audio {
	min-height: 54px;
}

.messageck button.close {
	padding: 3px;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.messageck button.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.pagebuilderck .videock {
	position: relative;
	background: #000;
}

.pagebuilderck .videock-youtube-thumb {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 100%;
	left: 0;
}

.pagebuilderck .videock i-frame:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 50px;
	width: 70px;
	background: rgba(0,0,0, 0.7);
	border-radius: 50% / 15%;
	pointer-events: none;
}

.pagebuilderck .videock:hover i-frame:before {
	background: red;
}

.pagebuilderck .videock i-frame:after {
	border-style: solid;
	border-width: 1em 0 1em 1.732em;
	border-color: transparent transparent transparent rgba(255, 255, 255, 1);
	content: ' ';
	font-size: 0.75em;
	height: 0;
	margin: -1em 0 0 -0.75em;
	top: 50%;
	left: 50%;
	position: absolute;
	width: 0;
	pointer-events: none;
}

.cktype[data-type="faq"] [data-accordion="1"] .faqck-heading {
	cursor: pointer;
}

.pagebuilderck [data-type="icontext"] .contentck {
	flex: 1 1;
}

.pbck-divider-container svg {
	max-width: none;
}

.separatorck[data-text="0"] .separatorck_after, .separatorck[data-text="0"] .separatorck_text {
	display: none;
}
.separatorck[data-text="0"] .separatorck_before {
	width: 100%;
	margin-left: initial;
	position: static;
}

.pagebuilderck:not(.workspaceck) .faqsck[data-display="accordion"] .faqck-heading + div {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}


.faqsck[data-display="accordion"] .faqck-heading {
	cursor: pointer;
}

.noanimationck {
	transition: none !important;
}

.moduleck svg,
.pageck svg {
	max-width: 30px;
	max-height: 30px;
	fill: rgba(0,0,0,0.3);
	float: left;
	margin-right: 10px;
}

.workspaceck .moduleck,
.workspaceck .pageck {
	border: 4px solid rgba(0,0,0,0.3);
	border-radius: 8px;
	padding: 10px;
	margin: 3px;
	display: flex;
	align-items: center;
}

.moduleck_content {
	display: flex;
}

.modulerow_title,
.pagerow_title {
	margin-right: 10px;
	display: inline-block;
}

.cktype[data-type="list"][data-orientation="horizontal"] .pbck_list_item,
.cktype[data-type="list"] .pbck_list_has_columns .pbck_list_item {
	display: inline-block;
}

.cktype[data-type="list"] .pbck_list_has_columns .pbck_list_item {
	min-width: 60%; /* used to avoid the items to align horizontally in the same row of the column */
}

.pbckicon {
	line-height: 1;
}

.pbck_list_item {
	display: flex;
}
.pbck_list_item .iconck {
	flex: 0 0 auto;
}

/* for social icons */
a.pbck_social_icon {
	text-decoration: none;
}

a.pbck_social_icon:before {
	display: none;
}

.pbck_social_icons {
	display: flex;
}

[data-type="heading"][data-align] > .inner {
	display: flex;
}

[data-type="heading"][data-align="left"] > .inner {
	justify-content: left;
}

[data-type="heading"][data-align="center"] > .inner {
	justify-content: center;
}

[data-type="heading"][data-align="right"] > .inner {
	justify-content: right;
}

[data-type="heading"][data-align] > .inner .titleck {
	flex: 0 1 auto;
}/*!
 *  Font Awesome 4.7.0 by @davegandy - https://fontawesome.io - @fontawesome
 *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('components/com_pagebuilderck/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('components/com_pagebuilderck/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('components/com_pagebuilderck/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('components/com_pagebuilderck/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('components/com_pagebuilderck/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('components/com_pagebuilderck/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}
#cookiesck_interface {
	display: none;
	position: fixed;
	z-index: 1000000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	border: 2px solid #ccc;
	margin: 10px;
	box-sizing: border-box;
}

#cookiesck_interface * {
	box-sizing: border-box;
}

.cookiesck-main {
	max-height: 100%;
	overflow: auto;
}

.cookiesck-main-title {
	font-size: 28px;
	text-align: center;
	padding: 20px;
}

.cookiesck-main-desc {
	padding: 10px 40px;
	font-size: 14px;
}

.cookiesck-category {
	padding: 20px;
	color: #333;
}

.cookiesck-category-name {
	font-size: 24px;
	color: #111;
	line-height: 24px;
}

.cookiesck-category-desc {
	margin: 3px 0;
	color: #666;
}

.cookiesck-platform {
	padding: 10px;
	margin: 15px 0;
	color: #111;
	background: #f2f2f2;
	border-radius: 4px;
	display: flex;
	align-items: center;
}

.cookiesck-platform-name {
	font-size: 18px;
	color: #111;
	line-height: 24px;
}

.cookiesck-main .cookiesck_button,
.cookiesck-main-buttons .cookiesck-button {
	background: #e5e5e5;
	border: 2px solid #ddd;
	color: #666;
	padding: 10px 20px;
	margin: 2px 5px;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.2s ease;
}

.cookiesck-platform .cookiesck-accept {
	margin-left: auto;
}

.cookiesck-main .cookiesck-accept:hover,
.cookiesck-main .cookiesck-accept.cookiesck-active {
	background: none;
	border: 2px solid green;
	color: green;
}

.cookiesck-main .cookiesck-decline:hover,
.cookiesck-main .cookiesck-decline.cookiesck-active {
	background: none;
	border: 2px solid orange;
	color: orange;
}

#cookiesck_readmore:hover {
	border: 2px solid #666;
	color: #222;
}

.cookiesck-main-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cookiesck-main-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	padding: 20px;
	font-size: 20px;
	cursor: pointer;
	background: #e2e2e2;
	color: #666;
}

.cookiesck-main-close:hover {
	color: #000;
}

iframe[data-cookiesck-src] {
	background: #ddd url(plugins/system/cookiesck/assets/cookies-icon.svg) center center no-repeat;
	border: #ddd 3px solid;
	background-size: 20vmin auto;
	pointer-events: none;
	transition: all 0.2s;
}

.cookiesck-iframe-wrap {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.pagebuilderck .videock .cookiesck-iframe-wrap,
.pagebuilderck .iframeck .cookiesck-iframe-wrap {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.cookiesck-iframe-wrap:hover iframe {
	background-color: #eee;
}

.cookiesck-iframe-wrap:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: block;
	border: transparent 3px solid;
	transition: all 0.2s;
}

.cookiesck-iframe-wrap:hover:after {
	border: #bbb 3px solid;
}

.cookiesck-iframe-wrap-allowed {
	display: inline-block;
}

#cookiesckwizard input {
	padding: 5px;
	width: 70%;
	height: auto;
	margin: 2px 0;
}

.cookiesck-platform-desc {
	margin: 0 10px;
	color: #666;
	font-style: italic;
}

@media screen and (max-width: 640px) {
	.cookiesck-main-buttons, .cookiesck-platform {
		flex-direction: column;
	}
	
	.cookiesck-platform .cookiesck_button {
		margin: 3px auto;
	}

	.cookiesck-main-close {
		position: relative;
		text-align: center;
	}
}

/** for switchers **/



.cookiesck_button_switch {
	background: #ddd;
	height: 34px;
	width: 70px;
	border: none;
	position: relative;
	border-radius: 17px;
	cursor: pointer;
	margin-left: auto;
}

.cookiesck_button_switch input {
	display: none;
}

.cookiesck_button_switcher {
	content: "";
	display: block;
	height: 30px;
	width: 30px;
	background: white;
	border: none;
	position: absolute;
	top: 2px;
	left: 1px;
	border-radius: 15px;
	box-sizing: border-box;
	transition: all 0.2s ease;
	z-index: 10;
}

input[id^="cookiesck-switch"]:checked + .cookiesck_button_switch .cookiesck_button_switcher {
	left: calc(100% - 32px);
}

input[id^="cookiesck-switch"]:checked + .cookiesck_button_switch {
	background: green;
}


.cookiesck_button_switch:before {
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%%22%20height%3D%22100%%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20%3E%20%3Cpath%20d%3D%22M5%2012l5%205l10%20-10%22%20%2F%3E%20%3C%2Fsvg%3E%20");
	background-repeat: none;
	position: absolute;
	left: 8px;
	top: 6px;
	transition: all 0.2s ease;
	z-index: 0;
}

.cookiesck_button_switch:after {
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%%22%20height%3D%22100%%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22darkgrey%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20%3E%20%3Cpath%20d%3D%22M18%206l-12%2012%22%20%2F%3E%20%3Cpath%20d%3D%22M6%206l12%2012%22%20%2F%3E%20%3C%2Fsvg%3E%20");
	background-repeat: none;
	position: absolute;
	right: 8px;
	top: 6px;
	transition: all 0.2s ease;
	z-index: 0;
}.wf-columns{display:flex;gap:1rem}.wf-columns .wf-column{max-width:100%;box-sizing:border-box;flex:1}.wf-columns-stack-large,.wf-columns-stack-medium,.wf-columns-stack-small,.wf-columns-stack-xlarge{flex-wrap:wrap}.wf-columns-align-left{justify-content:flex-start}.wf-columns-align-center{justify-content:center}.wf-columns-align-right{justify-content:flex-end}.wf-columns-layout-1-2>.wf-column:last-child,.wf-columns-layout-2-1>.wf-column:first-child{width:calc(100% * 2 / 3.001);flex:none}.wf-columns-layout-1-1-2>.wf-column:last-child,.wf-columns-layout-1-2-1>.wf-column:nth-child(2),.wf-columns-layout-2-1-1>.wf-column:first-child{width:50%;flex:none}.wf-columns-layout-1-3>.wf-column:last-child,.wf-columns-layout-3-1>.wf-column:first-child{width:75%;flex:none}.wf-columns-layout-1-1-3>.wf-column:last-child,.wf-columns-layout-1-3-1>.wf-column:nth-child(2),.wf-columns-layout-2-3>.wf-column:last-child,.wf-columns-layout-3-1-1>.wf-column:first-child,.wf-columns-layout-3-2>.wf-column:first-child{width:60%;flex:none}.wf-columns-layout-1-1-1-2>.wf-column:last-child,.wf-columns-layout-2-1-1-1>.wf-column:first-child{width:40%;flex:none}.wf-columns-layout-1-4>.wf-column:last-child,.wf-columns-layout-4-1>.wf-column:first-child{width:80%;flex:none}.wf-columns-gap-small{gap:.5rem}.wf-columns-gap-medium{gap:1rem}.wf-columns-gap-large{gap:2rem}.wf-columns-gap-none{gap:0}.wf-columns-align-top{align-items:flex-start}.wf-columns-align-middle{align-items:center}.wf-columns-align-bottom{align-items:flex-end}.wf-columns-align-stretch{align-items:stretch}@media (max-width:640px){.wf-columns-stack-small>.wf-column{width:100%;flex:auto!important}}@media (max-width:960px){.wf-columns-stack-medium>.wf-column{width:100%;flex:auto!important}}@media (max-width:1200px){.wf-columns-stack-large>.wf-column{width:100%;flex:auto!important}}@media (max-width:1600px){.wf-columns-stack-xlarge>.wf-column{width:100%}}[data-wf-columns]>div>figure img,[data-wf-columns]>div>figure video{object-fit:cover;height:calc(100% - 2rem)}[data-wf-columns]>div>figure{margin:0;display:block;position:relative;height:100%}[data-wf-columns]>div>figure figcaption{text-align:center;line-height:2rem;display:inline-block;width:100%}[data-wf-columns]>div>figure>a.wfpopup+figcaption{pointer-events:none}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.wf-columns .wf-column{margin-left:1rem}.wf-columns .wf-column:first-child{margin-left:inherit}.wf-columns .wf-column:last-child{margin-right:inherit}.wf-columns-gap-small .wf-column{margin-left:.5rem}.wf-columns-gap-medium .wf-column{margin-left:1rem}.wf-columns-gap-large .wf-column{margin-left:2rem}.wf-columns-gap-none .wf-column{margin-left:inherit}}@media all and (-ms-high-contrast:none) and (max-width:640px),(-ms-high-contrast:active) and (max-width:640px){.wf-columns-stack-small .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-small .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-small.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-small.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-small.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-small.wf-columns-gap-large .wf-column{margin-top:2rem}}@media all and (-ms-high-contrast:none) and (max-width:960px),(-ms-high-contrast:active) and (max-width:960px){.wf-columns-stack-medium .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-medium .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-medium.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-medium.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-medium.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-medium.wf-columns-gap-large .wf-column{margin-top:2rem}}@media all and (-ms-high-contrast:none) and (max-width:1200px),(-ms-high-contrast:active) and (max-width:1200px){.wf-columns-stack-large .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-large .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-large.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-large.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-large.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-large.wf-columns-gap-large .wf-column{margin-top:2rem}}@media all and (-ms-high-contrast:none) and (max-width:1600px),(-ms-high-contrast:active) and (max-width:1600px){.wf-columns-stack-xlarge .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-xlarge .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-xlarge.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-xlarge.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-xlarge.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-xlarge.wf-columns-gap-large .wf-column{margin-top:2rem}}@supports (not (scale:-1)) and (-webkit-hyphens:none){.wf-columns .wf-column{margin-left:1rem}.wf-columns .wf-column:first-child{margin-left:inherit}.wf-columns .wf-column:last-child{margin-right:inherit}.wf-columns-gap-small .wf-column{margin-left:.5rem}.wf-columns-gap-medium .wf-column{margin-left:1rem}.wf-columns-gap-large .wf-column{margin-left:2rem}.wf-columns-gap-none .wf-column{margin-left:inherit}@media (max-width:640px){.wf-columns-stack-small .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-small .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-small.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-small.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-small.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-small.wf-columns-gap-large .wf-column{margin-top:2rem}}@media (max-width:960px){.wf-columns-stack-medium .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-medium .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-medium.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-medium.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-medium.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-medium.wf-columns-gap-large .wf-column{margin-top:2rem}}@media (max-width:1200px){.wf-columns-stack-large .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-large .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-large.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-large.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-large.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-large.wf-columns-gap-large .wf-column{margin-top:2rem}}@media (max-width:1600px){.wf-columns-stack-xlarge .wf-column{margin-left:inherit;margin-right:inherit;margin-top:1rem}.wf-columns-stack-xlarge .wf-column:first-child{margin-top:inherit!important}.wf-columns-stack-xlarge.wf-columns-gap-none .wf-column{margin-top:inherit}.wf-columns-stack-xlarge.wf-columns-gap-small .wf-column{margin-top:.5rem}.wf-columns-stack-xlarge.wf-columns-gap-medium .wf-column{margin-top:1rem}.wf-columns-stack-xlarge.wf-columns-gap-large .wf-column{margin-top:2rem}}}[data-wf-columns].uk-flex,[data-wf-columns].uk-flex-gap-small{gap:.5rem}[data-wf-columns].uk-flex-gap-medium{gap:1rem}[data-wf-columns].uk-flex-gap-large{gap:2rem}[data-wf-columns].uk-flex-gap-none{gap:0}[data-wf-columns].row{gap:.5rem;margin:0}[data-wf-columns].row>[class*=col]{padding:0}[data-wf-columns].flex-gap-sm{gap:.5rem}[data-wf-columns].flex-gap-md{gap:1rem}[data-wf-columns].flex-gap-lg{gap:2rem}[data-wf-columns].flex-gap-none{gap:0}[data-wf-columns].flex-top{align-items:flex-start}[data-wf-columns].flex-middle{align-items:center}[data-wf-columns].flex-bottom{align-items:flex-end}[data-wf-columns].flex-stretch{align-items:stretch}figure[data-wf-figure]{display:table;margin-block-start:inherit;margin-block-end:inherit;margin-inline-start:inherit;margin-inline-end:inherit}figure[data-wf-figure] figcaption{display:table-caption;caption-side:bottom}div#maximenuck91 .titreck-text {
	flex: 1;
}

div#maximenuck91 .maximenuck.rolloveritem  img {
	display: none !important;
}

.ckclr {clear:both;visibility : hidden;}



/*---------------------------------------------
---	 	menu container						---
----------------------------------------------*/

/* menu */
div#maximenuck91 {
	font-size:14px;
	line-height:21px;
	/*text-align:left;*/
	zoom:1;
}

/* container style */
div#maximenuck91 ul.maximenuck {
	clear:both;
	position : relative;
	z-index:999;
	overflow: visible !important;
	display: block !important;
	float: none !important;
	visibility: visible !important;
	opacity: 1 !important;
	list-style:none;
	/*padding: 0;*/
	margin:0 auto;
	zoom:1;
	filter: none;
	background: #3598db;
}

div#maximenuck91 ul.maximenuck:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

/*---------------------------------------------
---	 	Root items - level 1				---
----------------------------------------------*/

div#maximenuck91 ul.maximenuck li.maximenuck.level1 {
	display: inline-block;
    float: none;
    position:static;
    /*padding : 0;
    margin : 0;*/
    list-style : none;
    text-align:center;
    cursor: pointer;
	filter: none;
	
}

/** IE 7 only **/
*+html div#maximenuck91 ul.maximenuck li.maximenuck.level1 {
	display: inline !important;
}

/* vertical menu */
div#maximenuck91.maximenuckv ul.maximenuck li.maximenuck.level1 {
	display: block !important;
	/*margin: 0;
	padding: 0;*/
	text-align: left;
}

div#maximenuck91 ul.maximenuck li.maximenuck.level1:hover,
div#maximenuck91 ul.maximenuck li.maximenuck.level1.active {
	background: #f0f0f0;
}

div#maximenuck91 ul.maximenuck li.maximenuck.level1 > a,
div#maximenuck91 ul.maximenuck li.maximenuck.level1 > span.separator {
	display:block;
    float : none;
    float : left;
    position:relative;
	text-decoration:none;
    outline : none;
    /*border : none;*/
    white-space: nowrap;
	filter: none;
	color: #fff;
	padding: 15px 15px;
}

/* parent item on mouseover (if subemnus exists) */
div#maximenuck91 ul.maximenuck li.maximenuck.level1.parent:hover,
div#maximenuck91 ul.maximenuck li.maximenuck.level1.parent:hover {

}

/* item color on mouseover */
div#maximenuck91 ul.maximenuck li.maximenuck.level1:hover > a span.titreck,
div#maximenuck91 ul.maximenuck li.maximenuck.level1.active > a span.titreck,
div#maximenuck91 ul.maximenuck li.maximenuck.level1:hover > span.separator,
div#maximenuck91 ul.maximenuck li.maximenuck.level1.active > span.separator {
	color: #333;
}

div#maximenuck91.maximenuckh ul.maximenuck li.level1.parent > a,
div#maximenuck91.maximenuckh ul.maximenuck li.level1.parent > span.separator {
	padding-right: 20px;
}

/* arrow image for parent item */
div#maximenuck91 ul.maximenuck li.level1.parent > a:after,
div#maximenuck91 ul.maximenuck li.level1.parent > span.separator:after {
	content: "";
	display: block;
	position: absolute;
	width: 0; 
	height: 0; 
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	top: 20px;
	right: 4px;
}

div#maximenuck91 ul.maximenuck li.level1.parent:hover > a:after,
div#maximenuck91 ul.maximenuck li.level1.parent:hover > span.separator:after {
	border-color: #333 transparent transparent transparent;
}

/* vertical menu */
div#maximenuck91.maximenuckv ul.maximenuck li.level1.parent > a:after,
div#maximenuck91.maximenuckv ul.maximenuck li.level1.parent > span.separator:after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #fff;
	margin: 3px 10px 3px 0;
	position: absolute;
	right: 3px;
	top: calc(50% - 8px);
}

div#maximenuck91.maximenuckv ul.maximenuck li.level1.parent:hover > a:after,
div#maximenuck91.maximenuckv ul.maximenuck li.level1.parent:hover > span.separator:after {
	border-color: transparent transparent transparent #333;
}

/* arrow image for submenu parent item */
div#maximenuck91 ul.maximenuck li.level1.parent li.parent > a:after,
div#maximenuck91 ul.maximenuck li.level1.parent li.parent > span.separator:after,
div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent > a:after,
div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent > a:after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #016da0;
	margin: 0 3px;
	position: absolute;
	right: 3px;
	top: 13px;
}

div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent:hover > a:after,
div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent.active > a:after {
	border-color: transparent transparent transparent #000;
}

/* styles for right position */
div#maximenuck91 ul.maximenuck li.maximenuck.level1.align_right,
div#maximenuck91 ul.maximenuck li.maximenuck.level1.menu_right,
div#maximenuck91 ul.maximenuck li.align_right,
div#maximenuck91 ul.maximenuck li.menu_right {
	float:right !important;
	margin-right:0px !important;
}

div#maximenuck91 ul.maximenuck li.align_right:not(.fullwidth) div.floatck,
div#maximenuck91 ul.maximenuck li:not(.fullwidth) div.floatck.fixRight {
	left:auto;
	right:0px;
	top:auto;
}


/* arrow image for submenu parent item to open left */
div#maximenuck91 ul.maximenuck li.level1.parent div.floatck.fixRight li.parent > a:after,
div#maximenuck91 ul.maximenuck li.level1.parent div.floatck.fixRight li.parent > span.separator:after,
div#maximenuck91 ul.maximenuck li.level1.parent.menu_right li.parent > a:after,
div#maximenuck91 ul.maximenuck li.level1.parent.menu_right li.parent > span.separator:after {
	border-color: transparent #333 transparent transparent;
}

/* margin for right elements that rolls to the left */
div#maximenuck91 ul.maximenuck li.maximenuck div.floatck div.floatck.fixRight,
div#maximenuck91 ul.maximenuck li.level1.parent.menu_right div.floatck div.floatck  {
    margin-right : 180px;
}

div#maximenuck91 ul.maximenuck li div.floatck.fixRight{

}


/*---------------------------------------------
---	 	Sublevel items - level 2 to n		---
----------------------------------------------*/

div#maximenuck91 ul.maximenuck li div.floatck ul.maximenuck2,
div#maximenuck91 ul.maximenuck2 {
    z-index:11000;
    clear:left;
    text-align : left;
    background : transparent;
    margin : 0 !important;
    padding : 0 !important;
    border : none !important;
    box-shadow: none !important;
    width : 100%; /* important for Chrome and Safari compatibility */
    position: static !important;
    overflow: visible !important;
    display: block !important;
    float: none !important;
    visibility: visible !important;
}

div#maximenuck91 ul.maximenuck li ul.maximenuck2 li.maximenuck,
div#maximenuck91 ul.maximenuck2 li.maximenuck {
	text-align : left;
    z-index : 11001;
    /*padding:0;*/
	position:static;
	float:none !important;
    list-style : none;
	display: block;
}

div#maximenuck91 ul.maximenuck li ul.maximenuck2 li.maximenuck:hover,
div#maximenuck91 ul.maximenuck2 li.maximenuck:hover {
}

/* all links styles */
div#maximenuck91 ul.maximenuck li.maximenuck a,
div#maximenuck91 ul.maximenuck li.maximenuck span.separator,
div#maximenuck91 ul.maximenuck2 a,
div#maximenuck91 ul.maximenuck2 li.maximenuck span.separator {
	display: block;
    float : none !important;
    float : left;
    position:relative;
	text-decoration:none;
    outline : none;
    white-space: normal;
	filter: none;
	color: #3598db;
}

/* submenu link */
div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li > a,
div#maximenuck91 ul.maximenuck2 li > a,
div#maximenuck91 ul.maximenuck2 li > span.separator {
	color: #016da0;
	padding: 10px 5px;
}

/* heading type */
div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li > .nav-header {
	font-size: 18px;
	font-weight: 100;
	border-bottom: 1px solid #666;
	color: #666;
	margin: 10px 10px 10px 5px;
	padding: 7px 0;
	display: block;
} 

div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 a,
div#maximenuck91 ul.maximenuck2 a {
	display: block;
}

div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > a,
div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h2 a,
div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h3 a,
div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li.active > a,
div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > span.separator,
div#maximenuck91 ul.maximenuck2 li:hover > a,
div#maximenuck91 ul.maximenuck2 li:hover > h2 a,
div#maximenuck91 ul.maximenuck2 li:hover > h3 a,
div#maximenuck91 ul.maximenuck2 li.active > a,
div#maximenuck91 ul.maximenuck li:hover > span.separator {
	color: #000;
}

/* link image style */
div#maximenuck91 li.maximenuck > a img {
    margin : 3px;
    border : none;
}

/* img style without link (in separator) */
div#maximenuck91 li.maximenuck img {
    border : none;
}

/* item title */
div#maximenuck91 span.titreck {
	text-decoration : none;
	/*min-height : 17px;*/
	float : none !important;
	float : left;
	margin: 0;
}

/* item description */
div#maximenuck91 span.descck {
	display : block;
	text-transform : none;
	font-size : 10px;
	text-decoration : none;
	min-height : 12px;
	line-height : 12px;
	float : none !important;
	float : left;
}

/*--------------------------------------------
---		Submenus						------
---------------------------------------------*/

/* submenus container */
div#maximenuck91 div.floatck {
	position : absolute;
	display: none;
	padding : 0;
    margin : 0;
	/*width : 180px;*/ /* default width */
	text-align:left;
	width: auto;
	z-index:9999;
	cursor: auto;
	background: #f0f0f0;
	padding: 15px 20px;
	border: 1px solid #e5e5e5;
}

/* remove border top on first submenu */
div#maximenuck91 li.maximenuck.level1 > div.floatck {
	border-top: none;
}

div#maximenuck91 div.maxidrop-main {
	width : 180px; /* default width */
	display: flex;
	flex-wrap: wrap;
}

/* vertical menu */
div#maximenuck91.maximenuckv div.floatck {
	margin : -39px 0 0 90%;
}

div#maximenuck91 .maxipushdownck div.floatck {
	margin: 0;
}

/* child blocks position (from level2 to n) */
div#maximenuck91 ul.maximenuck li.maximenuck div.floatck div.floatck {
    margin : -40px 0 0 180px; /* default sub submenu position */
}

/**
** Show/hide sub menu if javascript is off - horizontal style
**/
div#maximenuck91 ul.maximenuck li:hover:not(.maximenuckanimation) div.floatck div.floatck, div#maximenuck91 ul.maximenuck li:hover:not(.maximenuckanimation) div.floatck:hover div.floatck div.floatck, div#maximenuck91 ul.maximenuck li:hover:not(.maximenuckanimation) div.floatck:hover div.floatck:hover div.floatck div.floatck {
	display: none;
}

div#maximenuck91 ul.maximenuck li.maximenuck:hover > div.floatck, div#maximenuck91 ul.maximenuck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck, div#maximenuck91 ul.maximenuck li.maximenuck:hover>  div.floatck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck, div#maximenuck91 ul.maximenuck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck {
	display: block;
}

div#maximenuck91 div.maximenuck_mod ul {
	display: block;
}

/*---------------------------------------------
---	 	Columns management					---
----------------------------------------------*/

div#maximenuck91 ul.maximenuck li div.floatck div.maximenuck2,
div#maximenuck91 .maxipushdownck div.floatck div.maximenuck2 {
	/*width : 180px;*/ /* default width */
	margin: 0;
	padding: 0;
	flex: 0 1 auto;
	width: 100%;
}

/* allow auto fill if no column created, default behavior */
/*
div#maximenuck91 ul.maximenuck li div.floatck div.maximenuck2:not([style]) {
    flex: 1 1 auto;
}
*/

/* h2 title */
div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 h2 a,
div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 h2 span.separator,
div#maximenuck91 ul.maximenuck2 h2 a,
div#maximenuck91 ul.maximenuck2 h2 span.separator {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	line-height:21px;
	text-align:left;
}

/* h3 title */
div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 h3 a,
div#maximenuck91 ul.maximenuck li.maximenuck ul.maximenuck2 h3 span.separator,
div#maximenuck91 ul.maximenuck2 h3 a,
div#maximenuck91 ul.maximenuck2 h3 span.separator {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	line-height:21px;
	text-align:left;
}

/* paragraph */
div#maximenuck91 ul.maximenuck li ul.maximenuck2 li p,
div#maximenuck91 ul.maximenuck2 li p {
	line-height:18px;
	margin:0 0 10px 0;
	font-size:12px;
	text-align:left;
}




/* image shadow with specific class */
div#maximenuck91 .imgshadow { /* Better style on light background */
	background:#FFFFFF !important;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}

/* blackbox style */
div#maximenuck91 ul.maximenuck li ul.maximenuck2 li.blackbox,
div#maximenuck91 ul.maximenuck2 li.blackbox {
	background-color:#333333 !important;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px !important;
	margin: 0px 4px 4px 4px !important;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

div#maximenuck91 ul.maximenuck li ul.maximenuck2 li.blackbox:hover,
div#maximenuck91 ul.maximenuck2 li.blackbox:hover {
	background-color:#333333 !important;
}

div#maximenuck91 ul.maximenuck li ul.maximenuck2 li.blackbox a,
div#maximenuck91 ul.maximenuck2 li.blackbox a {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	display: inline !important;
}

div#maximenuck91 ul.maximenuck li ul.maximenuck2 li.blackbox:hover > a,
div#maximenuck91 ul.maximenuck2 li.blackbox:hover > a{
	text-decoration: underline;
}

/* greybox style */
div#maximenuck91 ul.maximenuck li ul.maximenuck2 li.greybox,
div#maximenuck91 ul.maximenuck2 li.greybox {
	background:#f0f0f0 !important;
	border:1px solid #bbbbbb;
	padding: 4px 6px 4px 6px !important;
	margin: 0px 4px 4px 4px !important;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

div#maximenuck91 ul.maximenuck li ul.maximenuck2 li.greybox:hover,
div#maximenuck91 ul.maximenuck2 li.greybox:hover {
	background:#ffffff !important;
	border:1px solid #aaaaaa;
}

/* create new row with flexbox */
div#maximenuck91 .ck-column-break {
    flex-basis: 100%;
    height: 0;
}

/*---------------------------------------------
---	 	Module in submenus					---
----------------------------------------------*/

/* module title */
div#maximenuck91 ul.maximenuck div.maximenuck_mod > div > h3,
div#maximenuck91 ul.maximenuck2 div.maximenuck_mod > div > h3 {
    width : 100%;
    font-weight : bold;
	font-size: 16px;
}

div#maximenuck91 div.maximenuck_mod {
    /*width : 100%;*/
    padding : 0;
    white-space : normal;
}

div#maximenuck91 div.maximenuck_mod div.moduletable {
    border : none;
    background : none;
}

div#maximenuck91 div.maximenuck_mod  fieldset{
    width : 100%;
    padding : 0;
    margin : 0 auto;
    overflow : hidden;
    background : transparent;
    border : none;
}

div#maximenuck91 ul.maximenuck2 div.maximenuck_mod a {
    border : none;
    margin : 0;
    padding : 0;
    display : inline;
    background : transparent;
    font-weight : normal;
}

div#maximenuck91 ul.maximenuck2 div.maximenuck_mod a:hover {

}

div#maximenuck91 ul.maximenuck2 div.maximenuck_mod ul {
    margin : 0;
    padding : 0;
    width : 100%;
    background : none;
    border : none;
    text-align : left;
}

div#maximenuck91 ul.maximenuck2 div.maximenuck_mod li {
    margin : 0 0 0 15px;
    padding : 0;
    background : none;
    border : none;
    text-align : left;
    font-size : 11px;
    float : none;
    display : block;
    line-height : 20px;
    white-space : normal;
}

/* login module */
div#maximenuck91 ul.maximenuck2 div.maximenuck_mod #form-login ul {
    left : 0;
    margin : 0;
    padding : 0;
    width : 100%;
}

div#maximenuck91 ul.maximenuck2 div.maximenuck_mod #form-login ul li {
    margin : 2px 0;
    padding : 0 5px;
    height : 20px;
    background : transparent;
}

/*---------------------------------------------
---	 	Mobile menu bar						---
----------------------------------------------*/

div#maximenuck91 .maximenumobiletogglericonck {
    font-family: verdana;
    background: #f0f0f0;
	padding: 5px 10px;
	padding-top: 5px;
	height: 30px;
	position: relative;
	color: #333;
}

div#maximenuck91 .maximenumobiletogglericonck:after {
    display: block;
	content: "";
	height: calc(100% - 10px);
	border: 1px solid #e2e2e2;
	position: absolute;
	right: 45px;
	top: 5px;
	box-sizing: border-box;
}


/*---------------------------------------------
---	 	Fancy styles (floating cursor)		---
----------------------------------------------*/

div#maximenuck91 .maxiFancybackground {
	position: absolute;
    top : 0;
    list-style : none;
    padding: 0;
    margin: 0;
    border: none;
	z-index: -1;
	border-top: 1px solid #fff;
}

div#maximenuck91 .maxiFancybackground .maxiFancycenter {
    /*border-top: 1px solid #fff;*/
}



/*---------------------------------------------
---	 	Button to close on click			---
----------------------------------------------*/

div#maximenuck91 span.maxiclose {
    color: #fff;
}

/*---------------------------------------------
---	 Stop the dropdown                  ---
----------------------------------------------*/

div#maximenuck91 ul.maximenuck li.maximenuck.nodropdown div.floatck,
div#maximenuck91 ul.maximenuck li.maximenuck div.floatck li.maximenuck.nodropdown div.floatck,
div#maximenuck91 .maxipushdownck div.floatck div.floatck {
	position: static !important;
	background:  none;
	border: none;
	left: auto;
	margin: 3px;
	moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block !important;
}

div#maximenuck91 ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck,
div#maximenuck91 .maxipushdownck ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck {
	background: none;
	text-indent: 5px;
}

div#maximenuck91 ul.maximenuck li.maximenuck.level1.parent ul.maximenuck2 li.maximenuck.parent.nodropdown > a,
div#maximenuck91 ul.maximenuck li.maximenuck.level1.parent ul.maximenuck2 li.maximenuck.parent.nodropdown > span.separator,
div#maximenuck91 .maxipushdownck ul.maximenuck2 li.maximenuck.parent.nodropdown > a,
div#maximenuck91 .maxipushdownck ul.maximenuck2 li.maximenuck.parent.nodropdown > span.separator {
	background:  none;
}

/* remove the arrow image for parent item */
div#maximenuck91 ul.maximenuck li.maximenuck.level1.parent ul.maximenuck2 li.parent.nodropdown > *:after,
div#maximenuck91 .maxipushdownck ul.maximenuck2 li.parent > *:after {
	display: none;
}

div#maximenuck91 li.maximenuck.nodropdown > div.floatck > div.maxidrop-main {
	width: auto;
}

/*---------------------------------------------
---	 Full width				                ---
----------------------------------------------*/

div#maximenuck91.maximenuckh li.fullwidth > div.floatck {
	margin: 0;
	padding: 0;
	width: auto !important;
	left: 0;
	right: 0;
}

div#maximenuck91.maximenuckv li.fullwidth > div.floatck {
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	left: 100%;
	right: auto !important;
}

div#maximenuck91.maximenuckh li.fullwidth > div.floatck > div.maxidrop-main {
	width: auto !important;
}

div#maximenuck91.maximenuckv li.fullwidth > div.floatck > .maxidrop-main {
	height: 100%;
	overflow-y: auto;
}

/*---------------------------------------------
---	 Tabs					                ---
----------------------------------------------*/

div#maximenuck91 ul.maximenuck li.maximenucktab > div.floatck div.floatck {
	top: 0;
	bottom: 0;
	left: 180px;
	width: calc(100% - 180px);
	margin: 0;
	overflow: auto;
}
				
/*---------------------------------------------
---	 Menu items	styles from Maximenu Params ---
----------------------------------------------*/

div#maximenuck91 ul.maximenuck li.maximenuck.item101.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item101.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item101.level1.active > span.nav-header span.titreck,
div#maximenuck91 ul.maximenuck2 li.maximenuck.item101.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item101.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item101.level1.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck91 ul.maximenuck li.maximenuck.item321.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item321.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item321.level1.active > span.nav-header span.titreck,
div#maximenuck91 ul.maximenuck2 li.maximenuck.item321.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item321.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item321.level1.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck91 ul.maximenuck li.maximenuck.item322.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item322.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item322.level1.active > span.nav-header span.titreck,
div#maximenuck91 ul.maximenuck2 li.maximenuck.item322.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item322.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item322.level1.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck91 ul.maximenuck li.maximenuck.item318.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item318.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item318.level1.active > span.nav-header span.titreck,
div#maximenuck91 ul.maximenuck2 li.maximenuck.item318.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item318.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item318.level1.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck91 ul.maximenuck li.maximenuck.item309.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item309.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item309.level1.active > span.nav-header span.titreck,
div#maximenuck91 ul.maximenuck2 li.maximenuck.item309.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item309.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item309.level1.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck91 ul.maximenuck li.maximenuck.item1690.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item1690.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item1690.level1.active > span.nav-header span.titreck,
div#maximenuck91 ul.maximenuck2 li.maximenuck.item1690.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item1690.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item1690.level1.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } div#maximenuck91.maximenufixed {
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
	right: 0 !important;
	z-index: 1000 !important;
	margin: 0 auto;
	width: 100%;
	
}div#maximenuck91.maximenufixed ul.maximenuck {
			top: 0 !important;
		}
@media screen and (max-width: 1200px) {div#maximenuck91 ul.maximenuck li.maximenuck.nomobileck, div#maximenuck91 .maxipushdownck ul.maximenuck2 li.maximenuck.nomobileck { display: none !important; }
	div#maximenuck91.maximenuckh {
        height: auto !important;
    }
	
	div#maximenuck91.maximenuckh li.maxiFancybackground {
		display: none !important;
	}

    div#maximenuck91.maximenuckh ul:not(.noresponsive) {
        height: auto !important;
        padding-left: 0 !important;
        /*padding-right: 0 !important;*/
    }

    div#maximenuck91.maximenuckh ul:not(.noresponsive) li {
        float :none !important;
        width: 100% !important;
		box-sizing: border-box;
        /*padding-right: 0 !important;*/
		padding-left: 0 !important;
		padding-right: 0 !important;
        margin-right: 0 !important;
    }

    div#maximenuck91.maximenuckh ul:not(.noresponsive) li > div.floatck {
        width: 100% !important;
		box-sizing: border-box;
		right: 0 !important;
		left: 0 !important;
		margin-left: 0 !important;
		position: relative !important;
		/*display: none;
		height: auto !important;*/
    }
	
	div#maximenuck91.maximenuckh ul:not(.noresponsive) li:hover > div.floatck {
		position: relative !important;
		margin-left: 0 !important;
    }

    div#maximenuck91.maximenuckh ul:not(.noresponsive) div.floatck div.maximenuck2 {
        width: 100% !important;
    }

    div#maximenuck91.maximenuckh ul:not(.noresponsive) div.floatck div.floatck {
        width: 100% !important;
        margin: 20px 0 0 0 !important;
    }
	
	div#maximenuck91.maximenuckh ul:not(.noresponsive) div.floatck div.maxidrop-main {
        width: 100% !important;
    }

    div#maximenuck91.maximenuckh ul:not(.noresponsive) li.maximenucklogo img {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
	
	
	/* for vertical menu  */
	div#maximenuck91.maximenuckv {
        height: auto !important;
    }
	
	div#maximenuck91.maximenuckh li.maxiFancybackground {
		display: none !important;
	}

    div#maximenuck91.maximenuckv ul:not(.noresponsive) {
        height: auto !important;
        padding-left: 0 !important;
        /*padding-right: 0 !important;*/
    }

    div#maximenuck91.maximenuckv ul:not(.noresponsive) li {
        float :none !important;
        width: 100% !important;
        /*padding-right: 0 !important;*/
		padding-left: 0 !important;
        margin-right: 0 !important;
    }

    div#maximenuck91.maximenuckv ul:not(.noresponsive) li > div.floatck {
        width: 100% !important;
		right: 0 !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
		position: relative !important;
		left: 0 !important;
		/*display: none;
		height: auto !important;*/
    }
	
	div#maximenuck91.maximenuckv ul:not(.noresponsive) li:hover > div.floatck {
		position: relative !important;
		margin-left: 0 !important;
    }

    div#maximenuck91.maximenuckv ul:not(.noresponsive) div.floatck div.maximenuck2 {
        width: 100% !important;
    }

    div#maximenuck91.maximenuckv ul:not(.noresponsive) div.floatck div.floatck {
        width: 100% !important;
        margin: 20px 0 0 0 !important;
    }
	
	div#maximenuck91.maximenuckv ul:not(.noresponsive) div.floatck div.maxidrop-main {
        width: 100% !important;
    }

    div#maximenuck91.maximenuckv ul:not(.noresponsive) li.maximenucklogo img {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
}
	
@media screen and (min-width: 1201px) {
	div#maximenuck91 ul.maximenuck li.maximenuck.nodesktopck, div#maximenuck91 .maxipushdownck ul.maximenuck2 li.maximenuck.nodesktopck { display: none !important; }
}/*---------------------------------------------
---	 WCAG				                ---
----------------------------------------------*/
#maximenuck91.maximenuck-wcag-active .maximenuck-toggler-anchor ~ ul {
    display: block !important;
}

#maximenuck91 .maximenuck-toggler-anchor {
	height: 0;
	opacity: 0;
	overflow: hidden;
	display: none;
}
div#maximenuck91.maximenuckh ul.maximenuck div.maxidrop-main, div#maximenuck91.maximenuckh ul.maximenuck li div.maxidrop-main { width: 191px; } 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.parent > a:after, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.parent > span.separator:after, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.parent > .maximenuck-toggler:after { border-top-color: #680A4C;color: #680A4C;display:block;position:absolute;top: 70%;right: 50%;} 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover > a:after, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover > span.separator:after, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover > .maximenuck-toggler:after { border-top-color: #4CB629;color: #4CB629;} 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.parent.active > a:after, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.parent.active > span.separator:after, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.parent.active > .maximenuck-toggler:after { border-top-color: #4CB629;color: #4CB629;} 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.parent.active:hover > a:after, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.parent.active:hover > span.separator:after, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.parent.active:hover > .maximenuck-toggler:after { border-top-color: #4CB629;color: #4CB629;} 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck.parent > a:after, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck.parent > span.separator:after,
	div#maximenuck91 .maxipushdownck li.maximenuck.parent > a:after, div#maximenuck91 .maxipushdownck li.maximenuck.parent > span.separator:after { border-left-color: #333;color: #333;} 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck.parent:hover > a:after, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck.parent:hover > span.separator:after,
	div#maximenuck91 .maxipushdownck li.maximenuck.parent:hover > a:after, div#maximenuck91 .maxipushdownck li.maximenuck.parent:hover > span.separator:after { border-color: transparent transparent transparent #4CB629;color: #4CB629;} 
div#maximenuck91.maximenuckh ul.maximenuck, #maximenuck91.maximenuckh ul.maximenuck { background: #FFFFFF;background-color: #FFFFFF; } 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.parent { margin-right: 5px; } 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 > a, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator { padding-top: 15px;padding-right: 5px;padding-bottom: 15px;padding-left: 5px; } 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 > a span.titreck, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator span.titreck, select#maximenuck91.maximenuckh ul.maximenuck { color: #333333;font-size: 1.1em;text-transform: uppercase; } 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 > * .descck { margin-top: 3px; } 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.active, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.parent.active, 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1:hover, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover { background: #FFFFFF;background-color: #FFFFFF; } 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.active > a, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.active > span, 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1:hover > a, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1:hover > span.separator {  } 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1.active > span.separator span.titreck, 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1:hover > span.separator span.titreck, select#maximenuck91.maximenuckh ul.maximenuck:hover { color: #4CB629; } 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck div.floatck, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck div.floatck div.floatck,
div#maximenuck91 .maxipushdownck div.floatck, select#maximenuck91.maximenuckh ul.maximenuck option { background: #FFFFFF;background-color: #FFFFFF;border-top: none;border-right: none;border-bottom: none;border-left: none; } 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck), div#maximenuck91 li.maximenuck.maximenuflatlistck:not(.level1):not(.headingck),
div#maximenuck91 .maxipushdownck li.maximenuck:not(.headingck), select#maximenuck91.maximenuckh ul.maximenuck option { background: #FFFFFF;background-color: #FFFFFF;text-align: left; } 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck) > a, div#maximenuck91 li.maximenuck.maximenuflatlistck:not(.level1):not(.headingck) > a,
div#maximenuck91 .maxipushdownck li.maximenuck:not(.headingck) > a, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck) > span.separator, div#maximenuck91 li.maximenuck.maximenuflatlistck:not(.level1):not(.headingck) > span.separator,
div#maximenuck91 .maxipushdownck li.maximenuck:not(.headingck) > span.separator {  } 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck > a span.titreck, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator span.titreck, div#maximenuck91 li.maximenuck.maximenuflatlistck:not(.level1) span.titreck,
div#maximenuck91 .maxipushdownck li.maximenuck > a span.titreck, div#maximenuck91 .maxipushdownck li.maximenuck > span.separator span.titreck, select#maximenuck91.maximenuckh ul.maximenuck option { color: #333;font-size: 1.2em; } 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level2.active:not(.headingck), div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level2.parent.active:not(.headingck), div#maximenuck91 li.maximenuck.maximenuflatlistck.active:not(.level1):not(.headingck),
div#maximenuck91 ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck):hover, div#maximenuck91 li.maximenuck.maximenuflatlistck:hover:not(.level1):not(.headingck):hover,
div#maximenuck91 .maxipushdownck li.maximenuck:not(.headingck):hover { background: #FFFFFF;background-color: #FFFFFF; } 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level2.active:not(.headingck), div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level2.parent.active:not(.headingck), div#maximenuck91 li.maximenuck.maximenuflatlistck.active:not(.level1):not(.headingck),
div#maximenuck91 ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck):hover > a, div#maximenuck91 li.maximenuck.maximenuflatlistck:hover:not(.level1):not(.headingck):hover > a,
div#maximenuck91 .maxipushdownck li.maximenuck:not(.headingck):hover > a, div#maximenuck91 ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck):hover > span.separator, div#maximenuck91 li.maximenuck.maximenuflatlistck:hover:not(.level1):not(.headingck):hover > span.separator,
div#maximenuck91 .maxipushdownck li.maximenuck:not(.headingck):hover > span.separator {  } 
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level2.active > a span.titreck, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level2.active > span.separator span.titreck, div#maximenuck91 li.maximenuck.maximenuflatlistck.active:not(.level1) span.titreck,
div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:hover > a span.titreck, div#maximenuck91.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:hover > span.separator span.titreck, div#maximenuck91 li.maximenuck.maximenuflatlistck:hover:not(.level1) span.titreck,
div#maximenuck91 .maxipushdownck li.maximenuck:hover > a span.titreck, div#maximenuck91 .maxipushdownck li.maximenuck:hover > span.separator span.titreck { color: #4CB629; } #maximenuck91 li.maximenuck.level1 > * > span.titreck {
	display: flex;
	flex-direction: row;
}

#maximenuck91 ul.maximenuck li.maximenuck.level2 span.titreck {
	display: flex;
	flex-direction: row;
	margin-right: 5px;
	
}

#maximenuck91 .maximenuiconck {
	align-self: center;
	margin-right: 5px;
	
}

#maximenuck91 li.maximenuck.level1 {
	vertical-align: top;
}/* for images position */
div#maximenuck91 ul.maximenuck li.maximenuck.level1 > a,
div#maximenuck91 ul.maximenuck li.maximenuck.level1 > span.separator {
	display: flex;
	align-items: center;
}

div#maximenuck91 ul.maximenuck li.maximenuck.level1 li.maximenuck > a,
div#maximenuck91 ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator {
	display: flex;
}

div#maximenuck91 ul.maximenuck li.maximenuck.level1 > a[data-align="bottom"],
div#maximenuck91 ul.maximenuck li.maximenuck.level1 > span.separator[data-align="bottom"],
div#maximenuck91 ul.maximenuck li.maximenuck.level1 li.maximenuck > a[data-align="bottom"],
div#maximenuck91 ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator[data-align="bottom"],
	div#maximenuck91 ul.maximenuck li.maximenuck.level1 > a[data-align="top"],
div#maximenuck91 ul.maximenuck li.maximenuck.level1 > span.separator[data-align="top"],
div#maximenuck91 ul.maximenuck li.maximenuck.level1 li.maximenuck > a[data-align="top"],
div#maximenuck91 ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator[data-align="top"]{
	flex-direction: column;
	align-items: inherit;
}

div#maximenuck91 ul.maximenuck li.maximenuck.level1 > a[data-align=*"bottom"] img,
div#maximenuck91 ul.maximenuck li.maximenuck.level1 > span.separator[data-align=*"bottom"] img,
div#maximenuck91 ul.maximenuck li.maximenuck.level1 li.maximenuck > a[data-align=*"bottom"] img,
div#maximenuck91 ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator[data-align=*"bottom"] img {
	align-self: end;
}

div#maximenuck91 ul.maximenuck li.maximenuck.level1 > a[data-align=*"top"] img,
div#maximenuck91 ul.maximenuck li.maximenuck.level1 > span.separator[data-align=*"top"] img,
div#maximenuck91 ul.maximenuck li.maximenuck.level1 li.maximenuck > a[data-align=*"top"] img,
div#maximenuck91 ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator[data-align=*"top"] img {
	align-self: start;
}


/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(media/com_maximenuck/webfonts/fa-brands-400.eot);src:url(media/com_maximenuck/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(media/com_maximenuck/webfonts/fa-brands-400.woff2) format("woff2"),url(media/com_maximenuck/webfonts/fa-brands-400.woff) format("woff"),url(media/com_maximenuck/webfonts/fa-brands-400.ttf) format("truetype"),url(media/com_maximenuck/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(media/com_maximenuck/webfonts/fa-regular-400.eot);src:url(media/com_maximenuck/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(media/com_maximenuck/webfonts/fa-regular-400.woff2) format("woff2"),url(media/com_maximenuck/webfonts/fa-regular-400.woff) format("woff"),url(media/com_maximenuck/webfonts/fa-regular-400.ttf) format("truetype"),url(media/com_maximenuck/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(media/com_maximenuck/webfonts/fa-solid-900.eot);src:url(media/com_maximenuck/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(media/com_maximenuck/webfonts/fa-solid-900.woff2) format("woff2"),url(media/com_maximenuck/webfonts/fa-solid-900.woff) format("woff"),url(media/com_maximenuck/webfonts/fa-solid-900.ttf) format("truetype"),url(media/com_maximenuck/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}div#maximenuck93 .titreck-text {
	flex: 1;
}

div#maximenuck93 .maximenuck.rolloveritem  img {
	display: none !important;
}

.ckclr {clear:both;visibility : hidden;}



/*---------------------------------------------
---	 	menu container						---
----------------------------------------------*/

/* menu */
div#maximenuck93 {
	font-size:14px;
	line-height:21px;
	/*text-align:left;*/
	zoom:1;
}

/* container style */
div#maximenuck93 ul.maximenuck {
	clear:both;
	position : relative;
	z-index:999;
	overflow: visible !important;
	display: block !important;
	float: none !important;
	visibility: visible !important;
	opacity: 1 !important;
	list-style:none;
	/*padding: 0;*/
	margin:0 auto;
	zoom:1;
	filter: none;
	background: #3598db;
}

div#maximenuck93 ul.maximenuck:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

/*---------------------------------------------
---	 	Root items - level 1				---
----------------------------------------------*/

div#maximenuck93 ul.maximenuck li.maximenuck.level1 {
	display: inline-block;
    float: none;
    position:static;
    /*padding : 0;
    margin : 0;*/
    list-style : none;
    text-align:center;
    cursor: pointer;
	filter: none;
	
}

/** IE 7 only **/
*+html div#maximenuck93 ul.maximenuck li.maximenuck.level1 {
	display: inline !important;
}

/* vertical menu */
div#maximenuck93.maximenuckv ul.maximenuck li.maximenuck.level1 {
	display: block !important;
	/*margin: 0;
	padding: 0;*/
	text-align: left;
}

div#maximenuck93 ul.maximenuck li.maximenuck.level1:hover,
div#maximenuck93 ul.maximenuck li.maximenuck.level1.active {
	background: #f0f0f0;
}

div#maximenuck93 ul.maximenuck li.maximenuck.level1 > a,
div#maximenuck93 ul.maximenuck li.maximenuck.level1 > span.separator {
	display:block;
    float : none;
    float : left;
    position:relative;
	text-decoration:none;
    outline : none;
    /*border : none;*/
    white-space: nowrap;
	filter: none;
	color: #fff;
	padding: 15px 15px;
}

/* parent item on mouseover (if subemnus exists) */
div#maximenuck93 ul.maximenuck li.maximenuck.level1.parent:hover,
div#maximenuck93 ul.maximenuck li.maximenuck.level1.parent:hover {

}

/* item color on mouseover */
div#maximenuck93 ul.maximenuck li.maximenuck.level1:hover > a span.titreck,
div#maximenuck93 ul.maximenuck li.maximenuck.level1.active > a span.titreck,
div#maximenuck93 ul.maximenuck li.maximenuck.level1:hover > span.separator,
div#maximenuck93 ul.maximenuck li.maximenuck.level1.active > span.separator {
	color: #333;
}

div#maximenuck93.maximenuckh ul.maximenuck li.level1.parent > a,
div#maximenuck93.maximenuckh ul.maximenuck li.level1.parent > span.separator {
	padding-right: 20px;
}

/* arrow image for parent item */
div#maximenuck93 ul.maximenuck li.level1.parent > a:after,
div#maximenuck93 ul.maximenuck li.level1.parent > span.separator:after {
	content: "";
	display: block;
	position: absolute;
	width: 0; 
	height: 0; 
	border-style: solid;
	border-width: 7px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	top: 20px;
	right: 4px;
}

div#maximenuck93 ul.maximenuck li.level1.parent:hover > a:after,
div#maximenuck93 ul.maximenuck li.level1.parent:hover > span.separator:after {
	border-color: #333 transparent transparent transparent;
}

/* vertical menu */
div#maximenuck93.maximenuckv ul.maximenuck li.level1.parent > a:after,
div#maximenuck93.maximenuckv ul.maximenuck li.level1.parent > span.separator:after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #fff;
	margin: 3px 10px 3px 0;
	position: absolute;
	right: 3px;
	top: calc(50% - 8px);
}

div#maximenuck93.maximenuckv ul.maximenuck li.level1.parent:hover > a:after,
div#maximenuck93.maximenuckv ul.maximenuck li.level1.parent:hover > span.separator:after {
	border-color: transparent transparent transparent #333;
}

/* arrow image for submenu parent item */
div#maximenuck93 ul.maximenuck li.level1.parent li.parent > a:after,
div#maximenuck93 ul.maximenuck li.level1.parent li.parent > span.separator:after,
div#maximenuck93 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent > a:after,
div#maximenuck93 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent > a:after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #016da0;
	margin: 0 3px;
	position: absolute;
	right: 3px;
	top: 13px;
}

div#maximenuck93 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent:hover > a:after,
div#maximenuck93 ul.maximenuck li.maximenuck ul.maximenuck2 li.parent.active > a:after {
	border-color: transparent transparent transparent #000;
}

/* styles for right position */
div#maximenuck93 ul.maximenuck li.maximenuck.level1.align_right,
div#maximenuck93 ul.maximenuck li.maximenuck.level1.menu_right,
div#maximenuck93 ul.maximenuck li.align_right,
div#maximenuck93 ul.maximenuck li.menu_right {
	float:right !important;
	margin-right:0px !important;
}

div#maximenuck93 ul.maximenuck li.align_right:not(.fullwidth) div.floatck,
div#maximenuck93 ul.maximenuck li:not(.fullwidth) div.floatck.fixRight {
	left:auto;
	right:0px;
	top:auto;
}


/* arrow image for submenu parent item to open left */
div#maximenuck93 ul.maximenuck li.level1.parent div.floatck.fixRight li.parent > a:after,
div#maximenuck93 ul.maximenuck li.level1.parent div.floatck.fixRight li.parent > span.separator:after,
div#maximenuck93 ul.maximenuck li.level1.parent.menu_right li.parent > a:after,
div#maximenuck93 ul.maximenuck li.level1.parent.menu_right li.parent > span.separator:after {
	border-color: transparent #333 transparent transparent;
}

/* margin for right elements that rolls to the left */
div#maximenuck93 ul.maximenuck li.maximenuck div.floatck div.floatck.fixRight,
div#maximenuck93 ul.maximenuck li.level1.parent.menu_right div.floatck div.floatck  {
    margin-right : 180px;
}

div#maximenuck93 ul.maximenuck li div.floatck.fixRight{

}


/*---------------------------------------------
---	 	Sublevel items - level 2 to n		---
----------------------------------------------*/

div#maximenuck93 ul.maximenuck li div.floatck ul.maximenuck2,
div#maximenuck93 ul.maximenuck2 {
    z-index:11000;
    clear:left;
    text-align : left;
    background : transparent;
    margin : 0 !important;
    padding : 0 !important;
    border : none !important;
    box-shadow: none !important;
    width : 100%; /* important for Chrome and Safari compatibility */
    position: static !important;
    overflow: visible !important;
    display: block !important;
    float: none !important;
    visibility: visible !important;
}

div#maximenuck93 ul.maximenuck li ul.maximenuck2 li.maximenuck,
div#maximenuck93 ul.maximenuck2 li.maximenuck {
	text-align : left;
    z-index : 11001;
    /*padding:0;*/
	position:static;
	float:none !important;
    list-style : none;
	display: block;
}

div#maximenuck93 ul.maximenuck li ul.maximenuck2 li.maximenuck:hover,
div#maximenuck93 ul.maximenuck2 li.maximenuck:hover {
}

/* all links styles */
div#maximenuck93 ul.maximenuck li.maximenuck a,
div#maximenuck93 ul.maximenuck li.maximenuck span.separator,
div#maximenuck93 ul.maximenuck2 a,
div#maximenuck93 ul.maximenuck2 li.maximenuck span.separator {
	display: block;
    float : none !important;
    float : left;
    position:relative;
	text-decoration:none;
    outline : none;
    white-space: normal;
	filter: none;
	color: #3598db;
}

/* submenu link */
div#maximenuck93 ul.maximenuck li.maximenuck ul.maximenuck2 li > a,
div#maximenuck93 ul.maximenuck2 li > a,
div#maximenuck93 ul.maximenuck2 li > span.separator {
	color: #016da0;
	padding: 10px 5px;
}

/* heading type */
div#maximenuck93 ul.maximenuck li.maximenuck ul.maximenuck2 li > .nav-header {
	font-size: 18px;
	font-weight: 100;
	border-bottom: 1px solid #666;
	color: #666;
	margin: 10px 10px 10px 5px;
	padding: 7px 0;
	display: block;
} 

div#maximenuck93 ul.maximenuck li.maximenuck ul.maximenuck2 a,
div#maximenuck93 ul.maximenuck2 a {
	display: block;
}

div#maximenuck93 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > a,
div#maximenuck93 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h2 a,
div#maximenuck93 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > h3 a,
div#maximenuck93 ul.maximenuck li.maximenuck ul.maximenuck2 li.active > a,
div#maximenuck93 ul.maximenuck li.maximenuck ul.maximenuck2 li:hover > span.separator,
div#maximenuck93 ul.maximenuck2 li:hover > a,
div#maximenuck93 ul.maximenuck2 li:hover > h2 a,
div#maximenuck93 ul.maximenuck2 li:hover > h3 a,
div#maximenuck93 ul.maximenuck2 li.active > a,
div#maximenuck93 ul.maximenuck li:hover > span.separator {
	color: #000;
}

/* link image style */
div#maximenuck93 li.maximenuck > a img {
    margin : 3px;
    border : none;
}

/* img style without link (in separator) */
div#maximenuck93 li.maximenuck img {
    border : none;
}

/* item title */
div#maximenuck93 span.titreck {
	text-decoration : none;
	/*min-height : 17px;*/
	float : none !important;
	float : left;
	margin: 0;
}

/* item description */
div#maximenuck93 span.descck {
	display : block;
	text-transform : none;
	font-size : 10px;
	text-decoration : none;
	min-height : 12px;
	line-height : 12px;
	float : none !important;
	float : left;
}

/*--------------------------------------------
---		Submenus						------
---------------------------------------------*/

/* submenus container */
div#maximenuck93 div.floatck {
	position : absolute;
	display: none;
	padding : 0;
    margin : 0;
	/*width : 180px;*/ /* default width */
	text-align:left;
	width: auto;
	z-index:9999;
	cursor: auto;
	background: #f0f0f0;
	padding: 15px 20px;
	border: 1px solid #e5e5e5;
}

/* remove border top on first submenu */
div#maximenuck93 li.maximenuck.level1 > div.floatck {
	border-top: none;
}

div#maximenuck93 div.maxidrop-main {
	width : 180px; /* default width */
	display: flex;
	flex-wrap: wrap;
}

/* vertical menu */
div#maximenuck93.maximenuckv div.floatck {
	margin : -39px 0 0 90%;
}

div#maximenuck93 .maxipushdownck div.floatck {
	margin: 0;
}

/* child blocks position (from level2 to n) */
div#maximenuck93 ul.maximenuck li.maximenuck div.floatck div.floatck {
    margin : -40px 0 0 180px; /* default sub submenu position */
}

/**
** Show/hide sub menu if javascript is off - horizontal style
**/
div#maximenuck93 ul.maximenuck li:hover:not(.maximenuckanimation) div.floatck div.floatck, div#maximenuck93 ul.maximenuck li:hover:not(.maximenuckanimation) div.floatck:hover div.floatck div.floatck, div#maximenuck93 ul.maximenuck li:hover:not(.maximenuckanimation) div.floatck:hover div.floatck:hover div.floatck div.floatck {
	display: none;
}

div#maximenuck93 ul.maximenuck li.maximenuck:hover > div.floatck, div#maximenuck93 ul.maximenuck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck, div#maximenuck93 ul.maximenuck li.maximenuck:hover>  div.floatck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck, div#maximenuck93 ul.maximenuck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck li.maximenuck:hover > div.floatck {
	display: block;
}

div#maximenuck93 div.maximenuck_mod ul {
	display: block;
}

/*---------------------------------------------
---	 	Columns management					---
----------------------------------------------*/

div#maximenuck93 ul.maximenuck li div.floatck div.maximenuck2,
div#maximenuck93 .maxipushdownck div.floatck div.maximenuck2 {
	/*width : 180px;*/ /* default width */
	margin: 0;
	padding: 0;
	flex: 0 1 auto;
	width: 100%;
}

/* allow auto fill if no column created, default behavior */
/*
div#maximenuck93 ul.maximenuck li div.floatck div.maximenuck2:not([style]) {
    flex: 1 1 auto;
}
*/

/* h2 title */
div#maximenuck93 ul.maximenuck li.maximenuck ul.maximenuck2 h2 a,
div#maximenuck93 ul.maximenuck li.maximenuck ul.maximenuck2 h2 span.separator,
div#maximenuck93 ul.maximenuck2 h2 a,
div#maximenuck93 ul.maximenuck2 h2 span.separator {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	line-height:21px;
	text-align:left;
}

/* h3 title */
div#maximenuck93 ul.maximenuck li.maximenuck ul.maximenuck2 h3 a,
div#maximenuck93 ul.maximenuck li.maximenuck ul.maximenuck2 h3 span.separator,
div#maximenuck93 ul.maximenuck2 h3 a,
div#maximenuck93 ul.maximenuck2 h3 span.separator {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	line-height:21px;
	text-align:left;
}

/* paragraph */
div#maximenuck93 ul.maximenuck li ul.maximenuck2 li p,
div#maximenuck93 ul.maximenuck2 li p {
	line-height:18px;
	margin:0 0 10px 0;
	font-size:12px;
	text-align:left;
}




/* image shadow with specific class */
div#maximenuck93 .imgshadow { /* Better style on light background */
	background:#FFFFFF !important;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}

/* blackbox style */
div#maximenuck93 ul.maximenuck li ul.maximenuck2 li.blackbox,
div#maximenuck93 ul.maximenuck2 li.blackbox {
	background-color:#333333 !important;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px !important;
	margin: 0px 4px 4px 4px !important;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

div#maximenuck93 ul.maximenuck li ul.maximenuck2 li.blackbox:hover,
div#maximenuck93 ul.maximenuck2 li.blackbox:hover {
	background-color:#333333 !important;
}

div#maximenuck93 ul.maximenuck li ul.maximenuck2 li.blackbox a,
div#maximenuck93 ul.maximenuck2 li.blackbox a {
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	display: inline !important;
}

div#maximenuck93 ul.maximenuck li ul.maximenuck2 li.blackbox:hover > a,
div#maximenuck93 ul.maximenuck2 li.blackbox:hover > a{
	text-decoration: underline;
}

/* greybox style */
div#maximenuck93 ul.maximenuck li ul.maximenuck2 li.greybox,
div#maximenuck93 ul.maximenuck2 li.greybox {
	background:#f0f0f0 !important;
	border:1px solid #bbbbbb;
	padding: 4px 6px 4px 6px !important;
	margin: 0px 4px 4px 4px !important;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

div#maximenuck93 ul.maximenuck li ul.maximenuck2 li.greybox:hover,
div#maximenuck93 ul.maximenuck2 li.greybox:hover {
	background:#ffffff !important;
	border:1px solid #aaaaaa;
}

/* create new row with flexbox */
div#maximenuck93 .ck-column-break {
    flex-basis: 100%;
    height: 0;
}

/*---------------------------------------------
---	 	Module in submenus					---
----------------------------------------------*/

/* module title */
div#maximenuck93 ul.maximenuck div.maximenuck_mod > div > h3,
div#maximenuck93 ul.maximenuck2 div.maximenuck_mod > div > h3 {
    width : 100%;
    font-weight : bold;
	font-size: 16px;
}

div#maximenuck93 div.maximenuck_mod {
    /*width : 100%;*/
    padding : 0;
    white-space : normal;
}

div#maximenuck93 div.maximenuck_mod div.moduletable {
    border : none;
    background : none;
}

div#maximenuck93 div.maximenuck_mod  fieldset{
    width : 100%;
    padding : 0;
    margin : 0 auto;
    overflow : hidden;
    background : transparent;
    border : none;
}

div#maximenuck93 ul.maximenuck2 div.maximenuck_mod a {
    border : none;
    margin : 0;
    padding : 0;
    display : inline;
    background : transparent;
    font-weight : normal;
}

div#maximenuck93 ul.maximenuck2 div.maximenuck_mod a:hover {

}

div#maximenuck93 ul.maximenuck2 div.maximenuck_mod ul {
    margin : 0;
    padding : 0;
    width : 100%;
    background : none;
    border : none;
    text-align : left;
}

div#maximenuck93 ul.maximenuck2 div.maximenuck_mod li {
    margin : 0 0 0 15px;
    padding : 0;
    background : none;
    border : none;
    text-align : left;
    font-size : 11px;
    float : none;
    display : block;
    line-height : 20px;
    white-space : normal;
}

/* login module */
div#maximenuck93 ul.maximenuck2 div.maximenuck_mod #form-login ul {
    left : 0;
    margin : 0;
    padding : 0;
    width : 100%;
}

div#maximenuck93 ul.maximenuck2 div.maximenuck_mod #form-login ul li {
    margin : 2px 0;
    padding : 0 5px;
    height : 20px;
    background : transparent;
}

/*---------------------------------------------
---	 	Mobile menu bar						---
----------------------------------------------*/

div#maximenuck93 .maximenumobiletogglericonck {
    font-family: verdana;
    background: #f0f0f0;
	padding: 5px 10px;
	padding-top: 5px;
	height: 30px;
	position: relative;
	color: #333;
}

div#maximenuck93 .maximenumobiletogglericonck:after {
    display: block;
	content: "";
	height: calc(100% - 10px);
	border: 1px solid #e2e2e2;
	position: absolute;
	right: 45px;
	top: 5px;
	box-sizing: border-box;
}


/*---------------------------------------------
---	 	Fancy styles (floating cursor)		---
----------------------------------------------*/

div#maximenuck93 .maxiFancybackground {
	position: absolute;
    top : 0;
    list-style : none;
    padding: 0;
    margin: 0;
    border: none;
	z-index: -1;
	border-top: 1px solid #fff;
}

div#maximenuck93 .maxiFancybackground .maxiFancycenter {
    /*border-top: 1px solid #fff;*/
}



/*---------------------------------------------
---	 	Button to close on click			---
----------------------------------------------*/

div#maximenuck93 span.maxiclose {
    color: #fff;
}

/*---------------------------------------------
---	 Stop the dropdown                  ---
----------------------------------------------*/

div#maximenuck93 ul.maximenuck li.maximenuck.nodropdown div.floatck,
div#maximenuck93 ul.maximenuck li.maximenuck div.floatck li.maximenuck.nodropdown div.floatck,
div#maximenuck93 .maxipushdownck div.floatck div.floatck {
	position: static !important;
	background:  none;
	border: none;
	left: auto;
	margin: 3px;
	moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block !important;
}

div#maximenuck93 ul.maximenuck li.level1.parent ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck,
div#maximenuck93 .maxipushdownck ul.maximenuck2 li.maximenuck.nodropdown li.maximenuck {
	background: none;
	text-indent: 5px;
}

div#maximenuck93 ul.maximenuck li.maximenuck.level1.parent ul.maximenuck2 li.maximenuck.parent.nodropdown > a,
div#maximenuck93 ul.maximenuck li.maximenuck.level1.parent ul.maximenuck2 li.maximenuck.parent.nodropdown > span.separator,
div#maximenuck93 .maxipushdownck ul.maximenuck2 li.maximenuck.parent.nodropdown > a,
div#maximenuck93 .maxipushdownck ul.maximenuck2 li.maximenuck.parent.nodropdown > span.separator {
	background:  none;
}

/* remove the arrow image for parent item */
div#maximenuck93 ul.maximenuck li.maximenuck.level1.parent ul.maximenuck2 li.parent.nodropdown > *:after,
div#maximenuck93 .maxipushdownck ul.maximenuck2 li.parent > *:after {
	display: none;
}

div#maximenuck93 li.maximenuck.nodropdown > div.floatck > div.maxidrop-main {
	width: auto;
}

/*---------------------------------------------
---	 Full width				                ---
----------------------------------------------*/

div#maximenuck93.maximenuckh li.fullwidth > div.floatck {
	margin: 0;
	padding: 0;
	width: auto !important;
	left: 0;
	right: 0;
}

div#maximenuck93.maximenuckv li.fullwidth > div.floatck {
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	left: 100%;
	right: auto !important;
}

div#maximenuck93.maximenuckh li.fullwidth > div.floatck > div.maxidrop-main {
	width: auto !important;
}

div#maximenuck93.maximenuckv li.fullwidth > div.floatck > .maxidrop-main {
	height: 100%;
	overflow-y: auto;
}

/*---------------------------------------------
---	 Tabs					                ---
----------------------------------------------*/

div#maximenuck93 ul.maximenuck li.maximenucktab > div.floatck div.floatck {
	top: 0;
	bottom: 0;
	left: 180px;
	width: calc(100% - 180px);
	margin: 0;
	overflow: auto;
}
				
/*---------------------------------------------
---	 Menu items	styles from Maximenu Params ---
----------------------------------------------*/

div#maximenuck91 ul.maximenuck li.maximenuck.item101.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item101.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item101.level1.active > span.nav-header span.titreck,
div#maximenuck91 ul.maximenuck2 li.maximenuck.item101.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item101.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item101.level1.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck91 ul.maximenuck li.maximenuck.item321.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item321.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item321.level1.active > span.nav-header span.titreck,
div#maximenuck91 ul.maximenuck2 li.maximenuck.item321.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item321.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item321.level1.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck91 ul.maximenuck li.maximenuck.item322.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item322.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item322.level1.active > span.nav-header span.titreck,
div#maximenuck91 ul.maximenuck2 li.maximenuck.item322.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item322.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item322.level1.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck91 ul.maximenuck li.maximenuck.item318.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item318.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item318.level1.active > span.nav-header span.titreck,
div#maximenuck91 ul.maximenuck2 li.maximenuck.item318.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item318.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item318.level1.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck91 ul.maximenuck li.maximenuck.item309.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item309.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item309.level1.active > span.nav-header span.titreck,
div#maximenuck91 ul.maximenuck2 li.maximenuck.item309.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item309.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item309.level1.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck91 ul.maximenuck li.maximenuck.item1690.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item1690.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck li.maximenuck.item1690.level1.active > span.nav-header span.titreck,
div#maximenuck91 ul.maximenuck2 li.maximenuck.item1690.level1.active > a.maximenuck span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item1690.level1.active > span.separator span.titreck, div#maximenuck91 ul.maximenuck2 li.maximenuck.item1690.level1.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck93 ul.maximenuck li.maximenuck.item122.level1.active > a.maximenuck span.titreck, div#maximenuck93 ul.maximenuck li.maximenuck.item122.level1.active > span.separator span.titreck, div#maximenuck93 ul.maximenuck li.maximenuck.item122.level1.active > span.nav-header span.titreck,
div#maximenuck93 ul.maximenuck2 li.maximenuck.item122.level1.active > a.maximenuck span.titreck, div#maximenuck93 ul.maximenuck2 li.maximenuck.item122.level1.active > span.separator span.titreck, div#maximenuck93 ul.maximenuck2 li.maximenuck.item122.level1.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
div#maximenuck93 ul.maximenuck li.maximenuck.item123.level1.active > a.maximenuck span.titreck, div#maximenuck93 ul.maximenuck li.maximenuck.item123.level1.active > span.separator span.titreck, div#maximenuck93 ul.maximenuck li.maximenuck.item123.level1.active > span.nav-header span.titreck,
div#maximenuck93 ul.maximenuck2 li.maximenuck.item123.level1.active > a.maximenuck span.titreck, div#maximenuck93 ul.maximenuck2 li.maximenuck.item123.level1.active > span.separator span.titreck, div#maximenuck93 ul.maximenuck2 li.maximenuck.item123.level1.active > span.nav-header span.titreck {
	 font-weight: normal !important;
	 } 
@media screen and (max-width: 640px) {div#maximenuck93 ul.maximenuck li.maximenuck.nomobileck, div#maximenuck93 .maxipushdownck ul.maximenuck2 li.maximenuck.nomobileck { display: none !important; }
	div#maximenuck93.maximenuckh {
        height: auto !important;
    }
	
	div#maximenuck93.maximenuckh li.maxiFancybackground {
		display: none !important;
	}

    div#maximenuck93.maximenuckh ul:not(.noresponsive) {
        height: auto !important;
        padding-left: 0 !important;
        /*padding-right: 0 !important;*/
    }

    div#maximenuck93.maximenuckh ul:not(.noresponsive) li {
        float :none !important;
        width: 100% !important;
		box-sizing: border-box;
        /*padding-right: 0 !important;*/
		padding-left: 0 !important;
		padding-right: 0 !important;
        margin-right: 0 !important;
    }

    div#maximenuck93.maximenuckh ul:not(.noresponsive) li > div.floatck {
        width: 100% !important;
		box-sizing: border-box;
		right: 0 !important;
		left: 0 !important;
		margin-left: 0 !important;
		position: relative !important;
		/*display: none;
		height: auto !important;*/
    }
	
	div#maximenuck93.maximenuckh ul:not(.noresponsive) li:hover > div.floatck {
		position: relative !important;
		margin-left: 0 !important;
    }

    div#maximenuck93.maximenuckh ul:not(.noresponsive) div.floatck div.maximenuck2 {
        width: 100% !important;
    }

    div#maximenuck93.maximenuckh ul:not(.noresponsive) div.floatck div.floatck {
        width: 100% !important;
        margin: 20px 0 0 0 !important;
    }
	
	div#maximenuck93.maximenuckh ul:not(.noresponsive) div.floatck div.maxidrop-main {
        width: 100% !important;
    }

    div#maximenuck93.maximenuckh ul:not(.noresponsive) li.maximenucklogo img {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
	
	
	/* for vertical menu  */
	div#maximenuck93.maximenuckv {
        height: auto !important;
    }
	
	div#maximenuck93.maximenuckh li.maxiFancybackground {
		display: none !important;
	}

    div#maximenuck93.maximenuckv ul:not(.noresponsive) {
        height: auto !important;
        padding-left: 0 !important;
        /*padding-right: 0 !important;*/
    }

    div#maximenuck93.maximenuckv ul:not(.noresponsive) li {
        float :none !important;
        width: 100% !important;
        /*padding-right: 0 !important;*/
		padding-left: 0 !important;
        margin-right: 0 !important;
    }

    div#maximenuck93.maximenuckv ul:not(.noresponsive) li > div.floatck {
        width: 100% !important;
		right: 0 !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
		position: relative !important;
		left: 0 !important;
		/*display: none;
		height: auto !important;*/
    }
	
	div#maximenuck93.maximenuckv ul:not(.noresponsive) li:hover > div.floatck {
		position: relative !important;
		margin-left: 0 !important;
    }

    div#maximenuck93.maximenuckv ul:not(.noresponsive) div.floatck div.maximenuck2 {
        width: 100% !important;
    }

    div#maximenuck93.maximenuckv ul:not(.noresponsive) div.floatck div.floatck {
        width: 100% !important;
        margin: 20px 0 0 0 !important;
    }
	
	div#maximenuck93.maximenuckv ul:not(.noresponsive) div.floatck div.maxidrop-main {
        width: 100% !important;
    }

    div#maximenuck93.maximenuckv ul:not(.noresponsive) li.maximenucklogo img {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
}
	
@media screen and (min-width: 641px) {
	div#maximenuck93 ul.maximenuck li.maximenuck.nodesktopck, div#maximenuck93 .maxipushdownck ul.maximenuck2 li.maximenuck.nodesktopck { display: none !important; }
}/*---------------------------------------------
---	 WCAG				                ---
----------------------------------------------*/
#maximenuck93.maximenuck-wcag-active .maximenuck-toggler-anchor ~ ul {
    display: block !important;
}

#maximenuck93 .maximenuck-toggler-anchor {
	height: 0;
	opacity: 0;
	overflow: hidden;
	display: none;
}
div#maximenuck93.maximenuckh ul.maximenuck div.maxidrop-main, div#maximenuck93.maximenuckh ul.maximenuck li div.maxidrop-main { width: 191px; } 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.parent > a:after, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.parent > span.separator:after, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.parent > .maximenuck-toggler:after { border-top-color: #680A4C;color: #680A4C;display:block;position:absolute;top: 70%;right: 50%;} 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover > a:after, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover > span.separator:after, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover > .maximenuck-toggler:after { border-top-color: #4CB629;color: #4CB629;} 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.parent.active > a:after, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.parent.active > span.separator:after, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.parent.active > .maximenuck-toggler:after { border-top-color: #4CB629;color: #4CB629;} 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.parent.active:hover > a:after, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.parent.active:hover > span.separator:after, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.parent.active:hover > .maximenuck-toggler:after { border-top-color: #4CB629;color: #4CB629;} 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck.parent > a:after, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck.parent > span.separator:after,
	div#maximenuck93 .maxipushdownck li.maximenuck.parent > a:after, div#maximenuck93 .maxipushdownck li.maximenuck.parent > span.separator:after { border-left-color: #333;color: #333;} 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck.parent:hover > a:after, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck.parent:hover > span.separator:after,
	div#maximenuck93 .maxipushdownck li.maximenuck.parent:hover > a:after, div#maximenuck93 .maxipushdownck li.maximenuck.parent:hover > span.separator:after { border-color: transparent transparent transparent #4CB629;color: #4CB629;} 
div#maximenuck93.maximenuckh ul.maximenuck, #maximenuck93.maximenuckh ul.maximenuck { background: #FFFFFF;background-color: #FFFFFF; } 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.parent { margin-right: 5px; } 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1 > a, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator { padding-top: 15px;padding-right: 5px;padding-bottom: 15px;padding-left: 5px; } 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1 > a span.titreck, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1 > span.separator span.titreck, select#maximenuck93.maximenuckh ul.maximenuck { color: #333333;font-size: 1.1em;text-transform: uppercase; } 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1 > * .descck { margin-top: 3px; } 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.active, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.parent.active, 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1:hover, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover { background: #FFFFFF;background-color: #FFFFFF; } 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.active > a, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.active > span, 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1:hover > a, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1:hover > span.separator {  } 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1.active > span.separator span.titreck, 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1:hover > span.separator span.titreck, select#maximenuck93.maximenuckh ul.maximenuck:hover { color: #4CB629; } 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck div.floatck, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck div.floatck div.floatck,
div#maximenuck93 .maxipushdownck div.floatck, select#maximenuck93.maximenuckh ul.maximenuck option { background: #FFFFFF;background-color: #FFFFFF;border-top: none;border-right: none;border-bottom: none;border-left: none; } 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck), div#maximenuck93 li.maximenuck.maximenuflatlistck:not(.level1):not(.headingck),
div#maximenuck93 .maxipushdownck li.maximenuck:not(.headingck), select#maximenuck93.maximenuckh ul.maximenuck option { background: #FFFFFF;background-color: #FFFFFF;text-align: left; } 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck) > a, div#maximenuck93 li.maximenuck.maximenuflatlistck:not(.level1):not(.headingck) > a,
div#maximenuck93 .maxipushdownck li.maximenuck:not(.headingck) > a, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck) > span.separator, div#maximenuck93 li.maximenuck.maximenuflatlistck:not(.level1):not(.headingck) > span.separator,
div#maximenuck93 .maxipushdownck li.maximenuck:not(.headingck) > span.separator {  } 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck > a span.titreck, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator span.titreck, div#maximenuck93 li.maximenuck.maximenuflatlistck:not(.level1) span.titreck,
div#maximenuck93 .maxipushdownck li.maximenuck > a span.titreck, div#maximenuck93 .maxipushdownck li.maximenuck > span.separator span.titreck, select#maximenuck93.maximenuckh ul.maximenuck option { color: #333;font-size: 1.2em; } 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level2.active:not(.headingck), div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level2.parent.active:not(.headingck), div#maximenuck93 li.maximenuck.maximenuflatlistck.active:not(.level1):not(.headingck),
div#maximenuck93 ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck):hover, div#maximenuck93 li.maximenuck.maximenuflatlistck:hover:not(.level1):not(.headingck):hover,
div#maximenuck93 .maxipushdownck li.maximenuck:not(.headingck):hover { background: #FFFFFF;background-color: #FFFFFF; } 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level2.active:not(.headingck), div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level2.parent.active:not(.headingck), div#maximenuck93 li.maximenuck.maximenuflatlistck.active:not(.level1):not(.headingck),
div#maximenuck93 ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck):hover > a, div#maximenuck93 li.maximenuck.maximenuflatlistck:hover:not(.level1):not(.headingck):hover > a,
div#maximenuck93 .maxipushdownck li.maximenuck:not(.headingck):hover > a, div#maximenuck93 ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck):hover > span.separator, div#maximenuck93 li.maximenuck.maximenuflatlistck:hover:not(.level1):not(.headingck):hover > span.separator,
div#maximenuck93 .maxipushdownck li.maximenuck:not(.headingck):hover > span.separator {  } 
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level2.active > a span.titreck, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level2.active > span.separator span.titreck, div#maximenuck93 li.maximenuck.maximenuflatlistck.active:not(.level1) span.titreck,
div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:hover > a span.titreck, div#maximenuck93.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:hover > span.separator span.titreck, div#maximenuck93 li.maximenuck.maximenuflatlistck:hover:not(.level1) span.titreck,
div#maximenuck93 .maxipushdownck li.maximenuck:hover > a span.titreck, div#maximenuck93 .maxipushdownck li.maximenuck:hover > span.separator span.titreck { color: #4CB629; } #maximenuck93 li.maximenuck.level1 > * > span.titreck {
	display: flex;
	flex-direction: row;
}

#maximenuck93 ul.maximenuck li.maximenuck.level2 span.titreck {
	display: flex;
	flex-direction: row;
	margin-right: 5px;
	
}

#maximenuck93 .maximenuiconck {
	align-self: center;
	margin-right: 5px;
	
}

#maximenuck93 li.maximenuck.level1 {
	vertical-align: top;
}/* for images position */
div#maximenuck93 ul.maximenuck li.maximenuck.level1 > a,
div#maximenuck93 ul.maximenuck li.maximenuck.level1 > span.separator {
	display: flex;
	align-items: center;
}

div#maximenuck93 ul.maximenuck li.maximenuck.level1 li.maximenuck > a,
div#maximenuck93 ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator {
	display: flex;
}

div#maximenuck93 ul.maximenuck li.maximenuck.level1 > a[data-align="bottom"],
div#maximenuck93 ul.maximenuck li.maximenuck.level1 > span.separator[data-align="bottom"],
div#maximenuck93 ul.maximenuck li.maximenuck.level1 li.maximenuck > a[data-align="bottom"],
div#maximenuck93 ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator[data-align="bottom"],
	div#maximenuck93 ul.maximenuck li.maximenuck.level1 > a[data-align="top"],
div#maximenuck93 ul.maximenuck li.maximenuck.level1 > span.separator[data-align="top"],
div#maximenuck93 ul.maximenuck li.maximenuck.level1 li.maximenuck > a[data-align="top"],
div#maximenuck93 ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator[data-align="top"]{
	flex-direction: column;
	align-items: inherit;
}

div#maximenuck93 ul.maximenuck li.maximenuck.level1 > a[data-align=*"bottom"] img,
div#maximenuck93 ul.maximenuck li.maximenuck.level1 > span.separator[data-align=*"bottom"] img,
div#maximenuck93 ul.maximenuck li.maximenuck.level1 li.maximenuck > a[data-align=*"bottom"] img,
div#maximenuck93 ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator[data-align=*"bottom"] img {
	align-self: end;
}

div#maximenuck93 ul.maximenuck li.maximenuck.level1 > a[data-align=*"top"] img,
div#maximenuck93 ul.maximenuck li.maximenuck.level1 > span.separator[data-align=*"top"] img,
div#maximenuck93 ul.maximenuck li.maximenuck.level1 li.maximenuck > a[data-align=*"top"] img,
div#maximenuck93 ul.maximenuck li.maximenuck.level1 li.maximenuck > span.separator[data-align=*"top"] img {
	align-self: start;
}


/**
 * @copyright	Copyright (C) 2015 C�dric KEIFLIN alias ced1870
 * http://www.joomlack.fr
 * http://www.template-creator.com
 * @license		GNU/GPL
 * Plugin Image Effect CK
 * */


.gridck {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	/*max-width: 1000px;*/
	list-style: none;
	text-align: center;
}

/* Common style */
figure[class*="effectck"] {
	position: relative;
	/*float: left;*/
	overflow: hidden;
	margin: 10px 1%;
	/*min-width: 320px;*/
	/*max-width: 480px;*/
	/*max-height: 360px;*/
	/*width: 48%;*/
	background: #3085a3;
	text-align: center;
	display: inline-block;
	will-change: transform;
}

figure[class*="effectck"]:not([class*="flip"]) > [class*=img] {
	position: relative;
	overflow: hidden;
	height: 100%;
}

figure[class*="effectck"] > [class*=img]:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

figure[class*="effectck"] img {
	position: relative;
	display: block;
	/*min-height: 100%;*/ /* do not use because it distord the images in Safari and mobiles */
	max-width: 100%;
	width: 100%;
	opacity: 0.8;
	margin: 0;
}

figure[class*="effectck"] figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure[class*="effectck"] figcaption::before,
figure[class*="effectck"] figcaption::after {
	pointer-events: none;
}

figure[class*="effectck"] figcaption,
figure[class*="effectck"] figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*width: 100%;
	height: 100%;*/
	z-index: 1;
}

/* Anchor will cover the whole item by default */
/* For some effectcks it will show as a button */
figure[class*="effectck"] figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

figure[class*="effectck"] figcaption [class*="title"] {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size: 1.5em;
	line-height: 24px;
	font-family: verdana;
}

figure[class*="effectck"] figcaption [class*="title"] span {
	font-weight: 800;
}

figure[class*="effectck"] figcaption [class*="title"],
figure[class*="effectck"] figcaption [class*="desc"] {
	margin: 0;
}

figure[class*="effectck"] figcaption [class*="desc"] {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effectcks */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effectck-lily img {
	max-width: none !important;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
	float: left;
}

figure.effectck-lily figcaption {
	text-align: left;
}

figure.effectck-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	right: 0;
	height: 50%;
}

figure.effectck-lily figcaption [class*="title"],
figure.effectck-lily figcaption [class*="desc"] {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effectck-lily figcaption [class*="title"] {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effectck-lily figcaption [class*="desc"] {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effectck-lily:hover img,
figure.effectck-lily:hover figcaption [class*="desc"],
figure.effectck-lily.hover img,
figure.effectck-lily.hover figcaption [class*="desc"] {
	opacity: 1;
}

figure.effectck-lily:hover img,
figure.effectck-lily:hover figcaption [class*="title"],
figure.effectck-lily:hover figcaption [class*="desc"],
figure.effectck-lily.hover img,
figure.effectck-lily.hover figcaption [class*="title"],
figure.effectck-lily.hover figcaption [class*="desc"] {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-lily:hover figcaption [class*="desc"],
figure.effectck-lily.hover figcaption [class*="desc"] {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effectck-oscar {
	background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effectck-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effectck-oscar figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

figure.effectck-oscar figcaption::before {
	position: absolute;
	top: 7%;
	right: 7%;
	bottom: 7%;
	left: 7%;
	border: 1px solid #fff;
	content: '';
}

figure.effectck-oscar figcaption [class*="title"] {
	/*margin: 20% 0 10px 0;*/
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effectck-oscar figcaption::before,
figure.effectck-oscar figcaption [class*="desc"] {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effectck-oscar:hover figcaption [class*="title"],
figure.effectck-oscar.hover figcaption [class*="title"] {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-oscar:hover figcaption::before,
figure.effectck-oscar:hover figcaption [class*="desc"],
figure.effectck-oscar.hover figcaption::before,
figure.effectck-oscar.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effectck-oscar:hover figcaption,
figure.effectck-oscar.hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effectck-oscar:hover img,
figure.effectck-oscar.hover img {
	opacity: 0.4;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effectck-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effectck-sadie figcaption [class*="title"] {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effectck-sadie figcaption::before,
figure.effectck-sadie figcaption [class*="desc"] {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-sadie figcaption [class*="desc"] {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2em;
	/*width: 100%;*/
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effectck-sadie:hover figcaption [class*="title"],
figure.effectck-sadie.hover figcaption [class*="title"] {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effectck-sadie:hover figcaption::before ,
figure.effectck-sadie:hover figcaption [class*="desc"],
figure.effectck-sadie.hover figcaption::before ,
figure.effectck-sadie.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effectck-honey {
	background: #4a3753;
}

figure.effectck-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effectck-honey:hover img,
figure.effectck-honey.hover img {
	opacity: 0.5;
}

figure.effectck-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 10px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effectck-honey figcaption [class*="title"] {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1em 1.5em;
	text-align: left;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effectck-honey figcaption [class*="title"] i,
figure.effectck-honey figcaption [class*="desc"]{
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effectck-honey figcaption::before,
figure.effectck-honey figcaption [class*="title"] {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effectck-honey:hover figcaption::before,
figure.effectck-honey:hover figcaption [class*="title"],
figure.effectck-honey:hover figcaption [class*="title"] i,
figure.effectck-honey:hover figcaption [class*="desc"],
figure.effectck-honey.hover figcaption::before,
figure.effectck-honey.hover figcaption [class*="title"],
figure.effectck-honey.hover figcaption [class*="title"] i,
figure.effectck-honey.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effectck-layla {
	background: #18a367;
}

figure.effectck-layla img {
	/*height: 390px;*/
}

figure.effectck-layla figcaption {
	padding: 3em 2em;
}

figure.effectck-layla figcaption::before,
figure.effectck-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effectck-layla figcaption::before {
	top: 10%;
	right: 7%;
	bottom: 10%;
	left: 7%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effectck-layla figcaption::after {
	top: 7%;
	right: 10%;
	bottom: 7%;
	left: 10%;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effectck-layla figcaption [class*="title"] {
	/*padding-top: 26%;*/
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effectck-layla figcaption [class*="desc"] {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effectck-layla figcaption [class*="title"] {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effectck-layla img,
figure.effectck-layla figcaption::before,
figure.effectck-layla figcaption::after,
figure.effectck-layla figcaption [class*="desc"] {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-layla:hover img,
figure.effectck-layla.hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0) scale(1.2);
	transform: translate3d(0,0,0) scale(1.2);
}

figure.effectck-layla:hover figcaption::before,
figure.effectck-layla:hover figcaption::after,
figure.effectck-layla.hover figcaption::before,
figure.effectck-layla.hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effectck-layla:hover figcaption [class*="title"],
figure.effectck-layla:hover figcaption [class*="desc"],
figure.effectck-layla.hover figcaption [class*="title"],
figure.effectck-layla.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-layla:hover figcaption::after,
figure.effectck-layla:hover figcaption [class*="title"],
figure.effectck-layla:hover figcaption [class*="desc"],
figure.effectck-layla:hover img,
figure.effectck-layla.hover figcaption::after,
figure.effectck-layla.hover figcaption [class*="title"],
figure.effectck-layla.hover figcaption [class*="desc"],
figure.effectck-layla.hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}


/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effectck-marley figcaption {
	text-align: right;
}

figure.effectck-marley figcaption [class*="title"],
figure.effectck-marley figcaption [class*="desc"] {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}


figure.effectck-marley figcaption [class*="desc"] {
	bottom: 30px;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effectck-marley figcaption [class*="title"] {
	top: 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effectck-marley:hover figcaption [class*="title"],
figure.effectck-marley.hover figcaption [class*="title"] {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-marley figcaption [class*="title"]::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effectck-marley figcaption [class*="title"]::after,
figure.effectck-marley figcaption [class*="desc"] {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-marley:hover figcaption [class*="title"]::after,
figure.effectck-marley:hover figcaption [class*="desc"],
figure.effectck-marley.hover figcaption [class*="title"]::after,
figure.effectck-marley.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effectck-ruby {
	background-color: #17819c;
}

figure.effectck-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effectck-ruby:hover img,
figure.effectck-ruby.hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effectck-ruby figcaption [class*="title"] {
	/*margin-top: 20%;*/
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effectck-ruby figcaption [class*="desc"] {
	margin: 1em 0 0;
	padding: 1em;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effectck-ruby:hover figcaption [class*="title"],
figure.effectck-ruby.hover figcaption [class*="title"] {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-ruby:hover figcaption [class*="desc"],
figure.effectck-ruby.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effectck-roxy {
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

figure.effectck-roxy img {
	max-width: none !important;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

figure.effectck-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

figure.effectck-roxy figcaption {
	padding: 3em;
	text-align: left;
}

figure.effectck-roxy figcaption [class*="title"] {
	/*padding: 30% 0 10px 0;*/
}

figure.effectck-roxy figcaption [class*="desc"] {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

figure.effectck-roxy:hover img,
figure.effectck-roxy.hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-roxy:hover figcaption::before,
figure.effectck-roxy:hover figcaption [class*="desc"],
figure.effectck-roxy.hover figcaption::before,
figure.effectck-roxy.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effectck-bubba {
	background: #9e5406;
}

figure.effectck-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effectck-bubba:hover img,
figure.effectck-bubba.hover img {
	opacity: 0.4;
}

figure.effectck-bubba figcaption::before,
figure.effectck-bubba figcaption::after {
	position: absolute;
	top: 7%;
	right: 7%;
	bottom: 7%;
	left: 7%;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effectck-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effectck-bubba figcaption [class*="title"] {
	/*padding-top: 30%;*/
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effectck-bubba figcaption [class*="desc"] {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effectck-bubba:hover figcaption::before,
figure.effectck-bubba:hover figcaption::after,
figure.effectck-bubba.hover figcaption::before,
figure.effectck-bubba.hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effectck-bubba:hover figcaption [class*="title"],
figure.effectck-bubba:hover figcaption [class*="desc"],
figure.effectck-bubba.hover figcaption [class*="title"],
figure.effectck-bubba.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effectck-romeo {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

figure.effectck-romeo img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,300px);
	transform: translate3d(0,0,300px);
}

figure.effectck-romeo:hover img,
figure.effectck-romeo.hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-romeo figcaption::before,
figure.effectck-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.effectck-romeo:hover figcaption::before,
figure.effectck-romeo.hover figcaption::before {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
	transform: translate3d(-50%,-50%,0) rotate(45deg);
}

figure.effectck-romeo:hover figcaption::after,
figure.effectck-romeo.hover figcaption::after {
	opacity: 0.5;
	-webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
	transform: translate3d(-50%,-50%,0) rotate(-45deg);
}

figure.effectck-romeo figcaption [class*="title"],
figure.effectck-romeo figcaption [class*="desc"] {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effectck-romeo figcaption [class*="title"] {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effectck-romeo figcaption [class*="desc"] {
	padding: 0.25em 2em;
	-webkit-transform: translate3d(0,-80%,0) translate3d(0,150%,0);
	transform: translate3d(0,-80%,0) translate3d(0,150%,0);
}

figure.effectck-romeo:hover figcaption [class*="title"],
figure.effectck-romeo.hover figcaption [class*="title"] {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effectck-romeo:hover figcaption [class*="desc"],
figure.effectck-romeo.hover figcaption [class*="desc"] {
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
	transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effectck-milo {
	background: #2e5d5a;
}

figure.effectck-milo img {
	max-width: none !important;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effectck-milo:hover img,
figure.effectck-milo.hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure.effectck-milo figcaption [class*="title"] {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 1em 1.2em;
}

figure.effectck-milo figcaption [class*="desc"] {
	padding: 0 10px 0 0;
	width: 50%;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}

figure.effectck-milo:hover figcaption [class*="desc"],
figure.effectck-milo.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effectck-dexter {
	background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
	background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); 
}

figure.effectck-dexter img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effectck-dexter:hover img,
figure.effectck-dexter.hover img {
	opacity: 0.4;
}

figure.effectck-dexter figcaption::after {
	position: absolute;
	right: 7%;
	bottom: 7%;
	left: 7%;
	height: -webkit-calc(50% - 30px);
	height: calc(50% - 30px);
	border: 7px solid #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

figure.effectck-dexter:hover figcaption::after,
figure.effectck-dexter.hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-dexter figcaption {
	padding: 12%;
	text-align: left;
}

figure.effectck-dexter figcaption [class*="desc"] {
	position: absolute;
	right: 14%;
	bottom: 14%;
	left: 14%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effectck-dexter:hover figcaption [class*="desc"],
figure.effectck-dexter.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effectck-sarah {
	background: #42b078;
}

figure.effectck-sarah img {
	max-width: none !important;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effectck-sarah:hover img,
figure.effectck-sarah.hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-sarah figcaption {
	text-align: left;
}

figure.effectck-sarah figcaption [class*="title"] {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}

figure.effectck-sarah figcaption [class*="title"]::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effectck-sarah:hover figcaption [class*="title"]::after,
figure.effectck-sarah.hover figcaption [class*="title"]::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-sarah figcaption [class*="desc"] {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effectck-sarah:hover figcaption [class*="desc"],
figure.effectck-sarah.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effectck-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: #fff;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effectck-zoe figcaption [class*="title"] {
	float: left;
}

figure.effectck-zoe figcaption [class*="desc"].icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.effectck-zoe:hover figcaption [class*="desc"].icon-links a:hover,
figure.effectck-zoe:hover figcaption [class*="desc"].icon-links a:focus,
figure.effectck-zoe.hover figcaption [class*="desc"].icon-links a:hover,
figure.effectck-zoe.hover figcaption [class*="desc"].icon-links a:focus {
	color: #252d31;
}

figure.effectck-zoe figcaption [class*="desc"].description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effectck-zoe figcaption [class*="title"],
figure.effectck-zoe figcaption [class*="desc"].icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effectck-zoe figcaption [class*="desc"].icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

figure.effectck-zoe figcaption [class*="title"] {
	display: inline-block;
}

figure.effectck-zoe:hover figcaption [class*="desc"].description,
figure.effectck-zoe.hover figcaption [class*="desc"].description {
	opacity: 1;
}

figure.effectck-zoe:hover figcaption,
figure.effectck-zoe:hover figcaption [class*="title"],
figure.effectck-zoe:hover figcaption [class*="desc"].icon-links a,
figure.effectck-zoe.hover figcaption,
figure.effectck-zoe.hover figcaption [class*="title"],
figure.effectck-zoe.hover figcaption [class*="desc"].icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-zoe:hover figcaption [class*="title"],
figure.effectck-zoe.hover figcaption [class*="title"] {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effectck-zoe:hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.effectck-zoe.hover figcaption [class*="desc"].icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effectck-zoe:hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.effectck-zoe.hover figcaption [class*="desc"].icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effectck-zoe:hover figcaption [class*="desc"].icon-links a:first-child,
figure.effectck-zoe.hover figcaption [class*="desc"].icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effectck-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

figure.effectck-chico:hover img,
figure.effectck-chico.hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effectck-chico figcaption {
	padding: 3em;
}

figure.effectck-chico figcaption::before {
	position: absolute;
	top: 7%;
	right: 7%;
	bottom: 7%;
	left: 7%;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effectck-chico figcaption::before,
figure.effectck-chico figcaption [class*="desc"] {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-chico figcaption [class*="title"] {
	/*padding: 20% 0 20px 0;*/
}

figure.effectck-chico figcaption [class*="desc"] {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effectck-chico:hover figcaption::before,
figure.effectck-chico:hover figcaption [class*="desc"],
figure.effectck-chico.hover figcaption::before,
figure.effectck-chico.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effectck-julia {
	background: #2f3238;
}

figure.effectck-julia img {
	max-width: none !important;
	/*height: 400px;*/
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effectck-julia figcaption {
	text-align: left;
}

figure.effectck-julia figcaption [class*="title"] {
	position: relative;
	padding: 0.5em 0;
}

figure.effectck-julia figcaption [class*="desc"] {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effectck-julia figcaption [class*="desc"]:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effectck-julia figcaption [class*="desc"]:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effectck-julia figcaption [class*="desc"]:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effectck-julia:hover figcaption [class*="desc"]:first-child,
figure.effectck-julia.hover figcaption [class*="desc"]:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effectck-julia:hover figcaption [class*="desc"]:nth-of-type(2),
figure.effectck-julia.hover figcaption [class*="desc"]:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effectck-julia:hover figcaption [class*="desc"]:nth-of-type(3),
figure.effectck-julia.hover figcaption [class*="desc"]:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effectck-julia:hover img,
figure.effectck-julia.hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effectck-julia:hover figcaption [class*="desc"],
figure.effectck-julia.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effectck-goliath {
	background: #df4e4e;
}

figure.effectck-goliath img,
figure.effectck-goliath figcaption [class*="title"] {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effectck-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effectck-goliath figcaption [class*="title"],
figure.effectck-goliath figcaption [class*="desc"] {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 30px;
}

figure.effectck-goliath figcaption [class*="desc"] {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effectck-goliath:hover img,
figure.effectck-goliath.hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effectck-goliath:hover figcaption [class*="title"],
figure.effectck-goliath.hover figcaption [class*="title"] {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effectck-goliath:hover figcaption [class*="desc"],
figure.effectck-goliath.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Hera *****/
/*-----------------*/

figure.effectck-hera {
	background: #303fa9;
}

figure.effectck-hera figcaption [class*="title"] {
	font-size: 158.75%;
}

figure.effectck-hera figcaption [class*="title"],
figure.effectck-hera figcaption [class*="desc"] {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effectck-hera figcaption::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	border: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effectck-hera figcaption [class*="desc"] {
	width: 100px;
	text-transform: none;
	font-size: 121%;
	line-height: 2;
}

figure.effectck-hera figcaption [class*="desc"] a {
	color: #fff;
}

figure.effectck-hera figcaption [class*="desc"] a:hover,
figure.effectck-hera figcaption [class*="desc"] a:focus {
	opacity: 0.6;
}

figure.effectck-hera figcaption [class*="desc"] a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-hera figcaption [class*="desc"] a:first-child i {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.effectck-hera figcaption [class*="desc"] a:nth-child(2) i {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

figure.effectck-hera figcaption [class*="desc"] a:nth-child(3) i {
	-webkit-transform: translate3d(-60px,60px,0);
	transform: translate3d(-60px,60px,0);
}

figure.effectck-hera figcaption [class*="desc"] a:nth-child(4) i {
	-webkit-transform: translate3d(60px,60px,0);
	transform: translate3d(60px,60px,0);
}

figure.effectck-hera:hover figcaption::before,
figure.effectck-hera.hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

figure.effectck-hera:hover figcaption [class*="title"],
figure.effectck-hera.hover figcaption [class*="title"] {
	opacity: 0;
	-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
	transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

figure.effectck-hera:hover figcaption [class*="desc"] i:empty,
figure.effectck-hera.hover figcaption [class*="desc"] i:empty {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
	opacity: 1;
}

/*-----------------*/
/***** Winston *****/
/*-----------------*/

figure.effectck-winston {
	background: #162633;
	text-align: left;
}

figure.effectck-winston img {
	-webkit-transition: opacity 0.45s;
	transition: opacity 0.45s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effectck-winston figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(media/plg_system_imageeffectck/img/triangle.svg) no-repeat center center;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
	transition: opacity 0.45s, transform 0.45s;
	-webkit-transform: rotate3d(0,0,1,45deg);
	transform: rotate3d(0,0,1,45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

figure.effectck-winston figcaption [class*="title"] {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effectck-winston figcaption [class*="desc"] {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 7% 0;
}

figure.effectck-winston a {
	margin: 0 10px;
	color: #5d504f;
	font-size: 170%;
}

figure.effectck-winston a:hover,
figure.effectck-winston a:focus {
	color: #cc6055;
}

figure.effectck-winston figcaption [class*="desc"] a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effectck-winston:hover img,
figure.effectck-winston:hover img {
	opacity: 0.6;
}

figure.effectck-winston:hover figcaption [class*="title"],
figure.effectck-winston:hover figcaption [class*="title"] {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-winston:hover figcaption::before,
figure.effectck-winston.hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: rotate3d(0,0,1,20deg);
	transform: rotate3d(0,0,1,20deg);
}

figure.effectck-winston:hover figcaption [class*="desc"] i,
figure.effectck-winston.hover figcaption [class*="desc"] i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-winston:hover figcaption [class*="desc"] a:nth-child(3) i,
figure.effectck-winston.hover figcaption [class*="desc"] a:nth-child(3) i {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effectck-winston:hover figcaption [class*="desc"] a:nth-child(2) i,
figure.effectck-winston.hover figcaption [class*="desc"] a:nth-child(2) i {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effectck-winston:hover figcaption [class*="desc"] a:first-child i,
figure.effectck-winston.hover figcaption [class*="desc"] a:first-child i {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/*-----------------*/
/***** Selena *****/
/*-----------------*/

figure.effectck-selena {
	background: #fff;
}

figure.effectck-selena img {
	opacity: 0.95;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effectck-selena:hover img,
figure.effectck-selena.hover img {
	-webkit-transform: scale3d(0.95,0.95,1);
	transform: scale3d(0.95,0.95,1);
}

figure.effectck-selena figcaption [class*="title"] {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effectck-selena figcaption [class*="desc"] {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

figure.effectck-selena:hover figcaption [class*="title"],
figure.effectck-selena.hover figcaption [class*="title"] {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-selena:hover figcaption [class*="desc"],
figure.effectck-selena.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}

/*-----------------*/
/***** Terry *****/
/*-----------------*/

figure.effectck-terry {
	background: #34495e;
}

figure.effectck-terry figcaption {
	padding: 1em;
}

figure.effectck-terry figcaption::before,
figure.effectck-terry figcaption::after {
	position: absolute;
	width: 200%;
	height: 200%;
	border-style: solid;
	border-color: #101010;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effectck-terry figcaption::before {
	right: 0;
	bottom: 0;
	border-width: 0 70px 60px 0;
	-webkit-transform: translate3d(70px,60px,0);
	transform: translate3d(70px,60px,0);
}

figure.effectck-terry figcaption::after {
	top: 0;
	left: 0;
	border-width: 15px 0 0 15px;
	-webkit-transform: translate3d(-15px,-15px,0);
	transform: translate3d(-15px,-15px,0);
}

figure.effectck-terry img,
figure.effectck-terry figcaption [class*="desc"] a {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-terry img {
	opacity: 0.85;
}

figure.effectck-terry figcaption [class*="title"] {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.4em 10px;
	width: 50%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

@media screen and (max-width: 920px) {
	figure.effectck-terry figcaption [class*="title"] {
		padding: 0.75em 10px;
		font-size: 120%;
	}
}

figure.effectck-terry figcaption [class*="desc"] {
	float: right;
	clear: both;
	text-align: left;
	text-transform: none;
	font-size: 111%;
}

figure.effectck-terry figcaption [class*="desc"] a {
	display: block;
	margin-bottom: 1em;
	color: #fff;
	opacity: 0;
	-webkit-transform: translate3d(90px,0,0);
	transform: translate3d(90px,0,0);
}

figure.effectck-terry figcaption [class*="desc"] a:hover,
figure.effectck-terry figcaption [class*="desc"] a:focus {
	color: #f3cf3f;
}

figure.effectck-terry:hover figcaption::before,
figure.effectck-terry:hover figcaption::after,
figure.effectck-terry.hover figcaption::before,
figure.effectck-terry.hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-terry:hover img,
figure.effectck-terry.hover img {
	opacity: 0.6;

}

figure.effectck-terry:hover figcaption [class*="title"],
figure.effectck-terry:hover figcaption [class*="desc"] a,
figure.effectck-terry.hover figcaption [class*="title"],
figure.effectck-terry.hover figcaption [class*="desc"] a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-terry:hover figcaption [class*="desc"] a,
figure.effectck-terry.hover figcaption [class*="desc"] a {
	opacity: 1;
}

figure.effectck-terry:hover figcaption [class*="desc"] a:first-child,
figure.effectck-terry.hover figcaption [class*="desc"] a:first-child {
	-webkit-transition-delay: 0.025s;
	transition-delay: 0.025s;
}

figure.effectck-terry:hover figcaption [class*="desc"] a:nth-child(2),
figure.effectck-terry.hover figcaption [class*="desc"] a:nth-child(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effectck-terry:hover figcaption [class*="desc"] a:nth-child(3),
figure.effectck-terry.hover figcaption [class*="desc"] a:nth-child(3) {
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

figure.effectck-terry:hover figcaption [class*="desc"] a:nth-child(4),
figure.effectck-terry.hover figcaption [class*="desc"] a:nth-child(4) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/*-----------------*/
/***** Phoebe *****/
/*-----------------*/

figure.effectck-phoebe {
	background: #675983;
}

figure.effectck-phoebe img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effectck-phoebe:hover img,
figure.effectck-phoebe.hover img {
	opacity: 0.6;
}

figure.effectck-phoebe figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(media/plg_system_imageeffectck/img/triangle2.svg) no-repeat center center;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(5,2.5,1);
	transform: scale3d(5,2.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effectck-phoebe:hover figcaption::before,
figure.effectck-phoebe.hover figcaption::before {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effectck-phoebe figcaption [class*="title"] {
	margin-top: 1em;
	-webkit-transition: transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effectck-phoebe:hover figcaption [class*="title"],
figure.effectck-phoebe.hover figcaption [class*="title"] {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-phoebe figcaption [class*="desc"] a {
	color: #fff;
	font-size: 140%;
	opacity: 0;
	position: relative;
	display: inline-block;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-phoebe figcaption [class*="desc"] a:first-child {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.effectck-phoebe figcaption [class*="desc"] a:nth-child(2) {
	-webkit-transform: translate3d(0,60px,0);
	transform: translate3d(0,60px,0);
}

figure.effectck-phoebe figcaption [class*="desc"] a:nth-child(3) {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

figure.effectck-phoebe:hover figcaption [class*="desc"] a,
figure.effectck-phoebe.hover figcaption [class*="desc"] a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effectck-apollo {
	background: #3498db;
}

figure.effectck-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effectck-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effectck-apollo figcaption [class*="desc"] {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effectck-apollo figcaption [class*="title"] {
	text-align: left;
}

figure.effectck-apollo:hover img,
figure.effectck-apollo.hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effectck-apollo:hover figcaption::before,
figure.effectck-apollo.hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effectck-apollo:hover figcaption [class*="desc"],
figure.effectck-apollo.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/*-----------------*/
/***** Kira *****/
/*-----------------*/

figure.effectck-kira {
	background: #fff;
	text-align: left;
}

figure.effectck-kira img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effectck-kira figcaption {
	z-index: 1;
}

figure.effectck-kira figcaption [class*="desc"] {
	padding: 2.25em 0.5em;
	font-weight: 600;	
	font-size: 100%;
	line-height: 1.5;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effectck-kira figcaption [class*="desc"] a {
	margin: 0 0.5em;
	color: #101010;
}

figure.effectck-kira figcaption [class*="desc"] a:hover,
figure.effectck-kira figcaption [class*="desc"] a:focus {
	opacity: 0.6;
}

figure.effectck-kira figcaption::before {
	position: absolute;
	top: 0;
	right: 2em;
	left: 2em;
	z-index: -1;
	height: 3.5em;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1) ;
	transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

figure.effectck-kira:hover img,
figure.effectck-kira.hover img {
	opacity: 0.5;
}

figure.effectck-kira:hover figcaption [class*="desc"],
figure.effectck-kira.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-kira:hover figcaption::before,
figure.effectck-kira.hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
	transform: translate3d(0,5em,0) scale3d(1,1,1);
}

/*-----------------*/
/***** Steve *****/
/*-----------------*/

figure.effectck-steve {
	z-index: auto;
	overflow: visible;
	background: #000;
}

figure.effectck-steve:before,
figure.effectck-steve figcaption [class*="title"]:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effectck-steve:before {
	box-shadow: 0 3px 30px rgba(0,0,0,0.8);
	opacity: 0;
}

figure.effectck-steve figcaption {
	z-index: 1;
}

figure.effectck-steve img {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0,0,0);
	transform: perspective(1000px) translate3d(0,0,0);
}

figure.effectck-steve figcaption [class*="title"],
figure.effectck-steve figcaption [class*="desc"] {
	background: #fff;
	color: #2d434e;
}

figure.effectck-steve figcaption [class*="title"] {
	position: relative;
	margin-top: 0.5em;
	padding: 0.25em;
}

figure.effectck-steve figcaption [class*="title"]:before {
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

figure.effectck-steve figcaption [class*="desc"] {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}

figure.effectck-steve:hover:before,
figure.effectck-steve.hover:before {
	opacity: 1;
}

figure.effectck-steve:hover img,
figure.effectck-steve.hover img {
	-webkit-transform: perspective(1000px) translate3d(0,0,21px);
	transform: perspective(1000px) translate3d(0,0,21px);
}

figure.effectck-steve:hover figcaption [class*="title"]:before,
figure.effectck-steve.hover figcaption [class*="title"]:before {
	opacity: 0;
}

figure.effectck-steve:hover figcaption [class*="desc"],
figure.effectck-steve.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/*-----------------*/
/***** Moses *****/
/*-----------------*/

figure.effectck-moses {
	background: -webkit-linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
	background: linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
}

figure.effectck-moses img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effectck-moses figcaption [class*="title"],
figure.effectck-moses figcaption [class*="desc"] {
	padding: 7%;
	min-width: 50%;
	height: 50%;
	border: 2px solid #fff;
}

figure.effectck-moses figcaption [class*="title"] {
	padding: 7%;
	min-width: 50%;
	height: 50%;
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
}

figure.effectck-moses figcaption [class*="desc"] {
	float: right;
	padding: 7%;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.effectck-moses:hover figcaption [class*="title"],
figure.effectck-moses.hover figcaption [class*="title"] {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-moses:hover figcaption [class*="desc"],
figure.effectck-moses.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-moses:hover img,
figure.effectck-moses.hover img {
	opacity: 0.6;
}

/*---------------*/
/***** Jazz *****/
/*---------------*/

figure.effectck-jazz {
	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}

figure.effectck-jazz img {
	opacity: 0.9;
}

figure.effectck-jazz figcaption::after,
figure.effectck-jazz img,
figure.effectck-jazz figcaption [class*="desc"] {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effectck-jazz figcaption [class*="title"],
figure.effectck-jazz figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}

figure.effectck-jazz figcaption [class*="title"] {
	padding-top: 7%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effectck-jazz figcaption [class*="desc"] {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.85em;
	opacity: 0;
}

figure.effectck-jazz:hover img,
figure.effectck-jazz.hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effectck-jazz:hover figcaption::after,
figure.effectck-jazz.hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effectck-jazz:hover figcaption [class*="title"],
figure.effectck-jazz:hover figcaption [class*="desc"],
figure.effectck-jazz.hover figcaption [class*="title"],
figure.effectck-jazz.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effectck-ming {
	background: #030c17;
}

figure.effectck-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effectck-ming figcaption::before {
	position: absolute;
	top: 7%;
	right: 7%;
	bottom: 7%;
	left: 7%;
	border: 2px solid #fff;
	box-shadow: 0 0 0 7% rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effectck-ming figcaption [class*="title"] {
	margin: 7% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effectck-ming figcaption [class*="desc"] {
	padding: 1em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effectck-ming:hover figcaption [class*="title"],
figure.effectck-ming.hover figcaption [class*="title"] {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

figure.effectck-ming:hover figcaption::before,
figure.effectck-ming:hover figcaption [class*="desc"],
figure.effectck-ming.hover figcaption::before,
figure.effectck-ming.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effectck-ming:hover figcaption,
figure.effectck-ming.hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effectck-ming:hover img,
figure.effectck-ming.hover img {
	opacity: 0.4;
}

/*---------------*/
/***** Lexi *****/
/*---------------*/

figure.effectck-lexi {
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

figure.effectck-lexi img {
	margin: -10px 0 0 -10px;
	max-width: none !important;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effectck-lexi figcaption::before,
figure.effectck-lexi figcaption [class*="desc"] {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-lexi figcaption::before {
	position: absolute;
	right: -100px;
	bottom: -100px;
	width: 300px;
	height: 300px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effectck-lexi:hover img,
figure.effectck-lexi.hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effectck-lexi figcaption [class*="title"] {
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(5px,5px,0);
	transform: translate3d(5px,5px,0);
}

figure.effectck-lexi figcaption [class*="desc"] {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 1.5em 0;
	width: 140px;
	text-align: right;
	opacity: 0;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
}

figure.effectck-lexi:hover figcaption::before,
figure.effectck-lexi.hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effectck-lexi:hover figcaption [class*="title"],
figure.effectck-lexi:hover figcaption [class*="desc"],
figure.effectck-lexi.hover figcaption [class*="title"],
figure.effectck-lexi.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Duke *****/
/*---------------*/

figure.effectck-duke {
	background: -webkit-linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
	background: linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
}

figure.effectck-duke img,
figure.effectck-duke figcaption [class*="desc"] {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effectck-duke:hover img,
figure.effectck-duke:hover img {
	opacity: 0.1;
	-webkit-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);
}

figure.effectck-duke figcaption [class*="title"] {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

figure.effectck-duke figcaption [class*="desc"] {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 20px;
	padding: 7%;
	border: 2px solid #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
}

figure.effectck-duke:hover figcaption [class*="title"],
figure.effectck-duke:hover figcaption [class*="desc"],
figure.effectck-duke.hover figcaption [class*="title"],
figure.effectck-duke.hover figcaption [class*="desc"] {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/* retrocompatibility with old styles */

/*---------------*/
/***** Fadeck *****/
/*---------------*/

figure.fadeck, figure.effectck-fadeck {
	background: none;
}

figure.fadeck figcaption, figure.effectck-fadeck figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 50%;
	background: rgba(255,255,255,0.7);
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.fadeck img, figure.effectck-fadeck img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
}

figure.fadeck figcaption [class*="title"], figure.effectck-fadeck figcaption [class*="title"] {
	float: none;
}

figure.fadeck figcaption [class*="desc"].icon-links a,figure.effectck-fadeck figcaption [class*="desc"].icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.fadeck:hover figcaption [class*="desc"].icon-links a:hover,
figure.fadeck:hover figcaption [class*="desc"].icon-links a:focus,
figure.fadeck.hover figcaption [class*="desc"].icon-links a:hover,
figure.fadeck.hover figcaption [class*="desc"].icon-links a:focus {
	color: #252d31;
}

figure.fadeck figcaption [class*="desc"].description,figure.effectck-fadeck figcaption [class*="desc"].description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.fadeck figcaption [class*="title"],
figure.fadeck figcaption [class*="title"],
figure.effectck-fadeck figcaption [class*="desc"].icon-links a,
figure.effectck-fadeck figcaption [class*="desc"].icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.fadeck figcaption [class*="desc"].icon-links a span::before,
figure.effectck-fadeck figcaption [class*="desc"].icon-links a span::before{
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


figure.fadeck figcaption [class*="title"],
figure.effectck-fadeck figcaption [class*="title"] {
	display: inline-block;
}

figure.fadeck:hover figcaption [class*="desc"].description,
figure.effectck-fadeck:hover figcaption [class*="desc"].description,
figure.fadeck:hover figcaption [class*="desc"].description,
figure.effectck-fadeck:hover figcaption [class*="desc"].description {
	opacity: 1;
}

figure.fadeck:hover img,
figure.effectck-fadeck:hover img,
figure.fadeck:hover img,
figure.effectck-fadeck:hover img {
	opacity: 0.5;
}

figure.fadeck:hover figcaption,
figure.effectck-fadeck:hover figcaption,
figure.fadeck:hover figcaption [class*="title"],
figure.effectck-fadeck:hover figcaption [class*="title"],
figure.fadeck:hover figcaption [class*="desc"].icon-links a,
figure.effectck-fadeck:hover figcaption [class*="desc"].icon-links a,
figure.fadeck.hover figcaption,
figure.effectck-fadeck.hover figcaption,
figure.fadeck.hover figcaption [class*="title"],
figure.effectck-fadeck.hover figcaption [class*="title"],
figure.fadeck.hover figcaption [class*="desc"].icon-links a,
figure.effectck-fadeck.hover figcaption [class*="desc"].icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.fadeck:hover figcaption [class*="title"],
figure.effectck-fadeck:hover figcaption [class*="title"],
figure.fadeck.hover figcaption [class*="title"],
figure.effectck-fadeck.hover figcaption [class*="title"] {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.fadeck:hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.effectck-fadeck:hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.fadeck.hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.effectck-fadeck.hover figcaption [class*="desc"].icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.fadeck:hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.effectck-fadeck:hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.fadeck.hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.effectck-fadeck.hover figcaption [class*="desc"].icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.fadeck:hover figcaption [class*="desc"].icon-links a:first-child,
figure.effectck-fadeck:hover figcaption [class*="desc"].icon-links a:first-child,
figure.fadeck.hover figcaption [class*="desc"].icon-links a:first-child,
figure.effectck-fadeck.hover figcaption [class*="desc"].icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/*---------------*/
/***** Edafck *****/
/*---------------*/

figure.edafck,
figure.effectck-edafck {
	background: none;
}

figure.edafck figcaption,
figure.effectck-edafck figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 50%;
	background: rgba(255,255,255,0.7);
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.edafck img,
figure.effectck-edafck img {
	opacity: 0.5;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
}

figure.edafck figcaption [class*="title"],
figure.effectck-edafck figcaption [class*="title"] {
	float: none;
}

figure.edafck figcaption [class*="desc"].icon-links a,
figure.effectck-edafck figcaption [class*="desc"].icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.edafck:hover figcaption [class*="desc"].icon-links a:hover,
figure.effectck-edafck:hover figcaption [class*="desc"].icon-links a:hover,
figure.edafck:hover figcaption [class*="desc"].icon-links a:focus,
figure.effectck-edafck:hover figcaption [class*="desc"].icon-links a:focus,
figure.edafck.hover figcaption [class*="desc"].icon-links a:hover,
figure.effectck-edafck.hover figcaption [class*="desc"].icon-links a:hover,
figure.edafck.hover figcaption [class*="desc"].icon-links a:focus,
figure.effectck-edafck.hover figcaption [class*="desc"].icon-links a:focus {
	color: #252d31;
}

figure.edafck figcaption [class*="desc"].description,
figure.effectck-edafck figcaption [class*="desc"].description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.edafck figcaption [class*="title"],
figure.effectck-edafck figcaption [class*="title"],
figure.edafck figcaption [class*="desc"].icon-links a,
figure.effectck-edafck figcaption [class*="desc"].icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.edafck figcaption [class*="desc"].icon-links a span::before,
figure.effectck-edafck figcaption [class*="desc"].icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


figure.edafck figcaption [class*="title"],
figure.effectck-edafck figcaption [class*="title"] {
	display: inline-block;
}

figure.edafck:hover figcaption [class*="desc"].description,
figure.effectck-edafck:hover figcaption [class*="desc"].description,
figure.edafck.hover figcaption [class*="desc"].description,
figure.effectck-edafck.hover figcaption [class*="desc"].description {
	opacity: 1;
}

figure.edafck:hover img,
figure.effectck-edafck:hover img,
figure.edafck.hover img,
figure.effectck-edafck.hover img {
	opacity: 1;
}

figure.edafck:hover figcaption,
figure.effectck-edafck:hover figcaption,
figure.edafck:hover figcaption [class*="title"],
figure.effectck-edafck:hover figcaption [class*="title"],
figure.edafck:hover figcaption [class*="desc"].icon-links a,
figure.effectck-edafck:hover figcaption [class*="desc"].icon-links a,
figure.edafck.hover figcaption,
figure.effectck-edafck:hover figcaption,
figure.edafck.hover figcaption [class*="title"],
figure.effectck-edafck:hover figcaption [class*="title"],
figure.edafck.hover figcaption [class*="desc"].icon-links a,
figure.effectck-edafck.hover figcaption [class*="desc"].icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.edafck:hover figcaption [class*="title"],
figure.effectck-edafck:hover figcaption [class*="title"],
figure.edafck.hover figcaption [class*="title"],
figure.effectck-edafck.hover figcaption [class*="title"] {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.edafck:hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.effectck-edafck:hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.edafck.hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.effectck-edafck.hover figcaption [class*="desc"].icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.edafck:hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.effectck-edafck:hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.edafck.hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.effectck-edafck.hover figcaption [class*="desc"].icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.edafck:hover figcaption [class*="desc"].icon-links a:first-child,
figure.effectck-edafck:hover figcaption [class*="desc"].icon-links a:first-child,
figure.edafck.hover figcaption [class*="desc"].icon-links a:first-child,
figure.effectck-edafck.hover figcaption [class*="desc"].icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}


/*---------------*/
/***** Puffck *****/
/*---------------*/

figure.puffck,
figure.effectck-puffck {
	background: none;
	overflow: visible;
}

figure.puffck figcaption,
figure.effectck-puffck figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 0;
	background: rgba(255,255,255,0.7);
	color: #3c4a50;
	/*-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);*/
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

figure.puffck img,
figure.effectck-puffck img {
	scale: 1;
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.puffck figcaption [class*="title"],
figure.effectck-puffck figcaption [class*="title"] {
	float: none;
}

figure.puffck figcaption [class*="desc"].icon-links a,
figure.effectck-puffck figcaption [class*="desc"].icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.puffck:hover figcaption [class*="desc"].icon-links a:hover,
figure.effectck-puffck:hover figcaption [class*="desc"].icon-links a:hover,
figure.puffck:hover figcaption [class*="desc"].icon-links a:focus,
figure.effectck-puffck:hover figcaption [class*="desc"].icon-links a:focus,
figure.puffck.hover figcaption [class*="desc"].icon-links a:hover,
figure.effectck-puffck.hover figcaption [class*="desc"].icon-links a:hover,
figure.puffck.hover figcaption [class*="desc"].icon-links a:focus,
figure.effectck-puffck.hover figcaption [class*="desc"].icon-links a:focus {
	color: #252d31;
}

figure.puffck figcaption [class*="desc"].description,
figure.effectck-puffck figcaption [class*="desc"].description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.puffck figcaption [class*="title"],
figure.effectck-puffck figcaption [class*="title"],
figure.puffck figcaption [class*="desc"].icon-links a,
figure.effectck-puffck figcaption [class*="desc"].icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.puffck figcaption [class*="desc"].icon-links a span::before,
figure.effectck-puffck figcaption [class*="desc"].icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


figure.puffck figcaption [class*="title"],
figure.effectck-puffck figcaption [class*="title"] {
	display: inline-block;
}

figure.puffck:hover figcaption [class*="desc"].description,
figure.effectck-puffck:hover figcaption [class*="desc"].description,
figure.puffck.hover figcaption [class*="desc"].description,
figure.effectck-puffck.hover figcaption [class*="desc"].description {
	opacity: 1;
}

figure.puffck:hover img,
figure.effectck-puffck:hover img,
figure.puffck.hover img,
figure.effectck-puffck.hover img {
	z-index: 9;
	-webkit-transform: translate3d(0,0,0) scale(1.2);
	transform: translate3d(0,0,0) scale(1.2);
}

figure.puffck:hover figcaption,
figure.effectck-puffck:hover figcaption,
figure.puffck.hover figcaption,
figure.effectck-puffck.hover figcaption {
	opacity: 1;
	height: 50%;
}

figure.puffck:hover figcaption,
figure.effectck-puffck:hover figcaption,
figure.puffck:hover figcaption [class*="title"],
figure.effectck-puffck:hover figcaption [class*="title"],
figure.puffck:hover figcaption [class*="desc"].icon-links a,
figure.effectck-puffck:hover figcaption [class*="desc"].icon-links a,
figure.puffck.hover figcaption,
figure.effectck-puffck.hover figcaption,
figure.puffck.hover figcaption [class*="title"],
figure.effectck-puffck.hover figcaption [class*="title"],
figure.puffck.hover figcaption [class*="desc"].icon-links a,
figure.effectck-puffck.hover figcaption [class*="desc"].icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 100;
}

figure.puffck:hover figcaption [class*="title"],
figure.effectck-puffck:hover figcaption [class*="title"],
figure.puffck.hover figcaption [class*="title"],
figure.effectck-puffck.hover figcaption [class*="title"] {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.puffck:hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.effectck-puffck:hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.puffck.hover figcaption [class*="desc"].icon-links a:nth-child(3),
figure.effectck-puffck.hover figcaption [class*="desc"].icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.puffck:hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.effectck-puffck:hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.puffck.hover figcaption [class*="desc"].icon-links a:nth-child(2),
figure.effectck-puffck.hover figcaption [class*="desc"].icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.puffck:hover figcaption [class*="desc"].icon-links a:first-child,
figure.effectck-puffck:hover figcaption [class*="desc"].icon-links a:first-child,
figure.puffck.hover figcaption [class*="desc"].icon-links a:first-child,
figure.effectck-puffck.hover figcaption [class*="desc"].icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}


/*-----------------*/
/***** Flip left ***/
/*-----------------*/

figure.effectck-flip-left {
	z-index: auto;
	overflow: visible;
	background: none;
	perspective: 1000px;
}

figure.effectck-flip-left figcaption {
	box-sizing: border-box;
	z-index: 1;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	transform: rotateY(180deg);
	background-color: dodgerblue;
	color: white;
	background: #333;
}

figure.effectck-flip-left > div {
	transform-style: preserve-3d;
	transition: transform 0.8s;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: visible;
}

figure.effectck-flip-left img {
	opacity: 1;
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

figure.effectck-flip-left img,
figure.effectck-flip-left figcaption {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}

figure.effectck-flip-left figcaption [class*="title"] {
	position: relative;
	margin-top: 0.5em;
	padding: 0.25em;
}

figure.effectck-flip-left figcaption [class*="desc"] {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
}

figure.effectck-flip-left:hover > div,
figure.effectck-flip-left.hover > div {
	transform: rotateY(180deg);
}


/*-----------------*/
/***** Flip right **/
/*-----------------*/

figure.effectck-flip-right {
	z-index: auto;
	overflow: visible;
	background: none;
	perspective: 1000px;
}

figure.effectck-flip-right figcaption {
	box-sizing: border-box;
	z-index: 1;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	transform: rotateY(180deg);
	background-color: dodgerblue;
	color: white;
	background: #333;
}

figure.effectck-flip-right > div {
	transform-style: preserve-3d;
	transition: transform 0.8s;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: visible;
}

figure.effectck-flip-right img {
	opacity: 1;
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

figure.effectck-flip-right img,
figure.effectck-flip-right figcaption {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}

figure.effectck-flip-right figcaption [class*="title"] {
	position: relative;
	margin-top: 0.5em;
	padding: 0.25em;
}

figure.effectck-flip-right figcaption [class*="desc"] {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
}

figure.effectck-flip-right:hover > div,
figure.effectck-flip-right.hover > div {
	transform: rotateY(-180deg);
}



/*-----------------*/
/***** Flip top **/
/*-----------------*/

figure.effectck-flip-top {
	z-index: auto;
	overflow: visible;
	background: none;
	perspective: 1000px;
}

figure.effectck-flip-top figcaption {
	box-sizing: border-box;
	z-index: 1;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	transform: rotateX(180deg);
	background-color: dodgerblue;
	color: white;
	background: #333;
}

figure.effectck-flip-top > div {
	transform-style: preserve-3d;
	transition: transform 0.8s;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: visible;
}

figure.effectck-flip-top img {
	opacity: 1;
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

figure.effectck-flip-top img,
figure.effectck-flip-top figcaption {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}

figure.effectck-flip-top figcaption [class*="title"] {
	position: relative;
	margin-top: 0.5em;
	padding: 0.25em;
}

figure.effectck-flip-top figcaption [class*="desc"] {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
}

figure.effectck-flip-top:hover > div,
figure.effectck-flip-top.hover > div {
	transform: rotateX(-180deg);
}


/*-----------------*/
/***** Flip bottom ***/
/*-----------------*/

figure.effectck-flip-bottom {
	z-index: auto;
	overflow: visible;
	background: none;
	perspective: 1000px;
}

figure.effectck-flip-bottom figcaption {
	box-sizing: border-box;
	z-index: 1;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	transform: rotateX(180deg);
	background-color: dodgerblue;
	color: white;
	background: #333;
}

figure.effectck-flip-bottom > div {
	transform-style: preserve-3d;
	transition: transform 0.8s;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: visible;
}

figure.effectck-flip-bottom img {
	opacity: 1;
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

figure.effectck-flip-bottom img,
figure.effectck-flip-bottom figcaption {
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
}

figure.effectck-flip-bottom figcaption [class*="title"] {
	position: relative;
	margin-top: 0.5em;
	padding: 0.25em;
}

figure.effectck-flip-bottom figcaption [class*="desc"] {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
}

figure.effectck-flip-bottom:hover > div,
figure.effectck-flip-bottom.hover > div {
	transform: rotateX(180deg);
}


/*---------------*/
/***** Rollup top *****/
/*---------------*/

figure.effectck-rollup-top {
	background: none;
	cursor: auto;
}

figure.effectck-rollup-top figcaption {
	top: 0;
	bottom: calc(100% - 50px);
	padding: 1em;
	height: auto;
	background: rgba(255,255,255,0.9);
	color: #3c4a50;
	transition: all 0.35s;
}

figure.effectck-rollup-top:before {
	position: absolute;
	right: -70px;
	bottom: -70px;
	height: 0;
	width: 0;
	border-bottom: 70px solid #fff;
	border-left: 70px solid transparent;
	content: "";
	z-index: 1;
	transition: all 0.3s ease;
		transition-delay: 0.35s;
}

figure.effectck-rollup-top img {
	opacity: 1;
}

figure.effectck-rollup-top figcaption [class*="title"] {
	font-size: 1em;
}

figure.effectck-rollup-top figcaption [class*="desc"] {
	opacity: 0;
	display: block;
	height: 0;
	overflow: hidden;
	transition: opacity 0.35s 0.35s;
}

figure.effectck-rollup-top:hover:before,
figure.effectck-rollup-top.hover:before {
	right: 0px;
	bottom: 0px;
}

figure.effectck-rollup-top:hover figcaption,
figure.effectck-rollup-top.hover figcaption {
	bottom: 0;
}

figure.effectck-rollup-top:hover figcaption [class*="desc"],
figure.effectck-rollup-top.hover figcaption [class*="desc"] {
	opacity: 1;
	height: 100%;
}


/*---------------*/
/***** Rollup bottom *****/
/*---------------*/

figure.effectck-rollup-bottom {
	background: none;
	cursor: auto;
}

figure.effectck-rollup-bottom figcaption {
	bottom: 0;
	top: calc(100% - 50px);
	padding: 1em;
	height: auto;
	background: rgba(255,255,255,0.9);
	color: #3c4a50;
	transition: all 0.35s;
}

figure.effectck-rollup-bottom:before {
	position: absolute;
	right: -70px;
	bottom: -70px;
	height: 0;
	width: 0;
	border-bottom: 70px solid #fff;
	border-left: 70px solid transparent;
	content: "";
	z-index: 1;
	transition: all 0.3s ease;
		transition-delay: 0.35s;
}

figure.effectck-rollup-bottom img {
	opacity: 1;
}

figure.effectck-rollup-bottom figcaption [class*="title"] {
	font-size: 1em;
}

figure.effectck-rollup-bottom figcaption [class*="desc"] {
	opacity: 0;
	display: block;
	height: 0;
	overflow: hidden;
	transition: opacity 0.35s 0.35s;
}

figure.effectck-rollup-bottom:hover:before,
figure.effectck-rollup-bottom.hover:before {
	right: 0px;
	bottom: 0px;
}

figure.effectck-rollup-bottom:hover figcaption,
figure.effectck-rollup-bottom.hover figcaption {
	top: 0;
}

figure.effectck-rollup-bottom:hover figcaption [class*="desc"],
figure.effectck-rollup-bottom.hover figcaption [class*="desc"] {
	opacity: 1;
	height: 100%;
}


/*---------------*/
/***** Under *****/
/*---------------*/

figure.effectck-under {
	background: none;
}

figure.effectck-under figcaption {
	position: relative;
	display: block;
	padding: 1em;
	height: auto;
	background: rgba(0,0,0,0.3);
	color: #3c4a50;
	text-transform: none;
}

figure.effectck-under img {
	opacity: 1;
}

figure.effectck-under figcaption [class*="title"] {
	font-size: 1.5em;
}

figure.effectck-under figcaption [class*="desc"] {
	font-size: 0.8em;
}


/*---------------*/
/***** Circle *****/
/*---------------*/

figure[class*="effectck"][class*="circle"] {
	background: none;
	/*cursor: auto;*/
	max-width: 100%;
}

figure[class*="effectck"][class*="circle"] [class*="img"] {
	padding-bottom: 100%;
	overflow: hidden;
	height: auto;
}

figure[class*="effectck"][class*="circle"] img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	position: absolute;
	opacity: 1;
}

figure[class*="effectck"][class*="circle"] figcaption {
	border-radius: 50%;
	text-align: center;
	backface-visibility: hidden;
	background: #333333;
	opacity: 0;
	pointer-events: none; /* needed to avoid bad interaction with the cursor */
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	display: flex;
	align-items: center;
}

figure[class*="effectck"][class*="circle"] figcaption > div {
	flex: 1 1 auto;
}

figure[class*="effectck"][class*="circle"] figcaption [class*="title"] {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 auto;
	padding: 0 0 0 0;
	height: 2.5em;
	text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

figure[class*="effectck"][class*="circle"] figcaption [class*="desc"] {
	color: #bbb;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

/*---------------*/
/***** Circle with border *****/
/*---------------*/

figure[class*="effectck"][class*="circle-b"] [class*="img"]:before {
	position: absolute;
	z-index: 1;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
	transition: all 0.35s ease-in-out;
}

/*---------------*/
/***** Circle 2+3+4+5 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-2 ,
figure[class*="effectck"].effectck-circle-3 ,
figure[class*="effectck"].effectck-circle-4 ,
figure[class*="effectck"].effectck-circle-5 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-2 [class*="img"] ,
figure[class*="effectck"].effectck-circle-3 [class*="img"] ,
figure[class*="effectck"].effectck-circle-4 [class*="img"] ,
figure[class*="effectck"].effectck-circle-5 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-2 img ,
figure[class*="effectck"].effectck-circle-3 img ,
figure[class*="effectck"].effectck-circle-4 img ,
figure[class*="effectck"].effectck-circle-5 img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

figure.effectck-circle-2 figcaption ,
figure.effectck-circle-3 figcaption ,
figure.effectck-circle-4 figcaption ,
figure.effectck-circle-5 figcaption {
	background: rgba(0, 0, 0, 0.6);
}

figure.effectck-circle-2 figcaption {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

figure.effectck-circle-3 figcaption {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

figure.effectck-circle-4 figcaption {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

figure.effectck-circle-5 figcaption {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

figure[class*="effectck"].effectck-circle-2:hover img ,
figure[class*="effectck"].effectck-circle-4:hover img ,
figure[class*="effectck"].effectck-circle-2.hover img ,
figure[class*="effectck"].effectck-circle-4.hover img {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

figure[class*="effectck"].effectck-circle-3:hover img ,
figure[class*="effectck"].effectck-circle-5:hover img ,
figure[class*="effectck"].effectck-circle-3.hover img ,
figure[class*="effectck"].effectck-circle-5.hover img {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

figure[class*="effectck"].effectck-circle-2:hover figcaption ,
figure[class*="effectck"].effectck-circle-3:hover figcaption ,
figure[class*="effectck"].effectck-circle-4:hover figcaption ,
figure[class*="effectck"].effectck-circle-5:hover figcaption,
figure[class*="effectck"].effectck-circle-2.hover figcaption ,
figure[class*="effectck"].effectck-circle-3.hover figcaption ,
figure[class*="effectck"].effectck-circle-4.hover figcaption ,
figure[class*="effectck"].effectck-circle-5.hover figcaption {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}


/*---------------*/
/***** Circle 6+7+8+9 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-6 ,
figure[class*="effectck"].effectck-circle-7 ,
figure[class*="effectck"].effectck-circle-8 ,
figure[class*="effectck"].effectck-circle-9 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-6 [class*="img"] ,
figure[class*="effectck"].effectck-circle-7 [class*="img"] ,
figure[class*="effectck"].effectck-circle-8 [class*="img"] ,
figure[class*="effectck"].effectck-circle-9 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-6 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-6 [class*="img"]:before,
figure[class*="effectck"].effectck-circle-7 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-7 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-8 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-8 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-9 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-9 [class*="img"]:before {
	transform: scale(1) translate(0);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

figure.effectck-circle-6 figcaption {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

figure.effectck-circle-7 figcaption {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

figure.effectck-circle-8 figcaption {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

figure.effectck-circle-9 figcaption {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

figure[class*="effectck"].effectck-circle-6:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-6:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-6.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-6.hover [class*="img"]:before {
	transform: scale(0.5) translateX(100%);
}

figure[class*="effectck"].effectck-circle-7:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-7:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-7.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-7.hover [class*="img"]:before {
	transform: scale(0.5) translateX(-100%);
}

figure[class*="effectck"].effectck-circle-8:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-8:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-8.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-8.hover [class*="img"]:before {
	transform: scale(0.5) translateY(-100%);
}

figure[class*="effectck"].effectck-circle-9:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-9:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-9.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-9.hover [class*="img"]:before {
	transform: scale(0.5) translateY(100%);
}

figure[class*="effectck"].effectck-circle-6:hover figcaption ,
figure[class*="effectck"].effectck-circle-7:hover figcaption ,
figure[class*="effectck"].effectck-circle-8:hover figcaption ,
figure[class*="effectck"].effectck-circle-9:hover figcaption ,
figure[class*="effectck"].effectck-circle-6.hover figcaption ,
figure[class*="effectck"].effectck-circle-7.hover figcaption ,
figure[class*="effectck"].effectck-circle-8.hover figcaption ,
figure[class*="effectck"].effectck-circle-9.hover figcaption {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}


/*---------------*/
/***** Circle 10+11+12+13 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-10 ,
figure[class*="effectck"].effectck-circle-11 ,
figure[class*="effectck"].effectck-circle-12 ,
figure[class*="effectck"].effectck-circle-13 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-10 [class*="img"] ,
figure[class*="effectck"].effectck-circle-11 [class*="img"] ,
figure[class*="effectck"].effectck-circle-12 [class*="img"] ,
figure[class*="effectck"].effectck-circle-13 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-10 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-10 [class*="img"]:before,
figure[class*="effectck"].effectck-circle-11 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-11 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-12 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-12 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-13 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-13 [class*="img"]:before {
	opacity: 1;
	transform: translate(0);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

figure.effectck-circle-10 figcaption {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

figure.effectck-circle-11 figcaption {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

figure.effectck-circle-12 figcaption {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

figure.effectck-circle-13 figcaption {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

figure[class*="effectck"].effectck-circle-10:hover img ,
	figure[class*="effectck"][class*="circle-b"].effectck-circle-10:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-10.hover img ,
	figure[class*="effectck"][class*="circle-b"].effectck-circle-10.hover [class*="img"]:before {
	transform: translateX(100%);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-11:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-11:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-11.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-11.hover [class*="img"]:before {
	transform: translateX(-100%);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-12:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-12:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-12.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-12:hover [class*="img"].before {
	transform: translateY(-100%);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-13:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-13:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-13.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-13:hover [class*="img"].before {
	transform: translateY(100%);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-10:hover figcaption ,
figure[class*="effectck"].effectck-circle-11:hover figcaption ,
figure[class*="effectck"].effectck-circle-12:hover figcaption ,
figure[class*="effectck"].effectck-circle-13:hover figcaption ,
figure[class*="effectck"].effectck-circle-10.hover figcaption ,
figure[class*="effectck"].effectck-circle-11.hover figcaption ,
figure[class*="effectck"].effectck-circle-12.hover figcaption ,
figure[class*="effectck"].effectck-circle-13.hover figcaption {
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}


/*---------------*/
/***** Circle 14 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-14 figcaption {
	transform-style: preserve-3d;
	transform: rotate3d(0, 1, 0, 180deg);
}

figure[class*="effectck"].effectck-circle-14:hover figcaption,
figure[class*="effectck"].effectck-circle-14.hover figcaption {
	transform: rotate3d(0, 1, 0, -180deg);
	opacity: 1;
}

figure[class*="effectck"].effectck-circle-14:hover figcaption,
figure[class*="effectck"].effectck-circle-14.hover figcaption {
	opacity: 1;
	transform: translateX(0);
}

/*---------------*/
/***** Circle 15 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-15 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-15 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-15 figcaption {
	transform: scale(0.5);
}

figure[class*="effectck"].effectck-circle-15 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-15 [class*="img"]:before {
	opacity: 1;
	transform: scale(1);
	transition: all 0.35s ease-in-out;
}

figure[class*="effectck"].effectck-circle-15:hover figcaption,
figure[class*="effectck"].effectck-circle-15.hover figcaption {
	transform: scale(1);
	opacity: 1;
}

figure[class*="effectck"].effectck-circle-15:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-15:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-15.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-15.hover [class*="img"]:before {
	opacity: 0;
	transform: scale(1.5);
}

/*---------------*/
/***** Circle 16 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-16 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-16 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-16 figcaption {
	transform: scale(1.5);
}

figure[class*="effectck"].effectck-circle-16 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-16 [class*="img"]:before {
	opacity: 1;
	transform: scale(1);
	transition: all 0.35s ease-in-out;
}

figure[class*="effectck"].effectck-circle-16:hover figcaption,
figure[class*="effectck"].effectck-circle-16.hover figcaption {
	transform: scale(1);
	opacity: 1;
}

figure[class*="effectck"].effectck-circle-16:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-16:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-16.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-16.hover [class*="img"]:before {
	opacity: 0;
	transform: scale(0.5);
}

/*---------------*/
/***** Circle 17 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-17 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-17 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-17 figcaption {
	transform: scale(0.5);
	transition: all 0.35s ease-in-out 0.2s;
}

figure[class*="effectck"].effectck-circle-17 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-17 [class*="img"]:before {
	opacity: 1;
	transform: scale(1);
	transition: all 0.35s ease-in-out;
}

figure[class*="effectck"].effectck-circle-17:hover figcaption,
figure[class*="effectck"].effectck-circle-17.hover figcaption {
	transform: scale(1);
	opacity: 1;
}

figure[class*="effectck"].effectck-circle-17:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-17:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-17.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-17.hover [class*="img"]:before {
	opacity: 0;
	transform: scale(0.5);
}

/*---------------*/
/***** Circle 18 *****/
/*---------------*/

@keyframes effectck-circle-18-slideout {
	from {
		opacity: 1;
		transform: scale(1) translateX(0);
	}
	50% {
		opacity: 1;
		transform: scale(0.5) ;
	}

	to {
		opacity: 0;
		transform: scale(0.5) translateX(-100%);
	}
}
@keyframes effectck-circle-18-slidein {
	from {
		opacity: 0;
		transform: scale(0.5) translateX(100%);
	}
	50% {
		opacity: 1;
		transform: scale(0.5) translateX(0);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

figure[class*="effectck"].effectck-circle-18 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-18 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-18 figcaption {

}

figure[class*="effectck"].effectck-circle-18 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-18 [class*="img"]:before {
	opacity: 1;
}

figure[class*="effectck"].effectck-circle-18:hover figcaption,
figure[class*="effectck"].effectck-circle-18.hover figcaption {
	animation-duration: 0.70s;
	animation-name: effectck-circle-18-slidein;
	animation-fill-mode: forwards;
}

figure[class*="effectck"].effectck-circle-18:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-18:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-18.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-18.hover [class*="img"]:before {
	animation-duration: 0.70s;
	animation-name: effectck-circle-18-slideout;
	animation-fill-mode: forwards;
}

/*---------------*/
/***** Circle 19+20+21+22 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-19 ,
figure[class*="effectck"].effectck-circle-20 ,
figure[class*="effectck"].effectck-circle-21 ,
figure[class*="effectck"].effectck-circle-22 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-19 [class*="img"] ,
figure[class*="effectck"].effectck-circle-20 [class*="img"] ,
figure[class*="effectck"].effectck-circle-21 [class*="img"] ,
figure[class*="effectck"].effectck-circle-22 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-19 figcaption ,
figure[class*="effectck"].effectck-circle-20 figcaption ,
figure[class*="effectck"].effectck-circle-21 figcaption ,
figure[class*="effectck"].effectck-circle-22 figcaption {
	transform: scale(0.5);
	transition: all 0.35s ease-in-out 0.2s;
}

figure[class*="effectck"].effectck-circle-19 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-19 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-20 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-20 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-21 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-21 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-22 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-22 [class*="img"]:before {
	opacity: 1;
	transform: translateX(0) rotate(0);
	pointer-events: none;
	transition: all 0.35s ease-in-out;
}

figure[class*="effectck"].effectck-circle-19:hover figcaption ,
figure[class*="effectck"].effectck-circle-20:hover figcaption ,
figure[class*="effectck"].effectck-circle-21:hover figcaption ,
figure[class*="effectck"].effectck-circle-22:hover figcaption ,
figure[class*="effectck"].effectck-circle-19.hover figcaption ,
figure[class*="effectck"].effectck-circle-20.hover figcaption ,
figure[class*="effectck"].effectck-circle-21.hover figcaption ,
figure[class*="effectck"].effectck-circle-22.hover figcaption {
	transform: scale(1);
	opacity: 1;
}

figure[class*="effectck"].effectck-circle-19:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-19:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-19.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-19.hover [class*="img"]:before {
	transform: translateX(100%) rotate(180deg);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-20:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-20:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-20.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-20.hover [class*="img"]:before {
	transform: translateX(-100%) rotate(-180deg);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-21:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-21:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-21.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-21.hover [class*="img"]:before {
	transform: translateY(100%) rotate(180deg);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-22:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-22:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-22.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-22.hover [class*="img"]:before {
	transform: translateY(-100%) rotate(-180deg);
	opacity: 0;
}



/*---------------*/
/***** Circle 23+24 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-23 ,
figure[class*="effectck"].effectck-circle-24 {
	background: none;
	overflow: visible;
	perspective: 900px;
}

figure[class*="effectck"].effectck-circle-23 [class*="img"] ,
figure[class*="effectck"].effectck-circle-24 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-23 figcaption {
	transform: translateZ(-1000px) rotateY(-90deg) scale(0.5);
}

figure[class*="effectck"].effectck-circle-24 figcaption {
	transform: translateZ(-1000px) rotateX(-90deg) scale(0.5);
}

figure[class*="effectck"].effectck-circle-23 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-23 [class*="img"]:before {
	transform: translateZ(0) rotateY(0) scale(1);
	opacity: 1;
	transform-origin: 50% 50%;
	transition: all 0.35s ease-in-out;
}

figure[class*="effectck"].effectck-circle-24 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-24 [class*="img"]:before {
	transform: translateZ(0) rotateX(0) scale(1);
	opacity: 1;
	transform-origin: 50% 50%;
	transition: all 0.35s ease-in-out;
}

figure[class*="effectck"].effectck-circle-23:hover figcaption,
figure[class*="effectck"].effectck-circle-23.hover figcaption {
	opacity: 1;
	visibility: visible;
	transform: translateZ(0) rotateY(0) scale(1);
	transition: all 0.35s ease-in-out 0.2s;
}

figure[class*="effectck"].effectck-circle-24:hover figcaption,
figure[class*="effectck"].effectck-circle-24.hover figcaption {
	opacity: 1;
	visibility: visible;
	transform: translateZ(0) rotateX(0) scale(1);
	transition: all 0.35s ease-in-out 0.2s;
}

figure[class*="effectck"].effectck-circle-23:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-23:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-23.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-23.hover [class*="img"]:before {
	transform: translateZ(-1000px) rotateY(90deg) scale(0.5);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-24:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-24:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-24:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-24:hover [class*="img"]:before {
	transform: translateZ(-1000px) rotateX(90deg) scale(0.5);
	opacity: 0;
}

/*---------------*/
/***** Circle 25+26+27+28 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-25 ,
figure[class*="effectck"].effectck-circle-26 ,
figure[class*="effectck"].effectck-circle-27 ,
figure[class*="effectck"].effectck-circle-28 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-25 [class*="img"] ,
figure[class*="effectck"].effectck-circle-26 [class*="img"] ,
figure[class*="effectck"].effectck-circle-27 [class*="img"] ,
figure[class*="effectck"].effectck-circle-28 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-25 figcaption ,
figure[class*="effectck"].effectck-circle-26 figcaption ,
figure[class*="effectck"].effectck-circle-27 figcaption ,
figure[class*="effectck"].effectck-circle-28 figcaption {
	transform: translateX(100%) rotate(180deg);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

figure[class*="effectck"].effectck-circle-26 figcaption {
	transform: translateX(-100%) rotate(-180deg);
}

figure[class*="effectck"].effectck-circle-27 figcaption {
	transform: translateY(100%) rotate(180deg);
}

figure[class*="effectck"].effectck-circle-28 figcaption {
	transform: translateY(-100%) rotate(-180deg);
}

figure[class*="effectck"].effectck-circle-25 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-25 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-26 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-26 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-27 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-27 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-28 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-28 [class*="img"]:before {
	transform: translateX(0) rotate(0);
	opacity: 1;
	transition: all 0.35s ease-in-out;
}

figure[class*="effectck"].effectck-circle-25:hover figcaption ,
figure[class*="effectck"].effectck-circle-26:hover figcaption ,
figure[class*="effectck"].effectck-circle-27:hover figcaption ,
figure[class*="effectck"].effectck-circle-28:hover figcaption ,
figure[class*="effectck"].effectck-circle-25.hover figcaption ,
figure[class*="effectck"].effectck-circle-26.hover figcaption ,
figure[class*="effectck"].effectck-circle-27.hover figcaption ,
figure[class*="effectck"].effectck-circle-28.hover figcaption {
	transform: translateX(0) rotate(0);
	transition-delay: 0.4s;
	opacity: 1;
	visibility: visible;
}

figure[class*="effectck"].effectck-circle-25:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-25:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-25.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-25.hover [class*="img"]:before {
	transform: translateX(100%) rotate(180deg);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-26:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-26:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-26.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-26.hover [class*="img"]:before {
	transform: translateX(-100%) rotate(-180deg);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-27:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-27:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-27.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-27.hover [class*="img"]:before {
	transform: translateY(100%) rotate(180deg);
	opacity: 0;
}

figure[class*="effectck"].effectck-circle-28:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-28:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-28.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-28.hover [class*="img"]:before {
	transform: translateY(-100%) rotate(-180deg);
	opacity: 0;
}


/*---------------*/
/***** Circle 29+30+31+32 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-29 ,
figure[class*="effectck"].effectck-circle-30 ,
figure[class*="effectck"].effectck-circle-31 ,
figure[class*="effectck"].effectck-circle-32 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-29 [class*="img"] ,
figure[class*="effectck"].effectck-circle-30 [class*="img"] ,
figure[class*="effectck"].effectck-circle-31 [class*="img"] ,
figure[class*="effectck"].effectck-circle-32 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-29 figcaption ,
figure[class*="effectck"].effectck-circle-30 figcaption ,
figure[class*="effectck"].effectck-circle-31 figcaption ,
figure[class*="effectck"].effectck-circle-32 figcaption {
	transform: rotateY(90deg);
	transform-origin: 0% 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s ease-in-out 0.3s;
}

figure[class*="effectck"].effectck-circle-30 figcaption {
	transform-origin: 100% 50%;
	transform: rotateY(-90deg);
}

figure[class*="effectck"].effectck-circle-31 figcaption {
	transform-origin: 50% 0;
	transform: rotateX(-90deg);
}

figure[class*="effectck"].effectck-circle-32 figcaption {
	transform-origin: 50% 100%;
	transform: rotateX(90deg);
}

figure[class*="effectck"].effectck-circle-29 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-29 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-30 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-30 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-31 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-31 [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-32 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-32 [class*="img"]:before {
	transform: rotateY(0);
	transform-origin: 100% 50%;
	opacity: 1;
	transition: all 0.4s ease-out;
}

figure[class*="effectck"].effectck-circle-30 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-30 [class*="img"]:before {
	transform-origin: 0% 50%;
}

figure[class*="effectck"].effectck-circle-31 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-31 [class*="img"]:before {
	transform-origin: 0% 100%;
	transform: rotateX(0);
}

figure[class*="effectck"].effectck-circle-32 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-32 [class*="img"]:before {
	transform-origin: 50% 0;
	transform: rotateX(0);
}

figure[class*="effectck"].effectck-circle-29:hover figcaption ,
figure[class*="effectck"].effectck-circle-30:hover figcaption ,
figure[class*="effectck"].effectck-circle-31:hover figcaption ,
figure[class*="effectck"].effectck-circle-32:hover figcaption ,
figure[class*="effectck"].effectck-circle-29.hover figcaption ,
figure[class*="effectck"].effectck-circle-30.hover figcaption ,
figure[class*="effectck"].effectck-circle-31.hover figcaption ,
figure[class*="effectck"].effectck-circle-32.hover figcaption {
	transform: rotateY(0);
	transform: rotateX(0);
	opacity: 1;
	visibility: visible;
}

figure[class*="effectck"].effectck-circle-29:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-29:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-29.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-29.hover [class*="img"]:before {
	transform: rotateY(-90deg);
	opacity: 0;
	visibility: hidden;
}

figure[class*="effectck"].effectck-circle-30:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-30:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-30.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-30.hover [class*="img"]:before {
	transform: rotateY(90deg);
	opacity: 0;
	visibility: hidden;
}

figure[class*="effectck"].effectck-circle-31:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-31:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-31.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-31.hover [class*="img"]:before {
	transform: rotateX(90deg);
	opacity: 0;
	visibility: hidden;
}

figure[class*="effectck"].effectck-circle-32:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-32:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-32.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-32.hover [class*="img"]:before {
	transform: rotateX(-90deg);
	opacity: 0;
	visibility: hidden;
}


/*---------------*/
/***** Circle 33 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-33 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-33 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-33 figcaption {
	transform: scale(0.5) rotate(-720deg);
	opacity: 0;
	transition: all 0.35s ease-in-out 0.3s;
}

figure[class*="effectck"].effectck-circle-33 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-33 [class*="img"]:before {
	transform: scale(1) rotate(0);
	opacity: 1;
	transition: all 0.35s ease-in-out;
}

figure[class*="effectck"].effectck-circle-33:hover figcaption,
figure[class*="effectck"].effectck-circle-33:hover figcaption {
	transform: scale(1) rotate(0);
	opacity: 1;
}

figure[class*="effectck"].effectck-circle-33:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-33:hover [class*="img"]:before,
figure[class*="effectck"].effectck-circle-33.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-33.hover [class*="img"]:before {
	transform: scale(0.5) rotate(720deg);
	opacity: 0;
}


/*---------------*/
/***** Circle 34+35 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-34 ,
figure[class*="effectck"].effectck-circle-35 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-34 [class*="img"] ,
figure[class*="effectck"].effectck-circle-35 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-34 figcaption ,
figure[class*="effectck"].effectck-circle-35 figcaption {
	opacity: 1;
}

figure[class*="effectck"].effectck-circle-34 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-34 [class*="img"]:before {
	transform-origin: 95% 40%;
	transition: all 0.35s ease-in-out;
	z-index: 11;
}

figure[class*="effectck"].effectck-circle-35 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-35 [class*="img"]:before {
	transform-origin: 5% 40%;
	transition: all 0.35s ease-in-out;
	z-index: 11;
}

figure[class*="effectck"].effectck-circle-34 [class*="img"]:after ,
figure[class*="effectck"].effectck-circle-35 [class*="img"]:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	top: 40%;
	left: 95%;
	margin: -4px 0 0 -4px;
	background: rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
	z-index: 12;
}

figure[class*="effectck"].effectck-circle-35 [class*="img"]:after {
	left: 5%;
}

figure[class*="effectck"].effectck-circle-34:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-34:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-34.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-34.hover [class*="img"]:before {
	transform: rotate(-120deg);
}

figure[class*="effectck"].effectck-circle-35:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-35:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-35.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-35.hover [class*="img"]:before {
	transform: rotate(120deg);
}


/*---------------*/
/***** Circle 36+37+38+39 *****/
/*---------------*/

figure[class*="effectck"].effectck-circle-36 ,
figure[class*="effectck"].effectck-circle-37 ,
figure[class*="effectck"].effectck-circle-38 ,
figure[class*="effectck"].effectck-circle-39 {
	background: none;
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-36 [class*="img"] ,
figure[class*="effectck"].effectck-circle-37 [class*="img"] ,
figure[class*="effectck"].effectck-circle-38 [class*="img"] ,
figure[class*="effectck"].effectck-circle-39 [class*="img"] {
	overflow: visible;
}

figure[class*="effectck"].effectck-circle-36 figcaption ,
figure[class*="effectck"].effectck-circle-37 figcaption ,
figure[class*="effectck"].effectck-circle-38 figcaption ,
figure[class*="effectck"].effectck-circle-39 figcaption {
	opacity: 1;
}

figure[class*="effectck"].effectck-circle-36 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-36 [class*="img"]:before {
	transform-origin: 50% 0;
	transition: all 0.5s ease-in-out;
	z-index: 11;
}

figure[class*="effectck"].effectck-circle-37 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-37 [class*="img"]:before {
	transform-origin: 100% 50%;
	transition: all 0.5s ease-in-out;
	z-index: 11;
}

figure[class*="effectck"].effectck-circle-38 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-38 [class*="img"]:before {
	transform-origin: 0% 50%;
	transition: all 0.5s ease-in-out;
	z-index: 11;
}

figure[class*="effectck"].effectck-circle-39 img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-39 [class*="img"]:before {
	transform-origin: 50% 100%;
	transition: all 0.5s ease-in-out;
	z-index: 11;
}

figure[class*="effectck"].effectck-circle-36:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-36:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-36.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-36.hover [class*="img"]:before {
	transform: rotate3d(1, 0, 0, 180deg);
}

figure[class*="effectck"].effectck-circle-37:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-37:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-37.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-37.hover [class*="img"]:before {
	transform: rotate3d(0, 1, 0, 180deg);
}

figure[class*="effectck"].effectck-circle-38:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-38:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-38.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-38.hover [class*="img"]:before {
	transform: rotate3d(0, 1, 0, -180deg);
}

figure[class*="effectck"].effectck-circle-39:hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-39:hover [class*="img"]:before ,
figure[class*="effectck"].effectck-circle-39.hover img ,
figure[class*="effectck"][class*="circle-b"].effectck-circle-39.hover [class*="img"]:before {
	transform: rotate3d(1, 0, 0, -180deg);
}
/*	mediaboxAdvanced Black theme	*/
/*	version 2.1 - August 2010		*/
/*	for mediaboxAdvanced v.1.3.1	*/

/*	Overlay background styling	*/

#mbOverlay, .mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: #000;*/
	cursor: pointer;
}

.mbOverlay {
	cursor: auto;
	background: rgba(0,0,0, 0.7);
}

		/*	Legacy fix for older browsers	*/

#mbOverlay.mbOverlayFF {
	background: transparent;
}

#mbOverlay.mbOverlayIE {
	position: absolute;
}

#mbContainer {
	overflow: hidden;
}
		/*	Overlay panel styling	*/

#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	max-height: 100vh; /* for fullwidth responsive */
	/*background-color: #1a1a1a;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	/* For IE 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";
	/* For IE 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
        behavior: url(plugins/system/mediabox_ck/assets/plugins/system/mediabox_CK/PIE.htc);*/
}

#mbCenter.mbLoading {
	background: url(plugins/system/mediabox_ck/assets/images/loading.gif) no-repeat center;
		/*	This style is applied only during animation.	*/
		/*	For example, the next lines turn off shadows	*/
		/*	improving browser performance on slow systems.	*/
		/*	To leave shadows on, just remove the following:	*/
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#mbImage, #mbMedia {
	position: relative;
	left: 0;
	top: 0;
	box-sizing : content-box !important;
	/*height: 100%;*/
		/*	Inline content styling	*/

	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px; 
}

		/* for iframe and object to be responsive */
#mbMedia > iframe, #mbMedia > object, #mbMedia > img, #mbMedia > video, #mbMedia > audio {
	max-width: 100%;
	max-height: 100%;
	position: relative;
}
		/*	Title, Caption and Button styling	*/

#mbBottom {
	min-height: 20px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	/*color: #999;*/
	text-align: left;
	padding: 0 10px 10px;
	z-index: 1;
	position: relative;
}

#mbBottom.mbBottomBig,
#mbToolbar.mbToolbarBig {
	min-height: 40px;
	font-size: 15px;
}

#mbBottom.mbBottomBig svg,
#mbToolbar.mbToolbarBig svg {
	height: 24px;
	width: 24px;
}

#mbBottom.mbBottomBig #mbZoomBar big,
#mbToolbar.mbToolbarBig #mbZoomBar big {
	line-height: 28px;
}

#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink, #mbPlayLink, #mbPauseLink, #mbZoomMinus, #mbZoomPlus {
	display: inline;
	/*color: #fff;*/
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

#mbToolbar #mbShareLink {
	order: 0;
}

#mbToolbar #mbCloseLink {
	order: 5;
}

#mbToolbar #mbPrevLink {
	order: 1;
}

#mbToolbar #mbNextLink {
	order: 3;
}

#mbToolbar #mbPlayLink, #mbToolbar #mbPauseLink {
	order: 2;
}

#mbToolbar #mbZoomBar {
	order: 4;
}

#mbNumber {
	display: inline;
	/*color: #999;*/
	line-height: 14px;
	font-size: 10px;
	margin: auto 10px;
}

#mbCaption {
	display: block;
	/*color: #999;*/
	line-height: 14px;
	font-size: 10px;
}

#mbPrevLink, #mbNextLink, #mbCloseLink, #mbPlayLink, #mbPauseLink, #mbZoomBar, #mbShareLink {
	float: right;
	outline: none;
	margin: 0 0 0 10px;
	font-weight: normal;
}

#mbPrevLink b, #mbNextLink b, #mbCloseLink b, #mbPlayLink b, #mbPauseLink b, #mbZoomMinus b, #mbZoomPlus b {
	/*color: #eee;*/
	font-weight: bold;
	text-decoration: underline;
}

#mbPrevLink big, #mbNextLink big, #mbCloseLink big, #mbPlayLink big, #mbPauseLink big, #mbZoomMinus big, #mbZoomPlus big {
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
}

#mbBottom.mbBottomBig #mbPrevLink big, 
#mbBottom.mbBottomBig #mbNextLink big, 
#mbBottom.mbBottomBig #mbCloseLink big, 
#mbBottom.mbBottomBig #mbPlayLink big, 
#mbBottom.mbBottomBig #mbPauseLink big, 
#mbBottom.mbBottomBig #mbZoomMinus big, 
#mbBottom.mbBottomBig #mbZoomPlus big {
	font-size: 24px;
	line-height: 25px;
}


#mbBottom a, #mbBottom a:link, #mbBottom a:visited {	/* Thanks to Danny Jung for feedback and corrections */
	text-decoration: none;
	/*color: #ddd;*/
}

#mbBottom a:hover, #mbBottom a:active {
	text-decoration: underline;
	/*color: #fff;*/
}


		/*	Error message styling	*/

#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}

/**
*  Mobile behavior for touch device
*/

#mbCenter.mediaboxckmobile {
	width: auto !important;
	height: 100% !important;
	bottom: 0 !important;
	height: auto !important;
	left: 0 !important;
	margin-left: 0 !important;
	margin-top: 0  !important;
	padding: 0 !important;
	position: fixed !important;
	right: 0 !important;
	top: 0 !important;
	border-radius: 0 !important;
}
#mbCenter.mediaboxckmobile iframe {
	height: 100% !important;
	position: absolute;
	width: 100% !important;
	left: 0;
	top: 0;
}

#mbCenter.mediaboxckmobile #mbContainer {
	height: calc(100% - 51px) !important;
}

#mbCenter.mediaboxckmobile #mbMedia {
	width: 100% !important;
	height: 100% !important;
	padding: 0 !important;
	text-align: left; /* important for mobile touch behavior */
	/*position: fixed !important;*/
	-webkit-overflow-scrolling: touch;
  	overflow-y: auto;
}

#mbCenter.mediaboxckmobile #mbMedia > img {
	/*position: fixed !important;*/
}
#mbCenter.mediaboxckmobile #mbMedia > img {
	/*position: fixed !important;*/
}

#mbCenter #mbMedia img.zoomingck {
	max-width: none !important;
	max-height: none !important;
}

#mbCenter.mediaboxckmobile #mbBottom {
	background: rgba(0,0,0, 0.8);
	box-shadow: #000 0 0 10px;
	border-top: 1px solid #666;
	bottom: 0 !important;
	min-height: 50px !important;
	left: 0 !important;
	position: absolute !important;
	right: 0 !important;
	width: auto !important;
	padding-top: 0  !important;
	padding-bottom: 0  !important;
}

#mbCenter.mediaboxckmobile #mbBottom:after {
	content: "";
	display: block;
	clear: both;
}

#mbCenter.mediaboxckmobile #mbCloseLink, #mbCenter.mediaboxckmobile #mbNextLink, #mbCenter.mediaboxckmobile #mbPrevLink, #mbCenter.mediaboxckmobile #mbPlayLink, #mbCenter.mediaboxckmobile #mbPauseLink {
	text-align: center;
	height: 50px;
	width: 50px;
}

#mbCenter.mediaboxckmobile #mbPrevLink big, #mbCenter.mediaboxckmobile #mbNextLink big, #mbCenter.mediaboxckmobile #mbCloseLink big, #mbCenter.mediaboxckmobile #mbPlayLink big, #mbCenter.mediaboxckmobile #mbPauseLink big,
#mbCenter.mediaboxckmobil #mbZoomMinus big, #mbCenter.mediaboxckmobil #mbZoomPlus big {
	font-size: 2.5em;
	line-height: 1.5em;
}

#mbCenter.mediaboxckmobile #mbTitle {

}

#mbCenter.mediaboxckmobile #mbNumber {
	display: block;
}

#mbCenter.mediaboxckmobile #mbCaption {
	display: none;
}

/** gallery effect **/
a.mediaboxck_link figure.mediaboxck {
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%;
}

a.mediaboxck_link {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	min-width: 120px;
}

.mediaboxck img, .mediaboxck video {
	object-fit: cover;
	width:100%;
	min-height:100%;
}

figure.mediaboxck {
	margin: 0;
}

a.mediaboxck_link figure.mediaboxck:not(.imageeffectck):after {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	content: "";
	transition: all ease 0.4s;
	background: rgba(0,0,0, 0.7) center center no-repeat;
	opacity: 0;
	margin-left: 0;
	top: 0;
	left: 0;
}

a.mediaboxck_link figure.mediaboxck:not(.imageeffectck):hover:after {
	opacity: 1;
	margin-left: 0;
	background: rgba(0,0,0, 0.7) url(plugins/system/mediabox_ck/assets/images/icon_zoom.png) center center no-repeat;
}

/** Toolbar styles **/
#mbToolbar {
	height: 30px;
	position: absolute;
	z-index: 9999;
	margin: 0;
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	transform: translate(-50%,5px);
	display: flex;
}

#mbToolbar a {
	display: inline-block;
	margin: 0;
	height: 20px;
	text-align: center;
	font-size: 1em;
	min-width: 30px;
}

#mbToolbar svg,
#mbBottom svg {
	fill: #fff;
	width: 16px;
	height: 16px;
	display: block;
	margin: 2px auto;
}

#mbToolbar big {
	font-size: 1em;
	line-height: 1em;
}

#mbToolbar.mediaboxckmobile {
	font-size: 30px;
	height: 35px;
	width: 250px;
	margin-left: -135px;
	position: fixed;
	top: 0 !important;
}

#mbPieLoader {
	background: transparent;
	bottom: 2px;
	left: 5%;
	height: 5px;
	position: absolute;
	width: 90%;
}

#mbPieLoaderBar {
	background: rgba(0,0,0,0.5);
	height: 100%;
	left: 0;
	position: absolute;
	width: 0%;
	box-shadow: rgba(255,255,255,0.3) 0 0 10px inset;
}

/* IE compatibility for the gallery */
.mediaboxckie {
	background-repeat: no-repeat;
	background-size: cover;
}

.mediaboxckie > div {
	background-size: cover;
	background-position: center;
	height: 100%;
}

#mbZoomBar {
	/*background: rgba(0,0,0, 0.8);*/
	border-radius: 2px;
	display: flex;
}

#mbZoomBar big {
	display: block;
	line-height: 18px;
}

#mbZoomBar a, #mbZoomBar a:hover {
	text-decoration: none;
}

#mbZoomMinus big, #mbZoomPlus big {
	display: inline-block;
	padding: 0 10px;
	height: 20px;
	background: rgba(255,255,255, 0.015);
	box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,0.1);
	margin: 1px;
	line-height: 18px;
	display: block;
	line-height: 14px;
}

#mbBottom.mbBottomBig #mbZoomMinus big, #mbBottom.mbBottomBig #mbZoomPlus big {
	height: 30px;
	line-height: 25px;
}

#mbZoomPlus big {
	border-right: none;
	border-left: 1px solid rgba(255,255,255,0.1);
}

#mbZoomMinus big:hover, #mbZoomPlus big:hover {
	background: rgba(255,255,255, 0.15);
}

#mbZoomValue {
	padding: 0 5px;
	width: 50px;
	display: inline-block;
	text-align: center;
}

#mbMedia.mbZooming {
	overflow: hidden;
}

.mediaboxckmobile #mbZoomBar {
	display: none !important;
}


/**
*  Fullwith behavior
*/

#mbCenter.mediaboxckfullwidth {
	left: 30px !important;
	top: 30px !important;
	right: 30px !important;
	bottom: 30px !important;
	width: auto !important;
	height: auto !important;
	margin-left: 0 !important;
	margin-top: 0  !important;
	padding: 0 !important;
	position: fixed !important;
	display: flex;
	flex-direction: column;
}
#mbCenter.mediaboxckfullwidth iframe {
	height: 100% !important;
	/* position: absolute; */
	width: 100% !important;
	/* left: 0; */
	/* top: 0; */
}

#mbCenter.mediaboxckfullwidth #mbContainer {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

#mbCenter.mediaboxckfullwidth #mbMedia {
	/* width: 100% !important; */
	/* height: 100% !important; */
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	flex: 1 1 auto;
	width: auto !important;
	display: flex;
	justify-content: center;
}

#mbCenter.mediaboxckfullwidth #mbBottom {
	/*background: rgba(0,0,0, 0.8);
	box-shadow: #000 0 0 10px;
	border-top: 1px solid #666;
	bottom: 0 !important;
	min-height: 50px !important;
	left: 0 !important;
	position: absolute !important;
	right: 0 !important;
	width: auto !important;
	padding-top: 0  !important;
	padding-bottom: 0  !important;*/
	width: auto !important;
}

#mbCenter.mediaboxckfullwidth #mbBottom:after {
	/*content: "";
	display: block;
	clear: both;*/
}

#mbCenter.mediaboxckfullwidth #mbCloseLink, #mbCenter.mediaboxckfullwidth #mbNextLink, #mbCenter.mediaboxckfullwidth #mbPrevLink, #mbCenter.mediaboxckfullwidth #mbPlayLink, #mbCenter.mediaboxckfullwidth #mbPauseLink {
	/*text-align: center;
	height: 50px;
	width: 50px;*/
}

#mbCenter.mediaboxckfullwidth #mbPrevLink big, #mbCenter.mediaboxckfullwidth #mbNextLink big, #mbCenter.mediaboxckfullwidth #mbCloseLink big, #mbCenter.mediaboxckfullwidth #mbPlayLink big, #mbCenter.mediaboxckfullwidth #mbPauseLink big,
#mbCenter.mediaboxckmobil #mbZoomMinus big, #mbCenter.mediaboxckmobil #mbZoomPlus big {
	/*font-size: 2.5em;
	line-height: 1.5em;*/
}

#mbCenter.mediaboxckfullwidth #mbTitle {

}

#mbCenter.mediaboxckfullwidth #mbNumber {
	/*display: block;*/
}

#mbCenter.mediaboxckfullwidth #mbCaption {
	/*display: none;*/
}

.mediaboxck_cont[data-align="center"] {
	text-align: center;
}

#mbBottom a[data-state="0"] {
	opacity: 0.3;
	pointer-events: none;
}

/** for navigation **/
.mediaboxck_cont_inner {
	position: relative;
}

.mediaboxck-navigation-prev,
.mediaboxck-navigation-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.mediaboxck-navigation-prev {
	left: 0;
}

.mediaboxck-navigation-next {
	right: 0;
}

.mediaboxck-navigation-prev:after,
.mediaboxck-navigation-next:after {
	display: block;
	content: "❯";
	padding: 15px 20px;
	border-radius: 3px;
	background: rgba(0,0,0, 0.1);
	color: #000;
	cursor: pointer;
	opacity: 0;
	transition: all 0.2s ease;
}

.mediaboxck-navigation-prev:after {
	content: "❮";
}

.mediaboxck-navigation-prev:hover:after,
.mediaboxck-navigation-next:hover:after {
	background: rgba(0,0,0, 0.2);
}

.mediaboxck_cont_inner:hover .mediaboxck-navigation-prev:after,
.mediaboxck_cont_inner:hover .mediaboxck-navigation-next:after {
	opacity: 1;
}


/*-----------------------------------*/

.mediaboxck-pagination {
	margin: 10px;
}

.mediaboxck-pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.mediaboxck-pagination ul > li {
	display: inline;
}

.mediaboxck-pagination ul > li > a:hover, 
.mediaboxck-pagination ul > li > a:focus, 
.mediaboxck-pagination ul > .active > a, 
.mediaboxck-pagination ul > .active > span {
	background-color: #f5f5f5;
}

.mediaboxck-pagination ul > li > a, .mediaboxck-pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}

.mediaboxck-pagination ul > li:first-child > a, .mediaboxck-pagination ul > li:first-child > span {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.mediaboxck-pagination ul > li:first-child > a, .mediaboxck-pagination ul > li:first-child > span {
	border-left-width: 1px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.mediaboxck-pagination ul > li:last-child > a, .mediaboxck-pagination ul > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.mediaboxck-pagination ul > .active > a, .mediaboxck-pagination ul > .active > span {
	color: #999;
	cursor: default;
}

/*---------------- Theme 1 ----------------*/

#mbCenter.theme1 {
	background: none !important;
	box-shadow: none !important;
}

#mbCenter.theme1 *,
#mbToolbar.theme1 * {
	box-sizing: border-box;
}

.theme1 #mbCloseLink {
	
}

.theme1 #mbNextLink, .theme1 #mbPrevLink {
	position: fixed;
	right: 10px;
	padding: 20px;
	background: rgba(0,0,0,0.3);
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	text-align: center;
	text-decoration: none;
}

.theme1 #mbNextLink:hover, .theme1 #mbPrevLink:hover,
.theme1 #mbCloseLink:hover, .theme1 #mbPlayLink:hover, .theme1 #mbPauseLink:hover,
.theme1 #mbShareLink:hover {
	background: rgba(0,0,0,0.5);
}

.theme1 #mbPrevLink {
	right: auto;
	left: 10px;
}

.theme1 #mbZoomBar:not(:empty) {
	background: rgba(0,0,0,0.2);
	display: flex;
	position: fixed;
	top: 0;
	left: 50%;
	height: 60px;
	width: 300px;
	margin: 0 0 0 -150px;
}

@media screen and (max-width: 680px) {
	.theme1 #mbZoomBar {
		left: 0;
	}
}

@media screen and (max-width: 500px) {
	.theme1 #mbZoomBar {
		top: 60px;
		width: 100%;
	}
}

.theme1 #mbBottom a[data-state="0"] {
	display: none;
}

.theme1 #mbZoomMinus big, .theme1 #mbZoomPlus big {
	background: rgba(0,0,0,0.3);
	width: 60px;
	height: 60px;
	padding: 20px;
}

.theme1 #mbCloseLink,
.theme1 #mbPlayLink,
.theme1 #mbPauseLink,
.theme1 #mbShareLink {
	position: fixed;
	top: 0;
	right: 0;
	height: 60px;
	width: 60px;
	text-align: center;
	padding: 20px;
	background: rgba(0,0,0,0.2);
	text-decoration: none;
}

.theme1 #mbBottom a:hover, .theme1 #mbBottom a:active {
	text-decoration: none;
}

.theme1 #mbPlayLink,
.theme1 #mbPauseLink,
.theme1 #mbShareLink {
	right: 60px;
}

.theme1 #mbShareLink ~ #mbPlayLink,
.theme1 #mbShareLink ~ #mbPauseLink {
	right: 120px;
}

#mbShareLink big {
	vertical-align: top;
}

#mbToolbar.theme1 {
	background: none;
	box-shadow: none;
	margin: 0 0 0 -150px;
	height: 60px;
	width: 300px;
	padding: 0;
	transform: none;
}

.theme1 #mbPieLoaderBar {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
}

.theme1 #mbZoomMinus big, .theme1 #mbZoomPlus big {
	background: rgba(0,0,0,0.1);
	width: 60px;
	height: 60px;
	padding: 20px;
	margin: 0;
	border: none;
	line-height: 1;
	text-align: center;
}

.theme1 #mbZoomMinus big:hover, .theme1 #mbZoomPlus big:hover {
	background: rgba(0,0,0,0.5);
}

.theme1 #mbZoomBar a {
	width: auto;
}

.theme1 #mbZoomValue big {
	line-height: 35px;
}

.theme1 a#mbZoomValue {
	width: calc(100% - 120px);
	padding: 10px;
}

.theme1 #mbZoomValue {
	text-decoration: none;
}

.theme1 #mbZoomValue:hover {
	text-decoration: underline;
}

.theme1 #mbNumber {
	position: absolute;
	right: 0;
	top: 0;
}

#mediaboxckShareBox {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10000;
	width: 600px;
	min-height: 300px;
	background: #fff;
	transform: translate(-50%,-50%);
	border-radius: 4px;
	padding: 40px 20px;
	max-width: 90%;
}

#mediaboxckShareBox p {
	text-align: center;
}

#mediaboxckShareBox input {
	margin: 10px;
	width: calc(100% - 20px);
	border: 1px solid #eee;
	padding: 5px;
	box-shadow: none;
}

#mediaboxckShareBox .mbShareButton {
	width: 100px;
	background: cadetblue;
	display: inline-block;
	margin: 5px;
	padding: 10px;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: Helvetica,Arial;
	font-size: 14px;
	font-weight: normal;
}

#mediaboxckShareBox .mbShareButton:hover {
	opacity: 0.8;
}

#mediaboxckShareBox .mbShareButton * {
	display: block;
}

#mediaboxckShareBox .mbShareButton svg {
	width: 25px;
	margin: auto;
	fill: #fff;
}

#mediaboxckShareBox-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
}

.mbOpened {
	overflow: hidden !important;
}

[data-mediaboxck-alignment*="float"][data-mediaboxck-alignment*="left"] {
	float: left;
}

[data-mediaboxck-alignment*="float"][data-mediaboxck-alignment*="right"] {
	float: right;
}