#events-calendar{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);width:100%;margin:0 auto;height:460px;overflow:hidden}.header{height:32px;width:100%;background:#F5F8FA;text-align:center;position:relative;z-index:100}.header h1{margin:0;padding:0;font-size:16px;line-height:32px;font-weight:500;color:#0B1017;letter-spacing:1px}.left,.right{position:absolute;width:0;height:0;border-style:solid;top:50%;margin-top:-7.5px;cursor:pointer}.left{border-width:7.5px 10px 7.5px 0;border-color:transparent #66757f transparent transparent;left:15px}.right{border-width:7.5px 0 7.5px 10px;border-color:transparent transparent transparent #66757f;right:15px}.month{opacity:0}.month.new{-webkit-animation:fadeIn 1s ease-out;opacity:1}.month.in.next{-webkit-animation:moveFromTopFadeMonth .4s ease-out;-moz-animation:moveFromTopFadeMonth .4s ease-out;animation:moveFromTopFadeMonth .4s ease-out;opacity:1}.month.out.next{-webkit-animation:moveToTopFadeMonth .4s ease-in;-moz-animation:moveToTopFadeMonth .4s ease-in;animation:moveToTopFadeMonth .4s ease-in;opacity:1}.month.in.prev{-webkit-animation:moveFromBottomFadeMonth .4s ease-out;-moz-animation:moveFromBottomFadeMonth .4s ease-out;animation:moveFromBottomFadeMonth .4s ease-out;opacity:1}.month.out.prev{-webkit-animation:moveToBottomFadeMonth .4s ease-in;-moz-animation:moveToBottomFadeMonth .4s ease-in;animation:moveToBottomFadeMonth .4s ease-in;opacity:1}.day{display:inline-block;width:14%;padding:5px;text-align:center;vertical-align:top;cursor:pointer;position:relative;color:#444;z-index:100}.day.other{color:rgba(36,36,36,0.3)}.day.today{color:#E24B46}.day-name{font-size:9px;text-transform:uppercase;margin-bottom:0;color:rgba(103,103,103,0.5);letter-spacing:.7px}.day-number{font-size:14px;letter-spacing:1.5px;font-weight:600;font-style:italic}.day .day-events{list-style:none;margin-top:3px;text-align:center;height:6px;line-height:6px;overflow:hidden}.day .day-events span{vertical-align:top;display:inline-block;padding:0;margin:0;width:5px;height:5px;border-radius:100%;line-height:5px;margin:0 1px}.blue{background:#0084B4}.orange{background:#E24B46}.green{background:#3FC5AC}.yellow{background:#FFD06B}.red{background:#E24B46}.pink{background:#F782AA}.details{position:relative;width:100%;height:auto;background:#F5F8FA;margin:5px auto 0;border-radius:2px;border:1px solid #E1E8ED}.details.in{-webkit-animation:moveFromTopFade .5s ease both;-moz-animation:moveFromTopFade .5s ease both;animation:moveFromTopFade .5s ease both}.details.out{-webkit-animation:moveToTopFade .5s ease both;-moz-animation:moveToTopFade .5s ease both;animation:moveToTopFade .5s ease both}.arrow{position:absolute;top:-6px;left:50%;margin-left:-5px;width:0;height:0;border-style:solid;border-width:0 5px 5px;border-color:transparent transparent #eee;transition:all .7s ease}.events{min-height:38px;padding:7px 0;overflow-y:auto;overflow-x:hidden}.events.in{-webkit-animation:fadeIn .3s ease both;-moz-animation:fadeIn .3s ease both;animation:fadeIn .3s ease both;-webkit-animation-delay:.3s;-moz-animation-delay:.3s;animation-delay:.3s}.details.out .events{-webkit-animation:fadeOutShrink .4s ease both;-moz-animation:fadeOutShink .4s ease both;animation:fadeOutShink .4s ease both}.events.out{-webkit-animation:fadeOut .3s ease both;-moz-animation:fadeOut .3s ease both;animation:fadeOut .3s ease both}.event{font-size:16px;line-height:16px;letter-spacing:.5px;padding:2px 12px;vertical-align:top}.event.empty{color:#666}.event-category{height:10px;width:10px;display:inline-block;margin:5px 0 0;border-radius:100%;vertical-align:top}.event span{display:inline-block;padding:0 0 0 7px;font-size:12px} .event a{display:inline-block !important;padding:0 0 0 7px !important;font-size:12px !important;} .legend{position:absolute;bottom:0;width:100%;height:30px;background:#E8EFF7;line-height:30px}.entry{position:relative;padding:0 0 0 25px;font-size:12px;display:inline-block;line-height:30px;color:#333;font-weight:600;background:transparent}.entry:after{position:absolute;content:'';height:5px;width:5px;top:13px;left:14px}.entry.blue:after{background:#058DC7}.entry.orange:after{background:#E24B46}.entry.green:after{background:#50B432}.entry.yellow:after{background:#f7b53c}@-webkit-keyframes moveFromTopFade{from{opacity:.3;height:0;margin-top:0;-webkit-transform:translateY(-100%)}}@-moz-keyframes moveFromTopFade{from{height:0;margin-top:0;-moz-transform:translateY(-100%)}}@keyframes moveFromTopFade{from{height:0;margin-top:0;transform:translateY(-100%)}}@-webkit-keyframes moveToTopFade{to{opacity:.3;height:0;margin-top:0;opacity:.3;-webkit-transform:translateY(-100%)}}@-moz-keyframes moveToTopFade{to{height:0;-moz-transform:translateY(-100%)}}@keyframes moveToTopFade{to{height:0;transform:translateY(-100%)}}@-webkit-keyframes moveToTopFadeMonth{to{opacity:0;-webkit-transform:translateY(-30%) scale(.95)}}@-moz-keyframes moveToTopFadeMonth{to{opacity:0;-moz-transform:translateY(-30%)}}@keyframes moveToTopFadeMonth{to{opacity:0;-moz-transform:translateY(-30%)}}@-webkit-keyframes moveFromTopFadeMonth{from{opacity:0;-webkit-transform:translateY(30%) scale(.95)}}@-moz-keyframes moveFromTopFadeMonth{from{opacity:0;-moz-transform:translateY(30%)}}@keyframes moveFromTopFadeMonth{from{opacity:0;-moz-transform:translateY(30%)}}@-webkit-keyframes moveToBottomFadeMonth{to{opacity:0;-webkit-transform:translateY(30%) scale(.95)}}@-moz-keyframes moveToBottomFadeMonth{to{opacity:0;-webkit-transform:translateY(30%)}}@keyframes moveToBottomFadeMonth{to{opacity:0;-webkit-transform:translateY(30%)}}@-webkit-keyframes moveFromBottomFadeMonth{from{opacity:0;-webkit-transform:translateY(-30%) scale(.95)}}@-moz-keyframes moveFromBottomFadeMonth{from{opacity:0;-webkit-transform:translateY(-30%)}}@keyframes moveFromBottomFadeMonth{from{opacity:0;-webkit-transform:translateY(-30%)}}@-webkit-keyframes fadeIn{from{opacity:0}}@-moz-keyframes fadeIn{from{opacity:0}}@keyframes fadeIn{from{opacity:0}}@-webkit-keyframes fadeOut{to{opacity:0}}@-moz-keyframes fadeOut{to{opacity:0}}@keyframes fadeOut{to{opacity:0}}@-webkit-keyframes fadeOutShink{to{opacity:0;padding:0;height:0}}@-moz-keyframes fadeOutShink{to{opacity:0;padding:0;height:0}}@keyframes fadeOutShink{to{opacity:0;padding:0;height:0}}