html body {
  /*=************************/
  /********** Modal *********/
  /**************************/
  /*=************************/
  /******** Calendar ********/
  /**************************/ }
  html body .km_design {
    margin: 0 -10px; }
    html body .km_design * {
      transition: all linear 0.2s; }
    html body .km_design #design_top {
      padding: 0 10px;
      padding-top: 15px; }
      html body .km_design #design_top #item_search_wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        margin-bottom: 20px; }
        html body .km_design #design_top #item_search_wrapper.hide {
          display: none; }
        html body .km_design #design_top #item_search_wrapper #item_search {
          display: flex;
          flex-direction: column;
          border-radius: 12px;
          padding: 5px 5px 5px 11px;
          min-width: 300px;
          flex: 1; }
          html body .km_design #design_top #item_search_wrapper #item_search #item_search_inner {
            display: flex;
            align-items: center;
            position: relative;
            width: 100%; }
            html body .km_design #design_top #item_search_wrapper #item_search #item_search_inner .item_search_input {
              border: none;
              outline: none;
              padding: 8px;
              border-radius: 12px;
              font-size: 14px;
              width: 100%;
              background-color: rgba(255, 255, 255, 0.5); }
              html body .km_design #design_top #item_search_wrapper #item_search #item_search_inner .item_search_input:hover {
                background-color: white; }
              html body .km_design #design_top #item_search_wrapper #item_search #item_search_inner .item_search_input:placeholder-shown + #resetButton {
                display: none; }
            html body .km_design #design_top #item_search_wrapper #item_search #item_search_inner .fa-regular.fa-magnifying-glass {
              font-size: 16px;
              margin-right: 8px;
              color: #333;
              /* Change this color as needed */ }
            html body .km_design #design_top #item_search_wrapper #item_search #item_search_inner #resetButton {
              position: absolute;
              right: 5px;
              opacity: 0.5;
              cursor: pointer;
              transition: 0.1s linear all; }
              html body .km_design #design_top #item_search_wrapper #item_search #item_search_inner #resetButton:hover {
                opacity: 1; }
            html body .km_design #design_top #item_search_wrapper #item_search #item_search_inner + #item-tag-container {
              margin-top: 10px; }
      html body .km_design #design_top #item-tag-container #item_tag_inner {
        display: flex;
        align-items: center; }
        html body .km_design #design_top #item-tag-container #item_tag_inner .fa-regular.fa-filter {
          font-size: 16px;
          margin-right: 8px;
          color: #333;
          /* Change this color as needed */ }
        html body .km_design #design_top #item-tag-container #item_tag_inner #item-tag-filter {
          display: flex;
          flex-wrap: wrap;
          margin: 2px 0; }
          html body .km_design #design_top #item-tag-container #item_tag_inner #item-tag-filter .tag {
            position: relative;
            border-radius: 4px;
            padding: 3px 5px;
            margin: 3px 6px 3px 0;
            text-decoration: none;
            overflow: hidden;
            cursor: pointer; }
            html body .km_design #design_top #item-tag-container #item_tag_inner #item-tag-filter .tag span {
              z-index: 2;
              position: relative; }
            html body .km_design #design_top #item-tag-container #item_tag_inner #item-tag-filter .tag.active .item-tag-hover {
              opacity: 1; }
            html body .km_design #design_top #item-tag-container #item_tag_inner #item-tag-filter .tag .item-tag-hover {
              position: absolute;
              opacity: 0;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              z-index: 1;
              background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5)); }
            html body .km_design #design_top #item-tag-container #item_tag_inner #item-tag-filter .tag:hover .item-tag-hover {
              opacity: 1; }
    html body .km_design .km_rows {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      html body .km_design .km_rows #noitems {
        text-align: center;
        width: 100%; }
      html body .km_design .km_rows .item-wrapper {
        flex: 0 0 calc(50%);
        min-width: 400px;
        flex-shrink: 0; }
        html body .km_design .km_rows .item-wrapper .item {
          position: relative;
          padding: 10px;
          display: flex;
          flex-direction: column;
          height: 100%;
          max-width: 100vw;
          overflow: hidden; }
          html body .km_design .km_rows .item-wrapper .item .item-loader {
            min-height: 250px;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center; }
            html body .km_design .km_rows .item-wrapper .item .item-loader i {
              font-size: 4em; }
          html body .km_design .km_rows .item-wrapper .item .item-content {
            flex: 1;
            display: flex;
            height: 100%;
            flex-direction: column; }
            html body .km_design .km_rows .item-wrapper .item .item-content .item-name {
              text-align: center;
              padding: 0 10px;
              margin: 0; }
              html body .km_design .km_rows .item-wrapper .item .item-content .item-name h2 {
                margin: 0;
                line-height: 115%;
                padding: 10px 0;
                font-size: 1.3em; }
            html body .km_design .km_rows .item-wrapper .item .item-content .item-image {
              margin: 0;
              overflow: hidden;
              max-height: 500px;
              margin-bottom: 10px;
              position: relative;
              border-left-style: solid;
              border-left-width: 5px;
              border-right-style: solid;
              border-right-width: 5px; }
              html body .km_design .km_rows .item-wrapper .item .item-content .item-image.item-image-logo {
                min-height: 250px;
                background-color: #fff;
                display: flex;
                align-items: center;
                justify-content: center; }
                html body .km_design .km_rows .item-wrapper .item .item-content .item-image.item-image-logo img {
                  height: auto;
                  width: auto;
                  max-height: 90%;
                  max-width: 80% !important; }
              html body .km_design .km_rows .item-wrapper .item .item-content .item-image img {
                width: 100%;
                margin: 0 !important; }
              html body .km_design .km_rows .item-wrapper .item .item-content .item-image .item-date {
                position: absolute;
                display: flex;
                align-items: flex-start;
                top: 0;
                left: 0;
                border-radius: 0 0 15px 0;
                padding: 5px 12px 12px 12px;
                text-align: center; }
                html body .km_design .km_rows .item-wrapper .item .item-content .item-image .item-date .item-day {
                  font-size: 2.5em;
                  font-weight: 600;
                  line-height: 0.8em;
                  display: block; }
                html body .km_design .km_rows .item-wrapper .item .item-content .item-image .item-date .item-month {
                  font-size: 1em;
                  text-transform: uppercase;
                  display: block; }
                html body .km_design .km_rows .item-wrapper .item .item-content .item-image .item-date .item-date-sep {
                  margin: 0 7px;
                  font-size: 2em; }
                html body .km_design .km_rows .item-wrapper .item .item-content .item-image .item-date .item-date-end {
                  font-size: 0.7em;
                  margin-top: 5px; }
              html body .km_design .km_rows .item-wrapper .item .item-content .item-image .item-image-status {
                transform: rotate(45deg);
                position: absolute;
                width: 200px;
                top: 35px;
                font-weight: 600;
                right: -48px;
                color: #fff;
                text-align: center;
                line-height: 40px; }
                html body .km_design .km_rows .item-wrapper .item .item-content .item-image .item-image-status.item-not-open {
                  width: 300px;
                  top: 65px;
                  right: -73px; }
                html body .km_design .km_rows .item-wrapper .item .item-content .item-image .item-image-status.item-places-left {
                  width: 300px;
                  top: 65px;
                  right: -73px; }
              html body .km_design .km_rows .item-wrapper .item .item-content .item-image .item-image-tags {
                position: absolute;
                right: 10px;
                bottom: 10px; }
                html body .km_design .km_rows .item-wrapper .item .item-content .item-image .item-image-tags .tag {
                  border-radius: 4px;
                  padding: 3px 5px;
                  margin-left: 5px;
                  cursor: pointer;
                  position: relative;
                  overflow: hidden; }
                  html body .km_design .km_rows .item-wrapper .item .item-content .item-image .item-image-tags .tag span {
                    z-index: 2;
                    position: relative; }
                  html body .km_design .km_rows .item-wrapper .item .item-content .item-image .item-image-tags .tag .item-tag-hover {
                    position: absolute;
                    border-radius: 4px;
                    opacity: 0;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 1;
                    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5)); }
                  html body .km_design .km_rows .item-wrapper .item .item-content .item-image .item-image-tags .tag:hover .item-tag-hover {
                    opacity: 1; }
            html body .km_design .km_rows .item-wrapper .item .item-content .item-color {
              height: 15px;
              margin: -10px -10px 10px -10px;
              transition: 0.2s linear all; }
            html body .km_design .km_rows .item-wrapper .item .item-content .item-status {
              color: #FFFFFF;
              line-height: 40px;
              font-weight: 600;
              margin-top: 5px;
              border-radius: 4px;
              text-align: center; }
            html body .km_design .km_rows .item-wrapper .item .item-content .item-tags {
              display: flex;
              margin-top: 5px; }
              html body .km_design .km_rows .item-wrapper .item .item-content .item-tags .tag {
                border-radius: 4px;
                padding: 3px 5px;
                margin-right: 5px;
                cursor: pointer;
                position: relative;
                overflow: hidden; }
                html body .km_design .km_rows .item-wrapper .item .item-content .item-tags .tag span {
                  z-index: 2;
                  position: relative; }
                html body .km_design .km_rows .item-wrapper .item .item-content .item-tags .tag .item-tag-hover {
                  position: absolute;
                  border-radius: 4px;
                  opacity: 0;
                  left: 0;
                  top: 0;
                  width: 100%;
                  height: 100%;
                  z-index: 1;
                  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5)); }
                html body .km_design .km_rows .item-wrapper .item .item-content .item-tags .tag:hover .item-tag-hover {
                  opacity: 1; }
            html body .km_design .km_rows .item-wrapper .item .item-content .item-info {
              border-radius: 12px;
              margin-top: 5px;
              height: 100%;
              display: flex;
              flex-direction: column;
              overflow: hidden; }
              html body .km_design .km_rows .item-wrapper .item .item-content .item-info .item-restriction {
                line-height: 40px;
                text-align: center;
                color: #fff;
                font-weight: 600; }
              html body .km_design .km_rows .item-wrapper .item .item-content .item-info .item-info-content {
                display: flex;
                align-items: center;
                padding: 7px 10px;
                flex-wrap: wrap;
                margin-bottom: 10px; }
                html body .km_design .km_rows .item-wrapper .item .item-content .item-info .item-info-content .item-date {
                  display: flex;
                  align-items: flex-start;
                  text-align: center;
                  margin-right: 10px; }
                  html body .km_design .km_rows .item-wrapper .item .item-content .item-info .item-info-content .item-date .item-day {
                    font-size: 2.5em;
                    font-weight: 600;
                    line-height: 0.8em;
                    display: block; }
                  html body .km_design .km_rows .item-wrapper .item .item-content .item-info .item-info-content .item-date .item-month {
                    font-size: 1em;
                    text-transform: uppercase;
                    display: block; }
                  html body .km_design .km_rows .item-wrapper .item .item-content .item-info .item-info-content .item-date .item-date-sep {
                    margin: 0 7px;
                    font-size: 2em; }
                  html body .km_design .km_rows .item-wrapper .item .item-content .item-info .item-info-content .item-date .item-date-end {
                    font-size: 0.7em;
                    margin-top: 5px; }
                html body .km_design .km_rows .item-wrapper .item .item-content .item-info .item-info-content .item-info-inner {
                  display: flex;
                  flex: 1 1 0;
                  flex-wrap: wrap; }
                  html body .km_design .km_rows .item-wrapper .item .item-content .item-info .item-info-content .item-info-inner .item-info-item {
                    margin: 3px 20px 3px 0;
                    display: flex;
                    align-items: center; }
                    html body .km_design .km_rows .item-wrapper .item .item-content .item-info .item-info-content .item-info-inner .item-info-item .item-info-item-content {
                      background-color: rgba(29, 33, 41, 0.2);
                      padding: 0px 0.8em;
                      line-height: 2em;
                      display: inline-block;
                      border-radius: 1em; }
                      html body .km_design .km_rows .item-wrapper .item .item-content .item-info .item-info-content .item-info-inner .item-info-item .item-info-item-content .item-info-icon {
                        font-size: 0.9em;
                        margin-right: 5px; }
                      html body .km_design .km_rows .item-wrapper .item .item-content .item-info .item-info-content .item-info-inner .item-info-item .item-info-item-content .item-info-data a {
                        margin-left: 4px; }
              html body .km_design .km_rows .item-wrapper .item .item-content .item-info .item-teaser {
                position: relative;
                background-color: rgba(255, 255, 255, 0.85);
                margin: 0 10px 10px 10px;
                padding: 8px 10px;
                border-radius: 9px;
                line-height: 1.5em;
                min-height: 4.5em;
                margin-top: auto;
                /* Hide <p> tags containing only <br> or <br/> */ }
                html body .km_design .km_rows .item-wrapper .item .item-content .item-info .item-teaser > p:first-child {
                  margin-block-start: 0em; }
                html body .km_design .km_rows .item-wrapper .item .item-content .item-info .item-teaser > p:last-child {
                  margin-block-end: 0em; }
                html body .km_design .km_rows .item-wrapper .item .item-content .item-info .item-teaser p {
                  /*br {
                  	display: none;
                  }*/ }
                  html body .km_design .km_rows .item-wrapper .item .item-content .item-info .item-teaser p:empty {
                    display: none; }
                html body .km_design .km_rows .item-wrapper .item .item-content .item-info .item-teaser .readmore {
                  position: absolute;
                  bottom: 5px;
                  width: calc(100% - 10px);
                  margin-left: -5px;
                  text-align: center;
                  cursor: pointer;
                  line-height: 27px;
                  border-radius: 8px;
                  color: #fff; }
            html body .km_design .km_rows .item-wrapper .item .item-content img {
              max-width: 100%; }
          html body .km_design .km_rows .item-wrapper .item .shine-overlay {
            position: absolute;
            top: 0;
            left: -100%;
            pointer-events: none;
            width: 50%;
            height: 100%;
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
            transform: skewX(-25deg);
            z-index: 2; }
          html body .km_design .km_rows .item-wrapper .item:hover .item-content .item-image img {
            transform: scale(1.1); }
          html body .km_design .km_rows .item-wrapper .item:hover .shine-overlay {
            animation: shine 1s; }
    html body .km_design .loading-more-items {
      text-align: center;
      margin-top: 20px; }
      html body .km_design .loading-more-items i {
        font-size: 2em; }
    html body .km_design .red {
      color: #EB5757 !important; }
    html body .km_design .km-bg-blue {
      background-color: #203F77; }
    html body .km_design .bg-blue {
      background-color: #3f63ef; }
    html body .km_design .bg-green {
      background-color: #00a637; }
    html body .km_design .bg-red {
      background-color: #EB5757 !important; }
    html body .km_design .bg-red-fade {
      background-color: #c06161 !important; }
    html body .km_design .bg-yellow {
      background-color: #FFBA53 !important; }
    html body .km_design .km-blue {
      color: #203F77; }
    html body .km_design a.dark {
      color: #fff !important; }
    html body .km_design a.light {
      color: #000 !important; }
    html body .km_design .dark {
      color: #fff; }
      html body .km_design .dark *:not(.km-blue, .item-teaser, .light) {
        color: #fff; }
        html body .km_design .dark *:not(.km-blue, .item-teaser, .light) a {
          color: #fff !important; }
    html body .km_design .light {
      color: #000; }
      html body .km_design .light *:not(.km-blue, .item-teaser, .dark) {
        color: #000; }
        html body .km_design .light *:not(.km-blue, .item-teaser, .dark) a {
          color: #000 !important; }
    html body .km_design .item-enroll.dark {
      color: #fff !important; }
    html body .km_design .item-enroll.light {
      color: #000 !important; }
    html body .km_design #item-noresults {
      display: none;
      text-align: center; }
  html body .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1002;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75); }
  html body .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1003;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0; }
    html body .modal .modal-dialog {
      max-width: 500px;
      margin-right: auto;
      margin-left: auto;
      position: relative;
      top: 50%;
      transform: translate(0, -50%); }
      html body .modal .modal-dialog .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-height: 90vh;
        overflow-y: auto;
        overflow-x: hidden;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border-radius: 0.5rem;
        outline: 0; }
        html body .modal .modal-dialog .modal-content .modal-body {
          position: relative;
          flex: 1 1 auto;
          padding: 1rem; }
  html body #calendarContainer {
    max-width: 1140px;
    margin: 0 auto; }
    html body #calendarContainer * {
      transition: all linear 0s; }
    html body #calendarContainer #design_top {
      padding: 15px 0 0 0; }
    html body #calendarContainer .fc-toolbar-title {
      text-transform: capitalize; }
    html body #calendarContainer .fc-event-allday .fc-event-time, html body #calendarContainer .fc-event-end:not(.fc-event-start) .fc-event-time {
      display: none !important; }
    html body #calendarContainer .fc-view-harness .fc-more-popover .fc-event {
      cursor: pointer;
      text-decoration: none; }
      html body #calendarContainer .fc-view-harness .fc-more-popover .fc-event .fc-daygrid-event-dot {
        left: 0;
        position: absolute;
        top: 50%;
        transform: translate(0%, -50%);
        height: 90%;
        border: none;
        width: 5px;
        margin: 0 0 0 2px;
        padding: 0;
        border-radius: 0;
        z-index: -1;
        transition: all linear 0.2s; }
      html body #calendarContainer .fc-view-harness .fc-more-popover .fc-event .fc-event-time,
      html body #calendarContainer .fc-view-harness .fc-more-popover .fc-event .fc-event-title {
        text-indent: 11px;
        font-weight: 400;
        width: 100%;
        color: #000 !important;
        text-decoration: none; }
      html body #calendarContainer .fc-view-harness .fc-more-popover .fc-event:hover {
        background-color: transparent; }
        html body #calendarContainer .fc-view-harness .fc-more-popover .fc-event:hover .fc-daygrid-event-dot {
          width: 100%; }
        html body #calendarContainer .fc-view-harness .fc-more-popover .fc-event:hover.light * {
          color: #000 !important; }
        html body #calendarContainer .fc-view-harness .fc-more-popover .fc-event:hover.dark * {
          color: #fff !important; }
    html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-col-header-cell-cushion {
      color: #000;
      text-decoration: none; }
    html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-daygrid-day-number, html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-daygrid-week-number {
      color: #000;
      text-decoration: none;
      font-size: 12px;
      padding: 2px; }
      html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-daygrid-day-number:hover, html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-daygrid-week-number:hover {
        text-decoration: underline; }
    html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-more-link {
      margin-left: 20px; }
    html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-day-frame .fc-daygrid-day-events {
      min-height: 4em !important; }
      html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-day-frame .fc-daygrid-day-events .fc-event {
        text-decoration: none;
        margin-right: 6px; }
        html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-day-frame .fc-daygrid-day-events .fc-event > div {
          width: 100%; }
        html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-day-frame .fc-daygrid-day-events .fc-event .fa-calendar-xmark {
          font-size: 0.9em;
          margin-right: 5px; }
        html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-day-frame .fc-daygrid-day-events .fc-event:not(.fc-daygrid-block-event) {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          cursor: pointer; }
          html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-day-frame .fc-daygrid-day-events .fc-event:not(.fc-daygrid-block-event) .fc-daygrid-event-dot {
            left: 0;
            position: absolute;
            top: 50%;
            transform: translate(0%, -50%);
            height: 90%;
            border: none;
            width: 5px;
            margin: 0 0 0 2px;
            padding: 0;
            border-radius: 0;
            z-index: -1;
            transition: all linear 0.2s; }
          html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-day-frame .fc-daygrid-day-events .fc-event:not(.fc-daygrid-block-event) .fc-event-time,
          html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-day-frame .fc-daygrid-day-events .fc-event:not(.fc-daygrid-block-event) .fc-event-title {
            padding-left: 11px;
            overflow: hidden;
            white-space: normal;
            font-weight: 400;
            width: 100%;
            color: #000;
            text-decoration: none; }
          html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-day-frame .fc-daygrid-day-events .fc-event:not(.fc-daygrid-block-event) .fc-event-title {
            font-size: 1em; }
          html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-day-frame .fc-daygrid-day-events .fc-event:not(.fc-daygrid-block-event) .fc-event-time {
            font-size: 0.8em; }
          html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-day-frame .fc-daygrid-day-events .fc-event:not(.fc-daygrid-block-event):hover {
            background-color: transparent; }
            html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-day-frame .fc-daygrid-day-events .fc-event:not(.fc-daygrid-block-event):hover .fc-daygrid-event-dot {
              width: 100%; }
            html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-day-frame .fc-daygrid-day-events .fc-event:not(.fc-daygrid-block-event):hover.light * {
              color: #000 !important; }
            html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-day-frame .fc-daygrid-day-events .fc-event:not(.fc-daygrid-block-event):hover.dark * {
              color: #fff !important; }
    html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-block-event {
      cursor: pointer; }
      html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-block-event.light * {
        color: #000; }
      html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-block-event.dark * {
        color: #fff; }
      html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-block-event .fc-daygrid-event-dot {
        display: none; }
      html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-block-event .fc-event-time {
        font-weight: 400;
        font-size: 1em;
        display: inline; }
      html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-block-event .fc-event-time:after {
        content: " - "; }
      html body #calendarContainer .fc-view-harness .fc-dayGridMonth-view .fc-scrollgrid-sync-table .fc-daygrid-block-event .fc-event-title {
        font-size: 1em; }
    html body #calendarContainer .fc-view-harness .fc-listYear-view .fc-day-past, html body #calendarContainer .fc-view-harness .fc-listYear-view .fc-event-past {
      opacity: 0.5; }
    html body #calendarContainer .fc-view-harness .fc-listYear-view .fc-event {
      cursor: pointer; }
      html body #calendarContainer .fc-view-harness .fc-listYear-view .fc-event .fc-list-event-title a,
      html body #calendarContainer .fc-view-harness .fc-listYear-view .fc-event .fc-list-event-time {
        color: #000 !important;
        text-decoration: none; }
      html body #calendarContainer .fc-view-harness .fc-listYear-view .fc-event .fc-list-event-dot {
        margin-top: 4px; }
    html body #calendarContainer .fc-view-harness .fc-col-header-cell {
      text-transform: capitalize; }
    html body #calendarContainer .fc-col-header-cell {
      text-transform: capitalize; }

@keyframes shine {
  100% {
    left: 125%; } }
.item-enroll {
  width: 125px;
  flex-shrink: 0;
  position: relative;
  border: solid 0px transparent;
  height: 36px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px; }
  .item-enroll:hover .hoverBtn:before, .item-enroll:hover .hoverBtn:after {
    opacity: 1 !important;
    -webkit-animation: open 0.2s;
    /* Chrome, Safari, Opera */
    animation: open 0.2s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    animation-direction: normal; }
  .item-enroll:hover .hoverBtn-bottom:before, .item-enroll:hover .hoverBtn-bottom:after {
    opacity: 1 !important;
    -webkit-animation: openB 0.2s;
    /* Chrome, Safari, Opera */
    animation: openB 0.2s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    animation-direction: normal; }
  .item-enroll p {
    position: absolute;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 36px;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase; }
  .item-enroll.light .hoverBtn {
    width: 100%;
    height: 36px;
    position: absolute;
    top: -1px; }
    .item-enroll.light .hoverBtn:before {
      position: absolute;
      content: '';
      height: 0;
      width: 0;
      display: block;
      opacity: 0;
      border-top: solid 2px #000;
      border-left: solid 2px #000;
      -webkit-border-top-left-radius: 9px;
      -moz-border-top-left-radius: 9px;
      border-top-left-radius: 9px;
      -webkit-border-bottom-left-radius: 9px;
      -moz-border-bottom-left-radius: 9px;
      border-bottom-left-radius: 9px;
      right: 62.5px; }
    .item-enroll.light .hoverBtn:after {
      position: absolute;
      content: '';
      height: 0;
      width: 0;
      display: block;
      opacity: 0;
      border-top: solid 2px #000;
      border-right: solid 2px #000;
      -webkit-border-top-right-radius: 9px;
      -moz-border-top-right-radius: 9px;
      border-top-right-radius: 9px;
      -webkit-border-bottom-right-radius: 9px;
      -moz-border-bottom-right-radius: 9px;
      border-bottom-right-radius: 9px;
      left: 62.5px; }
  .item-enroll.light .hoverBtn-bottom {
    width: 100%;
    height: 36px;
    position: absolute; }
    .item-enroll.light .hoverBtn-bottom:before {
      position: absolute;
      content: '';
      height: 0;
      width: 0;
      display: block;
      opacity: 0;
      height: 36px;
      border-bottom: solid 2px #000;
      -webkit-border-top-right-radius: 9px;
      -moz-border-top-right-radius: 9px;
      border-top-right-radius: 9px;
      -webkit-border-bottom-right-radius: 9px;
      -moz-border-bottom-right-radius: 9px;
      border-bottom-right-radius: 9px;
      right: 0; }
    .item-enroll.light .hoverBtn-bottom:after {
      position: absolute;
      content: '';
      height: 0;
      width: 0;
      display: block;
      opacity: 0;
      height: 36px;
      border-bottom: solid 2px #000;
      -webkit-border-top-left-radius: 9px;
      -moz-border-top-left-radius: 9px;
      border-top-left-radius: 9px;
      -webkit-border-bottom-left-radius: 9px;
      -moz-border-bottom-left-radius: 9px;
      border-bottom-left-radius: 9px;
      left: 0; }
  .item-enroll.dark .hoverBtn {
    width: 100%;
    height: 36px;
    position: absolute;
    top: -1px; }
    .item-enroll.dark .hoverBtn:before {
      position: absolute;
      content: '';
      height: 0;
      width: 0;
      display: block;
      opacity: 0;
      border-top: solid 2px #fff;
      border-left: solid 2px #fff;
      -webkit-border-top-left-radius: 9px;
      -moz-border-top-left-radius: 9px;
      border-top-left-radius: 9px;
      -webkit-border-bottom-left-radius: 9px;
      -moz-border-bottom-left-radius: 9px;
      border-bottom-left-radius: 9px;
      right: 62.5px; }
    .item-enroll.dark .hoverBtn:after {
      position: absolute;
      content: '';
      height: 0;
      width: 0;
      display: block;
      opacity: 0;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -webkit-border-top-right-radius: 9px;
      -moz-border-top-right-radius: 9px;
      border-top-right-radius: 9px;
      -webkit-border-bottom-right-radius: 9px;
      -moz-border-bottom-right-radius: 9px;
      border-bottom-right-radius: 9px;
      left: 62.5px; }
  .item-enroll.dark .hoverBtn-bottom {
    width: 100%;
    height: 36px;
    position: absolute; }
    .item-enroll.dark .hoverBtn-bottom:before {
      position: absolute;
      content: '';
      height: 0;
      width: 0;
      display: block;
      opacity: 0;
      height: 36px;
      border-bottom: solid 2px #fff;
      -webkit-border-top-right-radius: 9px;
      -moz-border-top-right-radius: 9px;
      border-top-right-radius: 9px;
      -webkit-border-bottom-right-radius: 9px;
      -moz-border-bottom-right-radius: 9px;
      border-bottom-right-radius: 9px;
      right: 0; }
    .item-enroll.dark .hoverBtn-bottom:after {
      position: absolute;
      content: '';
      height: 0;
      width: 0;
      display: block;
      opacity: 0;
      height: 36px;
      border-bottom: solid 2px #fff;
      -webkit-border-top-left-radius: 9px;
      -moz-border-top-left-radius: 9px;
      border-top-left-radius: 9px;
      -webkit-border-bottom-left-radius: 9px;
      -moz-border-bottom-left-radius: 9px;
      border-bottom-left-radius: 9px;
      left: 0; }

@keyframes open {
  0% {
    width: 0;
    height: 0; }
  50% {
    width: 62.5px;
    height: 0; }
  100% {
    width: 62.5px;
    height: 36px; } }
@keyframes openB {
  0% {
    width: 0px; }
  100% {
    width: 62.5px; } }
@media screen and (max-width: 900px) {
  html body .km_design .km_rows .item-wrapper, html body .km_design2 .km_rows .item-wrapper {
    flex-grow: 1; } }
@media screen and (max-width: 769px) {
  #fullCalendar .fc-toolbar {
    flex-direction: column-reverse; }
    #fullCalendar .fc-toolbar .fc-toolbar-chunk {
      margin: 10px; } }
