/*--------------------------------------------------------------------------
	CALENDAR
--------------------------------------------------------------------------*/
@import url(./font-awesome.min.css);
.jalendar-input { position: relative; width: 280px; display: inline-block; }
.jalendar-input input { padding: 8px 12px; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.jalendar-input input.selected + .jalendar { opacity: 1; visibility: visible; z-index: 999999; }
.jalendar-input .jalendar { -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; opacity: 0; visibility: hidden; position: absolute; left: 0; top: 34px; }
.jalendar { position: relative; width: 100%; margin: 0px auto; user-select: none; -webkit-user-select: none; -moz-user-select: none; display: inline-block; }
.jalendar .clear { clear: both; }
.jalendar .left { float: left; }
.jalendar .added-event { display: none; }
.jalendar .jalendar-container { display: inline-block; width: 100%; }
.jalendar .jalendar-container .jalendar-pages { position: relative; border-radius: 3px; display: inline-block; width: 100%; padding: 20px; background-color: #207cd1; background: -webkit-gradient(linear, left top, left bottom, from(#207cd1), to(#33c1ea)); background: -webkit-linear-gradient(top, #207cd1, #33c1ea); background: -moz-linear-gradient(top, #207cd1, #33c1ea); background: -ms-linear-gradient(top, #207cd1, #33c1ea); background: -o-linear-gradient(top, #207cd1, #33c1ea); box-sizing: border-box; -moz-box-sizing: border-box; -webkit-transition: all 1s cubic-bezier(0.45, 0.24, 0.36, 1.31); -moz-transition: all 1s cubic-bezier(0.45, 0.24, 0.36, 1.31); -ms-transition: all 1s cubic-bezier(0.45, 0.24, 0.36, 1.31); -o-transition: all 1s cubic-bezier(0.45, 0.24, 0.36, 1.31); transition: all 1s cubic-bezier(0.45, 0.24, 0.36, 1.31); /* inside .jalendar-pages */ }
.jalendar .jalendar-container .jalendar-pages > .header { text-align: center; position: relative; overflow: hidden; padding: 0; /* background-color: transparent !important; */ }
.jalendar .jalendar-container .jalendar-pages > .header h1 { margin: 10px 0 20px 0; padding: 0; display: inline-block;font-size: 15px; text-transform: uppercase; color: #fff; position: relative; border: none;padding-top: 3px;}
.jalendar .jalendar-container .jalendar-pages > .header h2 { display: inline-block; width: 14%; padding: 0; text-indent: 1px; text-align: center; margin: 0; font-size: 12px; color: #000; text-transform: uppercase; }
.jalendar .jalendar-container .jalendar-pages > .header .day-names { overflow: hidden; text-align: center; font-size: 0; color: red; }
.jalendar .jalendar-container .jalendar-pages > .header .prv-m,
.jalendar .jalendar-container .jalendar-pages > .header .nxt-m { text-decoration: none; position: absolute; display: inline-block; top: 4px; cursor: pointer; color: #fff; }
.jalendar .jalendar-container .jalendar-pages > .header .prv-m i,
.jalendar .jalendar-container .jalendar-pages > .header .nxt-m i { font-size: 32px; }
.jalendar .jalendar-container .jalendar-pages > .header .prv-m { left: 0px; }
.jalendar .jalendar-container .jalendar-pages > .header .nxt-m { right: 0; }
.jalendar .jalendar-container .jalendar-pages .total-bar { position: absolute; right: -15px; top: -9px; border-radius: 20px; width: 15px; height: 14px; z-index: 99; display: inline-block; padding: 1px 0 0 0; text-align: center; color: #fff; background-color: #e25757; font: 400 9px "Open Sans", Arial, Helvetica, Geneva, sans-serif; text-shadow: none; }
.jalendar .jalendar-container .jalendar-pages .days { margin: 5px 0 0 0; font-size: 0; text-align: center; overflow: hidden; }
.jalendar .jalendar-container .jalendar-pages .days .day { display: inline-block; width: 14.2%; height: 30px; box-sizing: border-box; -moz-box-sizing: border-box; position: relative; float: left; color: rgba(0, 0, 0, 0.9); font-size: 15px; /* inside .day */ }
.jalendar .jalendar-container .jalendar-pages .days .day.this-month span { color: rgba(0, 0, 0, 0.5); cursor: pointer; opacity: 1; }
.jalendar .jalendar-container .jalendar-pages .days .day.this-month span:hover { background-color: rgba(0, 0, 0, 0.1); color: #333 !important; }
.jalendar .jalendar-container .jalendar-pages .days .day.this-month.selected span { background-color: #E4F4FF; color: #333; }
.jalendar .jalendar-container .jalendar-pages .days .day span { box-sizing: border-box; -moz-box-sizing: border-box; border-radius: 50px; width: 30px; height: 30px; margin: 3px 0 0 0; padding: 6px 0 0 0; display: inline-block; position: relative; opacity: .7; }
.jalendar .jalendar-container .jalendar-pages .days .day span a { text-decoration: none; display: inline-block; width: 100%; color: rgba(0, 0, 0, 0.6); }
.jalendar .jalendar-container .jalendar-pages .days .day span a:hover { color: rgba(0, 0, 0, 0.9); }
.jalendar .jalendar-container .jalendar-pages .days .day.today span { color: rgba(255, 255, 255, 0.8); background-color: #e6e6e6; border-radius: 50px; }
.jalendar .jalendar-container .jalendar-pages .days .day.today span a { color: rgba(255, 255, 255, 0.8); }
.jalendar .jalendar-container .jalendar-pages .days .day.have-event span:before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 8px; background-color: #e25757; position: absolute; right: 1px; top: 5px; }
.jalendar .jalendar-container .jalendar-pages .days .day > .event-single { display: none; }
.jalendar .jalendar-container .jalendar-pages .days .day.first-range { border-radius: 6px 0 0 6px; background-color: rgba(0, 0, 0, 0.3); position: relative; }
.jalendar .jalendar-container .jalendar-pages .days .day.first-range:after { content: ''; display: inline-block; position: absolute; right: -10px; top: 50%; margin-top: -5px; width: 0; height: 0; border: 5px solid transparent; border-left: 5px solid rgba(0, 0, 0, 0.4); }
.jalendar .jalendar-container .jalendar-pages .days .day.range { background-color: rgba(0, 0, 0, 0.1); }
.jalendar .jalendar-container .jalendar-pages .days .day.last-range { border-radius: 0 6px 6px 0; background-color: rgba(0, 0, 0, 0.3); }
.jalendar .jalendar-container .jalendar-pages .days .day.last-range:after { content: ''; display: inline-block; position: absolute; left: -10px; top: 50%; margin-top: -5px; width: 0; height: 0; border: 5px solid transparent; border-right: 5px solid rgba(0, 0, 0, 0.4); }
.jalendar .jalendar-container .jalendar-pages .days .day.first-range span:hover,
.jalendar .jalendar-container .jalendar-pages .days .day.range span:hover,
.jalendar .jalendar-container .jalendar-pages .days .day.last-range span:hover { background-color: transparent; }
.jalendar .jalendar-container .jalendar-pages .add-event { height: 0; overflow: hidden; margin: 0 -20px; text-align: left; -webkit-transition: all 0.3s cubic-bezier(0.45, 0.24, 0.36, 1.31); -moz-transition: all 0.3s cubic-bezier(0.45, 0.24, 0.36, 1.31); -ms-transition: all 0.3s cubic-bezier(0.45, 0.24, 0.36, 1.31); -o-transition: all 0.3s cubic-bezier(0.45, 0.24, 0.36, 1.31); transition: all 0.3s cubic-bezier(0.45, 0.24, 0.36, 1.31); }
.jalendar .jalendar-container .jalendar-pages .add-event.selected { margin-bottom: -20px; }
.jalendar .jalendar-container .jalendar-pages .add-event.selected .close-button { display: block; }
.jalendar .jalendar-container .jalendar-pages .add-event .close-button { cursor: pointer; margin: 15px 0 -20px 0; padding: 10px 0; color: #fff; background-color: rgba(0, 0, 0, 0.1); text-align: center; border-radius: 0 0 3px 3px; position: absolute; bottom: 20px; width: 100%; display: none; }
.jalendar .jalendar-container .jalendar-pages .add-event .close-button:hover { background-color: rgba(0, 0, 0, 0.2); }
.jalendar .jalendar-container .jalendar-pages .add-event .events { position: relative; margin: 10px 0 0 0; padding: 0 20px; }
.jalendar .jalendar-container .jalendar-pages .add-event .events h3 { font: 700 11px "Open Sans", "Helvetica Neue", Arial; color: rgba(255, 255, 255, 0.7); text-transform: uppercase; text-align: center; margin: 0; padding: 0; }
.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single { margin: 14px 0 0 0; display: inline-block; width: 100%; position: relative; padding: 0 0 14px 0; font-size: 1.1em; }
.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single:last-child { padding-bottom: 0; }
.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single:last-child:before { display: none; }
.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single:before {
  content: ''; display: inline-block; position: absolute; bottom: 0; right: -20px; width: 100%; height: 1px; background-color: rgba(255, 255, 255, 0.2); }
.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single p {
  padding: 0; font: 400 12px "Open Sans", 'Helvetica Neue', Arial; margin: 0; color: #fff; display: inline-block; position: relative; padding: 0 0 0 20px; }
.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single p:before { content: ''; display: inline-block; position: absolute; width: 8px; height: 8px; top: 6px; left: 0; background-color: rgba(0, 0, 0, 0.4); border-radius: 12px; }
.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single p a { color: #333; }


/*--------------------------------------------------------------------------
	Core Owl Carousel CSS File
--------------------------------------------------------------------------*/
/* clearfix */
.owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
/* display none until init */
.owl-carousel{ display: none; position: relative; width: 100%; -ms-touch-action: pan-y; }
.owl-carousel .owl-wrapper{ display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper-outer{ overflow: hidden; position: relative; width: 100%; }
.owl-carousel .owl-wrapper-outer.autoHeight{ -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }
.owl-carousel .owl-item{ float: left; }
.owl-controls .owl-page,
.owl-controls .owl-buttons div{ cursor: pointer; }
.owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
/* mouse grab icon */
.grabbing {  cursor:url(grabbing.png) 8 8, move; }
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{ -webkit-backface-visibility: hidden; -moz-backface-visibility:    hidden; -ms-backface-visibility:     hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); }


/*--------------------------------------------------------------------------
	Stackable.js CSS File
--------------------------------------------------------------------------*/
.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; color: #fff; text-align: center; background-color: rgb(1, 108, 190);}
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; color: #fff; background-color: rgb(1, 108, 190);}
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }
/* RESPONSIVE EXAMPLE */
.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}


/*--------------------------------------------------------------------------
	Magnific Popup CSS
--------------------------------------------------------------------------*/
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; filter: alpha(opacity=80); } .mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; } .mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } .mfp-align-top .mfp-container:before { display: none; } .mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; } .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; } .mfp-ajax-cur { cursor: progress; } .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; } .mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; } .mfp-auto-cursor .mfp-content { cursor: auto; } .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; } .mfp-loading.mfp-figure { display: none; } .mfp-hide { display: none !important; } .mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; } .mfp-preloader a { color: #CCC; } .mfp-preloader a:hover { color: #FFF; } .mfp-s-ready .mfp-preloader { display: none; } .mfp-s-error .mfp-content { display: none; } button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; } button::-moz-focus-inner { padding: 0; border: 0; } .mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; filter: alpha(opacity=65); padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; } .mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); } .mfp-close:active { top: 1px; } .mfp-close-btn-in .mfp-close { color: #333; } .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; } .mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; } .mfp-arrow { position: absolute; opacity: 0.65; filter: alpha(opacity=65); margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; } .mfp-arrow:active { margin-top: -54px; } .mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); } .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; } .mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; } .mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; } .mfp-arrow-left { left: 0; } .mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid #FFF; margin-left: 31px; } .mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3F3F3F; } .mfp-arrow-right { right: 0; } .mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid #FFF; margin-left: 39px; } .mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3F3F3F; } .mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; } .mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; } .mfp-iframe-holder .mfp-close { top: -40px; } .mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; } .mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; } /* Main image in popup */ img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; } /* The shadow behind the image */ .mfp-figure { line-height: 0; } .mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; } .mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; } .mfp-figure figure { margin: 0; } .mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; } .mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; } .mfp-image-holder .mfp-content { max-width: 100%; } .mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; } @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { /** Remove all paddings around the image on small screen */ .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; } .mfp-img-mobile img.mfp-img { padding: 0; } .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; } .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; } .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; } .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; } .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } } @media all and (max-width: 900px) { .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); } .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; } .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; } .mfp-container { padding-left: 6px; padding-right: 6px; } } .mfp-ie7 .mfp-img { padding: 0; } .mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; } .mfp-ie7 .mfp-container { padding: 0; } .mfp-ie7 .mfp-content { padding-top: 44px; } .mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; } .white-popup-block { background: #FFF; padding: 30px 15px 15px; text-align: left; max-width: 650px; margin: 40px auto; position: relative; }