#loicalendar{width:100%;border:2px solid #FF3D00;position:relative;margin-top:10px;-webkit-box-shadow:1px 1px 11px 0px gray;-ms-box-shadow:1px 1px 11px 0px gray;-moz-box-shadow:1px 1px 11px 0px gray;-o-box-shadow:1px 1px 11px 0px gray;box-shadow:1px 1px 11px 0px gray;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}#loicalendar .binders{width:100%;overflow:hidden;height:33px;position:absolute;top:-12px;text-align:center;padding:0 15px;left:0;z-index:1}#loicalendar .top-calendar{background-size:cover;background-position:center center;background-repeat:no-repeat;width:100%;height:500px;position:relative}#loicalendar .top-calendar .preloader{position:absolute;left:50%;top:50%;z-index:10;-webkit-transform:translate(-50px, -50px);-ms-transform:translate(-50px, -50px);-moz-transform:translate(-50px, -50px);-o-transform:translate(-50px, -50px);transform:translate(-50px, -50px)}#loicalendar .top-calendar .preloader svg{display:inline-block;width:100px;height:100px;fill:#FF3D00}#loicalendar .top-calendar .preloader svg path{fill:#FF3D00}#loicalendar .top-calendar .preloader svg path:nth-child(0){animation:loadermove 1s infinite;-webkit-animation:loadermove 1s infinite;-webkit-animation-delay:1s;animation-delay:1s}#loicalendar .top-calendar .preloader svg path:nth-child(1){animation:loadermove 1s infinite;-webkit-animation:loadermove 1s infinite;-webkit-animation-delay:0.9s;animation-delay:0.9s}#loicalendar .top-calendar .preloader svg path:nth-child(2){animation:loadermove 1s infinite;-webkit-animation:loadermove 1s infinite;-webkit-animation-delay:0.8s;animation-delay:0.8s}#loicalendar .top-calendar .preloader svg path:nth-child(3){animation:loadermove 1s infinite;-webkit-animation:loadermove 1s infinite;-webkit-animation-delay:0.7s;animation-delay:0.7s}#loicalendar .top-calendar .preloader svg path:nth-child(4){animation:loadermove 1s infinite;-webkit-animation:loadermove 1s infinite;-webkit-animation-delay:0.6s;animation-delay:0.6s}#loicalendar .top-calendar .preloader svg path:nth-child(5){animation:loadermove 1s infinite;-webkit-animation:loadermove 1s infinite;-webkit-animation-delay:0.5s;animation-delay:0.5s}#loicalendar .top-calendar .preloader svg path:nth-child(6){animation:loadermove 1s infinite;-webkit-animation:loadermove 1s infinite;-webkit-animation-delay:0.4s;animation-delay:0.4s}#loicalendar .top-calendar .preloader svg path:nth-child(7){animation:loadermove 1s infinite;-webkit-animation:loadermove 1s infinite;-webkit-animation-delay:0.3s;animation-delay:0.3s}#loicalendar .top-calendar .preloader svg path:nth-child(8){animation:loadermove 1s infinite;-webkit-animation:loadermove 1s infinite;-webkit-animation-delay:0.2s;animation-delay:0.2s}#loicalendar .top-calendar .preloader svg path:nth-child(9){animation:loadermove 1s infinite;-webkit-animation:loadermove 1s infinite;-webkit-animation-delay:0.1s;animation-delay:0.1s}#loicalendar .top-calendar .preloader svg path:nth-child(10){animation:loadermove 1s infinite;-webkit-animation:loadermove 1s infinite;-webkit-animation-delay:0s;animation-delay:0s}@media (max-width: 767px){#loicalendar .top-calendar{height:300px}}@media (max-width: 450px){#loicalendar .top-calendar{height:250px}}#loicalendar .calendar-nav{text-align:center;font-size:24px;position:relative;color:#FF3D00;padding:25px 0 0}#loicalendar .calendar-nav:before,#loicalendar .calendar-nav:after{content:'';display:table;clear:both}#loicalendar .calendar-nav .current-month{text-transform:uppercase;min-height:36px}#loicalendar .calendar-nav .prev-month{position:absolute;left:15px;top:25px;cursor:pointer}#loicalendar .calendar-nav .next-month{position:absolute;right:15px;top:25px;cursor:pointer}#loicalendar .calendar-nav svg{width:30px;height:30px;fill:#FF3D00}#loicalendar .calendar-layout{padding:15px;min-height:200px}@media (max-width: 450px){#loicalendar .calendar-layout{font-size:14px}}#loicalendar .calendar-row{width:100%}#loicalendar .calendar-row:before,#loicalendar .calendar-row:after{content:'';display:table;clear:both}#loicalendar .calendar-row .calendar-column{width:14.285714286%;float:left;display:inline-block;border:1px solid #efefef;padding:3px;min-height:150px;position:relative;cursor:pointer}#loicalendar .calendar-row .calendar-column .column-date-cover{text-align:right;width:100%}#loicalendar .calendar-row .calendar-column .column-date{display:inline-block;width:25px;height:25px;border:1px solid transparent}#loicalendar .calendar-row .calendar-column .column-date.currentDate{color:#FF3D00;position:relative;display:inline-block;text-align:center;width:25px;height:25px;line-height:0;padding-top:10px;border-color:#FF3D00;-webkit-border-radius:50%;-ms-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%}@media (max-width: 991px){#loicalendar .calendar-row .calendar-column{min-height:100px}}@media (max-width: 767px){#loicalendar .calendar-row .calendar-column{min-height:75px}}@media (max-width: 550px){#loicalendar .calendar-row .calendar-column{min-height:30px;border:none}#loicalendar .calendar-row .calendar-column .column-date-cover{text-align:center}}#loicalendar .calendar-row .calendar-column:hover,#loicalendar .calendar-row .calendar-column:focus,#loicalendar .calendar-row .calendar-column:active{background-color:#f3f3f3}#loicalendar .calendar-row .individual-event{padding:3px;background-color:red;color:white;text-transform:capitalize;margin:2px;display:inline-block;cursor:pointer;-webkit-border-radius:5px;-ms-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px}#loicalendar .calendar-row .individual-event:hover,#loicalendar .calendar-row .individual-event:focus,#loicalendar .calendar-row .individual-event:active{text-decoration:none;background-color:#080808}#loicalendar .calendar-row .view-all-events{display:none}#loicalendar .calendar-row .view-all-events.active{display:inline-block;cursor:pointer;text-align:center;vertical-align:middle;cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%}#loicalendar .calendar-row .view-all-events.active svg{width:20px;height:20px;fill:#FF3D00;position:absolute;-webkit-transform:translate(-10px, -10px);-ms-transform:translate(-10px, -10px);-moz-transform:translate(-10px, -10px);-o-transform:translate(-10px, -10px);transform:translate(-10px, -10px)}#loicalendar .calendar-row-header .calendar-column{width:14.285714286%;float:left;display:inline-block;border:none;text-align:center;min-height:0;padding:3px}#loicalendar .loiModal{width:100%;height:100%;position:fixed;z-index:999999;left:0;top:0;display:none;text-align:center;overflow-y:scroll}#loicalendar .loiModal .close{float:none;position:absolute;right:0;top:0;width:80px;opacity:1;color:white;background-color:#FF3D00;font-weight:300;z-index:100;cursor:pointer;font-size:24px;height:34px;padding-top:15px;line-height:0}#loicalendar .loiModal .close:focus,#loicalendar .loiModal .close:active,#loicalendar .loiModal .close:hover{background-color:white;color:#FF3D00}@media (max-width: 991px){#loicalendar .loiModal .close:focus,#loicalendar .loiModal .close:active,#loicalendar .loiModal .close:hover{background-color:#FF3D00;color:white}}#loicalendar .loiModal .layoutbackground{position:absolute;left:0;top:0;background-color:RGBA(0, 0, 0, 0.8);width:100%;z-index:1;height:100%}#loicalendar .loiModal .event-list .header{position:absolute;top:-50px;font-size:24px;background-color:white;top:0;left:0;width:100%}#loicalendar .loiModal .event-list{position:relative;z-index:2;top:0;max-width:80%;width:100%;min-height:100%;display:inline-block;text-align:center;padding-top:50px}@media (max-width: 991px){#loicalendar .loiModal .event-list{max-width:90%}}@media (max-width: 767px){#loicalendar .loiModal .event-list{max-width:100%}}#loicalendar .loiModal .content{width:100%;height:100%;min-height:100vh;background-color:white;padding:15px;max-width:100%}#loicalendar .loiModal .eachEvent{margin-bottom:20px}#loicalendar .loiModal .eachEvent:before,#loicalendar .loiModal .eachEvent:after{content:'';display:table;clear:both}#loicalendar .loiModal .eachEvent .thumbnail{height:100%;width:30%;display:inline-block;background-repeat:no-repeat;background-position:center center;background-size:cover;float:left;height:200px}@media (max-width: 991px){#loicalendar .loiModal .eachEvent .thumbnail{display:none}}#loicalendar .loiModal .eachEvent .event-info{width:50%;height:100%;display:inline-block;float:left;border-left:3px solid white;border-right:3px solid white;text-align:left;padding:0 5px}#loicalendar .loiModal .eachEvent .event-info .event-title{background:#1e5799;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #7db9e8));background:-webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);background:-o-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);background:-ms-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);background:linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );color:white;padding:10px 0;text-align:center;text-transform:capitalize}#loicalendar .loiModal .eachEvent .event-info .event-link{text-align:right}@media (max-width: 991px){#loicalendar .loiModal .eachEvent .event-info{width:70%}}#loicalendar .loiModal .eachEvent .event-date{width:20%;display:inline-block;float:left;color:white;position:relative;background:#1e5799;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(50%, #2989d8), color-stop(51%, #207cca), color-stop(100%, #7db9e8));background:-webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);background:-o-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);background:-ms-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);background:linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 )}#loicalendar .loiModal .eachEvent .event-date:before,#loicalendar .loiModal .eachEvent .event-date:after{content:'';display:block;position:absolute;top:-13px;width:3px;height:30px;border:1px solid white;-webkit-border-radius:5px;-ms-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;background-color:#1D5699}#loicalendar .loiModal .eachEvent .event-date:before{left:20px}#loicalendar .loiModal .eachEvent .event-date:after{right:20px}#loicalendar .loiModal .eachEvent .event-date>div{padding:25px 0;border-bottom:1px solid white}#loicalendar .loiModal .eachEvent .event-date .event_day{font-size:18px}@media (max-width: 991px){#loicalendar .loiModal .eachEvent .event-date{width:30%}}@-webkit-keyframes loadermove{0%{opacity:0}100%{opacity:1}}@keyframes loadermove{0%{opacity:0}100%{opacity:1}}
/*# sourceMappingURL=calendar.css.map */
