!function(t){function i(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,i),o.l=!0,o.exports}var e={};i.m=t,i.c=e,i.d=function(t,e,r){i.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:r})},i.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,i){return Object.prototype.hasOwnProperty.call(t,i)},i.p="",i(i.s=4)}([function(t,i,e){"use strict";function r(){this.live2DModel=null,this.modelMatrix=null,this.eyeBlink=null,this.physics=null,this.pose=null,this.debugMode=!1,this.initialized=!1,this.updating=!1,this.alpha=1,this.accAlpha=0,this.lipSync=!1,this.lipSyncValue=0,this.accelX=0,this.accelY=0,this.accelZ=0,this.dragX=0,this.dragY=0,this.startTimeMSec=null,this.mainMotionManager=new h,this.expressionManager=new h,this.motions={},this.expressions={},this.isTexLoaded=!1}function o(){AMotion.prototype.constructor.call(this),this.paramList=new Array}function n(){this.id="",this.type=-1,this.value=null}function s(){this.nextBlinkTime=null,this.stateStartTime=null,this.blinkIntervalMsec=null,this.eyeState=g.STATE_FIRST,this.blinkIntervalMsec=4e3,this.closingMotionMsec=100,this.closedMotionMsec=50,this.openingMotionMsec=150,this.closeIfZero=!0,this.eyeID_L="PARAM_EYE_L_OPEN",this.eyeID_R="PARAM_EYE_R_OPEN"}function _(){this.tr=new Float32Array(16),this.identity()}function a(t,i){_.prototype.constructor.call(this),this.width=t,this.height=i}function h(){MotionQueueManager.prototype.constructor.call(this),this.currentPriority=null,this.reservePriority=null,this.super=MotionQueueManager.prototype}function l(){this.physicsList=new Array,this.startTimeMSec=UtSystem.getUserTimeMSec()}function $(){this.lastTime=0,this.lastModel=null,this.partsGroups=new Array}function u(t){this.paramIndex=-1,this.partsIndex=-1,this.link=null,this.id=t}function p(){this.EPSILON=.01,this.faceTargetX=0,this.faceTargetY=0,this.faceX=0,this.faceY=0,this.faceVX=0,this.faceVY=0,this.lastTimeSec=0}function f(){_.prototype.constructor.call(this),this.screenLeft=null,this.screenRight=null,this.screenTop=null,this.screenBottom=null,this.maxLeft=null,this.maxRight=null,this.maxTop=null,this.maxBottom=null,this.max=Number.MAX_VALUE,this.min=0}function c(){}var d=0;r.prototype.getModelMatrix=function(){return this.modelMatrix},r.prototype.setAlpha=function(t){t>.999&&(t=1),t<.001&&(t=0),this.alpha=t},r.prototype.getAlpha=function(){return this.alpha},r.prototype.isInitialized=function(){return this.initialized},r.prototype.setInitialized=function(t){this.initialized=t},r.prototype.isUpdating=function(){return this.updating},r.prototype.setUpdating=function(t){this.updating=t},r.prototype.getLive2DModel=function(){return this.live2DModel},r.prototype.setLipSync=function(t){this.lipSync=t},r.prototype.setLipSyncValue=function(t){this.lipSyncValue=t},r.prototype.setAccel=function(t,i,e){this.accelX=t,this.accelY=i,this.accelZ=e},r.prototype.setDrag=function(t,i){this.dragX=t,this.dragY=i},r.prototype.getMainMotionManager=function(){return this.mainMotionManager},r.prototype.getExpressionManager=function(){return this.expressionManager},r.prototype.loadModelData=function(t,i){var e=c.getPlatformManager();this.debugMode&&e.log("Load model : "+t);var r=this;e.loadLive2DModel(t,function(t){if(r.live2DModel=t,r.live2DModel.saveParam(),0!=Live2D.getError())return void console.error("Error : Failed to loadModelData().");r.modelMatrix=new a(r.live2DModel.getCanvasWidth(),r.live2DModel.getCanvasHeight()),r.modelMatrix.setWidth(2),r.modelMatrix.setCenterPosition(0,0),i(r.live2DModel)})},r.prototype.loadTexture=function(t,i,e){d++;var r=c.getPlatformManager();this.debugMode&&r.log("Load Texture : "+i);var o=this;r.loadTexture(this.live2DModel,t,i,function(){d--,0==d&&(o.isTexLoaded=!0),"function"==typeof e&&e()})},r.prototype.loadMotion=function(t,i,e){var r=c.getPlatformManager();this.debugMode&&r.log("Load Motion : "+i);var o=null,n=this;r.loadBytes(i,function(i){o=Live2DMotion.loadMotion(i),null!=t&&(n.motions[t]=o),e(o)})},r.prototype.loadExpression=function(t,i,e){var r=c.getPlatformManager();this.debugMode&&r.log("Load Expression : "+i);var n=this;r.loadBytes(i,function(i){null!=t&&(n.expressions[t]=o.loadJson(i)),"function"==typeof e&&e()})},r.prototype.loadPose=function(t,i){var e=c.getPlatformManager();this.debugMode&&e.log("Load Pose : "+t);var r=this;try{e.loadBytes(t,function(t){r.pose=$.load(t),"function"==typeof i&&i()})}catch(t){console.warn(t)}},r.prototype.loadPhysics=function(t){var i=c.getPlatformManager();this.debugMode&&i.log("Load Physics : "+t);var e=this;try{i.loadBytes(t,function(t){e.physics=l.load(t)})}catch(t){console.warn(t)}},r.prototype.hitTestSimple=function(t,i,e){if(null===this.live2DModel)return!1;var r=this.live2DModel.getDrawDataIndex(t);if(r<0)return!1;for(var o=this.live2DModel.getTransformedPoints(r),n=this.live2DModel.getCanvasWidth(),s=0,_=this.live2DModel.getCanvasHeight(),a=0,h=0;h<o.length;h+=2){var l=o[h],$=o[h+1];l<n&&(n=l),l>s&&(s=l),$<_&&(_=$),$>a&&(a=$)}var u=this.modelMatrix.invertTransformX(i),p=this.modelMatrix.invertTransformY(e);return n<=u&&u<=s&&_<=p&&p<=a},r.prototype.hitTestSimpleCustom=function(t,i,e,r){return null!==this.live2DModel&&(e>=t[0]&&e<=i[0]&&r<=t[1]&&r>=i[1])},o.prototype=new AMotion,o.EXPRESSION_DEFAULT="DEFAULT",o.TYPE_SET=0,o.TYPE_ADD=1,o.TYPE_MULT=2,o.loadJson=function(t){var i=new o,e=c.getPlatformManager(),r=e.jsonParseFromBytes(t);if(i.setFadeIn(parseInt(r.fade_in)>0?parseInt(r.fade_in):1e3),i.setFadeOut(parseInt(r.fade_out)>0?parseInt(r.fade_out):1e3),null==r.params)return i;var s=r.params,_=s.length;i.paramList=[];for(var a=0;a<_;a++){var h=s[a],l=h.id.toString(),$=parseFloat(h.val),u=o.TYPE_ADD,p=null!=h.calc?h.calc.toString():"add";if((u="add"===p?o.TYPE_ADD:"mult"===p?o.TYPE_MULT:"set"===p?o.TYPE_SET:o.TYPE_ADD)==o.TYPE_ADD){var f=null==h.def?0:parseFloat(h.def);$-=f}else if(u==o.TYPE_MULT){var f=null==h.def?1:parseFloat(h.def);0==f&&(f=1),$/=f}var d=new n;d.id=l,d.type=u,d.value=$,i.paramList.push(d)}return i},o.prototype.updateParamExe=function(t,i,e,r){for(var n=this.paramList.length-1;n>=0;--n){var s=this.paramList[n];s.type==o.TYPE_ADD?t.addToParamFloat(s.id,s.value,e):s.type==o.TYPE_MULT?t.multParamFloat(s.id,s.value,e):s.type==o.TYPE_SET&&t.setParamFloat(s.id,s.value,e)}},s.prototype.calcNextBlink=function(){return UtSystem.getUserTimeMSec()+Math.random()*(2*this.blinkIntervalMsec-1)},s.prototype.setInterval=function(t){this.blinkIntervalMsec=t},s.prototype.setEyeMotion=function(t,i,e){this.closingMotionMsec=t,this.closedMotionMsec=i,this.openingMotionMsec=e},s.prototype.updateParam=function(t){var i,e=UtSystem.getUserTimeMSec(),r=0;switch(this.eyeState){case g.STATE_CLOSING:r=(e-this.stateStartTime)/this.closingMotionMsec,r>=1&&(r=1,this.eyeState=g.STATE_CLOSED,this.stateStartTime=e),i=1-r;break;case g.STATE_CLOSED:r=(e-this.stateStartTime)/this.closedMotionMsec,r>=1&&(this.eyeState=g.STATE_OPENING,this.stateStartTime=e),i=0;break;case g.STATE_OPENING:r=(e-this.stateStartTime)/this.openingMotionMsec,r>=1&&(r=1,this.eyeState=g.STATE_INTERVAL,this.nextBlinkTime=this.calcNextBlink()),i=r;break;case g.STATE_INTERVAL:this.nextBlinkTime<e&&(this.eyeState=g.STATE_CLOSING,this.stateStartTime=e),i=1;break;case g.STATE_FIRST:default:this.eyeState=g.STATE_INTERVAL,this.nextBlinkTime=this.calcNextBlink(),i=1}this.closeIfZero||(i=-i),t.setParamFloat(this.eyeID_L,i),t.setParamFloat(this.eyeID_R,i)};var g=function(){};g.STATE_FIRST="STATE_FIRST",g.STATE_INTERVAL="STATE_INTERVAL",g.STATE_CLOSING="STATE_CLOSING",g.STATE_CLOSED="STATE_CLOSED",g.STATE_OPENING="STATE_OPENING",_.mul=function(t,i,e){var r,o,n,s=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];for(r=0;r<4;r++)for(o=0;o<4;o++)for(n=0;n<4;n++)s[r+4*o]+=t[r+4*n]*i[n+4*o];for(r=0;r<16;r++)e[r]=s[r]},_.prototype.identity=function(){for(var t=0;t<16;t++)this.tr[t]=t%5==0?1:0},_.prototype.getArray=function(){return this.tr},_.prototype.getCopyMatrix=function(){return new Float32Array(this.tr)},_.prototype.setMatrix=function(t){if(null!=this.tr&&this.tr.length==this.tr.length)for(var i=0;i<16;i++)this.tr[i]=t[i]},_.prototype.getScaleX=function(){return this.tr[0]},_.prototype.getScaleY=function(){return this.tr[5]},_.prototype.transformX=function(t){return this.tr[0]*t+this.tr[12]},_.prototype.transformY=function(t){return this.tr[5]*t+this.tr[13]},_.prototype.invertTransformX=function(t){return(t-this.tr[12])/this.tr[0]},_.prototype.invertTransformY=function(t){return(t-this.tr[13])/this.tr[5]},_.prototype.multTranslate=function(t,i){var e=[1,0,0,0,0,1,0,0,0,0,1,0,t,i,0,1];_.mul(e,this.tr,this.tr)},_.prototype.translate=function(t,i){this.tr[12]=t,this.tr[13]=i},_.prototype.translateX=function(t){this.tr[12]=t},_.prototype.translateY=function(t){this.tr[13]=t},_.prototype.multScale=function(t,i){var e=[t,0,0,0,0,i,0,0,0,0,1,0,0,0,0,1];_.mul(e,this.tr,this.tr)},_.prototype.scale=function(t,i){this.tr[0]=t,this.tr[5]=i},a.prototype=new _,a.prototype.setPosition=function(t,i){this.translate(t,i)},a.prototype.setCenterPosition=function(t,i){var e=this.width*this.getScaleX(),r=this.height*this.getScaleY();this.translate(t-e/2,i-r/2)},a.prototype.top=function(t){this.setY(t)},a.prototype.bottom=function(t){var i=this.height*this.getScaleY();this.translateY(t-i)},a.prototype.left=function(t){this.setX(t)},a.prototype.right=function(t){var i=this.width*this.getScaleX();this.translateX(t-i)},a.prototype.centerX=function(t){var i=this.width*this.getScaleX();this.translateX(t-i/2)},a.prototype.centerY=function(t){var i=this.height*this.getScaleY();this.translateY(t-i/2)},a.prototype.setX=function(t){this.translateX(t)},a.prototype.setY=function(t){this.translateY(t)},a.prototype.setHeight=function(t){var i=t/this.height,e=-i;this.scale(i,e)},a.prototype.setWidth=function(t){var i=t/this.width,e=-i;this.scale(i,e)},h.prototype=new MotionQueueManager,h.prototype.getCurrentPriority=function(){return this.currentPriority},h.prototype.getReservePriority=function(){return this.reservePriority},h.prototype.reserveMotion=function(t){return!(this.reservePriority>=t)&&(!(this.currentPriority>=t)&&(this.reservePriority=t,!0))},h.prototype.setReservePriority=function(t){this.reservePriority=t},h.prototype.updateParam=function(t){var i=MotionQueueManager.prototype.updateParam.call(this,t);return this.isFinished()&&(this.currentPriority=0),i},h.prototype.startMotionPrio=function(t,i){return i==this.reservePriority&&(this.reservePriority=0),this.currentPriority=i,this.startMotion(t,!1)},l.load=function(t){for(var i=new l,e=c.getPlatformManager(),r=e.jsonParseFromBytes(t),o=r.physics_hair,n=o.length,s=0;s<n;s++){var _=o[s],a=new PhysicsHair,h=_.setup,$=parseFloat(h.length),u=parseFloat(h.regist),p=parseFloat(h.mass);a.setup($,u,p);for(var f=_.src,d=f.length,g=0;g<d;g++){var y=f[g],m=y.id,T=PhysicsHair.Src.SRC_TO_X,P=y.ptype;"x"===P?T=PhysicsHair.Src.SRC_TO_X:"y"===P?T=PhysicsHair.Src.SRC_TO_Y:"angle"===P?T=PhysicsHair.Src.SRC_TO_G_ANGLE:UtDebug.error("live2d","Invalid parameter:PhysicsHair.Src");var S=parseFloat(y.scale),v=parseFloat(y.weight);a.addSrcParam(T,m,S,v)}for(var L=_.targets,M=L.length,g=0;g<M;g++){var E=L[g],m=E.id,T=PhysicsHair.Target.TARGET_FROM_ANGLE,P=E.ptype;"angle"===P?T=PhysicsHair.Target.TARGET_FROM_ANGLE:"angle_v"===P?T=PhysicsHair.Target.TARGET_FROM_ANGLE_V:UtDebug.error("live2d","Invalid parameter:PhysicsHair.Target");var S=parseFloat(E.scale),v=parseFloat(E.weight);a.addTargetParam(T,m,S,v)}i.physicsList.push(a)}return i},l.prototype.updateParam=function(t){for(var i=UtSystem.getUserTimeMSec()-this.startTimeMSec,e=0;e<this.physicsList.length;e++)this.physicsList[e].update(t,i)},$.load=function(t){for(var i=new $,e=c.getPlatformManager(),r=e.jsonParseFromBytes(t),o=r.parts_visible,n=o.length,s=0;s<n;s++){for(var _=o[s],a=_.group,h=a.length,l=new Array,p=0;p<h;p++){var f=a[p],d=new u(f.id);if(l[p]=d,null!=f.link){var g=f.link,y=g.length;d.link=new Array;for(var m=0;m<y;m++){var T=new u(g[m]);d.link.push(T)}}}i.partsGroups.push(l)}return i},$.prototype.updateParam=function(t){if(null!=t){t!=this.lastModel&&this.initParam(t),this.lastModel=t;var i=UtSystem.getUserTimeMSec(),e=0==this.lastTime?0:(i-this.lastTime)/1e3;this.lastTime=i,e<0&&(e=0);for(var r=0;r<this.partsGroups.length;r++)this.normalizePartsOpacityGroup(t,this.partsGroups[r],e),this.copyOpacityOtherParts(t,this.partsGroups[r])}},$.prototype.initParam=function(t){if(null!=t)for(var i=0;i<this.partsGroups.length;i++)for(var e=this.partsGroups[i],r=0;r<e.length;r++){e[r].initIndex(t);var o=e[r].partsIndex,n=e[r].paramIndex;if(!(o<0)){var s=0!=t.getParamFloat(n);if(t.setPartsOpacity(o,s?1:0),t.setParamFloat(n,s?1:0),null!=e[r].link)for(var _=0;_<e[r].link.length;_++)e[r].link[_].initIndex(t)}}},$.prototype.normalizePartsOpacityGroup=function(t,i,e){for(var r=-1,o=1,n=0;n<i.length;n++){var s=i[n].partsIndex,_=i[n].paramIndex;if(!(s<0)&&0!=t.getParamFloat(_)){if(r>=0)break;r=n,o=t.getPartsOpacity(s),o+=e/.5,o>1&&(o=1)}}r<0&&(r=0,o=1);for(var n=0;n<i.length;n++){var s=i[n].partsIndex;if(!(s<0))if(r==n)t.setPartsOpacity(s,o);else{var a,h=t.getPartsOpacity(s);a=o<.5?-.5*o/.5+1:.5*(1-o)/.5;var l=(1-a)*(1-o);l>.15&&(a=1-.15/(1-o)),h>a&&(h=a),t.setPartsOpacity(s,h)}}},$.prototype.copyOpacityOtherParts=function(t,i){for(var e=0;e<i.length;e++){var r=i[e];if(null!=r.link&&!(r.partsIndex<0))for(var o=t.getPartsOpacity(r.partsIndex),n=0;n<r.link.length;n++){var s=r.link[n];s.partsIndex<0||t.setPartsOpacity(s.partsIndex,o)}}},u.prototype.initIndex=function(t){this.paramIndex=t.getParamIndex("VISIBLE:"+this.id),this.partsIndex=t.getPartsDataIndex(PartsDataID.getID(this.id)),t.setParamFloat(this.paramIndex,1)},p.FRAME_RATE=30,p.prototype.setPoint=function(t,i){this.faceTargetX=t,this.faceTargetY=i},p.prototype.getX=function(){return this.faceX},p.prototype.getY=function(){return this.faceY},p.prototype.update=function(){var t=40/7.5/p.FRAME_RATE;if(0==this.lastTimeSec)return void(this.lastTimeSec=UtSystem.getUserTimeMSec());var i=UtSystem.getUserTimeMSec(),e=(i-this.lastTimeSec)*p.FRAME_RATE/1e3;this.lastTimeSec=i;var r=.15*p.FRAME_RATE,o=e*t/r,n=this.faceTargetX-this.faceX,s=this.faceTargetY-this.faceY;if(!(Math.abs(n)<=this.EPSILON&&Math.abs(s)<=this.EPSILON)){var _=Math.sqrt(n*n+s*s),a=t*n/_,h=t*s/_,l=a-this.faceVX,$=h-this.faceVY,u=Math.sqrt(l*l+$*$);(u<-o||u>o)&&(l*=o/u,$*=o/u,u=o),this.faceVX+=l,this.faceVY+=$;var f=.5*(Math.sqrt(o*o+16*o*_-8*o*_)-o),c=Math.sqrt(this.faceVX*this.faceVX+this.faceVY*this.faceVY);c>f&&(this.faceVX*=f/c,this.faceVY*=f/c),this.faceX+=this.faceVX,this.faceY+=this.faceVY}},f.prototype=new _,f.prototype.getMaxScale=function(){return this.max},f.prototype.getMinScale=function(){return this.min},f.prototype.setMaxScale=function(t){this.max=t},f.prototype.setMinScale=function(t){this.min=t},f.prototype.isMaxScale=function(){return this.getScaleX()==this.max},f.prototype.isMinScale=function(){return this.getScaleX()==this.min},f.prototype.adjustTranslate=function(t,i){this.tr[0]*this.maxLeft+(this.tr[12]+t)>this.screenLeft&&(t=this.screenLeft-this.tr[0]*this.maxLeft-this.tr[12]),this.tr[0]*this.maxRight+(this.tr[12]+t)<this.screenRight&&(t=this.screenRight-this.tr[0]*this.maxRight-this.tr[12]),this.tr[5]*this.maxTop+(this.tr[13]+i)<this.screenTop&&(i=this.screenTop-this.tr[5]*this.maxTop-this.tr[13]),this.tr[5]*this.maxBottom+(this.tr[13]+i)>this.screenBottom&&(i=this.screenBottom-this.tr[5]*this.maxBottom-this.tr[13]);var e=[1,0,0,0,0,1,0,0,0,0,1,0,t,i,0,1];_.mul(e,this.tr,this.tr)},f.prototype.adjustScale=function(t,i,e){var r=e*this.tr[0];r<this.min?this.tr[0]>0&&(e=this.min/this.tr[0]):r>this.max&&this.tr[0]>0&&(e=this.max/this.tr[0]);var o=[1,0,0,0,0,1,0,0,0,0,1,0,t,i,0,1],n=[e,0,0,0,0,e,0,0,0,0,1,0,0,0,0,1],s=[1,0,0,0,0,1,0,0,0,0,1,0,-t,-i,0,1];_.mul(s,this.tr,this.tr),_.mul(n,this.tr,this.tr),_.mul(o,this.tr,this.tr)},f.prototype.setScreenRect=function(t,i,e,r){this.screenLeft=t,this.screenRight=i,this.screenTop=r,this.screenBottom=e},f.prototype.setMaxScreenRect=function(t,i,e,r){this.maxLeft=t,this.maxRight=i,this.maxTop=r,this.maxBottom=e},f.prototype.getScreenLeft=function(){return this.screenLeft},f.prototype.getScreenRight=function(){return this.screenRight},f.prototype.getScreenBottom=function(){return this.screenBottom},f.prototype.getScreenTop=function(){return this.screenTop},f.prototype.getMaxLeft=function(){return this.maxLeft},f.prototype.getMaxRight=function(){return this.maxRight},f.prototype.getMaxBottom=function(){return this.maxBottom},f.prototype.getMaxTop=function(){return this.maxTop},c.platformManager=null,c.getPlatformManager=function(){return c.platformManager},c.setPlatformManager=function(t){c.platformManager=t},t.exports={L2DTargetPoint:p,Live2DFramework:c,L2DViewMatrix:f,L2DPose:$,L2DPartsParam:u,L2DPhysics:l,L2DMotionManager:h,L2DModelMatrix:a,L2DMatrix44:_,EYE_STATE:g,L2DEyeBlink:s,L2DExpressionParam:n,L2DExpressionMotion:o,L2DBaseModel:r}},function(t,i,e){"use strict";var r={DEBUG_LOG:!1,DEBUG_MOUSE_LOG:!1,DEBUG_DRAW_HIT_AREA:!1,DEBUG_DRAW_ALPHA_MODEL:!1,VIEW_MAX_SCALE:2,VIEW_MIN_SCALE:.8,VIEW_LOGICAL_LEFT:-1,VIEW_LOGICAL_RIGHT:1,VIEW_LOGICAL_MAX_LEFT:-2,VIEW_LOGICAL_MAX_RIGHT:2,VIEW_LOGICAL_MAX_BOTTOM:-2,VIEW_LOGICAL_MAX_TOP:2,PRIORITY_NONE:0,PRIORITY_IDLE:1,PRIORITY_SLEEPY:2,PRIORITY_NORMAL:3,PRIORITY_FORCE:4,MOTION_GROUP_IDLE:"idle",MOTION_GROUP_SLEEPY:"sleepy",MOTION_GROUP_TAP_BODY:"tap_body",MOTION_GROUP_FLICK_HEAD:"flick_head",MOTION_GROUP_PINCH_IN:"pinch_in",MOTION_GROUP_PINCH_OUT:"pinch_out",MOTION_GROUP_SHAKE:"shake",HIT_AREA_HEAD:"head",HIT_AREA_BODY:"body"};t.exports=r},function(t,i,e){"use strict";function r(t){n=t}function o(){return n}Object.defineProperty(i,"__esModule",{value:!0}),i.setContext=r,i.getContext=o;var n=void 0},function(t,i,e){"use strict";function r(){}r.matrixStack=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],r.depth=0,r.currentMatrix=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],r.tmp=new Array(16),r.reset=function(){this.depth=0},r.loadIdentity=function(){for(var t=0;t<16;t++)this.currentMatrix[t]=t%5==0?1:0},r.push=function(){var t=(this.depth,16*(this.depth+1));this.matrixStack.length<t+16&&(this.matrixStack.length=t+16);for(var i=0;i<16;i++)this.matrixStack[t+i]=this.currentMatrix[i];this.depth++},r.pop=function(){--this.depth<0&&(myError("Invalid matrix stack."),this.depth=0);for(var t=16*this.depth,i=0;i<16;i++)this.currentMatrix[i]=this.matrixStack[t+i]},r.getMatrix=function(){return this.currentMatrix},r.multMatrix=function(t){var i,e,r;for(i=0;i<16;i++)this.tmp[i]=0;for(i=0;i<4;i++)for(e=0;e<4;e++)for(r=0;r<4;r++)this.tmp[i+4*e]+=this.currentMatrix[i+4*r]*t[r+4*e];for(i=0;i<16;i++)this.currentMatrix[i]=this.tmp[i]},t.exports=r},function(t,i,e){t.exports=e(5)},function(t,i,e){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}function o(t){C=document.getElementById(t),C.addEventListener&&(window.addEventListener("click",g),window.addEventListener("mousedown",g),window.addEventListener("mousemove",g),window.addEventListener("mouseup",g),document.addEventListener("mouseout",g),window.addEventListener("touchstart",y),window.addEventListener("touchend",y),window.addEventListener("touchmove",y))}function n(t){var i=C.width,e=C.height;N=new M.L2DTargetPoint;var r=e/i,o=w.default.VIEW_LOGICAL_LEFT,n=w.default.VIEW_LOGICAL_RIGHT,_=-r,h=r;if(window.Live2D.captureFrame=!1,B=new M.L2DViewMatrix,B.setScreenRect(o,n,_,h),B.setMaxScreenRect(w.default.VIEW_LOGICAL_MAX_LEFT,w.default.VIEW_LOGICAL_MAX_RIGHT,w.default.VIEW_LOGICAL_MAX_BOTTOM,w.default.VIEW_LOGICAL_MAX_TOP),B.setMaxScale(w.default.VIEW_MAX_SCALE),B.setMinScale(w.default.VIEW_MIN_SCALE),U=new M.L2DMatrix44,U.multScale(1,i/e),G=new M.L2DMatrix44,G.multTranslate(-i/2,-e/2),G.multScale(2/i,-2/i),F=v(),(0,D.setContext)(F),!F)return console.error("Failed to create WebGL context."),void(window.WebGLRenderingContext&&console.error("Your browser don't support WebGL, check https://get.webgl.org/ for futher information."));window.Live2D.setGL(F),F.clearColor(0,0,0,0),a(t),s()}function s(){b||(b=!0,function t(){_();var i=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||window.msRequestAnimationFrame;if(window.Live2D.captureFrame){window.Live2D.captureFrame=!1;var e=document.createElement("a");document.body.appendChild(e),e.setAttribute("type","hidden"),e.href=C.toDataURL(),e.download=window.Live2D.captureName||"live2d.png",e.click()}i(t,C)}())}function _(){O.default.reset(),O.default.loadIdentity(),N.update(),R.setDrag(N.getX(),N.getY()),F.clear(F.COLOR_BUFFER_BIT),O.default.multMatrix(U.getArray()),O.default.multMatrix(B.getArray()),O.default.push();for(var t=0;t<R.numModels();t++){var i=R.getModel(t);if(null==i)return;i.initialized&&!i.updating&&(i.update(),i.draw(F))}O.default.pop()}function a(t){R.reloadFlg=!0,R.count++,R.changeModel(F,t)}function h(t,i){return t.x*i.x+t.y*i.y}function l(t,i){var e=Math.sqrt(t*t+i*i);return{x:t/e,y:i/e}}function $(t,i,e){function r(t,i){return 180*Math.acos(h({x:0,y:1},l(t,i)))/Math.PI}if(i.x<e.left+e.width&&i.y<e.top+e.height&&i.x>e.left&&i.y>e.top)return i;var o=t.x-i.x,n=t.y-i.y,s=r(o,n);i.x<t.x&&(s=360-s);var _=360-r(e.left-t.x,-1*(e.top-t.y)),a=360-r(e.left-t.x,-1*(e.top+e.height-t.y)),$=r(e.left+e.width-t.x,-1*(e.top-t.y)),u=r(e.left+e.width-t.x,-1*(e.top+e.height-t.y)),p=n/o,f={};if(s<$){var c=e.top-t.y,d=c/p;f={y:t.y+c,x:t.x+d}}else if(s<u){var g=e.left+e.width-t.x,y=g*p;f={y:t.y+y,x:t.x+g}}else if(s<a){var m=e.top+e.height-t.y,T=m/p;f={y:t.y+m,x:t.x+T}}else if(s<_){var P=t.x-e.left,S=P*p;f={y:t.y-S,x:t.x-P}}else{var v=e.top-t.y,L=v/p;f={y:t.y+v,x:t.x+L}}return f}function u(t){Y=!0;var i=C.getBoundingClientRect(),e=P(t.clientX-i.left),r=S(t.clientY-i.top),o=$({x:i.left+i.width/2,y:i.top+i.height*X},{x:t.clientX,y:t.clientY},i),n=m(o.x-i.left),s=T(o.y-i.top);w.default.DEBUG_MOUSE_LOG&&console.log("onMouseMove device( x:"+t.clientX+" y:"+t.clientY+" ) view( x:"+n+" y:"+s+")"),k=e,V=r,N.setPoint(n,s)}function p(t){Y=!0;var i=C.getBoundingClientRect(),e=P(t.clientX-i.left),r=S(t.clientY-i.top),o=$({x:i.left+i.width/2,y:i.top+i.height*X},{x:t.clientX,y:t.clientY},i),n=m(o.x-i.left),s=T(o.y-i.top);w.default.DEBUG_MOUSE_LOG&&console.log("onMouseDown device( x:"+t.clientX+" y:"+t.clientY+" ) view( x:"+n+" y:"+s+")"),k=e,V=r,R.tapEvent(n,s)}function f(t){var i=C.getBoundingClientRect(),e=P(t.clientX-i.left),r=S(t.clientY-i.top),o=$({x:i.left+i.width/2,y:i.top+i.height*X},{x:t.clientX,y:t.clientY},i),n=m(o.x-i.left),s=T(o.y-i.top);w.default.DEBUG_MOUSE_LOG&&console.log("onMouseMove device( x:"+t.clientX+" y:"+t.clientY+" ) view( x:"+n+" y:"+s+")"),Y&&(k=e,V=r,N.setPoint(n,s))}function c(){Y&&(Y=!1),N.setPoint(0,0)}function d(){w.default.DEBUG_LOG&&console.log("Set Session Storage."),sessionStorage.setItem("Sleepy","1")}function g(t){if("mousewheel"==t.type);else if("mousedown"==t.type)p(t);else if("mousemove"==t.type){var i=sessionStorage.getItem("Sleepy");"1"===i&&sessionStorage.setItem("Sleepy","0"),u(t)}else if("mouseup"==t.type){if("button"in t&&0!=t.button)return}else if("mouseout"==t.type){w.default.DEBUG_LOG&&console.log("Mouse out Window."),c();var e=sessionStorage.getItem("SleepyTimer");window.clearTimeout(e),e=window.setTimeout(d,5e4),sessionStorage.setItem("SleepyTimer",e)}}function y(t){var i=t.touches[0];"touchstart"==t.type?1==t.touches.length&&u(i):"touchmove"==t.type?f(i):"touchend"==t.type&&c()}function m(t){var i=G.transformX(t);return B.invertTransformX(i)}function T(t){var i=G.transformY(t);return B.invertTransformY(i)}function P(t){return G.transformX(t)}function S(t){return G.transformY(t)}function v(){for(var t=["webgl","experimental-webgl","webkit-3d","moz-webgl"],i=0;i<t.length;i++)try{var e=C.getContext(t[i],{premultipliedAlpha:!0});if(e)return e}catch(t){}return null}function L(t,i,e){X=void 0===e?.5:e,o(t),n(i)}e(6);var M=e(0),E=e(8),A=r(E),I=e(1),w=r(I),x=e(3),O=r(x),D=e(2),R=(window.navigator.platform.toLowerCase(),new A.default),b=!1,F=null,C=null,N=null,B=null,U=null,G=null,Y=!1,k=0,V=0,X=.5;window.loadlive2d=L},function(t,i,e){"use strict";(function(t){!function(){function i(){At||(this._$MT=null,this._$5S=null,this._$NP=0,i._$42++,this._$5S=new Y(this))}function e(t){if(!At){this.clipContextList=new Array,this.glcontext=t.gl,this.dp_webgl=t,this.curFrameNo=0,this.firstError_clipInNotUpdate=!0,this.colorBuffer=0,this.isInitGLFBFunc=!1,this.tmpBoundsOnModel=new S,at.glContext.length>at.frameBuffers.length&&(this.curFrameNo=this.getMaskRenderTexture()),this.tmpModelToViewMatrix=new R,this.tmpMatrix2=new R,this.tmpMatrixForMask=new R,this.tmpMatrixForDraw=new R,this.CHANNEL_COLORS=new Array;var i=new A;i=new A,i.r=0,i.g=0,i.b=0,i.a=1,this.CHANNEL_COLORS.push(i),i=new A,i.r=1,i.g=0,i.b=0,i.a=0,this.CHANNEL_COLORS.push(i),i=new A,i.r=0,i.g=1,i.b=0,i.a=0,this.CHANNEL_COLORS.push(i),i=new A,i.r=0,i.g=0,i.b=1,i.a=0,this.CHANNEL_COLORS.push(i);for(var e=0;e<this.CHANNEL_COLORS.length;e++)this.dp_webgl.setChannelFlagAsColor(e,this.CHANNEL_COLORS[e])}}function r(t,i,e){this.clipIDList=new Array,this.clipIDList=e,this.clippingMaskDrawIndexList=new Array;for(var r=0;r<e.length;r++)this.clippingMaskDrawIndexList.push(i.getDrawDataIndex(e[r]));this.clippedDrawContextList=new Array,this.isUsing=!0,this.layoutChannelNo=0,this.layoutBounds=new S,this.allClippedDrawRect=new S,this.matrixForMask=new Float32Array(16),this.matrixForDraw=new Float32Array(16),this.owner=t}function o(t,i){this._$gP=t,this.drawDataIndex=i}function n(){At||(this.color=null)}function s(){At||(this._$dP=null,this._$eo=null,this._$V0=null,this._$dP=1e3,this._$eo=1e3,this._$V0=1,this._$a0())}function _(){}function a(){this._$r=null,this._$0S=null}function h(){At||(this.x=null,this.y=null,this.width=null,this.height=null)}function l(t){At||et.prototype.constructor.call(this,t)}function $(){}function u(t){At||et.prototype.constructor.call(this,t)}function p(){At||(this._$vo=null,this._$F2=null,this._$ao=400,this._$1S=400,p._$42++)}function f(){At||(this.p1=new c,this.p2=new c,this._$Fo=0,this._$Db=0,this._$L2=0,this._$M2=0,this._$ks=0,this._$9b=0,this._$iP=0,this._$iT=0,this._$lL=new Array,this._$qP=new Array,this.setup(.3,.5,.1))}function c(){this._$p=1,this.x=0,this.y=0,this.vx=0,this.vy=0,this.ax=0,this.ay=0,this.fx=0,this.fy=0,this._$s0=0,this._$70=0,this._$7L=0,this._$HL=0}function d(t,i,e){this._$wL=null,this.scale=null,this._$V0=null,this._$wL=t,this.scale=i,this._$V0=e}function g(t,i,e,r){d.prototype.constructor.call(this,i,e,r),this._$tL=null,this._$tL=t}function y(t,i,e){this._$wL=null,this.scale=null,this._$V0=null,this._$wL=t,this.scale=i,this._$V0=e}function T(t,i,e,r){y.prototype.constructor.call(this,i,e,r),this._$YP=null,this._$YP=t}function P(){At||(this._$fL=0,this._$gL=0,this._$B0=1,this._$z0=1,this._$qT=0,this.reflectX=!1,this.reflectY=!1)}function S(){At||(this.x=null,this.y=null,this.width=null,this.height=null)}function v(){}function L(){At||(this.x=null,this.y=null)}function M(){At||(this._$gP=null,this._$dr=null,this._$GS=null,this._$qb=null,this._$Lb=null,this._$mS=null,this.clipID=null,this.clipIDList=new Array)}function E(){At||(this._$Eb=E._$ps,this._$lT=1,this._$C0=1,this._$tT=1,this._$WL=1,this.culling=!1,this.matrix4x4=new Float32Array(16),this.premultipliedAlpha=!1,this.anisotropy=0,this.clippingProcess=E.CLIPPING_PROCESS_NONE,this.clipBufPre_clipContextMask=null,this.clipBufPre_clipContextDraw=null,this.CHANNEL_COLORS=new Array)}function A(){At||(this.a=1,this.r=1,this.g=1,this.b=1,this.scale=1,this._$ho=1,this.blendMode=at.L2D_COLOR_BLEND_MODE_MULT)}function I(){At||(this._$kP=null,this._$dr=null,this._$Ai=!0,this._$mS=null)}function w(){}function x(){At||(this._$VP=0,this._$wL=null,this._$GP=null,this._$8o=x._$ds,this._$2r=-1,this._$O2=0,this._$ri=0)}function O(){}function D(){At||(this._$Ob=null)}function R(){this.m=new Float32Array(16),this.identity()}function b(t){At||et.prototype.constructor.call(this,t)}function F(){At||(this._$7=1,this._$f=0,this._$H=0,this._$g=1,this._$k=0,this._$w=0,this._$hi=STATE_IDENTITY,this._$Z=_$pS)}function C(){At||(s.prototype.constructor.call(this),this.motions=new Array,this._$7r=null,this._$7r=C._$Co++,this._$D0=30,this._$yT=0,this._$E=!0,this.loopFadeIn=!0,this._$AS=-1,_$a0())}function N(){this._$P=new Float32Array(100),this.size=0}function B(){this._$4P=null,this._$I0=null,this._$RP=null}function U(){}function G(){}function Y(t){At||(this._$QT=!0,this._$co=-1,this._$qo=0,this._$pb=new Array(Y._$is),this._$_2=new Float32Array(Y._$is),this._$vr=new Float32Array(Y._$is),this._$Rr=new Float32Array(Y._$is),this._$Or=new Float32Array(Y._$is),this._$fs=new Float32Array(Y._$is),this._$Js=new Array(Y._$is),this._$3S=new Array,this._$aS=new Array,this._$Bo=null,this._$F2=new Array,this._$db=new Array,this._$8b=new Array,this._$Hr=new Array,this._$Ws=null,this._$Vs=null,this._$Er=null,this._$Es=new Int16Array(U._$Qb),this._$ZP=new Float32Array(2*U._$1r),this._$Ri=t,this._$b0=Y._$HP++,this.clipManager=null,this.dp_webgl=null)}function k(){}function V(){At||(this._$12=null,this._$bb=null,this._$_L=null,this._$jo=null,this._$iL=null,this._$0L=null,this._$Br=null,this._$Dr=null,this._$Cb=null,this._$mr=null,this._$_L=wt.STATE_FIRST,this._$Br=4e3,this._$Dr=100,this._$Cb=50,this._$mr=150,this._$jo=!0,this._$iL="PARAM_EYE_L_OPEN",this._$0L="PARAM_EYE_R_OPEN")}function X(){At||(E.prototype.constructor.call(this),this._$sb=new Int32Array(X._$As),this._$U2=new Array,this.transform=null,this.gl=null,null==X._$NT&&(X._$NT=X._$9r(256),X._$vS=X._$9r(256),X._$no=X._$vb(256)))}function z(){At||(I.prototype.constructor.call(this),this._$GS=null,this._$Y0=null)}function H(t){_t.prototype.constructor.call(this,t),this._$8r=I._$ur,this._$Yr=null,this._$Wr=null}function W(){At||(M.prototype.constructor.call(this),this._$gP=null,this._$dr=null,this._$GS=null,this._$qb=null,this._$Lb=null,this._$mS=null)}function j(){At||(this._$NL=null,this._$3S=null,this._$aS=null,j._$42++)}function q(){At||(i.prototype.constructor.call(this),this._$zo=new X)}function J(){At||(s.prototype.constructor.call(this),this.motions=new Array,this._$o2=null,this._$7r=J._$Co++,this._$D0=30,this._$yT=0,this._$E=!1,this.loopFadeIn=!0,this._$rr=-1,this._$eP=0)}function Q(t,i){return String.fromCharCode(t.getUint8(i))}function N(){this._$P=new Float32Array(100),this.size=0}function B(){this._$4P=null,this._$I0=null,this._$RP=null}function Z(){At||(I.prototype.constructor.call(this),this._$o=0,this._$A=0,this._$GS=null,this._$Eo=null)}function K(t){_t.prototype.constructor.call(this,t),this._$8r=I._$ur,this._$Cr=null,this._$hr=null}function tt(){At||(this.visible=!0,this._$g0=!1,this._$NL=null,this._$3S=null,this._$aS=null,tt._$42++)}function it(t){this._$VS=null,this._$e0=null,this._$e0=t}function et(t){At||(this.id=t)}function rt(){}function ot(){At||(this._$4S=null)}function nt(t,i){this.canvas=t,this.context=i,this.viewport=new Array(0,0,t.width,t.height),this._$6r=1,this._$xP=0,this._$3r=1,this._$uP=0,this._$Qo=-1,this.cacheImages={}}function st(){At||(this._$TT=null,this._$LT=null,this._$FS=null,this._$wL=null)}function _t(t){At||(this._$e0=null,this._$IP=null,this._$JS=!1,this._$AT=!0,this._$e0=t,this.totalScale=1,this._$7s=1,this.totalOpacity=1)}function at(){}function ht(){}function lt(t){At||(this._$ib=t)}function $t(){At||(W.prototype.constructor.call(this),this._$LP=-1,this._$d0=0,this._$Yo=0,this._$JP=null,this._$5P=null,this._$BP=null,this._$Eo=null,this._$Qi=null,this._$6s=$t._$ms,this.culling=!0,this.gl_cacheImage=null,this.instanceNo=$t._$42++)}function ut(t){Mt.prototype.constructor.call(this,t),this._$8r=W._$ur,this._$Cr=null,this._$hr=null}function pt(){At||(this.x=null,this.y=null)}function ft(t){At||(i.prototype.constructor.call(this),this.drawParamWebGL=new mt(t),this.drawParamWebGL.setGL(at.getGL(t)))}function ct(){At||(this.motions=null,this._$eb=!1,this.motions=new Array)}function dt(){this._$w0=null,this._$AT=!0,this._$9L=!1,this._$z2=-1,this._$bs=-1,this._$Do=-1,this._$sr=null,this._$sr=dt._$Gs++}function gt(){this.m=new Array(1,0,0,0,1,0,0,0,1)}function yt(t){At||et.prototype.constructor.call(this,t)}function mt(t){At||(E.prototype.constructor.call(this),this.textures=new Array,this.transform=null,this.gl=null,this.glno=t,this.firstDraw=!0,this.anisotropyExt=null,this.maxAnisotropy=0,this._$As=32,this._$Gr=!1,this._$NT=null,this._$vS=null,this._$no=null,this.vertShader=null,this.fragShader=null,this.vertShaderOff=null,this.fragShaderOff=null)}function Tt(t,i,e){return null==i&&(i=t.createBuffer()),t.bindBuffer(t.ARRAY_BUFFER,i),t.bufferData(t.ARRAY_BUFFER,e,t.DYNAMIC_DRAW),i}function Pt(t,i,e){return null==i&&(i=t.createBuffer()),t.bindBuffer(t.ELEMENT_ARRAY_BUFFER,i),t.bufferData(t.ELEMENT_ARRAY_BUFFER,e,t.DYNAMIC_DRAW),i}function St(t){At||(this._$P=new Int8Array(8),this._$R0=new DataView(this._$P.buffer),this._$3i=new Int8Array(1e3),this._$hL=0,this._$v0=0,this._$S2=0,this._$Ko=new Array,this._$T=t,this._$F=0)}function vt(){}function Lt(){}function Mt(t){At||(this._$e0=null,this._$IP=null,this._$Us=null,this._$7s=null,this._$IS=[!1],this._$VS=null,this._$AT=!0,this.baseOpacity=1,this.clipBufPre_clipContext=null,this._$e0=t)}function Et(){}var At=!0;i._$0s=1,i._$4s=2,i._$42=0,i._$62=function(t,e){try{if(e instanceof ArrayBuffer&&(e=new DataView(e)),!(e instanceof DataView))throw new lt("_$SS#loadModel(b) / b _$x be DataView or ArrayBuffer");var r,o=new St(e),n=o._$ST(),s=o._$ST(),a=o._$ST();if(109!=n||111!=s||99!=a)throw new lt("_$gi _$C _$li , _$Q0 _$P0.");if(r=o._$ST(),o._$gr(r),r>G._$T7){t._$NP|=i._$4s;throw new lt("_$gi _$C _$li , _$n0 _$_ version _$li ( SDK : "+G._$T7+" < _$f0 : "+r+" )@_$SS#loadModel()\n")}var h=o._$nP();if(r>=G._$s7){var l=o._$9T(),$=o._$9T();if(-30584!=l||-30584!=$)throw t._$NP|=i._$0s,new lt("_$gi _$C _$li , _$0 _$6 _$Ui.")}t._$KS(h);var u=t.getModelContext();u.setDrawParam(t.getDrawParam()),u.init()}catch(t){_._$Rb(t)}},i.prototype._$KS=function(t){this._$MT=t},i.prototype.getModelImpl=function(){return null==this._$MT&&(this._$MT=new p,this._$MT._$zP()),this._$MT},i.prototype.getCanvasWidth=function(){return null==this._$MT?0:this._$MT.getCanvasWidth()},i.prototype.getCanvasHeight=function(){return null==this._$MT?0:this._$MT.getCanvasHeight()},i.prototype.getParamFloat=function(t){return"number"!=typeof t&&(t=this._$5S.getParamIndex(u.getID(t))),this._$5S.getParamFloat(t)},i.prototype.setParamFloat=function(t,i,e){"number"!=typeof t&&(t=this._$5S.getParamIndex(u.getID(t))),arguments.length<3&&(e=1),this._$5S.setParamFloat(t,this._$5S.getParamFloat(t)*(1-e)+i*e)},i.prototype.addToParamFloat=function(t,i,e){"number"!=typeof t&&(t=this._$5S.getParamIndex(u.getID(t))),arguments.length<3&&(e=1),this._$5S.setParamFloat(t,this._$5S.getParamFloat(t)+i*e)},i.prototype.multParamFloat=function(t,i,e){"number"!=typeof t&&(t=this._$5S.getParamIndex(u.getID(t))),arguments.length<3&&(e=1),this._$5S.setParamFloat(t,this._$5S.getParamFloat(t)*(1+(i-1)*e))},i.prototype.getParamIndex=function(t){return this._$5S.getParamIndex(u.getID(t))},i.prototype.loadParam=function(){this._$5S.loadParam()},i.prototype.saveParam=function(){this._$5S.saveParam()},i.prototype.init=function(){this._$5S.init()},i.prototype.update=function(){this._$5S.update()},i.prototype._$Rs=function(){return _._$li("_$60 _$PT _$Rs()"),-1},i.prototype._$Ds=function(t){_._$li("_$60 _$PT _$SS#_$Ds() \n")},i.prototype._$K2=function(){},i.prototype.draw=function(){},i.prototype.getModelContext=function(){return this._$5S},i.prototype._$s2=function(){return this._$NP},i.prototype._$P7=function(t,i,e,r){var o=-1,n=0,s=this;if(0!=e)if(1==t.length){var _=t[0],a=0!=s.getParamFloat(_),h=i[0],l=s.getPartsOpacity(h),$=e/r;a?(l+=$)>1&&(l=1):(l-=$)<0&&(l=0),s.setPartsOpacity(h,l)}else{for(var u=0;u<t.length;u++){var _=t[u],p=0!=s.getParamFloat(_);if(p){if(o>=0)break;o=u;var h=i[u];n=s.getPartsOpacity(h),n+=e/r,n>1&&(n=1)}}o<0&&(console.log("No _$wi _$q0/ _$U default[%s]",t[0]),o=0,n=1,s.loadParam(),s.setParamFloat(t[o],n),s.saveParam());for(var u=0;u<t.length;u++){var h=i[u];if(o==u)s.setPartsOpacity(h,n);else{var f,c=s.getPartsOpacity(h);f=n<.5?-.5*n/.5+1:.5*(1-n)/.5;var d=(1-f)*(1-n);d>.15&&(f=1-.15/(1-n)),c>f&&(c=f),s.setPartsOpacity(h,c)}}}else for(var u=0;u<t.length;u++){var _=t[u],h=i[u],p=0!=s.getParamFloat(_);s.setPartsOpacity(h,p?1:0)}},i.prototype.setPartsOpacity=function(t,i){"number"!=typeof t&&(t=this._$5S.getPartsDataIndex(l.getID(t))),this._$5S.setPartsOpacity(t,i)},i.prototype.getPartsDataIndex=function(t){return t instanceof l||(t=l.getID(t)),this._$5S.getPartsDataIndex(t)},i.prototype.getPartsOpacity=function(t){return"number"!=typeof t&&(t=this._$5S.getPartsDataIndex(l.getID(t))),t<0?0:this._$5S.getPartsOpacity(t)},i.prototype.getDrawParam=function(){},i.prototype.getDrawDataIndex=function(t){return this._$5S.getDrawDataIndex(b.getID(t))},i.prototype.getDrawData=function(t){return this._$5S.getDrawData(t)},i.prototype.getTransformedPoints=function(t){var i=this._$5S._$C2(t);return i instanceof ut?i.getTransformedPoints():null},i.prototype.getIndexArray=function(t){if(t<0||t>=this._$5S._$aS.length)return null;var i=this._$5S._$aS[t];return null!=i&&i.getType()==W._$wb&&i instanceof $t?i.getIndexArray():null},e.CHANNEL_COUNT=4,e.RENDER_TEXTURE_USE_MIPMAP=!1,e.NOT_USED_FRAME=-100,e.prototype._$L7=function(){if(this.tmpModelToViewMatrix&&(this.tmpModelToViewMatrix=null),this.tmpMatrix2&&(this.tmpMatrix2=null),this.tmpMatrixForMask&&(this.tmpMatrixForMask=null),this.tmpMatrixForDraw&&(this.tmpMatrixForDraw=null),this.tmpBoundsOnModel&&(this.tmpBoundsOnModel=null),this.CHANNEL_COLORS){for(var t=this.CHANNEL_COLORS.length-1;t>=0;--t)this.CHANNEL_COLORS.splice(t,1);this.CHANNEL_COLORS=[]}this.releaseShader()},e.prototype.releaseShader=function(){for(var t=at.frameBuffers.length,i=0;i<t;i++)this.gl.deleteFramebuffer(at.frameBuffers[i].framebuffer);at.frameBuffers=[],at.glContext=[]},e.prototype.init=function(t,i,e){for(var o=0;o<i.length;o++){var n=i[o].getClipIDList();if(null!=n){var s=this.findSameClip(n);null==s&&(s=new r(this,t,n),this.clipContextList.push(s));var _=i[o].getDrawDataID(),a=t.getDrawDataIndex(_);s.addClippedDrawData(_,a);e[o].clipBufPre_clipContext=s}}},e.prototype.getMaskRenderTexture=function(){var t=null;return t=this.dp_webgl.createFramebuffer(),at.frameBuffers[this.dp_webgl.glno]=t,this.dp_webgl.glno},e.prototype.setupClip=function(t,i){for(var e=0,r=0;r<this.clipContextList.length;r++){var o=this.clipContextList[r];this.calcClippedDrawTotalBounds(t,o),o.isUsing&&e++}if(e>0){var n=i.gl.getParameter(i.gl.FRAMEBUFFER_BINDING),s=new Array(4);s[0]=0,s[1]=0,s[2]=i.gl.canvas.width,s[3]=i.gl.canvas.height,i.gl.viewport(0,0,at.clippingMaskBufferSize,at.clippingMaskBufferSize),this.setupLayoutBounds(e),i.gl.bindFramebuffer(i.gl.FRAMEBUFFER,at.frameBuffers[this.curFrameNo].framebuffer),i.gl.clearColor(0,0,0,0),i.gl.clear(i.gl.COLOR_BUFFER_BIT);for(var r=0;r<this.clipContextList.length;r++){var o=this.clipContextList[r],_=o.allClippedDrawRect,a=(o.layoutChannelNo,o.layoutBounds);this.tmpBoundsOnModel._$jL(_),this.tmpBoundsOnModel.expand(.05*_.width,.05*_.height);var h=a.width/this.tmpBoundsOnModel.width,l=a.height/this.tmpBoundsOnModel.height;this.tmpMatrix2.identity(),this.tmpMatrix2.translate(-1,-1,0),this.tmpMatrix2.scale(2,2,1),this.tmpMatrix2.translate(a.x,a.y,0),this.tmpMatrix2.scale(h,l,1),this.tmpMatrix2.translate(-this.tmpBoundsOnModel.x,-this.tmpBoundsOnModel.y,0),this.tmpMatrixForMask.setMatrix(this.tmpMatrix2.m),this.tmpMatrix2.identity(),this.tmpMatrix2.translate(a.x,a.y,0),this.tmpMatrix2.scale(h,l,1),this.tmpMatrix2.translate(-this.tmpBoundsOnModel.x,-this.tmpBoundsOnModel.y,0),this.tmpMatrixForDraw.setMatrix(this.tmpMatrix2.m);for(var $=this.tmpMatrixForMask.getArray(),u=0;u<16;u++)o.matrixForMask[u]=$[u];for(var p=this.tmpMatrixForDraw.getArray(),u=0;u<16;u++)o.matrixForDraw[u]=p[u];for(var f=o.clippingMaskDrawIndexList.length,c=0;c<f;c++){var d=o.clippingMaskDrawIndexList[c],g=t.getDrawData(d),y=t._$C2(d);i.setClipBufPre_clipContextForMask(o),g.draw(i,t,y)}}i.gl.bindFramebuffer(i.gl.FRAMEBUFFER,n),i.setClipBufPre_clipContextForMask(null),i.gl.viewport(s[0],s[1],s[2],s[3])}},e.prototype.getColorBuffer=function(){return this.colorBuffer},e.prototype.findSameClip=function(t){for(var i=0;i<this.clipContextList.length;i++){var e=this.clipContextList[i],r=e.clipIDList.length;if(r==t.length){for(var o=0,n=0;n<r;n++)for(var s=e.clipIDList[n],_=0;_<r;_++)if(t[_]==s){o++;break}if(o==r)return e}}return null},e.prototype.calcClippedDrawTotalBounds=function(t,i){for(var e=t._$Ri.getModelImpl().getCanvasWidth(),r=t._$Ri.getModelImpl().getCanvasHeight(),o=e>r?e:r,n=o,s=o,_=0,a=0,h=i.clippedDrawContextList.length,l=0;l<h;l++){var $=i.clippedDrawContextList[l],u=$.drawDataIndex,p=t._$C2(u);if(p._$yo()){for(var f=p.getTransformedPoints(),c=f.length,d=[],g=[],y=0,m=U._$i2;m<c;m+=U._$No)d[y]=f[m],g[y]=f[m+1],y++;var T=Math.min.apply(null,d),P=Math.min.apply(null,g),S=Math.max.apply(null,d),v=Math.max.apply(null,g);T<n&&(n=T),P<s&&(s=P),S>_&&(_=S),v>a&&(a=v)}}if(n==o)i.allClippedDrawRect.x=0,i.allClippedDrawRect.y=0,i.allClippedDrawRect.width=0,i.allClippedDrawRect.height=0,i.isUsing=!1;else{var L=_-n,M=a-s;i.allClippedDrawRect.x=n,i.allClippedDrawRect.y=s,i.allClippedDrawRect.width=L,i.allClippedDrawRect.height=M,i.isUsing=!0}},e.prototype.setupLayoutBounds=function(t){var i=t/e.CHANNEL_COUNT,r=t%e.CHANNEL_COUNT;i=~~i,r=~~r;for(var o=0,n=0;n<e.CHANNEL_COUNT;n++){var s=i+(n<r?1:0);if(0==s);else if(1==s){var a=this.clipContextList[o++];a.layoutChannelNo=n,a.layoutBounds.x=0,a.layoutBounds.y=0,a.layoutBounds.width=1,a.layoutBounds.height=1}else if(2==s)for(var h=0;h<s;h++){var l=h%2,$=0;l=~~l;var a=this.clipContextList[o++];a.layoutChannelNo=n,a.layoutBounds.x=.5*l,a.layoutBounds.y=0,a.layoutBounds.width=.5,a.layoutBounds.height=1}else if(s<=4)for(var h=0;h<s;h++){var l=h%2,$=h/2;l=~~l,$=~~$;var a=this.clipContextList[o++];a.layoutChannelNo=n,a.layoutBounds.x=.5*l,a.layoutBounds.y=.5*$,a.layoutBounds.width=.5,a.layoutBounds.height=.5}else if(s<=9)for(var h=0;h<s;h++){var l=h%3,$=h/3;l=~~l,$=~~$;var a=this.clipContextList[o++];a.layoutChannelNo=n,a.layoutBounds.x=l/3,a.layoutBounds.y=$/3,a.layoutBounds.width=1/3,a.layoutBounds.height=1/3}else _._$li("_$6 _$0P mask count : %d",s)}},r.prototype.addClippedDrawData=function(t,i){var e=new o(t,i);this.clippedDrawContextList.push(e)},s._$JT=function(t,i,e){var r=t/i,o=e/i,n=o,s=1-(1-o)*(1-o),_=1-(1-n)*(1-n),a=1/3*(1-o)*s+(n*(2/3)+1/3*(1-n))*(1-s),h=(n+2/3*(1-n))*_+(o*(1/3)+2/3*(1-o))*(1-_),l=1-3*h+3*a-0,$=3*h-6*a+0,u=3*a-0;if(r<=0)return 0;if(r>=1)return 1;var p=r,f=p*p;return l*(p*f)+$*f+u*p+0},s.prototype._$a0=function(){},s.prototype.setFadeIn=function(t){this._$dP=t},s.prototype.setFadeOut=function(t){this._$eo=t},s.prototype._$pT=function(t){this._$V0=t},s.prototype.getFadeOut=function(){return this._$eo},s.prototype._$4T=function(){return this._$eo},s.prototype._$mT=function(){return this._$V0},s.prototype.getDurationMSec=function(){return-1},s.prototype.getLoopDurationMSec=function(){return-1},s.prototype.updateParam=function(t,i){if(i._$AT&&!i._$9L){var e=w.getUserTimeMSec();if(i._$z2<0){i._$z2=e,i._$bs=e;var r=this.getDurationMSec();i._$Do<0&&(i._$Do=r<=0?-1:i._$z2+r)}var o=this._$V0;o=o*(0==this._$dP?1:ht._$r2((e-i._$bs)/this._$dP))*(0==this._$eo||i._$Do<0?1:ht._$r2((i._$Do-e)/this._$eo)),0<=o&&o<=1||console.log("### assert!! ### "),this.updateParamExe(t,e,o,i),i._$Do>0&&i._$Do<e&&(i._$9L=!0)}},s.prototype.updateParamExe=function(t,i,e,r){},_._$8s=0,_._$fT=new Object,_.start=function(t){var i=_._$fT[t];null==i&&(i=new a,i._$r=t,_._$fT[t]=i),i._$0S=w.getSystemTimeMSec()},_.dump=function(t){var i=_._$fT[t];if(null!=i){var e=w.getSystemTimeMSec(),r=e-i._$0S;return console.log(t+" : "+r+"ms"),r}return-1},_.end=function(t){var i=_._$fT[t];if(null!=i){return w.getSystemTimeMSec()-i._$0S}return-1},_._$li=function(t,i){console.log("_$li : "+t+"\n",i)},_._$Ji=function(t,i){console.log(t,i)},_._$dL=function(t,i){console.log(t,i),console.log("\n")},_._$KL=function(t,i){for(var e=0;e<i;e++)e%16==0&&e>0?console.log("\n"):e%8==0&&e>0&&console.log("  "),console.log("%02X ",255&t[e]);console.log("\n")},_._$nr=function(t,i,e){console.log("%s\n",t);for(var r=i.length,o=0;o<r;++o)console.log("%5d",i[o]),console.log("%s\n",e),console.log(",");console.log("\n")},_._$Rb=function(t){console.log("dump exception : "+t),console.log("stack :: "+t.stack)},h.prototype._$8P=function(){return.5*(this.x+this.x+this.width)},h.prototype._$6P=function(){return.5*(this.y+this.y+this.height)},h.prototype._$EL=function(){return this.x+this.width},h.prototype._$5T=function(){return this.y+this.height},h.prototype._$jL=function(t,i,e,r){this.x=t,this.y=i,this.width=e,this.height=r},h.prototype._$jL=function(t){this.x=t.x,this.y=t.y,this.width=t.width,this.height=t.height},l.prototype=new et,l._$tP=new Object,l._$27=function(){l._$tP.clear()},l.getID=function(t){var i=l._$tP[t];return null==i&&(i=new l(t),l._$tP[t]=i),i},l.prototype._$3s=function(){return new l},u.prototype=new et,u._$tP=new Object,u._$27=function(){u._$tP.clear()},u.getID=function(t){var i=u._$tP[t];return null==i&&(i=new u(t),u._$tP[t]=i),i},u.prototype._$3s=function(){return new u},p._$42=0,p.prototype._$zP=function(){null==this._$vo&&(this._$vo=new ot),null==this._$F2&&(this._$F2=new Array)},p.prototype.getCanvasWidth=function(){return this._$ao},p.prototype.getCanvasHeight=function(){return this._$1S},p.prototype._$F0=function(t){this._$vo=t._$nP(),this._$F2=t._$nP(),this._$ao=t._$6L(),this._$1S=t._$6L()},p.prototype._$6S=function(t){this._$F2.push(t)},p.prototype._$Xr=function(){return this._$F2},p.prototype._$E2=function(){return this._$vo},f.prototype.setup=function(t,i,e){this._$ks=this._$Yb(),this.p2._$xT(),3==arguments.length&&(this._$Fo=t,this._$L2=i,this.p1._$p=e,this.p2._$p=e,this.p2.y=t,this.setup())},f.prototype.getPhysicsPoint1=function(){return this.p1},f.prototype.getPhysicsPoint2=function(){return this.p2},f.prototype._$qr=function(){return this._$Db},f.prototype._$pr=function(t){this._$Db=t},f.prototype._$5r=function(){return this._$M2},f.prototype._$Cs=function(){return this._$9b},f.prototype._$Yb=function(){return-180*Math.atan2(this.p1.x-this.p2.x,-(this.p1.y-this.p2.y))/Math.PI},f.prototype.addSrcParam=function(t,i,e,r){var o=new g(t,i,e,r);this._$lL.push(o)},f.prototype.addTargetParam=function(t,i,e,r){var o=new T(t,i,e,r);this._$qP.push(o)},f.prototype.update=function(t,i){if(0==this._$iP)return this._$iP=this._$iT=i,void(this._$Fo=Math.sqrt((this.p1.x-this.p2.x)*(this.p1.x-this.p2.x)+(this.p1.y-this.p2.y)*(this.p1.y-this.p2.y)));var e=(i-this._$iT)/1e3;if(0!=e){for(var r=this._$lL.length-1;r>=0;--r){this._$lL[r]._$oP(t,this)}this._$oo(t,e),this._$M2=this._$Yb(),this._$9b=(this._$M2-this._$ks)/e,this._$ks=this._$M2}for(var r=this._$qP.length-1;r>=0;--r){this._$qP[r]._$YS(t,this)}this._$iT=i},f.prototype._$oo=function(t,i){i<.033&&(i=.033);var e=1/i;this.p1.vx=(this.p1.x-this.p1._$s0)*e,this.p1.vy=(this.p1.y-this.p1._$70)*e,this.p1.ax=(this.p1.vx-this.p1._$7L)*e,this.p1.ay=(this.p1.vy-this.p1._$HL)*e,this.p1.fx=this.p1.ax*this.p1._$p,this.p1.fy=this.p1.ay*this.p1._$p,this.p1._$xT();var r,o,n=-Math.atan2(this.p1.y-this.p2.y,this.p1.x-this.p2.x),s=Math.cos(n),_=Math.sin(n),a=9.8*this.p2._$p,h=this._$Db*Lt._$bS,l=a*Math.cos(n-h);r=l*_,o=l*s;var $=-this.p1.fx*_*_,u=-this.p1.fy*_*s,p=-this.p2.vx*this._$L2,f=-this.p2.vy*this._$L2;this.p2.fx=r+$+p,this.p2.fy=o+u+f,this.p2.ax=this.p2.fx/this.p2._$p,this.p2.ay=this.p2.fy/this.p2._$p,this.p2.vx+=this.p2.ax*i,this.p2.vy+=this.p2.ay*i,this.p2.x+=this.p2.vx*i,this.p2.y+=this.p2.vy*i;var c=Math.sqrt((this.p1.x-this.p2.x)*(this.p1.x-this.p2.x)+(this.p1.y-this.p2.y)*(this.p1.y-this.p2.y));this.p2.x=this.p1.x+this._$Fo*(this.p2.x-this.p1.x)/c,this.p2.y=this.p1.y+this._$Fo*(this.p2.y-this.p1.y)/c,this.p2.vx=(this.p2.x-this.p2._$s0)*e,this.p2.vy=(this.p2.y-this.p2._$70)*e,this.p2._$xT()},c.prototype._$xT=function(){this._$s0=this.x,this._$70=this.y,this._$7L=this.vx,this._$HL=this.vy},d.prototype._$oP=function(t,i){},g.prototype=new d,g.prototype._$oP=function(t,i){var e=this.scale*t.getParamFloat(this._$wL),r=i.getPhysicsPoint1();switch(this._$tL){default:case f.Src.SRC_TO_X:r.x=r.x+(e-r.x)*this._$V0;break;case f.Src.SRC_TO_Y:r.y=r.y+(e-r.y)*this._$V0;break;case f.Src.SRC_TO_G_ANGLE:var o=i._$qr();o+=(e-o)*this._$V0,i._$pr(o)}},y.prototype._$YS=function(t,i){},T.prototype=new y,T.prototype._$YS=function(t,i){switch(this._$YP){default:case f.Target.TARGET_FROM_ANGLE:t.setParamFloat(this._$wL,this.scale*i._$5r(),this._$V0);break;case f.Target.TARGET_FROM_ANGLE_V:t.setParamFloat(this._$wL,this.scale*i._$Cs(),this._$V0)}},f.Src=function(){},f.Src.SRC_TO_X="SRC_TO_X",f.Src.SRC_TO_Y="SRC_TO_Y",f.Src.SRC_TO_G_ANGLE="SRC_TO_G_ANGLE",f.Target=function(){},f.Target.TARGET_FROM_ANGLE="TARGET_FROM_ANGLE",f.Target.TARGET_FROM_ANGLE_V="TARGET_FROM_ANGLE_V",P.prototype.init=function(t){this._$fL=t._$fL,this._$gL=t._$gL,this._$B0=t._$B0,this._$z0=t._$z0,this._$qT=t._$qT,this.reflectX=t.reflectX,this.reflectY=t.reflectY},P.prototype._$F0=function(t){this._$fL=t._$_T(),this._$gL=t._$_T(),this._$B0=t._$_T(),this._$z0=t._$_T(),this._$qT=t._$_T(),t.getFormatVersion()>=G.LIVE2D_FORMAT_VERSION_V2_10_SDK2&&(this.reflectX=t._$po(),this.reflectY=t._$po())},P.prototype._$e=function(){};var It=function(){};It._$ni=function(t,i,e,r,o,n,s,_,a){var h=s*n-_*o;if(0==h)return null;var l,$=((t-e)*n-(i-r)*o)/h;return l=0!=o?(t-e-$*s)/o:(i-r-$*_)/n,isNaN(l)&&(l=(t-e-$*s)/o,isNaN(l)&&(l=(i-r-$*_)/n),isNaN(l)&&(console.log("a is NaN @UtVector#_$ni() "),console.log("v1x : "+o),console.log("v1x != 0 ? "+(0!=o)))),null==a?new Array(l,$):(a[0]=l,a[1]=$,a)},S.prototype._$8P=function(){return this.x+.5*this.width},S.prototype._$6P=function(){return this.y+.5*this.height},S.prototype._$EL=function(){return this.x+this.width},S.prototype._$5T=function(){return this.y+this.height},S.prototype._$jL=function(t,i,e,r){this.x=t,this.y=i,this.width=e,this.height=r},S.prototype._$jL=function(t){this.x=t.x,this.y=t.y,this.width=t.width,this.height=t.height},S.prototype.contains=function(t,i){return this.x<=this.x&&this.y<=this.y&&this.x<=this.x+this.width&&this.y<=this.y+this.height},S.prototype.expand=function(t,i){this.x-=t,this.y-=i,this.width+=2*t,this.height+=2*i},v._$Z2=function(t,i,e,r){var o=i._$Q2(t,e),n=t._$vs(),s=t._$Tr();if(i._$zr(n,s,o),o<=0)return r[n[0]];if(1==o){var _=r[n[0]],a=r[n[1]],h=s[0];return _+(a-_)*h|0}if(2==o){var _=r[n[0]],a=r[n[1]],l=r[n[2]],$=r[n[3]],h=s[0],u=s[1],p=_+(a-_)*h|0,f=l+($-l)*h|0;return p+(f-p)*u|0}if(3==o){var c=r[n[0]],d=r[n[1]],g=r[n[2]],y=r[n[3]],m=r[n[4]],T=r[n[5]],P=r[n[6]],S=r[n[7]],h=s[0],u=s[1],v=s[2],_=c+(d-c)*h|0,a=g+(y-g)*h|0,l=m+(T-m)*h|0,$=P+(S-P)*h|0,p=_+(a-_)*u|0,f=l+($-l)*u|0;return p+(f-p)*v|0}if(4==o){var L=r[n[0]],M=r[n[1]],E=r[n[2]],A=r[n[3]],I=r[n[4]],w=r[n[5]],x=r[n[6]],O=r[n[7]],D=r[n[8]],R=r[n[9]],b=r[n[10]],F=r[n[11]],C=r[n[12]],N=r[n[13]],B=r[n[14]],U=r[n[15]],h=s[0],u=s[1],v=s[2],G=s[3],c=L+(M-L)*h|0,d=E+(A-E)*h|0,g=I+(w-I)*h|0,y=x+(O-x)*h|0,m=D+(R-D)*h|0,T=b+(F-b)*h|0,P=C+(N-C)*h|0,S=B+(U-B)*h|0,_=c+(d-c)*u|0,a=g+(y-g)*u|0,l=m+(T-m)*u|0,$=P+(S-P)*u|0,p=_+(a-_)*v|0,f=l+($-l)*v|0;return p+(f-p)*G|0}for(var Y=1<<o,k=new Float32Array(Y),V=0;V<Y;V++){for(var X=V,z=1,H=0;H<o;H++)z*=X%2==0?1-s[H]:s[H],X/=2;k[V]=z}for(var W=new Float32Array(Y),j=0;j<Y;j++)W[j]=r[n[j]];for(var q=0,j=0;j<Y;j++)q+=k[j]*W[j];return q+.5|0},v._$br=function(t,i,e,r){var o=i._$Q2(t,e),n=t._$vs(),s=t._$Tr();if(i._$zr(n,s,o),o<=0)return r[n[0]];if(1==o){var _=r[n[0]],a=r[n[1]],h=s[0];return _+(a-_)*h}if(2==o){var _=r[n[0]],a=r[n[1]],l=r[n[2]],$=r[n[3]],h=s[0],u=s[1];return(1-u)*(_+(a-_)*h)+u*(l+($-l)*h)}if(3==o){var p=r[n[0]],f=r[n[1]],c=r[n[2]],d=r[n[3]],g=r[n[4]],y=r[n[5]],m=r[n[6]],T=r[n[7]],h=s[0],u=s[1],P=s[2];return(1-P)*((1-u)*(p+(f-p)*h)+u*(c+(d-c)*h))+P*((1-u)*(g+(y-g)*h)+u*(m+(T-m)*h))}if(4==o){var S=r[n[0]],v=r[n[1]],L=r[n[2]],M=r[n[3]],E=r[n[4]],A=r[n[5]],I=r[n[6]],w=r[n[7]],x=r[n[8]],O=r[n[9]],D=r[n[10]],R=r[n[11]],b=r[n[12]],F=r[n[13]],C=r[n[14]],N=r[n[15]],h=s[0],u=s[1],P=s[2],B=s[3];return(1-B)*((1-P)*((1-u)*(S+(v-S)*h)+u*(L+(M-L)*h))+P*((1-u)*(E+(A-E)*h)+u*(I+(w-I)*h)))+B*((1-P)*((1-u)*(x+(O-x)*h)+u*(D+(R-D)*h))+P*((1-u)*(b+(F-b)*h)+u*(C+(N-C)*h)))}for(var U=1<<o,G=new Float32Array(U),Y=0;Y<U;Y++){for(var k=Y,V=1,X=0;X<o;X++)V*=k%2==0?1-s[X]:s[X],k/=2;G[Y]=V}for(var z=new Float32Array(U),H=0;H<U;H++)z[H]=r[n[H]];for(var W=0,H=0;H<U;H++)W+=G[H]*z[H];return W},v._$Vr=function(t,i,e,r,o,n,s,_){var a=i._$Q2(t,e),h=t._$vs(),l=t._$Tr();i._$zr(h,l,a);var $=2*r,u=s;if(a<=0){var p=h[0],f=o[p];if(2==_&&0==s)w._$jT(f,0,n,0,$);else for(var c=0;c<$;)n[u]=f[c++],n[u+1]=f[c++],u+=_}else if(1==a)for(var f=o[h[0]],d=o[h[1]],g=l[0],y=1-g,c=0;c<$;)n[u]=f[c]*y+d[c]*g,++c,n[u+1]=f[c]*y+d[c]*g,++c,u+=_;else if(2==a)for(var f=o[h[0]],d=o[h[1]],m=o[h[2]],T=o[h[3]],g=l[0],P=l[1],y=1-g,S=1-P,v=S*y,L=S*g,M=P*y,E=P*g,c=0;c<$;)n[u]=v*f[c]+L*d[c]+M*m[c]+E*T[c],++c,n[u+1]=v*f[c]+L*d[c]+M*m[c]+E*T[c],++c,u+=_;else if(3==a)for(var A=o[h[0]],I=o[h[1]],x=o[h[2]],O=o[h[3]],D=o[h[4]],R=o[h[5]],b=o[h[6]],F=o[h[7]],g=l[0],P=l[1],C=l[2],y=1-g,S=1-P,N=1-C,B=N*S*y,U=N*S*g,G=N*P*y,Y=N*P*g,k=C*S*y,V=C*S*g,X=C*P*y,z=C*P*g,c=0;c<$;)n[u]=B*A[c]+U*I[c]+G*x[c]+Y*O[c]+k*D[c]+V*R[c]+X*b[c]+z*F[c],++c,n[u+1]=B*A[c]+U*I[c]+G*x[c]+Y*O[c]+k*D[c]+V*R[c]+X*b[c]+z*F[c],++c,u+=_;else if(4==a)for(var H=o[h[0]],W=o[h[1]],j=o[h[2]],q=o[h[3]],J=o[h[4]],Q=o[h[5]],Z=o[h[6]],K=o[h[7]],tt=o[h[8]],it=o[h[9]],et=o[h[10]],rt=o[h[11]],ot=o[h[12]],nt=o[h[13]],st=o[h[14]],_t=o[h[15]],g=l[0],P=l[1],C=l[2],at=l[3],y=1-g,S=1-P,N=1-C,ht=1-at,lt=ht*N*S*y,$t=ht*N*S*g,ut=ht*N*P*y,pt=ht*N*P*g,ft=ht*C*S*y,ct=ht*C*S*g,dt=ht*C*P*y,gt=ht*C*P*g,yt=at*N*S*y,mt=at*N*S*g,Tt=at*N*P*y,Pt=at*N*P*g,St=at*C*S*y,vt=at*C*S*g,Lt=at*C*P*y,Mt=at*C*P*g,c=0;c<$;)n[u]=lt*H[c]+$t*W[c]+ut*j[c]+pt*q[c]+ft*J[c]+ct*Q[c]+dt*Z[c]+gt*K[c]+yt*tt[c]+mt*it[c]+Tt*et[c]+Pt*rt[c]+St*ot[c]+vt*nt[c]+Lt*st[c]+Mt*_t[c],++c,n[u+1]=lt*H[c]+$t*W[c]+ut*j[c]+pt*q[c]+ft*J[c]+ct*Q[c]+dt*Z[c]+gt*K[c]+yt*tt[c]+mt*it[c]+Tt*et[c]+Pt*rt[c]+St*ot[c]+vt*nt[c]+Lt*st[c]+Mt*_t[c],++c,u+=_;else{for(var Et=1<<a,At=new Float32Array(Et),It=0;It<Et;It++){for(var wt=It,xt=1,Ot=0;Ot<a;Ot++)xt*=wt%2==0?1-l[Ot]:l[Ot],wt/=2;At[It]=xt}for(var Dt=new Float32Array(Et),Rt=0;Rt<Et;Rt++)Dt[Rt]=o[h[Rt]];for(var c=0;c<$;){for(var bt=0,Ft=0,Ct=c+1,Rt=0;Rt<Et;Rt++)bt+=At[Rt]*Dt[Rt][c],Ft+=At[Rt]*Dt[Rt][Ct];c+=2,n[u]=bt,n[u+1]=Ft,u+=_}}},L.prototype._$HT=function(t,i){this.x=t,this.y=i},L.prototype._$HT=function(t){this.x=t.x,this.y=t.y},M._$ur=-2,M._$ES=500,M._$wb=2,M._$8S=3,M._$52=M._$ES,M._$R2=M._$ES,M._$or=function(){return M._$52},M._$Pr=function(){return M._$R2},M.prototype.convertClipIDForV2_11=function(t){var i=[];return null==t?null:0==t.length?null:/,/.test(t)?i=t.id.split(","):(i.push(t.id),i)},M.prototype._$F0=function(t){this._$gP=t._$nP(),this._$dr=t._$nP(),this._$GS=t._$nP(),this._$qb=t._$6L(),this._$Lb=t._$cS(),this._$mS=t._$Tb(),t.getFormatVersion()>=G._$T7?(this.clipID=t._$nP(),this.clipIDList=this.convertClipIDForV2_11(this.clipID)):this.clipIDList=[],this._$MS(this._$Lb)},M.prototype.getClipIDList=function(){return this.clipIDList},M.prototype.init=function(t){},M.prototype._$Nr=function(t,i){if(i._$IS[0]=!1,i._$Us=v._$Z2(t,this._$GS,i._$IS,this._$Lb),at._$Zs);else if(i._$IS[0])return;i._$7s=v._$br(t,this._$GS,i._$IS,this._$mS)},M.prototype._$2b=function(t,i){},M.prototype.getDrawDataID=function(){return this._$gP},M.prototype._$j2=function(t){this._$gP=t},M.prototype.getOpacity=function(t,i){return i._$7s},M.prototype._$zS=function(t,i){return i._$Us},M.prototype._$MS=function(t){for(var i=t.length-1;i>=0;--i){var e=t[i];e<M._$52?M._$52=e:e>M._$R2&&(M._$R2=e)}},M.prototype.getTargetBaseDataID=function(){return this._$dr},M.prototype._$gs=function(t){this._$dr=t},M.prototype._$32=function(){return null!=this._$dr&&this._$dr!=yt._$2o()},M.prototype.preDraw=function(t,i,e){},M.prototype.draw=function(t,i,e){},M.prototype.getType=function(){},M.prototype._$B2=function(t,i,e){},E._$ps=32,E.CLIPPING_PROCESS_NONE=0,E.CLIPPING_PROCESS_OVERWRITE_ALPHA=1,E.CLIPPING_PROCESS_MULTIPLY_ALPHA=2,E.CLIPPING_PROCESS_DRAW=3,E.CLIPPING_PROCESS_CLEAR_ALPHA=4,E.prototype.setChannelFlagAsColor=function(t,i){this.CHANNEL_COLORS[t]=i},E.prototype.getChannelFlagAsColor=function(t){return this.CHANNEL_COLORS[t]},E.prototype._$ZT=function(){},E.prototype._$Uo=function(t,i,e,r,o,n,s){},E.prototype._$Rs=function(){return-1},E.prototype._$Ds=function(t){},E.prototype.setBaseColor=function(t,i,e,r){t<0?t=0:t>1&&(t=1),i<0?i=0:i>1&&(i=1),e<0?e=0:e>1&&(e=1),r<0?r=0:r>1&&(r=1),this._$lT=t,this._$C0=i,this._$tT=e,this._$WL=r},E.prototype._$WP=function(t){this.culling=t},E.prototype.setMatrix=function(t){for(var i=0;i<16;i++)this.matrix4x4[i]=t[i]},E.prototype._$IT=function(){return this.matrix4x4},E.prototype.setPremultipliedAlpha=function(t){this.premultipliedAlpha=t},E.prototype.isPremultipliedAlpha=function(){return this.premultipliedAlpha},E.prototype.setAnisotropy=function(t){this.anisotropy=t},E.prototype.getAnisotropy=function(){return this.anisotropy},E.prototype.getClippingProcess=function(){return this.clippingProcess},E.prototype.setClippingProcess=function(t){this.clippingProcess=t},E.prototype.setClipBufPre_clipContextForMask=function(t){this.clipBufPre_clipContextMask=t},E.prototype.getClipBufPre_clipContextMask=function(){return this.clipBufPre_clipContextMask},E.prototype.setClipBufPre_clipContextForDraw=function(t){this.clipBufPre_clipContextDraw=t},E.prototype.getClipBufPre_clipContextDraw=function(){return this.clipBufPre_clipContextDraw},I._$ur=-2,I._$c2=1,I._$_b=2,I.prototype._$F0=function(t){this._$kP=t._$nP(),this._$dr=t._$nP()},I.prototype.readV2_opacity=function(t){t.getFormatVersion()>=G.LIVE2D_FORMAT_VERSION_V2_10_SDK2&&(this._$mS=t._$Tb())},I.prototype.init=function(t){},I.prototype._$Nr=function(t,i){},I.prototype.interpolateOpacity=function(t,i,e,r){null==this._$mS?e.setInterpolatedOpacity(1):e.setInterpolatedOpacity(v._$br(t,i,r,this._$mS))},I.prototype._$2b=function(t,i){},I.prototype._$nb=function(t,i,e,r,o,n,s){},I.prototype.getType=function(){},I.prototype._$gs=function(t){this._$dr=t},I.prototype._$a2=function(t){this._$kP=t},I.prototype.getTargetBaseDataID=function(){return this._$dr},I.prototype.getBaseDataID=function(){return this._$kP},I.prototype._$32=function(){return null!=this._$dr&&this._$dr!=yt._$2o()},w._$W2=0,w._$CS=w._$W2,w._$Mo=function(){return!0},w._$XP=function(t){try{for(var i=getTimeMSec();getTimeMSec()-i<t;);}catch(t){t._$Rb()}},w.getUserTimeMSec=function(){return w._$CS==w._$W2?w.getSystemTimeMSec():w._$CS},w.setUserTimeMSec=function(t){w._$CS=t},w.updateUserTimeMSec=function(){return w._$CS=w.getSystemTimeMSec()},w.getTimeMSec=function(){return(new Date).getTime()},w.getSystemTimeMSec=function(){return(new Date).getTime()},w._$Q=function(t){},w._$jT=function(t,i,e,r,o){for(var n=0;n<o;n++)e[r+n]=t[i+n]},x._$ds=-2,x.prototype._$F0=function(t){this._$wL=t._$nP(),this._$VP=t._$6L(),this._$GP=t._$nP()},x.prototype.getParamIndex=function(t){return this._$2r!=t&&(this._$8o=x._$ds),this._$8o},x.prototype._$Pb=function(t,i){this._$8o=t,this._$2r=i},x.prototype.getParamID=function(){return this._$wL},x.prototype._$yP=function(t){this._$wL=t},x.prototype._$N2=function(){return this._$VP},x.prototype._$d2=function(){return this._$GP},x.prototype._$t2=function(t,i){this._$VP=t,this._$GP=i},x.prototype._$Lr=function(){return this._$O2},x.prototype._$wr=function(t){this._$O2=t},x.prototype._$SL=function(){return this._$ri},x.prototype._$AL=function(t){this._$ri=t},O.startsWith=function(t,i,e){var r=i+e.length;if(r>=t.length)return!1;for(var o=i;o<r;o++)if(O.getChar(t,o)!=e.charAt(o-i))return!1;return!0},O.getChar=function(t,i){return String.fromCharCode(t.getUint8(i))},O.createString=function(t,i,e){for(var r=new ArrayBuffer(2*e),o=new Uint16Array(r),n=0;n<e;n++)o[n]=t.getUint8(i+n);return String.fromCharCode.apply(null,o)},O._$LS=function(t,i,e,r){t instanceof ArrayBuffer&&(t=new DataView(t));var o=e,n=!1,s=!1,_=0,a=O.getChar(t,o);"-"==a&&(n=!0,o++);for(var h=!1;o<i;o++){switch(a=O.getChar(t,o)){case"0":_*=10;break;case"1":_=10*_+1;break;case"2":_=10*_+2;break;case"3":_=10*_+3;break;case"4":_=10*_+4;break;case"5":_=10*_+5;break;case"6":_=10*_+6;break;case"7":_=10*_+7;break;case"8":_=10*_+8;break;case"9":_=10*_+9;break;case".":s=!0,o++,h=!0;break;default:h=!0}if(h)break}if(s)for(var l=.1,$=!1;o<i;o++){switch(a=O.getChar(t,o)){case"0":break;case"1":_+=1*l;break;case"2":_+=2*l;break;case"3":_+=3*l;break;case"4":_+=4*l;break;case"5":_+=5*l;break;case"6":_+=6*l;break;case"7":_+=7*l;break;case"8":_+=8*l;break;case"9":_+=9*l;break;default:$=!0}if(l*=.1,$)break}return n&&(_=-_),r[0]=o,_},D.prototype._$zP=function(){this._$Ob=new Array},D.prototype._$F0=function(t){this._$Ob=t._$nP()},D.prototype._$Ur=function(t){if(t._$WS())return!0;for(var i=t._$v2(),e=this._$Ob.length-1;e>=0;--e){var r=this._$Ob[e].getParamIndex(i);if(r==x._$ds&&(r=t.getParamIndex(this._$Ob[e].getParamID())),t._$Xb(r))return!0}return!1},D.prototype._$Q2=function(t,i){for(var e,r,o=this._$Ob.length,n=t._$v2(),s=0,_=0;_<o;_++){var a=this._$Ob[_];if(e=a.getParamIndex(n),e==x._$ds&&(e=t.getParamIndex(a.getParamID()),a._$Pb(e,n)),e<0)throw new Exception("err 23242 : "+a.getParamID());var h=e<0?0:t.getParamFloat(e);r=a._$N2();var l,$,u=a._$d2(),p=-1,f=0;if(r<1);else if(1==r)l=u[0],l-U._$J<h&&h<l+U._$J?(p=0,f=0):(p=0,i[0]=!0);else if(l=u[0],h<l-U._$J)p=0,i[0]=!0;else if(h<l+U._$J)p=0;else{for(var c=!1,d=1;d<r;++d){if($=u[d],h<$+U._$J){$-U._$J<h?p=d:(p=d-1,f=(h-l)/($-l),s++),c=!0;break}l=$}c||(p=r-1,f=0,i[0]=!0)}a._$wr(p),a._$AL(f)}return s},D.prototype._$zr=function(t,i,e){var r=1<<e;r+1>U._$Qb&&console.log("err 23245\n");for(var o=this._$Ob.length,n=1,s=1,_=0,a=0;a<r;++a)t[a]=0;for(var h=0;h<o;++h){var l=this._$Ob[h];if(0==l._$SL()){var $=l._$Lr()*n;if($<0&&at._$3T)throw new Exception("err 23246");for(var a=0;a<r;++a)t[a]+=$}else{for(var $=n*l._$Lr(),u=n*(l._$Lr()+1),a=0;a<r;++a)t[a]+=(a/s|0)%2==0?$:u;i[_++]=l._$SL(),s*=2}n*=l._$N2()}t[r]=65535,i[_]=-1},D.prototype._$h2=function(t,i,e){for(var r=new Float32Array(i),o=0;o<i;++o)r[o]=e[o];var n=new x;n._$yP(t),n._$t2(i,r),this._$Ob.push(n)},D.prototype._$J2=function(t){for(var i=t,e=this._$Ob.length,r=0;r<e;++r){var o=this._$Ob[r],n=o._$N2(),s=i%o._$N2(),_=o._$d2()[s];console.log("%s[%d]=%7.2f / ",o.getParamID(),s,_),i/=n}console.log("\n")},D.prototype.getParamCount=function(){return this._$Ob.length},D.prototype._$zs=function(){return this._$Ob},R.prototype.identity=function(){for(var t=0;t<16;t++)this.m[t]=t%5==0?1:0},R.prototype.getArray=function(){return this.m},R.prototype.getCopyMatrix=function(){return new Float32Array(this.m)},R.prototype.setMatrix=function(t){if(null!=t&&16==t.length)for(var i=0;i<16;i++)this.m[i]=t[i]},R.prototype.mult=function(t,i,e){return null==i?null:(this==i?this.mult_safe(this.m,t.m,i.m,e):this.mult_fast(this.m,t.m,i.m,e),i)},R.prototype.mult_safe=function(t,i,e,r){if(t==e){var o=new Array(16);this.mult_fast(t,i,o,r);for(var n=15;n>=0;--n)e[n]=o[n]}else this.mult_fast(t,i,e,r)},R.prototype.mult_fast=function(t,i,e,r){r?(e[0]=t[0]*i[0]+t[4]*i[1]+t[8]*i[2],e[4]=t[0]*i[4]+t[4]*i[5]+t[8]*i[6],e[8]=t[0]*i[8]+t[4]*i[9]+t[8]*i[10],e[12]=t[0]*i[12]+t[4]*i[13]+t[8]*i[14]+t[12],e[1]=t[1]*i[0]+t[5]*i[1]+t[9]*i[2],e[5]=t[1]*i[4]+t[5]*i[5]+t[9]*i[6],e[9]=t[1]*i[8]+t[5]*i[9]+t[9]*i[10],e[13]=t[1]*i[12]+t[5]*i[13]+t[9]*i[14]+t[13],e[2]=t[2]*i[0]+t[6]*i[1]+t[10]*i[2],e[6]=t[2]*i[4]+t[6]*i[5]+t[10]*i[6],e[10]=t[2]*i[8]+t[6]*i[9]+t[10]*i[10],e[14]=t[2]*i[12]+t[6]*i[13]+t[10]*i[14]+t[14],e[3]=e[7]=e[11]=0,e[15]=1):(e[0]=t[0]*i[0]+t[4]*i[1]+t[8]*i[2]+t[12]*i[3],e[4]=t[0]*i[4]+t[4]*i[5]+t[8]*i[6]+t[12]*i[7],e[8]=t[0]*i[8]+t[4]*i[9]+t[8]*i[10]+t[12]*i[11],e[12]=t[0]*i[12]+t[4]*i[13]+t[8]*i[14]+t[12]*i[15],e[1]=t[1]*i[0]+t[5]*i[1]+t[9]*i[2]+t[13]*i[3],e[5]=t[1]*i[4]+t[5]*i[5]+t[9]*i[6]+t[13]*i[7],e[9]=t[1]*i[8]+t[5]*i[9]+t[9]*i[10]+t[13]*i[11],e[13]=t[1]*i[12]+t[5]*i[13]+t[9]*i[14]+t[13]*i[15],e[2]=t[2]*i[0]+t[6]*i[1]+t[10]*i[2]+t[14]*i[3],e[6]=t[2]*i[4]+t[6]*i[5]+t[10]*i[6]+t[14]*i[7],e[10]=t[2]*i[8]+t[6]*i[9]+t[10]*i[10]+t[14]*i[11],e[14]=t[2]*i[12]+t[6]*i[13]+t[10]*i[14]+t[14]*i[15],e[3]=t[3]*i[0]+t[7]*i[1]+t[11]*i[2]+t[15]*i[3],e[7]=t[3]*i[4]+t[7]*i[5]+t[11]*i[6]+t[15]*i[7],e[11]=t[3]*i[8]+t[7]*i[9]+t[11]*i[10]+t[15]*i[11],e[15]=t[3]*i[12]+t[7]*i[13]+t[11]*i[14]+t[15]*i[15])},R.prototype.translate=function(t,i,e){this.m[12]=this.m[0]*t+this.m[4]*i+this.m[8]*e+this.m[12],this.m[13]=this.m[1]*t+this.m[5]*i+this.m[9]*e+this.m[13],this.m[14]=this.m[2]*t+this.m[6]*i+this.m[10]*e+this.m[14],this.m[15]=this.m[3]*t+this.m[7]*i+this.m[11]*e+this.m[15]},R.prototype.scale=function(t,i,e){this.m[0]*=t,this.m[4]*=i,this.m[8]*=e,this.m[1]*=t,this.m[5]*=i,this.m[9]*=e,this.m[2]*=t,this.m[6]*=i,this.m[10]*=e,this.m[3]*=t,this.m[7]*=i,this.m[11]*=e},R.prototype.rotateX=function(t){var i=Lt.fcos(t),e=Lt._$9(t),r=this.m[4];this.m[4]=r*i+this.m[8]*e,this.m[8]=r*-e+this.m[8]*i,r=this.m[5],this.m[5]=r*i+this.m[9]*e,this.m[9]=r*-e+this.m[9]*i,r=this.m[6],this.m[6]=r*i+this.m[10]*e,this.m[10]=r*-e+this.m[10]*i,r=this.m[7],this.m[7]=r*i+this.m[11]*e,this.m[11]=r*-e+this.m[11]*i},R.prototype.rotateY=function(t){var i=Lt.fcos(t),e=Lt._$9(t),r=this.m[0];this.m[0]=r*i+this.m[8]*-e,this.m[8]=r*e+this.m[8]*i,r=this.m[1],this.m[1]=r*i+this.m[9]*-e,this.m[9]=r*e+this.m[9]*i,r=m[2],this.m[2]=r*i+this.m[10]*-e,this.m[10]=r*e+this.m[10]*i,r=m[3],this.m[3]=r*i+this.m[11]*-e,this.m[11]=r*e+this.m[11]*i},R.prototype.rotateZ=function(t){var i=Lt.fcos(t),e=Lt._$9(t),r=this.m[0];this.m[0]=r*i+this.m[4]*e,this.m[4]=r*-e+this.m[4]*i,r=this.m[1],this.m[1]=r*i+this.m[5]*e,this.m[5]=r*-e+this.m[5]*i,r=this.m[2],this.m[2]=r*i+this.m[6]*e,this.m[6]=r*-e+this.m[6]*i,r=this.m[3],this.m[3]=r*i+this.m[7]*e,this.m[7]=r*-e+this.m[7]*i},b.prototype=new et,b._$tP=new Object,b._$27=function(){b._$tP.clear()},b.getID=function(t){var i=b._$tP[t];return null==i&&(i=new b(t),b._$tP[t]=i),i},b.prototype._$3s=function(){return new b},F._$kS=-1,F._$pS=0,F._$hb=1,F.STATE_IDENTITY=0,F._$gb=1,F._$fo=2,F._$go=4,F.prototype.transform=function(t,i,e){var r,o,n,s,_,a,h=0,l=0;switch(this._$hi){default:return;case F._$go|F._$fo|F._$gb:for(r=this._$7,o=this._$H,n=this._$k,s=this._$f,_=this._$g,a=this._$w;--e>=0;){var $=t[h++],u=t[h++];i[l++]=r*$+o*u+n,i[l++]=s*$+_*u+a}return;case F._$go|F._$fo:for(r=this._$7,o=this._$H,s=this._$f,_=this._$g;--e>=0;){var $=t[h++],u=t[h++];i[l++]=r*$+o*u,i[l++]=s*$+_*u}return;case F._$go|F._$gb:for(o=this._$H,n=this._$k,s=this._$f,a=this._$w;--e>=0;){var $=t[h++];i[l++]=o*t[h++]+n,i[l++]=s*$+a}return;case F._$go:for(o=this._$H,s=this._$f;--e>=0;){var $=t[h++];i[l++]=o*t[h++],i[l++]=s*$}return;case F._$fo|F._$gb:for(r=this._$7,n=this._$k,_=this._$g,a=this._$w;--e>=0;)i[l++]=r*t[h++]+n,i[l++]=_*t[h++]+a;return;case F._$fo:for(r=this._$7,_=this._$g;--e>=0;)i[l++]=r*t[h++],i[l++]=_*t[h++];return;case F._$gb:for(n=this._$k,a=this._$w;--e>=0;)i[l++]=t[h++]+n,i[l++]=t[h++]+a;return;case F.STATE_IDENTITY:return void(t==i&&h==l||w._$jT(t,h,i,l,2*e))}},F.prototype.update=function(){0==this._$H&&0==this._$f?1==this._$7&&1==this._$g?0==this._$k&&0==this._$w?(this._$hi=F.STATE_IDENTITY,this._$Z=F._$pS):(this._$hi=F._$gb,this._$Z=F._$hb):0==this._$k&&0==this._$w?(this._$hi=F._$fo,this._$Z=F._$kS):(this._$hi=F._$fo|F._$gb,this._$Z=F._$kS):0==this._$7&&0==this._$g?0==this._$k&&0==this._$w?(this._$hi=F._$go,this._$Z=F._$kS):(this._$hi=F._$go|F._$gb,this._$Z=F._$kS):0==this._$k&&0==this._$w?(this._$hi=F._$go|F._$fo,this._$Z=F._$kS):(this._$hi=F._$go|F._$fo|F._$gb,this._$Z=F._$kS)},F.prototype._$RT=function(t){this._$IT(t);var i=t[0],e=t[2],r=t[1],o=t[3],n=Math.sqrt(i*i+r*r),s=i*o-e*r;0==n?at._$so&&console.log("affine._$RT() / rt==0"):(t[0]=n,t[1]=s/n,t[2]=(r*o+i*e)/s,t[3]=Math.atan2(r,i))},F.prototype._$ho=function(t,i,e,r){var o=new Float32Array(6),n=new Float32Array(6);t._$RT(o),i._$RT(n);var s=new Float32Array(6);s[0]=o[0]+(n[0]-o[0])*e,s[1]=o[1]+(n[1]-o[1])*e,s[2]=o[2]+(n[2]-o[2])*e,s[3]=o[3]+(n[3]-o[3])*e,s[4]=o[4]+(n[4]-o[4])*e,s[5]=o[5]+(n[5]-o[5])*e,r._$CT(s)},F.prototype._$CT=function(t){var i=Math.cos(t[3]),e=Math.sin(t[3]);this._$7=t[0]*i,this._$f=t[0]*e,this._$H=t[1]*(t[2]*i-e),this._$g=t[1]*(t[2]*e+i),this._$k=t[4],this._$w=t[5],this.update()},F.prototype._$IT=function(t){t[0]=this._$7,t[1]=this._$f,t[2]=this._$H,t[3]=this._$g,t[4]=this._$k,t[5]=this._$w},C.prototype=new s,C._$cs="VISIBLE:",C._$ar="LAYOUT:",C._$Co=0,C._$D2=[],C._$1T=1,C.loadMotion=function(t){var i=new C,e=[0],r=t.length;i._$yT=0;for(var o=0;o<r;++o){var n=255&t[o];if("\n"!=n&&"\r"!=n)if("#"!=n)if("$"!=n){if("a"<=n&&n<="z"||"A"<=n&&n<="Z"||"_"==n){for(var s=o,_=-1;o<r&&("\r"!=(n=255&t[o])&&"\n"!=n);++o)if("="==n){_=o;break}if(_>=0){var a=new B;O.startsWith(t,s,C._$cs)?(a._$RP=B._$hs,a._$4P=new String(t,s,_-s)):O.startsWith(t,s,C._$ar)?(a._$4P=new String(t,s+7,_-s-7),O.startsWith(t,s+7,"ANCHOR_X")?a._$RP=B._$xs:O.startsWith(t,s+7,"ANCHOR_Y")?a._$RP=B._$us:O.startsWith(t,s+7,"SCALE_X")?a._$RP=B._$qs:O.startsWith(t,s+7,"SCALE_Y")?a._$RP=B._$Ys:O.startsWith(t,s+7,"X")?a._$RP=B._$ws:O.startsWith(t,s+7,"Y")&&(a._$RP=B._$Ns)):(a._$RP=B._$Fr,a._$4P=new String(t,s,_-s)),i.motions.push(a);var h=0;for(C._$D2.clear(),o=_+1;o<r&&("\r"!=(n=255&t[o])&&"\n"!=n);++o)if(","!=n&&" "!=n&&"\t"!=n){var l=O._$LS(t,r,o,e);if(e[0]>0){C._$D2.push(l),h++;var $=e[0];if($<o){console.log("_$n0 _$hi . @Live2DMotion loadMotion()\n");break}o=$}}a._$I0=C._$D2._$BL(),h>i._$yT&&(i._$yT=h)}}}else{for(var s=o,_=-1;o<r&&("\r"!=(n=255&t[o])&&"\n"!=n);++o)if("="==n){_=o;break}var u=!1;if(_>=0)for(_==s+4&&"f"==t[s+1]&&"p"==t[s+2]&&"s"==t[s+3]&&(u=!0),o=_+1;o<r&&("\r"!=(n=255&t[o])&&"\n"!=n);++o)if(","!=n&&" "!=n&&"\t"!=n){var l=O._$LS(t,r,o,e);e[0]>0&&u&&5<l&&l<121&&(i._$D0=l),o=e[0]}for(;o<r&&("\n"!=t[o]&&"\r"!=t[o]);++o);}else for(;o<r&&("\n"!=t[o]&&"\r"!=t[o]);++o);}return i._$AS=1e3*i._$yT/i._$D0|0,i},C.prototype.getDurationMSec=function(){return this._$AS},C.prototype.dump=function(){for(var t=0;t<this.motions.length;t++){var i=this.motions[t];console.log("_$wL[%s] [%d]. ",i._$4P,i._$I0.length);for(var e=0;e<i._$I0.length&&e<10;e++)console.log("%5.2f ,",i._$I0[e]);console.log("\n")}},C.prototype.updateParamExe=function(t,i,e,r){for(var o=i-r._$z2,n=o*this._$D0/1e3,s=0|n,_=n-s,a=0;a<this.motions.length;a++){var h=this.motions[a],l=h._$I0.length,$=h._$4P;if(h._$RP==B._$hs){var u=h._$I0[s>=l?l-1:s];t.setParamFloat($,u)}else if(B._$ws<=h._$RP&&h._$RP<=B._$Ys);else{var p=t.getParamFloat($),f=h._$I0[s>=l?l-1:s],c=h._$I0[s+1>=l?l-1:s+1],d=f+(c-f)*_,g=p+(d-p)*e;t.setParamFloat($,g)}}s>=this._$yT&&(this._$E?(r._$z2=i,this.loopFadeIn&&(r._$bs=i)):r._$9L=!0)},C.prototype._$r0=function(){return this._$E},C.prototype._$aL=function(t){this._$E=t},C.prototype.isLoopFadeIn=function(){return this.loopFadeIn},C.prototype.setLoopFadeIn=function(t){this.loopFadeIn=t},N.prototype.clear=function(){this.size=0},N.prototype.add=function(t){if(this._$P.length<=this.size){var i=new Float32Array(2*this.size);w._$jT(this._$P,0,i,0,this.size),this._$P=i}this._$P[this.size++]=t},N.prototype._$BL=function(){var t=new Float32Array(this.size);return w._$jT(this._$P,0,t,0,this.size),t},B._$Fr=0,B._$hs=1,B._$ws=100,B._$Ns=101,B._$xs=102,B._$us=103,B._$qs=104,B._$Ys=105,U._$Ms=1,U._$Qs=2,U._$i2=0,U._$No=2,U._$do=U._$Ms,U._$Ls=!0,U._$1r=5,U._$Qb=65,U._$J=1e-4,U._$FT=.001,U._$Ss=3,G._$o7=6,G._$S7=7,G._$s7=8,G._$77=9,G.LIVE2D_FORMAT_VERSION_V2_10_SDK2=10,G.LIVE2D_FORMAT_VERSION_V2_11_SDK2_1=11,G._$T7=G.LIVE2D_FORMAT_VERSION_V2_11_SDK2_1,G._$Is=-2004318072,G._$h0=0,G._$4L=23,G._$7P=33,G._$uT=function(t){console.log("_$bo :: _$6 _$mo _$E0 : %d\n",t)},G._$9o=function(t){if(t<40)return G._$uT(t),null;if(t<50)return G._$uT(t),null;if(t<60)return G._$uT(t),null;if(t<100)switch(t){case 65:return new Z;case 66:return new D;case 67:return new x;case 68:return new z;case 69:return new P;case 70:return new $t;default:return G._$uT(t),null}else if(t<150)switch(t){case 131:return new st;case 133:return new tt;case 136:return new p;case 137:return new ot;case 142:return new j}return G._$uT(t),null},Y._$HP=0,Y._$_0=!0;Y._$V2=-1,Y._$W0=-1,Y._$jr=!1,Y._$ZS=!0,Y._$tr=-1e6,Y._$lr=1e6,Y._$is=32,Y._$e=!1,Y.prototype.getDrawDataIndex=function(t){for(var i=this._$aS.length-1;i>=0;--i)if(null!=this._$aS[i]&&this._$aS[i].getDrawDataID()==t)return i;return-1},Y.prototype.getDrawData=function(t){if(t instanceof b){if(null==this._$Bo){this._$Bo=new Object;for(var i=this._$aS.length,e=0;e<i;e++){var r=this._$aS[e],o=r.getDrawDataID();null!=o&&(this._$Bo[o]=r)}}return this._$Bo[id]}return t<this._$aS.length?this._$aS[t]:null},Y.prototype.release=function(){this._$3S.clear(),this._$aS.clear(),this._$F2.clear(),null!=this._$Bo&&this._$Bo.clear(),this._$db.clear(),this._$8b.clear(),this._$Hr.clear()},Y.prototype.init=function(){this._$co++,this._$F2.length>0&&this.release();for(var t=this._$Ri.getModelImpl(),i=t._$Xr(),r=i.length,o=new Array,n=new Array,s=0;s<r;++s){var _=i[s];this._$F2.push(_),this._$Hr.push(_.init(this));for(var a=_.getBaseData(),h=a.length,l=0;l<h;++l)o.push(a[l]);for(var l=0;l<h;++l){var $=a[l].init(this);$._$l2(s),n.push($)}for(var u=_.getDrawData(),p=u.length,l=0;l<p;++l){var f=u[l],c=f.init(this);c._$IP=s,this._$aS.push(f),this._$8b.push(c)}}for(var d=o.length,g=yt._$2o();;){for(var y=!1,s=0;s<d;++s){var m=o[s];if(null!=m){var T=m.getTargetBaseDataID();(null==T||T==g||this.getBaseDataIndex(T)>=0)&&(this._$3S.push(m),this._$db.push(n[s]),o[s]=null,y=!0)}}if(!y)break}var P=t._$E2();if(null!=P){var S=P._$1s();if(null!=S)for(var v=S.length,s=0;s<v;++s){var L=S[s];null!=L&&this._$02(L.getParamID(),L.getDefaultValue(),L.getMinValue(),L.getMaxValue())}}this.clipManager=new e(this.dp_webgl),this.clipManager.init(this,this._$aS,this._$8b),this._$QT=!0},Y.prototype.update=function(){Y._$e&&_.start("_$zL");for(var t=this._$_2.length,i=0;i<t;i++)this._$_2[i]!=this._$vr[i]&&(this._$Js[i]=Y._$ZS,this._$vr[i]=this._$_2[i]);var e=this._$3S.length,r=this._$aS.length,o=W._$or(),n=W._$Pr(),s=n-o+1;(null==this._$Ws||this._$Ws.length<s)&&(this._$Ws=new Int16Array(s),this._$Vs=new Int16Array(s));for(var i=0;i<s;i++)this._$Ws[i]=Y._$V2,this._$Vs[i]=Y._$V2;(null==this._$Er||this._$Er.length<r)&&(this._$Er=new Int16Array(r));for(var i=0;i<r;i++)this._$Er[i]=Y._$W0;Y._$e&&_.dump("_$zL"),Y._$e&&_.start("_$UL");for(var a=null,h=0;h<e;++h){var l=this._$3S[h],$=this._$db[h];try{l._$Nr(this,$),l._$2b(this,$)}catch(t){null==a&&(a=t)}}null!=a&&Y._$_0&&_._$Rb(a),Y._$e&&_.dump("_$UL"),Y._$e&&_.start("_$DL");for(var u=null,p=0;p<r;++p){var f=this._$aS[p],c=this._$8b[p];try{if(f._$Nr(this,c),c._$u2())continue;f._$2b(this,c);var d,g=Math.floor(f._$zS(this,c)-o);try{d=this._$Vs[g]}catch(t){console.log("_$li :: %s / %s \t\t\t\t@@_$fS\n",t.toString(),f.getDrawDataID().toString()),g=Math.floor(f._$zS(this,c)-o);continue}d==Y._$V2?this._$Ws[g]=p:this._$Er[d]=p,this._$Vs[g]=p}catch(t){null==u&&(u=t,at._$sT(at._$H7))}}null!=u&&Y._$_0&&_._$Rb(u),Y._$e&&_.dump("_$DL"),Y._$e&&_.start("_$eL");for(var i=this._$Js.length-1;i>=0;i--)this._$Js[i]=Y._$jr;return this._$QT=!1,Y._$e&&_.dump("_$eL"),!1},Y.prototype.preDraw=function(t){null!=this.clipManager&&(t._$ZT(),this.clipManager.setupClip(this,t))},Y.prototype.draw=function(t){if(null==this._$Ws)return void _._$li("call _$Ri.update() before _$Ri.draw() ");var i=this._$Ws.length;t._$ZT();for(var e=0;e<i;++e){var r=this._$Ws[e];if(r!=Y._$V2)for(;;){var o=this._$aS[r],n=this._$8b[r];if(n._$yo()){var s=n._$IP,a=this._$Hr[s];n._$VS=a.getPartsOpacity(),o.draw(t,this,n)}var h=this._$Er[r];if(h<=r||h==Y._$W0)break;r=h}}},Y.prototype.getParamIndex=function(t){for(var i=this._$pb.length-1;i>=0;--i)if(this._$pb[i]==t)return i;return this._$02(t,0,Y._$tr,Y._$lr)},Y.prototype._$BS=function(t){return this.getBaseDataIndex(t)},Y.prototype.getBaseDataIndex=function(t){for(var i=this._$3S.length-1;i>=0;--i)if(null!=this._$3S[i]&&this._$3S[i].getBaseDataID()==t)return i;return-1},Y.prototype._$UT=function(t,i){var e=new Float32Array(i);return w._$jT(t,0,e,0,t.length),e},Y.prototype._$02=function(t,i,e,r){if(this._$qo>=this._$pb.length){var o=this._$pb.length,n=new Array(2*o);w._$jT(this._$pb,0,n,0,o),this._$pb=n,this._$_2=this._$UT(this._$_2,2*o),this._$vr=this._$UT(this._$vr,2*o),this._$Rr=this._$UT(this._$Rr,2*o),this._$Or=this._$UT(this._$Or,2*o);var s=new Array;w._$jT(this._$Js,0,s,0,o),this._$Js=s}return this._$pb[this._$qo]=t,this._$_2[this._$qo]=i,this._$vr[this._$qo]=i,this._$Rr[this._$qo]=e,this._$Or[this._$qo]=r,this._$Js[this._$qo]=Y._$ZS,this._$qo++},Y.prototype._$Zo=function(t,i){this._$3S[t]=i},Y.prototype.setParamFloat=function(t,i){i<this._$Rr[t]&&(i=this._$Rr[t]),i>this._$Or[t]&&(i=this._$Or[t]),this._$_2[t]=i},Y.prototype.loadParam=function(){var t=this._$_2.length;t>this._$fs.length&&(t=this._$fs.length),w._$jT(this._$fs,0,this._$_2,0,t)},Y.prototype.saveParam=function(){var t=this._$_2.length;t>this._$fs.length&&(this._$fs=new Float32Array(t)),w._$jT(this._$_2,0,this._$fs,0,t)},Y.prototype._$v2=function(){return this._$co},Y.prototype._$WS=function(){return this._$QT},Y.prototype._$Xb=function(t){return this._$Js[t]==Y._$ZS},Y.prototype._$vs=function(){return this._$Es},Y.prototype._$Tr=function(){return this._$ZP},Y.prototype.getBaseData=function(t){return this._$3S[t]},Y.prototype.getParamFloat=function(t){return this._$_2[t]},Y.prototype.getParamMax=function(t){return this._$Or[t]},Y.prototype.getParamMin=function(t){return this._$Rr[t]},Y.prototype.setPartsOpacity=function(t,i){this._$Hr[t].setPartsOpacity(i)},Y.prototype.getPartsOpacity=function(t){return this._$Hr[t].getPartsOpacity()},Y.prototype.getPartsDataIndex=function(t){for(var i=this._$F2.length-1;i>=0;--i)if(null!=this._$F2[i]&&this._$F2[i]._$p2()==t)return i;return-1},Y.prototype._$q2=function(t){return this._$db[t]},Y.prototype._$C2=function(t){return this._$8b[t]},Y.prototype._$Bb=function(t){return this._$Hr[t]},Y.prototype._$5s=function(t,i){for(var e=this._$Ws.length,r=t,o=0;o<e;++o){var n=this._$Ws[o];if(n!=Y._$V2)for(;;){var s=this._$8b[n];s._$yo()&&(s._$GT()._$B2(this,s,r),r+=i);var _=this._$Er[n];if(_<=n||_==Y._$W0)break;n=_}}},Y.prototype.setDrawParam=function(t){this.dp_webgl=t},Y.prototype.getDrawParam=function(){return this.dp_webgl},k._$0T=function(t){return k._$0T(new _$5(t))},k._$0T=function(t){if(!t.exists())throw new _$ls(t._$3b());for(var i,e=t.length(),r=new Int8Array(e),o=new _$Xs(new _$kb(t),8192),n=0;(i=o.read(r,n,e-n))>0;)n+=i;return r},k._$C=function(t){var i=null,e=null;try{i=t instanceof Array?t:new _$Xs(t,8192),e=new _$js;for(var r,o=new Int8Array(1e3);(r=i.read(o))>0;)e.write(o,0,r);return e._$TS()}finally{null!=t&&t.close(),null!=e&&(e.flush(),e.close())}},V.prototype._$T2=function(){return w.getUserTimeMSec()+Math._$10()*(2*this._$Br-1)},V.prototype._$uo=function(t){this._$Br=t},V.prototype._$QS=function(t,i,e){this._$Dr=t,this._$Cb=i,this._$mr=e},V.prototype._$7T=function(t){var i,e=w.getUserTimeMSec(),r=0;switch(this._$_L){case STATE_CLOSING:r=(e-this._$bb)/this._$Dr,r>=1&&(r=1,this._$_L=wt.STATE_CLOSED,this._$bb=e),i=1-r;break;case STATE_CLOSED:r=(e-this._$bb)/this._$Cb,r>=1&&(this._$_L=wt.STATE_OPENING,this._$bb=e),i=0;break;case STATE_OPENING:r=(e-this._$bb)/this._$mr,r>=1&&(r=1,this._$_L=wt.STATE_INTERVAL,this._$12=this._$T2()),i=r;break;case STATE_INTERVAL:this._$12<e&&(this._$_L=wt.STATE_CLOSING,this._$bb=e),i=1;break;case STATE_FIRST:default:this._$_L=wt.STATE_INTERVAL,this._$12=this._$T2(),i=1}this._$jo||(i=-i),t.setParamFloat(this._$iL,i),t.setParamFloat(this._$0L,i)};var wt=function(){};wt.STATE_FIRST="STATE_FIRST",wt.STATE_INTERVAL="STATE_INTERVAL",wt.STATE_CLOSING="STATE_CLOSING",wt.STATE_CLOSED="STATE_CLOSED",wt.STATE_OPENING="STATE_OPENING",X.prototype=new E,X._$As=32,X._$Gr=!1,X._$NT=null,X._$vS=null,X._$no=null,X._$9r=function(t){return new Float32Array(t)},X._$vb=function(t){return new Int16Array(t)},X._$cr=function(t,i){return null==t||t._$yL()<i.length?(t=X._$9r(2*i.length),t.put(i),t._$oT(0)):(t.clear(),t.put(i),t._$oT(0)),t},X._$mb=function(t,i){return null==t||t._$yL()<i.length?(t=X._$vb(2*i.length),t.put(i),t._$oT(0)):(t.clear(),t.put(i),t._$oT(0)),t},X._$Hs=function(){return X._$Gr},X._$as=function(t){X._$Gr=t},X.prototype.setGL=function(t){this.gl=t},X.prototype.setTransform=function(t){this.transform=t},X.prototype._$ZT=function(){},X.prototype._$Uo=function(t,i,e,r,o,n,s,_){if(!(n<.01)){var a=this._$U2[t],h=n>.9?at.EXPAND_W:0;this.gl.drawElements(a,e,r,o,n,h,this.transform,_)}},X.prototype._$Rs=function(){throw new Error("_$Rs")},X.prototype._$Ds=function(t){throw new Error("_$Ds")},X.prototype._$K2=function(){for(var t=0;t<this._$sb.length;t++){0!=this._$sb[t]&&(this.gl._$Sr(1,this._$sb,t),this._$sb[t]=0)}},X.prototype.setTexture=function(t,i){this._$sb.length<t+1&&this._$nS(t),this._$sb[t]=i},X.prototype.setTexture=function(t,i){this._$sb.length<t+1&&this._$nS(t),this._$U2[t]=i},X.prototype._$nS=function(t){var i=Math.max(2*this._$sb.length,t+1+10),e=new Int32Array(i);w._$jT(this._$sb,0,e,0,this._$sb.length),this._$sb=e;var r=new Array;w._$jT(this._$U2,0,r,0,this._$U2.length),this._$U2=r},z.prototype=new I,z._$Xo=new Float32Array(2),z._$io=new Float32Array(2),z._$0o=new Float32Array(2),z._$Lo=new Float32Array(2),z._$To=new Float32Array(2),z._$Po=new Float32Array(2),z._$gT=new Array,z.prototype._$zP=function(){this._$GS=new D,this._$GS._$zP(),this._$Y0=new Array},z.prototype.getType=function(){return I._$c2},z.prototype._$F0=function(t){I.prototype._$F0.call(this,t),this._$GS=t._$nP(),this._$Y0=t._$nP(),I.prototype.readV2_opacity.call(this,t)},z.prototype.init=function(t){var i=new H(this);return i._$Yr=new P,this._$32()&&(i._$Wr=new P),i},z.prototype._$Nr=function(t,i){this!=i._$GT()&&console.log("### assert!! ### ");var e=i;if(this._$GS._$Ur(t)){var r=z._$gT;r[0]=!1;var o=this._$GS._$Q2(t,r);i._$Ib(r[0]),this.interpolateOpacity(t,this._$GS,i,r);var n=t._$vs(),s=t._$Tr();if(this._$GS._$zr(n,s,o),o<=0){var _=this._$Y0[n[0]];e._$Yr.init(_)}else if(1==o){var _=this._$Y0[n[0]],a=this._$Y0[n[1]],h=s[0];e._$Yr._$fL=_._$fL+(a._$fL-_._$fL)*h,e._$Yr._$gL=_._$gL+(a._$gL-_._$gL)*h,e._$Yr._$B0=_._$B0+(a._$B0-_._$B0)*h,e._$Yr._$z0=_._$z0+(a._$z0-_._$z0)*h,e._$Yr._$qT=_._$qT+(a._$qT-_._$qT)*h}else if(2==o){var _=this._$Y0[n[0]],a=this._$Y0[n[1]],l=this._$Y0[n[2]],$=this._$Y0[n[3]],h=s[0],u=s[1],p=_._$fL+(a._$fL-_._$fL)*h,f=l._$fL+($._$fL-l._$fL)*h;e._$Yr._$fL=p+(f-p)*u,p=_._$gL+(a._$gL-_._$gL)*h,f=l._$gL+($._$gL-l._$gL)*h,e._$Yr._$gL=p+(f-p)*u,p=_._$B0+(a._$B0-_._$B0)*h,f=l._$B0+($._$B0-l._$B0)*h,e._$Yr._$B0=p+(f-p)*u,p=_._$z0+(a._$z0-_._$z0)*h,f=l._$z0+($._$z0-l._$z0)*h,e._$Yr._$z0=p+(f-p)*u,p=_._$qT+(a._$qT-_._$qT)*h,f=l._$qT+($._$qT-l._$qT)*h,e._$Yr._$qT=p+(f-p)*u}else if(3==o){var c=this._$Y0[n[0]],d=this._$Y0[n[1]],g=this._$Y0[n[2]],y=this._$Y0[n[3]],m=this._$Y0[n[4]],T=this._$Y0[n[5]],P=this._$Y0[n[6]],S=this._$Y0[n[7]],h=s[0],u=s[1],v=s[2],p=c._$fL+(d._$fL-c._$fL)*h,f=g._$fL+(y._$fL-g._$fL)*h,L=m._$fL+(T._$fL-m._$fL)*h,M=P._$fL+(S._$fL-P._$fL)*h;e._$Yr._$fL=(1-v)*(p+(f-p)*u)+v*(L+(M-L)*u),p=c._$gL+(d._$gL-c._$gL)*h,f=g._$gL+(y._$gL-g._$gL)*h,L=m._$gL+(T._$gL-m._$gL)*h,M=P._$gL+(S._$gL-P._$gL)*h,e._$Yr._$gL=(1-v)*(p+(f-p)*u)+v*(L+(M-L)*u),p=c._$B0+(d._$B0-c._$B0)*h,f=g._$B0+(y._$B0-g._$B0)*h,L=m._$B0+(T._$B0-m._$B0)*h,M=P._$B0+(S._$B0-P._$B0)*h,e._$Yr._$B0=(1-v)*(p+(f-p)*u)+v*(L+(M-L)*u),p=c._$z0+(d._$z0-c._$z0)*h,f=g._$z0+(y._$z0-g._$z0)*h,L=m._$z0+(T._$z0-m._$z0)*h,M=P._$z0+(S._$z0-P._$z0)*h,e._$Yr._$z0=(1-v)*(p+(f-p)*u)+v*(L+(M-L)*u),p=c._$qT+(d._$qT-c._$qT)*h,f=g._$qT+(y._$qT-g._$qT)*h,L=m._$qT+(T._$qT-m._$qT)*h,M=P._$qT+(S._$qT-P._$qT)*h,e._$Yr._$qT=(1-v)*(p+(f-p)*u)+v*(L+(M-L)*u)}else if(4==o){var E=this._$Y0[n[0]],A=this._$Y0[n[1]],I=this._$Y0[n[2]],w=this._$Y0[n[3]],x=this._$Y0[n[4]],O=this._$Y0[n[5]],D=this._$Y0[n[6]],R=this._$Y0[n[7]],b=this._$Y0[n[8]],F=this._$Y0[n[9]],C=this._$Y0[n[10]],N=this._$Y0[n[11]],B=this._$Y0[n[12]],U=this._$Y0[n[13]],G=this._$Y0[n[14]],Y=this._$Y0[n[15]],h=s[0],u=s[1],v=s[2],k=s[3],p=E._$fL+(A._$fL-E._$fL)*h,f=I._$fL+(w._$fL-I._$fL)*h,L=x._$fL+(O._$fL-x._$fL)*h,M=D._$fL+(R._$fL-D._$fL)*h,V=b._$fL+(F._$fL-b._$fL)*h,X=C._$fL+(N._$fL-C._$fL)*h,H=B._$fL+(U._$fL-B._$fL)*h,W=G._$fL+(Y._$fL-G._$fL)*h;e._$Yr._$fL=(1-k)*((1-v)*(p+(f-p)*u)+v*(L+(M-L)*u))+k*((1-v)*(V+(X-V)*u)+v*(H+(W-H)*u)),p=E._$gL+(A._$gL-E._$gL)*h,f=I._$gL+(w._$gL-I._$gL)*h,L=x._$gL+(O._$gL-x._$gL)*h,M=D._$gL+(R._$gL-D._$gL)*h,V=b._$gL+(F._$gL-b._$gL)*h,X=C._$gL+(N._$gL-C._$gL)*h,H=B._$gL+(U._$gL-B._$gL)*h,W=G._$gL+(Y._$gL-G._$gL)*h,e._$Yr._$gL=(1-k)*((1-v)*(p+(f-p)*u)+v*(L+(M-L)*u))+k*((1-v)*(V+(X-V)*u)+v*(H+(W-H)*u)),p=E._$B0+(A._$B0-E._$B0)*h,f=I._$B0+(w._$B0-I._$B0)*h,L=x._$B0+(O._$B0-x._$B0)*h,M=D._$B0+(R._$B0-D._$B0)*h,V=b._$B0+(F._$B0-b._$B0)*h,X=C._$B0+(N._$B0-C._$B0)*h,H=B._$B0+(U._$B0-B._$B0)*h,W=G._$B0+(Y._$B0-G._$B0)*h,e._$Yr._$B0=(1-k)*((1-v)*(p+(f-p)*u)+v*(L+(M-L)*u))+k*((1-v)*(V+(X-V)*u)+v*(H+(W-H)*u)),p=E._$z0+(A._$z0-E._$z0)*h,f=I._$z0+(w._$z0-I._$z0)*h,L=x._$z0+(O._$z0-x._$z0)*h,M=D._$z0+(R._$z0-D._$z0)*h,V=b._$z0+(F._$z0-b._$z0)*h,X=C._$z0+(N._$z0-C._$z0)*h,H=B._$z0+(U._$z0-B._$z0)*h,W=G._$z0+(Y._$z0-G._$z0)*h,e._$Yr._$z0=(1-k)*((1-v)*(p+(f-p)*u)+v*(L+(M-L)*u))+k*((1-v)*(V+(X-V)*u)+v*(H+(W-H)*u)),p=E._$qT+(A._$qT-E._$qT)*h,f=I._$qT+(w._$qT-I._$qT)*h,L=x._$qT+(O._$qT-x._$qT)*h,M=D._$qT+(R._$qT-D._$qT)*h,V=b._$qT+(F._$qT-b._$qT)*h,X=C._$qT+(N._$qT-C._$qT)*h,H=B._$qT+(U._$qT-B._$qT)*h,W=G._$qT+(Y._$qT-G._$qT)*h,e._$Yr._$qT=(1-k)*((1-v)*(p+(f-p)*u)+v*(L+(M-L)*u))+k*((1-v)*(V+(X-V)*u)+v*(H+(W-H)*u))}else{for(var j=0|Math.pow(2,o),q=new Float32Array(j),J=0;J<j;J++){for(var Q=J,Z=1,K=0;K<o;K++)Z*=Q%2==0?1-s[K]:s[K],Q/=2;q[J]=Z}for(var tt=new Array,it=0;it<j;it++)tt[it]=this._$Y0[n[it]];for(var et=0,rt=0,ot=0,nt=0,st=0,it=0;it<j;it++)et+=q[it]*tt[it]._$fL,rt+=q[it]*tt[it]._$gL,ot+=q[it]*tt[it]._$B0,nt+=q[it]*tt[it]._$z0,st+=q[it]*tt[it]._$qT;e._$Yr._$fL=et,e._$Yr._$gL=rt,e._$Yr._$B0=ot,e._$Yr._$z0=nt,e._$Yr._$qT=st}var _=this._$Y0[n[0]];e._$Yr.reflectX=_.reflectX,e._$Yr.reflectY=_.reflectY}},z.prototype._$2b=function(t,i){this!=i._$GT()&&console.log("### assert!! ### ");var e=i;if(e._$hS(!0),this._$32()){var r=this.getTargetBaseDataID();if(e._$8r==I._$ur&&(e._$8r=t.getBaseDataIndex(r)),e._$8r<0)at._$so&&_._$li("_$L _$0P _$G :: %s",r),e._$hS(!1);else{var o=t.getBaseData(e._$8r);if(null!=o){var n=t._$q2(e._$8r),s=z._$Xo;s[0]=e._$Yr._$fL,s[1]=e._$Yr._$gL;var a=z._$io;a[0]=0,a[1]=-.1;n._$GT().getType()==I._$c2?a[1]=-10:a[1]=-.1;var h=z._$0o;this._$Jr(t,o,n,s,a,h);var l=Lt._$92(a,h);o._$nb(t,n,s,s,1,0,2),e._$Wr._$fL=s[0],e._$Wr._$gL=s[1],e._$Wr._$B0=e._$Yr._$B0,e._$Wr._$z0=e._$Yr._$z0,e._$Wr._$qT=e._$Yr._$qT-l*Lt._$NS;var $=n.getTotalScale();e.setTotalScale_notForClient($*e._$Wr._$B0);var u=n.getTotalOpacity();e.setTotalOpacity(u*e.getInterpolatedOpacity()),e._$Wr.reflectX=e._$Yr.reflectX,e._$Wr.reflectY=e._$Yr.reflectY,e._$hS(n._$yo())}else e._$hS(!1)}}else e.setTotalScale_notForClient(e._$Yr._$B0),e.setTotalOpacity(e.getInterpolatedOpacity())},z.prototype._$nb=function(t,i,e,r,o,n,s){this!=i._$GT()&&console.log("### assert!! ### ");for(var _,a,h=i,l=null!=h._$Wr?h._$Wr:h._$Yr,$=Math.sin(Lt._$bS*l._$qT),u=Math.cos(Lt._$bS*l._$qT),p=h.getTotalScale(),f=l.reflectX?-1:1,c=l.reflectY?-1:1,d=u*p*f,g=-$*p*c,y=$*p*f,m=u*p*c,T=l._$fL,P=l._$gL,S=o*s,v=n;v<S;v+=s)_=e[v],a=e[v+1],r[v]=d*_+g*a+T,r[v+1]=y*_+m*a+P},z.prototype._$Jr=function(t,i,e,r,o,n){i!=e._$GT()&&console.log("### assert!! ### ");var s=z._$Lo;z._$Lo[0]=r[0],z._$Lo[1]=r[1],i._$nb(t,e,s,s,1,0,2);for(var _=z._$To,a=z._$Po,h=1,l=0;l<10;l++){if(a[0]=r[0]+h*o[0],a[1]=r[1]+h*o[1],i._$nb(t,e,a,_,1,0,2),_[0]-=s[0],_[1]-=s[1],0!=_[0]||0!=_[1])return n[0]=_[0],void(n[1]=_[1]);if(a[0]=r[0]-h*o[0],a[1]=r[1]-h*o[1],i._$nb(t,e,a,_,1,0,2),_[0]-=s[0],_[1]-=s[1],0!=_[0]||0!=_[1])return _[0]=-_[0],_[0]=-_[0],n[0]=_[0],void(n[1]=_[1]);h*=.1}at._$so&&console.log("_$L0 to transform _$SP\n")},H.prototype=new _t,W.prototype=new M,W._$ur=-2,W._$ES=500,W._$wb=2,W._$8S=3,W._$os=4,W._$52=W._$ES,W._$R2=W._$ES,W._$Sb=function(t){for(var i=t.length-1;i>=0;--i){var e=t[i];e<W._$52?W._$52=e:e>W._$R2&&(W._$R2=e)}},W._$or=function(){return W._$52},W._$Pr=function(){return W._$R2},W.prototype._$F0=function(t){this._$gP=t._$nP(),this._$dr=t._$nP(),this._$GS=t._$nP(),this._$qb=t._$6L(),this._$Lb=t._$cS(),this._$mS=t._$Tb(),t.getFormatVersion()>=G._$T7?(this.clipID=t._$nP(),this.clipIDList=this.convertClipIDForV2_11(this.clipID)):this.clipIDList=null,W._$Sb(this._$Lb)},W.prototype.getClipIDList=function(){return this.clipIDList},W.prototype._$Nr=function(t,i){if(i._$IS[0]=!1,i._$Us=v._$Z2(t,this._$GS,i._$IS,this._$Lb),at._$Zs);else if(i._$IS[0])return;i._$7s=v._$br(t,this._$GS,i._$IS,this._$mS)},W.prototype._$2b=function(t){},W.prototype.getDrawDataID=function(){return this._$gP},W.prototype._$j2=function(t){this._$gP=t},W.prototype.getOpacity=function(t,i){return i._$7s},W.prototype._$zS=function(t,i){return i._$Us},W.prototype.getTargetBaseDataID=function(){return this._$dr},W.prototype._$gs=function(t){this._$dr=t},W.prototype._$32=function(){return null!=this._$dr&&this._$dr!=yt._$2o()},W.prototype.getType=function(){},j._$42=0,j.prototype._$1b=function(){return this._$3S},j.prototype.getDrawDataList=function(){return this._$aS},j.prototype._$F0=function(t){this._$NL=t._$nP(),this._$aS=t._$nP(),this._$3S=t._$nP()},j.prototype._$kr=function(t){t._$Zo(this._$3S),t._$xo(this._$aS),this._$3S=null,this._$aS=null},q.prototype=new i,q.loadModel=function(t){var e=new q;return i._$62(e,t),e},q.loadModel=function(t){var e=new q;return i._$62(e,t),e},q._$to=function(){return new q},q._$er=function(t){var i=new _$5("../_$_r/_$t0/_$Ri/_$_P._$d");if(0==i.exists())throw new _$ls("_$t0 _$_ _$6 _$Ui :: "+i._$PL());for(var e=["../_$_r/_$t0/_$Ri/_$_P.512/_$CP._$1","../_$_r/_$t0/_$Ri/_$_P.512/_$vP._$1","../_$_r/_$t0/_$Ri/_$_P.512/_$EP._$1","../_$_r/_$t0/_$Ri/_$_P.512/_$pP._$1"],r=q.loadModel(i._$3b()),o=0;o<e.length;o++){var n=new _$5(e[o]);if(0==n.exists())throw new _$ls("_$t0 _$_ _$6 _$Ui :: "+n._$PL());r.setTexture(o,_$nL._$_o(t,n._$3b()))}return r},q.prototype.setGL=function(t){this._$zo.setGL(t)},q.prototype.setTransform=function(t){this._$zo.setTransform(t)},q.prototype.draw=function(){this._$5S.draw(this._$zo)},q.prototype._$K2=function(){this._$zo._$K2()},q.prototype.setTexture=function(t,i){null==this._$zo&&_._$li("_$Yi for QT _$ki / _$XS() is _$6 _$ui!!"),this._$zo.setTexture(t,i)},q.prototype.setTexture=function(t,i){null==this._$zo&&_._$li("_$Yi for QT _$ki / _$XS() is _$6 _$ui!!"),this._$zo.setTexture(t,i)},q.prototype._$Rs=function(){return this._$zo._$Rs()},q.prototype._$Ds=function(t){this._$zo._$Ds(t)},q.prototype.getDrawParam=function(){return this._$zo},J.prototype=new s,J._$cs="VISIBLE:",J._$ar="LAYOUT:",J.MTN_PREFIX_FADEIN="FADEIN:",J.MTN_PREFIX_FADEOUT="FADEOUT:",J._$Co=0,J._$1T=1,J.loadMotion=function(t){var i=k._$C(t);return J.loadMotion(i)},J.loadMotion=function(t){t instanceof ArrayBuffer&&(t=new DataView(t));var i=new J,e=[0],r=t.byteLength;i._$yT=0;for(var o=0;o<r;++o){var n=Q(t,o),s=n.charCodeAt(0);if("\n"!=n&&"\r"!=n)if("#"!=n)if("$"!=n){if(97<=s&&s<=122||65<=s&&s<=90||"_"==n){for(var _=o,a=-1;o<r&&("\r"!=(n=Q(t,o))&&"\n"!=n);++o)if("="==n){a=o;break}if(a>=0){var h=new B;O.startsWith(t,_,J._$cs)?(h._$RP=B._$hs,h._$4P=O.createString(t,_,a-_)):O.startsWith(t,_,J._$ar)?(h._$4P=O.createString(t,_+7,a-_-7),O.startsWith(t,_+7,"ANCHOR_X")?h._$RP=B._$xs:O.startsWith(t,_+7,"ANCHOR_Y")?h._$RP=B._$us:O.startsWith(t,_+7,"SCALE_X")?h._$RP=B._$qs:O.startsWith(t,_+7,"SCALE_Y")?h._$RP=B._$Ys:O.startsWith(t,_+7,"X")?h._$RP=B._$ws:O.startsWith(t,_+7,"Y")&&(h._$RP=B._$Ns)):(h._$RP=B._$Fr,h._$4P=O.createString(t,_,a-_)),i.motions.push(h);var l=0,$=[];for(o=a+1;o<r&&("\r"!=(n=Q(t,o))&&"\n"!=n);++o)if(","!=n&&" "!=n&&"\t"!=n){var u=O._$LS(t,r,o,e);if(e[0]>0){$.push(u),l++;var p=e[0];if(p<o){console.log("_$n0 _$hi . @Live2DMotion loadMotion()\n");break}o=p-1}}h._$I0=new Float32Array($),l>i._$yT&&(i._$yT=l)}}}else{for(var _=o,a=-1;o<r&&("\r"!=(n=Q(t,o))&&"\n"!=n);++o)if("="==n){a=o;break}var f=!1;if(a>=0)for(a==_+4&&"f"==Q(t,_+1)&&"p"==Q(t,_+2)&&"s"==Q(t,_+3)&&(f=!0),o=a+1;o<r&&("\r"!=(n=Q(t,o))&&"\n"!=n);++o)if(","!=n&&" "!=n&&"\t"!=n){var u=O._$LS(t,r,o,e);e[0]>0&&f&&5<u&&u<121&&(i._$D0=u),o=e[0]}for(;o<r&&("\n"!=Q(t,o)&&"\r"!=Q(t,o));++o);}else for(;o<r&&("\n"!=Q(t,o)&&"\r"!=Q(t,o));++o);}return i._$rr=1e3*i._$yT/i._$D0|0,i},J.prototype.getDurationMSec=function(){return this._$E?-1:this._$rr},J.prototype.getLoopDurationMSec=function(){return this._$rr},J.prototype.dump=function(){for(var t=0;t<this.motions.length;t++){var i=this.motions[t];console.log("_$wL[%s] [%d]. ",i._$4P,i._$I0.length);for(var e=0;e<i._$I0.length&&e<10;e++)console.log("%5.2f ,",i._$I0[e]);console.log("\n")}},J.prototype.updateParamExe=function(t,i,e,r){for(var o=i-r._$z2,n=o*this._$D0/1e3,s=0|n,_=n-s,a=0;a<this.motions.length;a++){var h=this.motions[a],l=h._$I0.length,$=h._$4P;if(h._$RP==B._$hs){var u=h._$I0[s>=l?l-1:s];t.setParamFloat($,u)}else if(B._$ws<=h._$RP&&h._$RP<=B._$Ys);else{var p,f=t.getParamIndex($),c=t.getModelContext(),d=c.getParamMax(f),g=c.getParamMin(f),y=.4*(d-g),m=c.getParamFloat(f),T=h._$I0[s>=l?l-1:s],P=h._$I0[s+1>=l?l-1:s+1];p=T<P&&P-T>y||T>P&&T-P>y?T:T+(P-T)*_;var S=m+(p-m)*e;t.setParamFloat($,S)}}s>=this._$yT&&(this._$E?(r._$z2=i,this.loopFadeIn&&(r._$bs=i)):r._$9L=!0),this._$eP=e},J.prototype._$r0=function(){return this._$E},J.prototype._$aL=function(t){this._$E=t},J.prototype._$S0=function(){return this._$D0},J.prototype._$U0=function(t){this._$D0=t},J.prototype.isLoopFadeIn=function(){return this.loopFadeIn},J.prototype.setLoopFadeIn=function(t){this.loopFadeIn=t},N.prototype.clear=function(){this.size=0},N.prototype.add=function(t){if(this._$P.length<=this.size){var i=new Float32Array(2*this.size);w._$jT(this._$P,0,i,0,this.size),this._$P=i}this._$P[this.size++]=t},N.prototype._$BL=function(){var t=new Float32Array(this.size);return w._$jT(this._$P,0,t,0,this.size),t},B._$Fr=0,B._$hs=1,B._$ws=100,B._$Ns=101,B._$xs=102,B._$us=103,B._$qs=104,B._$Ys=105,Z.prototype=new I,Z._$gT=new Array,Z.prototype._$zP=function(){this._$GS=new D,this._$GS._$zP()},Z.prototype._$F0=function(t){I.prototype._$F0.call(this,t),this._$A=t._$6L(),this._$o=t._$6L(),this._$GS=t._$nP(),this._$Eo=t._$nP(),I.prototype.readV2_opacity.call(this,t)},Z.prototype.init=function(t){var i=new K(this),e=(this._$o+1)*(this._$A+1);return null!=i._$Cr&&(i._$Cr=null),i._$Cr=new Float32Array(2*e),null!=i._$hr&&(i._$hr=null),this._$32()?i._$hr=new Float32Array(2*e):i._$hr=null,i},Z.prototype._$Nr=function(t,i){var e=i;if(this._$GS._$Ur(t)){var r=this._$VT(),o=Z._$gT;o[0]=!1,v._$Vr(t,this._$GS,o,r,this._$Eo,e._$Cr,0,2),i._$Ib(o[0]),this.interpolateOpacity(t,this._$GS,i,o)}},Z.prototype._$2b=function(t,i){var e=i;if(e._$hS(!0),this._$32()){var r=this.getTargetBaseDataID();if(e._$8r==I._$ur&&(e._$8r=t.getBaseDataIndex(r)),e._$8r<0)at._$so&&_._$li("_$L _$0P _$G :: %s",r),e._$hS(!1);else{var o=t.getBaseData(e._$8r),n=t._$q2(e._$8r);if(null!=o&&n._$yo()){var s=n.getTotalScale();e.setTotalScale_notForClient(s);var a=n.getTotalOpacity();e.setTotalOpacity(a*e.getInterpolatedOpacity()),o._$nb(t,n,e._$Cr,e._$hr,this._$VT(),0,2),e._$hS(!0)}else e._$hS(!1)}}else e.setTotalOpacity(e.getInterpolatedOpacity())},Z.prototype._$nb=function(t,i,e,r,o,n,s){var _=i,a=null!=_._$hr?_._$hr:_._$Cr;Z.transformPoints_sdk2(e,r,o,n,s,a,this._$o,this._$A)},Z.transformPoints_sdk2=function(i,e,r,o,n,s,_,a){for(var h,l,$,u=r*n,p=0,f=0,c=0,d=0,g=0,y=0,m=!1,T=o;T<u;T+=n){var P,S,v,L;if(v=i[T],L=i[T+1],P=v*_,S=L*a,P<0||S<0||_<=P||a<=S){var M=_+1;if(!m){m=!0,p=.25*(s[2*(0+0*M)]+s[2*(_+0*M)]+s[2*(0+a*M)]+s[2*(_+a*M)]),f=.25*(s[2*(0+0*M)+1]+s[2*(_+0*M)+1]+s[2*(0+a*M)+1]+s[2*(_+a*M)+1]);var E=s[2*(_+a*M)]-s[2*(0+0*M)],A=s[2*(_+a*M)+1]-s[2*(0+0*M)+1],I=s[2*(_+0*M)]-s[2*(0+a*M)],w=s[2*(_+0*M)+1]-s[2*(0+a*M)+1];c=.5*(E+I),d=.5*(A+w),g=.5*(E-I),y=.5*(A-w),p-=.5*(c+g),f-=.5*(d+y)}if(-2<v&&v<3&&-2<L&&L<3)if(v<=0)if(L<=0){var x=s[2*(0+0*M)],O=s[2*(0+0*M)+1],D=p-2*c,R=f-2*d,b=p-2*g,F=f-2*y,C=p-2*c-2*g,N=f-2*d-2*y,B=.5*(v- -2),U=.5*(L- -2);B+U<=1?(e[T]=C+(b-C)*B+(D-C)*U,e[T+1]=N+(F-N)*B+(R-N)*U):(e[T]=x+(D-x)*(1-B)+(b-x)*(1-U),e[T+1]=O+(R-O)*(1-B)+(F-O)*(1-U))}else if(L>=1){var b=s[2*(0+a*M)],F=s[2*(0+a*M)+1],C=p-2*c+1*g,N=f-2*d+1*y,x=p+3*g,O=f+3*y,D=p-2*c+3*g,R=f-2*d+3*y,B=.5*(v- -2),U=.5*(L-1);B+U<=1?(e[T]=C+(b-C)*B+(D-C)*U,e[T+1]=N+(F-N)*B+(R-N)*U):(e[T]=x+(D-x)*(1-B)+(b-x)*(1-U),e[T+1]=O+(R-O)*(1-B)+(F-O)*(1-U))}else{var G=0|S;G==a&&(G=a-1);var B=.5*(v- -2),U=S-G,Y=G/a,k=(G+1)/a,b=s[2*(0+G*M)],F=s[2*(0+G*M)+1],x=s[2*(0+(G+1)*M)],O=s[2*(0+(G+1)*M)+1],C=p-2*c+Y*g,N=f-2*d+Y*y,D=p-2*c+k*g,R=f-2*d+k*y;B+U<=1?(e[T]=C+(b-C)*B+(D-C)*U,e[T+1]=N+(F-N)*B+(R-N)*U):(e[T]=x+(D-x)*(1-B)+(b-x)*(1-U),e[T+1]=O+(R-O)*(1-B)+(F-O)*(1-U))}else if(1<=v)if(L<=0){var D=s[2*(_+0*M)],R=s[2*(_+0*M)+1],x=p+3*c,O=f+3*d,C=p+1*c-2*g,N=f+1*d-2*y,b=p+3*c-2*g,F=f+3*d-2*y,B=.5*(v-1),U=.5*(L- -2);B+U<=1?(e[T]=C+(b-C)*B+(D-C)*U,e[T+1]=N+(F-N)*B+(R-N)*U):(e[T]=x+(D-x)*(1-B)+(b-x)*(1-U),e[T+1]=O+(R-O)*(1-B)+(F-O)*(1-U))}else if(L>=1){var C=s[2*(_+a*M)],N=s[2*(_+a*M)+1],b=p+3*c+1*g,F=f+3*d+1*y,D=p+1*c+3*g,R=f+1*d+3*y,x=p+3*c+3*g,O=f+3*d+3*y,B=.5*(v-1),U=.5*(L-1);B+U<=1?(e[T]=C+(b-C)*B+(D-C)*U,e[T+1]=N+(F-N)*B+(R-N)*U):(e[T]=x+(D-x)*(1-B)+(b-x)*(1-U),e[T+1]=O+(R-O)*(1-B)+(F-O)*(1-U))}else{var G=0|S;G==a&&(G=a-1);var B=.5*(v-1),U=S-G,Y=G/a,k=(G+1)/a,C=s[2*(_+G*M)],N=s[2*(_+G*M)+1],D=s[2*(_+(G+1)*M)],R=s[2*(_+(G+1)*M)+1],b=p+3*c+Y*g,F=f+3*d+Y*y,x=p+3*c+k*g,O=f+3*d+k*y;B+U<=1?(e[T]=C+(b-C)*B+(D-C)*U,e[T+1]=N+(F-N)*B+(R-N)*U):(e[T]=x+(D-x)*(1-B)+(b-x)*(1-U),e[T+1]=O+(R-O)*(1-B)+(F-O)*(1-U))}else if(L<=0){var V=0|P;V==_&&(V=_-1);var B=P-V,U=.5*(L- -2),X=V/_,z=(V+1)/_,D=s[2*(V+0*M)],R=s[2*(V+0*M)+1],x=s[2*(V+1+0*M)],O=s[2*(V+1+0*M)+1],C=p+X*c-2*g,N=f+X*d-2*y,b=p+z*c-2*g,F=f+z*d-2*y;B+U<=1?(e[T]=C+(b-C)*B+(D-C)*U,e[T+1]=N+(F-N)*B+(R-N)*U):(e[T]=x+(D-x)*(1-B)+(b-x)*(1-U),e[T+1]=O+(R-O)*(1-B)+(F-O)*(1-U))}else if(L>=1){var V=0|P;V==_&&(V=_-1);var B=P-V,U=.5*(L-1),X=V/_,z=(V+1)/_,C=s[2*(V+a*M)],N=s[2*(V+a*M)+1],b=s[2*(V+1+a*M)],F=s[2*(V+1+a*M)+1],D=p+X*c+3*g,R=f+X*d+3*y,x=p+z*c+3*g,O=f+z*d+3*y;B+U<=1?(e[T]=C+(b-C)*B+(D-C)*U,e[T+1]=N+(F-N)*B+(R-N)*U):(e[T]=x+(D-x)*(1-B)+(b-x)*(1-U),e[T+1]=O+(R-O)*(1-B)+(F-O)*(1-U))}else t.err.printf("_$li calc : %.4f , %.4f\t\t\t\t\t@@BDBoxGrid\n",v,L);else e[T]=p+v*c+L*g,e[T+1]=f+v*d+L*y}else l=P-(0|P),$=S-(0|S),h=2*((0|P)+(0|S)*(_+1)),l+$<1?(e[T]=s[h]*(1-l-$)+s[h+2]*l+s[h+2*(_+1)]*$,e[T+1]=s[h+1]*(1-l-$)+s[h+3]*l+s[h+2*(_+1)+1]*$):(e[T]=s[h+2*(_+1)+2]*(l-1+$)+s[h+2*(_+1)]*(1-l)+s[h+2]*(1-$),e[T+1]=s[h+2*(_+1)+3]*(l-1+$)+s[h+2*(_+1)+1]*(1-l)+s[h+3]*(1-$))}},Z.prototype.transformPoints_sdk1=function(t,i,e,r,o,n,s){for(var _,a,h,l,$,u,p,f=i,c=this._$o,d=this._$A,g=o*s,y=null!=f._$hr?f._$hr:f._$Cr,m=n;m<g;m+=s)at._$ts?(_=e[m],a=e[m+1],_<0?_=0:_>1&&(_=1),a<0?a=0:a>1&&(a=1),_*=c,a*=d,h=0|_,l=0|a,h>c-1&&(h=c-1),l>d-1&&(l=d-1),u=_-h,p=a-l,$=2*(h+l*(c+1))):(_=e[m]*c,a=e[m+1]*d,u=_-(0|_),p=a-(0|a),$=2*((0|_)+(0|a)*(c+1))),u+p<1?(r[m]=y[$]*(1-u-p)+y[$+2]*u+y[$+2*(c+1)]*p,r[m+1]=y[$+1]*(1-u-p)+y[$+3]*u+y[$+2*(c+1)+1]*p):(r[m]=y[$+2*(c+1)+2]*(u-1+p)+y[$+2*(c+1)]*(1-u)+y[$+2]*(1-p),r[m+1]=y[$+2*(c+1)+3]*(u-1+p)+y[$+2*(c+1)+1]*(1-u)+y[$+3]*(1-p))},Z.prototype._$VT=function(){return(this._$o+1)*(this._$A+1)},Z.prototype.getType=function(){return I._$_b},K.prototype=new _t,tt._$42=0,tt.prototype._$zP=function(){this._$3S=new Array,this._$aS=new Array},tt.prototype._$F0=function(t){this._$g0=t._$8L(),this.visible=t._$8L(),this._$NL=t._$nP(),this._$3S=t._$nP(),this._$aS=t._$nP()},tt.prototype.init=function(t){var i=new it(this);return i.setPartsOpacity(this.isVisible()?1:0),i},tt.prototype._$6o=function(t){if(null==this._$3S)throw new Error("_$3S _$6 _$Wo@_$6o");this._$3S.push(t)},tt.prototype._$3o=function(t){if(null==this._$aS)throw new Error("_$aS _$6 _$Wo@_$3o");this._$aS.push(t)},tt.prototype._$Zo=function(t){this._$3S=t},tt.prototype._$xo=function(t){this._$aS=t},tt.prototype.isVisible=function(){return this.visible},tt.prototype._$uL=function(){return this._$g0},tt.prototype._$KP=function(t){this.visible=t},tt.prototype._$ET=function(t){this._$g0=t},tt.prototype.getBaseData=function(){return this._$3S},tt.prototype.getDrawData=function(){return this._$aS},tt.prototype._$p2=function(){return this._$NL},tt.prototype._$ob=function(t){this._$NL=t},tt.prototype.getPartsID=function(){return this._$NL},tt.prototype._$MP=function(t){this._$NL=t},it.prototype=new $,it.prototype.getPartsOpacity=function(){return this._$VS},it.prototype.setPartsOpacity=function(t){this._$VS=t},et._$L7=function(){u._$27(),yt._$27(),b._$27(),l._$27()},et.prototype.toString=function(){return this.id},rt.prototype._$F0=function(t){},ot.prototype._$1s=function(){return this._$4S},ot.prototype._$zP=function(){this._$4S=new Array},ot.prototype._$F0=function(t){this._$4S=t._$nP()},ot.prototype._$Ks=function(t){this._$4S.push(t)},nt.tr=new gt,nt._$50=new gt,nt._$Ti=new Array(0,0),nt._$Pi=new Array(0,0),nt._$B=new Array(0,0),nt.prototype._$lP=function(t,i,e,r){this.viewport=new Array(t,i,e,r)},nt.prototype._$bL=function(){this.context.save();var t=this.viewport;null!=t&&(this.context.beginPath(),this.context._$Li(t[0],t[1],t[2],t[3]),this.context.clip())},nt.prototype._$ei=function(){this.context.restore()},nt.prototype.drawElements=function(t,i,e,r,o,n,s,a){try{o!=this._$Qo&&(this._$Qo=o,this.context.globalAlpha=o);for(var h=i.length,l=t.width,$=t.height,u=this.context,p=this._$xP,f=this._$uP,c=this._$6r,d=this._$3r,g=nt.tr,y=nt._$Ti,m=nt._$Pi,T=nt._$B,P=0;P<h;P+=3){u.save();var S=i[P],v=i[P+1],L=i[P+2],M=p+c*e[2*S],E=f+d*e[2*S+1],A=p+c*e[2*v],I=f+d*e[2*v+1],w=p+c*e[2*L],x=f+d*e[2*L+1];s&&(s._$PS(M,E,T),M=T[0],E=T[1],s._$PS(A,I,T),A=T[0],I=T[1],s._$PS(w,x,T),w=T[0],x=T[1]);var O=l*r[2*S],D=$-$*r[2*S+1],R=l*r[2*v],b=$-$*r[2*v+1],F=l*r[2*L],C=$-$*r[2*L+1],N=Math.atan2(b-D,R-O),B=Math.atan2(I-E,A-M),U=A-M,G=I-E,Y=Math.sqrt(U*U+G*G),k=R-O,V=b-D,X=Math.sqrt(k*k+V*V),z=Y/X;It._$ni(F,C,O,D,R-O,b-D,-(b-D),R-O,y),It._$ni(w,x,M,E,A-M,I-E,-(I-E),A-M,m);var H=(m[0]-y[0])/y[1],W=Math.min(O,R,F),j=Math.max(O,R,F),q=Math.min(D,b,C),J=Math.max(D,b,C),Q=Math.floor(W),Z=Math.floor(q),K=Math.ceil(j),tt=Math.ceil(J);g.identity(),g.translate(M,E),g.rotate(B),g.scale(1,m[1]/y[1]),g.shear(H,0),g.scale(z,z),g.rotate(-N),g.translate(-O,-D),g.setContext(u);if(n||(n=1.2),at.IGNORE_EXPAND&&(n=0),at.USE_CACHED_POLYGON_IMAGE){var it=a._$e0;if(it.gl_cacheImage=it.gl_cacheImage||{},!it.gl_cacheImage[P]){var et=nt.createCanvas(K-Q,tt-Z);at.DEBUG_DATA.LDGL_CANVAS_MB=at.DEBUG_DATA.LDGL_CANVAS_MB||0,at.DEBUG_DATA.LDGL_CANVAS_MB+=(K-Q)*(tt-Z)*4;var rt=et.getContext("2d");rt.translate(-Q,-Z),nt.clip(rt,g,n,Y,O,D,R,b,F,C,M,E,A,I,w,x),rt.drawImage(t,0,0),it.gl_cacheImage[P]={cacheCanvas:et,cacheContext:rt}}u.drawImage(it.gl_cacheImage[P].cacheCanvas,Q,Z)}else at.IGNORE_CLIP||nt.clip(u,g,n,Y,O,D,R,b,F,C,M,E,A,I,w,x),at.USE_ADJUST_TRANSLATION&&(W=0,j=l,q=0,J=$),u.drawImage(t,W,q,j-W,J-q,W,q,j-W,J-q);u.restore()}}catch(t){_._$Rb(t)}},nt.clip=function(t,i,e,r,o,n,s,_,a,h,l,$,u,p,f,c){e>.02?nt.expandClip(t,i,e,r,l,$,u,p,f,c):nt.clipWithTransform(t,null,o,n,s,_,a,h)},nt.expandClip=function(t,i,e,r,o,n,s,_,a,h){var l=s-o,$=_-n,u=a-o,p=h-n,f=l*p-$*u>0?e:-e,c=-$,d=l,g=a-s,y=h-_,m=-y,T=g,P=Math.sqrt(g*g+y*y),S=-p,v=u,L=Math.sqrt(u*u+p*p),M=o-f*c/r,E=n-f*d/r,A=s-f*c/r,I=_-f*d/r,w=s-f*m/P,x=_-f*T/P,O=a-f*m/P,D=h-f*T/P,R=o+f*S/L,b=n+f*v/L,F=a+f*S/L,C=h+f*v/L,N=nt._$50;return null!=i._$P2(N)&&(nt.clipWithTransform(t,N,M,E,A,I,w,x,O,D,F,C,R,b),!0)},nt.clipWithTransform=function(t,i,e,r,o,n,s,a){if(arguments.length<7)return void _._$li("err : @LDGL.clip()");if(!(arguments[1]instanceof gt))return void _._$li("err : a[0] is _$6 LDTransform @LDGL.clip()");var h=nt._$B,l=i,$=arguments;if(t.beginPath(),l){l._$PS($[2],$[3],h),t.moveTo(h[0],h[1]);for(var u=4;u<$.length;u+=2)l._$PS($[u],$[u+1],h),t.lineTo(h[0],h[1])}else{t.moveTo($[2],$[3]);for(var u=4;u<$.length;u+=2)t.lineTo($[u],$[u+1])}t.clip()},nt.createCanvas=function(t,i){var e=document.createElement("canvas");return e.setAttribute("width",t),e.setAttribute("height",i),e||_._$li("err : "+e),e},nt.dumpValues=function(){for(var t="",i=0;i<arguments.length;i++)t+="["+i+"]= "+arguments[i].toFixed(3)+" , ";console.log(t)},st.prototype._$F0=function(t){this._$TT=t._$_T(),this._$LT=t._$_T(),this._$FS=t._$_T(),this._$wL=t._$nP()},st.prototype.getMinValue=function(){return this._$TT},st.prototype.getMaxValue=function(){return this._$LT},st.prototype.getDefaultValue=function(){return this._$FS},st.prototype.getParamID=function(){return this._$wL},_t.prototype._$yo=function(){return this._$AT&&!this._$JS},_t.prototype._$hS=function(t){this._$AT=t},_t.prototype._$GT=function(){return this._$e0},_t.prototype._$l2=function(t){this._$IP=t},_t.prototype.getPartsIndex=function(){return this._$IP},_t.prototype._$x2=function(){return this._$JS},_t.prototype._$Ib=function(t){this._$JS=t},_t.prototype.getTotalScale=function(){return this.totalScale},_t.prototype.setTotalScale_notForClient=function(t){this.totalScale=t},_t.prototype.getInterpolatedOpacity=function(){return this._$7s},_t.prototype.setInterpolatedOpacity=function(t){this._$7s=t},_t.prototype.getTotalOpacity=function(t){return this.totalOpacity},_t.prototype.setTotalOpacity=function(t){this.totalOpacity=t},at._$2s="2.1.00_1",at._$Kr=201001e3,at._$sP=!0,at._$so=!0,at._$cb=!1,at._$3T=!0,at._$Ts=!0,at._$fb=!0,at._$ts=!0,at.L2D_DEFORMER_EXTEND=!0,at._$Wb=!1;at._$yr=!1,at._$Zs=!1,at.L2D_NO_ERROR=0,at._$i7=1e3,at._$9s=1001,at._$es=1100,at._$r7=2e3,at._$07=2001,at._$b7=2002,at._$H7=4e3,at.L2D_COLOR_BLEND_MODE_MULT=0,at.L2D_COLOR_BLEND_MODE_ADD=1,at.L2D_COLOR_BLEND_MODE_INTERPOLATE=2,at._$6b=!0,at._$cT=0,at.clippingMaskBufferSize=256,at.glContext=new Array,at.frameBuffers=new Array,at.fTexture=new Array,at.IGNORE_CLIP=!1,at.IGNORE_EXPAND=!1,at.EXPAND_W=2,at.USE_ADJUST_TRANSLATION=!0,at.USE_CANVAS_TRANSFORM=!0,at.USE_CACHED_POLYGON_IMAGE=!1,at.DEBUG_DATA={},at.PROFILE_IOS_SPEED={PROFILE_NAME:"iOS Speed",USE_ADJUST_TRANSLATION:!0,USE_CACHED_POLYGON_IMAGE:!0,EXPAND_W:4},at.PROFILE_IOS_QUALITY={PROFILE_NAME:"iOS HiQ",USE_ADJUST_TRANSLATION:!0,USE_CACHED_POLYGON_IMAGE:!1,EXPAND_W:2},at.PROFILE_IOS_DEFAULT=at.PROFILE_IOS_QUALITY,at.PROFILE_ANDROID={PROFILE_NAME:"Android",USE_ADJUST_TRANSLATION:!1,USE_CACHED_POLYGON_IMAGE:!1,EXPAND_W:2},at.PROFILE_DESKTOP={PROFILE_NAME:"Desktop",USE_ADJUST_TRANSLATION:!1,USE_CACHED_POLYGON_IMAGE:!1,EXPAND_W:2},at.initProfile=function(){Et.isIOS()?at.setupProfile(at.PROFILE_IOS_DEFAULT):Et.isAndroid()?at.setupProfile(at.PROFILE_ANDROID):at.setupProfile(at.PROFILE_DESKTOP)},at.setupProfile=function(t,i){if("number"==typeof t)switch(t){case 9901:t=at.PROFILE_IOS_SPEED;break;case 9902:t=at.PROFILE_IOS_QUALITY;break;case 9903:t=at.PROFILE_IOS_DEFAULT;break;case 9904:t=at.PROFILE_ANDROID;break;case 9905:t=at.PROFILE_DESKTOP;break;default:alert("profile _$6 _$Ui : "+t)}arguments.length<2&&(i=!0),i&&console.log("profile : "+t.PROFILE_NAME);for(var e in t)at[e]=t[e],i&&console.log("  ["+e+"] = "+t[e])},at.init=function(){if(at._$6b){console.log("Live2D %s",at._$2s),at._$6b=!1;!0,at.initProfile()}},at.getVersionStr=function(){return at._$2s},at.getVersionNo=function(){return at._$Kr},at._$sT=function(t){at._$cT=t},at.getError=function(){var t=at._$cT;return at._$cT=0,t},at.dispose=function(){at.glContext=[],at.frameBuffers=[],at.fTexture=[]},at.setGL=function(t,i){var e=i||0;at.glContext[e]=t},at.getGL=function(t){return at.glContext[t]},at.setClippingMaskBufferSize=function(t){at.clippingMaskBufferSize=t},at.getClippingMaskBufferSize=function(){return at.clippingMaskBufferSize},at.deleteBuffer=function(t){at.getGL(t).deleteFramebuffer(at.frameBuffers[t].framebuffer),delete at.frameBuffers[t],delete at.glContext[t]},ht._$r2=function(t){return t<0?0:t>1?1:.5-.5*Math.cos(t*Lt.PI_F)},lt._$fr=-1,lt.prototype.toString=function(){return this._$ib},$t.prototype=new W,$t._$42=0,$t._$Os=30,$t._$ms=0,$t._$ns=1,$t._$_s=2,$t._$gT=new Array,$t.prototype._$_S=function(t){this._$LP=t},$t.prototype.getTextureNo=function(){return this._$LP},$t.prototype._$ZL=function(){return this._$Qi},$t.prototype._$H2=function(){return this._$JP},$t.prototype.getNumPoints=function(){return this._$d0},$t.prototype.getType=function(){return W._$wb},$t.prototype._$B2=function(t,i,e){var r=i,o=null!=r._$hr?r._$hr:r._$Cr;switch(U._$do){default:case U._$Ms:throw new Error("_$L _$ro ");case U._$Qs:for(var n=this._$d0-1;n>=0;--n)o[n*U._$No+4]=e}},$t.prototype._$zP=function(){this._$GS=new D,this._$GS._$zP()},$t.prototype._$F0=function(t){W.prototype._$F0.call(this,t),this._$LP=t._$6L(),this._$d0=t._$6L(),this._$Yo=t._$6L();var i=t._$nP();this._$BP=new Int16Array(3*this._$Yo);for(var e=3*this._$Yo-1;e>=0;--e)this._$BP[e]=i[e];if(this._$Eo=t._$nP(),this._$Qi=t._$nP(),t.getFormatVersion()>=G._$s7){if(this._$JP=t._$6L(),0!=this._$JP){if(0!=(1&this._$JP)){var r=t._$6L();null==this._$5P&&(this._$5P=new Object),this._$5P._$Hb=parseInt(r)}0!=(this._$JP&$t._$Os)?this._$6s=(this._$JP&$t._$Os)>>1:this._$6s=$t._$ms,0!=(32&this._$JP)&&(this.culling=!1)}}else this._$JP=0},$t.prototype.init=function(t){var i=new ut(this),e=this._$d0*U._$No,r=this._$32();switch(null!=i._$Cr&&(i._$Cr=null),i._$Cr=new Float32Array(e),null!=i._$hr&&(i._$hr=null),i._$hr=r?new Float32Array(e):null,U._$do){default:case U._$Ms:if(U._$Ls)for(var o=this._$d0-1;o>=0;--o){var n=o<<1;this._$Qi[n+1]=1-this._$Qi[n+1]}break;case U._$Qs:for(var o=this._$d0-1;o>=0;--o){var n=o<<1,s=o*U._$No,_=this._$Qi[n],a=this._$Qi[n+1];i._$Cr[s]=_,i._$Cr[s+1]=a,i._$Cr[s+4]=0,r&&(i._$hr[s]=_,i._$hr[s+1]=a,i._$hr[s+4]=0)}}return i},$t.prototype._$Nr=function(t,i){var e=i;if(this!=e._$GT()&&console.log("### assert!! ### "),this._$GS._$Ur(t)&&(W.prototype._$Nr.call(this,t,e),!e._$IS[0])){var r=$t._$gT;r[0]=!1,v._$Vr(t,this._$GS,r,this._$d0,this._$Eo,e._$Cr,U._$i2,U._$No)}},$t.prototype._$2b=function(t,i){try{this!=i._$GT()&&console.log("### assert!! ### ");var e=!1;i._$IS[0]&&(e=!0);var r=i;if(!e&&(W.prototype._$2b.call(this,t),this._$32())){var o=this.getTargetBaseDataID();if(r._$8r==W._$ur&&(r._$8r=t.getBaseDataIndex(o)),r._$8r<0)at._$so&&_._$li("_$L _$0P _$G :: %s",o);else{var n=t.getBaseData(r._$8r),s=t._$q2(r._$8r);null==n||s._$x2()?r._$AT=!1:(n._$nb(t,s,r._$Cr,r._$hr,this._$d0,U._$i2,U._$No),r._$AT=!0),r.baseOpacity=s.getTotalOpacity()}}}catch(t){throw t}},$t.prototype.draw=function(t,i,e){if(this!=e._$GT()&&console.log("### assert!! ### "),!e._$IS[0]){var r=e,o=this._$LP;o<0&&(o=1);var n=this.getOpacity(i,r)*e._$VS*e.baseOpacity,s=null!=r._$hr?r._$hr:r._$Cr;t.setClipBufPre_clipContextForDraw(e.clipBufPre_clipContext),t._$WP(this.culling),t._$Uo(o,3*this._$Yo,this._$BP,s,this._$Qi,n,this._$6s,r)}},$t.prototype.dump=function(){console.log("  _$yi( %d ) , _$d0( %d ) , _$Yo( %d ) \n",this._$LP,this._$d0,this._$Yo),console.log("  _$Oi _$di = { ");for(var t=0;t<this._$BP.length;t++)console.log("%5d ,",this._$BP[t]);console.log("\n  _$5i _$30");for(var t=0;t<this._$Eo.length;t++){console.log("\n    _$30[%d] = ",t);for(var i=this._$Eo[t],e=0;e<i.length;e++)console.log("%6.2f, ",i[e])}console.log("\n")},$t.prototype._$72=function(t){return null==this._$5P?null:this._$5P[t]},$t.prototype.getIndexArray=function(){return this._$BP},ut.prototype=new Mt,ut.prototype.getTransformedPoints=function(){return null!=this._$hr?this._$hr:this._$Cr},pt.prototype._$HT=function(t){this.x=t.x,this.y=t.y},pt.prototype._$HT=function(t,i){this.x=t,this.y=i},ft.prototype=new i,ft.loadModel=function(t){var e=new ft;return i._$62(e,t),e},ft.loadModel=function(t,e){var r=e||0,o=new ft(r);return i._$62(o,t),o},ft._$to=function(){return new ft},ft._$er=function(t){var i=new _$5("../_$_r/_$t0/_$Ri/_$_P._$d");if(0==i.exists())throw new _$ls("_$t0 _$_ _$6 _$Ui :: "+i._$PL());for(var e=["../_$_r/_$t0/_$Ri/_$_P.512/_$CP._$1","../_$_r/_$t0/_$Ri/_$_P.512/_$vP._$1","../_$_r/_$t0/_$Ri/_$_P.512/_$EP._$1","../_$_r/_$t0/_$Ri/_$_P.512/_$pP._$1"],r=ft.loadModel(i._$3b()),o=0;o<e.length;o++){var n=new _$5(e[o]);if(0==n.exists())throw new _$ls("_$t0 _$_ _$6 _$Ui :: "+n._$PL());r.setTexture(o,_$nL._$_o(t,n._$3b()))}return r},ft.prototype.setGL=function(t){at.setGL(t)},ft.prototype.setTransform=function(t){this.drawParamWebGL.setTransform(t)},ft.prototype.update=function(){this._$5S.update(),this._$5S.preDraw(this.drawParamWebGL)},ft.prototype.draw=function(){this._$5S.draw(this.drawParamWebGL)},ft.prototype._$K2=function(){this.drawParamWebGL._$K2()},ft.prototype.setTexture=function(t,i){null==this.drawParamWebGL&&_._$li("_$Yi for QT _$ki / _$XS() is _$6 _$ui!!"),this.drawParamWebGL.setTexture(t,i)},ft.prototype.setTexture=function(t,i){null==this.drawParamWebGL&&_._$li("_$Yi for QT _$ki / _$XS() is _$6 _$ui!!"),this.drawParamWebGL.setTexture(t,i)},ft.prototype._$Rs=function(){return this.drawParamWebGL._$Rs()},ft.prototype._$Ds=function(t){this.drawParamWebGL._$Ds(t)},ft.prototype.getDrawParam=function(){return this.drawParamWebGL},ft.prototype.setMatrix=function(t){this.drawParamWebGL.setMatrix(t)},ft.prototype.setPremultipliedAlpha=function(t){this.drawParamWebGL.setPremultipliedAlpha(t)},ft.prototype.isPremultipliedAlpha=function(){return this.drawParamWebGL.isPremultipliedAlpha()},ft.prototype.setAnisotropy=function(t){this.drawParamWebGL.setAnisotropy(t)},ft.prototype.getAnisotropy=function(){return this.drawParamWebGL.getAnisotropy()},ct.prototype._$tb=function(){return this.motions},ct.prototype.startMotion=function(t,i){for(var e=null,r=this.motions.length,o=0;o<r;++o)null!=(e=this.motions[o])&&(e._$qS(e._$w0.getFadeOut()),this._$eb&&_._$Ji("MotionQueueManager[size:%2d]->startMotion() / start _$K _$3 (m%d)\n",r,e._$sr));if(null==t)return-1;e=new dt,e._$w0=t,this.motions.push(e);var n=e._$sr;return this._$eb&&_._$Ji("MotionQueueManager[size:%2d]->startMotion() / new _$w0 (m%d)\n",r,n),n},ct.prototype.updateParam=function(t){try{for(var i=!1,e=0;e<this.motions.length;e++){var r=this.motions[e];if(null!=r){var o=r._$w0;null!=o?(o.updateParam(t,r),i=!0,r.isFinished()&&(this._$eb&&_._$Ji("MotionQueueManager[size:%2d]->updateParam() / _$T0 _$w0 (m%d)\n",this.motions.length-1,r._$sr),this.motions.splice(e,1),e--)):(this.motions=this.motions.splice(e,1),e--)}else this.motions.splice(e,1),e--}return i}catch(t){return _._$li(t),!0}},ct.prototype.isFinished=function(t){if(arguments.length>=1){for(var i=0;i<this.motions.length;i++){var e=this.motions[i];if(null!=e&&(e._$sr==t&&!e.isFinished()))return!1}return!0}for(var i=0;i<this.motions.length;i++){var e=this.motions[i];if(null!=e){if(null!=e._$w0){if(!e.isFinished())return!1}else this.motions.splice(i,1),i--}else this.motions.splice(i,1),i--}return!0},ct.prototype.stopAllMotions=function(){for(var t=0;t<this.motions.length;t++){var i=this.motions[t];if(null!=i){i._$w0;this.motions.splice(t,1),t--}else this.motions.splice(t,1),t--}},ct.prototype._$Zr=function(t){this._$eb=t},ct.prototype._$e=function(){console.log("-- _$R --\n");for(var t=0;t<this.motions.length;t++){var i=this.motions[t],e=i._$w0;console.log("MotionQueueEnt[%d] :: %s\n",this.motions.length,e.toString())}},dt._$Gs=0,dt.prototype.isFinished=function(){return this._$9L},dt.prototype._$qS=function(t){var i=w.getUserTimeMSec(),e=i+t;(this._$Do<0||e<this._$Do)&&(this._$Do=e)},dt.prototype._$Bs=function(){return this._$sr},gt.prototype.setContext=function(t){var i=this.m;t.transform(i[0],i[1],i[3],i[4],i[6],i[7])},gt.prototype.toString=function(){for(var t="LDTransform { ",i=0;i<9;i++)t+=this.m[i].toFixed(2)+" ,";return t+=" }"},gt.prototype.identity=function(){var t=this.m;t[0]=t[4]=t[8]=1,t[1]=t[2]=t[3]=t[5]=t[6]=t[7]=0},gt.prototype._$PS=function(t,i,e){null==e&&(e=new Array(0,0));var r=this.m;return e[0]=r[0]*t+r[3]*i+r[6],e[1]=r[1]*t+r[4]*i+r[7],e},gt.prototype._$P2=function(t){t||(t=new gt);var i=this.m,e=i[0],r=i[1],o=i[2],n=i[3],s=i[4],_=i[5],a=i[6],h=i[7],l=i[8],$=e*s*l+r*_*a+o*n*h-e*_*h-o*s*a-r*n*l;if(0==$)return null;var u=1/$;return t.m[0]=u*(s*l-h*_),t.m[1]=u*(h*o-r*l),t.m[2]=u*(r*_-s*o),t.m[3]=u*(a*_-n*l),t.m[4]=u*(e*l-a*o),t.m[5]=u*(n*o-e*_),t.m[6]=u*(n*h-a*s),t.m[7]=u*(a*r-e*h),t.m[8]=u*(e*s-n*r),t},gt.prototype.transform=function(t,i,e){null==e&&(e=new Array(0,0));var r=this.m;return e[0]=r[0]*t+r[3]*i+r[6],e[1]=r[1]*t+r[4]*i+r[7],e},gt.prototype.translate=function(t,i){var e=this.m;e[6]=e[0]*t+e[3]*i+e[6],e[7]=e[1]*t+e[4]*i+e[7],e[8]=e[2]*t+e[5]*i+e[8]},gt.prototype.scale=function(t,i){var e=this.m;e[0]*=t,e[1]*=t,e[2]*=t,e[3]*=i,e[4]*=i,e[5]*=i},gt.prototype.shear=function(t,i){var e=this.m,r=e[0]+e[3]*i,o=e[1]+e[4]*i,n=e[2]+e[5]*i;e[3]=e[0]*t+e[3],e[4]=e[1]*t+e[4],e[5]=e[2]*t+e[5],e[0]=r,e[1]=o,e[2]=n},gt.prototype.rotate=function(t){var i=this.m,e=Math.cos(t),r=Math.sin(t),o=i[0]*e+i[3]*r,n=i[1]*e+i[4]*r,s=i[2]*e+i[5]*r;i[3]=-i[0]*r+i[3]*e,i[4]=-i[1]*r+i[4]*e,i[5]=-i[2]*r+i[5]*e,i[0]=o,i[1]=n,i[2]=s},gt.prototype.concatenate=function(t){var i=this.m,e=t.m,r=i[0]*e[0]+i[3]*e[1]+i[6]*e[2],o=i[1]*e[0]+i[4]*e[1]+i[7]*e[2],n=i[2]*e[0]+i[5]*e[1]+i[8]*e[2],s=i[0]*e[3]+i[3]*e[4]+i[6]*e[5],_=i[1]*e[3]+i[4]*e[4]+i[7]*e[5],a=i[2]*e[3]+i[5]*e[4]+i[8]*e[5],h=i[0]*e[6]+i[3]*e[7]+i[6]*e[8],l=i[1]*e[6]+i[4]*e[7]+i[7]*e[8],$=i[2]*e[6]+i[5]*e[7]+i[8]*e[8];m[0]=r,m[1]=o,m[2]=n,m[3]=s,m[4]=_,m[5]=a,m[6]=h,m[7]=l,m[8]=$},yt.prototype=new et,yt._$eT=null,yt._$tP=new Object,yt._$2o=function(){return null==yt._$eT&&(yt._$eT=yt.getID("DST_BASE")),yt._$eT},yt._$27=function(){yt._$tP.clear(),yt._$eT=null},yt.getID=function(t){var i=yt._$tP[t];return null==i&&(i=new yt(t),yt._$tP[t]=i),i},yt.prototype._$3s=function(){return new yt},mt.prototype=new E,mt._$9r=function(t){return new Float32Array(t)},mt._$vb=function(t){return new Int16Array(t)},mt._$cr=function(t,i){return null==t||t._$yL()<i.length?(t=mt._$9r(2*i.length),t.put(i),t._$oT(0)):(t.clear(),t.put(i),t._$oT(0)),t},mt._$mb=function(t,i){return null==t||t._$yL()<i.length?(t=mt._$vb(2*i.length),t.put(i),t._$oT(0)):(t.clear(),t.put(i),t._$oT(0)),t},mt._$Hs=function(){return this._$Gr},mt._$as=function(t){this._$Gr=t},mt.prototype.getGL=function(){return this.gl},mt.prototype.setGL=function(t){this.gl=t},mt.prototype.setTransform=function(t){this.transform=t},mt.prototype._$ZT=function(){var t=this.gl;this.firstDraw&&(this.initShader(),this.firstDraw=!1,this.anisotropyExt=t.getExtension("EXT_texture_filter_anisotropic")||t.getExtension("WEBKIT_EXT_texture_filter_anisotropic")||t.getExtension("MOZ_EXT_texture_filter_anisotropic"),this.anisotropyExt&&(this.maxAnisotropy=t.getParameter(this.anisotropyExt.MAX_TEXTURE_MAX_ANISOTROPY_EXT))),t.disable(t.SCISSOR_TEST),t.disable(t.STENCIL_TEST),t.disable(t.DEPTH_TEST),t.frontFace(t.CW),t.enable(t.BLEND),t.colorMask(1,1,1,1),t.bindBuffer(t.ARRAY_BUFFER,null),t.bindBuffer(t.ELEMENT_ARRAY_BUFFER,null)},mt.prototype._$Uo=function(t,i,e,r,o,n,s,_){if(!(n<.01&&null==this.clipBufPre_clipContextMask)){var a=(n>.9&&at.EXPAND_W,this.gl);if(null==this.gl)throw new Error("gl is null");var h=1*this._$C0*n,l=1*this._$tT*n,$=1*this._$WL*n,u=this._$lT*n;if(null!=this.clipBufPre_clipContextMask){a.frontFace(a.CCW),a.useProgram(this.shaderProgram),this._$vS=Tt(a,this._$vS,r),this._$no=Pt(a,this._$no,e),a.enableVertexAttribArray(this.a_position_Loc),a.vertexAttribPointer(this.a_position_Loc,2,a.FLOAT,!1,0,0),this._$NT=Tt(a,this._$NT,o),a.activeTexture(a.TEXTURE1),a.bindTexture(a.TEXTURE_2D,this.textures[t]),a.uniform1i(this.s_texture0_Loc,1),a.enableVertexAttribArray(this.a_texCoord_Loc),a.vertexAttribPointer(this.a_texCoord_Loc,2,a.FLOAT,!1,0,0),a.uniformMatrix4fv(this.u_matrix_Loc,!1,this.getClipBufPre_clipContextMask().matrixForMask);var p=this.getClipBufPre_clipContextMask().layoutChannelNo,f=this.getChannelFlagAsColor(p);a.uniform4f(this.u_channelFlag,f.r,f.g,f.b,f.a);var c=this.getClipBufPre_clipContextMask().layoutBounds;a.uniform4f(this.u_baseColor_Loc,2*c.x-1,2*c.y-1,2*c._$EL()-1,2*c._$5T()-1),a.uniform1i(this.u_maskFlag_Loc,!0)}else if(null!=this.getClipBufPre_clipContextDraw()){a.useProgram(this.shaderProgramOff),this._$vS=Tt(a,this._$vS,r),this._$no=Pt(a,this._$no,e),a.enableVertexAttribArray(this.a_position_Loc_Off),a.vertexAttribPointer(this.a_position_Loc_Off,2,a.FLOAT,!1,0,0),this._$NT=Tt(a,this._$NT,o),a.activeTexture(a.TEXTURE1),a.bindTexture(a.TEXTURE_2D,this.textures[t]),a.uniform1i(this.s_texture0_Loc_Off,1),a.enableVertexAttribArray(this.a_texCoord_Loc_Off),a.vertexAttribPointer(this.a_texCoord_Loc_Off,2,a.FLOAT,!1,0,0),a.uniformMatrix4fv(this.u_clipMatrix_Loc_Off,!1,this.getClipBufPre_clipContextDraw().matrixForDraw),a.uniformMatrix4fv(this.u_matrix_Loc_Off,!1,this.matrix4x4),a.activeTexture(a.TEXTURE2),a.bindTexture(a.TEXTURE_2D,at.fTexture[this.glno]),a.uniform1i(this.s_texture1_Loc_Off,2);var p=this.getClipBufPre_clipContextDraw().layoutChannelNo,f=this.getChannelFlagAsColor(p);a.uniform4f(this.u_channelFlag_Loc_Off,f.r,f.g,f.b,f.a),a.uniform4f(this.u_baseColor_Loc_Off,h,l,$,u)}else a.useProgram(this.shaderProgram),this._$vS=Tt(a,this._$vS,r),this._$no=Pt(a,this._$no,e),a.enableVertexAttribArray(this.a_position_Loc),a.vertexAttribPointer(this.a_position_Loc,2,a.FLOAT,!1,0,0),this._$NT=Tt(a,this._$NT,o),a.activeTexture(a.TEXTURE1),a.bindTexture(a.TEXTURE_2D,this.textures[t]),a.uniform1i(this.s_texture0_Loc,1),a.enableVertexAttribArray(this.a_texCoord_Loc),a.vertexAttribPointer(this.a_texCoord_Loc,2,a.FLOAT,!1,0,0),a.uniformMatrix4fv(this.u_matrix_Loc,!1,this.matrix4x4),a.uniform4f(this.u_baseColor_Loc,h,l,$,u),a.uniform1i(this.u_maskFlag_Loc,!1);this.culling?this.gl.enable(a.CULL_FACE):this.gl.disable(a.CULL_FACE),this.gl.enable(a.BLEND);var d,g,y,m;if(null!=this.clipBufPre_clipContextMask)d=a.ONE,g=a.ONE_MINUS_SRC_ALPHA,y=a.ONE,m=a.ONE_MINUS_SRC_ALPHA;else switch(s){case $t._$ms:d=a.ONE,g=a.ONE_MINUS_SRC_ALPHA,y=a.ONE,m=a.ONE_MINUS_SRC_ALPHA;break;case $t._$ns:d=a.ONE,g=a.ONE,y=a.ZERO,m=a.ONE;break;case $t._$_s:d=a.DST_COLOR,g=a.ONE_MINUS_SRC_ALPHA,y=a.ZERO,m=a.ONE}a.blendEquationSeparate(a.FUNC_ADD,a.FUNC_ADD),a.blendFuncSeparate(d,g,y,m),this.anisotropyExt&&a.texParameteri(a.TEXTURE_2D,this.anisotropyExt.TEXTURE_MAX_ANISOTROPY_EXT,this.maxAnisotropy);var T=e.length;a.drawElements(a.TRIANGLES,T,a.UNSIGNED_SHORT,0),a.bindTexture(a.TEXTURE_2D,null)}},mt.prototype._$Rs=function(){throw new Error("_$Rs")},mt.prototype._$Ds=function(t){throw new Error("_$Ds")},mt.prototype._$K2=function(){for(var t=0;t<this.textures.length;t++){0!=this.textures[t]&&(this.gl._$K2(1,this.textures,t),this.textures[t]=null)}},mt.prototype.setTexture=function(t,i){this.textures[t]=i},mt.prototype.initShader=function(){var t=this.gl;this.loadShaders2(),this.a_position_Loc=t.getAttribLocation(this.shaderProgram,"a_position"),this.a_texCoord_Loc=t.getAttribLocation(this.shaderProgram,"a_texCoord"),this.u_matrix_Loc=t.getUniformLocation(this.shaderProgram,"u_mvpMatrix"),this.s_texture0_Loc=t.getUniformLocation(this.shaderProgram,"s_texture0"),this.u_channelFlag=t.getUniformLocation(this.shaderProgram,"u_channelFlag"),this.u_baseColor_Loc=t.getUniformLocation(this.shaderProgram,"u_baseColor"),this.u_maskFlag_Loc=t.getUniformLocation(this.shaderProgram,"u_maskFlag"),this.a_position_Loc_Off=t.getAttribLocation(this.shaderProgramOff,"a_position"),this.a_texCoord_Loc_Off=t.getAttribLocation(this.shaderProgramOff,"a_texCoord"),this.u_matrix_Loc_Off=t.getUniformLocation(this.shaderProgramOff,"u_mvpMatrix"),this.u_clipMatrix_Loc_Off=t.getUniformLocation(this.shaderProgramOff,"u_ClipMatrix"),this.s_texture0_Loc_Off=t.getUniformLocation(this.shaderProgramOff,"s_texture0"),this.s_texture1_Loc_Off=t.getUniformLocation(this.shaderProgramOff,"s_texture1"),this.u_channelFlag_Loc_Off=t.getUniformLocation(this.shaderProgramOff,"u_channelFlag"),this.u_baseColor_Loc_Off=t.getUniformLocation(this.shaderProgramOff,"u_baseColor")},mt.prototype.disposeShader=function(){var t=this.gl;this.shaderProgram&&(t.deleteProgram(this.shaderProgram),this.shaderProgram=null),this.shaderProgramOff&&(t.deleteProgram(this.shaderProgramOff),this.shaderProgramOff=null)},mt.prototype.compileShader=function(t,i){var e=this.gl,r=i,o=e.createShader(t);if(null==o)return _._$Ji("_$L0 to create shader"),null;if(e.shaderSource(o,r),e.compileShader(o),!e.getShaderParameter(o,e.COMPILE_STATUS)){var n=e.getShaderInfoLog(o);return _._$Ji("_$L0 to compile shader : "+n),e.deleteShader(o),null}return o},mt.prototype.loadShaders2=function(){var t=this.gl;if(this.shaderProgram=t.createProgram(),!this.shaderProgram)return!1;if(this.shaderProgramOff=t.createProgram(),!this.shaderProgramOff)return!1;if(this.vertShader=this.compileShader(t.VERTEX_SHADER,"attribute vec4     a_position;attribute vec2     a_texCoord;varying vec2       v_texCoord;varying vec4       v_ClipPos;uniform mat4       u_mvpMatrix;void main(){    gl_Position = u_mvpMatrix * a_position;    v_ClipPos = u_mvpMatrix * a_position;    v_texCoord = a_texCoord;}"),!this.vertShader)return _._$Ji("Vertex shader compile _$li!"),!1;if(this.vertShaderOff=this.compileShader(t.VERTEX_SHADER,"attribute vec4     a_position;attribute vec2     a_texCoord;varying vec2       v_texCoord;varying vec4       v_ClipPos;uniform mat4       u_mvpMatrix;uniform mat4       u_ClipMatrix;void main(){    gl_Position = u_mvpMatrix * a_position;    v_ClipPos = u_ClipMatrix * a_position;    v_texCoord = a_texCoord ;}"),!this.vertShaderOff)return _._$Ji("OffVertex shader compile _$li!"),!1;if(this.fragShader=this.compileShader(t.FRAGMENT_SHADER,"precision mediump float;varying vec2       v_texCoord;varying vec4       v_ClipPos;uniform sampler2D  s_texture0;uniform vec4       u_channelFlag;uniform vec4       u_baseColor;uniform bool       u_maskFlag;void main(){    vec4 smpColor;     if(u_maskFlag){        float isInside =             step(u_baseColor.x, v_ClipPos.x/v_ClipPos.w)          * step(u_baseColor.y, v_ClipPos.y/v_ClipPos.w)          * step(v_ClipPos.x/v_ClipPos.w, u_baseColor.z)          * step(v_ClipPos.y/v_ClipPos.w, u_baseColor.w);        smpColor = u_channelFlag * texture2D(s_texture0 , v_texCoord).a * isInside;    }else{        smpColor = texture2D(s_texture0 , v_texCoord) * u_baseColor;    }    gl_FragColor = smpColor;}"),!this.fragShader)return _._$Ji("Fragment shader compile _$li!"),!1;if(this.fragShaderOff=this.compileShader(t.FRAGMENT_SHADER,"precision mediump float ;varying vec2       v_texCoord;varying vec4       v_ClipPos;uniform sampler2D  s_texture0;uniform sampler2D  s_texture1;uniform vec4       u_channelFlag;uniform vec4       u_baseColor ;void main(){    vec4 col_formask = texture2D(s_texture0, v_texCoord) * u_baseColor;    vec4 clipMask = texture2D(s_texture1, v_ClipPos.xy / v_ClipPos.w) * u_channelFlag;    float maskVal = clipMask.r + clipMask.g + clipMask.b + clipMask.a;    col_formask = col_formask * maskVal;    gl_FragColor = col_formask;}"),!this.fragShaderOff)return _._$Ji("OffFragment shader compile _$li!"),!1;if(t.attachShader(this.shaderProgram,this.vertShader),t.attachShader(this.shaderProgram,this.fragShader),t.attachShader(this.shaderProgramOff,this.vertShaderOff),t.attachShader(this.shaderProgramOff,this.fragShaderOff),t.linkProgram(this.shaderProgram),t.linkProgram(this.shaderProgramOff),!t.getProgramParameter(this.shaderProgram,t.LINK_STATUS)){var i=t.getProgramInfoLog(this.shaderProgram);return _._$Ji("_$L0 to link program: "+i),this.vertShader&&(t.deleteShader(this.vertShader),this.vertShader=0),this.fragShader&&(t.deleteShader(this.fragShader),this.fragShader=0),this.shaderProgram&&(t.deleteProgram(this.shaderProgram),this.shaderProgram=0),this.vertShaderOff&&(t.deleteShader(this.vertShaderOff),this.vertShaderOff=0),this.fragShaderOff&&(t.deleteShader(this.fragShaderOff),this.fragShaderOff=0),this.shaderProgramOff&&(t.deleteProgram(this.shaderProgramOff),this.shaderProgramOff=0),!1}return!0},mt.prototype.createFramebuffer=function(){var t=this.gl,i=at.clippingMaskBufferSize,e=t.createFramebuffer();t.bindFramebuffer(t.FRAMEBUFFER,e);var r=t.createRenderbuffer();t.bindRenderbuffer(t.RENDERBUFFER,r),t.renderbufferStorage(t.RENDERBUFFER,t.RGBA4,i,i),t.framebufferRenderbuffer(t.FRAMEBUFFER,t.COLOR_ATTACHMENT0,t.RENDERBUFFER,r);var o=t.createTexture();return t.bindTexture(t.TEXTURE_2D,o),t.texImage2D(t.TEXTURE_2D,0,t.RGBA,i,i,0,t.RGBA,t.UNSIGNED_BYTE,null),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_MIN_FILTER,t.LINEAR),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_MAG_FILTER,t.LINEAR),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_WRAP_S,t.CLAMP_TO_EDGE),t.texParameteri(t.TEXTURE_2D,t.TEXTURE_WRAP_T,t.CLAMP_TO_EDGE),t.framebufferTexture2D(t.FRAMEBUFFER,t.COLOR_ATTACHMENT0,t.TEXTURE_2D,o,0),t.bindTexture(t.TEXTURE_2D,null),t.bindRenderbuffer(t.RENDERBUFFER,null),t.bindFramebuffer(t.FRAMEBUFFER,null),at.fTexture[this.glno]=o,{framebuffer:e,renderbuffer:r,texture:at.fTexture[this.glno]}},St.prototype._$fP=function(){var t,i,e,r=this._$ST();if(0==(128&r))return 255&r;if(0==(128&(t=this._$ST())))return(127&r)<<7|127&t;if(0==(128&(i=this._$ST())))return(127&r)<<14|(127&t)<<7|255&i;if(0==(128&(e=this._$ST())))return(127&r)<<21|(127&t)<<14|(127&i)<<7|255&e;throw new lt("_$L _$0P  _")},St.prototype.getFormatVersion=function(){return this._$S2},St.prototype._$gr=function(t){this._$S2=t},St.prototype._$3L=function(){return this._$fP()},St.prototype._$mP=function(){return this._$zT(),this._$F+=8,this._$T.getFloat64(this._$F-8)},St.prototype._$_T=function(){return this._$zT(),this._$F+=4,this._$T.getFloat32(this._$F-4)},St.prototype._$6L=function(){return this._$zT(),this._$F+=4,this._$T.getInt32(this._$F-4)},St.prototype._$ST=function(){return this._$zT(),this._$T.getInt8(this._$F++)},St.prototype._$9T=function(){return this._$zT(),this._$F+=2,this._$T.getInt16(this._$F-2)},St.prototype._$2T=function(){throw this._$zT(),this._$F+=8,new lt("_$L _$q read long")},St.prototype._$po=function(){return this._$zT(),0!=this._$T.getInt8(this._$F++)};var xt=!0;St.prototype._$bT=function(){this._$zT();var t=this._$3L(),i=null;if(xt)try{var e=new ArrayBuffer(2*t);i=new Uint16Array(e);for(var r=0;r<t;++r)i[r]=this._$T.getUint8(this._$F++);return String.fromCharCode.apply(null,i)}catch(t){xt=!1}try{var o=new Array;if(null==i)for(var r=0;r<t;++r)o[r]=this._$T.getUint8(this._$F++);else for(var r=0;r<t;++r)o[r]=i[r];return String.fromCharCode.apply(null,o)}catch(t){console.log("read utf8 / _$rT _$L0 !! : "+t)}},St.prototype._$cS=function(){this._$zT();for(var t=this._$3L(),i=new Int32Array(t),e=0;e<t;e++)i[e]=this._$T.getInt32(this._$F),this._$F+=4;return i},St.prototype._$Tb=function(){this._$zT();for(var t=this._$3L(),i=new Float32Array(t),e=0;e<t;e++)i[e]=this._$T.getFloat32(this._$F),this._$F+=4;return i},St.prototype._$5b=function(){this._$zT();for(var t=this._$3L(),i=new Float64Array(t),e=0;e<t;e++)i[e]=this._$T.getFloat64(this._$F),this._$F+=8;return i},St.prototype._$nP=function(){return this._$Jb(-1)},St.prototype._$Jb=function(t){if(this._$zT(),t<0&&(t=this._$3L()),t==G._$7P){var i=this._$6L();if(0<=i&&i<this._$Ko.length)return this._$Ko[i];throw new lt("_$sL _$4i @_$m0")}var e=this._$4b(t);return this._$Ko.push(e),e},St.prototype._$4b=function(t){if(0==t)return null;if(50==t){var i=this._$bT(),e=b.getID(i);return e}if(51==t){var i=this._$bT(),e=yt.getID(i);return e}if(134==t){var i=this._$bT(),e=l.getID(i);return e}if(60==t){var i=this._$bT(),e=u.getID(i);return e}if(t>=48){var r=G._$9o(t);return null!=r?(r._$F0(this),r):null}switch(t){case 1:return this._$bT();case 10:return new n(this._$6L(),!0);case 11:return new S(this._$mP(),this._$mP(),this._$mP(),this._$mP());case 12:return new S(this._$_T(),this._$_T(),this._$_T(),this._$_T());case 13:return new L(this._$mP(),this._$mP());case 14:return new L(this._$_T(),this._$_T());case 15:for(var o=this._$3L(),e=new Array(o),s=0;s<o;s++)e[s]=this._$nP();return e;case 17:var e=new F(this._$mP(),this._$mP(),this._$mP(),this._$mP(),this._$mP(),this._$mP());return e;case 21:return new h(this._$6L(),this._$6L(),this._$6L(),this._$6L());case 22:return new pt(this._$6L(),this._$6L());case 23:throw new Error("_$L _$ro ");case 16:case 25:return this._$cS();case 26:return this._$5b();case 27:return this._$Tb();case 2:case 3:case 4:case 5:case 6:case 7:case 8:case 9:case 18:case 19:case 20:case 24:case 28:throw new lt("_$6 _$q : _$nP() of 2-9 ,18,19,20,24,28 : "+t);default:throw new lt("_$6 _$q : _$nP() NO _$i : "+t)}},St.prototype._$8L=function(){return 0==this._$hL?this._$v0=this._$ST():8==this._$hL&&(this._$v0=this._$ST(),this._$hL=0),1==(this._$v0>>7-this._$hL++&1)},St.prototype._$zT=function(){0!=this._$hL&&(this._$hL=0)},vt.prototype._$wP=function(t,i,e){for(var r=0;r<e;r++){for(var o=0;o<i;o++){var n=2*(o+r*i);console.log("(% 7.3f , % 7.3f) , ",t[n],t[n+1])}console.log("\n")}console.log("\n")},Lt._$2S=Math.PI/180,Lt._$bS=Math.PI/180,Lt._$wS=180/Math.PI,Lt._$NS=180/Math.PI,Lt.PI_F=Math.PI,Lt._$kT=[0,.012368,.024734,.037097,.049454,.061803,.074143,.086471,.098786,.111087,.12337,.135634,.147877,.160098,.172295,.184465,.196606,.208718,.220798,.232844,.244854,.256827,.268761,.280654,.292503,.304308,.316066,.327776,.339436,.351044,.362598,.374097,.385538,.396921,.408243,.419502,.430697,.441826,.452888,.463881,.474802,.485651,.496425,.507124,.517745,.528287,.538748,.549126,.559421,.56963,.579752,.589785,.599728,.609579,.619337,.629,.638567,.648036,.657406,.666676,.675843,.684908,.693867,.70272,.711466,.720103,.72863,.737045,.745348,.753536,.76161,.769566,.777405,.785125,.792725,.800204,.807561,.814793,.821901,.828884,.835739,.842467,.849066,.855535,.861873,.868079,.874153,.880093,.885898,.891567,.897101,.902497,.907754,.912873,.917853,.922692,.92739,.931946,.936359,.940629,.944755,.948737,.952574,.956265,.959809,.963207,.966457,.96956,.972514,.97532,.977976,.980482,.982839,.985045,.987101,.989006,.990759,.992361,.993811,.995109,.996254,.997248,.998088,.998776,.999312,.999694,.999924,1],Lt._$92=function(t,i){var e=Math.atan2(t[1],t[0]),r=Math.atan2(i[1],i[0]);return Lt._$tS(e,r)},Lt._$tS=function(t,i){for(var e=t-i;e<-Math.PI;)e+=2*Math.PI;for(;e>Math.PI;)e-=2*Math.PI;return e},Lt._$9=function(t){return Math.sin(t)},Lt.fcos=function(t){return Math.cos(t)},Mt.prototype._$u2=function(){return this._$IS[0]},Mt.prototype._$yo=function(){return this._$AT&&!this._$IS[0]},Mt.prototype._$GT=function(){return this._$e0},Et._$W2=0,Et.SYSTEM_INFO=null,Et.USER_AGENT=navigator.userAgent,Et.isIPhone=function(){return Et.SYSTEM_INFO||Et.setup(),Et.SYSTEM_INFO._isIPhone},Et.isIOS=function(){return Et.SYSTEM_INFO||Et.setup(),Et.SYSTEM_INFO._isIPhone||Et.SYSTEM_INFO._isIPad},Et.isAndroid=function(){return Et.SYSTEM_INFO||Et.setup(),Et.SYSTEM_INFO._isAndroid},Et.getOSVersion=function(){return Et.SYSTEM_INFO||Et.setup(),Et.SYSTEM_INFO.version},Et.getOS=function(){return Et.SYSTEM_INFO||Et.setup(),Et.SYSTEM_INFO._isIPhone||Et.SYSTEM_INFO._isIPad?"iOS":Et.SYSTEM_INFO._isAndroid?"Android":"_$Q0 OS"},Et.setup=function(){function t(t,i){for(var e=t.substring(i).split(/[ _,;\.]/),r=0,o=0;o<=2&&!isNaN(e[o]);o++){var n=parseInt(e[o]);if(n<0||n>999){_._$li("err : "+n+" @UtHtml5.setup()"),r=0;break}r+=n*Math.pow(1e3,2-o)}return r}var i,e=Et.USER_AGENT,r=Et.SYSTEM_INFO={userAgent:e};if((i=e.indexOf("iPhone OS "))>=0)r.os="iPhone",r._isIPhone=!0,r.version=t(e,i+"iPhone OS ".length);else if((i=e.indexOf("iPad"))>=0){if((i=e.indexOf("CPU OS"))<0)return void _._$li(" err : "+e+" @UtHtml5.setup()");r.os="iPad",r._isIPad=!0,r.version=t(e,i+"CPU OS ".length)}else(i=e.indexOf("Android"))>=0?(r.os="Android",r._isAndroid=!0,r.version=t(e,i+"Android ".length)):(r.os="-",r.version=-1)},window.UtSystem=w,window.UtDebug=_,window.LDTransform=gt,window.LDGL=nt,window.Live2D=at,window.Live2DModelWebGL=ft,window.Live2DModelJS=q,window.Live2DMotion=J,window.MotionQueueManager=ct,window.PhysicsHair=f,window.AMotion=s,window.PartsDataID=l,window.DrawDataID=b,window.BaseDataID=yt,window.ParamID=u,at.init();var At=!1}()}).call(i,e(7))},function(t,i){t.exports={import:function(){throw new Error("System.import cannot be used indirectly")}}},function(t,i,e){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}function o(){this.models=[],this.count=-1,this.reloadFlg=!1,Live2D.init(),n.Live2DFramework.setPlatformManager(new _.default)}Object.defineProperty(i,"__esModule",{value:!0}),i.default=o;var n=e(0),s=e(9),_=r(s),a=e(10),h=r(a),l=e(1),$=r(l);o.prototype.createModel=function(){var t=new h.default;return this.models.push(t),t},o.prototype.changeModel=function(t,i){if(this.reloadFlg){this.reloadFlg=!1;this.releaseModel(0,t),this.createModel(),this.models[0].load(t,i)}},o.prototype.getModel=function(t){return t>=this.models.length?null:this.models[t]},o.prototype.releaseModel=function(t,i){this.models.length<=t||(this.models[t].release(i),delete this.models[t],this.models.splice(t,1))},o.prototype.numModels=function(){return this.models.length},o.prototype.setDrag=function(t,i){for(var e=0;e<this.models.length;e++)this.models[e].setDrag(t,i)},o.prototype.maxScaleEvent=function(){$.default.DEBUG_LOG&&console.log("Max scale event.");for(var t=0;t<this.models.length;t++)this.models[t].startRandomMotion($.default.MOTION_GROUP_PINCH_IN,$.default.PRIORITY_NORMAL)},o.prototype.minScaleEvent=function(){$.default.DEBUG_LOG&&console.log("Min scale event.");for(var t=0;t<this.models.length;t++)this.models[t].startRandomMotion($.default.MOTION_GROUP_PINCH_OUT,$.default.PRIORITY_NORMAL)},o.prototype.tapEvent=function(t,i){$.default.DEBUG_LOG&&console.log("tapEvent view x:"+t+" y:"+i);for(var e=0;e<this.models.length;e++)this.models[e].hitTest($.default.HIT_AREA_HEAD,t,i)?($.default.DEBUG_LOG&&console.log("Tap face."),this.models[e].setRandomExpression()):this.models[e].hitTest($.default.HIT_AREA_BODY,t,i)?($.default.DEBUG_LOG&&console.log("Tap body. models["+e+"]"),this.models[e].startRandomMotion($.default.MOTION_GROUP_TAP_BODY,$.default.PRIORITY_NORMAL)):this.models[e].hitTestCustom("head",t,i)?($.default.DEBUG_LOG&&console.log("Tap face."),this.models[e].startRandomMotion($.default.MOTION_GROUP_FLICK_HEAD,$.default.PRIORITY_NORMAL)):this.models[e].hitTestCustom("body",t,i)&&($.default.DEBUG_LOG&&console.log("Tap body. models["+e+"]"),this.models[e].startRandomMotion($.default.MOTION_GROUP_TAP_BODY,$.default.PRIORITY_NORMAL));return!0}},function(t,i,e){"use strict";function r(){}Object.defineProperty(i,"__esModule",{value:!0}),i.default=r;var o=e(2);r.prototype.loadBytes=function(t,i){var e=new XMLHttpRequest;e.open("GET",t,!0),e.responseType="arraybuffer",e.onload=function(){switch(e.status){case 200:i(e.response);break;default:console.error("Failed to load ("+e.status+") : "+t)}},e.send(null)},r.prototype.loadString=function(t){this.loadBytes(t,function(t){return t})},r.prototype.loadLive2DModel=function(t,i){var e=null;this.loadBytes(t,function(t){e=Live2DModelWebGL.loadModel(t),i(e)})},r.prototype.loadTexture=function(t,i,e,r){

    e = 'http:' + e.replace('get/../', '');
    var n=new Image;n.crossOrigin="Anonymous",n.src=e;
    n.onload=function(){
        var e=(0,o.getContext)(),s=e.createTexture();if(!s)return console.error("Failed to generate gl texture name."),-1;0==t.isPremultipliedAlpha()&&e.pixelStorei(e.UNPACK_PREMULTIPLY_ALPHA_WEBGL,1),e.pixelStorei(e.UNPACK_FLIP_Y_WEBGL,1),e.activeTexture(e.TEXTURE0),e.bindTexture(e.TEXTURE_2D,s),e.texImage2D(e.TEXTURE_2D,0,e.RGBA,e.RGBA,e.UNSIGNED_BYTE,n),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MAG_FILTER,e.LINEAR),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MIN_FILTER,e.LINEAR_MIPMAP_NEAREST),e.generateMipmap(e.TEXTURE_2D),t.setTexture(i,s),s=null,"function"==typeof r&&r()},
        n.onerror=function(){
            console.info("Failed to load image : "+e);
            loadRandModel();
    }},
    r.prototype.jsonParseFromBytes=function(t){var i,e=new Uint8Array(t,0,3);return i=239==e[0]&&187==e[1]&&191==e[2]?String.fromCharCode.apply(null,new Uint8Array(t,3)):String.fromCharCode.apply(null,new Uint8Array(t)),JSON.parse(i)},r.prototype.log=function(t){}},function(t,i,e){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}function o(){n.L2DBaseModel.prototype.constructor.call(this),this.modelHomeDir="",this.modelSetting=null,this.tmpMatrix=[]}Object.defineProperty(i,"__esModule",{value:!0}),i.default=o;var n=e(0),s=e(11),_=r(s),a=e(1),h=r(a),l=e(3),$=r(l);o.prototype=new n.L2DBaseModel,o.prototype.load=function(t,i,e){this.setUpdating(!0),this.setInitialized(!1),this.modelHomeDir=i.substring(0,i.lastIndexOf("/")+1),this.modelSetting=new _.default;var r=this;this.modelSetting.loadModelSetting(i,function(){var t=r.modelHomeDir+r.modelSetting.getModelFile();r.loadModelData(t,function(t){for(var i=0;i<r.modelSetting.getTextureNum();i++){if(/^https?:\/\/|^\/\//i.test(r.modelSetting.getTextureFile(i)))var o=r.modelSetting.getTextureFile(i);else var o=r.modelHomeDir+r.modelSetting.getTextureFile(i);r.loadTexture(i,o,function(){if(r.isTexLoaded){if(r.modelSetting.getExpressionNum()>0){r.expressions={};for(var t=0;t<r.modelSetting.getExpressionNum();t++){var i=r.modelSetting.getExpressionName(t),o=r.modelHomeDir+r.modelSetting.getExpressionFile(t);r.loadExpression(i,o)}}else r.expressionManager=null,r.expressions={};if(r.eyeBlink,null!=r.modelSetting.getPhysicsFile()?r.loadPhysics(r.modelHomeDir+r.modelSetting.getPhysicsFile()):r.physics=null,null!=r.modelSetting.getPoseFile()?r.loadPose(r.modelHomeDir+r.modelSetting.getPoseFile(),function(){r.pose.updateParam(r.live2DModel)}):r.pose=null,null!=r.modelSetting.getLayout()){var n=r.modelSetting.getLayout();null!=n.width&&r.modelMatrix.setWidth(n.width),null!=n.height&&r.modelMatrix.setHeight(n.height),null!=n.x&&r.modelMatrix.setX(n.x),null!=n.y&&r.modelMatrix.setY(n.y),null!=n.center_x&&r.modelMatrix.centerX(n.center_x),null!=n.center_y&&r.modelMatrix.centerY(n.center_y),null!=n.top&&r.modelMatrix.top(n.top),null!=n.bottom&&r.modelMatrix.bottom(n.bottom),null!=n.left&&r.modelMatrix.left(n.left),null!=n.right&&r.modelMatrix.right(n.right)}if(null!=r.modelSetting.getHitAreasCustom()){var s=r.modelSetting.getHitAreasCustom();null!=s.head_x&&(h.default.hit_areas_custom_head_x=s.head_x),null!=s.head_y&&(h.default.hit_areas_custom_head_y=s.head_y),null!=s.body_x&&(h.default.hit_areas_custom_body_x=s.body_x),null!=s.body_y&&(h.default.hit_areas_custom_body_y=s.body_y)}for(var t=0;t<r.modelSetting.getInitParamNum();t++)r.live2DModel.setParamFloat(r.modelSetting.getInitParamID(t),r.modelSetting.getInitParamValue(t));for(var t=0;t<r.modelSetting.getInitPartsVisibleNum();t++)r.live2DModel.setPartsOpacity(r.modelSetting.getInitPartsVisibleID(t),r.modelSetting.getInitPartsVisibleValue(t));r.live2DModel.saveParam(),r.preloadMotionGroup(h.default.MOTION_GROUP_IDLE),r.preloadMotionGroup(h.default.MOTION_GROUP_SLEEPY),r.mainMotionManager.stopAllMotions(),r.setUpdating(!1),r.setInitialized(!0),"function"==typeof e&&e()}})}})})},o.prototype.release=function(t){var i=n.Live2DFramework.getPlatformManager();t.deleteTexture(i.texture)},o.prototype.preloadMotionGroup=function(t){for(var i=this,e=0;e<this.modelSetting.getMotionNum(t);e++){var r=this.modelSetting.getMotionFile(t,e);this.loadMotion(r,this.modelHomeDir+r,function(r){r.setFadeIn(i.modelSetting.getMotionFadeIn(t,e)),r.setFadeOut(i.modelSetting.getMotionFadeOut(t,e))})}},o.prototype.update=function(){if(null==this.live2DModel)return void(h.default.DEBUG_LOG&&console.error("Failed to update."));var t=UtSystem.getUserTimeMSec()-this.startTimeMSec,i=t/1e3,e=2*i*Math.PI;if(this.mainMotionManager.isFinished()){"1"===sessionStorage.getItem("Sleepy")?this.startRandomMotion(h.default.MOTION_GROUP_SLEEPY,h.default.PRIORITY_SLEEPY):this.startRandomMotion(h.default.MOTION_GROUP_IDLE,h.default.PRIORITY_IDLE)}this.live2DModel.loadParam(),this.mainMotionManager.updateParam(this.live2DModel)||null!=this.eyeBlink&&this.eyeBlink.updateParam(this.live2DModel),this.live2DModel.saveParam(),null==this.expressionManager||null==this.expressions||this.expressionManager.isFinished()||this.expressionManager.updateParam(this.live2DModel),this.live2DModel.addToParamFloat("PARAM_ANGLE_X",30*this.dragX,1),this.live2DModel.addToParamFloat("PARAM_ANGLE_Y",30*this.dragY,1),this.live2DModel.addToParamFloat("PARAM_ANGLE_Z",this.dragX*this.dragY*-30,1),this.live2DModel.addToParamFloat("PARAM_BODY_ANGLE_X",10*this.dragX,1),this.live2DModel.addToParamFloat("PARAM_EYE_BALL_X",this.dragX,1),this.live2DModel.addToParamFloat("PARAM_EYE_BALL_Y",this.dragY,1),this.live2DModel.addToParamFloat("PARAM_ANGLE_X",Number(15*Math.sin(e/6.5345)),.5),this.live2DModel.addToParamFloat("PARAM_ANGLE_Y",Number(8*Math.sin(e/3.5345)),.5),this.live2DModel.addToParamFloat("PARAM_ANGLE_Z",Number(10*Math.sin(e/5.5345)),.5),this.live2DModel.addToParamFloat("PARAM_BODY_ANGLE_X",Number(4*Math.sin(e/15.5345)),.5),this.live2DModel.setParamFloat("PARAM_BREATH",Number(.5+.5*Math.sin(e/3.2345)),1),null!=this.physics&&this.physics.updateParam(this.live2DModel),null==this.lipSync&&this.live2DModel.setParamFloat("PARAM_MOUTH_OPEN_Y",this.lipSyncValue),null!=this.pose&&this.pose.updateParam(this.live2DModel),this.live2DModel.update()},o.prototype.setRandomExpression=function(){var t=[];for(var i in this.expressions)t.push(i);var e=parseInt(Math.random()*t.length);this.setExpression(t[e])},o.prototype.startRandomMotion=function(t,i){var e=this.modelSetting.getMotionNum(t),r=parseInt(Math.random()*e);this.startMotion(t,r,i)},o.prototype.startMotion=function(t,i,e){var r=this.modelSetting.getMotionFile(t,i);if(null==r||""==r)return void(h.default.DEBUG_LOG&&console.error("Failed to motion."));if(e==h.default.PRIORITY_FORCE)this.mainMotionManager.setReservePriority(e);else if(!this.mainMotionManager.reserveMotion(e))return void(h.default.DEBUG_LOG&&console.log("Motion is running."));var o,n=this;null==this.motions[t]?this.loadMotion(null,this.modelHomeDir+r,function(r){o=r,n.setFadeInFadeOut(t,i,e,o)}):(o=this.motions[t],n.setFadeInFadeOut(t,i,e,o))},o.prototype.setFadeInFadeOut=function(t,i,e,r){var o=this.modelSetting.getMotionFile(t,i);if(r.setFadeIn(this.modelSetting.getMotionFadeIn(t,i)),r.setFadeOut(this.modelSetting.getMotionFadeOut(t,i)),h.default.DEBUG_LOG&&console.log("Start motion : "+o),null==this.modelSetting.getMotionSound(t,i))this.mainMotionManager.startMotionPrio(r,e);else{var n=this.modelSetting.getMotionSound(t,i),s=document.createElement("audio");s.src=this.modelHomeDir+n,h.default.DEBUG_LOG&&console.log("Start sound : "+n),s.play(),this.mainMotionManager.startMotionPrio(r,e)}},o.prototype.setExpression=function(t){var i=this.expressions[t];h.default.DEBUG_LOG&&console.log("Expression : "+t),this.expressionManager.startMotion(i,!1)},o.prototype.draw=function(t){$.default.push(),$.default.multMatrix(this.modelMatrix.getArray()),this.tmpMatrix=$.default.getMatrix(),this.live2DModel.setMatrix(this.tmpMatrix),this.live2DModel.draw(),$.default.pop()},o.prototype.hitTest=function(t,i,e){for(var r=this.modelSetting.getHitAreaNum(),o=0;o<r;o++)if(t==this.modelSetting.getHitAreaName(o)){var n=this.modelSetting.getHitAreaID(o);return this.hitTestSimple(n,i,e)}return!1},o.prototype.hitTestCustom=function(t,i,e){return"head"==t?this.hitTestSimpleCustom(h.default.hit_areas_custom_head_x,h.default.hit_areas_custom_head_y,i,e):"body"==t&&this.hitTestSimpleCustom(h.default.hit_areas_custom_body_x,h.default.hit_areas_custom_body_y,i,e)}},function(t,i,e){"use strict";function r(){this.NAME="name",this.ID="id",this.MODEL="model",this.TEXTURES="textures",this.HIT_AREAS="hit_areas",this.PHYSICS="physics",this.POSE="pose",this.EXPRESSIONS="expressions",this.MOTION_GROUPS="motions",this.SOUND="sound",this.FADE_IN="fade_in",this.FADE_OUT="fade_out",this.LAYOUT="layout",this.HIT_AREAS_CUSTOM="hit_areas_custom",this.INIT_PARAM="init_param",this.INIT_PARTS_VISIBLE="init_parts_visible",this.VALUE="val",this.FILE="file",this.json={}}Object.defineProperty(i,"__esModule",{value:!0}),i.default=r;var o=e(0);r.prototype.loadModelSetting=function(t,i){var e=this;o.Live2DFramework.getPlatformManager().loadBytes(t,function(t){var r=String.fromCharCode.apply(null,new Uint8Array(t));e.json=JSON.parse(r),i()})},r.prototype.getTextureFile=function(t){return null==this.json[this.TEXTURES]||null==this.json[this.TEXTURES][t]?null:this.json[this.TEXTURES][t]},r.prototype.getModelFile=function(){return this.json[this.MODEL]},r.prototype.getTextureNum=function(){return null==this.json[this.TEXTURES]?0:this.json[this.TEXTURES].length},r.prototype.getHitAreaNum=function(){return null==this.json[this.HIT_AREAS]?0:this.json[this.HIT_AREAS].length},r.prototype.getHitAreaID=function(t){return null==this.json[this.HIT_AREAS]||null==this.json[this.HIT_AREAS][t]?null:this.json[this.HIT_AREAS][t][this.ID]},r.prototype.getHitAreaName=function(t){return null==this.json[this.HIT_AREAS]||null==this.json[this.HIT_AREAS][t]?null:this.json[this.HIT_AREAS][t][this.NAME]},r.prototype.getPhysicsFile=function(){return this.json[this.PHYSICS]},r.prototype.getPoseFile=function(){return this.json[this.POSE]},r.prototype.getExpressionNum=function(){return null==this.json[this.EXPRESSIONS]?0:this.json[this.EXPRESSIONS].length},r.prototype.getExpressionFile=function(t){return null==this.json[this.EXPRESSIONS]?null:this.json[this.EXPRESSIONS][t][this.FILE]},r.prototype.getExpressionName=function(t){return null==this.json[this.EXPRESSIONS]?null:this.json[this.EXPRESSIONS][t][this.NAME]},r.prototype.getLayout=function(){return this.json[this.LAYOUT]},r.prototype.getHitAreasCustom=function(){return this.json[this.HIT_AREAS_CUSTOM]},r.prototype.getInitParamNum=function(){return null==this.json[this.INIT_PARAM]?0:this.json[this.INIT_PARAM].length},r.prototype.getMotionNum=function(t){return null==this.json[this.MOTION_GROUPS]||null==this.json[this.MOTION_GROUPS][t]?0:this.json[this.MOTION_GROUPS][t].length},r.prototype.getMotionFile=function(t,i){return null==this.json[this.MOTION_GROUPS]||null==this.json[this.MOTION_GROUPS][t]||null==this.json[this.MOTION_GROUPS][t][i]?null:this.json[this.MOTION_GROUPS][t][i][this.FILE]},r.prototype.getMotionSound=function(t,i){return null==this.json[this.MOTION_GROUPS]||null==this.json[this.MOTION_GROUPS][t]||null==this.json[this.MOTION_GROUPS][t][i]||null==this.json[this.MOTION_GROUPS][t][i][this.SOUND]?null:this.json[this.MOTION_GROUPS][t][i][this.SOUND]},r.prototype.getMotionFadeIn=function(t,i){return null==this.json[this.MOTION_GROUPS]||null==this.json[this.MOTION_GROUPS][t]||null==this.json[this.MOTION_GROUPS][t][i]||null==this.json[this.MOTION_GROUPS][t][i][this.FADE_IN]?1e3:this.json[this.MOTION_GROUPS][t][i][this.FADE_IN]},r.prototype.getMotionFadeOut=function(t,i){return null==this.json[this.MOTION_GROUPS]||null==this.json[this.MOTION_GROUPS][t]||null==this.json[this.MOTION_GROUPS][t][i]||null==this.json[this.MOTION_GROUPS][t][i][this.FADE_OUT]?1e3:this.json[this.MOTION_GROUPS][t][i][this.FADE_OUT]},r.prototype.getInitParamID=function(t){return null==this.json[this.INIT_PARAM]||null==this.json[this.INIT_PARAM][t]?null:this.json[this.INIT_PARAM][t][this.ID]},r.prototype.getInitParamValue=function(t){return null==this.json[this.INIT_PARAM]||null==this.json[this.INIT_PARAM][t]?NaN:this.json[this.INIT_PARAM][t][this.VALUE]},r.prototype.getInitPartsVisibleNum=function(){return null==this.json[this.INIT_PARTS_VISIBLE]?0:this.json[this.INIT_PARTS_VISIBLE].length},r.prototype.getInitPartsVisibleID=function(t){return null==this.json[this.INIT_PARTS_VISIBLE]||null==this.json[this.INIT_PARTS_VISIBLE][t]?null:this.json[this.INIT_PARTS_VISIBLE][t][this.ID]},r.prototype.getInitPartsVisibleValue=function(t){return null==this.json[this.INIT_PARTS_VISIBLE]||null==this.json[this.INIT_PARTS_VISIBLE][t]?NaN:this.json[this.INIT_PARTS_VISIBLE][t][this.VALUE]}}]);
//# sourceMappingURL=live2d.js
String.prototype.render = function (context) {
    var tokenReg = /(\\)?\{([^\{\}\\]+)(\\)?\}/g;

    return this.replace(tokenReg, function (word, slash1, token, slash2) {
        if (slash1 || slash2) {
            return word.replace('\\', '');
        }

        var variables = token.replace(/\s/g, '').split('.');
        var currentObject = context;
        var i, length, variable;

        for (i = 0, length = variables.length; i < length; ++i) {
            variable = variables[i];
            currentObject = currentObject[variable];
            if (currentObject === undefined || currentObject === null) return '';
        }
        return currentObject;
    });
};
var t =1;
var re = /x/;
console.log(re);
re.toString = function() {
    showMessage('哈哈，你打开了控制台，是想要看看我的秘密吗？', 5000, true);
    return '';
};

$(document).on('copy', function (){
    showMessage('你都复制了些什么呀，转载要记得加上出处哦', 5000, true);
});

$(document).on("visibilitychange", function() {
		if (!document.hidden) showMessage("(◍'౪`◍)ﾉﾞ欢迎回来 ! ^_^o", 6000, 9);
	});

/*$('#hitokoto').mouseover(function (){
    var text = '这句一言出处是 <span style="color:#0099cc;">『{source}』</span>，是 <span style="color:#0099cc;">FGHRSH</span> 在 {date} 收藏的！';
    var hitokoto = JSON.parse($(this)[0].dataset.raw);
    text = text.render({source: hitokoto.source, author: hitokoto.author, date: hitokoto.date});
    showMessage(text, 3000);
});*/

$('.waifu-tool .fui-home').click(function (){
    //window.location = 'https://www.fghrsh.net/';
    window.location = $('#Header1_HeaderTitle').attr("href")
});

$('.waifu-tool .fui-eye').click(function (){
    loadOtherModel();
});

$('.waifu-tool .fui-chat').click(function (){
    showHitokoto();
});

$('.waifu-tool .fui-user').click(function (){
    loadRandModel();
    showMessage('我的新衣服好看嘛', 3000, true);
});

$('.waifu-tool .fui-info-circle').click(function (){
    window.open('https://www.cnblogs.com/huhe');
});

$('.waifu-tool .fui-cross').click(function (){
    sessionStorage.setItem('waifu-dsiplay', 'none');
    showMessage('愿你有一天能与重要的人重逢', 1300, true);
    window.setTimeout(function() {$('.waifu').hide();}, 1300);
});

$('.waifu-tool .fui-photo').click(function (){
    showMessage('照好了嘛，是不是很可爱呢？', 5000, true);
    window.Live2D.captureName = 'Live2D.png';
    window.Live2D.captureFrame = true;
});

function waifuWelcome(){
    var text;
    var SiteIndexUrl = 'https://www.cnblogs.com/huhe/';  // 手动指定主页
    //var SiteIndexUrl = window.location.protocol+'//'+window.location.hostname+'/';  // 自动获取主页

    if (window.location.href == SiteIndexUrl) {      // 如果是主页
        var now = (new Date()).getHours();
        if (now > 23 || now <= 5) {
            text = '你是夜猫子呀？这么晚还不睡觉，明天起的来嘛';
        } else if (now > 5 && now <= 7) {
            text = '早上好！一日之计在于晨，美好的一天就要开始了';
        } else if (now > 7 && now <= 11) {
            text = '上午好！工作顺利嘛，不要久坐，多起来走动走动哦！';
        } else if (now > 11 && now <= 14) {
            text = '中午了，工作了一个上午，现在是午餐时间！';
        } else if (now > 14 && now <= 17) {
            text = '午后很容易犯困呢，今天的运动目标完成了吗？';
        } else if (now > 17 && now <= 19) {
            text = '傍晚了！窗外夕阳的景色很美丽呢，最美不过夕阳红~';
        } else if (now > 19 && now <= 21) {
            text = '晚上好，今天过得怎么样？';
        } else if (now > 21 && now <= 23) {
            text = '已经这么晚了呀，早点休息吧，晚安~';
        } else {
            text = '嗨~ 快来逗我玩吧！';
        }
    } else {
        if(document.referrer !== ''){
            var referrer = document.createElement('a');
            referrer.href = document.referrer;
            var domain = referrer.hostname.split('.')[1];
            if (window.location.hostname == referrer.hostname) {
                text = '欢迎阅读<span style="color:#0099cc;">『' + document.title.split(' - ')[0] + '』</span>';
            } else if (domain == 'baidu') {
                text = 'Hello! 来自 百度搜索 的朋友<br>你是搜索 <span style="color:#0099cc;">' + referrer.search.split('&wd=')[1].split('&')[0] + '</span> 找到的我吗？';
            } else if (domain == 'so') {
                text = 'Hello! 来自 360搜索 的朋友<br>你是搜索 <span style="color:#0099cc;">' + referrer.search.split('&q=')[1].split('&')[0] + '</span> 找到的我吗？';
            } else if (domain == 'google') {
                text = 'Hello! 来自 谷歌搜索 的朋友<br>欢迎阅读<span style="color:#0099cc;">『' + document.title.split(' - ')[0] + '』</span>';
            } else {
                text = 'Hello! 来自 <span style="color:#0099cc;">' + referrer.hostname + '</span> 的朋友';
            }
        } else {
            text = '欢迎阅读<span style="color:#0099cc;">『' + document.title.split(' - ')[0] + '』</span>';
        }
    }
    showMessage(text, 6000);
}

//window.hitokotoTimer = window.setInterval(showHitokoto,30000);
/* 检测用户活动状态，并在空闲时 定时显示一言 */
var getActed = false;
window.hitokotoTimer = 0;
var hitokotoInterval = false;

$(document).mousemove(function(e){getActed = true;}).keydown(function(){getActed = true;});
setInterval(function() { if (!getActed) ifActed(); else elseActed(); }, 1000);

function ifActed(){
    if (!hitokotoInterval) {
        hitokotoInterval = true;
        hitokotoTimer = window.setInterval(showHitokoto, 30000);
    }
}

function elseActed(){
    getActed = hitokotoInterval = false;
    window.clearInterval(hitokotoTimer);
}
function showHitokoto(){
    /* 增加 hitokoto.cn API */
    
    window.clearTimeout(t);
    $.getJSON('https://v1.hitokoto.cn',function(result){
        var text = '这句一言出自 <span style="color:#0099cc;">『{source}』</span>';  //，是 <span style="color:#0099cc;">{creator}</span> 在 hitokoto.cn 投稿的。';
        text = text.render({source: result.from});  //, creator: result.creator
        showMessage(result.hitokoto, 5000);
        t = window.setTimeout(function() {showMessage(text, 3000);}, 5000);
        
    });
}

function showMessage(text, timeout, flag){
    if(flag || sessionStorage.getItem('waifu-text') === '' || sessionStorage.getItem('waifu-text') === null){
        if(Array.isArray(text)) text = text[Math.floor(Math.random() * text.length + 1)-1];
        //console.log(text);

        if(flag) sessionStorage.setItem('waifu-text', text);

        $('.waifu-tips').stop();
        $('.waifu-tips').html(text).fadeTo(200, 1);
        if (timeout === undefined) timeout = 5000;
        hideMessage(timeout);
    }
}

function hideMessage(timeout){
    $('.waifu-tips').stop().css('opacity',1);
    if (timeout === undefined) timeout = 5000;
    window.setTimeout(function() {sessionStorage.removeItem('waifu-text')}, timeout);
    $('.waifu-tips').delay(timeout).fadeTo(200, 0);
}

var waifuJson = {
    "mouseover": [
        {
            "selector": ".content-wrap a[href^='http']",
            "text": ["要看看 <span style=\"color:#0099cc;\">{text}</span> 么？"]
        },
        {
            "selector": ".logo",
            "text": ["点击前往首页，想回到上一页可以使用浏览器的后退功能哦"]
        },
        {
            "selector": ".social-share",
            "text": ["觉得文章有帮助的话，可以分享给更多需要的朋友呢"]
        },
        {
            "selector": "#tor_show",
            "text": ["翻页比较麻烦吗，点击可以显示这篇文章的目录呢"]
        },
        {
            "selector": ".menu-follow",
            "text": ["利用 feed 订阅器，就能快速知道博客有没有更新了呢"]
        },
        {
            "selector": ".creativecommons",
            "text": ["转载前要先注意下文章的 版权协议 呢"]
        },
        {
            "selector": ".comm",
            "text": ["想要去评论些什么吗？"]
        },
        {
            "selector": "#qrcode",
            "text": ["手机扫一下就能继续看，很方便呢"]
        },
        {
            "selector": "#postcomments",
            "text": ["要吐槽些什么呢？"]
        },
        {
            "selector": ".rollto",
            "text": ["回到开始的地方吧"]
        },
        {
            "selector": "#inpName",
            "text": ["该怎么称呼你呢"]
        },
        {
            "selector": "#inpEmail",
            "text": ["留下你的邮箱，不然就是无头像人士了"]
        },
        {
            "selector": "#inpHomePage",
            "text": ["你的家在哪里呢，好让我去参观参观"]
        },
        {
            "selector": "#txaArticle",
            "text": ["认真填写哦，垃圾评论是禁止事项"]
        },
        {
            "selector": ".OwO-logo",
            "text": ["要插入一个表情吗"]
        },
        {
            "selector": "#submit",
            "text": ["要提交了吗，评论可能需要审核，请耐心等待~"]
        },
        {
            "selector": ".ImageBox",
            "text": ["点击图片可以放大呢"]
        },
        {
            "selector": "input[name=q]",
            "text": ["找不到想看的内容？搜索看看吧"]
        },
        {
            "selector": ".paging",
            "text": ["去下一页看看吧"]
        },
        {
            "selector": "#htmer_time",
            "text": ["已经过了这么久了呀，日子过得好快呢", "<span style=\"color:#0099cc;\">2010</span> 是多久来着…<br>1，2，3……有好多好多天呢！"]
        },
        {
            "selector": ".updatelog",
            "text": ["这里记录着我搬家的历史呢"]
        },
        {
            "selector": ".aboutme",
            "text": ["发现主人出没地点！", "这里有主人的联系方式"]
        },
        {
            "selector": ".donate-qrcode",
            "text": ["主人最近在吃土呢，很辛苦的样子。给他一些钱钱吧~"]
        },
        {
            "selector": "#wenkmPlayer div.switch-player",
            "text": ["想要听点音乐吗"]
        },
        {
            "selector": "#wenkmPlayer div.volume",
            "text": ["在这里可以调整<span style=\"color:#0099cc;\">音量</span>呢"]
        },
        {
            "selector": "#wenkmPlayer div.switch-playlist",
            "text": ["<span style=\"color:#0099cc;\">播放列表</span>里都有什么呢"]
        },
        {
            "selector": "#wenkmPlayer div.switch-ksclrc",
            "text": ["有<span style=\"color:#0099cc;\">歌词</span>的话就能跟着一起唱呢"]
        },
        {
            "selector": "#navbar-page-116",
            "text": ["要去大佬们的家看看吗？"]
        },
        {
            "selector": "#navbar-page-34",
            "text": ["有什么想说的吗？"]
        },
        {
            "selector": "navbar-page-97",
            "text": ["这里都是主人的黑历史呢"]
        },
        {
            "selector": "#navbar-page-31",
            "text": ["这里有一些关于我家主人的秘密哦，要不要看看呢"]
        },
        {
            "selector": ".waifu-tool .fui-home",
            "text": ["回首页看看吧！"]
        },
        {
            "selector": ".waifu-tool .fui-eye",
            "text": ["要切换看板娘吗？"]
        },
        {
            "selector": ".waifu-tool .fui-chat",
            "text": ["猜猜我要说些什么？"]
        },
        {
            "selector": ".waifu-tool .fui-user",
            "text": ["喜欢换装PLAY吗？"]
        },
        {
            "selector": ".waifu-tool .fui-info-circle",
            "text": ["想要知道更多有关我的事吗？"]
        },
        {
            "selector": ".waifu-tool .fui-cross",
            "text": ["到了要说再见的时候了吗~"]
        },
        {
            "selector": ".waifu-tool .fui-photo",
            "text": ["你要给我拍照呀，一二三~茄子~~"]
        },
        {
            "selector": ".waifu #live2d",
            "text": ["干嘛呢你，快把手拿开", "鼠…鼠标放错地方了！"]
        }
    ],
    "click": [
        {
            "selector": ".waifu #live2d",
            "text": ["是…是不小心碰到了吧！", "萝莉控是什么呀！", "你看到我的小熊了吗？", "再摸的话我可要报警了！⌇●﹏●⌇", "110吗，这里有个变态一直在摸我(ó﹏ò｡)"]
        }
    ],
    "seasons": [
        {
            "date": "01/01",
            "text": "<span style=\"color:#0099cc;\">元旦</span>了呢，新的一年又开始了，今年是{year}年~"
        },
        {
            "date": "02/14",
            "text": "又是一年<span style=\"color:#0099cc;\">情人节</span>，{year}年找到对象了嘛~"
        },
        {
            "date": "03/08",
            "text": "今天是<span style=\"color:#0099cc;\">妇女节</span>！"
        },
        {
            "date": "03/12",
            "text": "今天是<span style=\"color:#0099cc;\">植树节</span>，要保护环境呀！"
        },
        {
            "date": "04/01",
            "text": "悄悄告诉你一个秘密~<span style=\"background-color:#34495e;\">今天是愚人节，不要被骗了哦~</span>"
        },
        {
            "date": "05/01",
            "text": "今天是<span style=\"color:#0099cc;\">五一劳动节</span>，计划好假期去哪里了吗~"
        },
        {
            "date": "06/01",
            "text": "<span style=\"color:#0099cc;\">儿童节</span>了呢，快活的时光总是短暂，要是永远长不大该多好啊…"
        },
        {
            "date": "09/03",
            "text": "<span style=\"color:#0099cc;\">中国人民抗日战争胜利纪念日</span>，铭记历史、缅怀先烈、珍爱和平、开创未来。"
        },
        {
            "date": "09/10",
            "text": "<span style=\"color:#0099cc;\">教师节</span>，在学校要给老师问声好呀~"
        },
        {
            "date": "10/01",
            "text": "<span style=\"color:#0099cc;\">国庆节</span>，新中国已经成立69年了呢"
        },
        {
            "date": "11/05-11/12",
            "text": "今年的<span style=\"color:#0099cc;\">双十一</span>是和谁一起过的呢~"
        },
        {
            "date": "12/20-12/31",
            "text": "这几天是<span style=\"color:#0099cc;\">圣诞节</span>，主人肯定又去剁手买买买了~"
        }
    ]
};

function initModel(){
    waifuWelcome();

    var modelId = localStorage.getItem('modelId');
    var modelTexturesId = localStorage.getItem('modelTexturesId');

    if (modelId == null) {

        /* 首次访问加载 指定模型 的 指定材质 */

        var modelId = 2;            // 模型 ID
        var modelTexturesId = 49;    // 材质 ID

    } loadModel(modelId, modelTexturesId);


    $.each(waifuJson.mouseover, function (index, tips){
        $(document).on("mouseover", tips.selector, function (){
            var text = tips.text;
            if(Array.isArray(tips.text)) text = tips.text[Math.floor(Math.random() * tips.text.length + 1)-1];
            text = text.render({text: $(this).text()});
            showMessage(text, 3000);
        });
    });
    $.each(waifuJson.click, function (index, tips){
        $(document).on("click", tips.selector, function (){
            var text = tips.text;
            if(Array.isArray(tips.text)) text = tips.text[Math.floor(Math.random() * tips.text.length + 1)-1];
            text = text.render({text: $(this).text()});
            showMessage(text, 3000, true);
        });
    });
    $.each(waifuJson.seasons, function (index, tips){
        var now = new Date();
        var after = tips.date.split('-')[0];
        var before = tips.date.split('-')[1] || after;

        if((after.split('/')[0] <= now.getMonth()+1 && now.getMonth()+1 <= before.split('/')[0]) &&
            (after.split('/')[1] <= now.getDate() && now.getDate() <= before.split('/')[1])){
            var text = tips.text;
            if(Array.isArray(tips.text)) text = tips.text[Math.floor(Math.random() * tips.text.length + 1)-1];
            text = text.render({year: now.getFullYear()});
            showMessage(text, 6000, true);
        }
    });
}

function loadModel(modelId, modelTexturesId){
    localStorage.setItem('modelId', modelId);
    if (modelTexturesId === undefined) modelTexturesId = 0;
    localStorage.setItem('modelTexturesId', modelTexturesId);
    loadlive2d('live2d', '//live2d.fghrsh.net/api/get/?id='+modelId+'-'+modelTexturesId, console.log('live2d','模型 '+modelId+'-'+modelTexturesId+' 加载完成'));
}

function loadRandModel(){
    var modelId = localStorage.getItem('modelId');
    var modelTexturesId = localStorage.getItem('modelTexturesId');

    var modelTexturesRandMode = 'switch';     // 可选 'rand'(随机), 'switch'(递增)

    $.ajax({
        cache: false,
        url: '//live2d.fghrsh.net/api/'+modelTexturesRandMode+'_textures/?id='+modelId+'-'+modelTexturesId,
        dataType: "json",
        success: function (result){
            loadModel(modelId, result.textures['id']);
        }
    });
}

function loadOtherModel(){
    var modelId = localStorage.getItem('modelId');

    var modelTexturesRandMode = 'switch';     // 可选 'rand'(随机), 'switch'(递增)

    $.ajax({
        cache: false,
        url: '//live2d.fghrsh.net/api/'+modelTexturesRandMode+'/?id='+modelId,
        dataType: "json",
        success: function (result){
            loadModel(result.model['id']);
            showMessage(result.model['message'], 3000, true);
        }
    });
}
/*!
 * Flat UI Free v2.2.2 (https://designmodo.github.io/Flat-UI/)
 * Copyright 2013-2015 Designmodo, Inc.
 */
@font-face {
    font-family:Lato;
    font-style:normal;
    font-weight:900;
    src:url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-black.eot);
    src:url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-black.eot?#iefix) format('embedded-opentype'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-black.woff) format('woff'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-black.ttf) format('truetype'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-black.svg#latoblack) format('svg')
}
@font-face {
    font-family:Lato;
    font-style:normal;
    font-weight:700;
    src:url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-bold.eot);
    src:url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-bold.eot?#iefix) format('embedded-opentype'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-bold.woff) format('woff'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-bold.ttf) format('truetype'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-bold.svg#latobold) format('svg')
}
@font-face {
    font-family:Lato;
    font-style:italic;
    font-weight:700;
    src:url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-bolditalic.eot);
    src:url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-bolditalic.eot?#iefix) format('embedded-opentype'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-bolditalic.woff) format('woff'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-bolditalic.ttf) format('truetype'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-bolditalic.svg#latobold-italic) format('svg')
}
@font-face {
    font-family:Lato;
    font-style:italic;
    font-weight:400;
    src:url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-italic.eot);
    src:url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-italic.eot?#iefix) format('embedded-opentype'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-italic.woff) format('woff'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-italic.ttf) format('truetype'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-italic.svg#latoitalic) format('svg')
}
@font-face {
    font-family:Lato;
    font-style:normal;
    font-weight:300;
    src:url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-light.eot);
    src:url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-light.eot?#iefix) format('embedded-opentype'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-light.woff) format('woff'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-light.ttf) format('truetype'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-light.svg#latolight) format('svg')
}
@font-face {
    font-family:Lato;
    font-style:normal;
    font-weight:400;
    src:url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-regular.eot);
    src:url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-regular.eot?#iefix) format('embedded-opentype'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-regular.woff) format('woff'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-regular.ttf) format('truetype'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/lato/lato-regular.svg#latoregular) format('svg')
}
@font-face {
    font-family:Flat-UI-Icons;
    src:url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/glyphicons/flat-ui-icons-regular.eot);
    src:url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/glyphicons/flat-ui-icons-regular.eot?#iefix) format('embedded-opentype'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/glyphicons/flat-ui-icons-regular.woff) format('woff'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/glyphicons/flat-ui-icons-regular.ttf) format('truetype'), url(https://cdnjs.cloudflare.com/ajax/libs/flat-ui/2.3.0/fonts/glyphicons/flat-ui-icons-regular.svg#flat-ui-icons-regular) format('svg')
}
[class^=fui-], [class*=fui-] {
    font-family: Flat-UI-Icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fui-triangle-up:before {
    content:"\e600"
}
.fui-triangle-down:before {
    content:"\e601"
}
.fui-triangle-up-small:before {
    content:"\e602"
}
.fui-triangle-down-small:before {
    content:"\e603"
}
.fui-triangle-left-large:before {
    content:"\e604"
}
.fui-triangle-right-large:before {
    content:"\e605"
}
.fui-arrow-left:before {
    content:"\e606"
}
.fui-arrow-right:before {
    content:"\e607"
}
.fui-plus:before {
    content:"\e608"
}
.fui-cross:before {
    content:"\e609"
}
.fui-check:before {
    content:"\e60a"
}
.fui-radio-unchecked:before {
    content:"\e60b"
}
.fui-radio-checked:before {
    content:"\e60c"
}
.fui-checkbox-unchecked:before {
    content:"\e60d"
}
.fui-checkbox-checked:before {
    content:"\e60e"
}
.fui-info-circle:before {
    content:"\e60f"
}
.fui-alert-circle:before {
    content:"\e610"
}
.fui-question-circle:before {
    content:"\e611"
}
.fui-check-circle:before {
    content:"\e612"
}
.fui-cross-circle:before {
    content:"\e613"
}
.fui-plus-circle:before {
    content:"\e614"
}
.fui-pause:before {
    content:"\e615"
}
.fui-play:before {
    content:"\e616"
}
.fui-volume:before {
    content:"\e617"
}
.fui-mute:before {
    content:"\e618"
}
.fui-resize:before {
    content:"\e619"
}
.fui-list:before {
    content:"\e61a"
}
.fui-list-thumbnailed:before {
    content:"\e61b"
}
.fui-list-small-thumbnails:before {
    content:"\e61c"
}
.fui-list-large-thumbnails:before {
    content:"\e61d"
}
.fui-list-numbered:before {
    content:"\e61e"
}
.fui-list-columned:before {
    content:"\e61f"
}
.fui-list-bulleted:before {
    content:"\e620"
}
.fui-window:before {
    content:"\e621"
}
.fui-windows:before {
    content:"\e622"
}
.fui-loop:before {
    content:"\e623"
}
.fui-cmd:before {
    content:"\e624"
}
.fui-mic:before {
    content:"\e625"
}
.fui-heart:before {
    content:"\e626"
}
.fui-location:before {
    content:"\e627"
}
.fui-new:before {
    content:"\e628"
}
.fui-video:before {
    content:"\e629"
}
.fui-photo:before {
    content:"\e62a"
}
.fui-time:before {
    content:"\e62b"
}
.fui-eye:before {
    content:"\e62c"
}
.fui-chat:before {
    content:"\e62d"
}
.fui-home:before {
    content:"\e62e"
}
.fui-upload:before {
    content:"\e62f"
}
.fui-search:before {
    content:"\e630"
}
.fui-user:before {
    content:"\e631"
}
.fui-mail:before {
    content:"\e632"
}
.fui-lock:before {
    content:"\e633"
}
.fui-power:before {
    content:"\e634"
}
.fui-calendar:before {
    content:"\e635"
}
.fui-gear:before {
    content:"\e636"
}
.fui-bookmark:before {
    content:"\e637"
}
.fui-exit:before {
    content:"\e638"
}
.fui-trash:before {
    content:"\e639"
}
.fui-folder:before {
    content:"\e63a"
}
.fui-bubble:before {
    content:"\e63b"
}
.fui-export:before {
    content:"\e63c"
}
.fui-calendar-solid:before {
    content:"\e63d"
}
.fui-star:before {
    content:"\e63e"
}
.fui-star-2:before {
    content:"\e63f"
}
.fui-credit-card:before {
    content:"\e640"
}
.fui-clip:before {
    content:"\e641"
}
.fui-link:before {
    content:"\e642"
}
.fui-tag:before {
    content:"\e643"
}
.fui-document:before {
    content:"\e644"
}
.fui-image:before {
    content:"\e645"
}
.fui-facebook:before {
    content:"\e646"
}
.fui-youtube:before {
    content:"\e647"
}
.fui-vimeo:before {
    content:"\e648"
}
.fui-twitter:before {
    content:"\e649"
}
.fui-spotify:before {
    content:"\e64a"
}
.fui-skype:before {
    content:"\e64b"
}
.fui-pinterest:before {
    content:"\e64c"
}
.fui-path:before {
    content:"\e64d"
}
.fui-linkedin:before {
    content:"\e64e"
}
.fui-google-plus:before {
    content:"\e64f"
}
.fui-dribbble:before {
    content:"\e650"
}
.fui-behance:before {
    content:"\e651"
}
.fui-stumbleupon:before {
    content:"\e652"
}
.fui-yelp:before {
    content:"\e653"
}
.fui-wordpress:before {
    content:"\e654"
}
.fui-windows-8:before {
    content:"\e655"
}
.fui-vine:before {
    content:"\e656"
}
.fui-tumblr:before {
    content:"\e657"
}
.fui-paypal:before {
    content:"\e658"
}
.fui-lastfm:before {
    content:"\e659"
}
.fui-instagram:before {
    content:"\e65a"
}
.fui-html5:before {
    content:"\e65b"
}
.fui-github:before {
    content:"\e65c"
}
.fui-foursquare:before {
    content:"\e65d"
}
.fui-dropbox:before {
    content:"\e65e"
}
.fui-android:before {
    content:"\e65f"
}
.fui-apple:before {
    content:"\e660"
}
/*body {
    background-color: #FFF;
    color: #555;
}*/
}
a {
    color: #16a085;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s
}
a:hover, a:focus {
    text-decoration: none
}
a:focus {
    outline: 0
}
.img-rounded {
    border-radius: 6px
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.72222;
    background-color: #fff;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
.img-comment {
    margin: 24px 0;
    font-size: 15px;
    font-style: italic;
    line-height: 1.2
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    color: #e7e9ec
}
h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 15px
}
h4, h5, h6 {
    margin-top: 15px;
    margin-bottom: 15px
}
h6 {
    font-weight: 400
}
h1, .h1 {
    font-size: 61px
}
h2, .h2 {
    font-size: 35px
}
h3, .h3 {
    font-size: 40px
}
h4, .h4 {
    font-size: 20px
}
h5, .h5 {
    font-size: 15px
}
h6, .h6 {
    font-size: 12px
}
p {
    margin: 0 0 15px;
    /*font-size: 18px;*/
    line-height: 1.72222
}
.lead {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.46428571
}
@media (min-width:768px) {
    .lead {
        font-size: 30.01px
    }
}
small, .small {
    font-size: 83%;
    line-height: 2.067
}
.text-muted {
    color: #bdc3c7
}
.text-inverse {
    color: #fff
}
.text-primary {
    color: #1abc9c
}
a.text-primary:hover {
    color: #148f77
}
.text-warning {
    color: #f1c40f
}
a.text-warning:hover {
    color: #c29d0b
}
.text-danger {
    color: #e74c3c
}
a.text-danger:hover {
    color: #d62c1a
}
.text-success {
    color: #2ecc71
}
a.text-success:hover {
    color: #25a25a
}
.text-info {
    color: #3498db
}
a.text-info:hover {
    color: #217dbb
}
.bg-primary {
    color: #fff;
    background-color: #34495e
}
a.bg-primary:hover {
    background-color: #222f3d
}
.bg-success {
    background-color: #dff0d8
}
a.bg-success:hover {
    background-color: #c1e2b3
}
.bg-info {
    background-color: #d9edf7
}
a.bg-info:hover {
    background-color: #afd9ee
}
.bg-warning {
    background-color: #fcf8e3
}
a.bg-warning:hover {
    background-color: #f7ecb5
}
.bg-danger {
    background-color: #f2dede
}
a.bg-danger:hover {
    background-color: #e4b9b9
}
.page-header {
    padding-bottom: 14px;
    margin: 60px 0 30px;
    border-bottom: 2px solid #e7e9ec
}
ul, ol {
    margin-bottom: 15px
}
dl {
    margin-bottom: 30px
}
dt, dd {
    line-height: 1.72222
}
@media (min-width:768px) {
    .dl-horizontal dt {
        width: 160px
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}
abbr[title], abbr[data-original-title] {
    border-bottom: 1px dotted #bdc3c7
}
blockquote {
    padding: 0 0 0 16px;
    margin: 0 0 30px;
    /*border-left: 3px solid #e7e9ec*/
}
blockquote p {
    margin-bottom: .4em;
    /*font-size: 20px;*/
    font-weight: 400;
    line-height: 1.55
}
blockquote small, blockquote .small {
    font-size: 18px;
    font-style: italic;
    line-height: 1.72222;
    color: inherit
}
blockquote small:before, blockquote .small:before {
    content:""
}
blockquote.pull-right {
    padding-right: 16px;
    padding-left: 0;
    border-right: 3px solid #e7e9ec;
    border-left: 0
}
blockquote.pull-right small:after {
    content:""
}
address {
    margin-bottom: 30px;
    line-height: 1.72222
}
sub, sup {
    font-size: 70%
}
code, kbd, pre, samp {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}
code {
    padding: 2px 6px;
    font-size: 85%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}
kbd {
    padding: 2px 6px;
    font-size: 85%;
    color: #fff;
    background-color: #34495e;
    border-radius: 4px;
    box-shadow: none
}
pre {
    /*padding: 8px;*/
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 1.72222;
    color: inherit;
    white-space: pre;
    /*background-color: #fefcfa;*/
    border-radius: 6px
}
.pre-scrollable {
    max-height: 340px
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 5px;
    line-height: 1.72222;
    background-color: #fff;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    -webkit-transition: border .25s ease-in-out;
    transition: border .25s ease-in-out
}
.thumbnail>img, .thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #16a085
}
.thumbnail .caption {
    padding: 9px;
    color: #34495e
}
.btn {
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
    -webkit-font-smoothing: subpixel-antialiased
}
.btn:hover, .btn:focus {
    color: #fff;
    outline: 0
}
.btn:active, .btn.active {
    outline: 0;
    box-shadow: none
}
.btn:focus:active {
    outline: 0
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    color: rgba(255, 255, 255, .75);
    cursor: not-allowed;
    background-color: #bdc3c7;
    filter: alpha(opacity=70);
    opacity: .7
}
.btn[class^=fui-] {
    position: relative;
    top: 1px;
    margin: 0 1px;
    line-height: 1
}
.btn-xs.btn[class^=fui-] {
    top: 0;
    font-size: 11px
}
.btn-hg.btn[class^=fui-] {
    top: 2px
}
.btn-default {
    color: #fff;
    background-color: #bdc3c7
}
.btn-default:hover, .btn-default.hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #cacfd2;
    border-color: #cacfd2
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    background: #a1a6a9;
    border-color: #a1a6a9
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled.hover, .btn-default[disabled].hover, fieldset[disabled] .btn-default.hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #bdc3c7;
    border-color: #bdc3c7
}
.btn-default .badge {
    color: #bdc3c7;
    background-color: #fff
}
.btn-primary {
    color: #fff;
    background-color: #1abc9c
}
.btn-primary:hover, .btn-primary.hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #48c9b0;
    border-color: #48c9b0
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background: #16a085;
    border-color: #16a085
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled.hover, .btn-primary[disabled].hover, fieldset[disabled] .btn-primary.hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #bdc3c7;
    border-color: #1abc9c
}
.btn-primary .badge {
    color: #1abc9c;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #3498db
}
.btn-info:hover, .btn-info.hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #5dade2;
    border-color: #5dade2
}
.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    background: #2c81ba;
    border-color: #2c81ba
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled.hover, .btn-info[disabled].hover, fieldset[disabled] .btn-info.hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #bdc3c7;
    border-color: #3498db
}
.btn-info .badge {
    color: #3498db;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #e74c3c
}
.btn-danger:hover, .btn-danger.hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #ec7063;
    border-color: #ec7063
}
.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    background: #c44133;
    border-color: #c44133
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled.hover, .btn-danger[disabled].hover, fieldset[disabled] .btn-danger.hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #bdc3c7;
    border-color: #e74c3c
}
.btn-danger .badge {
    color: #e74c3c;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #2ecc71
}
.btn-success:hover, .btn-success.hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #58d68d;
    border-color: #58d68d
}
.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    background: #27ad60;
    border-color: #27ad60
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled.hover, .btn-success[disabled].hover, fieldset[disabled] .btn-success.hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #bdc3c7;
    border-color: #2ecc71
}
.btn-success .badge {
    color: #2ecc71;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f1c40f
}
.btn-warning:hover, .btn-warning.hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #f4d313;
    border-color: #f4d313
}
.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    background: #cda70d;
    border-color: #cda70d
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled.hover, .btn-warning[disabled].hover, fieldset[disabled] .btn-warning.hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #bdc3c7;
    border-color: #f1c40f
}
.btn-warning .badge {
    color: #f1c40f;
    background-color: #fff
}
.btn-inverse {
    color: #fff;
    background-color: #34495e
}
.btn-inverse:hover, .btn-inverse.hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .open>.dropdown-toggle.btn-inverse {
    color: #fff;
    background-color: #415b76;
    border-color: #415b76
}
.btn-inverse:active, .btn-inverse.active, .open>.dropdown-toggle.btn-inverse {
    background: #2c3e50;
    border-color: #2c3e50
}
.btn-inverse.disabled, .btn-inverse[disabled], fieldset[disabled] .btn-inverse, .btn-inverse.disabled:hover, .btn-inverse[disabled]:hover, fieldset[disabled] .btn-inverse:hover, .btn-inverse.disabled.hover, .btn-inverse[disabled].hover, fieldset[disabled] .btn-inverse.hover, .btn-inverse.disabled:focus, .btn-inverse[disabled]:focus, fieldset[disabled] .btn-inverse:focus, .btn-inverse.disabled:active, .btn-inverse[disabled]:active, fieldset[disabled] .btn-inverse:active, .btn-inverse.disabled.active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse.active {
    background-color: #bdc3c7;
    border-color: #34495e
}
.btn-inverse .badge {
    color: #34495e;
    background-color: #fff
}
.btn-embossed {
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15)
}
.btn-embossed.active, .btn-embossed:active {
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, .15)
}
.btn-wide {
    min-width: 140px;
    padding-right: 30px;
    padding-left: 30px
}
.btn-link {
    color: #16a085
}
.btn-link:hover, .btn-link:focus {
    color: #1abc9c;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #bdc3c7;
    text-decoration: none
}
.btn-hg, .btn-group-hg>.btn {
    padding: 13px 20px;
    font-size: 22px;
    line-height: 1.227;
    border-radius: 6px
}
.btn-lg, .btn-group-lg>.btn {
    padding: 10px 19px;
    font-size: 17px;
    line-height: 1.471;
    border-radius: 6px
}
.btn-sm, .btn-group-sm>.btn {
    padding: 9px 13px;
    font-size: 13px;
    line-height: 1.385;
    border-radius: 4px
}
.btn-xs, .btn-group-xs>.btn {
    padding: 6px 9px;
    font-size: 12px;
    line-height: 1.083;
    border-radius: 3px
}
.btn-tip {
    padding-left: 10px;
    font-size: 92%;
    font-weight: 300
}
.btn-block {
    white-space: normal
}
[class*=btn-social-] {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.077;
    border-radius: 4px
}
.btn-social-pinterest {
    color: #fff;
    background-color: #cb2028
}
.btn-social-pinterest:hover, .btn-social-pinterest:focus {
    background-color: #d54d53
}
.btn-social-pinterest:active, .btn-social-pinterest.active {
    background-color: #ad1b22
}
.btn-social-linkedin {
    color: #fff;
    background-color: #0072b5
}
.btn-social-linkedin:hover, .btn-social-linkedin:focus {
    background-color: #338ec4
}
.btn-social-linkedin:active, .btn-social-linkedin.active {
    background-color: #00619a
}
.btn-social-stumbleupon {
    color: #fff;
    background-color: #ed4a13
}
.btn-social-stumbleupon:hover, .btn-social-stumbleupon:focus {
    background-color: #f16e42
}
.btn-social-stumbleupon:active, .btn-social-stumbleupon.active {
    background-color: #c93f10
}
.btn-social-googleplus {
    color: #fff;
    background-color: #2d2d2d
}
.btn-social-googleplus:hover, .btn-social-googleplus:focus {
    background-color: #575757
}
.btn-social-googleplus:active, .btn-social-googleplus.active {
    background-color: #262626
}
.btn-social-facebook {
    color: #fff;
    background-color: #2f4b93
}
.btn-social-facebook:hover, .btn-social-facebook:focus {
    background-color: #596fa9
}
.btn-social-facebook:active, .btn-social-facebook.active {
    background-color: #28407d
}
.btn-social-twitter {
    color: #fff;
    background-color: #00bdef
}
.btn-social-twitter:hover, .btn-social-twitter:focus {
    background-color: #33caf2
}
.btn-social-twitter:active, .btn-social-twitter.active {
    background-color: #00a1cb
}
.btn-group>.btn+.btn {
    margin-left: 0
}
.btn-group>.btn+.dropdown-toggle {
    padding: 10px 12px;
    border-left: 2px solid rgba(52, 73, 94, .15)
}
.btn-group>.btn+.dropdown-toggle .caret {
    margin-right: 3px;
    margin-left: 3px
}
.btn-group>.btn.btn-gh+.dropdown-toggle .caret {
    margin-right: 7px;
    margin-left: 7px
}
.btn-group>.btn.btn-sm+.dropdown-toggle .caret {
    margin-right: 0;
    margin-left: 0
}
.dropdown-toggle .caret {
    margin-left: 8px
}
.btn-group-xs>.btn+.dropdown-toggle {
    padding: 6px 9px
}
.btn-group-sm>.btn+.dropdown-toggle {
    padding: 9px 13px
}
.btn-group-lg>.btn+.dropdown-toggle {
    padding: 10px 19px
}
.btn-group-hg>.btn+.dropdown-toggle {
    padding: 13px 20px
}
.btn-xs .caret {
    border-width: 6px 4px 0;
    border-bottom-width: 0
}
.btn-lg .caret {
    border-width: 8px 6px 0;
    border-bottom-width: 0
}
.dropup .btn-lg .caret {
    border-width: 0 6px 8px
}
.dropup .btn-xs .caret {
    border-width: 0 4px 6px
}
.btn-group>.btn, .btn-group>.dropdown-menu, .btn-group>.popover {
    font-weight: 400
}
.btn-group:focus .dropdown-toggle {
    outline: 0;
    -webkit-transition: .25s;
    transition: .25s
}
.btn-group.open .dropdown-toggle {
    color: rgba(255, 255, 255, .75);
    box-shadow: none
}
.btn-toolbar .btn.active {
    color: #fff
}
.btn-toolbar .btn>[class^=fui-] {
    margin: 0 1px;
    font-size: 16px
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 30px / 2;
    font-size: 24px;
    line-height: inherit;
    color: inherit;
    border-bottom: none
}
textarea {
    padding: 5px 11px;
    font-size: 20px;
    line-height: 24px
}
input[type=search] {
    -webkit-appearance: none!important
}
label {
    font-size: 15px;
    font-weight: 400;
    line-height: 2.3
}
.form-control::-moz-placeholder, .select2-search input[type=text]::-moz-placeholder {
    color: #b2bcc5;
    opacity: 1
}
.form-control:-ms-input-placeholder, .select2-search input[type=text]:-ms-input-placeholder {
    color: #b2bcc5
}
.form-control::-webkit-input-placeholder, .select2-search input[type=text]::-webkit-input-placeholder {
    color: #b2bcc5
}
.form-control, .select2-search input[type=text] {
    height: 42px;
    padding: 8px 12px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.467;
    color: #34495e;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear
}
.form-group.focus .form-control, .form-control:focus, .form-group.focus .select2-search input[type=text], .select2-search input[type=text]:focus {
    border-color: #1abc9c;
    outline: 0;
    box-shadow: none
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .select2-search input[type=text][disabled], .select2-search input[type=text][readonly], fieldset[disabled] .select2-search input[type=text] {
    color: #d5dbdb;
    cursor: default;
    background-color: #f4f6f6;
    filter: alpha(opacity=70);
    border-color: #d5dbdb;
    opacity: .7
}
.form-control.flat, .select2-search input[type=text].flat {
    border-color: transparent
}
.form-control.flat:hover, .select2-search input[type=text].flat:hover {
    border-color: #bdc3c7
}
.form-control.flat:focus, .select2-search input[type=text].flat:focus {
    border-color: #1abc9c
}
.input-sm, .form-group-sm .form-control, .form-group-sm .select2-search input[type=text], .select2-search input[type=text] {
    height: 35px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.462;
    border-radius: 6px
}
select.input-sm, select.form-group-sm .form-control, select.form-group-sm .select2-search input[type=text], select.select2-search input[type=text] {
    height: 35px;
    line-height: 35px
}
textarea.input-sm, textarea.form-group-sm .form-control, select[multiple].input-sm, select[multiple].form-group-sm .form-control, textarea.form-group-sm .select2-search input[type=text], select[multiple].form-group-sm .select2-search input[type=text], textarea.select2-search input[type=text], select[multiple].select2-search input[type=text] {
    height: auto
}
.input-lg, .form-group-lg .form-control, .form-group-lg .select2-search input[type=text] {
    height: 45px;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 1.235;
    border-radius: 6px
}
select.input-lg, select.form-group-lg .form-control, select.form-group-lg .select2-search input[type=text] {
    height: 45px;
    line-height: 45px
}
textarea.input-lg, textarea.form-group-lg .form-control, select[multiple].input-lg, select[multiple].form-group-lg .form-control, textarea.form-group-lg .select2-search input[type=text], select[multiple].form-group-lg .select2-search input[type=text] {
    height: auto
}
.input-hg, .form-group-hg .form-control, .form-horizontal .form-group-hg .form-control, .form-group-hg .select2-search input[type=text], .form-horizontal .form-group-hg .select2-search input[type=text] {
    height: 53px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.318;
    border-radius: 6px
}
select.input-hg, select.form-group-hg .form-control, select.form-group-hg .select2-search input[type=text] {
    height: 53px;
    line-height: 53px
}
textarea.input-hg, textarea.form-group-hg .form-control, select[multiple].input-hg, select[multiple].form-group-hg .form-control, textarea.form-group-hg .select2-search input[type=text], select[multiple].form-group-hg .select2-search input[type=text] {
    height: auto
}
.form-control-feedback {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0 12px 0 0;
    margin-top: 1px;
    font-size: 17px;
    line-height: 36px;
    color: #b2bcc5;
    pointer-events: none;
    background-color: transparent;
    border-radius: 6px
}
.input-hg+.form-control-feedback, .control-feedback-hg {
    width: auto;
    height: 48px;
    padding-right: 16px;
    font-size: 20px;
    line-height: 48px
}
.input-lg+.form-control-feedback, .control-feedback-lg {
    width: auto;
    height: 40px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 40px
}
.input-sm+.form-control-feedback, .control-feedback-sm, .select2-search input[type=text]+.form-control-feedback {
    width: auto;
    height: 29px;
    padding-right: 10px;
    line-height: 29px
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #2ecc71
}
.has-success .form-control, .has-success .select2-search input[type=text] {
    color: #2ecc71;
    border-color: #2ecc71;
    box-shadow: none
}
.has-success .form-control::-moz-placeholder, .has-success .select2-search input[type=text]::-moz-placeholder {
    color: #2ecc71;
    opacity: 1
}
.has-success .form-control:-ms-input-placeholder, .has-success .select2-search input[type=text]:-ms-input-placeholder {
    color: #2ecc71
}
.has-success .form-control::-webkit-input-placeholder, .has-success .select2-search input[type=text]::-webkit-input-placeholder {
    color: #2ecc71
}
.has-success .form-control:focus, .has-success .select2-search input[type=text]:focus {
    border-color: #2ecc71;
    box-shadow: none
}
.has-success .input-group-addon {
    color: #2ecc71;
    background-color: #fff;
    border-color: #2ecc71
}
.has-success .form-control-feedback {
    color: #2ecc71
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #f1c40f
}
.has-warning .form-control, .has-warning .select2-search input[type=text] {
    color: #f1c40f;
    border-color: #f1c40f;
    box-shadow: none
}
.has-warning .form-control::-moz-placeholder, .has-warning .select2-search input[type=text]::-moz-placeholder {
    color: #f1c40f;
    opacity: 1
}
.has-warning .form-control:-ms-input-placeholder, .has-warning .select2-search input[type=text]:-ms-input-placeholder {
    color: #f1c40f
}
.has-warning .form-control::-webkit-input-placeholder, .has-warning .select2-search input[type=text]::-webkit-input-placeholder {
    color: #f1c40f
}
.has-warning .form-control:focus, .has-warning .select2-search input[type=text]:focus {
    border-color: #f1c40f;
    box-shadow: none
}
.has-warning .input-group-addon {
    color: #f1c40f;
    background-color: #fff;
    border-color: #f1c40f
}
.has-warning .form-control-feedback {
    color: #f1c40f
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #e74c3c
}
.has-error .form-control, .has-error .select2-search input[type=text] {
    color: #e74c3c;
    border-color: #e74c3c;
    box-shadow: none
}
.has-error .form-control::-moz-placeholder, .has-error .select2-search input[type=text]::-moz-placeholder {
    color: #e74c3c;
    opacity: 1
}
.has-error .form-control:-ms-input-placeholder, .has-error .select2-search input[type=text]:-ms-input-placeholder {
    color: #e74c3c
}
.has-error .form-control::-webkit-input-placeholder, .has-error .select2-search input[type=text]::-webkit-input-placeholder {
    color: #e74c3c
}
.has-error .form-control:focus, .has-error .select2-search input[type=text]:focus {
    border-color: #e74c3c;
    box-shadow: none
}
.has-error .input-group-addon {
    color: #e74c3c;
    background-color: #fff;
    border-color: #e74c3c
}
.has-error .form-control-feedback {
    color: #e74c3c
}
.form-control[disabled]+.form-control-feedback, .form-control[readonly]+.form-control-feedback, fieldset[disabled] .form-control+.form-control-feedback, .form-control.disabled+.form-control-feedback, .select2-search input[type=text][disabled]+.form-control-feedback, .select2-search input[type=text][readonly]+.form-control-feedback, fieldset[disabled] .select2-search input[type=text]+.form-control-feedback, .select2-search input[type=text].disabled+.form-control-feedback {
    color: #d5dbdb;
    cursor: not-allowed;
    background-color: transparent;
    filter: alpha(opacity=70);
    opacity: .7
}
.help-block {
    margin-bottom: 5px;
    font-size: 14px;
    color: #6b7a88
}
.form-group {
    position: relative;
    margin-bottom: 20px
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0
}
@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 3px;
        padding-bottom: 3px
    }
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}
.form-horizontal .form-control-static {
    padding-top: 6px;
    padding-bottom: 6px
}
@media (min-width:768px) {
    .form-horizontal .form-group-hg .control-label {
        padding-top: 2px;
        padding-bottom: 0;
        font-size: 22px
    }
}
@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 3px;
        padding-bottom: 2px;
        font-size: 17px
    }
}
@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 13px
    }
}
.input-group .form-control, .input-group .select2-search input[type=text] {
    position: static
}
.input-group-hg>.form-control, .input-group-hg>.input-group-addon, .input-group-hg>.input-group-btn>.btn, .input-group-hg>.select2-search input[type=text] {
    height: 53px;
    padding: 10px 16px;
    font-size: 22px;
    line-height: 1.318;
    border-radius: 6px
}
select.input-group-hg>.form-control, select.input-group-hg>.input-group-addon, select.input-group-hg>.input-group-btn>.btn, select.input-group-hg>.select2-search input[type=text] {
    height: 53px;
    line-height: 53px
}
textarea.input-group-hg>.form-control, textarea.input-group-hg>.input-group-addon, textarea.input-group-hg>.input-group-btn>.btn, select[multiple].input-group-hg>.form-control, select[multiple].input-group-hg>.input-group-addon, select[multiple].input-group-hg>.input-group-btn>.btn, textarea.input-group-hg>.select2-search input[type=text], select[multiple].input-group-hg>.select2-search input[type=text] {
    height: auto
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn, .input-group-lg>.select2-search input[type=text] {
    height: 45px;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 1.235;
    border-radius: 6px
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn, select.input-group-lg>.select2-search input[type=text] {
    height: 45px;
    line-height: 45px
}
textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn, select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.select2-search input[type=text], select[multiple].input-group-lg>.select2-search input[type=text] {
    height: auto
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn, .input-group-sm>.select2-search input[type=text] {
    height: 35px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.462;
    border-radius: 6px
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn, select.input-group-sm>.select2-search input[type=text] {
    height: 35px;
    line-height: 35px
}
textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn, select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.select2-search input[type=text], select[multiple].input-group-sm>.select2-search input[type=text] {
    height: auto
}
.input-group-addon {
    padding: 10px 12px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background-color: #bdc3c7;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear
}
.input-group-hg .input-group-addon, .input-group-lg .input-group-addon, .input-group-sm .input-group-addon {
    line-height: 1
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group .select2-search input[type=text]:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group .select2-search input[type=text]:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.form-group.focus .input-group-addon, .input-group.focus .input-group-addon {
    background-color: #1abc9c;
    border-color: #1abc9c
}
.form-group.focus .input-group-btn>.btn-default+.btn-default, .input-group.focus .input-group-btn>.btn-default+.btn-default {
    border-left-color: #16a085
}
.form-group.focus .input-group-btn .btn, .input-group.focus .input-group-btn .btn {
    color: #1abc9c;
    background-color: #fff;
    border-color: #1abc9c
}
.form-group.focus .input-group-btn .btn-default, .input-group.focus .input-group-btn .btn-default {
    color: #fff;
    background-color: #1abc9c
}
.form-group.focus .input-group-btn .btn-default:hover, .input-group.focus .input-group-btn .btn-default:hover, .form-group.focus .input-group-btn .btn-default.hover, .input-group.focus .input-group-btn .btn-default.hover, .form-group.focus .input-group-btn .btn-default:focus, .input-group.focus .input-group-btn .btn-default:focus, .form-group.focus .input-group-btn .btn-default:active, .input-group.focus .input-group-btn .btn-default:active, .form-group.focus .input-group-btn .btn-default.active, .input-group.focus .input-group-btn .btn-default.active, .open>.dropdown-toggle.form-group.focus .input-group-btn .btn-default, .open>.dropdown-toggle.input-group.focus .input-group-btn .btn-default {
    color: #fff;
    background-color: #48c9b0;
    border-color: #48c9b0
}
.form-group.focus .input-group-btn .btn-default:active, .input-group.focus .input-group-btn .btn-default:active, .form-group.focus .input-group-btn .btn-default.active, .input-group.focus .input-group-btn .btn-default.active, .open>.dropdown-toggle.form-group.focus .input-group-btn .btn-default, .open>.dropdown-toggle.input-group.focus .input-group-btn .btn-default {
    background: #16a085;
    border-color: #16a085
}
.form-group.focus .input-group-btn .btn-default.disabled, .input-group.focus .input-group-btn .btn-default.disabled, .form-group.focus .input-group-btn .btn-default[disabled], .input-group.focus .input-group-btn .btn-default[disabled], fieldset[disabled] .form-group.focus .input-group-btn .btn-default, fieldset[disabled] .input-group.focus .input-group-btn .btn-default, .form-group.focus .input-group-btn .btn-default.disabled:hover, .input-group.focus .input-group-btn .btn-default.disabled:hover, .form-group.focus .input-group-btn .btn-default[disabled]:hover, .input-group.focus .input-group-btn .btn-default[disabled]:hover, fieldset[disabled] .form-group.focus .input-group-btn .btn-default:hover, fieldset[disabled] .input-group.focus .input-group-btn .btn-default:hover, .form-group.focus .input-group-btn .btn-default.disabled.hover, .input-group.focus .input-group-btn .btn-default.disabled.hover, .form-group.focus .input-group-btn .btn-default[disabled].hover, .input-group.focus .input-group-btn .btn-default[disabled].hover, fieldset[disabled] .form-group.focus .input-group-btn .btn-default.hover, fieldset[disabled] .input-group.focus .input-group-btn .btn-default.hover, .form-group.focus .input-group-btn .btn-default.disabled:focus, .input-group.focus .input-group-btn .btn-default.disabled:focus, .form-group.focus .input-group-btn .btn-default[disabled]:focus, .input-group.focus .input-group-btn .btn-default[disabled]:focus, fieldset[disabled] .form-group.focus .input-group-btn .btn-default:focus, fieldset[disabled] .input-group.focus .input-group-btn .btn-default:focus, .form-group.focus .input-group-btn .btn-default.disabled:active, .input-group.focus .input-group-btn .btn-default.disabled:active, .form-group.focus .input-group-btn .btn-default[disabled]:active, .input-group.focus .input-group-btn .btn-default[disabled]:active, fieldset[disabled] .form-group.focus .input-group-btn .btn-default:active, fieldset[disabled] .input-group.focus .input-group-btn .btn-default:active, .form-group.focus .input-group-btn .btn-default.disabled.active, .input-group.focus .input-group-btn .btn-default.disabled.active, .form-group.focus .input-group-btn .btn-default[disabled].active, .input-group.focus .input-group-btn .btn-default[disabled].active, fieldset[disabled] .form-group.focus .input-group-btn .btn-default.active, fieldset[disabled] .input-group.focus .input-group-btn .btn-default.active {
    background-color: #bdc3c7;
    border-color: #1abc9c
}
.form-group.focus .input-group-btn .btn-default .badge, .input-group.focus .input-group-btn .btn-default .badge {
    color: #1abc9c;
    background-color: #fff
}
.input-group-btn .btn {
    height: 42px;
    line-height: 18px;
    color: #bdc3c7;
    background-color: #fff;
    border: 2px solid #bdc3c7
}
.input-group-btn .btn-default {
    color: #fff;
    background-color: #bdc3c7
}
.input-group-btn .btn-default:hover, .input-group-btn .btn-default.hover, .input-group-btn .btn-default:focus, .input-group-btn .btn-default:active, .input-group-btn .btn-default.active, .open>.dropdown-toggle.input-group-btn .btn-default {
    color: #fff;
    background-color: #cacfd2;
    border-color: #cacfd2
}
.input-group-btn .btn-default:active, .input-group-btn .btn-default.active, .open>.dropdown-toggle.input-group-btn .btn-default {
    background: #a1a6a9;
    border-color: #a1a6a9
}
.input-group-btn .btn-default.disabled, .input-group-btn .btn-default[disabled], fieldset[disabled] .input-group-btn .btn-default, .input-group-btn .btn-default.disabled:hover, .input-group-btn .btn-default[disabled]:hover, fieldset[disabled] .input-group-btn .btn-default:hover, .input-group-btn .btn-default.disabled.hover, .input-group-btn .btn-default[disabled].hover, fieldset[disabled] .input-group-btn .btn-default.hover, .input-group-btn .btn-default.disabled:focus, .input-group-btn .btn-default[disabled]:focus, fieldset[disabled] .input-group-btn .btn-default:focus, .input-group-btn .btn-default.disabled:active, .input-group-btn .btn-default[disabled]:active, fieldset[disabled] .input-group-btn .btn-default:active, .input-group-btn .btn-default.disabled.active, .input-group-btn .btn-default[disabled].active, fieldset[disabled] .input-group-btn .btn-default.active {
    background-color: #bdc3c7;
    border-color: #bdc3c7
}
.input-group-btn .btn-default .badge {
    color: #bdc3c7;
    background-color: #fff
}
.input-group-hg .input-group-btn .btn {
    line-height: 31px
}
.input-group-lg .input-group-btn .btn {
    line-height: 21px
}
.input-group-sm .input-group-btn .btn {
    line-height: 19px
}
.input-group-btn:first-child>.btn {
    margin-right: -3px;
    border-right-width: 0
}
.input-group-btn:last-child>.btn {
    margin-left: -3px;
    border-left-width: 0
}
.input-group-btn>.btn-default+.btn-default {
    border-left: 2px solid #bdc3c7
}
.input-group-btn>.btn:first-child+.btn .caret {
    margin-left: 0
}
.input-group-rounded .input-group-btn+.form-control, .input-group-rounded .input-group-btn:last-child .btn, .input-group-rounded .input-group-btn+.select2-search input[type=text] {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}
.input-group-hg.input-group-rounded .input-group-btn+.form-control, .input-group-hg.input-group-rounded .input-group-btn:last-child .btn, .input-group-hg.input-group-rounded .input-group-btn+.select2-search input[type=text] {
    border-top-right-radius: 27px;
    border-bottom-right-radius: 27px
}
.input-group-lg.input-group-rounded .input-group-btn+.form-control, .input-group-lg.input-group-rounded .input-group-btn:last-child .btn, .input-group-lg.input-group-rounded .input-group-btn+.select2-search input[type=text] {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px
}
.input-group-rounded .form-control:first-child, .input-group-rounded .input-group-btn:first-child .btn, .input-group-rounded .select2-search input[type=text]:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}
.input-group-hg.input-group-rounded .form-control:first-child, .input-group-hg.input-group-rounded .input-group-btn:first-child .btn, .input-group-hg.input-group-rounded .select2-search input[type=text]:first-child {
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px
}
.input-group-lg.input-group-rounded .form-control:first-child, .input-group-lg.input-group-rounded .input-group-btn:first-child .btn, .input-group-lg.input-group-rounded .select2-search input[type=text]:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px
}
.input-group-rounded .input-group-btn+.form-control, .input-group-rounded .input-group-btn+.select2-search input[type=text] {
    padding-left: 0
}
.checkbox, .radio {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: color .25s linear;
    transition: color .25s linear
}
.checkbox .icons, .radio .icons {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #bdc3c7;
    text-align: center;
    cursor: pointer
}
.checkbox .icons .icon-checked, .radio .icons .icon-checked {
    filter: alpha(opacity=0);
    opacity: 0
}
.checkbox .icon-checked, .radio .icon-checked, .checkbox .icon-unchecked, .radio .icon-unchecked {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-table;
    margin: 0;
    background-color: transparent;
    filter: none;
    opacity: 1;
    -webkit-transition: color .25s linear;
    transition: color .25s linear;
    -webkit-filter: none
}
.checkbox .icon-checked:before, .radio .icon-checked:before, .checkbox .icon-unchecked:before, .radio .icon-unchecked:before {
    font-family: Flat-UI-Icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.checkbox .icon-checked:before {
    content:"\e60e"
}
.checkbox .icon-unchecked:before {
    content:"\e60d"
}
.radio .icon-checked:before {
    content:"\e60c"
}
.radio .icon-unchecked:before {
    content:"\e60b"
}
.checkbox input[type=checkbox].custom-checkbox, .radio input[type=checkbox].custom-checkbox, .checkbox input[type=radio].custom-radio, .radio input[type=radio].custom-radio {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    outline: 0!important;
    opacity: 0
}
.checkbox input[type=checkbox].custom-checkbox:hover:not(.nohover):not(:disabled)+.icons .icon-unchecked, .radio input[type=checkbox].custom-checkbox:hover:not(.nohover):not(:disabled)+.icons .icon-unchecked, .checkbox input[type=radio].custom-radio:hover:not(.nohover):not(:disabled)+.icons .icon-unchecked, .radio input[type=radio].custom-radio:hover:not(.nohover):not(:disabled)+.icons .icon-unchecked {
    filter: alpha(opacity=0);
    opacity: 0
}
.checkbox input[type=checkbox].custom-checkbox:hover:not(.nohover):not(:disabled)+.icons .icon-checked, .radio input[type=checkbox].custom-checkbox:hover:not(.nohover):not(:disabled)+.icons .icon-checked, .checkbox input[type=radio].custom-radio:hover:not(.nohover):not(:disabled)+.icons .icon-checked, .radio input[type=radio].custom-radio:hover:not(.nohover):not(:disabled)+.icons .icon-checked {
    filter: none;
    opacity: 1;
    -webkit-filter: none
}
.checkbox input[type=checkbox].custom-checkbox:checked+.icons, .radio input[type=checkbox].custom-checkbox:checked+.icons, .checkbox input[type=radio].custom-radio:checked+.icons, .radio input[type=radio].custom-radio:checked+.icons {
    color: #1abc9c
}
.checkbox input[type=checkbox].custom-checkbox:checked+.icons .icon-unchecked, .radio input[type=checkbox].custom-checkbox:checked+.icons .icon-unchecked, .checkbox input[type=radio].custom-radio:checked+.icons .icon-unchecked, .radio input[type=radio].custom-radio:checked+.icons .icon-unchecked {
    filter: alpha(opacity=0);
    opacity: 0
}
.checkbox input[type=checkbox].custom-checkbox:checked+.icons .icon-checked, .radio input[type=checkbox].custom-checkbox:checked+.icons .icon-checked, .checkbox input[type=radio].custom-radio:checked+.icons .icon-checked, .radio input[type=radio].custom-radio:checked+.icons .icon-checked {
    color: #1abc9c;
    filter: none;
    opacity: 1;
    -webkit-filter: none
}
.checkbox input[type=checkbox].custom-checkbox:disabled+.icons, .radio input[type=checkbox].custom-checkbox:disabled+.icons, .checkbox input[type=radio].custom-radio:disabled+.icons, .radio input[type=radio].custom-radio:disabled+.icons {
    color: #e6e8ea;
    cursor: default
}
.checkbox input[type=checkbox].custom-checkbox:disabled+.icons .icon-unchecked, .radio input[type=checkbox].custom-checkbox:disabled+.icons .icon-unchecked, .checkbox input[type=radio].custom-radio:disabled+.icons .icon-unchecked, .radio input[type=radio].custom-radio:disabled+.icons .icon-unchecked {
    filter: none;
    opacity: 1;
    -webkit-filter: none
}
.checkbox input[type=checkbox].custom-checkbox:disabled+.icons .icon-checked, .radio input[type=checkbox].custom-checkbox:disabled+.icons .icon-checked, .checkbox input[type=radio].custom-radio:disabled+.icons .icon-checked, .radio input[type=radio].custom-radio:disabled+.icons .icon-checked {
    filter: alpha(opacity=0);
    opacity: 0
}
.checkbox input[type=checkbox].custom-checkbox:disabled:checked+.icons, .radio input[type=checkbox].custom-checkbox:disabled:checked+.icons, .checkbox input[type=radio].custom-radio:disabled:checked+.icons, .radio input[type=radio].custom-radio:disabled:checked+.icons {
    color: #e6e8ea
}
.checkbox input[type=checkbox].custom-checkbox:disabled:checked+.icons .icon-unchecked, .radio input[type=checkbox].custom-checkbox:disabled:checked+.icons .icon-unchecked, .checkbox input[type=radio].custom-radio:disabled:checked+.icons .icon-unchecked, .radio input[type=radio].custom-radio:disabled:checked+.icons .icon-unchecked {
    filter: alpha(opacity=0);
    opacity: 0
}
.checkbox input[type=checkbox].custom-checkbox:disabled:checked+.icons .icon-checked, .radio input[type=checkbox].custom-checkbox:disabled:checked+.icons .icon-checked, .checkbox input[type=radio].custom-radio:disabled:checked+.icons .icon-checked, .radio input[type=radio].custom-radio:disabled:checked+.icons .icon-checked {
    color: #e6e8ea;
    filter: none;
    opacity: 1;
    -webkit-filter: none
}
.checkbox input[type=checkbox].custom-checkbox:indeterminate+.icons, .radio input[type=checkbox].custom-checkbox:indeterminate+.icons, .checkbox input[type=radio].custom-radio:indeterminate+.icons, .radio input[type=radio].custom-radio:indeterminate+.icons {
    color: #bdc3c7
}
.checkbox input[type=checkbox].custom-checkbox:indeterminate+.icons .icon-unchecked, .radio input[type=checkbox].custom-checkbox:indeterminate+.icons .icon-unchecked, .checkbox input[type=radio].custom-radio:indeterminate+.icons .icon-unchecked, .radio input[type=radio].custom-radio:indeterminate+.icons .icon-unchecked {
    filter: none;
    opacity: 1;
    -webkit-filter: none
}
.checkbox input[type=checkbox].custom-checkbox:indeterminate+.icons .icon-checked, .radio input[type=checkbox].custom-checkbox:indeterminate+.icons .icon-checked, .checkbox input[type=radio].custom-radio:indeterminate+.icons .icon-checked, .radio input[type=radio].custom-radio:indeterminate+.icons .icon-checked {
    filter: alpha(opacity=0);
    opacity: 0
}
.checkbox input[type=checkbox].custom-checkbox:indeterminate+.icons:before, .radio input[type=checkbox].custom-checkbox:indeterminate+.icons:before, .checkbox input[type=radio].custom-radio:indeterminate+.icons:before, .radio input[type=radio].custom-radio:indeterminate+.icons:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 20px;
    font-size: 22px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    content:"\2013"
}
.checkbox.primary input[type=checkbox].custom-checkbox+.icons, .radio.primary input[type=checkbox].custom-checkbox+.icons, .checkbox.primary input[type=radio].custom-radio+.icons, .radio.primary input[type=radio].custom-radio+.icons {
    color: #34495e
}
.checkbox.primary input[type=checkbox].custom-checkbox:checked+.icons, .radio.primary input[type=checkbox].custom-checkbox:checked+.icons, .checkbox.primary input[type=radio].custom-radio:checked+.icons, .radio.primary input[type=radio].custom-radio:checked+.icons {
    color: #1abc9c
}
.checkbox.primary input[type=checkbox].custom-checkbox:disabled+.icons, .radio.primary input[type=checkbox].custom-checkbox:disabled+.icons, .checkbox.primary input[type=radio].custom-radio:disabled+.icons, .radio.primary input[type=radio].custom-radio:disabled+.icons {
    color: #bdc3c7;
    cursor: default
}
.checkbox.primary input[type=checkbox].custom-checkbox:disabled+.icons.checked, .radio.primary input[type=checkbox].custom-checkbox:disabled+.icons.checked, .checkbox.primary input[type=radio].custom-radio:disabled+.icons.checked, .radio.primary input[type=radio].custom-radio:disabled+.icons.checked {
    color: #bdc3c7
}
.checkbox.primary input[type=checkbox].custom-checkbox:indeterminate+.icons, .radio.primary input[type=checkbox].custom-checkbox:indeterminate+.icons, .checkbox.primary input[type=radio].custom-radio:indeterminate+.icons, .radio.primary input[type=radio].custom-radio:indeterminate+.icons {
    color: #34495e
}
.input-group-addon .radio, .input-group-addon .checkbox {
    padding-left: 20px;
    margin: -2px 0
}
.input-group-addon .radio .icons, .input-group-addon .checkbox .icons {
    color: #e6e8ea
}
.input-group-addon .radio input[type=checkbox].custom-checkbox:checked+.icons, .input-group-addon .checkbox input[type=checkbox].custom-checkbox:checked+.icons, .input-group-addon .radio input[type=radio].custom-radio:checked+.icons, .input-group-addon .checkbox input[type=radio].custom-radio:checked+.icons {
    color: #fff
}
.input-group-addon .radio input[type=checkbox].custom-checkbox:checked+.icons .icon-checked, .input-group-addon .checkbox input[type=checkbox].custom-checkbox:checked+.icons .icon-checked, .input-group-addon .radio input[type=radio].custom-radio:checked+.icons .icon-checked, .input-group-addon .checkbox input[type=radio].custom-radio:checked+.icons .icon-checked {
    color: #fff
}
.input-group-addon .radio input[type=checkbox].custom-checkbox:disabled+.icons, .input-group-addon .checkbox input[type=checkbox].custom-checkbox:disabled+.icons, .input-group-addon .radio input[type=radio].custom-radio:disabled+.icons, .input-group-addon .checkbox input[type=radio].custom-radio:disabled+.icons {
    color: rgba(230, 232, 234, .6)
}
.input-group-addon .radio input[type=checkbox].custom-checkbox:disabled:checked+.icons, .input-group-addon .checkbox input[type=checkbox].custom-checkbox:disabled:checked+.icons, .input-group-addon .radio input[type=radio].custom-radio:disabled:checked+.icons, .input-group-addon .checkbox input[type=radio].custom-radio:disabled:checked+.icons {
    color: rgba(230, 232, 234, .6)
}
.input-group-addon .radio input[type=checkbox].custom-checkbox:disabled:checked+.icons .icon-checked, .input-group-addon .checkbox input[type=checkbox].custom-checkbox:disabled:checked+.icons .icon-checked, .input-group-addon .radio input[type=radio].custom-radio:disabled:checked+.icons .icon-checked, .input-group-addon .checkbox input[type=radio].custom-radio:disabled:checked+.icons .icon-checked {
    color: rgba(230, 232, 234, .6)
}
.radio+.radio, .checkbox+.checkbox {
    margin-top: 10px
}
.form-inline .checkbox, .form-inline .radio {
    padding-left: 32px
}
.bootstrap-tagsinput {
    padding: 6px 1px 1px 6px;
    margin-bottom: 18px;
    font-size: 0;
    text-align: left;
    background-color: #fff;
    border: 2px solid #ebedef;
    border-radius: 6px
}
.bootstrap-tagsinput .tag {
    position: relative;
    display: inline-block;
    height: 27px;
    padding: 6px 21px;
    margin: 0 7px 7px 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 15px;
    color: #7b8996;
    vertical-align: middle;
    cursor: pointer;
    background-color: #ebedef;
    border-radius: 4px;
    -webkit-transition: .25s linear;
    transition: .25s linear
}
.bootstrap-tagsinput .tag>span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 0 10px 0 0;
    font-size: 12px;
    color: #fff;
    text-align: right;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear
}
.bootstrap-tagsinput .tag>span:after {
    font-family: Flat-UI-Icons;
    line-height: 27px;
    content:"\e609";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.bootstrap-tagsinput .tag:hover {
    padding-right: 28px;
    padding-left: 14px;
    color: #fff;
    background-color: #16a085
}
.bootstrap-tagsinput .tag:hover>span {
    filter: none;
    opacity: 1;
    -webkit-filter: none
}
.bootstrap-tagsinput input[type=text] {
    width: auto!important;
    min-width: 80px;
    max-width: inherit;
    height: 29px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #34495e;
    vertical-align: top;
    background-color: transparent;
    border: none;
    outline: 0;
    box-shadow: none
}
.bootstrap-tagsinput input[type=text]:first-child {
    height: 23px;
    margin: 3px 0 8px
}
.tags_clear {
    width: 100%;
    height: 0;
    clear: both
}
.not_valid {
    margin-left: 5px!important;
    color: #90111a!important;
    background: #fbd8db!important
}
.tagsinput-primary {
    margin-bottom: 18px
}
.tagsinput-primary .bootstrap-tagsinput {
    margin-bottom: 0;
    border-color: #1abc9c
}
.tagsinput-primary .tag {
    color: #fff;
    background-color: #1abc9c
}
.tagsinput-primary .tag:hover {
    color: #fff;
    background-color: #16a085
}
.bootstrap-tagsinput .twitter-typeahead {
    width: auto;
    vertical-align: top
}
.bootstrap-tagsinput .twitter-typeahead .tt-input {
    min-width: 200px
}
.bootstrap-tagsinput .twitter-typeahead .tt-dropdown-menu {
    width: auto;
    min-width: 120px;
    margin-top: 11px
}
.twitter-typeahead {
    width: 100%
}
.twitter-typeahead .tt-dropdown-menu {
    width: 100%;
    padding: 5px 0;
    margin-top: 5px;
    background-color: #fff;
    border: 2px solid #1abc9c;
    border-radius: 6px
}
.twitter-typeahead .tt-suggestion p {
    padding: 6px 14px;
    margin: 0;
    font-size: 14px;
    line-height: 1.429
}
.twitter-typeahead .tt-suggestion:first-child p, .twitter-typeahead .tt-suggestion:last-child p {
    padding: 6px 14px
}
.twitter-typeahead .tt-suggestion.tt-is-under-cursor, .twitter-typeahead .tt-suggestion.tt-cursor {
    color: #fff;
    cursor: pointer;
    background-color: #16a085
}
.progress {
    height: 12px;
    background: #ebedef;
    border-radius: 32px;
    box-shadow: none
}
.progress-bar {
    line-height: 12px;
    background: #1abc9c;
    box-shadow: none
}
.progress-bar-success {
    background-color: #2ecc71
}
.progress-bar-warning {
    background-color: #f1c40f
}
.progress-bar-danger {
    background-color: #e74c3c
}
.progress-bar-info {
    background-color: #3498db
}
.ui-slider {
    position: relative;
    height: 12px;
    margin-bottom: 20px;
    cursor: pointer;
    background: #ebedef;
    border-radius: 32px;
    box-shadow: none
}
.ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background-color: #16a085;
    border-radius: 50%;
    -webkit-transition: background .25s;
    transition: background .25s
}
.ui-slider-handle:hover, .ui-slider-handle:focus {
    background-color: #48c9b0;
    outline: 0
}
.ui-slider-handle:active {
    background-color: #16a085
}
.ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    height: 100%;
    background-color: #1abc9c
}
.ui-slider-segment {
    width: 6px;
    height: 6px;
    background-color: #d9dbdd;
    border-radius: 50%
}
.ui-slider-value {
    float: right;
    margin-top: 12px;
    font-size: 13px
}
.ui-slider-value.first {
    float: left;
    clear: left
}
.ui-slider-horizontal .ui-slider-handle {
    top: -3px;
    margin-left: -9px
}
.ui-slider-horizontal .ui-slider-handle[style*="100"] {
    margin-left: -15px
}
.ui-slider-horizontal .ui-slider-range {
    border-radius: 30px 0 0 30px
}
.ui-slider-horizontal .ui-slider-segment {
    float: left;
    margin: 3px -6px 0 0
}
.ui-slider-vertical {
    width: 12px
}
.ui-slider-vertical .ui-slider-handle {
    top: auto;
    margin-bottom: -11px;
    margin-left: -3px
}
.ui-slider-vertical .ui-slider-range {
    bottom: 0;
    width: 100%;
    border-radius: 0 0 30px 30px
}
.ui-slider-vertical .ui-slider-segment {
    position: absolute;
    right: 3px
}
.pager {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #34495e;
    border-radius: 6px
}
.pager li:first-child>a, .pager li:first-child>span {
    border-left: none;
    border-radius: 6px 0 0 6px
}
.pager li>a, .pager li>span {
    padding: 9px 15px 10px;
    line-height: 1.313;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    background: 0 0;
    border: none;
    border-left: 2px solid #2c3e50;
    border-radius: 0 6px 6px 0
}
.pager li>a:hover, .pager li>span:hover, .pager li>a:focus, .pager li>span:focus {
    background-color: #2c3e50
}
.pager li>a:active, .pager li>span:active {
    background-color: #2c3e50
}
.pager li>a[class*=fui-]+span, .pager li>span[class*=fui-]+span {
    margin-left: 8px
}
.pager li>a span+[class*=fui-], .pager li>span span+[class*=fui-] {
    margin-left: 8px
}
.pagination {
    position: relative;
    display: block;
    display: inline-block;
    padding: 0;
    color: #fff;
    word-spacing: -.5px;
    background: #d6dbdf;
    border-radius: 6px
}
@media (min-width:768px) {
    .pagination {
        display: inline-block
    }
}
@media (max-width:767px) {
    .pagination {
        height: 41px;
        padding: 0 55px 0 52px;
        overflow: auto;
        white-space: nowrap;
        border-radius: 6px
    }
}
.pagination li {
    display: inline-block;
    margin-right: -2px;
    word-spacing: normal;
    vertical-align: middle
}
.pagination li a {
    position: static
}
.pagination li.active>a, .pagination li.active>span {
    color: #fff;
    background-color: #1abc9c;
    border-color: #dfe2e5
}
.pagination li.active>a, .pagination li.active>span, .pagination li.active>a:hover, .pagination li.active>span:hover, .pagination li.active>a:focus, .pagination li.active>span:focus {
    color: #fff;
    background-color: #1abc9c;
    border-color: #dfe2e5
}
.pagination li.active.previous>a, .pagination li.active.next>a, .pagination li.active.previous>span, .pagination li.active.next>span {
    margin: 0
}
.pagination li.active.previous>a, .pagination li.active.next>a, .pagination li.active.previous>span, .pagination li.active.next>span, .pagination li.active.previous>a:hover, .pagination li.active.next>a:hover, .pagination li.active.previous>span:hover, .pagination li.active.next>span:hover, .pagination li.active.previous>a:focus, .pagination li.active.next>a:focus, .pagination li.active.previous>span:focus, .pagination li.active.next>span:focus {
    color: #fff;
    background-color: #1abc9c
}
.pagination li:first-child>a, .pagination li:first-child>span {
    border-left: none;
    border-radius: 6px 0 0 6px
}
.pagination li:first-child.previous+li>a, .pagination li:first-child.previous+li>span {
    border-left-width: 0
}
.pagination li:last-child {
    margin-right: 0
}
.pagination li:last-child>a, .pagination li:last-child>span, .pagination li:last-child>a:hover, .pagination li:last-child>span:hover, .pagination li:last-child>a:focus, .pagination li:last-child>span:focus {
    border-radius: 0 6px 6px 0
}
.pagination li.previous>a, .pagination li.next>a, .pagination li.previous>span, .pagination li.next>span {
    min-width: auto;
    padding: 12px 17px;
    font-size: 16px;
    background-color: transparent;
    border-right: 2px solid #e4e7ea
}
.pagination li.next>a, .pagination li.next>span {
    border-right: none
}
.pagination li.disabled>a, .pagination li.disabled>span {
    color: #fff;
    cursor: not-allowed;
    background-color: rgba(255, 255, 255, .3);
    border-right-color: #dfe2e5
}
.pagination li.disabled>a:hover, .pagination li.disabled>span:hover, .pagination li.disabled>a:focus, .pagination li.disabled>span:focus, .pagination li.disabled>a:active, .pagination li.disabled>span:active {
    color: #fff;
    background-color: rgba(255, 255, 255, .4)
}
@media (max-width:767px) {
    .pagination li.next, .pagination li.previous {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        background-color: #d6dbdf;
        border-radius: 0 6px 6px 0
    }
    .pagination li.previous {
        right: auto;
        left: 0;
        border-radius: 6px 0 0 6px
    }
}
.pagination li>a, .pagination li>span {
    display: inline-block;
    min-width: 41px;
    min-height: 41px;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: none;
    border-left: 2px solid #e4e7ea;
    outline: 0;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out
}
.pagination li>a:hover, .pagination li>span:hover, .pagination li>a:focus, .pagination li>span:focus {
    color: #fff;
    background-color: #1abc9c
}
.pagination li>a:active, .pagination li>span:active {
    color: #fff;
    background-color: #1abc9c
}
.pagination>.btn.previous, .pagination>.btn.next {
    padding-right: 23px;
    padding-left: 23px;
    margin-right: 8px;
    font-size: 14px;
    line-height: 1.429
}
.pagination>.btn.previous[class*=fui-], .pagination>.btn.next[class*=fui-] {
    margin-top: -2px;
    margin-left: -2px;
    font-size: 16px
}
.pagination>.btn.next {
    margin-right: 0;
    margin-left: 8px
}
.pagination>.btn.next[class*=fui-] {
    margin-right: -2px;
    margin-left: 4px
}
@media (max-width:767px) {
    .pagination>.btn {
        display: block;
        width: 50%;
        margin: 0
    }
    .pagination>.btn:first-child {
        border-bottom: 2px solid #dfe2e5;
        border-radius: 6px 0 0
    }
    .pagination>.btn:first-child.btn-primary {
        border-bottom-color: #48c9b0
    }
    .pagination>.btn:first-child.btn-danger {
        border-bottom-color: #ec7063
    }
    .pagination>.btn:first-child.btn-warning {
        border-bottom-color: #f4d03f
    }
    .pagination>.btn:first-child.btn-success {
        border-bottom-color: #58d68d
    }
    .pagination>.btn:first-child.btn-info {
        border-bottom-color: #5dade2
    }
    .pagination>.btn:first-child.btn-inverse {
        border-bottom-color: #5d6d7e
    }
    .pagination>.btn:first-child>[class*=fui] {
        margin-left: -20px
    }
    .pagination>.btn+ul {
        padding: 0;
        text-align: center;
        border-radius: 0 0 6px 6px
    }
    .pagination>.btn+ul+.btn {
        position: absolute;
        top: 0;
        right: 0;
        border-bottom: 2px solid #dfe2e5;
        border-radius: 0 6px 0 0
    }
    .pagination>.btn+ul+.btn.btn-primary {
        border-bottom-color: #48c9b0
    }
    .pagination>.btn+ul+.btn.btn-danger {
        border-bottom-color: #ec7063
    }
    .pagination>.btn+ul+.btn.btn-warning {
        border-bottom-color: #f4d03f
    }
    .pagination>.btn+ul+.btn.btn-success {
        border-bottom-color: #58d68d
    }
    .pagination>.btn+ul+.btn.btn-info {
        border-bottom-color: #5dade2
    }
    .pagination>.btn+ul+.btn.btn-inverse {
        border-bottom-color: #5d6d7e
    }
    .pagination>.btn+ul+.btn>[class*=fui] {
        margin-right: -20px
    }
    .pagination ul {
        display: block
    }
    .pagination ul>li>a {
        border-radius: 0
    }
}
.pagination-danger ul {
    background-color: #e74c3c
}
.pagination-danger ul li.previous>a {
    border-right-color: #ef897e
}
.pagination-danger ul li>a, .pagination-danger ul li>span {
    border-left-color: #ef897e
}
.pagination-danger ul li>a:hover, .pagination-danger ul li>span:hover, .pagination-danger ul li>a:focus, .pagination-danger ul li>span:focus {
    background-color: #ec7063
}
.pagination-danger ul li>a:active, .pagination-danger ul li>span:active {
    background-color: #c44133
}
.pagination-danger ul li.active>a, .pagination-danger ul li.active>span {
    background-color: #c44133
}
.pagination-success ul {
    background-color: #2ecc71
}
.pagination-success ul li.previous>a {
    border-right-color: #75dda1
}
.pagination-success ul li>a, .pagination-success ul li>span {
    border-left-color: #75dda1
}
.pagination-success ul li>a:hover, .pagination-success ul li>span:hover, .pagination-success ul li>a:focus, .pagination-success ul li>span:focus {
    background-color: #58d68d
}
.pagination-success ul li>a:active, .pagination-success ul li>span:active {
    background-color: #27ad60
}
.pagination-success ul li.active>a, .pagination-success ul li.active>span {
    background-color: #27ad60
}
.pagination-warning ul {
    background-color: #f1c40f
}
.pagination-warning ul li.previous>a {
    border-right-color: #f6d861
}
.pagination-warning ul li>a, .pagination-warning ul li>span {
    border-left-color: #f6d861
}
.pagination-warning ul li>a:hover, .pagination-warning ul li>span:hover, .pagination-warning ul li>a:focus, .pagination-warning ul li>span:focus {
    background-color: #f4d313
}
.pagination-warning ul li>a:active, .pagination-warning ul li>span:active {
    background-color: #cda70d
}
.pagination-warning ul li.active>a, .pagination-warning ul li.active>span {
    background-color: #cda70d
}
.pagination-info ul {
    background-color: #3498db
}
.pagination-info ul li.previous>a {
    border-right-color: #79bbe7
}
.pagination-info ul li>a, .pagination-info ul li>span {
    border-left-color: #79bbe7
}
.pagination-info ul li>a:hover, .pagination-info ul li>span:hover, .pagination-info ul li>a:focus, .pagination-info ul li>span:focus {
    background-color: #5dade2
}
.pagination-info ul li>a:active, .pagination-info ul li>span:active {
    background-color: #2c81ba
}
.pagination-info ul li.active>a, .pagination-info ul li.active>span {
    background-color: #2c81ba
}
.pagination-inverse ul {
    background-color: #34495e
}
.pagination-inverse ul li.previous>a {
    border-right-color: #798795
}
.pagination-inverse ul li>a, .pagination-inverse ul li>span {
    border-left-color: #798795
}
.pagination-inverse ul li>a:hover, .pagination-inverse ul li>span:hover, .pagination-inverse ul li>a:focus, .pagination-inverse ul li>span:focus {
    background-color: #415b76
}
.pagination-inverse ul li>a:active, .pagination-inverse ul li>span:active {
    background-color: #2c3e50
}
.pagination-inverse ul li.active>a, .pagination-inverse ul li.active>span {
    background-color: #2c3e50
}
.pagination-minimal>li:first-child {
    border-radius: 6px 0 0 6px
}
.pagination-minimal>li:first-child.previous+li>a, .pagination-minimal>li:first-child.previous+li>span {
    border-left-width: 5px
}
.pagination-minimal>li:last-child {
    border-radius: 0 6px 6px 0
}
.pagination-minimal>li.previous>a, .pagination-minimal>li.next>a, .pagination-minimal>li.previous>span, .pagination-minimal>li.next>span {
    padding: 12px 17px;
    margin: 0 9px 0 0;
    background: 0 0;
    border: none;
    border-right: 2px solid #e4e7ea;
    border-radius: 6px 0 0 6px
}
.pagination-minimal>li.previous>a, .pagination-minimal>li.next>a, .pagination-minimal>li.previous>span, .pagination-minimal>li.next>span, .pagination-minimal>li.previous>a:hover, .pagination-minimal>li.next>a:hover, .pagination-minimal>li.previous>span:hover, .pagination-minimal>li.next>span:hover, .pagination-minimal>li.previous>a:focus, .pagination-minimal>li.next>a:focus, .pagination-minimal>li.previous>span:focus, .pagination-minimal>li.next>span:focus {
    border-color: #e4e7ea!important
}
@media (max-width:767px) {
    .pagination-minimal>li.previous>a, .pagination-minimal>li.next>a, .pagination-minimal>li.previous>span, .pagination-minimal>li.next>span {
        margin-right: 0
    }
}
.pagination-minimal>li.next {
    margin-left: 9px
}
.pagination-minimal>li.next>a, .pagination-minimal>li.next>span {
    margin: 0;
    border-right: none;
    border-left: 2px solid #e4e7ea;
    border-radius: 0 6px 6px 0
}
.pagination-minimal>li.active>a, .pagination-minimal>li.active>span {
    margin: 10px 5px 9px;
    color: #d6dbdf;
    background-color: #fff;
    border-color: #fff;
    border-width: 2px!important
}
.pagination-minimal>li.active>a:hover, .pagination-minimal>li.active>span:hover, .pagination-minimal>li.active>a:focus, .pagination-minimal>li.active>span:focus {
    color: #d6dbdf;
    background-color: #fff;
    border-color: #fff
}
.pagination-minimal>li.active.previous, .pagination-minimal>li.active.next {
    border-color: #e4e7ea
}
.pagination-minimal>li.active.previous {
    margin-right: 6px
}
.pagination-minimal>li>a, .pagination-minimal>li>span {
    min-width: 0;
    min-height: 16px;
    padding: 0 4px;
    margin: 7px 2px 6px;
    line-height: 16px;
    color: #fff;
    background: #fff;
    background-clip: padding-box;
    border: 5px solid #d6dbdf;
    border-radius: 50px;
    -webkit-transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out;
    transition: background .2s ease-out, border-color 0s ease-out, color .2s ease-out
}
.pagination-minimal>li>a:hover, .pagination-minimal>li>span:hover, .pagination-minimal>li>a:focus, .pagination-minimal>li>span:focus {
    color: #fff;
    background-color: #1abc9c;
    border-color: #1abc9c;
    -webkit-transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out;
    transition: background .2s ease-out, border-color .2s ease-out, color .2s ease-out
}
.pagination-minimal>li>a:active, .pagination-minimal>li>span:active {
    background-color: #16a085;
    border-color: #16a085
}
.pagination-plain {
    height: 57px;
    padding: 0;
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 700;
    list-style-type: none
}
.pagination-plain>li {
    display: inline
}
.pagination-plain>li.previous {
    padding-right: 23px
}
.pagination-plain>li.next {
    padding-left: 20px
}
.pagination-plain>li.active>a {
    color: #d3d7da
}
.pagination-plain>li>a {
    padding: 0 5px
}
@media (max-width:480px) {
    .pagination-plain {
        overflow: hidden;
        text-align: center
    }
    .pagination-plain>li.previous {
        display: block;
        width: 50%;
        margin-bottom: 10px;
        text-align: left
    }
    .pagination-plain>li.next {
        float: right;
        width: 50%;
        margin-top: -64px;
        text-align: right
    }
}
@media (min-width:768px) {
    .pagination-plain {
        height: auto
    }
}
.pagination-dropdown ul {
    left: 50%;
    width: auto;
    min-width: 67px;
    margin-left: -34px
}
.pagination-dropdown ul li {
    display: block;
    margin-right: 0
}
.pagination-dropdown ul li:first-child>a, .pagination-dropdown ul li:first-child>span {
    border-radius: 6px 6px 0 0
}
.pagination-dropdown ul li:last-child>a, .pagination-dropdown ul li:last-child>span {
    border-radius: 0 0 6px 6px!important
}
.pagination-dropdown ul li>a, .pagination-dropdown ul li>span {
    display: block;
    float: none;
    min-height: 0;
    padding: 8px 10px 7px;
    text-align: center;
    border-left: none
}
.pagination-dropdown.dropup {
    position: relative
}
.tooltip {
    z-index: 1070;
    font-size: 14px;
    line-height: 1.286
}
.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1
}
.tooltip.top {
    padding: 9px 0;
    margin-top: -5px
}
.tooltip.right {
    padding: 0 9px;
    margin-left: 5px
}
.tooltip.bottom {
    padding: 9px 0;
    margin-top: 5px
}
.tooltip.left {
    padding: 0 9px;
    margin-left: -5px
}
.tooltip-inner {
    max-width: 183px;
    padding: 12px 12px;
    line-height: 1.286;
    color: #fff;
    background-color: #34495e;
    border-radius: 6px
}
.tooltip.top .tooltip-arrow {
    margin-left: -9px;
    border-width: 9px 9px 0;
    border-top-color: #34495e
}
.tooltip.right .tooltip-arrow {
    margin-top: -9px;
    border-width: 9px 9px 9px 0;
    border-right-color: #34495e
}
.tooltip.left .tooltip-arrow {
    margin-top: -9px;
    border-width: 9px 0 9px 9px;
    border-left-color: #34495e
}
.tooltip.bottom .tooltip-arrow {
    margin-left: -9px;
    border-width: 0 9px 9px;
    border-bottom-color: #34495e
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 8px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    -webkit-transition: border-color .25s, color .25s;
    transition: border-color .25s, color .25s
}
.dropdown-menu, .select2-drop {
    z-index: 1000;
    min-width: 220px;
    padding: 0;
    margin-top: 9px;
    font-size: 14px;
    background-color: #f3f4f5;
    border: none;
    border-radius: 4px;
    box-shadow: none
}
.dropdown-menu .divider {
    height: 2px;
    margin: 3px 0;
    overflow: hidden;
    background-color: rgba(202, 206, 209, .5)
}
.dropdown-menu>li>a {
    padding: 8px 16px;
    line-height: 1.429;
    color: #606d7a
}
.dropdown-menu>li:first-child>a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.dropdown-menu>li:last-child>a:first-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
.dropdown-menu.typeahead {
    display: none;
    width: auto;
    padding: 5px 0;
    margin-top: 5px;
    background-color: #fff;
    border: 2px solid #1abc9c;
    border-radius: 6px
}
.dropdown-menu.typeahead li a {
    padding: 6px 14px
}
.dropdown-menu.typeahead li:first-child a, .dropdown-menu.typeahead li:last-child a {
    padding: 6px 14px;
    border-radius: 0
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #55606c;
    background-color: rgba(202, 206, 209, .5)
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #1abc9c
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    color: #bdc3c7;
    cursor: not-allowed;
    background-color: transparent
}
.dropdown-menu-right {
    right: 0;
    left: auto
}
.dropdown-menu-left {
    right: auto;
    left: 0
}
.dropdown-header {
    padding: 8px 16px;
    font-size: 13px;
    line-height: 1.538;
    color: rgba(52, 73, 94, .6);
    text-transform: uppercase
}
.dropdown-header:first-child {
    margin-top: 3px
}
.dropdown-backdrop {
    z-index: 990
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    margin-bottom: .25em;
    border-bottom: 8px solid
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    margin-top: 0;
    margin-bottom: 9px
}
.dropdown-menu-inverse {
    background-color: #34495e
}
.dropdown-menu-inverse .divider {
    height: 2px;
    margin: 3px 0;
    overflow: hidden;
    background-color: rgba(43, 60, 78, .5)
}
.dropdown-menu-inverse>li>a {
    color: rgba(255, 255, 255, .85)
}
.dropdown-menu-inverse>li>a:hover, .dropdown-menu-inverse>li>a:focus {
    color: rgba(255, 255, 255, .85);
    background-color: rgba(43, 60, 78, .5)
}
.dropdown-menu-inverse>.active>a, .dropdown-menu-inverse>.active>a:hover, .dropdown-menu-inverse>.active>a:focus {
    color: rgba(255, 255, 255, .85);
    background-color: #1abc9c
}
.dropdown-menu-inverse>.disabled>a, .dropdown-menu-inverse>.disabled>a:hover, .dropdown-menu-inverse>.disabled>a:focus {
    color: rgba(255, 255, 255, .5)
}
.dropdown-menu-inverse>.disabled>a:hover, .dropdown-menu-inverse>.disabled>a:focus {
    background-color: transparent
}
.dropdown-menu-inverse .dropdown-header {
    color: rgba(255, 255, 255, .4)
}
@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}
.select {
    position: relative;
    display: inline-block;
    width: auto;
    min-width: 220px;
    vertical-align: top
}
.form-group .select {
    width: 100%
}
.form-group .select>.select2-choice {
    width: 100%
}
.select.form-control, .select.select2-search input[type=text] {
    height: auto;
    padding: 0;
    border: none
}
.select2-choice {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px 39px 10px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    border: none;
    border-radius: 4px;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear
}
.select2-choice:hover, .select2-choice:focus {
    outline: 0
}
.select2-choice:active {
    outline: 0;
    box-shadow: none
}
.select2-container-disabled .select2-choice {
    filter: alpha(opacity=70);
    opacity: .7
}
.select2-chosen {
    overflow: hidden;
    text-align: left
}
.select2-arrow {
    position: absolute;
    top: 42%;
    right: 16px;
    display: inline-block;
    border-color: #34495e transparent;
    border-style: solid;
    border-width: 8px 6px;
    border-bottom-style: none;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    transform: scale(1.001)
}
.select2-arrow b {
    display: none
}
.btn-lg .select2-arrow {
    border-top-width: 8px;
    border-right-width: 6px;
    border-left-width: 6px
}
.select-default .select2-choice {
    color: #fff;
    background-color: #bdc3c7
}
.select-default .select2-choice:hover, .select-default .select2-choice.hover, .select-default .select2-choice:focus, .select-default .select2-choice:active {
    color: #fff;
    background-color: #cacfd2;
    border-color: #cacfd2
}
.select-default .select2-choice:active {
    background: #a1a6a9;
    border-color: #a1a6a9
}
.select2-container-disabled.select-default .select2-choice, .select2-container-disabled.select-default .select2-choice:hover, .select2-container-disabled.select-default .select2-choice:focus, .select2-container-disabled.select-default .select2-choice:active {
    background-color: #bdc3c7;
    border-color: #bdc3c7
}
.select-default .select2-choice .select2-arrow {
    border-top-color: #fff
}
.select-primary .select2-choice {
    color: #fff;
    background-color: #1abc9c
}
.select-primary .select2-choice:hover, .select-primary .select2-choice.hover, .select-primary .select2-choice:focus, .select-primary .select2-choice:active {
    color: #fff;
    background-color: #48c9b0;
    border-color: #48c9b0
}
.select-primary .select2-choice:active {
    background: #16a085;
    border-color: #16a085
}
.select2-container-disabled.select-primary .select2-choice, .select2-container-disabled.select-primary .select2-choice:hover, .select2-container-disabled.select-primary .select2-choice:focus, .select2-container-disabled.select-primary .select2-choice:active {
    background-color: #bdc3c7;
    border-color: #1abc9c
}
.select-primary .select2-choice .select2-arrow {
    border-top-color: #fff
}
.select-info .select2-choice {
    color: #fff;
    background-color: #3498db
}
.select-info .select2-choice:hover, .select-info .select2-choice.hover, .select-info .select2-choice:focus, .select-info .select2-choice:active {
    color: #fff;
    background-color: #5dade2;
    border-color: #5dade2
}
.select-info .select2-choice:active {
    background: #2c81ba;
    border-color: #2c81ba
}
.select2-container-disabled.select-info .select2-choice, .select2-container-disabled.select-info .select2-choice:hover, .select2-container-disabled.select-info .select2-choice:focus, .select2-container-disabled.select-info .select2-choice:active {
    background-color: #bdc3c7;
    border-color: #3498db
}
.select-info .select2-choice .select2-arrow {
    border-top-color: #fff
}
.select-danger .select2-choice {
    color: #fff;
    background-color: #e74c3c
}
.select-danger .select2-choice:hover, .select-danger .select2-choice.hover, .select-danger .select2-choice:focus, .select-danger .select2-choice:active {
    color: #fff;
    background-color: #ec7063;
    border-color: #ec7063
}
.select-danger .select2-choice:active {
    background: #c44133;
    border-color: #c44133
}
.select2-container-disabled.select-danger .select2-choice, .select2-container-disabled.select-danger .select2-choice:hover, .select2-container-disabled.select-danger .select2-choice:focus, .select2-container-disabled.select-danger .select2-choice:active {
    background-color: #bdc3c7;
    border-color: #e74c3c
}
.select-danger .select2-choice .select2-arrow {
    border-top-color: #fff
}
.select-success .select2-choice {
    color: #fff;
    background-color: #2ecc71
}
.select-success .select2-choice:hover, .select-success .select2-choice.hover, .select-success .select2-choice:focus, .select-success .select2-choice:active {
    color: #fff;
    background-color: #58d68d;
    border-color: #58d68d
}
.select-success .select2-choice:active {
    background: #27ad60;
    border-color: #27ad60
}
.select2-container-disabled.select-success .select2-choice, .select2-container-disabled.select-success .select2-choice:hover, .select2-container-disabled.select-success .select2-choice:focus, .select2-container-disabled.select-success .select2-choice:active {
    background-color: #bdc3c7;
    border-color: #2ecc71
}
.select-success .select2-choice .select2-arrow {
    border-top-color: #fff
}
.select-warning .select2-choice {
    color: #fff;
    background-color: #f1c40f
}
.select-warning .select2-choice:hover, .select-warning .select2-choice.hover, .select-warning .select2-choice:focus, .select-warning .select2-choice:active {
    color: #fff;
    background-color: #f4d313;
    border-color: #f4d313
}
.select-warning .select2-choice:active {
    background: #cda70d;
    border-color: #cda70d
}
.select2-container-disabled.select-warning .select2-choice, .select2-container-disabled.select-warning .select2-choice:hover, .select2-container-disabled.select-warning .select2-choice:focus, .select2-container-disabled.select-warning .select2-choice:active {
    background-color: #bdc3c7;
    border-color: #f1c40f
}
.select-warning .select2-choice .select2-arrow {
    border-top-color: #fff
}
.select-inverse .select2-choice {
    color: #fff;
    background-color: #34495e
}
.select-inverse .select2-choice:hover, .select-inverse .select2-choice.hover, .select-inverse .select2-choice:focus, .select-inverse .select2-choice:active {
    color: #fff;
    background-color: #415b76;
    border-color: #415b76
}
.select-inverse .select2-choice:active {
    background: #2c3e50;
    border-color: #2c3e50
}
.select2-container-disabled.select-inverse .select2-choice, .select2-container-disabled.select-inverse .select2-choice:hover, .select2-container-disabled.select-inverse .select2-choice:focus, .select2-container-disabled.select-inverse .select2-choice:active {
    background-color: #bdc3c7;
    border-color: #34495e
}
.select-inverse .select2-choice .select2-arrow {
    border-top-color: #fff
}
.select2-container.select-hg>.select2-choice {
    min-height: 53px;
    padding: 13px 20px;
    padding-right: 49px;
    font-size: 22px;
    line-height: 1.227;
    border-radius: 6px
}
.select2-container.select-hg>.select2-choice .filter-option {
    top: 13px;
    right: 40px;
    left: 20px
}
.select2-container.select-hg>.select2-choice .select2-arrow {
    right: 20px
}
.select2-container.select-hg>.select2-choice>[class^=fui-] {
    top: 2px
}
.select2-container.select-lg>.select2-choice {
    min-height: 45px;
    padding: 10px 19px;
    padding-right: 47px;
    font-size: 17px;
    line-height: 1.471;
    border-radius: 6px
}
.select2-container.select-lg>.select2-choice .filter-option {
    right: 38px;
    left: 18px
}
.select2-container.select-sm>.select2-choice {
    min-height: 36px;
    padding: 9px 13px;
    padding-right: 35px;
    font-size: 13px;
    line-height: 1.385;
    border-radius: 4px
}
.select2-container.select-sm>.select2-choice .filter-option {
    right: 33px;
    left: 13px
}
.select2-container.select-sm>.select2-choice .select2-arrow {
    right: 13px
}
.multiselect {
    position: relative;
    display: inline-block;
    width: auto;
    min-width: 220px;
    max-width: none;
    font-size: 0;
    text-align: left;
    vertical-align: top;
    background-color: #fff;
    border-radius: 6px
}
.form-group .multiselect {
    width: 100%
}
.form-group .multiselect>.select2-choice {
    width: 100%
}
.multiselect.form-control, .multiselect.select2-search input[type=text] {
    height: auto;
    padding: 6px 1px 1px 6px;
    border: 2px solid #ebedef
}
.select2-choices {
    position: relative;
    min-height: 26px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor: text
}
.select2-choices li {
    float: left;
    list-style: none
}
.select2-search-choice {
    position: relative;
    display: inline-block;
    height: 27px;
    padding: 6px 21px;
    margin: 0 5px 4px 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: .25s linear;
    transition: .25s linear
}
.select2-search-choice:hover {
    padding-right: 28px;
    padding-left: 14px;
    color: #fff
}
.select2-search-choice:hover .select2-search-choice-close {
    color: inherit;
    filter: none;
    opacity: 1;
    -webkit-filter: none
}
.select2-search-choice .select2-search-choice-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding-right: 10px;
    font-size: 12px;
    color: #fff;
    text-align: right;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear
}
.select2-search-choice .select2-search-choice-close:after {
    font-family: Flat-UI-Icons;
    line-height: 27px;
    content:"\e609";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.select2-search-field input[type=text] {
    width: auto;
    min-width: 80px;
    max-width: inherit;
    height: 29px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #34495e;
    vertical-align: top;
    background-color: transparent;
    border: none;
    outline: 0;
    box-shadow: none
}
.select2-search-field:first-child input[type=text] {
    height: 23px;
    margin: 3px 0 5px
}
.select2-container-multi.multiselect-default {
    border-color: #bdc3c7
}
.select2-container-multi.multiselect-default .select2-search-choice {
    background-color: #bdc3c7
}
.select2-container-multi.multiselect-default .select2-search-choice:hover {
    background-color: #cacfd2
}
.select2-container-multi.multiselect-primary {
    border-color: #1abc9c
}
.select2-container-multi.multiselect-primary .select2-search-choice {
    background-color: #1abc9c
}
.select2-container-multi.multiselect-primary .select2-search-choice:hover {
    background-color: #48c9b0
}
.select2-container-multi.multiselect-info {
    border-color: #3498db
}
.select2-container-multi.multiselect-info .select2-search-choice {
    background-color: #3498db
}
.select2-container-multi.multiselect-info .select2-search-choice:hover {
    background-color: #5dade2
}
.select2-container-multi.multiselect-danger {
    border-color: #e74c3c
}
.select2-container-multi.multiselect-danger .select2-search-choice {
    background-color: #e74c3c
}
.select2-container-multi.multiselect-danger .select2-search-choice:hover {
    background-color: #ec7063
}
.select2-container-multi.multiselect-success {
    border-color: #2ecc71
}
.select2-container-multi.multiselect-success .select2-search-choice {
    background-color: #2ecc71
}
.select2-container-multi.multiselect-success .select2-search-choice:hover {
    background-color: #58d68d
}
.select2-container-multi.multiselect-warning {
    border-color: #f1c40f
}
.select2-container-multi.multiselect-warning .select2-search-choice {
    background-color: #f1c40f
}
.select2-container-multi.multiselect-warning .select2-search-choice:hover {
    background-color: #f4d313
}
.select2-container-multi.multiselect-inverse {
    border-color: #34495e
}
.select2-container-multi.multiselect-inverse .select2-search-choice {
    background-color: #34495e
}
.select2-container-multi.multiselect-inverse .select2-search-choice:hover {
    background-color: #415b76
}
.select2-drop {
    position: absolute;
    top: 100%;
    z-index: 9999;
    min-width: 220px;
    margin-top: 9px;
    font-size: 14px;
    visibility: visible;
    filter: none;
    border-radius: 4px;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    -webkit-filter: none
}
.select2-drop.select2-drop-above {
    margin-top: -9px
}
.select2-drop.select2-drop-auto-width {
    width: auto
}
.select2-drop.show-select-search .select2-search {
    display: block
}
.select2-drop.show-select-search .select2-search+.select2-results>li:first-child .select2-result-label {
    border-radius: 0
}
.select2-drop .select2-results {
    padding: 0;
    margin: 0;
    list-style: none
}
.select2-drop .select2-results>li:first-child>.select2-result-label {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.select2-drop .select2-results>li:last-child>.select2-result-label {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
.select2-drop .select2-result-sub {
    padding: 0;
    margin: 0;
    list-style: none
}
.select2-drop .select2-result-sub>li:last-child>.select2-result-label {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
.select2-drop .select2-no-results {
    padding: 8px 15px
}
.select2-drop .select2-result-label {
    padding: 8px 16px;
    line-height: 1.429;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .25s, color .25s;
    transition: background-color .25s, color .25s
}
.select2-drop .select2-result-selectable .select2-result-label {
    color: rgba(52, 73, 94, .85);
    cursor: pointer
}
.select2-drop .select2-result-selectable .select2-result-label:focus, .select2-drop .select2-result-selectable .select2-result-label:hover, .select2-drop .select2-result-selectable .select2-result-label:active {
    color: inherit;
    background-color: #e1e4e7;
    outline: 0
}
.select2-drop .select2-disabled {
    color: rgba(52, 73, 94, .95);
    cursor: default;
    filter: alpha(opacity=40);
    opacity: .4
}
.select2-drop .select2-disabled:focus, .select2-drop .select2-disabled:hover, .select2-drop .select2-disabled:active {
    background: none!important
}
.select2-drop .select2-highlighted>.select2-result-label {
    color: #fff;
    background: #1abc9c
}
.select2-drop .select2-result-with-children>.select2-result-label {
    margin-top: 5px;
    font-size: 13px;
    color: rgba(52, 73, 94, .6);
    text-transform: uppercase
}
.select2-drop .select2-result-with-children+.select2-result-with-children>.select2-result-label {
    margin-top: 11px
}
.select2-results {
    position: relative;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent
}
.select2-search {
    display: none;
    width: 100%;
    padding: 8px 6px
}
.select2-search input[type=text] {
    width: 100%;
    height: auto!important
}
.select-inverse-dropdown {
    color: rgba(255, 255, 255, .75);
    background-color: #34495e
}
.select-inverse-dropdown .select2-results .select2-result-label {
    color: #fff
}
.select-inverse-dropdown .select2-results .select2-result-label:focus, .select-inverse-dropdown .select2-results .select2-result-label:hover, .select-inverse-dropdown .select2-results .select2-result-label:active {
    background: #2c3e50
}
.select-inverse-dropdown .select2-results.select2-disabled .select2-result-label:hover {
    color: #fff
}
.select-inverse-dropdown .select2-result-with-children>.select2-result-label {
    color: rgba(255, 255, 255, .6)
}
.select-inverse-dropdown .select2-result-with-children>.select2-result-label:hover {
    color: #fff;
    background: none!important
}
.select2-drop-multi {
    border-radius: 6px
}
.select2-drop-multi .select2-results {
    padding: 2px 0
}
.select2-drop-multi .select2-result {
    padding: 2px 4px
}
.select2-drop-multi .select2-result-label {
    border-radius: 4px
}
.select2-drop-multi .select2-selected {
    display: none
}
.select2-offscreen, .select2-offscreen:focus {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: 0!important;
    overflow: hidden!important;
    clip: rect(0 0 0 0)!important;
    border: 0!important;
    outline: 0!important
}
.select2-hidden-accessible {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}
.select2-offscreen, .select2-offscreen:focus {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: 0!important;
    overflow: hidden!important;
    clip: rect(0 0 0 0)!important;
    border: 0!important;
    outline: 0!important
}
.select2-display-none {
    display: none
}
.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll
}
.select2-drop-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    filter: alpha(opacity=0);
    border: 0;
    opacity: 0
}
.tile {
    position: relative;
    padding: 14px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #eff0f2;
    border-radius: 6px
}
.tile .tile-hot-ribbon {
    position: absolute;
    top: -4px;
    right: -4px;
    display: block;
    width: 82px
}
.tile p {
    margin-bottom: 33px;
    font-size: 15px
}
.tile-image {
    height: 100px;
    margin: 31px 0 27px;
    vertical-align: bottom
}
.tile-image.big-illustration {
    width: 112px;
    height: 111px;
    margin-top: 20px
}
.tile-title {
    margin: 0;
    font-size: 20px
}
.navbar {
    min-height: 53px;
    margin-bottom: 30px;
    font-size: 16px;
    border: none;
    border-radius: 6px
}
@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}
.navbar-collapse {
    padding-right: 21px;
    padding-left: 21px;
    box-shadow: none
}
.navbar-collapse .navbar-form:first-child {
    border: none
}
@media (min-width:768px) {
    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -21px
    }
    .navbar-collapse .navbar-nav.navbar-left:first-child>li:first-child a {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -21px
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child>.dropdown:last-child>a {
        border-radius: 0 6px 6px 0
    }
    .navbar-fixed-top .navbar-collapse .navbar-form.navbar-right:last-child, .navbar-fixed-bottom .navbar-collapse .navbar-form.navbar-right:last-child {
        margin-right: 0
    }
}
@media (max-width:767px) {
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-bottom: 3px
    }
}
.navbar .container, .navbar .container-fluid {
    padding-right: 21px;
    padding-left: 21px
}
.navbar .container>.navbar-header, .navbar .container-fluid>.navbar-header, .navbar .container>.navbar-collapse, .navbar .container-fluid>.navbar-collapse {
    margin-right: -21px;
    margin-left: -21px
}
@media (min-width:768px) {
    .navbar .container>.navbar-header, .navbar .container-fluid>.navbar-header, .navbar .container>.navbar-collapse, .navbar .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0;
    border-radius: 0
}
.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1030;
    border-radius: 0
}
.navbar-fixed-top {
    border-width: 0
}
.navbar-fixed-bottom {
    margin-bottom: 0;
    border-width: 0
}
.navbar-brand {
    height: 53px;
    padding: 14px 21px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.042
}
.navbar-brand>[class*=fui-] {
    font-size: 19px;
    line-height: 1.263;
    vertical-align: top
}
@media (min-width:768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -21px
    }
}
.navbar-toggle {
    height: 53px;
    padding: 0 21px;
    margin: 0 0 0 21px;
    line-height: 53px;
    color: #34495e;
    border: none
}
.navbar-toggle:before {
    font-family: Flat-UI-Icons;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    color: #16a085;
    content:"\e61a";
    -webkit-transition: color .25s linear;
    transition: color .25s linear;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.navbar-toggle:hover, .navbar-toggle:focus {
    outline: 0
}
.navbar-toggle:hover:before, .navbar-toggle:focus:before {
    color: #1abc9c
}
.navbar-toggle .icon-bar {
    display: none
}
@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}
.navbar-nav {
    margin: 0
}
.navbar-nav>li>a {
    padding: 15px 21px;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav .open>a:focus, .navbar-nav .open>a:hover {
    background-color: transparent
}
.navbar-nav[class^=fui-] {
    position: relative;
    top: 1px;
    line-height: 20px
}
.navbar-nav .visible-sm>[class^=fui-], .navbar-nav .visible-xs>[class^=fui-] {
    margin-left: 12px
}
@media (max-width:767px) {
    .navbar-nav {
        margin: 0 -21px
    }
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 7px 15px 7px 31px!important
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 23px
    }
    .navbar-nav>li>a {
        padding-top: 7px;
        padding-bottom: 7px
    }
}
.navbar-input {
    height: 35px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 6px
}
select.navbar-input {
    height: 35px;
    line-height: 35px
}
textarea.navbar-input, select[multiple].navbar-input {
    height: auto
}
.navbar-form {
    padding-top: 9px;
    padding-right: 19px;
    padding-bottom: 9px;
    padding-left: 19px;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none
}
@media (max-width:767px) {
    .navbar-form {
        width: auto;
        margin: 3px -21px
    }
}
.navbar-form .form-control, .navbar-form .input-group-addon, .navbar-form .btn, .navbar-form .select2-search input[type=text] {
    height: 35px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 6px
}
select.navbar-form .form-control, select.navbar-form .input-group-addon, select.navbar-form .btn, select.navbar-form .select2-search input[type=text] {
    height: 35px;
    line-height: 35px
}
textarea.navbar-form .form-control, textarea.navbar-form .input-group-addon, textarea.navbar-form .btn, select[multiple].navbar-form .form-control, select[multiple].navbar-form .input-group-addon, select[multiple].navbar-form .btn, textarea.navbar-form .select2-search input[type=text], select[multiple].navbar-form .select2-search input[type=text] {
    height: auto
}
.navbar-form .btn {
    margin: 0
}
.navbar-form .input-group .form-control:first-child, .navbar-form .input-group-addon:first-child, .navbar-form .input-group-btn:first-child>.btn, .navbar-form .input-group-btn:first-child>.dropdown-toggle, .navbar-form .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .navbar-form .input-group .select2-search input[type=text]:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.navbar-form .input-group .form-control:last-child, .navbar-form .input-group-addon:last-child, .navbar-form .input-group-btn:last-child>.btn, .navbar-form .input-group-btn:last-child>.dropdown-toggle, .navbar-form .input-group-btn:first-child>.btn:not(:first-child), .navbar-form .input-group .select2-search input[type=text]:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.navbar-form .form-control, .navbar-form .select2-search input[type=text] {
    display: table-cell;
    font-size: 15px;
    border-radius: 5px
}
.navbar-form .form-group~.btn {
    margin-left: 5px;
    font-size: 15px;
    border-radius: 5px
}
.navbar-form .form-group+.btn {
    margin-right: 5px
}
@media (min-width:768px) {
    .navbar-form .input-group {
        width: 195px
    }
}
@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 7px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
    .navbar-form .form-group+.btn {
        margin-left: 0
    }
}
.navbar-nav>li>.dropdown-menu {
    min-width: 100%;
    margin-top: 9px;
    border-radius: 4px
}
@media (max-width:767px) {
    .navbar-nav>li.open>.dropdown-menu {
        margin-top: 0!important
    }
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
.navbar-nav>.open>.dropdown-toggle, .navbar-nav>.open>.dropdown-toggle:focus, .navbar-nav>.open>.dropdown-toggle:hover {
    background-color: transparent
}
.navbar-text {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.438;
    color: #34495e
}
@media (min-width:768px) {
    .navbar-text {
        margin-right: 21px;
        margin-left: 21px
    }
    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}
.navbar-btn {
    margin-top: 6px;
    margin-bottom: 6px
}
.navbar-btn.btn-sm {
    margin-top: 9px;
    margin-bottom: 8px
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}
.navbar-unread, .navbar-new {
    position: absolute;
    top: 35%;
    right: 12px;
    z-index: 10;
    width: 6px;
    height: 6px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 0;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #1abc9c;
    border-radius: 50%
}
@media (max-width:768px) {
    .navbar-unread, .navbar-new {
        position: static;
        float: right;
        margin: 0 0 0 10px
    }
}
.active .navbar-unread, .active .navbar-new {
    display: none;
    background-color: #fff
}
.navbar-new {
    width: auto;
    min-width: 18px;
    height: 18px;
    padding: 0 1px;
    margin: -6px -10px;
    font-size: 12px;
    line-height: 17px;
    background-color: #e74c3c;
    -webkit-font-smoothing: subpixel-antialiased
}
.navbar-default {
    background-color: #ecf0f1
}
.navbar-default .navbar-brand {
    color: #34495e
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #1abc9c;
    background-color: transparent
}
.navbar-default .navbar-toggle:before {
    color: #34495e
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent
}
.navbar-default .navbar-toggle:hover:before, .navbar-default .navbar-toggle:focus:before {
    color: #1abc9c
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e5e9ea;
    border-width: 2px
}
.navbar-default .navbar-nav>li>a {
    color: #34495e
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #1abc9c;
    background-color: transparent
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #1abc9c;
    background-color: transparent
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}
.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #34495e;
    border-bottom-color: #34495e
}
.navbar-default .navbar-nav>.active>a .caret {
    border-top-color: #1abc9c;
    border-bottom-color: #1abc9c
}
.navbar-default .navbar-nav>.dropdown>a:hover .caret, .navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #1abc9c;
    border-bottom-color: #1abc9c
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #1abc9c;
    background-color: transparent
}
.navbar-default .navbar-nav>.open>a .caret, .navbar-default .navbar-nav>.open>a:hover .caret, .navbar-default .navbar-nav>.open>a:focus .caret {
    border-top-color: #1abc9c;
    border-bottom-color: #1abc9c
}
@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #34495e
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #1abc9c;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #1abc9c;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}
.navbar-default .navbar-form .form-control, .navbar-default .navbar-form .select2-search input[type=text] {
    border-color: transparent
}
.navbar-default .navbar-form .form-control::-moz-placeholder, .navbar-default .navbar-form .select2-search input[type=text]::-moz-placeholder {
    color: #aeb6bf;
    opacity: 1
}
.navbar-default .navbar-form .form-control:-ms-input-placeholder, .navbar-default .navbar-form .select2-search input[type=text]:-ms-input-placeholder {
    color: #aeb6bf
}
.navbar-default .navbar-form .form-control::-webkit-input-placeholder, .navbar-default .navbar-form .select2-search input[type=text]::-webkit-input-placeholder {
    color: #aeb6bf
}
.navbar-default .navbar-form .form-control:focus, .navbar-default .navbar-form .select2-search input[type=text]:focus {
    color: #1abc9c;
    border-color: #1abc9c
}
.navbar-default .navbar-form .input-group-btn .btn {
    color: #919ba4;
    border-color: transparent
}
.navbar-default .navbar-form .input-group.focus .form-control, .navbar-default .navbar-form .input-group.focus .input-group-btn .btn, .navbar-default .navbar-form .input-group.focus .select2-search input[type=text] {
    color: #1abc9c;
    border-color: #1abc9c
}
.navbar-default .navbar-text {
    color: #34495e
}
.navbar-default .navbar-link {
    color: #34495e
}
.navbar-default .navbar-link:hover {
    color: #1abc9c
}
.navbar-default .btn-link {
    color: #34495e
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #1abc9c
}
.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}
.navbar-inverse {
    background-color: #34495e
}
.navbar-inverse .navbar-brand {
    color: #fff
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #1abc9c;
    background-color: transparent
}
.navbar-inverse .navbar-toggle:before {
    color: #fff
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent
}
.navbar-inverse .navbar-toggle:hover:before, .navbar-inverse .navbar-toggle:focus:before {
    color: #1abc9c
}
.navbar-inverse .navbar-collapse {
    border-color: #2f4154;
    border-width: 2px
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: #1abc9c;
    background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #1abc9c
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret, .navbar-inverse .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #1abc9c;
    border-bottom-color: #1abc9c
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #1abc9c;
    border-left-color: transparent
}
.navbar-inverse .navbar-nav>.open>a .caret, .navbar-inverse .navbar-nav>.open>a:hover .caret, .navbar-inverse .navbar-nav>.open>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}
.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #4b6075;
    border-bottom-color: #4b6075
}
.navbar-inverse .navbar-nav>.open>.dropdown-menu {
    padding: 3px 4px;
    background-color: #34495e
}
.navbar-inverse .navbar-nav>.open>.dropdown-menu>li>a {
    padding: 6px 9px;
    color: #e1e4e7;
    border-radius: 4px
}
.navbar-inverse .navbar-nav>.open>.dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav>.open>.dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #1abc9c
}
.navbar-inverse .navbar-nav>.open>.dropdown-menu>.divider {
    height: 2px;
    margin-right: -4px;
    margin-left: -4px;
    background-color: #2f4154
}
@media (max-width:767px) {
    .navbar-inverse .navbar-nav>li>a {
        border-left-width: 0
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #1abc9c;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #1abc9c
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .dropdown-menu .divider {
        background-color: #2f4154
    }
}
.navbar-inverse .navbar-form .form-control, .navbar-inverse .navbar-form .select2-search input[type=text] {
    color: #536a81;
    background-color: #293a4a;
    border-color: transparent
}
.navbar-inverse .navbar-form .form-control::-moz-placeholder, .navbar-inverse .navbar-form .select2-search input[type=text]::-moz-placeholder {
    color: #536a81;
    opacity: 1
}
.navbar-inverse .navbar-form .form-control:-ms-input-placeholder, .navbar-inverse .navbar-form .select2-search input[type=text]:-ms-input-placeholder {
    color: #536a81
}
.navbar-inverse .navbar-form .form-control::-webkit-input-placeholder, .navbar-inverse .navbar-form .select2-search input[type=text]::-webkit-input-placeholder {
    color: #536a81
}
.navbar-inverse .navbar-form .form-control:focus, .navbar-inverse .navbar-form .select2-search input[type=text]:focus {
    color: #1abc9c;
    border-color: #1abc9c
}
.navbar-inverse .navbar-form .btn {
    color: #fff;
    background-color: #1abc9c
}
.navbar-inverse .navbar-form .btn:hover, .navbar-inverse .navbar-form .btn.hover, .navbar-inverse .navbar-form .btn:focus, .navbar-inverse .navbar-form .btn:active, .navbar-inverse .navbar-form .btn.active, .open>.dropdown-toggle.navbar-inverse .navbar-form .btn {
    color: #fff;
    background-color: #48c9b0;
    border-color: #48c9b0
}
.navbar-inverse .navbar-form .btn:active, .navbar-inverse .navbar-form .btn.active, .open>.dropdown-toggle.navbar-inverse .navbar-form .btn {
    background: #16a085;
    border-color: #16a085
}
.navbar-inverse .navbar-form .btn.disabled, .navbar-inverse .navbar-form .btn[disabled], fieldset[disabled] .navbar-inverse .navbar-form .btn, .navbar-inverse .navbar-form .btn.disabled:hover, .navbar-inverse .navbar-form .btn[disabled]:hover, fieldset[disabled] .navbar-inverse .navbar-form .btn:hover, .navbar-inverse .navbar-form .btn.disabled.hover, .navbar-inverse .navbar-form .btn[disabled].hover, fieldset[disabled] .navbar-inverse .navbar-form .btn.hover, .navbar-inverse .navbar-form .btn.disabled:focus, .navbar-inverse .navbar-form .btn[disabled]:focus, fieldset[disabled] .navbar-inverse .navbar-form .btn:focus, .navbar-inverse .navbar-form .btn.disabled:active, .navbar-inverse .navbar-form .btn[disabled]:active, fieldset[disabled] .navbar-inverse .navbar-form .btn:active, .navbar-inverse .navbar-form .btn.disabled.active, .navbar-inverse .navbar-form .btn[disabled].active, fieldset[disabled] .navbar-inverse .navbar-form .btn.active {
    background-color: #bdc3c7;
    border-color: #1abc9c
}
.navbar-inverse .navbar-form .btn .badge {
    color: #1abc9c;
    background-color: #fff
}
.navbar-inverse .navbar-form .input-group-btn .btn {
    color: #526a82;
    background-color: #293a4a;
    border-color: transparent
}
.navbar-inverse .navbar-form .input-group.focus .form-control, .navbar-inverse .navbar-form .input-group.focus .input-group-btn .btn, .navbar-inverse .navbar-form .input-group.focus .select2-search input[type=text] {
    color: #1abc9c;
    border-color: #1abc9c
}
@media (max-width:767px) {
    .navbar-inverse .navbar-form {
        border-color: #2f4154;
        border-width: 2px 0
    }
}
.navbar-inverse .navbar-text {
    color: #fff
}
.navbar-inverse .navbar-text a {
    color: #fff
}
.navbar-inverse .navbar-text a:hover, .navbar-inverse .navbar-text a:focus {
    color: #1abc9c
}
.navbar-inverse .navbar-btn {
    color: #fff;
    background-color: #1abc9c
}
.navbar-inverse .navbar-btn:hover, .navbar-inverse .navbar-btn.hover, .navbar-inverse .navbar-btn:focus, .navbar-inverse .navbar-btn:active, .navbar-inverse .navbar-btn.active, .open>.dropdown-toggle.navbar-inverse .navbar-btn {
    color: #fff;
    background-color: #48c9b0;
    border-color: #48c9b0
}
.navbar-inverse .navbar-btn:active, .navbar-inverse .navbar-btn.active, .open>.dropdown-toggle.navbar-inverse .navbar-btn {
    background: #16a085;
    border-color: #16a085
}
.navbar-inverse .navbar-btn.disabled, .navbar-inverse .navbar-btn[disabled], fieldset[disabled] .navbar-inverse .navbar-btn, .navbar-inverse .navbar-btn.disabled:hover, .navbar-inverse .navbar-btn[disabled]:hover, fieldset[disabled] .navbar-inverse .navbar-btn:hover, .navbar-inverse .navbar-btn.disabled.hover, .navbar-inverse .navbar-btn[disabled].hover, fieldset[disabled] .navbar-inverse .navbar-btn.hover, .navbar-inverse .navbar-btn.disabled:focus, .navbar-inverse .navbar-btn[disabled]:focus, fieldset[disabled] .navbar-inverse .navbar-btn:focus, .navbar-inverse .navbar-btn.disabled:active, .navbar-inverse .navbar-btn[disabled]:active, fieldset[disabled] .navbar-inverse .navbar-btn:active, .navbar-inverse .navbar-btn.disabled.active, .navbar-inverse .navbar-btn[disabled].active, fieldset[disabled] .navbar-inverse .navbar-btn.active {
    background-color: #bdc3c7;
    border-color: #1abc9c
}
.navbar-inverse .navbar-btn .badge {
    color: #1abc9c;
    background-color: #fff
}
@media (min-width:768px) {
    .navbar-embossed>.navbar-collapse {
        border-radius: 6px;
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15)
    }
    .navbar-embossed.navbar-inverse .navbar-nav .active>a, .navbar-embossed.navbar-inverse .navbar-nav .open>a {
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15)
    }
}
.navbar-lg {
    min-height: 76px
}
.navbar-lg .navbar-brand {
    height: 76px;
    padding-top: 26px;
    padding-bottom: 26px;
    line-height: 1
}
.navbar-lg .navbar-brand>[class*=fui-] {
    font-size: 24px;
    line-height: 1
}
.navbar-lg .navbar-nav>li>a {
    font-size: 15px;
    line-height: 1.6
}
@media (min-width:768px) {
    .navbar-lg .navbar-nav>li>a {
        padding-top: 26px;
        padding-bottom: 26px
    }
}
.navbar-lg .navbar-toggle {
    height: 76px;
    line-height: 76px
}
.navbar-lg .navbar-form {
    padding-top: 20.5px;
    padding-bottom: 20.5px
}
.navbar-lg .navbar-text {
    padding-top: 26.5px;
    padding-bottom: 26.5px
}
.navbar-lg .navbar-btn {
    margin-top: 17.5px;
    margin-bottom: 17.5px
}
.navbar-lg .navbar-btn.btn-sm {
    margin-top: 20.5px;
    margin-bottom: 20.5px
}
.navbar-lg .navbar-btn.btn-xs {
    margin-top: 25.5px;
    margin-bottom: 25.5px
}
.bootstrap-switch {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 29px;
    overflow: hidden;
    font-size: 15px;
    line-height: 29px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 30px;
    -webkit-mask-box-image: url(data:image/svg+xml;
 base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgODAgMjkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDgwIDI5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik04MCwxNC41YzAsOC02LjUsMTQuNS0xNC41LDE0LjVoLTUxQzYuNSwyOSwwLDIyLjUsMCwxNC41bDAsMEMwLDYuNSw2LjUsMCwxNC41LDBoNTFDNzMuNSwwLDgwLDYuNSw4MCwxNC41TDgwLDE0LjV6Ii8+DQo8L3N2Zz4NCg==) 0 0 stretch
}
.bootstrap-switch>div {
    display: inline-block;
    width: 132px;
    border-radius: 30px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.bootstrap-switch>div>span {
    z-index: 1;
    display: inline-block;
    width: 66px;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: box-shadow .25s ease-out;
    transition: box-shadow .25s ease-out
}
.bootstrap-switch>div>span>[class^=fui-] {
    text-indent: 0
}
.bootstrap-switch>div>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0
}
.bootstrap-switch input[type=radio], .bootstrap-switch input[type=checkbox] {
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: -1;
    margin: 0;
    filter: alpha(opacity=0);
    opacity: 0
}
.bootstrap-switch-handle-on {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}
.bootstrap-switch-off .bootstrap-switch-handle-on~.bootstrap-switch-handle-off.bootstrap-switch-default {
    box-shadow: inset 0 0 transparent, -16px 0 0 #bdc3c7
}
.bootstrap-switch-off .bootstrap-switch-handle-on~.bootstrap-switch-handle-off.bootstrap-switch-default:before {
    background-color: #7f8c9a;
    border-color: #bdc3c7
}
.bootstrap-switch-off .bootstrap-switch-handle-on~.bootstrap-switch-handle-off.bootstrap-switch-primary {
    box-shadow: inset 0 0 transparent, -16px 0 0 #34495e
}
.bootstrap-switch-off .bootstrap-switch-handle-on~.bootstrap-switch-handle-off.bootstrap-switch-primary:before {
    background-color: #1abc9c;
    border-color: #34495e
}
.bootstrap-switch-off .bootstrap-switch-handle-on~.bootstrap-switch-handle-off.bootstrap-switch-success {
    box-shadow: inset 0 0 transparent, -16px 0 0 #2ecc71
}
.bootstrap-switch-off .bootstrap-switch-handle-on~.bootstrap-switch-handle-off.bootstrap-switch-success:before {
    background-color: #fff;
    border-color: #2ecc71
}
.bootstrap-switch-off .bootstrap-switch-handle-on~.bootstrap-switch-handle-off.bootstrap-switch-warning {
    box-shadow: inset 0 0 transparent, -16px 0 0 #f1c40f
}
.bootstrap-switch-off .bootstrap-switch-handle-on~.bootstrap-switch-handle-off.bootstrap-switch-warning:before {
    background-color: #fff;
    border-color: #f1c40f
}
.bootstrap-switch-off .bootstrap-switch-handle-on~.bootstrap-switch-handle-off.bootstrap-switch-info {
    box-shadow: inset 0 0 transparent, -16px 0 0 #3498db
}
.bootstrap-switch-off .bootstrap-switch-handle-on~.bootstrap-switch-handle-off.bootstrap-switch-info:before {
    background-color: #fff;
    border-color: #3498db
}
.bootstrap-switch-off .bootstrap-switch-handle-on~.bootstrap-switch-handle-off.bootstrap-switch-danger {
    box-shadow: inset 0 0 transparent, -16px 0 0 #e74c3c
}
.bootstrap-switch-off .bootstrap-switch-handle-on~.bootstrap-switch-handle-off.bootstrap-switch-danger:before {
    background-color: #fff;
    border-color: #e74c3c
}
.bootstrap-switch-handle-off {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px
}
.bootstrap-switch-handle-off:before {
    position: absolute;
    top: 0;
    left: 51px;
    z-index: 100;
    display: inline-block;
    width: 29px;
    height: 29px;
    padding: 0;
    text-align: center;
    vertical-align: top;
    content:" ";
    background-clip: padding-box;
    border: 4px solid transparent;
    border-radius: 50%;
    -webkit-transition: border-color .25s ease-out, background-color .25s ease-out;
    transition: border-color .25s ease-out, background-color .25s ease-out
}
.bootstrap-switch-animate>div {
    -webkit-transition: margin-left .25s ease-out;
    transition: margin-left .25s ease-out
}
.bootstrap-switch-on>div {
    margin-left: 0
}
.bootstrap-switch-off>div {
    margin-left: -51px
}
.bootstrap-switch-disabled, .bootstrap-switch-readonly {
    cursor: default;
    filter: alpha(opacity=50);
    opacity: .5
}
.bootstrap-switch-disabled>div>span, .bootstrap-switch-readonly>div>span, .bootstrap-switch-disabled>div>label, .bootstrap-switch-readonly>div>label {
    cursor: default!important
}
.bootstrap-switch-focused {
    outline: 0
}
.bootstrap-switch-default {
    color: #fff;
    background-color: #bdc3c7
}
.bootstrap-switch-default~.bootstrap-switch-handle-off:before {
    background-color: #7f8c9a;
    border-color: #bdc3c7
}
.bootstrap-switch-on .bootstrap-switch-default~.bootstrap-switch-handle-off {
    box-shadow: inset 16px 0 0 #bdc3c7
}
.bootstrap-switch-primary {
    color: #1abc9c;
    background-color: #34495e
}
.bootstrap-switch-primary~.bootstrap-switch-handle-off:before {
    background-color: #1abc9c;
    border-color: #34495e
}
.bootstrap-switch-on .bootstrap-switch-primary~.bootstrap-switch-handle-off {
    box-shadow: inset 16px 0 0 #34495e
}
.bootstrap-switch-info {
    color: #fff;
    background-color: #3498db
}
.bootstrap-switch-info~.bootstrap-switch-handle-off:before {
    background-color: #fff;
    border-color: #3498db
}
.bootstrap-switch-on .bootstrap-switch-info~.bootstrap-switch-handle-off {
    box-shadow: inset 16px 0 0 #3498db
}
.bootstrap-switch-success {
    color: #fff;
    background-color: #2ecc71
}
.bootstrap-switch-success~.bootstrap-switch-handle-off:before {
    background-color: #fff;
    border-color: #2ecc71
}
.bootstrap-switch-on .bootstrap-switch-success~.bootstrap-switch-handle-off {
    box-shadow: inset 16px 0 0 #2ecc71
}
.bootstrap-switch-warning {
    color: #fff;
    background-color: #f1c40f
}
.bootstrap-switch-warning~.bootstrap-switch-handle-off:before {
    background-color: #fff;
    border-color: #f1c40f
}
.bootstrap-switch-on .bootstrap-switch-warning~.bootstrap-switch-handle-off {
    box-shadow: inset 16px 0 0 #f1c40f
}
.bootstrap-switch-danger {
    color: #fff;
    background-color: #e74c3c
}
.bootstrap-switch-danger~.bootstrap-switch-handle-off:before {
    background-color: #fff;
    border-color: #e74c3c
}
.bootstrap-switch-on .bootstrap-switch-danger~.bootstrap-switch-handle-off {
    box-shadow: inset 16px 0 0 #e74c3c
}
.bootstrap-switch-square .bootstrap-switch {
    border-radius: 4px;
    -webkit-mask-box-image: url(data:image/svg+xml;
 base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgODAgMjkiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDgwIDI5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik04MCwyNWMwLDIuMi0xLjgsNC00LDRINGMtMi4yLDAtNC0xLjgtNC00VjRjMC0yLjIsMS44LTQsNC00aDcyYzIuMiwwLDQsMS44LDQsNFYyNXoiLz4NCjwvc3ZnPg0K) 0 0 stretch
}
.bootstrap-switch-square .bootstrap-switch>div {
    border-radius: 4px
}
.bootstrap-switch-square .bootstrap-switch .bootstrap-switch-handle-on {
    text-indent: -15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.bootstrap-switch-square .bootstrap-switch .bootstrap-switch-handle-off {
    text-indent: 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.bootstrap-switch-square .bootstrap-switch .bootstrap-switch-handle-off:before {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0
}
.bootstrap-switch-square .bootstrap-switch-off .bootstrap-switch-handle-off:before {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px
}
.share {
    position: relative;
    background-color: #eff0f2;
    border-radius: 6px
}
.share ul {
    padding: 15px;
    margin: 0;
    list-style-type: none
}
.share li {
    padding-top: 11px;
    font-size: 15px;
    line-height: 1.4
}
.share li:before, .share li:after {
    display: table;
    content:" "
}
.share li:after {
    clear: both
}
.share li:first-child {
    padding-top: 0
}
.share .toggle {
    float: right;
    margin: 0
}
.share .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.share-label {
    float: left;
    width: 50%;
    padding-top: 5px;
    font-size: 15px;
    line-height: 1.4
}
.video-js {
    position: relative;
    width: 100%!important;
    height: auto!important;
    padding-bottom: 47px;
    overflow: hidden;
    font-size: 0;
    vertical-align: middle;
    background-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-top-radius: 6px
}
.video-js .vjs-tech {
    display: block;
    width: 100%;
    height: 100%
}
.video-js::-moz-full-screen {
    position: absolute
}
.video-js::-webkit-full-screen {
    width: 100%!important;
    height: 100%!important
}
.vjs-fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    width: 100%!important;
    height: 100%!important;
    overflow: hidden;
    border-top-radius: 0
}
.vjs-fullscreen .vjs-control-bar {
    margin-top: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.vjs-fullscreen .vjs-tech {
    background-color: #000
}
.vjs-poster {
    position: relative;
    width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0 auto;
    cursor: pointer;
    border-top-radius: 6px
}
.vjs-control-bar {
    position: relative;
    height: 47px;
    margin-top: -1px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #2c3e50;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}
.vjs-control-bar.vjs-fade-out {
    visibility: visible!important;
    opacity: 1!important
}
.vjs-text-track-display {
    position: absolute;
    right: 1em;
    bottom: 4em;
    left: 1em;
    font-family: Lato, Helvetica, Arial, sans-serif;
    text-align: center
}
.vjs-text-track {
    display: none;
    margin-bottom: .1em;
    font-size: 1.4em;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, .5)
}
.vjs-subtitles {
    color: #fff
}
.vjs-captions {
    color: #fc6
}
.vjs-tt-cue {
    display: block
}
.vjs-fade-in {
    visibility: visible!important;
    opacity: 1!important;
    -webkit-transition: visibility 0s linear 0s, opacity .3s linear;
    transition: visibility 0s linear 0s, opacity .3s linear
}
.vjs-fade-out {
    visibility: hidden!important;
    opacity: 0!important;
    -webkit-transition: visibility 0s linear 1.5s, opacity 1.5s linear;
    transition: visibility 0s linear 1.5s, opacity 1.5s linear
}
.vjs-control {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center
}
.vjs-control:focus {
    outline: 0
}
.vjs-control>div {
    background-repeat: no-repeat;
    background-position: center
}
.vjs-control-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}
.vjs-play-control {
    width: 58px;
    height: 47px;
    cursor: pointer
}
.vjs-play-control>div {
    position: relative;
    height: 47px
}
.vjs-play-control>div:before, .vjs-play-control>div:after {
    position: absolute;
    top: 38%;
    left: 50%;
    margin: -.5em 0 0 -.5em;
    font-family: Flat-UI-Icons;
    font-size: 16px;
    color: #1abc9c;
    -webkit-transition: color .25s, opacity .25s;
    transition: color .25s, opacity .25s;
    -webkit-font-smoothing: antialiased
}
.vjs-play-control>div:after {
    content:"\e615"
}
.vjs-play-control>div:before {
    content:"\e616"
}
.vjs-paused .vjs-play-control:hover>div:before {
    color: #16a085
}
.vjs-paused .vjs-play-control>div:after {
    filter: alpha(opacity=0);
    opacity: 0
}
.vjs-paused .vjs-play-control>div:before {
    filter: none;
    opacity: 1;
    -webkit-filter: none
}
.vjs-playing .vjs-play-control:hover>div:after {
    color: #16a085
}
.vjs-playing .vjs-play-control>div:after {
    filter: none;
    opacity: 1;
    -webkit-filter: none
}
.vjs-playing .vjs-play-control>div:before {
    filter: alpha(opacity=0);
    opacity: 0
}
.vjs-rewind-control {
    width: 5em;
    cursor: pointer!important
}
.vjs-rewind-control>div {
    width: 19px;
    height: 16px;
    margin: .5em auto 0;
    background: none transparent
}
.vjs-mute-control {
    float: right;
    margin: 14px 0;
    cursor: pointer!important
}
.vjs-mute-control:hover>div, .vjs-mute-control:focus>div {
    color: #57718b
}
.vjs-mute-control>div {
    height: 18px;
    color: #475d72
}
.vjs-mute-control>div:after, .vjs-mute-control>div:before {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -.5em;
    font-family: Flat-UI-Icons;
    font-size: 16px;
    line-height: 18px;
    -webkit-transition: color .25s, opacity .25s;
    transition: color .25s, opacity .25s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.vjs-mute-control>div:after {
    content:"\e617"
}
.vjs-mute-control>div:before {
    content:"\e618";
    filter: alpha(opacity=0);
    opacity: 0
}
.vjs-mute-control.vjs-vol-0>div:after {
    filter: alpha(opacity=0);
    opacity: 0
}
.vjs-mute-control.vjs-vol-0>div:before {
    filter: none;
    opacity: 1;
    -webkit-filter: none
}
.vjs-volume-control, .vjs-volume-level, .vjs-volume-handle, .vjs-volume-bar {
    display: none
}
.vjs-progress-control {
    position: absolute;
    top: 18px;
    right: 160px;
    left: 60px;
    width: auto;
    height: 12px;
    background: #425669;
    border-radius: 32px
}
.vjs-progress-holder {
    position: relative;
    height: 12px;
    padding: 0;
    margin: 0;
    cursor: pointer!important
}
.vjs-play-progress, .vjs-load-progress {
    display: block;
    height: 12px;
    padding: 0;
    margin: 0;
    border-radius: 32px
}
.vjs-play-progress {
    position: absolute;
    top: 0;
    left: -1px;
    background: #1abc9c;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.vjs-load-progress {
    background: #d6dbdf
}
.vjs-load-progress[style*="100%"], .vjs-load-progress[style*="99%"] {
    border-radius: 32px
}
.vjs-seek-handle {
    position: absolute;
    top: 0;
    width: 18px;
    height: 18px;
    margin: -3px 0 0 -3px;
    background-color: #16a085;
    border-radius: 50%;
    -webkit-transition: background-color .25s;
    transition: background-color .25s
}
.vjs-seek-handle[style*="95."] {
    margin-left: 3px
}
.vjs-seek-handle[style="left: 0%;"] {
    margin-left: -2px
}
.vjs-seek-handle:hover, .vjs-seek-handle:focus {
    background-color: #148d75
}
.vjs-seek-handle:active {
    background-color: #117a65
}
.vjs-time-controls {
    position: absolute;
    width: auto;
    height: auto;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: normal
}
.vjs-time-divider {
    position: absolute;
    top: 11px;
    right: 114px;
    font-size: 14px;
    color: #5d6d7e
}
.vjs-remaining-time {
    display: none
}
.vjs-current-time {
    top: 16px;
    right: 122px
}
.vjs-duration {
    top: 16px;
    right: 85px;
    color: #5d6d7e
}
.vjs-fullscreen-control {
    float: right;
    margin: 14px 15px;
    cursor: pointer
}
.vjs-fullscreen-control:hover>div, .vjs-fullscreen-control:focus>div {
    color: #57718b
}
.vjs-fullscreen-control>div {
    height: 18px;
    color: #475d72
}
.vjs-fullscreen-control>div:before {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -.5em;
    font-family: Flat-UI-Icons;
    font-size: 16px;
    line-height: 18px;
    content:"\e619";
    -webkit-transition: color .25s, opacity .25s;
    transition: color .25s, opacity .25s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.vjs-menu-button {
    display: none!important
}
.vjs-loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    background: #ebedee;
    border-radius: 10px;
    -webkit-animation: sharp 2s ease infinite;
    animation: sharp 2s ease infinite
}
@-webkit-keyframes sharp {
    0% {
        background-color: #e74c3c;
        border-radius: 10px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        background-color: #ebedee;
        border-radius: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        background-color: #e74c3c;
        border-radius: 10px;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes sharp {
    0% {
        background-color: #e74c3c;
        border-radius: 10px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        background-color: #ebedee;
        border-radius: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        background-color: #e74c3c;
        border-radius: 10px;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.todo {
    margin-bottom: 20px;
    color: #798795;
    border-radius: 6px
}
.todo ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background-color: #2c3e50;
    border-radius: 0 0 6px 6px
}
.todo li {
    position: relative;
    padding: 18px 42px 21px 25px;
    margin-top: 2px;
    font-size: 14px;
    line-height: 1.214;
    cursor: pointer;
    background: #34495e;
    background-size: 20px 20px;
    -webkit-transition: .25s;
    transition: .25s
}
.todo li:first-child {
    margin-top: 0
}
.todo li:last-child {
    padding-bottom: 21px;
    border-radius: 0 0 6px 6px
}
.todo li.todo-done {
    color: #1abc9c;
    background: 0 0
}
.todo li.todo-done .todo-name {
    color: #1abc9c
}
.todo li:after {
    position: absolute;
    top: 50%;
    right: 22px;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    content:" ";
    background: #fff;
    border-radius: 50%
}
.todo li.todo-done:after {
    font-family: Flat-UI-Icons;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 21px;
    color: #2c3e50;
    text-align: center;
    text-transform: none;
    content:"\e60a";
    background: #1abc9c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.todo-search {
    position: relative;
    padding: 19px 25px 20px;
    color: #34495e;
    background: #1abc9c;
    background-size: 16px 16px;
    border-radius: 6px 6px 0 0
}
.todo-search:before {
    position: absolute;
    top: 50%;
    left: 92%;
    display: inline-block;
    margin: -.5em 0 0 -1em;
    font-family: Flat-UI-Icons;
    font-size: 16px;
    line-height: 17px;
    content:"\e630"
}
.todo-search-field {
    padding: 5px 0;
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
    color: #34495e;
    text-indent: 0;
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none
}
.todo-search-field::-moz-placeholder {
    color: #34495e;
    opacity: 1
}
.todo-search-field:-ms-input-placeholder {
    color: #34495e
}
.todo-search-field::-webkit-input-placeholder {
    color: #34495e
}
.todo-icon {
    float: left;
    padding: 11px 22px 0 0;
    font-size: 24px
}
.todo-content {
    padding-top: 1px;
    overflow: hidden
}
.todo-name {
    margin: 1px 0 3px;
    font-size: 17px;
    color: #fff
}
.pallete-item {
    float: left;
    width: 140px;
    margin: 0 0 20px 20px
}
.palette {
    padding: 15px;
    margin: 0;
    font-size: 14px;
    line-height: 1.214;
    color: #fff;
    text-transform: uppercase
}
.palette dt, .palette dd {
    line-height: 1.429
}
.palette dt {
    display: block;
    font-weight: 700;
    opacity: .8
}
.palette dd {
    margin-left: 0;
    font-weight: 300;
    opacity: .8;
    -webkit-font-smoothing: subpixel-antialiased
}
.palette-turquoise {
    background-color: #1abc9c
}
.palette-green-sea {
    background-color: #16a085
}
.palette-emerald {
    background-color: #2ecc71
}
.palette-nephritis {
    background-color: #27ae60
}
.palette-peter-river {
    background-color: #3498db
}
.palette-belize-hole {
    background-color: #2980b9
}
.palette-amethyst {
    background-color: #9b59b6
}
.palette-wisteria {
    background-color: #8e44ad
}
.palette-wet-asphalt {
    background-color: #34495e
}
.palette-midnight-blue {
    background-color: #2c3e50
}
.palette-sun-flower {
    background-color: #f1c40f
}
.palette-orange {
    background-color: #f39c12
}
.palette-carrot {
    background-color: #e67e22
}
.palette-pumpkin {
    background-color: #d35400
}
.palette-alizarin {
    background-color: #e74c3c
}
.palette-pomegranate {
    background-color: #c0392b
}
.palette-clouds {
    background-color: #ecf0f1
}
.palette-silver {
    background-color: #bdc3c7
}
.palette-concrete {
    background-color: #95a5a6
}
.palette-asbestos {
    background-color: #7f8c8d
}
.palette-clouds {
    color: #bdc3c7
}
.palette-paragraph {
    font-size: 12px;
    line-height: 17px;
    color: #7f8c8d
}
.palette-paragraph span {
    color: #bdc3c7
}
.palette-headline {
    margin-top: -3px;
    font-size: 13px;
    font-weight: 700;
    color: #7f8c8d
}
.login {
    position: relative;
    padding: 38px 38px 267px;
    margin-bottom: 77px;
    color: #fff;
    background: url(../img/login/imac.png) 0 0 no-repeat;
    background-size: 940px 778px
}
.login-screen {
    min-height: 473px;
    padding: 123px 199px 33px 306px;
    background-color: #1abc9c
}
.login-icon {
    position: absolute;
    top: 160px;
    left: 200px;
    width: 96px
}
.login-icon>img {
    display: block;
    width: 100%;
    margin-bottom: 6px
}
.login-icon>h4 {
    font-size: 17px;
    font-weight: 300;
    line-height: 34px;
    opacity: .95
}
.login-icon>h4 small {
    display: block;
    font-size: inherit;
    font-weight: 700;
    color: inherit
}
.login-form {
    position: relative;
    padding: 24px 23px 20px;
    background-color: #edeff1;
    border-radius: 6px
}
.login-form .control-group {
    position: relative;
    margin-bottom: 6px
}
.login-form .login-field {
    font-size: 17px;
    text-indent: 3px;
    border-color: transparent
}
.login-form .login-field:focus {
    border-color: #1abc9c
}
.login-form .login-field:focus+.login-field-icon {
    color: #1abc9c
}
.login-form .login-field-icon {
    position: absolute;
    top: 3px;
    right: 15px;
    font-size: 16px;
    color: #bfc9ca;
    -webkit-transition: all .25s;
    transition: all .25s
}
.login-link {
    display: block;
    margin-top: 15px;
    font-size: 13px;
    color: #bfc9ca;
    text-align: center
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (-moz-min-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (-moz-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:2) {
    .login {
        background-image: url(../img/login/imac-2x.png)
    }
}
footer {
    padding: 0;
    font-size: 15px;
    color: #bac1c8;
    background-color: #edeff1
}
footer a {
    font-weight: 700;
    color: #9aa4af
}
footer p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px
}
.footer-title {
    padding-top: 21px;
    margin: 0 0 22px;
    font-size: 24px;
    line-height: 40px
}
.footer-brand {
    display: block;
    width: 220px;
    margin-bottom: 26px
}
.footer-brand img {
    width: 216px
}
.footer-banner {
    min-height: 316px;
    padding: 0 30px 30px;
    margin-left: 42px;
    color: #d1f2eb;
    background-color: #1abc9c
}
.footer-banner .footer-title {
    color: #fff
}
.footer-banner a {
    color: #b7f5e9;
    text-decoration: underline
}
.footer-banner a:hover {
    text-decoration: none
}
.footer-banner ul {
    padding: 0;
    margin: 0 0 26px;
    list-style-type: none
}
.footer-banner ul li {
    padding: 6px 0;
    line-height: 19px;
    border-top: 1px solid #1bc5a3
}
.footer-banner ul li:first-child {
    padding-top: 1px;
    border-top: none
}
.last-col {
    overflow: hidden
}
.ptn, .pvn, .pan {
    padding-top: 0
}
.ptx, .pvx, .pax {
    padding-top: 3px
}
.pts, .pvs, .pas {
    padding-top: 5px
}
.ptm, .pvm, .pam {
    padding-top: 10px
}
.ptl, .pvl, .pal {
    padding-top: 20px
}
.prn, .phn, .pan {
    padding-right: 0
}
.prx, .phx, .pax {
    padding-right: 3px
}
.prs, .phs, .pas {
    padding-right: 5px
}
.prm, .phm, .pam {
    padding-right: 10px
}
.prl, .phl, .pal {
    padding-right: 20px
}
.pbn, .pvn, .pan {
    padding-bottom: 0
}
.pbx, .pvx, .pax {
    padding-bottom: 3px
}
.pbs, .pvs, .pas {
    padding-bottom: 5px
}
.pbm, .pvm, .pam {
    padding-bottom: 10px
}
.pbl, .pvl, .pal {
    padding-bottom: 20px
}
.pln, .phn, .pan {
    padding-left: 0
}
.plx, .phx, .pax {
    padding-left: 3px
}
.pls, .phs, .pas {
    padding-left: 5px
}
.plm, .phm, .pam {
    padding-left: 10px
}
.pll, .phl, .pal {
    padding-left: 20px
}
.mtn, .mvn, .man {
    margin-top: 0
}
.mtx, .mvx, .max {
    margin-top: 3px
}
.mts, .mvs, .mas {
    margin-top: 5px
}
.mtm, .mvm, .mam {
    margin-top: 10px
}
.mtl, .mvl, .mal {
    margin-top: 20px
}
.mrn, .mhn, .man {
    margin-right: 0
}
.mrx, .mhx, .max {
    margin-right: 3px
}
.mrs, .mhs, .mas {
    margin-right: 5px
}
.mrm, .mhm, .mam {
    margin-right: 10px
}
.mrl, .mhl, .mal {
    margin-right: 20px
}
.mbn, .mvn, .man {
    margin-bottom: 0
}
.mbx, .mvx, .max {
    margin-bottom: 3px
}
.mbs, .mvs, .mas {
    margin-bottom: 5px
}
.mbm, .mvm, .mam {
    margin-bottom: 10px
}
.mbl, .mvl, .mal {
    margin-bottom: 20px
}
.mln, .mhn, .man {
    margin-left: 0
}
.mlx, .mhx, .max {
    margin-left: 3px
}
.mls, .mhs, .mas {
    margin-left: 5px
}
.mlm, .mhm, .mam {
    margin-left: 10px
}
.mll, .mhl, .mal {
    margin-left: 20px
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    .btn {
        border-style: solid;
        border-width: 2px
    }
    .dropdown-menu, .select2-drop {
        background: #fff!important;
        border: 2px solid #ddd
    }
    .input-group-rounded .input-group-btn+.form-control, .input-group-rounded .input-group-btn+.select2-search input[type=text], .input-group-rounded .input-group-btn+.select2-search input[type=text] {
        padding-left: 10px
    }
    .form-control, .select2-search input[type=text] {
        border: 2px solid #ddd!important
    }
    .bootstrap-switch {
        width: 84px;
        height: 33px;
        border: 2px solid #bdc3c7
    }
    .tooltip {
        border: 2px solid #bdc3c7
    }
    .progress, .ui-slider {
        background: #ddd!important
    }
    .progress-bar, .ui-slider-range, .ui-slider-handle {
        background: #bdc3c7!important
    }
}
e, .ui-slider-handle {
    background: #bdc3c7!important
}
}
set ���ƽ�� #rwl-iqxin {
    position:fixed;
    transform:translate(-90px, 0);
    width:85px;
    height:25px;
    font-size:12px;
    font-weight: 500;
    font-family:Verdana, Arial, '����';
    color:#fff;
    background:#333;
    z-index:2147483647;
    margin: 0;
    opacity:0.05;
    transition:0.3s;
    overflow:hidden;
    user-select:none;
    text-align:center;
    white-space:nowrap;
    line-height:25px;
    padding:0 16px;
    border:1px solid #ccc;
    border-width:1px 1px 1px 0;
    border-bottom-right-radius:5px;
    box-sizing: content-box;
}
#rwl-iqxin input {
    margin: 0;
    padding: 0;
    vertical-align:middle;
    -webkit-appearance:checkbox;
    -moz-appearance:checkbox;
    position: static;
    clip: auto;
    opacity: 1;
    cursor: pointer;
}
#rwl-iqxin.rwl-active-iqxin {
    left: 0px;
    transform:translate(0, 0);
    opacity: 0.9;
    height: 32px;
    line-height: 32px
}
#rwl-iqxin label {
    margin:0;
    padding:0;
    font-weight:500;
}
#rwl-iqxin button {
    margin: 0;
    padding: 0 2px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
#rwl-setMenu {
    text-align:left;
    font-size:14px;
    z-index:999999;
    border: 1px solid cornflowerblue;
}
#rwl-setMenu p {
    margin:5px auto;
}
.waifu {
	position:fixed;
	bottom:0;
	left:0;
	z-index:1;
	font-size:0;
	-webkit-transform:translateY(3px);
	transform:translateY(3px)
}
.waifu:hover {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
.waifu.showMyhkPlayer {
	-webkit-transform:translate3d(365px,0,0);
	-moz-transform:translate3d(365px,0,0);
	-ms-transform:translate3d(365px,0,0);
	transform:translate3d(365px,0,0)
}
@media (max-width:768px) {
	.waifu {
	display:none
}
}.waifu-tips {
	opacity:0;
	width:250px;
	min-height:50px;
	margin:-20px 20px;
	padding:5px 10px;
	border: 2px solid #061301;
	border-radius:12px;
	background-color: rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 15px 2px rgb(51 48 45 / 20%);
	font-size:12px;
	text-overflow:ellipsis;
	overflow:hidden;
	position:absolute;
	animation-delay:5s;
	animation-duration:50s;
	animation-iteration-count:infinite;
	animation-name:shake;
	animation-timing-function:ease-in-out;
	color:#FF66CC;
}
.waifu-tool {
	display:none;
	color:#aaa;
	top:50px;
	right:10px;
	font-size:14px;
	position:absolute
}
.waifu:hover .waifu-tool {
	display:block
}
.waifu-tool span {
	display:block;
	cursor:pointer;
	color:#5b6c7d;
	line-height:20px;
	transition:.2s
}
.waifu-tool span:hover {
	color:#34495e
}
.waifu #live2d {
	position:relative
}
.waifu #live2d:hover {
	cursor:-webkit-grab
}
.waifu #live2d:active {
	cursor:-webkit-grabbing
}
@keyframes shake {
	2% {
	transform:translate(.5px,-1.5px) rotate(-.5deg)
}
4% {
	transform:translate(.5px,1.5px) rotate(1.5deg)
}
6% {
	transform:translate(1.5px,1.5px) rotate(1.5deg)
}
8% {
	transform:translate(2.5px,1.5px) rotate(.5deg)
}
10% {
	transform:translate(.5px,2.5px) rotate(.5deg)
}
12% {
	transform:translate(1.5px,1.5px) rotate(.5deg)
}
14% {
	transform:translate(.5px,.5px) rotate(.5deg)
}
16% {
	transform:translate(-1.5px,-.5px) rotate(1.5deg)
}
18% {
	transform:translate(.5px,.5px) rotate(1.5deg)
}
20% {
	transform:translate(2.5px,2.5px) rotate(1.5deg)
}
22% {
	transform:translate(.5px,-1.5px) rotate(1.5deg)
}
24% {
	transform:translate(-1.5px,1.5px) rotate(-.5deg)
}
26% {
	transform:translate(1.5px,.5px) rotate(1.5deg)
}
28% {
	transform:translate(-.5px,-.5px) rotate(-.5deg)
}
30% {
	transform:translate(1.5px,-.5px) rotate(-.5deg)
}
32% {
	transform:translate(2.5px,-1.5px) rotate(1.5deg)
}
34% {
	transform:translate(2.5px,2.5px) rotate(-.5deg)
}
36% {
	transform:translate(.5px,-1.5px) rotate(.5deg)
}
38% {
	transform:translate(2.5px,-.5px) rotate(-.5deg)
}
40% {
	transform:translate(-.5px,2.5px) rotate(.5deg)
}
42% {
	transform:translate(-1.5px,2.5px) rotate(.5deg)
}
44% {
	transform:translate(-1.5px,1.5px) rotate(.5deg)
}
46% {
	transform:translate(1.5px,-.5px) rotate(-.5deg)
}
48% {
	transform:translate(2.5px,-.5px) rotate(.5deg)
}
50% {
	transform:translate(-1.5px,1.5px) rotate(.5deg)
}
52% {
	transform:translate(-.5px,1.5px) rotate(.5deg)
}
54% {
	transform:translate(-1.5px,1.5px) rotate(.5deg)
}
56% {
	transform:translate(.5px,2.5px) rotate(1.5deg)
}
58% {
	transform:translate(2.5px,2.5px) rotate(.5deg)
}
60% {
	transform:translate(2.5px,-1.5px) rotate(1.5deg)
}
62% {
	transform:translate(-1.5px,.5px) rotate(1.5deg)
}
64% {
	transform:translate(-1.5px,1.5px) rotate(1.5deg)
}
66% {
	transform:translate(.5px,2.5px) rotate(1.5deg)
}
68% {
	transform:translate(2.5px,-1.5px) rotate(1.5deg)
}
70% {
	transform:translate(2.5px,2.5px) rotate(.5deg)
}
72% {
	transform:translate(-.5px,-1.5px) rotate(1.5deg)
}
74% {
	transform:translate(-1.5px,2.5px) rotate(1.5deg)
}
76% {
	transform:translate(-1.5px,2.5px) rotate(1.5deg)
}
78% {
	transform:translate(-1.5px,2.5px) rotate(.5deg)
}
80% {
	transform:translate(-1.5px,.5px) rotate(-.5deg)
}
82% {
	transform:translate(-1.5px,.5px) rotate(-.5deg)
}
84% {
	transform:translate(-.5px,.5px) rotate(1.5deg)
}
86% {
	transform:translate(2.5px,1.5px) rotate(.5deg)
}
88% {
	transform:translate(-1.5px,.5px) rotate(1.5deg)
}
90% {
	transform:translate(-1.5px,-.5px) rotate(-.5deg)
}
92% {
	transform:translate(-1.5px,-1.5px) rotate(1.5deg)
}
94% {
	transform:translate(.5px,.5px) rotate(-.5deg)
}
96% {
	transform:translate(2.5px,-.5px) rotate(-.5deg)
}
98% {
	transform:translate(-1.5px,-1.5px) rotate(-.5deg)
}
0%,100% {
	transform:translate(0,0) rotate(0)
}
}@font-face {
	font-family:Flat-UI-Icons;
	src:url(flat-ui-icons-regular.eot);
	src:url(flat-ui-icons-regular.eot?#iefix) format('embedded-opentype'),url(flat-ui-icons-regular.woff) format('woff'),url(flat-ui-icons-regular.ttf) format('truetype'),url(flat-ui-icons-regular.svg#flat-ui-icons-regular) format('svg')
}
[class*=fui-],[class^=fui-] {
	font-family:Flat-UI-Icons;
	speak:none;
	font-style:normal;
	font-weight:400;
	font-variant:normal;
	text-transform:none;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.fui-cross:before {
	content:"\e609"
}
.fui-info-circle:before {
	content:"\e60f"
}
.fui-photo:before {
	content:"\e62a"
}
.fui-eye:before {
	content:"\e62c"
}
.fui-chat:before {
	content:"\e62d"
}
.fui-home:before {
	content:"\e62e"
}
.fui-user:before {
	content:"\e631"
}