@media screen and (max-width: 430px) {
  html body .km_design .km_rows .item-enroll, html body .km_design2 .km_rows .item-enroll {
    width: 100%;
    margin-top: 10px; } }
.fr-img-caption {
  position: relative;
  max-width: 100%;
  text-align: center;
  word-wrap: break-word; }
  .fr-img-caption .fr-img-wrap {
    padding: 0;
    margin: auto;
    text-align: center;
    width: 100%; }
    .fr-img-caption .fr-img-wrap > span {
      margin: auto;
      display: block;
      padding: 5px 5px 10px;
      font-size: 14px;
      font-weight: initial;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-opacity: 0.9;
      -moz-opacity: 0.9;
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      width: 100%;
      text-align: center; }

/* FRA TEMPLATE.CSS */
.km-container {
  max-width: 1170px;
  position: relative;
  width: 100%;
  margin: 0 auto; }

.km-container .km-row:after {
  display: table;
  content: " ";
  clear: both; }

.km-container .km-row {
  margin: 0 -10px; }

.km-container .km-row .flex {
  display: flex;
  flex-wrap: wrap; }

.km-container .km-row #motivu .flex.tryout-item-container {
  flex-wrap: initial; }

.km-container .km-row > div {
  overflow: hidden;
  word-break: break-word; }

.km-container .km-col {
  position: relative;
  float: left;
  min-height: 75px;
  padding: 0 10px; }
  .km-container .km-col .km-tab-wrap {
    margin-top: 20px;
    margin-left: 5px;
    position: relative; }
    .km-container .km-col .km-tab-wrap .km-tab {
      position: relative;
      background-color: rgba(255, 255, 255, 0.75);
      margin: 4px 0 4px 5px;
      color: #222 !important;
      padding: 4px 25px 4px 10px;
      align-items: center;
      height: auto;
      width: auto;
      float: none;
      line-height: normal;
      border-radius: 9px;
      cursor: pointer;
      transition: 0.2s ease all;
      display: none; }
      .km-container .km-col .km-tab-wrap .km-tab.active, .km-container .km-col .km-tab-wrap .km-tab:hover {
        background-color: rgba(255, 255, 255, 0.85);
        border-radius: 9px 9px 0 0;
        margin: 0 0 0 5px;
        padding: 8px 25px 8px 10px; }
        .km-container .km-col .km-tab-wrap .km-tab.active .fa-chevron-down, .km-container .km-col .km-tab-wrap .km-tab:hover .fa-chevron-down {
          display: inline-block; }
      .km-container .km-col .km-tab-wrap .km-tab.show {
        display: inline-flex; }
      .km-container .km-col .km-tab-wrap .km-tab .fa-chevron-down {
        display: none;
        margin: 0 -15px 0 10px; }
      .km-container .km-col .km-tab-wrap .km-tab .km-tab-icon {
        width: 25px;
        display: inline-block; }
      .km-container .km-col .km-tab-wrap .km-tab .km-tab-txt {
        font-size: 1.1em;
        font-weight: 400; }
      .km-container .km-col .km-tab-wrap .km-tab.active {
        cursor: default; }
    .km-container .km-col .km-tab-wrap.dropdown .tab-dropdown {
      position: absolute;
      width: calc(100% - 15px);
      overflow: hidden;
      border-radius: 0 9px 9px 9px;
      margin-left: 5px;
      z-index: 1001;
      background-color: #fff;
      opacity: 0;
      visibility: hidden;
      transition: 0.2s ease all; }
      .km-container .km-col .km-tab-wrap.dropdown .tab-dropdown .km-tab {
        width: 100%;
        margin: 0;
        height: 44px;
        border-radius: 0;
        border-bottom: 1px solid #999; }
      .km-container .km-col .km-tab-wrap.dropdown .tab-dropdown.open {
        visibility: visible;
        opacity: 1; }
  .km-container .km-col .km-tab-wrap + .km-col-inner {
    margin: 0 10px 20px 10px;
    border-radius: 0 9px 9px 9px; }
    .km-container .km-col .km-tab-wrap + .km-col-inner.cornor {
      border-radius: 9px; }
      .km-container .km-col .km-tab-wrap + .km-col-inner.cornor.cornoralways {
        border-radius: 0 9px 9px 9px; }
  .km-container .km-col .km-col-inner {
    position: relative;
    background-color: rgba(255, 255, 255, 0.85);
    margin: 20px 10px;
    padding: 10px;
    border-radius: 9px;
    min-height: 50px; }
  .km-container .km-col.overflow {
    overflow: visible; }

.km-container .km-col img {
  max-width: 100%; }

@media (max-width: 767px) {
  .km-mobile-100 {
    width: 100%;
    padding-bottom: 20px; }
    .km-mobile-100.km-rounded {
      border-radius: 12px; }

  .km-mobile-25 {
    width: 25%; }

  .km-mobile-50 {
    width: 50%; }

  .km-hide-mobile {
    display: none !important; } }
@media (min-width: 768px) {
  .km-hide-pc {
    display: none !important; }

  .km-pc-20 {
    width: 20%; }

  .km-pc-25 {
    width: 25%; }

  .km-pc-30 {
    width: 30%; }

  .km-pc-33 {
    width: 33.33333%; }

  .km-pc-40 {
    width: 40%; }

  .km-pc-50 {
    width: 50%; }

  .km-pc-60 {
    width: 60%; }

  .km-pc-66 {
    width: 66.66667%; }

  .km-pc-70 {
    width: 70%; }

  .km-pc-75 {
    width: 75%; }

  .km-pc-80 {
    width: 80%; }

  .km-pc-100 {
    width: 100%; }
    .km-pc-100.km-rounded {
      border-radius: 12px; }

  .km-pc-600px {
    float: none !important;
    width: 600px;
    margin: 0 auto; } }
table.fr-border {
  border-collapse: collapse; }

table.fr-border td, table.fr-border th {
  border: 1px solid #000; }

table.fr-big-border {
  border-collapse: collapse; }

table.fr-big-border td, table.fr-big-border th {
  border: 2px solid #000; }

td.fr-highlighted, th.fr-highlighted {
  border: 1px double red; }

td.fr-thick, t2.fr-thick {
  border-width: 2px; }

img.fr-border {
  border: 2px solid #000; }

img.fr-shadow, .fr-img-caption.fr-shadow img {
  -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
  -moz-box-shadow: 10px 10px 5px 0px #cccccc;
  box-shadow: 10px 10px 5px 0px #cccccc; }

img.fr-rounded, .fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.content-page-inline-editor-running .km-col {
  border: 1px dashed #BCC5D6; }

#dropdown-menu-insertHTML-1 .fr-dropdown-wrapper {
  width: 200px; }

#dropdown-menu-insertHTML-1 .fr-dropdown-wrapper .fr-dropdown-list a.fr-command {
  padding: 0;
  border-bottom: 1px solid #377EF6; }

#dropdown-menu-insertHTML-1 .fr-dropdown-wrapper .fr-dropdown-list a.fr-command > div {
  font-size: 0.9em;
  text-align: center; }

#dropdown-menu-insertHTML-1 .fr-dropdown-wrapper .fr-dropdown-list a.fr-command > div:nth-child(1) {
  background-color: #D1E5FC; }

#dropdown-menu-insertHTML-1 .fr-dropdown-wrapper .fr-dropdown-list a.fr-command > div:nth-child(2) {
  background-color: #FBDCDC; }

#dropdown-menu-insertHTML-1 .fr-dropdown-wrapper .fr-dropdown-list a.fr-command > div:nth-child(3) {
  background-color: #EFEFEF; }

#dropdown-menu-insertHTML-1 .fr-dropdown-wrapper .fr-dropdown-list a.fr-command > div:nth-child(4) {
  background-color: #F8F84F; }

#dropdown-menu-insertHTML-1 .fr-dropdown-wrapper .fr-dropdown-list a.fr-command > div:nth-child(5) {
  background-color: #BCC5D6; }

/*.content-page-inline-editor-running .km-container:hover:after {
    content: "x";
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #EB5757;
}*/
.SearchTeamWidget {
  display: none; }

/*------------------*/
/*      WIDGETS     */
/*------------------*/
.km-widget table {
  opacity: 0; }

.content-page-inline-editor-running .km-widget table {
  opacity: 1; }

.content-page-inline-editor-running .km-widget {
  border: 1px dashed #377EF6;
  background-color: #d8ecff; }

/*------------------*/
/*    NEWS WIDGET   */
/*------------------*/
#NewsWidget-content {
  position: relative;
  float: left;
  height: auto;
  width: 100%; }

.NewsWidget-item {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border: none; }

.NewsWidget-item .NewsWidget-image {
  position: relative;
  flex: 0 0 auto;
  max-width: 60% !important;
  max-height: 300px;
  place-self: flex-start;
  border: 1px solid #000; }

.NewsWidget-item .NewsWidget-image.full {
  width: 100%;
  max-width: 100% !important; }

.NewsWidget-item .NewsWidget-header {
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.NewsWidget-item .NewsWidget-teaser {
  max-height: 300px;
  color: #000 !important;
  padding: 0px;
  margin: 0px !important;
  /* flex: 1 1 auto; */
  align-items: stretch;
  display: inline-block;
  flex: 1; }

.NewsWidget-item .NewsWidget-button {
  position: relative;
  width: 100%;
  display: flex;
  height: 50px;
  line-height: 50px;
  color: #000 !important;
  align-items: stretch;
  text-decoration: none !important;
  padding: 0px 25px;
  padding-right: 75px;
  transition: all 0.2s linear;
  border: 1px solid #000; }

.NewsWidget-item .NewsWidget-button:hover {
  background-color: rgba(0, 0, 0, 0.25); }

.NewsWidget-image.full + .NewsWidget-teaser > div {
  margin-left: 0;
  margin-top: 15px; }

.NewsWidget-item .NewsWidget-teaser > div {
  margin-left: 25px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column; }

.NewsWidget-item .NewsWidget-teaser.noimg > div {
  margin-left: 0px; }

.NewsWidget-item .NewsWidget-teaser-txt {
  max-height: 240px;
  overflow: hidden;
  margin-bottom: 10px;
  align-items: flex-start; }

.NewsWidget-item .NewsWidget-teaser-txt p:first-child {
  margin-top: 0;
  padding-top: 0; }

.NewsWidget-item .NewsWidget-button::after {
  position: absolute;
  content: "\f105";
  font-family: "fontAwesome";
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px !important;
  font-weight: 900 !important;
  color: #000;
  transition: all 0.2s linear; }

#NewsWidget-more {
  margin-top: 15px;
  float: left; }

#NewsWidget-more a {
  color: #000;
  display: block;
  text-decoration: none;
  font-size: 1em; }

#NewsWidget-more a:hover {
  text-decoration: underline; }

#motivu .shadow {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }
