@charset "UTF-8";
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Regular.ttf"); }

@font-face {
  font-family: 'Lato-Black';
  src: url("../fonts/Lato/Lato-Black.ttf"); }

@font-face {
  font-family: 'SourceSansPro';
  src: url("../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf"); }

@font-face {
  font-family: 'SourceSansProBlack';
  src: url("../fonts/Source_Sans_Pro/SourceSansPro-Black.ttf"); }

@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/Montserrat/Montserrat-Light.ttf"); }

@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../fonts/Montserrat/Montserrat-Bold.ttf"); }

@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url("../fonts/Montserrat/Montserrat-ExtraBold.ttf"); }

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/Open_Sans/OpenSans-Light.ttf");
  font-weight: lighter; }

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf"); }

@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/Open_Sans/OpenSans-Bold.ttf");
  font-weight: bold; }

@font-face {
  font-family: 'BloggerSans';
  src: url("../fonts/BloggerSans/BloggerSans.ttf"); }

@font-face {
  font-family: 'BloggerSansBold';
  src: url("../fonts/BloggerSans/BloggerSans-Bold.ttf"); }

@font-face {
  font-family: 'ClanPro';
  src: url("../fonts/ClanPro/ClanProBlack.ttf"); }

@font-face {
  font-family: 'ClanProBold';
  src: url("../fonts/ClanPro/ClanProBold.ttf"); }

@font-face {
  font-family: 'BarmenoMedium';
  src: url("../fonts/Barmeno_Medium.otf"); }

.row {
  max-width: 1170px; }

/* foundation sizes */
/* Small only */
/* Medium only */
/* Large only */
/***********
* Admin
*/
.admin-menu {
  list-style: none;
  margin: 1rem;
  text-align: center; }
  .admin-menu a {
    color: #eee; }
  .admin-menu ul,
  .admin-menu ul.nested,
  .admin-menu li {
    padding: 0;
    margin: 0; }
  .admin-menu ul.nested {
    display: flex;
    flex-direction: row;
    flex-flow: wrap; }
    .admin-menu ul.nested li .separator {
      display: none; }
    .admin-menu ul.nested > li {
      background-color: rgba(0, 0, 0, 0.08);
      -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
      flex: 0 200px;
      margin: 0.5rem;
      text-align: center;
      max-height: 200px; }
      .admin-menu ul.nested > li:hover {
        background-color: rgba(0, 0, 0, 0.04);
        -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15); }
      .admin-menu ul.nested > li:last-child {
        margin-right: 0; }
      .admin-menu ul.nested > li > a {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        text-align: center; }
        .admin-menu ul.nested > li > a i {
          font-size: 5rem;
          margin: 15px auto;
          display: block;
          color: gray; }
  .admin-menu li {
    border: 1px solid #aaa; }
  .admin-menu > li {
    padding-top: 0.75rem;
    margin-bottom: 1rem;
    background-color: #eee; }

.admin-dashboard .callout {
  background-color: #eee; }

.admin-dashboard .result-list {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  width: 100%;
  list-style: none;
  margin: 1rem; }
  .admin-dashboard .result-list li {
    border: 1px solid #aaa;
    background-color: rgba(0, 0, 0, 0.08);
    flex: 0 120px;
    margin: 0.5rem;
    text-align: center;
    height: 120px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }
  .admin-dashboard .result-list > li > a {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    text-align: center;
    color: #000;
    font-size: 0.85rem;
    line-height: 1rem;
    display: block;
    overflow: hidden; }
    .admin-dashboard .result-list > li > a:focus {
      background-color: #fff;
      outline: none; }
    .admin-dashboard .result-list > li > a i {
      margin: 15px auto;
      display: block;
      color: #333;
      font-size: 2rem; }

/* dashboard and tiles */
.dashboard {
  padding: 1rem;
  height: 100%;
  background-color: #eee;
  /* functions-tile */ }
  .dashboard button.new-tile {
    width: 100%;
    margin: 6px;
    padding: 15px; }
    @media screen and (min-width: 40em) {
      .dashboard button.new-tile {
        width: unset; } }
  .dashboard .tile-container {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    align-content: center; }
  .dashboard .resize-menu {
    padding: 0 6px;
    text-align: right; }
    .dashboard .resize-menu button {
      margin: 0 0 0 1rem; }
      .dashboard .resize-menu button i {
        cursor: pointer; }
  .dashboard .functions-tile {
    margin: 0 auto 0;
    display: none;
    justify-content: center; }
    @media screen and (min-width: 40em) {
      .dashboard .functions-tile {
        display: flex; } }
    .dashboard .functions-tile .functions-list {
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      .dashboard .functions-tile .functions-list .function {
        display: flex;
        justify-content: center;
        border: 0px solid silver;
        padding: 0.5rem;
        min-height: 100px;
        width: 120px;
        margin: 0;
        flex: 0 0 10%;
        max-width: 10%; }
        .dashboard .functions-tile .functions-list .function:hover {
          background-color: #fff; }
        .dashboard .functions-tile .functions-list .function a {
          display: flex;
          flex-direction: column;
          text-align: center;
          align-items: center;
          color: inherit; }
        .dashboard .functions-tile .functions-list .function i {
          font-size: 2rem;
          margin: 0.5rem;
          display: flex;
          align-items: center; }
        @media screen and (min-width: 64em) {
          .dashboard .functions-tile .functions-list .function {
            flex: 0 0 12.5%;
            max-width: 12.5%; } }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          .dashboard .functions-tile .functions-list .function {
            flex: 0 0 20%;
            max-width: 20%; } }
        @media screen and (max-width: 39.9375em) {
          .dashboard .functions-tile .functions-list .function {
            flex: 0 0 33%;
            max-width: 33%;
            font-size: 0.75rem; } }

.tile-after {
  flex: 0 0 auto;
  min-width: 0px !important; }
  .tile-after .tile-inner {
    box-shadow: none !important;
    background: transparent !important;
    opacity: 1; }
  .tile-after .tile-inner:hover {
    box-shadow: none !important; }

.tile {
  padding: 6px;
  flex-grow: 1;
  min-width: 200px;
  min-height: 80px;
  /* SystemCheckList */
  /* date-tile */
  /* tile carousel */
  /* smile-tile */
  /* notification-tile */
  /*book-offer-tile*/
  /* favorite-tile */
  /* sticky-tile */
  /* progression-tile */
  /* .shared-by-me-tile, .shared-with-me-tile */ }
  .tile--no-min-height {
    min-height: unset; }
  @media screen and (max-width: 39.9375em) {
    .tile {
      font-size: 85%; } }
  .tile a {
    color: inherit; }
  .tile ul {
    margin: 0; }
    .tile ul.list {
      margin: 0;
      padding: 0;
      list-style: none;
      width: 100%; }
      .tile ul.list li {
        border-top: 1px solid lightgray; }
        .tile ul.list li:first-child {
          border: 0; }
        .tile ul.list li > a {
          display: block;
          padding: 8px 12px; }
    .tile ul.video-block-list li .eke-video-title {
      text-overflow: ellipsis;
      display: block;
      white-space: nowrap; }
    .tile ul.video-block-list li .eke-video-desc {
      max-width: 100%;
      flex: 1; }
  .tile table thead {
    background-color: transparent;
    border: 0; }
    .tile table thead th,
    .tile table thead td {
      padding: 5px 0.625rem; }
  .tile table tbody {
    border: 0; }
    .tile table tbody tr {
      border-bottom: 1px solid #f1f1f1; }
      .tile table tbody tr:nth-child(even) {
        background-color: transparent; }
      .tile table tbody tr:last-child {
        border-bottom: 0; }
  .tile table.list-table {
    padding: 5px;
    width: 100%;
    margin: 0; }
    .tile table.list-table th,
    .tile table.list-table td {
      font-size: 0.8rem; }
    .tile table.list-table tr {
      background-color: transparent;
      border-top: 1px solid; }
  .tile .buttons {
    transition: all 250ms;
    display: flex; }
    .tile .buttons button {
      opacity: 0; }
      .tile .buttons button i {
        padding: 0 6px;
        cursor: pointer; }
  .tile:hover .buttons button {
    opacity: 1; }
  .tile .tile-inner {
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    min-width: 100%;
    min-height: 10rem;
    max-height: 350px;
    height: 100%;
    overflow: hidden;
    background: white;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
    page-break-inside: avoid;
    transition: all 250ms;
    position: relative; }
    .tile .tile-inner:hover {
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    .tile .tile-inner > .buttons {
      padding: 1.2rem 1.6rem;
      font-size: 1.6rem;
      position: absolute;
      right: 0;
      z-index: 1; }
  .tile.drag-over .tile-inner {
    border: 2px dashed #000;
    border: 2px dashed #000;
    background-color: rgba(0, 0, 0, 0.1) !important;
    transition: all 250ms; }
  .tile.drag-source .tile-inner {
    opacity: 0.4;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transform: scale(0.9);
    transition: all 250ms; }
  .tile .tile-header {
    background-color: #065baa;
    color: #fff;
    padding: 0.375em 0.625em;
    font-size: 1.5em;
    position: relative;
    width: 100%;
    font-family: "BloggerSans", "SourceSansPro", sans-serif;
    display: flex;
    cursor: move;
    align-items: center; }
    @media screen and (min-width: 40em) {
      .tile .tile-header {
        padding: 0.75em 1.25em; } }
  .tile .tile-body {
    overflow: auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column; }
  .tile .tile-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .tile .tile-content > button {
      margin-top: 1rem; }
  .tile.half {
    width: 50%;
    max-width: 50%; }
    @media screen and (max-width: 39.9375em) {
      .tile.half {
        width: 100%;
        max-width: 100%; } }
  .tile.quarter {
    width: 25%;
    max-width: 25%; }
    @media screen and (max-width: 39.9375em) {
      .tile.quarter {
        width: 100%;
        max-width: 100%; } }
  .tile.third {
    width: 33%;
    max-width: 33%; }
    @media screen and (max-width: 39.9375em) {
      .tile.third {
        width: 100%;
        max-width: 100%; } }
  .tile.full {
    width: 100%;
    max-width: 100%; }
  .tile .SystemCheckList span {
    padding: 2px 5px; }
    .tile .SystemCheckList span .level_1 {
      background-color: lightgreen; }
    .tile .SystemCheckList span .level_2 {
      background-color: darkgoldenrod; }
    .tile .SystemCheckList span .level_3 {
      background-color: indianred; }
    .tile .SystemCheckList span .level_4 {
      background-color: red;
      color: #ffffff; }
  .tile .date-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 1rem 0;
    font-family: "BloggerSans", "SourceSansPro", sans-serif; }
    .tile .date-tile .date {
      font-size: 2rem; }
    .tile .date-tile .time {
      font-size: 4rem; }
    .tile .date-tile .due-today {
      font-size: 2rem; }
    .tile .date-tile .switch {
      font-size: 1.6rem;
      padding: 0.5rem 1.0rem;
      position: absolute;
      top: 0;
      left: 0; }
    .tile .date-tile .switch-button {
      color: inherit;
      outline: none; }
    .tile .date-tile .calendar {
      /*without CalendarNavigator*/
      margin-top: 2rem;
      /*with
            margin-top: 4rem;
            */
      width: 100%; }
      .tile .date-tile .calendar .eke-calendar-container {
        grid-template-rows: none; }
  .tile .carousel-item .eke-media-block .eke-media-social {
    display: none; }
  .tile .carousel-item .eke-video-vertical-video-div a {
    margin-bottom: 5px; }
  .tile .carousel-item .eke-video-vertical-video-div img {
    margin: auto; }
  .tile .carousel-item .eke-video-desc {
    justify-content: center;
    width: 100%;
    max-width: 100%;
    flex: 0 100%;
    text-align: left; }
    .tile .carousel-item .eke-video-desc .eke-video-boldtitle {
      font-weight: bold; }
  .tile .smile-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem; }
    .tile .smile-tile i {
      cursor: pointer; }
  .tile .notification-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem;
    font-family: "BloggerSans", "SourceSansPro", sans-serif;
    flex-direction: column; }
    .tile .notification-tile ul {
      list-style: none; }
      .tile .notification-tile ul li {
        font-size: 1rem; }
    .tile .notification-tile .notifications-pane {
      height: 100%;
      width: 100%; }
    .tile .notification-tile .announce-message {
      line-height: 1.2; }
      .tile .notification-tile .announce-message i {
        margin-right: 1rem; }
    .tile .notification-tile .topleft {
      position: absolute;
      top: 0;
      left: 0; }
    .tile .notification-tile .bottomleft,
    .tile .notification-tile .swiper-item .title {
      position: absolute;
      bottom: 0;
      left: 0; }
    .tile .notification-tile .swiper-item .title {
      font-size: 1rem;
      font-weight: normal;
      margin: 0; }
  .tile .book-offer-tile {
    height: 100%; }
    .tile .book-offer-tile a {
      display: flex;
      flex-direction: column; }
    .tile .book-offer-tile .banner {
      max-height: 175px;
      max-width: 100%;
      height: 100%;
      text-align: center; }
      .tile .book-offer-tile .banner img {
        max-height: 100%;
        max-width: 100%;
        border-radius: 1rem; }
  .tile .favorites-tile .favorite-list {
    list-style: none;
    width: 100%; }
  .tile .favorites-tile .callout {
    border: none; }
  .tile .favorites-tile button {
    display: none; }
  .tile .sticky-tile {
    height: 100%;
    overflow: hidden;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .tile .sticky-tile .sticky-title {
      height: 4rem;
      display: flex;
      align-items: center;
      padding-right: 85px; }
    .tile .sticky-tile h5 {
      font-family: "BloggerSans", "OpenSans", sans-serif;
      font-size: 1.5em; }
    .tile .sticky-tile .sticky-inner {
      height: 100%;
      font-size: 1.3rem; }
    .tile .sticky-tile textarea {
      font-size: 1.6rem;
      font-family: "BloggerSans", "OpenSans", sans-serif;
      background: transparent;
      border: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      height: 100%;
      margin: 0;
      resize: none;
      position: relative;
      z-index: 1; }
    .tile .sticky-tile:before {
      cursor: move;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      content: "";
      display: block;
      height: 4rem;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.05); }
    .tile .sticky-tile:after {
      content: "";
      display: block;
      width: 150%;
      height: 200%;
      position: absolute;
      right: 50%;
      bottom: 0%;
      transform: translateX(50%);
      box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.25); }
  .tile .progression-tile .book-source {
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden; }
  @media screen and (max-width: 63.9375em) {
    .tile .shared-by-me-tile table,
    .tile .shared-with-me-tile table,
    .tile .distributed-content-tile table {
      table-layout: fixed; } }
  .tile .shared-by-me-tile td,
  .tile .shared-with-me-tile td,
  .tile .distributed-content-tile td {
    padding: 0 0.3125rem 0.3125rem; }
    @media screen and (min-width: 40em) {
      .tile .shared-by-me-tile td,
      .tile .shared-with-me-tile td,
      .tile .distributed-content-tile td {
        padding: 0.25rem 0.3125rem 0.3125rem; } }
  .tile .shared-by-me-tile td.img,
  .tile .shared-with-me-tile td.img,
  .tile .distributed-content-tile td.img {
    width: 60px;
    min-width: 50px;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .tile .shared-by-me-tile td.img,
      .tile .shared-with-me-tile td.img,
      .tile .distributed-content-tile td.img {
        width: 90px;
        min-width: 75px; } }
  @media screen and (max-width: 63.9375em) {
    .tile .shared-by-me-tile td.collapse,
    .tile .shared-with-me-tile td.collapse,
    .tile .distributed-content-tile td.collapse {
      width: auto;
      overflow: hidden;
      text-overflow: ellipsis; } }
  .tile .shared-by-me-tile small,
  .tile .shared-with-me-tile small,
  .tile .distributed-content-tile small {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    @media screen and (max-width: 63.9375em) {
      .tile .shared-by-me-tile small,
      .tile .shared-with-me-tile small,
      .tile .distributed-content-tile small {
        flex-direction: column; } }
    .tile .shared-by-me-tile small .cell,
    .tile .shared-with-me-tile small .cell,
    .tile .distributed-content-tile small .cell {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      flex: 1; }
      .tile .shared-by-me-tile small .cell label,
      .tile .shared-with-me-tile small .cell label,
      .tile .distributed-content-tile small .cell label {
        font-weight: bold;
        white-space: normal;
        font-size: 0.75rem; }
        .tile .shared-by-me-tile small .cell label.warning,
        .tile .shared-with-me-tile small .cell label.warning,
        .tile .distributed-content-tile small .cell label.warning {
          font-size: 1em;
          color: #F7470A; }
  .tile.third .shared-by-me-tile td.collapse, .tile.quarter .shared-by-me-tile td.collapse,
  .tile.third .shared-with-me-tile td.collapse,
  .tile.quarter .shared-with-me-tile td.collapse,
  .tile.third .distributed-content-tile td.collapse,
  .tile.quarter .distributed-content-tile td.collapse {
    width: auto;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis; }
  .tile.third .shared-by-me-tile small, .tile.quarter .shared-by-me-tile small,
  .tile.third .shared-with-me-tile small,
  .tile.quarter .shared-with-me-tile small,
  .tile.third .distributed-content-tile small,
  .tile.quarter .distributed-content-tile small {
    display: flex;
    flex-direction: column; }
    .tile.third .shared-by-me-tile small .cell, .tile.quarter .shared-by-me-tile small .cell,
    .tile.third .shared-with-me-tile small .cell,
    .tile.quarter .shared-with-me-tile small .cell,
    .tile.third .distributed-content-tile small .cell,
    .tile.quarter .distributed-content-tile small .cell {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      flex: 1; }
      .tile.third .shared-by-me-tile small .cell label, .tile.quarter .shared-by-me-tile small .cell label,
      .tile.third .shared-with-me-tile small .cell label,
      .tile.quarter .shared-with-me-tile small .cell label,
      .tile.third .distributed-content-tile small .cell label,
      .tile.quarter .distributed-content-tile small .cell label {
        font-weight: bold; }
        @media screen and (max-width: 39.9375em) {
          .tile.third .shared-by-me-tile small .cell label, .tile.quarter .shared-by-me-tile small .cell label,
          .tile.third .shared-with-me-tile small .cell label,
          .tile.quarter .shared-with-me-tile small .cell label,
          .tile.third .distributed-content-tile small .cell label,
          .tile.quarter .distributed-content-tile small .cell label {
            font-size: 0.85rem; } }
        .tile.third .shared-by-me-tile small .cell label.warning, .tile.quarter .shared-by-me-tile small .cell label.warning,
        .tile.third .shared-with-me-tile small .cell label.warning,
        .tile.quarter .shared-with-me-tile small .cell label.warning,
        .tile.third .distributed-content-tile small .cell label.warning,
        .tile.quarter .distributed-content-tile small .cell label.warning {
          font-size: 1rem;
          color: #F7470A; }

.smile-tile-modal {
  display: flex; }
  .smile-tile-modal label {
    width: 14%; }
  .smile-tile-modal i {
    font-size: 3rem;
    padding: 1rem 1rem 1rem 1rem; }
  .smile-tile-modal input:checked ~ i {
    background-color: #fce300;
    border-radius: 5px; }
  .smile-tile-modal input {
    transform: scale(0); }

.dialog .dialog__content {
  padding: 0.5em 1rem; }

.dialog .dialog__header {
  background-color: #065baa;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  align-items: center; }
  .dialog .dialog__header .dialog-icon {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 1.5rem;
    margin-left: 1rem;
    justify-content: center; }
  .dialog .dialog__header.alert {
    background-color: #FF6F3D; }
    .dialog .dialog__header.alert .dialog-icon:after {
      content: "\f057"; }
  .dialog .dialog__header.error {
    background-color: #d80001; }
    .dialog .dialog__header.error .dialog-icon:after {
      content: "\f06a"; }
  .dialog .dialog__header.warning {
    background-color: #F78E0A; }
    .dialog .dialog__header.warning .dialog-icon:after {
      content: "\f12a"; }

.dialog .dialog__title {
  cursor: pointer;
  padding: 1rem;
  font-weight: bold;
  flex: 1;
  /* https://stackoverflow.com/a/4407335/834966 */
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome and Opera */ }

.dialog .dialog__close {
  display: flex;
  color: #fff;
  padding: 0 0.5rem;
  align-items: center;
  cursor: pointer;
  margin: 0 !important; }

.dialog .dialog__fullscreen {
  display: flex;
  color: #fff;
  align-items: center;
  cursor: pointer;
  margin: 0 !important; }

.dialog .dialog__content {
  padding: 0.5rem 1rem;
  flex: 1 1 auto;
  overflow: auto; }

.dialog .dialog__actions {
  padding: 0.5em 0.25em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid lightgray; }

.dialog .dialog__actions > * {
  margin: 0 0.25em; }

.content-container-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }

/* Ikon */
.content-item-icon {
  display: flex;
  flex-direction: column;
  padding: 0.5em;
  width: 130px;
  margin: 0.5em; }
  .content-item-icon:hover {
    background: #dedede; }

.content-item-icon__icon {
  width: 130px;
  height: 100px;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .content-item-icon__icon img {
    width: 130px;
    height: 100px;
    object-fit: contain; }

.content-item-icon__menu {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-size: 150%;
  color: #333;
  cursor: pointer;
  padding: 4px;
  transition: 0.2s background-color;
  border-radius: 1em; }
  .content-item-icon__menu:hover {
    background: white; }

.content-item-icon__menu-item {
  background: white;
  padding: 6px;
  border: 1px solid lightgray;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  min-width: 11em;
  z-index: 1;
  outline: none;
  cursor: pointer; }
  .content-item-icon__menu-item div {
    padding: 0.5em 1em; }
    .content-item-icon__menu-item div:hover {
      background: #dedede; }

.content-item-icon__text {
  text-align: center;
  overflow: hidden; }

.content-item-icon__text-main {
  line-height: 1.2em;
  max-height: 2.4em;
  font-size: small; }

.content-item-icon__large.content-item-icon {
  width: 200px; }

.content-item-icon__large .content-item-icon__icon,
.content-item-icon__large .content-item-icon__large .content-item-icon__icon img {
  width: 200px;
  height: 160px; }

/*Csatolmány lista elem*/
.content-attachment-item-list {
  margin-right: 0.7rem; }

.content-attachment-item-list__title {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: medium;
  font-weight: bold; }

.content-attachment-item-list__delete {
  display: inline-block; }

.content-attachment-item-list__delete_x {
  color: red; }

/* Lista */
.content-item-list {
  display: flex;
  padding: 0.5em;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  margin-top: -1px;
  font-family: sans-serif; }
  .content-item-list:hover {
    background: #f2f2f2; }
  .content-item-list .like-block button span.hide-in-list {
    display: none; }
  @media screen and (max-width: 39.9375em) {
    .content-item-list {
      flex-wrap: wrap; } }

.content-item-list__checkbox {
  align-self: center;
  padding: 0 1em; }
  .content-item-list__checkbox input {
    margin: 0; }

.content-item-list__icon {
  width: 80px;
  height: 50px;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .content-item-list__icon img {
    max-width: 100%;
    height: 100%;
    object-fit: cover; }
  .content-item-list__icon .media-icon-folder {
    width: 50%;
    max-height: 80%;
    position: relative; }
  .content-item-list__icon .media-icon-image-overlay {
    height: 70% !important;
    width: 90%;
    top: 30%;
    left: 5%;
    position: absolute; }

.content-item-list__text {
  flex: 1;
  margin: 0 1em;
  /*white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis; }
  .content-item-list__text a {
    align-items: center; }
  .content-item-list__text label {
    display: inline; }
  .content-item-list__text small {
    display: block;
    margin-right: 0.5rem; }
    .content-item-list__text small .date {
      color: grey; }
    .content-item-list__text small:empty {
      display: none; }
  .content-item-list__text .icon {
    margin-right: 0.5rem;
    max-width: 24px; }

.content-item-list__img {
  height: 70px;
  width: 100px;
  align-self: center;
  padding: 4px; }
  @media screen and (max-width: 39.9375em) {
    .content-item-list__img {
      width: 40px;
      height: 50px; } }

.content-item-list__info {
  flex: 0 auto;
  margin: 0 0;
  white-space: nowrap;
  overflow: hidden;
  display: flex; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .content-item-list__info {
      flex-direction: column; } }
  @media screen and (max-width: 39.9375em) {
    .content-item-list__info {
      width: 100%; } }

.content-item-list__small {
  font-size: small;
  color: gray; }

.content-item-list__description {
  font-size: small; }

.content-item-list__menu {
  align-self: center;
  position: relative;
  cursor: pointer; }

.content-item-list__menu-item {
  background: white;
  padding: 6px;
  border: 1px solid lightgray;
  border-radius: 2px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  min-width: 11em;
  z-index: 1;
  outline: none; }
  .content-item-list__menu-item i {
    color: inherit; }
  .content-item-list__menu-item div {
    padding: 0.5em 1em; }
    .content-item-list__menu-item div:hover {
      background: #f2f2f2; }

.back-link::before {
  content: '\f060';
  display: inline;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  margin-right: 0.5rem; }

.public-contentstore-main:before {
  background: #e9eaea url(/img/LANDING/landing-main12.jpg) repeat-y center center/100%;
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3; }

.public-contentstore-main .editor-bar {
  padding: 20px 30px; }

.public-contentstore-main .public-contentstore-splitpane {
  background-color: white; }

.public-contentstore-main .public-contentstore-sidebar {
  /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); */
  -moz-box-shadow: inset 0 0 10px #0000005e;
  -webkit-box-shadow: inset 0 0 10px #0000005e;
  box-shadow: inset 0 0 10px #0000005e !important; }
  .public-contentstore-main .public-contentstore-sidebar .rc-tree li {
    border-top: 1px solid #d0cfcf; }
    .public-contentstore-main .public-contentstore-sidebar .rc-tree li .rc-tree-node-content-wrapper {
      display: inline-block;
      padding: 5px;
      margin: 0;
      cursor: pointer;
      text-decoration: none;
      vertical-align: top;
      width: 95%;
      height: auto;
      /*border-top-right-radius: 16px;
                    border-bottom-right-radius: 16px;*/ }
    .public-contentstore-main .public-contentstore-sidebar .rc-tree li .rc-tree-node-selected {
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #5555558a);
      background-color: unset;
      border: none;
      opacity: 0.8; }
    .public-contentstore-main .public-contentstore-sidebar .rc-tree li .rc-tree-switcher {
      background-image: none; }
    .public-contentstore-main .public-contentstore-sidebar .rc-tree li .rc-tree-switcher::before {
      border-style: solid;
      border-width: 0.25em 0.25em 0 0;
      content: '';
      display: inline-block;
      height: 0.6em;
      width: 0.6em;
      left: 0.15em;
      position: relative;
      top: 0.15em;
      transform: rotate(45deg);
      vertical-align: top;
      color: #a29f9f; }
    .public-contentstore-main .public-contentstore-sidebar .rc-tree li .rc-tree-switcher.rc-tree-switcher_open:before {
      top: 0;
      transform: rotate(135deg); }
    .public-contentstore-main .public-contentstore-sidebar .rc-tree li .rc-tree-switcher-noop::before {
      color: transparent; }

.public-contentstore-main .public-contentstore-foldercontents {
  padding-top: 20px; }

.exercise-list-page, .exercise-selector-page {
  max-width: 100%; }

.exercise-selector-page {
  background-color: darkseagreen;
  padding: 0 2rem; }

.exercise-list-page-modal-label {
  display: inline; }

.exercise-list-page-button-container {
  display: flex;
  flex-wrap: wrap; }
  .exercise-list-page-button-container button,
  .exercise-list-page-button-container a {
    margin: 2px !important; }

.exercise-selector-h3 {
  text-align: center;
  margin-bottom: 40px;
  color: white;
  text-shadow: #0a0a0a8f 2px 2px 4px; }

.exercise-selector-h4 {
  color: white;
  margin: 10px 20px;
  text-shadow: #0a0a0a8f 2px 2px 4px; }

.exercise-selector-button, .exercise-selector-button:focus {
  display: inline-block;
  text-align: left;
  font-weight: bold !important;
  color: #444444 !important;
  line-height: normal;
  /*padding-bottom: 5px !important;*/
  border: 1px solid transparent;
  border-radius: 30px;
  background-color: #f7f7f7 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24); }
  .exercise-selector-button .show-for-medium {
    margin-top: 5px; }
  .exercise-selector-button:hover {
    background-color: #232b34; }

.exercise-selector-img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

.exercise-selector-button-div {
  display: inline-block;
  text-align: left; }

.exercise-selector-label {
  display: inline-block;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  margin-left: .3rem !important; }

.exercise-selector-icon {
  width: 30px;
  height: 30px; }

.exercise-editor-accordion-title {
  font-size: 1.3rem; }

.exercise-editor-checkbox {
  margin-left: .7rem; }

.exercise-editor-html-editor {
  margin: 15px; }

.exerciseseries-editor-html-editor {
  margin-bottom: 15px; }

.exercise-series-small-btn {
  margin: .3rem; }

.exercise-series-fieldset {
  border: 3px solid #DDDDDD;
  margin: 1rem 0;
  padding: 1.11111rem; }

.exercise-editor-scroll {
  height: 80vh;
  overflow: auto;
  visibility: hidden; }

.exercise-editor-scroll:hover {
  visibility: visible; }

.exercise-editor-wrapper {
  visibility: visible; }

.exe-image-select-label {
  display: inline-block; }

.exe-editor-fieldlabel-1 {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  margin-right: 0.5rem;
  color: inherit; }

.exe-editor-fieldlabel-2 {
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 0.5rem;
  color: inherit; }

.exercise-editor-wrapper legend {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #c5c5c5;
  padding-bottom: 2px; }

.exe-editor-label-description {
  font-style: italic;
  font-size: 11px;
  margin-bottom: 7px; }

.exe-editor-inputgroup {
  margin-top: 15px; }

.exe-editor-inputgroup > label {
  font-size: 1.25rem; }

.exe-editor-validation-msg {
  color: red;
  margin-left: 15px;
  font-style: italic; }
  .exe-editor-validation-msg:empty {
    display: none; }

.exe-editor-input-tile {
  border-style: solid;
  border-color: #d5cfcf;
  border-width: 1px;
  border-radius: 1vw; }

.exercise-editor-wrapper .react-tabs__tab {
  border: 1px solid #9b9a9a;
  background: #e5e2e2;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.24); }

.exercise-editor-wrapper .react-tabs__tab--selected {
  background: transparent;
  box-shadow: none; }

.exercise-editor-wrapper .img-processing-loading {
  display: flex; }
  .exercise-editor-wrapper .img-processing-loading .loader-dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0.8em;
    border-radius: 50%; }
    .exercise-editor-wrapper .img-processing-loading .loader-dot::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background: inherit;
      border-radius: inherit;
      animation: wave 2s ease-out infinite; }
    .exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(1) {
      background: #7ef9ff; }
      .exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(1)::before {
        animation-delay: 0.2s; }
    .exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(2) {
      background: #89cff0; }
      .exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(2)::before {
        animation-delay: 0.4s; }
    .exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(3) {
      background: #4682b4; }
      .exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(3)::before {
        animation-delay: 0.6s; }
    .exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(4) {
      background: #0f52ba; }
      .exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(4)::before {
        animation-delay: 0.8s; }
    .exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(5) {
      background: #000080; }
      .exercise-editor-wrapper .img-processing-loading .loader-dot:nth-child(5)::before {
        animation-delay: 1s; }

@keyframes wave {
  50%,
  75% {
    transform: scale(2.5); }
  80%,
  100% {
    opacity: 0; } }

.chapterLesson-chapter-list:nth-child(2n) {
  background-color: #eee; }

.chapterLesson-list {
  width: 100%;
  margin: 2em; }
  .chapterLesson-list .chapterLesson-chapter-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    background-color: #eee;
    padding: 0.5em;
    margin-bottom: 0.5em; }
    .chapterLesson-list .chapterLesson-chapter-inner .button {
      margin-bottom: 0; }
  .chapterLesson-list .chapterLesson-chapter-name {
    flex-grow: 1;
    margin: 0.2em 0.5em 0 0.5em; }
    .chapterLesson-list .chapterLesson-chapter-name .button {
      color: inherit;
      margin-bottom: 0; }
  .chapterLesson-list .chapterLesson-chapter-input {
    width: 50%;
    margin: 0.5em; }
  .chapterLesson-list .chapterLesson-iconbutton {
    width: 3em;
    height: 3em;
    vertical-align: middle;
    margin-right: 0.2em; }
  .chapterLesson-list .chapterLesson-chapter-button {
    width: 200px;
    margin: 0.5em !important; }
  .chapterLesson-list .chapterLesson-chapter-2button {
    width: 400px;
    padding-left: 0.25em;
    padding-right: 0.25em; }
  .chapterLesson-list .chapterLesson-lesson-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 3em; }
    .chapterLesson-list .chapterLesson-lesson-inner > * {
      margin-bottom: 0.5em;
      margin-top: 0.5em; }
    .chapterLesson-list .chapterLesson-lesson-inner .button {
      flex-shrink: 0; }
  .chapterLesson-list .chapterLesson-lesson-name {
    flex-grow: 1;
    margin: 0.2em 0.5em 0.5em 0.5em; }
    .chapterLesson-list .chapterLesson-lesson-name .button {
      color: inherit;
      margin-bottom: 0; }
    .chapterLesson-list .chapterLesson-lesson-name .nowrap {
      white-space: nowrap; }
  .chapterLesson-list .inactive {
    text-decoration: line-through; }

/*----*/
.search-page .title {
  display: none; }

.buttons-row {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  justify-content: center; }

.back-glow {
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, white));
  height: 100%;
  pointer-events: none;
  width: 20px;
  z-index: 2; }
  .back-glow.white {
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, white)); }

.eke-search__title {
  font-family: 'BloggerSansBold'; }

.eke-search-field {
  position: relative;
  padding: 0px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  border-radius: 10px; }
  .eke-search-field:focus-within {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); }

.eke-media-searchfield {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  margin-top: 10px; }

.eke-search__input {
  border: 0px solid lightgray;
  background-color: #fff;
  font-weight: bold;
  line-height: 2.5rem;
  border-right: 0;
  padding: 0;
  outline: none;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center; }
  .eke-search__input .input-field {
    flex: 1; }
  .input-group > .eke-search__input:first-child {
    border-radius: 10px 0px 0px 10px; }
  .eke-search__input ul {
    display: block;
    position: absolute;
    background-color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    z-index: 10000;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); }
    .eke-search__input ul:empty {
      display: none; }
    .eke-search__input ul li {
      padding: 0 0.5rem;
      color: #333; }
  .eke-search__input input {
    border-color: lightgray;
    border-width: 0px 0px 0px 0px;
    border-style: 1px;
    box-shadow: unset;
    height: 50px;
    margin: 0;
    transition: none;
    border-radius: 0; }
    .eke-search__input input:focus {
      border-color: lightgray;
      box-shadow: unset;
      border-width: 0px 0px 0px 0px;
      transition: none; }
  .eke-search__input .search-setting {
    padding: 0 1rem; }
    .eke-search__input .search-setting button {
      cursor: pointer;
      opacity: 0.25; }
      .eke-search__input .search-setting button.active {
        opacity: 1;
        text-shadow: 0 0 2px #2F77A6; }
    .eke-search__input .search-setting .switch-input {
      visibility: hidden;
      height: 0;
      width: 0; }

.eke-media-searchfield {
  padding-right: 0 !important; }

.eke-media-search__input {
  border: 0px solid lightgray;
  border-radius: 3px 0px 0px 3px;
  font-weight: bold;
  line-height: 2.5rem;
  border-right: 0;
  padding: 0 0.3rem;
  outline: none;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0; }

.eke-mediabutton {
  margin: 0 0 0 0 !important; }

.button-group.eke-search__button {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 50px; }
  .button-group.eke-search__button .button {
    margin: 0;
    border-radius: 0;
    outline: none; }
  .button-group.eke-search__button .dropdown-pane {
    width: auto;
    padding: 0; }
  .button-group.eke-search__button:last-child {
    border-radius: 0 10px 10px 0; }

.eke-search__button {
  margin: 0;
  outline: none; }

.search-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .search-filters select {
    display: inline;
    margin-right: 5px;
    border-color: #065baa;
    width: auto; }
    @media screen and (max-width: 39.9375em) {
      .search-filters select {
        width: 100%; } }
    .search-filters select:focus {
      color: #fff !important;
      background-color: #2BB472 !important; }
      .search-filters select:focus option {
        background-color: #fff;
        color: #000; }
    .search-filters select:active {
      background-color: #fff;
      color: #000; }

.search-result-list h2 {
  font-size: 1.5rem; }

.eke-searchresult {
  border-top: 1px solid #999;
  padding: 1rem 0; }
  .eke-searchresult h3 {
    font-size: 1.1rem;
    padding-bottom: 1rem; }
  .eke-searchresult em {
    font-weight: bold; }
  .eke-searchresult .eke-searchresult__title {
    color: black;
    font-weight: bold; }
  .eke-searchresult .eke-searchresult__text {
    color: black;
    display: block;
    overflow: hidden;
    max-height: 3em;
    line-height: 1.5em; }
  .eke-searchresult .search-item {
    margin-bottom: 1rem;
    display: inline-block;
    vertical-align: top; }
    .eke-searchresult .search-item a img {
      margin: 0 auto 0.5rem;
      height: 150px;
      display: block; }

.eke-search__filter-button {
  color: white;
  outline: none; }
  .eke-search__filter-button.primary.active {
    background-color: #065baa !important;
    color: #fff !important; }
    .eke-search__filter-button.primary.active i {
      color: #fff; }
  .eke-search__filter-button.secondary.active, .pagination button.eke-search__filter-button.active:active,
  .pagination a.eke-search__filter-button.active:active, .pagination button.eke-search__filter-button.active:focus,
  .pagination a.eke-search__filter-button.active:focus, .eke-search__filter-button.secondary:active, .pagination button.eke-search__filter-button.active:active,
  .pagination a.eke-search__filter-button.active:active, .eke-search__filter-button.secondary:focus, .pagination button.eke-search__filter-button.active:focus,
  .pagination a.eke-search__filter-button.active:focus {
    background-color: #4c7484 !important;
    color: #fff !important; }
    .eke-search__filter-button.secondary.active i, .pagination button.eke-search__filter-button.active:active i, .pagination a.eke-search__filter-button.active:active i, .pagination button.eke-search__filter-button.active:focus i, .pagination a.eke-search__filter-button.active:focus i, .eke-search__filter-button.secondary:active i, .pagination button.eke-search__filter-button.active:active i, .pagination a.eke-search__filter-button.active:active i, .eke-search__filter-button.secondary:focus i, .pagination button.eke-search__filter-button.active:focus i, .pagination a.eke-search__filter-button.active:focus i {
      color: #fff; }
  .eke-search__filter-button i {
    color: #065baa; }
  .eke-search__filter-button > img {
    height: 1.9rem; }

.eke-detailed-search div {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  padding-left: 10px; }

.eke-search-NoresultUli {
  font-weight: normal;
  font-size: 1rem; }

.test-search-header {
  background-color: lightblue;
  color: darkslategray;
  text-align: center;
  font-size: large;
  font-weight: bold; }

/* checkbox */
.checkbox {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */ }
  .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox .checkmark {
    height: 20px;
    width: 20px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Style the checkmark/indicator */ }
    .checkbox .checkmark:after {
      content: "";
      display: none;
      margin-top: -3px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .checkbox:hover input ~ .checkmark {
    background-color: #eee; }
  .checkbox input:checked ~ .checkmark {
    background-color: #065baa;
    /* Show the checkmark when checked */ }
    .checkbox input:checked ~ .checkmark:after {
      display: block; }

.small-size {
  font-size: small; }

.synonym-list {
  margin: 0; }
  .synonym-list .synonym {
    display: inline-block;
    padding: 0.2em 0.5em;
    margin: 0.3em;
    background-color: #eee;
    list-style-type: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    font-size: 0.8rem; }
    .synonym-list .synonym:hover {
      background-color: #fafafa; }
    .synonym-list .synonym a {
      color: #777;
      font-weight: bold; }
  .synonym-list .synonym-parent {
    background-color: #cfc; }

.form-info {
  background-color: #eee;
  border: 1px solid #dedede;
  border-radius: 0.5625rem;
  margin: 0 0 1rem;
  padding: 0.5625rem;
  display: inline-block; }

.external-radio {
  position: absolute;
  visibility: hidden;
  height: 0;
  width: 0;
  display: inline-block; }

.collection-menu {
  z-index: 25; }
  .section-collection-menu .collection-menu button {
    color: #fff; }
  .exe-socials .collection-menu button {
    color: #fff;
    opacity: unset;
    color: #ffffff;
    font-size: 12pt;
    cursor: pointer;
    background: #333333;
    border-radius: 0;
    border-bottom-left-radius: 15px;
    padding: 5px 10px 7px 15px;
    border: 1px solid #000000;
    vertical-align: top;
    margin-left: -7px;
    z-index: 10;
    padding-right: 25px;
    text-align: left; }
    .exe-socials .collection-menu button i {
      display: inline-block;
      vertical-align: middle;
      font-size: 16pt; }

.button-group.expanded button {
  width: 100%; }

.button-group.inline {
  display: inline-flex; }

.button-group .button {
  margin-right: 0.5rem; }

.button-group .button + .button {
  margin-left: 0; }

.button-group .button-group {
  margin-bottom: 0; }

.button-group .label {
  display: flex;
  align-items: center; }

.rt-table .button-group {
  margin-bottom: 0; }

.systemcheck_level_1 {
  color: #065baa; }

.systemcheck_level_2 {
  color: #232b34; }

.systemcheck_level_3 {
  color: #FF6F3D; }

.systemcheck_level_4 {
  color: #d80001; }

/***********
* Accordion
*/
.accordion .accordion-title {
  background-color: #065baa;
  color: #fff;
  font-size: 1rem;
  padding: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center; }
  .accordion .accordion-title::before {
    content: ''; }
  .accordion .accordion-title legend {
    margin: 0; }
  .accordion .accordion-title i.accordion-icon {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    position: relative;
    margin: 0 0.5rem 0 0;
    /* right: 15px;
                top: 50%;
                margin-top: -9px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    background-color: #fff;
    color: #065baa; }
    .accordion .accordion-title i.accordion-icon::before {
      content: '\f054';
      /*'\f067';*/ }
  .accordion .accordion-title .accordion-actions {
    margin-left: auto; }
    .accordion .accordion-title .accordion-actions .button.secondary, .accordion .accordion-title .accordion-actions .pagination button.active, .pagination .accordion .accordion-title .accordion-actions button.active,
    .accordion .accordion-title .accordion-actions .pagination a.active, .pagination .accordion .accordion-title .accordion-actions a.active {
      background-color: #094C77; }

.accordion .is-active > .accordion-title i.accordion-icon::before {
  content: '\f078';
  /*'\f068';*/ }

.filters .accordion .accordion-title::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  content: '\f0b0';
  margin: 0 0 0 0.5rem;
  position: absolute;
  right: 1rem; }

.accordion.eke .accordion-content {
  display: none;
  height: 0;
  overflow: hidden;
  transition: height 350ms ease-in-out; }
  .accordion.eke .accordion-content.is-visible {
    display: block;
    height: auto; }

/***********
* Panel
*/
.panel .panel-header {
  background-color: #065baa;
  color: #fff;
  font-size: 1rem;
  padding: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center; }
  .panel .panel-header.is-toggle {
    cursor: pointer; }

.panel .panel-content {
  padding: 1rem;
  border: 1px solid #e6e6e6; }

.toggle {
  height: auto;
  margin-bottom: 1rem; }
  .toggle .panel-header {
    font-weight: bold; }
    .toggle .panel-header.is-toggle {
      cursor: pointer; }
      .toggle .panel-header.is-toggle::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        content: '\f078';
        margin-left: 0.5rem; }
    .toggle .panel-header[aria-expanded=true]::after {
      content: '\f077'; }
  .toggle .panel-content {
    height: auto;
    overflow: hidden; }

/* extend Motion UI toggle animation */
.toggle-in,
.toggle-out {
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.toggle-in.mui-enter {
  opacity: 0.99; }

.toggle-in.mui-enter.mui-enter-active {
  opacity: 1; }

.toggle-out.mui-leave {
  opacity: 1; }

.toggle-out.mui-leave.mui-leave-active {
  opacity: 0.99; }

.audio-container {
  border-radius: 0 0 0 30px;
  background-color: #444;
  overflow: hidden;
  color: #fff;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .audio-container .panel-content a li {
    color: #fff; }
  .audio-container .title-container {
    display: flex;
    padding: 5px 20px 5px 20px; }
  .audio-container .nums {
    margin-left: auto; }
    .audio-container .nums span {
      color: #fff; }
  .audio-container > div:not(.title-container) {
    padding: 0px 20px 5px 20px; }
  .audio-container .audio-title {
    font-size: 1rem;
    margin-bottom: 5px; }
    .audio-container .audio-title:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal;
      content: "\f001";
      margin-right: .5rem; }
  .audio-container .toggle-control {
    margin-left: 5px;
    color: #fff; }
  .audio-container .audio-list-toggle a {
    text-decoration: none;
    font-weight: inherit; }
  .audio-container .audio-list-toggle ol {
    margin-left: 40px; }
    .audio-container .audio-list-toggle ol li {
      cursor: pointer; }
  .audio-container .play,
  .audio-container .stop,
  .audio-container .previous,
  .audio-container .next {
    padding: 8px;
    border-radius: 10px;
    margin: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 12px; }
    .audio-container .play:before,
    .audio-container .stop:before,
    .audio-container .previous:before,
    .audio-container .next:before {
      display: none; }
    .audio-container .play:focus,
    .audio-container .stop:focus,
    .audio-container .previous:focus,
    .audio-container .next:focus {
      outline: 0; }
  .audio-container .play {
    font-size: 16px; }
  .audio-container .current-time,
  .audio-container .duration-time {
    font-size: 14px; }
  .audio-container .audio-slider,
  .audio-container .audio-volume-slider {
    margin: 0 10px 0 10px; }
  .audio-container .audio-slider {
    width: 100%; }
  .audio-container .audio-icon {
    padding: 5px;
    margin: 5px; }
    .audio-container .audio-icon i {
      height: 18px;
      width: 18px;
      color: #fff; }
  .audio-container .audio-slider-container {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center; }
    .audio-container .audio-slider-container .audio-slider {
      -webkit-appearance: none;
      width: 100%;
      height: 5px;
      border-radius: 5px;
      background: #222;
      outline: none;
      opacity: 0.7;
      -webkit-transition: .2s;
      transition: opacity .2s; }
      .audio-container .audio-slider-container .audio-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer; }
      .audio-container .audio-slider-container .audio-slider::-moz-range-thumb {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer; }
  .audio-container .volume-slider-container {
    display: flex;
    align-items: center;
    align-content: center;
    margin-left: auto; }
    .audio-container .volume-slider-container .audio-volume-slider {
      -webkit-appearance: none;
      width: 100%;
      height: 5px;
      border-radius: 5px;
      background: #222;
      outline: none;
      opacity: 0.7;
      -webkit-transition: .2s;
      transition: opacity .2s; }
      .audio-container .volume-slider-container .audio-volume-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer; }
      .audio-container .volume-slider-container .audio-volume-slider::-moz-range-thumb {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer; }
  .audio-container .controller-panel {
    display: flex;
    margin-top: 5px; }
  .audio-container .button-container {
    display: flex;
    align-content: center;
    align-items: center; }

.main-landing .class-row {
  font-weight: bold;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); }

.main-landing .class-row > .row {
  align-items: center; }

.main-landing .class-row .type-chooser {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  background-color: #e6e9ed;
  align-items: center;
  margin-top: -8px;
  padding-top: 8px;
  border-radius: 15px 15px 0 0; }
  .main-landing .class-row .type-chooser * {
    margin-bottom: 0; }
  .main-landing .class-row .type-chooser select {
    border-radius: 5px;
    border: 1px solid #065baa; }
  .main-landing .class-row .type-chooser label {
    font-weight: bold; }
  .main-landing .class-row .type-chooser .checkbox {
    background-color: #fff;
    color: #349a6b; }
  .main-landing .class-row .type-chooser .button-group .button {
    border: 0;
    box-shadow: none;
    color: #333;
    background: transparent;
    font-weight: bold;
    transition: none; }
    .main-landing .class-row .type-chooser .button-group .button:hover, .main-landing .class-row .type-chooser .button-group .button.select {
      background-color: #349a6b;
      color: #fff; }

.main-landing .class-select-container {
  max-width: 100%;
  min-width: 500px;
  overflow: hidden; }

.main-landing .class-select {
  list-style: none;
  display: flex;
  /* width: max-content; */
  padding: 0;
  margin: 0;
  font-size: 1.2rem; }

.main-landing .class-select li {
  flex: 1; }

.main-landing .class-select li a {
  border-radius: 5px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.6rem;
  color: #333; }

.main-landing .class-select li a:not(.disabled):hover,
.main-landing .class-select li a.select {
  background-color: #349a6b;
  color: #fff !important; }

.main-landing .class-select li a.disabled {
  cursor: default; }

.main-landing .subject-select {
  min-height: 340px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem; }

.main-landing .subject-select:empty:after {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  content: "Jelenleg nem elérhető";
  margin: 0 auto; }

.main-landing .subject-select .item {
  padding: 0.5rem;
  flex: 10px;
  /*flex: 1 14.2%;
  max-width: 14.2%;*/
  flex: 1 16.6%;
  max-width: 16.6%; }

.main-landing .grade-container > .row {
  min-width: 500px;
  margin-left: 0;
  margin-right: 0;
  align-items: center; }

@media (max-width: 1024px) {
  .main-landing .subject-select .item {
    flex: 1 16.6%;
    max-width: 16.6%; } }

@media (max-width: 860px) {
  .main-landing .subject-select .item {
    flex: 1 20%;
    max-width: 20%; } }

@media (max-width: 639px) {
  .main-landing .subject-select .item {
    flex: 1 25%;
    max-width: 25%; }
  .main-landing .choose-book .subject-name {
    font-size: 0.8rem; } }

@media (max-width: 500px) {
  .main-landing .subject-select .item {
    flex: 1 33%;
    max-width: 33%; } }

/*
.main-head .subject-select .item a span
{
 display: none;
}*/
.main-landing .subject-select img,
.main-landing .subject-select svg {
  max-width: 70%;
  margin: 0 auto 0.5rem; }

.main-landing .subject-select .item {
  /* display: none; */ }

.main-landing .subject-select .item svg {
  display: block; }

.main-landing .choose-book {
  margin-bottom: 20px !important; }

.main-landing .choose-book .subject-name {
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); }

.main-landing .choose-book .sub-book {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  padding: 1rem;
  border-radius: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  transition: 0.3s;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); }

.main-landing .choose-book .subject-select .sub-book.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1); }

.main-landing .choose-book .subject-select .sub-book.show a {
  flex: 0 0 150px; }

.main-landing .choose-book .subject-select .book-wrapper.show {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1; }

.main-landing .choose-book .sub-book.show .subject-name {
  color: #000; }

.main-landing .choose-book .sub-count {
  position: absolute;
  top: 0;
  right: 10px;
  box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  height: 30px;
  width: 30px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center; }

.main-landing .choose-book .sub-book > div {
  height: 50px;
  width: 50px; }

/* downloadable materials */
.dl-list {
  background: url("/img/LANDING/wood_texture.jpg") top; }
  .dl-list .title {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    font-weight: normal; }
  .dl-list .book-item {
    margin-bottom: 2rem; }
    .dl-list .book-item figure {
      margin-bottom: 1rem; }
      .dl-list .book-item figure img {
        box-shadow: 0px 0px 1px 0px rgba(10, 10, 10, 0.3), 5px 5px 0px -5px rgba(10, 10, 10, 0.5), 6px 6px 0px -5px rgba(10, 10, 10, 0.5), 7px 7px 0px -5px rgba(10, 10, 10, 0.5), 8px 8px 2px -5px rgba(10, 10, 10, 0.5), 9px 9px 2px -5px rgba(10, 10, 10, 0.5), 10px 10px 3px -5px rgba(10, 10, 10, 0.3), 11px 11px 3px -5px rgba(10, 10, 10, 0.3), 12px 12px 3px -5px rgba(10, 10, 10, 0.2), 13px 13px 3px -5px rgba(10, 10, 10, 0.2), 14px 14px 3px -5px rgba(10, 10, 10, 0.2), 15px 15px 3px -5px rgba(10, 10, 10, 0.2); }
    .dl-list .book-item .item-title {
      color: #fff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
      height: 5rem; }

.editor-page {
  position: absolute;
  bottom: 0;
  top: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  .editor-page .tools-button-minimize {
    display: none; }
  .editor-page.vertical {
    flex-direction: column; }
  .editor-page .editor-panel.close i, .editor-page .editor-sidebar.close i {
    transform: rotate(180deg); }
  .editor-page .tools {
    position: relative;
    text-align: right;
    background-color: #065baa;
    height: 5px;
    margin-bottom: 5px; }
    .editor-page .tools i {
      margin-top: 8px;
      margin-right: 4px;
      background-color: #fff;
      cursor: pointer; }
  .editor-page .right .tools {
    text-align: left;
    margin-left: -15px; }
    .editor-page .right .tools i::before {
      content: "\f152"; }
  .editor-page .editor-panel {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%; }
    .editor-page .editor-panel .content {
      overflow: auto;
      padding: 0 5px; }
    .editor-page .editor-panel.close {
      flex: 0 0 auto;
      background-color: #eee; }
      .editor-page .editor-panel.close .content {
        display: none; }
  .editor-page .editor-sidebar {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    min-width: 25px;
    height: 100%; }
    .editor-page .editor-sidebar .content {
      overflow: auto;
      min-width: 200px;
      padding: 0 5px; }
    .editor-page .editor-sidebar.close {
      flex: 0 0 auto;
      background-color: #eee;
      overflow: hidden; }
      .editor-page .editor-sidebar.close .content {
        display: none; }
  .editor-page .editor-bar {
    display: flex;
    align-items: center; }
    .editor-page .editor-bar .button-group {
      margin-bottom: 0; }

.profil-page {
  margin-top: 20px; }

html:lang(hu) .flatpickr-current-month {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse; }

.login-required-page {
  padding: 30px;
  box-shadow: 5px 10px 18px #888888;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .login-required-page img {
    width: 200px; }
  .login-required-page p {
    margin-top: 20px;
    margin-bottom: 20px; }

.eke-calendar-page {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }
  .eke-calendar-page .eke-calendar-navigator {
    background-color: #203138;
    flex: 0; }
    .eke-calendar-page .eke-calendar-navigator .calendar-navigator {
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center; }
      .eke-calendar-page .eke-calendar-navigator .calendar-navigator .date-area {
        display: flex; }
    .eke-calendar-page .eke-calendar-navigator label {
      color: #fff; }
    .eke-calendar-page .eke-calendar-navigator select {
      display: inline-block;
      max-width: 150px;
      margin: 1rem 15px; }
    .eke-calendar-page .eke-calendar-navigator .calendar-nav {
      display: inline-block;
      margin-right: 15px;
      margin-left: 15px; }
      .eke-calendar-page .eke-calendar-navigator .calendar-nav button {
        margin: 0; }
  .eke-calendar-page .eke-calendar {
    flex: 1;
    width: 100%; }
    .eke-calendar-page .eke-calendar .eke-calendar-grid {
      padding: 0; }
    .eke-calendar-page .eke-calendar .eke-calendar-activity {
      background-color: #77DAAA;
      color: #fff;
      padding-top: 1.5rem; }
      .eke-calendar-page .eke-calendar .eke-calendar-activity h1,
      .eke-calendar-page .eke-calendar .eke-calendar-activity h2,
      .eke-calendar-page .eke-calendar .eke-calendar-activity h3,
      .eke-calendar-page .eke-calendar .eke-calendar-activity h4 {
        font-family: 'BloggerSansBold'; }
      .eke-calendar-page .eke-calendar .eke-calendar-activity h3 {
        font-size: 2rem;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid;
        padding-bottom: 1rem;
        margin-bottom: 1rem; }
        .eke-calendar-page .eke-calendar .eke-calendar-activity h3 .date {
          font-size: 3rem; }
      .eke-calendar-page .eke-calendar .eke-calendar-activity select,
      .eke-calendar-page .eke-calendar .eke-calendar-activity input,
      .eke-calendar-page .eke-calendar .eke-calendar-activity textarea {
        border: none;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); }

.eke-calendar-container {
  display: grid;
  height: 100%;
  grid-template-columns: 14.28% 14.28% 14.28% 14.28% 14.28% 14.28% 14.28%;
  grid-template-rows: 65px;
  width: 100%; }

.eke-calendar-day-item:nth-child(7n + 0) {
  margin-right: 0; }

.eke-calendar-day-name {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .eke-calendar-day-name:nth-child(7n + 6) {
    background-color: #FF8961; }
  .eke-calendar-day-name:nth-child(7n + 7) {
    background-color: #FF8961; }

.eke-calendar-day {
  cursor: pointer; }
  .eke-calendar-day .has-tip {
    font-weight: bold; }
  .eke-calendar-day .eke-calendar-summary-day {
    background-color: #77DAAA; }
  .eke-calendar-day .eke-calendar-day-desc {
    border-radius: 5px;
    padding: 2px 3px;
    display: inline-block; }
    .eke-calendar-day .eke-calendar-day-desc.eke-calendar-day-type-2 {
      color: #fff;
      background-color: #094C77; }
    .eke-calendar-day .eke-calendar-day-desc.eke-calendar-day-type-3 {
      color: #fff;
      background-color: #F7470A; }
    .eke-calendar-day .eke-calendar-day-desc:empty {
      display: none; }
  .eke-calendar-day:hover {
    background-color: #77DAAA; }

.eke-calendar-day-selected {
  background-color: #77DAAA; }

.eke-calendar-day-of-other-month {
  opacity: 0.3; }

.eke-calendar-day-of-month-text {
  text-align: center;
  display: block; }

.eke-calendar-day-type-1 {
  color: #333; }

.eke-calendar-day-type-2 {
  color: #094C77;
  font-weight: bold; }

.eke-calendar-day-type-3 {
  color: #F7470A;
  font-weight: bold; }

.eke-calendar-activity-log-editor-changed {
  color: #fff; }

.eke-calendar-activity-log-editor:nth-child(2n+0) {
  background-color: #cccccc; }

.eke-calendar-activity-log-editor:nth-child(2n+1) {
  background-color: #77DAAA;
  padding: 1rem; }

.eke-calendar-day-activity-summary {
  background-color: #87b7e4;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 5%;
  margin: 5%; }

.video-container {
  border-radius: 0 0 0 30px;
  background-color: #444;
  overflow: hidden;
  color: #fff;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .video-container .panel-content a li {
    color: #fff; }
  .video-container .title {
    display: flex;
    padding: 5px 20px 5px 20px; }
  .video-container .nums {
    margin-left: auto; }
    .video-container .nums span {
      color: #fff; }
  .video-container > div:not(.title) {
    padding: 0px 20px 5px 20px; }
  .video-container .video-title {
    font-size: 1rem;
    margin-bottom: 5px; }
    .video-container .video-title:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal;
      content: "\f03d";
      margin-right: .5rem; }
  .video-container .fullscreen-icon {
    padding: 5px;
    margin: 5px; }
    .video-container .fullscreen-icon i {
      height: 18px;
      width: 18px;
      color: #fff; }
  .video-container .toggle-control {
    margin-left: 5px;
    color: #fff; }
  .video-container .video-list-toggle a {
    text-decoration: none;
    font-weight: inherit; }
  .video-container .video-list-toggle ol {
    margin-left: 40px; }
    .video-container .video-list-toggle ol li {
      cursor: pointer; }
  .video-container .play,
  .video-container .stop,
  .video-container .previous,
  .video-container .next {
    padding: 8px;
    border-radius: 10px;
    margin: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 12px; }
    .video-container .play:before,
    .video-container .stop:before,
    .video-container .previous:before,
    .video-container .next:before {
      display: none; }
    .video-container .play:focus,
    .video-container .stop:focus,
    .video-container .previous:focus,
    .video-container .next:focus {
      outline: 0; }
  .video-container .play {
    font-size: 16px; }
  .video-container .current-time,
  .video-container .duration-time {
    font-size: 14px; }
  .video-container .video-slider,
  .video-container .video-volume-slider {
    margin: 0 10px 0 10px; }
  .video-container .video-slider {
    width: 100%; }
  .video-container .audio-icon {
    padding: 5px;
    margin: 5px; }
    .video-container .audio-icon i {
      height: 18px;
      width: 18px;
      color: #fff; }
  .video-container video {
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    height: 100%;
    width: 97%; }
  .video-container .main-video {
    position: relative;
    padding: 0 !important; }
  .video-container .hower-play {
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 45%;
    width: 0px;
    padding-right: 10%; }
    .video-container .hower-play i {
      color: #fff; }
  .video-container .hidden {
    display: none; }
  .video-container .video-slider-container {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center; }
    .video-container .video-slider-container .video-slider {
      -webkit-appearance: none;
      width: 100%;
      height: 5px;
      border-radius: 5px;
      background: #222;
      outline: none;
      opacity: 0.7;
      -webkit-transition: .2s;
      transition: opacity .2s; }
      .video-container .video-slider-container .video-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer; }
      .video-container .video-slider-container .video-slider::-moz-range-thumb {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer; }
  .video-container .volume-slider-container {
    display: flex;
    align-items: center;
    align-content: center;
    margin-left: auto; }
    .video-container .volume-slider-container .video-volume-slider {
      -webkit-appearance: none;
      width: 100%;
      height: 5px;
      border-radius: 5px;
      background: #222;
      outline: none;
      opacity: 0.7;
      -webkit-transition: .2s;
      transition: opacity .2s; }
      .video-container .volume-slider-container .video-volume-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer; }
      .video-container .volume-slider-container .video-volume-slider::-moz-range-thumb {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer; }
  .video-container .controller-panel {
    display: flex;
    margin-top: 5px; }
  .video-container .button-container {
    display: flex;
    align-content: center;
    align-items: center; }

.media-container {
  border-radius: 0 0 0 30px;
  background-color: #444;
  overflow: hidden;
  color: #fff;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .media-container .panel-content a li {
    color: #fff; }
  .media-container .title {
    display: flex;
    padding: 5px 20px 5px 20px; }
  .media-container .nums {
    margin-left: auto; }
    .media-container .nums span {
      color: #fff; }
  .media-container > div:not(.title) {
    padding: 0px 20px 5px 20px; }
  .media-container .media-title {
    font-size: 1rem;
    margin-bottom: 5px; }
  .media-container .title-icon {
    margin-right: .5rem;
    padding-top: 3px; }
  .media-container .fullscreen-icon {
    padding: 5px;
    margin: 5px; }
    .media-container .fullscreen-icon i {
      height: 18px;
      width: 18px;
      color: #fff; }
  .media-container .toggle-control {
    margin-left: 5px;
    color: #fff; }
  .media-container .media-list-toggle a {
    text-decoration: none;
    font-weight: inherit; }
  .media-container .media-list-toggle ol {
    margin-left: 40px; }
    .media-container .media-list-toggle ol li {
      cursor: pointer; }
  .media-container .play,
  .media-container .stop,
  .media-container .previous,
  .media-container .next {
    padding: 8px;
    border-radius: 10px;
    margin: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 12px; }
    .media-container .play:before,
    .media-container .stop:before,
    .media-container .previous:before,
    .media-container .next:before {
      display: none; }
    .media-container .play:focus,
    .media-container .stop:focus,
    .media-container .previous:focus,
    .media-container .next:focus {
      outline: 0; }
  .media-container .play {
    font-size: 16px; }
  .media-container .current-time,
  .media-container .duration-time {
    font-size: 14px; }
  .media-container .media-slider,
  .media-container .media-volume-slider {
    margin: 0 10px 0 10px; }
  .media-container .media-slider {
    width: 100%; }
  .media-container .audio-icon {
    padding: 5px;
    margin: 5px; }
    .media-container .audio-icon i {
      height: 18px;
      width: 18px;
      color: #fff; }
  .media-container video {
    display: block;
    margin: 0 auto;
    border-radius: 3px;
    height: 100%;
    width: 97%; }
  .media-container .main-media {
    position: relative;
    padding: 0 !important; }
  .media-container .hower-play {
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 45%;
    width: 0px;
    padding-right: 10%; }
    .media-container .hower-play i {
      color: #fff; }
  .media-container .hidden {
    display: none; }
  .media-container .media-slider-container {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center; }
    .media-container .media-slider-container .media-slider {
      -webkit-appearance: none;
      width: 100%;
      height: 5px;
      border-radius: 5px;
      background: #222;
      outline: none;
      opacity: 0.7;
      -webkit-transition: .2s;
      transition: opacity .2s; }
      .media-container .media-slider-container .media-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer; }
      .media-container .media-slider-container .media-slider::-moz-range-thumb {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer; }
  .media-container .volume-slider-container {
    display: flex;
    align-items: center;
    align-content: center;
    margin-left: auto; }
    .media-container .volume-slider-container .media-volume-slider {
      -webkit-appearance: none;
      width: 100%;
      height: 5px;
      border-radius: 5px;
      background: #222;
      outline: none;
      opacity: 0.7;
      -webkit-transition: .2s;
      transition: opacity .2s; }
      .media-container .volume-slider-container .media-volume-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer; }
      .media-container .volume-slider-container .media-volume-slider::-moz-range-thumb {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer; }
  .media-container .controller-panel {
    display: flex;
    margin-top: 5px; }
  .media-container .button-container {
    display: flex;
    align-content: center;
    align-items: center; }

input.tiny {
  width: 4rem; }

.autocompleteedit {
  display: block;
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  min-width: 200px;
  z-index: 10;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08); }

.autocompleteedit:empty {
  display: none; }

.autocompleteedit li {
  padding: 0 0.5rem;
  color: #000; }

.toggle-select {
  position: relative; }
  .toggle-select .select-menu {
    position: absolute;
    z-index: 10;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #fefefe;
    font-size: 1rem;
    list-style: none;
    width: 100%;
    margin: 0; }
    .toggle-select .select-menu a {
      padding: 0.5rem; }

.eke-video-mainVideoComponent {
  padding-top: 1rem; }

.eke-video-mainVideoComponent .eke-video-details {
  margin-bottom: 1rem; }

.eke-video-mainVideoComponent .like-block {
  float: right;
  margin-bottom: 0.5rem; }

.eke-video-componentwrapper {
  padding-top: 15px;
  margin-left: 250px !important; }

.mainc {
  width: 100% !important;
  max-width: 110rem;
  margin-left: 0 !important;
  margin-bottom: 1%; }

.emptymainc {
  width: 100% !important;
  max-width: 110rem;
  margin-left: 0 !important;
  margin-bottom: 10%; }

.eke-video-nextTitle {
  white-space: nowrap;
  color: #000;
  font-weight: 500;
  font-size: 1.15rem; }

.eke-video-resultTitle {
  white-space: nowrap;
  color: #000;
  font-style: oblique;
  font-size: 1.25rem;
  padding-top: 1%; }

.eke-video-horizontalVideoDiv {
  display: inherit;
  position: relative;
  text-align: center;
  padding-bottom: 2%; }

.eke-video-horizontalVideoDiv img {
  height: 120px;
  width: 200px;
  position: relative;
  float: left; }

.eke-video-verticalVideoDiv {
  /*
    display: flex;
    text-align: center;
    min-width: 200px;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
  */ }
  .eke-video-verticalVideoDiv .img-wrapper {
    overflow: hidden;
    position: relative;
    /*
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        align-items: center;
        */ }
    .eke-video-verticalVideoDiv .img-wrapper:before {
      content: "";
      padding-bottom: 56.25%;
      display: inline-block; }
  .eke-video-verticalVideoDiv img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*
        &.icon {
            padding: 1rem;
        }
        */ }

.eke-video-verticalDuration {
  position: absolute;
  left: 0;
  bottom: 5px;
  color: #fff;
  background: #282828;
  padding: 0 5px; }

.eke-video-offerDuration {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 5px;
  color: #fff;
  background: #282828; }

.eke-video-horizontalDuration {
  position: absolute;
  right: 5px;
  top: 215px;
  color: #fff;
  background: #282828; }

.eke-video-horizontalTitle {
  white-space: nowrap;
  color: #000;
  position: absolute;
  right: 62px;
  overflow: visible;
  top: 150px; }

.eke-video-verticalInformationTitle {
  white-space: nowrap;
  color: #000 !important;
  position: relative;
  margin-top: 15%;
  bottom: 50rem;
  padding-bottom: 15; }

.eke-video-rightSideSecondComponent {
  margin-left: 50%;
  display: inline-block;
  max-width: 110rem;
  margin-bottom: 4%;
  padding-right: 30px;
  width: 100%; }

.eke-video-block {
  display: flex;
  flex-flow: row wrap;
  max-width: 100%; }

.eke-video-list {
  margin-bottom: 2rem; }
  .eke-video-list .column {
    margin-bottom: 1rem; }

.eke-video-container {
  min-height: 100%;
  background: #ffffff;
  /*
    display: flex;
    flex-direction: column;
    */
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  height: 100%;
  flex-direction: column; }
  .eke-video-container:hover .eke-video-thumb:after {
    display: flex; }
  .eke-video-container a {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .eke-video-container .eke-video-verticalVideoDiv {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .eke-video-container .eke-video-thumb {
    position: relative;
    display: block;
    overflow: hidden; }
    .eke-video-container .eke-video-thumb:after {
      content: "►";
      position: absolute;
      z-index: 11;
      display: none;
      justify-content: center;
      align-items: center;
      font-size: 60px;
      line-height: 40px;
      padding-left: 7px;
      color: #fff;
      transform: scaleX(0.8);
      left: -50%;
      top: 0;
      right: -50%;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5); }
  .eke-video-container .eke-video-details {
    display: block;
    flex: 1;
    padding: 0.6rem;
    font-size: 0.9em; }
    .eke-video-container .eke-video-details span {
      display: block; }
    .eke-video-container .eke-video-details a {
      color: #000000; }
      .eke-video-container .eke-video-details a:hover {
        color: #258faf; }
  .eke-video-container .eke-media-stat {
    display: flex;
    justify-content: space-between;
    padding: 0 0.6rem;
    background: #203138;
    color: #ffffff;
    font-size: 0.9em; }

.eke-video-fixedThumbContainer {
  width: 200px;
  margin-right: 5px;
  /* z-index: -1000;  */ }

.eke-video-boldtitle {
  color: #000;
  display: block;
  max-height: 2.5rem;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: bold; }

.eke-video-title {
  white-space: nowrap;
  /* color:#000; */
  display: -webkit-box;
  max-height: 3rem;
  box-orient: vertical !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  /* font-size: 1rem; */
  font-size: 0.9em;
  line-height: 1.5rem;
  color: #0a0a0a; }

.eke-video-resultTitlesearch {
  margin-left: 10%;
  margin-right: 50%; }

.menucomponent {
  width: 100%; }

.eke-video-leftmenubar {
  width: 100%;
  background: #203138; }

.eke-video-leftmenubar ul {
  list-style-type: none !important;
  margin: 0; }

.eke-video-leftmenubar a i {
  margin-right: 5px;
  margin-left: 16px;
  display: inline; }

.eke-video-leftmenubar li :hover {
  background-color: #eee;
  color: #333; }

.eke-video-leftmenubar li.separator {
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18); }

.eke-video-videoplayer-graytitle {
  margin-bottom: 1rem;
  color: gray;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold; }

.eke-video-graytitle {
  color: gray; }

.eke-video .eke-video-rightvideoContainer {
  margin-left: 236px;
  /*
    width: 100%;
    height: auto;
    right: 0;
    height: 80%;
    margin-left: 236px;
    min-width: 138px;
    max-width: 1025px;
    flex-direction: column;
    margin-right: 0;
    */ }

.eke-video-link {
  color: #2bb473;
  font-size: 1.2rem; }

.eke-video-linktoBook a {
  color: #000; }

.eke-video-linktoBook a:hover {
  color: #2bb473; }

.eke-video-tooltip {
  position: relative;
  display: inline-block; }

.eke-video-tooltip .eke-video-tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: #2bb473;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0px 0;
  position: absolute;
  z-index: 1;
  bottom: -2.75em;
  /* margin-left: 20rem; */
  right: 33%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.eke-video-tooltip .eke-video-tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 98%;
  left: 5%;
  margin-left: 0px;
  border-width: 6px;
  border-style: solid;
  border-color: #2bb473 transparent transparent transparent;
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.eke-video-tooltip:hover .eke-video-tooltiptext {
  visibility: visible;
  opacity: 1; }

.eke-video-noresultWrapper {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: block; }

.eke-video-noresultContainer {
  text-align: center;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.eke-offers {
  margin-top: 3.5rem; }

.eke-offers .video-offer {
  margin-bottom: 0.5rem; }

.buttons-row {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative; }

.back-glow.gray {
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #eaeaeb));
  height: 100%;
  pointer-events: none;
  width: 20px;
  z-index: 2; }

.eke-video-rightvideoContainer .video-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  border-top: 1px solid #999;
  padding: 1rem 0; }

.eke-video-rightvideoContainer .video-block-list {
  display: flex;
  flex-wrap: wrap; }

.eke-video-rightvideoContainer .video-block-list .video-block {
  max-width: 200px;
  padding: 0 0.5rem 1rem 0.5rem; }

.eke-video-more {
  text-align: center; }

@media (max-width: 64em) {
  .eke-video {
    margin-top: 48px;
    /*104px;*/ } }

@media (max-width: 40em) {
  /* #eke-app
    {
        padding-top: 46px;
    } */
  .eke-video {
    margin-top: 48px; }
  .eke-video-offerDuration {
    bottom: 0;
    top: unset; }
  .eke-video-fixedThumbContainer {
    width: 100%; }
  .eke-video-vertical-video-div .img-wrapper {
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    position: relative; }
  .eke-video-vertical-video-div img {
    width: 100%;
    max-width: 100%; } }

@media (max-width: 24em) {
  .eke-video-vertical-video-div {
    width: 100%; } }

.eke-image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem; }
  .eke-image-list > * {
    /* margin: 0 0 1.875rem 1.875rem; */
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
    margin-bottom: 1rem;
    width: calc(50% - 2 * 0.9375rem); }
    @media print, screen and (min-width: 40em) {
      .eke-image-list > * {
        width: unset; } }

.eke-image-more {
  width: 100%;
  margin: 0;
  text-align: center; }

.eke-extended-list .eke-media-container {
  max-width: none; }

.eke-extended-list .eke-media-offer .img-wrapper {
  max-width: none; }

.eke-extended-list .eke-media-offer img {
  height: 200px; }

.eke-media-container {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.eke-media-search-result-pagination {
  display: flex;
  flex-direction: column; }

/* Eke Media page */
.eke-media {
  position: relative; }
  .eke-media:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e9eaea url(../img/LANDING/media_bg.png) repeat-y center center/100%;
    opacity: 0.3;
    z-index: -1; }
  .eke-media .button.primary.hollow {
    background: #ffffff; }
  .eke-media .eke-media-leftmenubar {
    background: #106291;
    position: fixed;
    top: 77px; }
    .eke-media .eke-media-leftmenubar h4 .text {
      color: #fff; }
    .eke-media .eke-media-leftmenubar ul {
      list-style-type: none !important;
      margin: 0; }
    .eke-media .eke-media-leftmenubar li.separator {
      padding: 0;
      margin: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.18);
      border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
    .eke-media .eke-media-leftmenubar a {
      color: #fff;
      line-height: 1rem;
      display: block;
      padding: 1em 0; }
      .eke-media .eke-media-leftmenubar a .text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff; }
      .eke-media .eke-media-leftmenubar a i {
        margin-right: 5px;
        margin-left: 16px;
        display: inline; }
  .eke-media .eke-media-rightcontainer {
    margin-left: 60px; }
    @media (min-width: 74em) {
      .eke-media .eke-media-rightcontainer {
        margin-left: unset; } }
  .eke-media .eke-media-offers-title {
    margin-bottom: 1rem;
    color: gray;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold; }
  .eke-media .eke-media-offers {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem 0 0 -20px;
    padding-bottom: calc(3rem - 20px); }
    .eke-media .eke-media-offers .eke-media-more {
      width: 100%;
      text-align: center; }
    .eke-media .eke-media-offers[data-media-type="image"] {
      justify-content: space-between; }
      .eke-media .eke-media-offers[data-media-type="image"] > * {
        margin: 0 0 20px 20px;
        transition: all 300ms;
        width: calc(50% - 20px); }
        @media (min-width: 40em) {
          .eke-media .eke-media-offers[data-media-type="image"] > * {
            width: unset; } }
      .eke-media .eke-media-offers[data-media-type="image"] .eke-media-offer {
        position: relative;
        font-size: 0.9em;
        background: #ffffff;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); }
        .eke-media .eke-media-offers[data-media-type="image"] .eke-media-offer:hover img {
          transform: scale(1.02); }
        .eke-media .eke-media-offers[data-media-type="image"] .eke-media-offer:hover .eke-media-details {
          display: flex; }
        .eke-media .eke-media-offers[data-media-type="image"] .eke-media-offer .eke-media-thumb .img-wrapper img {
          width: auto;
          height: 113px;
          transition: transform 200ms;
          object-fit: contain !important; }
        .eke-media .eke-media-offers[data-media-type="image"] .eke-media-offer .eke-media-link {
          color: #0a0a0a; }
        .eke-media .eke-media-offers[data-media-type="image"] .eke-media-offer .img-wrapper {
          overflow: hidden;
          max-width: 339px;
          min-width: 113px;
          min-height: 113px;
          text-align: center;
          background: rgba(0, 0, 0, 0.01);
          margin: 0 auto; }
        .eke-media .eke-media-offers[data-media-type="image"] .eke-media-offer .eke-media-details {
          display: flex;
          flex-direction: column;
          padding: 0.6rem;
          font-size: 0.9em;
          background-color: #eee; }
          @media print, screen and (min-width: 40em) {
            .eke-media .eke-media-offers[data-media-type="image"] .eke-media-offer .eke-media-details {
              display: none;
              position: absolute;
              left: 50%;
              bottom: 0;
              z-index: 10;
              min-width: 100%;
              text-align: left;
              background: rgba(10, 10, 10, 0.8);
              color: #ffffff;
              transform: translateX(-50%);
              /*
                        span {
                            display: block;
                        }
                        */ } }
        .eke-media .eke-media-offers[data-media-type="image"] .eke-media-offer .eke-media-name,
        .eke-media .eke-media-offers[data-media-type="image"] .eke-media-offer .eke-media-description {
          margin-bottom: 2px; }
        .eke-media .eke-media-offers[data-media-type="image"] .eke-media-offer .eke-media-stat {
          display: flex;
          justify-content: space-between;
          margin: auto -0.6rem -0.6rem -0.6rem;
          padding: 0 0.6rem;
          color: #ffffff;
          font-size: 0.9em;
          background: #203138; }
          @media print, screen and (min-width: 40em) {
            .eke-media .eke-media-offers[data-media-type="image"] .eke-media-offer .eke-media-stat {
              background: none; } }
    .eke-media .eke-media-offers[data-media-type="video"] > * {
      margin: 0 0 20px 20px;
      transition: all 300ms;
      width: calc(100% - 20px); }
      @media (min-width: 24em) {
        .eke-media .eke-media-offers[data-media-type="video"] > * {
          width: calc(50% - 20px); } }
      @media (min-width: 44em) {
        .eke-media .eke-media-offers[data-media-type="video"] > * {
          width: calc(25% - 20px); } }
    .eke-media .eke-media-offers[data-media-type="video"] .eke-media-offer {
      min-height: 100%;
      background: #ffffff;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
      display: flex;
      flex-direction: column; }
      .eke-media .eke-media-offers[data-media-type="video"] .eke-media-offer:hover .eke-media-thumb:after {
        display: flex; }
      .eke-media .eke-media-offers[data-media-type="video"] .eke-media-offer .eke-media-link {
        display: flex;
        flex-direction: column;
        height: 100%; }
      .eke-media .eke-media-offers[data-media-type="video"] .eke-media-offer .eke-media-thumb {
        position: relative;
        display: block;
        overflow: hidden; }
        .eke-media .eke-media-offers[data-media-type="video"] .eke-media-offer .eke-media-thumb:after {
          content: "►";
          position: absolute;
          z-index: 11;
          display: none;
          justify-content: center;
          align-items: center;
          font-size: 60px;
          line-height: 40px;
          padding-left: 7px;
          color: #fff;
          transform: scaleX(0.8);
          left: -50%;
          top: 0;
          right: -50%;
          bottom: 0;
          background: rgba(0, 0, 0, 0.5); }
        .eke-media .eke-media-offers[data-media-type="video"] .eke-media-offer .eke-media-thumb .img-wrapper {
          position: relative;
          overflow: hidden;
          background: rgba(255, 255, 255, 0.5); }
          .eke-media .eke-media-offers[data-media-type="video"] .eke-media-offer .eke-media-thumb .img-wrapper:before {
            content: "";
            display: block;
            padding-bottom: 56.25%; }
          .eke-media .eke-media-offers[data-media-type="video"] .eke-media-offer .eke-media-thumb .img-wrapper img {
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(-50%);
            object-fit: cover;
            width: 100%;
            height: 100%; }
        .eke-media .eke-media-offers[data-media-type="video"] .eke-media-offer .eke-media-thumb .eke-media-duration {
          position: absolute;
          left: 0;
          bottom: 0;
          padding: 0 5px;
          color: #fff;
          background: #282828; }
        .eke-media .eke-media-offers[data-media-type="video"] .eke-media-offer .eke-media-thumb .icon {
          max-width: 4rem; }
      .eke-media .eke-media-offers[data-media-type="video"] .eke-media-offer .eke-media-details {
        display: flex;
        flex-direction: column;
        flex: 1;
        padding: 0.6rem;
        font-size: 0.9em; }
        .eke-media .eke-media-offers[data-media-type="video"] .eke-media-offer .eke-media-details a {
          color: #000000; }
          .eke-media .eke-media-offers[data-media-type="video"] .eke-media-offer .eke-media-details a:hover {
            color: #258faf; }
      .eke-media .eke-media-offers[data-media-type="video"] .eke-media-offer .eke-media-name,
      .eke-media .eke-media-offers[data-media-type="video"] .eke-media-offer .eke-media-description {
        margin-bottom: 2px; }
      .eke-media .eke-media-offers[data-media-type="video"] .eke-media-offer .eke-media-stat {
        display: flex;
        justify-content: space-between;
        padding: 0 0.6rem;
        margin: auto -0.6rem -0.6rem -0.6rem;
        background: #203138;
        color: #ffffff;
        font-size: 0.9em; }
    .eke-media .eke-media-offers[data-media-type="audio"] > * {
      margin: 0 0 20px 20px;
      transition: all 300ms;
      width: calc(100% - 20px); }
      @media (min-width: 24em) {
        .eke-media .eke-media-offers[data-media-type="audio"] > * {
          width: calc(50% - 20px); } }
      @media (min-width: 44em) {
        .eke-media .eke-media-offers[data-media-type="audio"] > * {
          width: calc(25% - 20px); } }
    .eke-media .eke-media-offers[data-media-type="audio"] .eke-media-offer {
      min-height: 100%;
      background: #ffffff;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
      display: flex;
      flex-direction: column; }
      .eke-media .eke-media-offers[data-media-type="audio"] .eke-media-offer:hover .eke-media-thumb:after {
        display: flex; }
      .eke-media .eke-media-offers[data-media-type="audio"] .eke-media-offer:hover .eke-media-thumb .bar {
        animation-play-state: unset; }
      .eke-media .eke-media-offers[data-media-type="audio"] .eke-media-offer .eke-media-link {
        display: flex;
        flex-direction: column;
        height: 100%; }
      .eke-media .eke-media-offers[data-media-type="audio"] .eke-media-offer .eke-media-thumb {
        position: relative;
        display: block;
        overflow: hidden;
        text-align: center; }
        .eke-media .eke-media-offers[data-media-type="audio"] .eke-media-offer .eke-media-thumb:after {
          content: "";
          position: absolute;
          z-index: 11;
          display: none;
          justify-content: center;
          align-items: center;
          font-size: 60px;
          line-height: 40px;
          padding-left: 7px;
          color: #fff;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.2); }
        .eke-media .eke-media-offers[data-media-type="audio"] .eke-media-offer .eke-media-thumb .bar {
          animation-play-state: paused; }
        .eke-media .eke-media-offers[data-media-type="audio"] .eke-media-offer .eke-media-thumb .eke-media-duration {
          position: absolute;
          left: 0;
          bottom: 0;
          padding: 0 5px;
          color: #fff;
          background: #282828; }
      .eke-media .eke-media-offers[data-media-type="audio"] .eke-media-offer .eke-media-details {
        display: flex;
        flex-direction: column;
        flex: 1;
        padding: 0.6rem;
        font-size: 0.9em; }
        .eke-media .eke-media-offers[data-media-type="audio"] .eke-media-offer .eke-media-details a {
          color: #000000; }
          .eke-media .eke-media-offers[data-media-type="audio"] .eke-media-offer .eke-media-details a:hover {
            color: #258faf; }
      .eke-media .eke-media-offers[data-media-type="audio"] .eke-media-offer .eke-media-name,
      .eke-media .eke-media-offers[data-media-type="audio"] .eke-media-offer .eke-media-description {
        margin-bottom: 2px; }
      .eke-media .eke-media-offers[data-media-type="audio"] .eke-media-offer .eke-media-stat {
        display: flex;
        margin: auto -0.6rem -0.6rem -0.6rem;
        justify-content: space-between;
        padding: 0 0.6rem;
        background: #203138;
        color: #ffffff;
        font-size: 0.9em; }
    .eke-media .eke-media-offers[data-media-type="map"] > * {
      margin: 0 0 20px 20px;
      transition: all 300ms;
      width: calc(100% - 20px); }
      @media (min-width: 24em) {
        .eke-media .eke-media-offers[data-media-type="map"] > * {
          width: calc(50% - 20px); } }
      @media (min-width: 44em) {
        .eke-media .eke-media-offers[data-media-type="map"] > * {
          width: calc(25% - 20px); } }
    .eke-media .eke-media-offers[data-media-type="map"] .eke-media-offer {
      min-height: 100%;
      background: #ffffff;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
      display: flex;
      flex-direction: column; }
      .eke-media .eke-media-offers[data-media-type="map"] .eke-media-offer:hover .eke-media-thumb:after {
        display: flex; }
      .eke-media .eke-media-offers[data-media-type="map"] .eke-media-offer .eke-media-link {
        display: flex;
        flex-direction: column;
        height: 100%; }
      .eke-media .eke-media-offers[data-media-type="map"] .eke-media-offer .eke-media-thumb {
        position: relative;
        display: block;
        overflow: hidden; }
        .eke-media .eke-media-offers[data-media-type="map"] .eke-media-offer .eke-media-thumb:after {
          content: "►";
          position: absolute;
          z-index: 11;
          display: none;
          justify-content: center;
          align-items: center;
          font-size: 60px;
          line-height: 40px;
          padding-left: 7px;
          color: #fff;
          transform: scaleX(0.8);
          left: -50%;
          top: 0;
          right: -50%;
          bottom: 0;
          background: rgba(0, 0, 0, 0.5); }
        .eke-media .eke-media-offers[data-media-type="map"] .eke-media-offer .eke-media-thumb .img-wrapper {
          position: relative;
          overflow: hidden;
          background: rgba(255, 255, 255, 0.5); }
          .eke-media .eke-media-offers[data-media-type="map"] .eke-media-offer .eke-media-thumb .img-wrapper:before {
            content: "";
            display: block;
            padding-bottom: 56.25%; }
          .eke-media .eke-media-offers[data-media-type="map"] .eke-media-offer .eke-media-thumb .img-wrapper img {
            position: absolute;
            left: 50%;
            top: 0;
            transform: translateX(-50%);
            object-fit: cover;
            width: 100%;
            height: 100%; }
        .eke-media .eke-media-offers[data-media-type="map"] .eke-media-offer .eke-media-thumb .icon {
          max-width: 4rem; }
      .eke-media .eke-media-offers[data-media-type="map"] .eke-media-offer .eke-media-details {
        display: flex;
        flex-direction: column;
        flex: 1;
        padding: 0.6rem;
        font-size: 0.9em; }
        .eke-media .eke-media-offers[data-media-type="map"] .eke-media-offer .eke-media-details a {
          color: #000000; }
          .eke-media .eke-media-offers[data-media-type="map"] .eke-media-offer .eke-media-details a:hover {
            color: #258faf; }
      .eke-media .eke-media-offers[data-media-type="map"] .eke-media-offer .eke-media-name,
      .eke-media .eke-media-offers[data-media-type="map"] .eke-media-offer .eke-media-description {
        margin-bottom: 2px; }
      .eke-media .eke-media-offers[data-media-type="map"] .eke-media-offer .eke-media-stat {
        display: flex;
        justify-content: space-between;
        padding: 0 0.6rem;
        margin: auto -0.6rem -0.6rem -0.6rem;
        background: #203138;
        color: #ffffff;
        font-size: 0.9em; }
  .eke-media .eke-media-tooltip {
    position: relative;
    display: inline-block; }
    .eke-media .eke-media-tooltip:empty {
      display: none; }
    .eke-media .eke-media-tooltip .eke-media-tooltiptext {
      visibility: hidden;
      width: 150px;
      background-color: #2bb473;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 0;
      position: absolute;
      z-index: 1;
      bottom: -2.75em;
      right: 33%;
      opacity: 0;
      transition: opacity 0.3s; }
      .eke-media .eke-media-tooltip .eke-media-tooltiptext::after {
        content: "";
        position: absolute;
        bottom: 98%;
        left: 5%;
        margin-left: 0;
        border-width: 6px;
        border-style: solid;
        border-color: #2bb473 transparent transparent transparent;
        transform: translateX(12px);
        transform: rotate(180deg); }
    .eke-media .eke-media-tooltip:hover .eke-media-tooltiptext {
      visibility: visible;
      opacity: 1; }
  .eke-media .eke-media-single {
    position: relative;
    margin-bottom: 50px;
    margin-top: 1rem;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); }
    .eke-media .eke-media-single:after {
      content: "";
      position: absolute;
      bottom: -38px;
      left: 0;
      right: 0;
      height: 8px;
      background: #2BB472; }
      @media (min-width: 64em) {
        .eke-media .eke-media-single:after {
          top: 0;
          bottom: 0;
          right: -38px;
          left: unset;
          height: unset;
          width: 8px; } }
    @media (min-width: 64em) {
      .eke-media .eke-media-single {
        margin-right: 40px;
        margin-bottom: 1rem; } }
    @media (min-width: 74em) {
      .eke-media .eke-media-single {
        margin-left: 60px; } }
    .eke-media .eke-media-single .eke-media-viewer {
      text-align: center; }
      .eke-media .eke-media-single .eke-media-viewer > * {
        margin-bottom: 0; }
      .eke-media .eke-media-single .eke-media-viewer .audio-container {
        margin: 0;
        border-radius: 0; }
      .eke-media .eke-media-single .eke-media-viewer .widescreen {
        background: #020000;
        margin-bottom: 0; }
      .eke-media .eke-media-single .eke-media-viewer .widescreen > img {
        min-height: 200px;
        background: white; }
    .eke-media .eke-media-single .eke-media-details {
      padding: 0.6rem; }
    .eke-media .eke-media-single .eke-media-title {
      overflow: hidden;
      text-overflow: ellipsis !important;
      white-space: normal;
      font-size: 0.9em;
      line-height: 1.5rem;
      color: #0a0a0a;
      padding: 0.5rem 1rem;
      margin-bottom: 0;
      text-align: left; }
    .eke-media .eke-media-single .eke-media-socials {
      text-align: right; }
      .eke-media .eke-media-single .eke-media-socials .like-block {
        display: inline-flex;
        background: #333333;
        border-radius: 0;
        border-bottom-left-radius: 15px; }
        @media (max-width: 40em) {
          .eke-media .eke-media-single .eke-media-socials .like-block .button-title {
            display: none; } }
      .eke-media .eke-media-single .eke-media-socials .usr-like {
        opacity: unset;
        color: #ffffff;
        font-size: 12pt;
        cursor: pointer;
        background: #333333;
        border-radius: 0;
        border-bottom-left-radius: 15px;
        padding: 5px 15px 7px 15px;
        border: 1px solid #000000;
        vertical-align: top;
        margin-left: -10px; }
      .eke-media .eke-media-single .eke-media-socials .collection-menu button {
        opacity: unset;
        color: #ffffff;
        font-size: 12pt;
        cursor: pointer;
        background: #333333;
        border-radius: 0;
        border-bottom-left-radius: 15px;
        padding: 5px 15px 7px 15px;
        border: 1px solid #000000;
        vertical-align: top;
        margin-left: -10px;
        z-index: 10;
        padding-right: 25px;
        text-align: left; }

.eke-media-blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0 -20px;
  padding-bottom: calc(3rem - 20px); }
  .eke-media-blocks > * {
    margin: 0 0 20px 20px;
    transition: all 300ms;
    width: calc(100% - 20px); }
    @media (min-width: 44em) {
      .eke-media-blocks > * {
        width: calc(50% - 20px); } }
    @media (min-width: 64em) {
      .eke-media-blocks > * {
        width: calc(25% - 20px); } }

/* Media block */
.eke-media-block {
  min-height: 100%;
  background: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column; }
  .eke-media-block:hover .eke-media-thumb:after {
    display: flex; }
  .eke-media-block .eke-media-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1; }
  .eke-media-block .eke-media-thumb {
    position: relative;
    display: block;
    overflow: hidden; }
    .eke-media-block .eke-media-thumb:after {
      content: "►";
      position: absolute;
      z-index: 11;
      display: none;
      justify-content: center;
      align-items: center;
      font-size: 60px;
      line-height: 40px;
      padding-left: 7px;
      color: #fff;
      transform: scaleX(0.8);
      left: -50%;
      top: 0;
      right: -50%;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5); }
    .eke-media-block .eke-media-thumb .img-wrapper {
      position: relative;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.5); }
      .eke-media-block .eke-media-thumb .img-wrapper:before {
        content: "";
        display: block;
        padding-bottom: 56.25%; }
      .eke-media-block .eke-media-thumb .img-wrapper img {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .eke-media-block .eke-media-thumb .eke-media-duration {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 0 5px;
      color: #fff;
      background: #282828; }
    .eke-media-block .eke-media-thumb .icon {
      max-width: 4rem; }
  .eke-media-block .eke-media-details {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0.6rem;
    font-size: 0.9em; }
    .eke-media-block .eke-media-details a {
      color: #000000; }
      .eke-media-block .eke-media-details a:hover {
        color: #258faf; }
  .eke-media-block .eke-media-name,
  .eke-media-block .eke-media-description {
    margin-bottom: 2px; }
  .eke-media-block .eke-media-social {
    display: flex;
    justify-content: space-between;
    padding: 0 0.6rem;
    margin: auto -0.6rem -0.6rem -0.6rem;
    background: #203138;
    color: #ffffff;
    font-size: 0.9em; }
    .eke-media-block .eke-media-social button {
      color: inherit; }

/* Extra css for media landing page */
.eke-media-single-similars {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: 1rem; }
  @media (min-width: 64em) {
    .eke-media-single-similars {
      margin-top: 3.5rem; } }
  .eke-media-single-similars > * {
    margin: 0 0 20px 20px;
    transition: all 300ms;
    width: calc(100% - 20px); }
    @media (min-width: 40em) {
      .eke-media-single-similars > * {
        width: calc(50% - 20px); } }
  .eke-media-single-similars[data-media-type="image"] .eke-media-single-similar {
    position: relative;
    font-size: 0.9em;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); }
    .eke-media-single-similars[data-media-type="image"] .eke-media-single-similar:hover img {
      transform: scale(1.02); }
    .eke-media-single-similars[data-media-type="image"] .eke-media-single-similar:hover .eke-media-details {
      display: flex; }
    .eke-media-single-similars[data-media-type="image"] .eke-media-single-similar .eke-media-thumb .img-wrapper img {
      width: auto;
      height: 113px;
      transition: transform 200ms;
      object-fit: contain !important; }
    .eke-media-single-similars[data-media-type="image"] .eke-media-single-similar .eke-media-link {
      color: #0a0a0a; }
    .eke-media-single-similars[data-media-type="image"] .eke-media-single-similar .img-wrapper {
      overflow: hidden;
      max-width: 339px;
      min-height: 113px;
      text-align: center;
      background: rgba(0, 0, 0, 0.01);
      margin: 0 auto; }
    .eke-media-single-similars[data-media-type="image"] .eke-media-single-similar .eke-media-details {
      display: flex;
      flex-direction: column;
      padding: 0.6rem;
      font-size: 0.9em;
      background-color: #eee; }
      @media print, screen and (min-width: 40em) {
        .eke-media-single-similars[data-media-type="image"] .eke-media-single-similar .eke-media-details {
          display: none;
          position: absolute;
          left: 50%;
          bottom: 0;
          z-index: 10;
          min-width: 100%;
          text-align: left;
          background: rgba(10, 10, 10, 0.8);
          color: #ffffff;
          transform: translateX(-50%);
          /*
                    span {
                        display: block;
                    }
                    */ } }
    .eke-media-single-similars[data-media-type="image"] .eke-media-single-similar .eke-media-name,
    .eke-media-single-similars[data-media-type="image"] .eke-media-single-similar .eke-media-subject,
    .eke-media-single-similars[data-media-type="image"] .eke-media-single-similar .eke-media-grade {
      margin-bottom: 2px; }
    .eke-media-single-similars[data-media-type="image"] .eke-media-single-similar .eke-media-stat {
      display: flex;
      justify-content: space-between;
      margin: auto -0.6rem -0.6rem -0.6rem;
      padding: 0 0.6rem;
      color: #ffffff;
      font-size: 0.9em;
      background: #203138; }
      @media print, screen and (min-width: 40em) {
        .eke-media-single-similars[data-media-type="image"] .eke-media-single-similar .eke-media-stat {
          background: none; } }
  .eke-media-single-similars[data-media-type="video"] .eke-media-single-similar, .eke-media-single-similars[data-media-type="sound"] .eke-media-single-similar {
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25); }
    .eke-media-single-similars[data-media-type="video"] .eke-media-single-similar .eke-media-link, .eke-media-single-similars[data-media-type="sound"] .eke-media-single-similar .eke-media-link {
      color: #0a0a0a;
      display: flex;
      flex-direction: column;
      height: 100%; }
    .eke-media-single-similars[data-media-type="video"] .eke-media-single-similar:hover .eke-media-thumb:after, .eke-media-single-similars[data-media-type="sound"] .eke-media-single-similar:hover .eke-media-thumb:after {
      display: flex; }
    .eke-media-single-similars[data-media-type="video"] .eke-media-single-similar .eke-media-thumb, .eke-media-single-similars[data-media-type="sound"] .eke-media-single-similar .eke-media-thumb {
      position: relative;
      display: block;
      overflow: hidden; }
      .eke-media-single-similars[data-media-type="video"] .eke-media-single-similar .eke-media-thumb:after, .eke-media-single-similars[data-media-type="sound"] .eke-media-single-similar .eke-media-thumb:after {
        content: "►";
        position: absolute;
        z-index: 11;
        display: none;
        justify-content: center;
        align-items: center;
        font-size: 60px;
        line-height: 40px;
        padding-left: 7px;
        color: #fff;
        transform: scaleX(0.8);
        left: -50%;
        top: 0;
        right: -50%;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5); }
      .eke-media-single-similars[data-media-type="video"] .eke-media-single-similar .eke-media-thumb .img-wrapper, .eke-media-single-similars[data-media-type="sound"] .eke-media-single-similar .eke-media-thumb .img-wrapper {
        overflow: hidden;
        position: relative; }
        .eke-media-single-similars[data-media-type="video"] .eke-media-single-similar .eke-media-thumb .img-wrapper:before, .eke-media-single-similars[data-media-type="sound"] .eke-media-single-similar .eke-media-thumb .img-wrapper:before {
          content: "";
          padding-bottom: 56.25%;
          display: inline-block; }
      .eke-media-single-similars[data-media-type="video"] .eke-media-single-similar .eke-media-thumb img, .eke-media-single-similars[data-media-type="sound"] .eke-media-single-similar .eke-media-thumb img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .eke-media-single-similars[data-media-type="video"] .eke-media-single-similar .eke-media-thumb .eke-media-duration, .eke-media-single-similars[data-media-type="sound"] .eke-media-single-similar .eke-media-thumb .eke-media-duration {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 0 5px;
        color: #fff;
        background: #282828; }
    .eke-media-single-similars[data-media-type="video"] .eke-media-single-similar .eke-media-details, .eke-media-single-similars[data-media-type="sound"] .eke-media-single-similar .eke-media-details {
      display: flex;
      flex-direction: column;
      flex: 1;
      padding: 0.6rem;
      font-size: 0.9em; }
      .eke-media-single-similars[data-media-type="video"] .eke-media-single-similar .eke-media-details .eke-media-link, .eke-media-single-similars[data-media-type="sound"] .eke-media-single-similar .eke-media-details .eke-media-link {
        color: #000000; }
        .eke-media-single-similars[data-media-type="video"] .eke-media-single-similar .eke-media-details .eke-media-link:hover, .eke-media-single-similars[data-media-type="sound"] .eke-media-single-similar .eke-media-details .eke-media-link:hover {
          color: #258faf; }
      .eke-media-single-similars[data-media-type="video"] .eke-media-single-similar .eke-media-details .eke-media-name, .eke-media-single-similars[data-media-type="sound"] .eke-media-single-similar .eke-media-details .eke-media-name {
        font-weight: bold;
        margin-bottom: 2px; }
      .eke-media-single-similars[data-media-type="video"] .eke-media-single-similar .eke-media-details .eke-media-subject, .eke-media-single-similars[data-media-type="sound"] .eke-media-single-similar .eke-media-details .eke-media-subject {
        font-size: 0.9em;
        margin-bottom: 2px; }
      .eke-media-single-similars[data-media-type="video"] .eke-media-single-similar .eke-media-details .eke-media-grade, .eke-media-single-similars[data-media-type="sound"] .eke-media-single-similar .eke-media-details .eke-media-grade {
        font-style: italic;
        font-size: 0.9em;
        margin-bottom: 2px; }
    .eke-media-single-similars[data-media-type="video"] .eke-media-single-similar .eke-media-stat, .eke-media-single-similars[data-media-type="sound"] .eke-media-single-similar .eke-media-stat {
      display: flex;
      justify-content: space-between;
      padding: 0 0.6rem;
      margin: auto -0.6rem -0.6rem -0.6rem;
      background: #203138;
      color: #ffffff;
      font-size: 0.9em; }

.equalizer {
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  width: 90px;
  height: 60px;
  margin-left: -1px; }

@keyframes bar {
  0% {
    opacity: .35;
    height: 10%; }
  100% {
    opacity: 1;
    height: 90%; } }
  .equalizer .bar {
    background: #2BB472;
    flex: 1;
    animation: bar 0ms -800ms linear infinite alternate;
    margin-left: 1px;
    animation-delay: -10s;
    /*
        &:nth-child(1)  { animation-duration: 474ms; }
        &:nth-child(2)  { animation-duration: 433ms; }
        &:nth-child(3)  { animation-duration: 407ms; }
        &:nth-child(4)  { animation-duration: 458ms; }
        &:nth-child(5)  { animation-duration: 400ms; }
        &:nth-child(6)  { animation-duration: 427ms; }
        &:nth-child(7)  { animation-duration: 441ms; }
        &:nth-child(8)  { animation-duration: 419ms; }
        &:nth-child(9)  { animation-duration: 487ms; }
        &:nth-child(10) { animation-duration: 442ms; }
        */ }
    .equalizer .bar:nth-child(1) {
      animation-duration: 449ms; }
    .equalizer .bar:nth-child(2) {
      animation-duration: 466ms; }
    .equalizer .bar:nth-child(3) {
      animation-duration: 498ms; }
    .equalizer .bar:nth-child(4) {
      animation-duration: 420ms; }
    .equalizer .bar:nth-child(5) {
      animation-duration: 493ms; }
    .equalizer .bar:nth-child(6) {
      animation-duration: 423ms; }
    .equalizer .bar:nth-child(7) {
      animation-duration: 402ms; }
    .equalizer .bar:nth-child(8) {
      animation-duration: 486ms; }
    .equalizer .bar:nth-child(9) {
      animation-duration: 417ms; }
    .equalizer .bar:nth-child(10) {
      animation-duration: 434ms; }
    .equalizer .bar:nth-child(11) {
      animation-duration: 403ms; }
    .equalizer .bar:nth-child(12) {
      animation-duration: 469ms; }
    .equalizer .bar:nth-child(13) {
      animation-duration: 412ms; }
    .equalizer .bar:nth-child(14) {
      animation-duration: 409ms; }
    .equalizer .bar:nth-child(15) {
      animation-duration: 470ms; }
    .equalizer .bar:nth-child(16) {
      animation-duration: 470ms; }
    .equalizer .bar:nth-child(17) {
      animation-duration: 471ms; }
    .equalizer .bar:nth-child(18) {
      animation-duration: 415ms; }
    .equalizer .bar:nth-child(19) {
      animation-duration: 455ms; }
    .equalizer .bar:nth-child(20) {
      animation-duration: 425ms; }

/* SplitPane */
.SplitPane .eke-sidebar {
  position: static;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }

.SplitPane .Pane {
  overflow: auto; }
  .SplitPane .Pane.Pane2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .SplitPane .Pane .content-wrapper {
    margin: 0; }

.Resizer {
  background: #000;
  opacity: .2;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box; }
  .Resizer:hover {
    -webkit-transition: all 2s ease;
    transition: all 2s ease; }
  .Resizer.horizontal {
    height: 11px;
    margin: -5px 0;
    border-top: 5px solid rgba(255, 255, 255, 0);
    border-bottom: 5px solid rgba(255, 255, 255, 0);
    cursor: row-resize;
    width: 100%; }
    .Resizer.horizontal:hover {
      border-top: 5px solid rgba(0, 0, 0, 0.5);
      border-bottom: 5px solid rgba(0, 0, 0, 0.5); }
  .Resizer.vertical {
    width: 11px;
    margin: 0 -5px;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    cursor: col-resize; }
    .Resizer.vertical:hover {
      border-left: 5px solid rgba(0, 0, 0, 0.5);
      border-right: 5px solid rgba(0, 0, 0, 0.5); }
  .Resizer.disabled {
    cursor: not-allowed; }
    .Resizer.disabled:hover {
      border-color: transparent; }

/***********
* Sidebar
*/
.eke-sidebar {
  position: fixed;
  background: #106291;
  left: 0;
  top: 60px;
  width: 220px;
  color: #fff;
  overflow-y: hidden;
  overflow-x: hidden;
  border-bottom: 0;
  transition: 0ms;
  z-index: 850; }
  @media screen and (max-width: 63.9375em) {
    .eke-sidebar {
      top: 74px;
      z-index: 800; } }
  .eke-sidebar .eke-sidebar-header {
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }
    .eke-sidebar .eke-sidebar-header a {
      padding: 0.5rem; }
      .eke-sidebar .eke-sidebar-header a:hover {
        background: transparent; }
  .eke-sidebar.closed {
    width: 50px;
    transition: 0ms; }
    .eke-sidebar.closed i.close-btn::before {
      content: '\f105'; }
    .eke-sidebar.closed .text {
      position: absolute;
      width: 0;
      height: 0;
      opacity: 0;
      transition: 100ms;
      white-space: nowrap;
      overflow: hidden; }
    .eke-sidebar.closed .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
      display: none; }
  .eke-sidebar .text {
    color: #fff;
    margin: 0.5rem;
    flex: 1; }
  .eke-sidebar a {
    color: #fff;
    line-height: 1rem;
    display: block;
    padding: 1em; }
    .eke-sidebar a:hover, .eke-sidebar a.active {
      background-color: #144d6e; }
    .eke-sidebar a:hover .text {
      color: #fff; }
    .eke-sidebar a i {
      text-align: center;
      width: 20px; }
  .eke-sidebar h4 {
    margin: 0;
    padding: 0.5rem;
    position: relative;
    display: flex;
    align-items: center; }
  .eke-sidebar i.close-btn {
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 1.2rem;
    outline: none;
    line-height: 50px; }
    .eke-sidebar i.close-btn::before {
      content: '\f00d'; }
  .eke-sidebar ul {
    list-style-type: none;
    margin: 0 !important; }
    .eke-sidebar ul li.is-accordion-submenu-parent {
      border-bottom: 1px solid rgba(0, 0, 0, 0.18);
      border-top: 1px solid rgba(255, 255, 255, 0.18); }
    .eke-sidebar ul li.separator {
      padding: 0;
      margin: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.18);
      border-bottom: 1px solid rgba(255, 255, 255, 0.18); }
    .eke-sidebar ul > li > ul {
      background-color: #0fa0cf; }
  .eke-sidebar .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: #fff transparent transparent; }
  .eke-sidebar .accordion-menu .is-accordion-submenu-parent a {
    padding-right: 30px; }
    .eke-sidebar .accordion-menu .is-accordion-submenu-parent a i {
      margin-right: 5px; }
    .eke-sidebar .accordion-menu .is-accordion-submenu-parent a img {
      width: 1em; }

@keyframes close {
  0% {
    width: 220px;
    white-space: nowrap; }
  100% {
    width: 50px; } }

@keyframes open {
  0% {
    width: 50px;
    white-space: nowrap; }
  100% {
    width: 220px; } }

/***********
* Tabs
*/
.eke-tabs {
  display: flex;
  margin: 0;
  border-bottom: 1px solid #232b34;
  width: 100%; }
  .eke-tabs .tab {
    position: relative;
    color: #fff;
    list-style: none; }
    .eke-tabs .tab:first-child {
      margin-left: 1rem; }
    .eke-tabs .tab input {
      position: absolute;
      height: 0;
      width: 0;
      opacity: 0; }
    .eke-tabs .tab.selected label {
      z-index: 1; }
    .eke-tabs .tab.selected label:after,
    .eke-tabs .tab.selected label:before {
      background-color: #4c7484; }
    .eke-tabs .tab label {
      position: relative;
      z-index: 0;
      color: #fff;
      line-height: 2;
      margin: 0 -10px 0 0;
      padding: 10px 30px 10px 15px;
      min-width: 100px;
      height: 100%; }
      .eke-tabs .tab label:first-child {
        margin-left: 0; }
      .eke-tabs .tab label:after {
        content: '';
        position: absolute;
        top: 0;
        right: 30px;
        bottom: 0;
        left: 0;
        z-index: -1;
        border-radius: 5px 5px 0 0;
        background-color: #232b34;
        /* -webkit-transform: perspective(5px) rotateX(1.2deg) translateZ(-1px);
    transform: perspective(5px) rotateX(1.2deg) translateZ(-1px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;*/ }
      .eke-tabs .tab label:before {
        content: '';
        position: absolute;
        width: 70px;
        top: 0;
        right: 30px;
        bottom: 0;
        z-index: -1;
        border-radius: 5px 5px 0 0;
        background-color: #232b34;
        -moz-transform: skew(30deg, 0deg);
        -webkit-transform: skew(30deg, 0deg);
        -o-transform: skew(30deg, 0deg);
        -ms-transform: skew(30deg, 0deg);
        transform: skew(30deg, 0deg);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0; }
    .eke-tabs .tab.react-tabs__tab--selected {
      background: transparent; }
      .eke-tabs .tab.react-tabs__tab--selected label {
        z-index: 1;
        color: #232b34; }
      .eke-tabs .tab.react-tabs__tab--selected label:after {
        background-color: #fff;
        border: 1px solid #232b34;
        border-bottom: 0;
        margin-bottom: -1px; }

/*button click effect*/
@keyframes click_effect {
  50% {
    transform: scale(1.5, 1.5);
    opacity: 0; }
  99% {
    transform: scale(0.001, 0.001);
    opacity: 0; }
  100% {
    transform: scale(0.001, 0.001);
    opacity: 0.25; } }

button {
  cursor: pointer; }
  button:active {
    outline: 0; }
  button:focus {
    outline: 0; }
  button.save::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    content: "\f0c7";
    margin-right: 0.5rem; }
  button.share::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    content: "\f1e0";
    margin-right: 0.5rem; }
  button.edit::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    content: "\f044";
    margin-right: 0.5rem; }
  button.back::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    content: "\f060";
    margin-right: 0.5rem; }
  button.next {
    flex-direction: row-reverse; }
    button.next::before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal;
      content: "\f061";
      margin-left: 0.5rem; }

.button {
  font-weight: 400;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #0F669E;
  color: #fff;
  padding-top: 0.85em;
  padding-right: 1em;
  padding-bottom: 0.85em;
  padding-left: 1em;
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.65);
  /*szűrő gombok*/ }
  .button:active {
    /*@extend .button;*/
    -webkit-box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65); }
  .button:hover {
    background-color: #2F77A6; }
  .button:after {
    content: "";
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: aliceblue;
    border-radius: 50%;
    display: block;
    position: absolute;
    margin-top: -50%;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(0.001, 0.001);
    opacity: 0.25; }
  .button:active {
    outline: 0; }
    .button:active:after {
      animation: click_effect 0.8s ease-out; }
  .button.light, .button.light:active, .button.light:focus, .button.light.primary:active, .button.light.primary:focus, .button.light.secondary:active, .pagination button.light.active:active,
  .pagination a.light.active:active, .button.light.secondary:focus, .pagination button.light.active:focus,
  .pagination a.light.active:focus {
    background-color: #2F77A6; }
    .button.light:hover, .button.light.primary:hover:active, .button.light.primary:hover:focus, .button.light.secondary:hover:active, .pagination button.light.active:hover:active,
    .pagination a.light.active:hover:active, .button.light.secondary:hover:focus, .pagination button.light.active:hover:focus,
    .pagination a.light.active:hover:focus {
      background-color: #0F669E; }
  .button.dark, .button.dark:active, .button.dark:focus, .button.dark.primary:active, .button.dark.primary:focus, .button.dark.secondary:active, .pagination button.dark.active:active,
  .pagination a.dark.active:active, .button.dark.secondary:focus, .pagination button.dark.active:focus,
  .pagination a.dark.active:focus {
    background-color: #094C77; }
    .button.dark:hover, .button.dark.primary:hover:active, .button.dark.primary:hover:focus, .button.dark.secondary:hover:active, .pagination button.dark.active:hover:active,
    .pagination a.dark.active:hover:active, .button.dark.secondary:hover:focus, .pagination button.dark.active:hover:focus,
    .pagination a.dark.active:hover:focus {
      background-color: #0F669E; }
  .button.hollow {
    background-color: transparent;
    border-color: #0F669E;
    color: #0F669E; }
  .button.primary, .button.primary:active, .button.primary:focus, .button.primary[disabled] {
    background-color: #065baa;
    color: #fff; }
    .button.primary:hover {
      background-color: #2e87db;
      color: #fff; }
    .button.primary.hollow {
      background-color: transparent;
      border-color: #065baa;
      color: #065baa; }
    .button.primary.light, .button.light.primary:active, .button.light.primary:focus, .pagination button.light.primary.active:active,
    .pagination a.light.primary.active:active, .pagination button.light.primary.active:focus,
    .pagination a.light.primary.active:focus {
      background-color: #87b7e4; }
      .button.primary.light:hover, .pagination button.light.primary.active:hover:active,
      .pagination a.light.primary.active:hover:active, .pagination button.light.primary.active:hover:focus,
      .pagination a.light.primary.active:hover:focus {
        background-color: #065baa; }
    .button.primary.dark, .button.dark.primary:active, .button.dark.primary:focus, .pagination button.dark.primary.active:active,
    .pagination a.dark.primary.active:active, .pagination button.dark.primary.active:focus,
    .pagination a.dark.primary.active:focus {
      background-color: #16a7e0; }
      .button.primary.dark:hover, .pagination button.dark.primary.active:hover:active,
      .pagination a.dark.primary.active:hover:active, .pagination button.dark.primary.active:hover:focus,
      .pagination a.dark.primary.active:hover:focus {
        background-color: #065baa; }
  .button.clear {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .button + .button {
    margin-left: 3px !important; }
  .button i {
    margin: 0 3px; }
  .button.eke-filter-button {
    border-radius: 1rem; }

.button.secondary, .button.secondary:active, .pagination button.active:active,
.pagination a.active:active, .button.secondary:focus, .pagination button.active:focus,
.pagination a.active:focus, .pagination button.active,
.pagination a.active {
  background-color: #4c7484;
  color: #fff; }
  .button.secondary:hover, .pagination button.active:hover,
  .pagination a.active:hover {
    background-color: #232b34;
    color: #fff; }
  .button.secondary.hollow, .pagination button:active,
  .pagination a:active, .pagination button:focus,
  .pagination a:focus, .pagination button,
  .pagination a, .pagination button.hollow.active,
  .pagination a.hollow.active {
    background-color: transparent;
    border-color: #232b34;
    color: #232b34; }
  .button.secondary.light, .button.light.secondary:active, .pagination button.light.active:active,
  .pagination a.light.active:active, .button.light.secondary:focus, .pagination button.light.active:focus,
  .pagination a.light.active:focus, .pagination button.light.active,
  .pagination a.light.active {
    background-color: #4c7484; }
    .button.secondary.light:hover, .pagination button.light.active:hover,
    .pagination a.light.active:hover {
      background-color: #232b34; }
  .button.secondary.dark, .button.dark.secondary:active, .pagination button.dark.active:active,
  .pagination a.dark.active:active, .button.dark.secondary:focus, .pagination button.dark.active:focus,
  .pagination a.dark.active:focus, .pagination button.dark.active,
  .pagination a.dark.active {
    background-color: #203138; }
    .button.secondary.dark:hover, .pagination button.dark.active:hover,
    .pagination a.dark.active:hover {
      background-color: #232b34; }

/* lapozó gombok */
.pagination {
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  background-color: transparent; }
  .pagination button {
    line-height: 1.4; }
  .pagination button,
  .pagination a {
    background-color: #fff;
    display: block;
    border-style: solid;
    border-width: 1px; }
    .pagination button.active,
    .pagination a.active {
      outline: none; }
    .pagination button:focus,
    .pagination a:focus {
      background-color: #fff; }
  .pagination button + button,
  .pagination a + a {
    margin-left: 3px; }

/*
ReactTable gombok
TODO:ezeket egységesíteni kellene */
.-btn {
  border: #4c7484 solid 2px !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  color: #4c7484 !important;
  font-size: 18px !important;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.3) !important;
  position: relative; }
  .-btn :hover {
    background-color: #4c7484 !important;
    color: #fff !important; }
  .-btn[disabled]:hover {
    border: #4c7484 solid 2px !important;
    background-color: #fff !important;
    color: #4c7484 !important; }
  .-btn[disabled]::before {
    content: ""; }
  .-next .-btn::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    content: "\f35a";
    color: #4c7484;
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    right: 12.5px;
    font-size: 25px;
    font-weight: 100; }
  .-previous .-btn::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    content: "\f359";
    color: #4c7484;
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    left: 12.5px;
    font-size: 25px;
    font-weight: 100; }
  @media (max-width: 885px) {
    .-btn {
      width: 55px !important; }
      .-previous .-btn,
      .-next .-btn {
        text-indent: -9000px;
        text-transform: capitalize; }
        .-previous .-btn::before,
        .-next .-btn::before {
          text-indent: 0; } }

@media (max-width: 885px) {
  .ReactTable .-pagination .-previous,
  .ReactTable .-pagination .-next {
    flex: 0 !important; } }

/* input group */
.input-group .button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.hover-img .hover {
  display: none; }

.hover-img:hover .front {
  display: none; }

.hover-img:hover .hover {
  display: block; }

.gallery {
  /*display:flex;*/
  display: grid;
  grid-template-columns: auto auto auto auto;
  flex-wrap: wrap;
  width: 100%; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .gallery {
      grid-template-columns: auto auto auto; } }
  @media screen and (max-width: 39.9375em) {
    .gallery {
      grid-template-columns: auto; } }
  .gallery .gallery-item {
    height: 150px;
    margin: 5px;
    flex: 0 0 auto; }
    .gallery .gallery-item .img-wrapper {
      padding: 5px;
      height: 100%;
      width: 100%;
      -webkit-box-shadow: 0 1px 2px #cacaca;
      -moz-box-shadow: 0 1px 2px #cacaca;
      box-shadow: 0 1px 2px #cacaca; }
      .gallery .gallery-item .img-wrapper a {
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: block; }
      .gallery .gallery-item .img-wrapper img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
        .gallery .gallery-item .img-wrapper img:hover {
          transform: scale(1.1);
          transition: 0.8s; }

.gallery-item-boldtitle {
  color: #000;
  display: block;
  max-height: 2rem;
  -webkit-box-orient: vertical;
  box-orient: vertical !important;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap;
  -webkit-line-clamp: 2;
  line-clamp: 2 !important;
  font-size: 1rem;
  line-height: 2.25rem;
  font-weight: bold; }

.mce-tinymce,
.mce-container-body,
#code_ifr {
  box-sizing: border-box !important; }

.sni-view {
  margin: auto;
  max-width: 1170px; }
  .sni-view .editor-wrapper {
    padding-bottom: calc(56% + 96px);
    position: relative; }
    .sni-view .editor-wrapper .editor {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      overflow: hidden;
      height: 100%;
      /*Container, container body, iframe*/
      /*Editing area*/
      /*Footer*/ }
      .sni-view .editor-wrapper .editor > div {
        height: 100%; }
      .sni-view .editor-wrapper .editor iframe {
        width: 1170px !important;
        height: 655.2px !important;
        transform-origin: top left; }
      .sni-view .editor-wrapper .editor .mce-tinymce,
      .sni-view .editor-wrapper .editor .mce-container-body,
      .sni-view .editor-wrapper .editor #code_ifr {
        min-height: 100% !important; }
      .sni-view .editor-wrapper .editor .mce-container-body .mce-edit-area {
        position: absolute;
        top: 69px;
        bottom: 37px;
        left: 0;
        right: 0; }
      .sni-view .editor-wrapper .editor .mce-tinymce .mce-statusbar {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }

/* Editor formats */
/* figure */
figure {
  position: relative;
  z-index: 10;
  margin: 15px 0;
  /*display: inline-block;*/
  display: block; }
  figure img {
    display: block;
    margin: 0 auto;
    /* border-radius: 30px 30px 0px 30px; */ }
  figure.w-100 img,
  figure.w-100 a {
    width: 100%;
    max-width: 100%;
    object-fit: contain; }
  figure.h-100 img,
  figure.h-100 a {
    height: 100%;
    max-height: 100%;
    object-fit: contain; }
  figure.h-100.w-100 img,
  figure.h-100.w-100 a {
    object-fit: contain; }
  figure.float-left {
    margin: 0 30px 10px 0px;
    clear: left; }
    figure.float-left.third {
      margin: 0 0 10px 0;
      max-width: 33.33%;
      margin-right: 30px; }
      figure.float-left.third + figure.float-left.third {
        margin-left: -30px; }
    figure.float-left + figure.float-left {
      clear: none; }
  figure.float-right {
    margin: 0 0 10px 30px;
    clear: right;
    /*max-width: 33.98692810457516%;*/ }
    figure.float-right + figure.float-right {
      clear: none; }
    figure.float-right .kerdes {
      padding-left: 30px; }
  figure.lo {
    display: block;
    clear: both;
    z-index: unset; }
  figure .keptar-link {
    position: relative;
    display: block;
    padding: 5px; }
    figure .keptar-link:before {
      height: 49px;
      width: 49px;
      position: absolute;
      bottom: 0;
      right: 0;
      display: block;
      content: "";
      background: url(../img/app/I/kep_ikon.svg) center no-repeat; }

@media (min-width: 769px) {
  figure.half {
    max-width: 50%; }
  figure.half.float-left + figure.half.float-left {
    margin-left: -30px;
    margin-right: 0; }
  figure.third {
    max-width: 33.33%; }
  figure.quarter {
    max-width: 25%; } }

a.keptar-link {
  display: inline-block; }

.tickets > .title {
  font-size: 1.25rem; }

.tickets .ticket-item {
  border: 1px solid #065baa;
  margin-bottom: 0.5rem;
  background-color: #fff;
  font-size: 0.85rem;
  padding: 3px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }
  .tickets .ticket-item a {
    display: flex;
    align-items: center; }
    .tickets .ticket-item a span {
      flex: 1; }
    .tickets .ticket-item a::after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-style: normal;
      content: "\f0e0";
      display: block;
      color: inherit; }

.message-list.ReactTable {
  display: flex;
  flex-direction: column-reverse; }
  .message-list.ReactTable .rt-tr {
    cursor: pointer; }
  .message-list.ReactTable .selected {
    background-color: #065baa;
    color: #fff; }

.messages-show .my-message {
  border-left: 5px solid #065baa; }

.messages-show .other-message {
  margin-left: 1.5rem;
  border-left: 5px solid #232b34; }

.messages-show .opened {
  background-color: #faf0e6; }

.bottom-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch; }

.message-list-header {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  align-content: center; }
  .message-list-header button {
    margin-bottom: 0; }
  .message-list-header .message-text-search {
    margin-left: 20px;
    display: flex;
    align-items: center;
    align-content: center; }
    .message-list-header .message-text-search button {
      border-radius: 0 3px 3px 0;
      -webkit-box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
      -moz-box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
      box-shadow: 0px 0px 1px -1px rgba(0, 0, 0, 0.65);
      margin-bottom: 2px; }
    .message-list-header .message-text-search input {
      line-height: 1.8;
      margin-left: 10px;
      margin-right: -1px; }
    .message-list-header .message-text-search .trash-wrapper {
      position: absolute;
      right: 0; }
    @media (max-width: 1024px) {
      .message-list-header .message-text-search {
        display: block;
        margin-left: 0;
        width: 100%; }
        .message-list-header .message-text-search input {
          margin-left: 0; }
        .message-list-header .message-text-search .trash-wrapper {
          position: relative;
          margin-top: 15px; } }

.recipient-list-container ul {
  list-style-type: none;
  margin-left: 0; }
  .recipient-list-container ul li {
    margin-right: 8px;
    display: inline-block; }
    .recipient-list-container ul li:after {
      content: " ; "; }

.recipient-list-container .fa-times {
  cursor: pointer;
  color: #e60000;
  margin-left: 5px; }

.message-page {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.message-page,
.message-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden; }
  .message-page .message-head,
  .message-panel .message-head {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    margin: 0rem 0rem 0rem 0rem;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-color: #fff; }
    .message-page .message-head .subject,
    .message-panel .message-head .subject {
      font-size: 1rem;
      font-weight: bold; }
    .message-page .message-head .recipient-container,
    .message-panel .message-head .recipient-container {
      display: flex; }
    .message-page .message-head .recipient-list-container,
    .message-panel .message-head .recipient-list-container {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis; }
      .message-page .message-head .recipient-list-container ul,
      .message-panel .message-head .recipient-list-container ul {
        display: inline;
        white-space: nowrap; }
        .message-page .message-head .recipient-list-container ul li,
        .message-panel .message-head .recipient-list-container ul li {
          display: inline; }

.message-cards-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1; }
  .message-cards-wrapper .message-scroll-wrapper {
    position: relative; }
    .message-cards-wrapper .message-scroll-wrapper::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 10px;
      z-index: 2;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */ }
  .message-cards-wrapper .message-cards-area {
    flex: 1;
    padding: 1rem; }
  .message-cards-wrapper .messagebox-area {
    flex: 0 0 auto;
    min-height: 100px;
    border-top: 1px solid silver;
    padding: 1rem 1rem 0; }
    .message-cards-wrapper .messagebox-area .button.clear {
      padding: 0.5rem;
      color: inherit; }
    .message-cards-wrapper .messagebox-area .button.active {
      background-color: lightgray; }
    .message-cards-wrapper .messagebox-area .html-edit-span {
      color: #0000ff;
      float: right;
      cursor: pointer; }
    .message-cards-wrapper .messagebox-area .message-textbox {
      border-radius: 5px;
      border: 1px solid silver;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
      padding: 1rem;
      min-height: 50px;
      width: 100%;
      font-size: 0.85rem;
      line-height: 50px;
      color: #999;
      cursor: text;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      overflow: hidden;
      position: relative; }
      .message-cards-wrapper .messagebox-area .message-textbox textarea {
        min-height: auto;
        margin: 0 1rem 0 0;
        border: 0;
        box-shadow: none;
        resize: none;
        padding: 0;
        max-height: 300px;
        overflow: auto; }
        .message-cards-wrapper .messagebox-area .message-textbox textarea::-webkit-scrollbar {
          width: 10px;
          background-color: #f5f5f5; }
        .message-cards-wrapper .messagebox-area .message-textbox textarea::-webkit-scrollbar-thumb {
          border-radius: 10px;
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          background-color: silver; }
      .message-cards-wrapper .messagebox-area .message-textbox button {
        margin-left: 1rem; }

.message-canvas .off-canvas {
  padding-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 525px; }
  @media screen and (max-width: 39.9375em) {
    .message-canvas .off-canvas {
      padding-top: 45px; } }

.message-canvas .message-tools {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .message-canvas .message-tools button {
    outline: none; }
  .message-canvas .message-tools .close-button {
    outline: none;
    position: static; }

.eke-menu-editor.rc-tree {
  font-size: 0.9em;
  border-right: 1px solid #dcdcdc; }
  .eke-menu-editor.rc-tree li {
    position: relative; }
    .eke-menu-editor.rc-tree li .has-content {
      font-weight: bold; }
      .eke-menu-editor.rc-tree li .has-content:after {
        content: "\f0c1";
        font-family: "Font Awesome 5 Free";
        margin-left: 5px;
        color: #a51f1f; }
    .eke-menu-editor.rc-tree li .has-external-content {
      font-weight: bold; }
      .eke-menu-editor.rc-tree li .has-external-content:after {
        content: "\f35d";
        font-family: "Font Awesome 5 Free";
        margin-left: 5px;
        color: #1f3470; }
    .eke-menu-editor.rc-tree li.drag-over > .draggable {
      background: none;
      color: unset;
      border: none;
      opacity: 0.8; }
      .eke-menu-editor.rc-tree li.drag-over > .draggable::after {
        content: "→";
        position: absolute;
        left: -61px;
        top: 7px;
        line-height: 1; }
    .eke-menu-editor.rc-tree li.drag-over > .rc-tree-switcher-noop + .draggable::after {
      left: -30px; }
    .eke-menu-editor.rc-tree li.drag-over-gap-bottom > .draggable {
      background: none;
      color: unset;
      border: none;
      opacity: 0.8; }
      .eke-menu-editor.rc-tree li.drag-over-gap-bottom > .draggable::after {
        content: "→";
        position: absolute;
        left: -61px;
        bottom: -8px;
        line-height: 1; }
    .eke-menu-editor.rc-tree li.drag-over-gap-bottom > .rc-tree-switcher-noop + .draggable::after {
      left: -30px; }
    .eke-menu-editor.rc-tree li.drag-over-gap-top > .draggable {
      background: none;
      color: unset;
      border: none;
      opacity: 0.8; }
      .eke-menu-editor.rc-tree li.drag-over-gap-top > .draggable::after {
        content: "→";
        position: absolute;
        left: -61px;
        top: -10px;
        line-height: 1; }
    .eke-menu-editor.rc-tree li.drag-over-gap-top > .rc-tree-switcher-noop + .draggable::after {
      left: -30px; }
    .eke-menu-editor.rc-tree li .rc-tree-switcher {
      width: 24px;
      height: 24px;
      margin-top: 5px;
      vertical-align: top;
      margin-left: 5px; }
      .eke-menu-editor.rc-tree li .rc-tree-switcher.rc-tree-switcher_close {
        background-position: -111px -56px;
        background-size: 240px auto; }
      .eke-menu-editor.rc-tree li .rc-tree-switcher.rc-tree-switcher_open {
        background-position: -138px -56px;
        background-size: 240px auto; }
      .eke-menu-editor.rc-tree li .rc-tree-switcher.rc-tree-switcher-noop {
        background-image: url("data:image/png;base64,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");
        background-position: -110px -49px;
        width: 16px;
        height: 16px;
        position: absolute;
        left: 6px;
        top: 4px; }
        .eke-menu-editor.rc-tree li .rc-tree-switcher.rc-tree-switcher-noop + .rc-tree-node-content-wrapper {
          padding: 5px 10px 5px 37px; }
          .eke-menu-editor.rc-tree li .rc-tree-switcher.rc-tree-switcher-noop + .rc-tree-node-content-wrapper::before {
            left: 0; }
    .eke-menu-editor.rc-tree li .rc-tree-node-content-wrapper {
      position: relative;
      height: auto;
      padding: 5px 10px 5px 5px;
      margin-bottom: 5px;
      color: #4469ab; }
      .eke-menu-editor.rc-tree li .rc-tree-node-content-wrapper::before {
        content: "";
        position: absolute;
        left: -31px;
        right: 0;
        top: 0;
        bottom: 0;
        background: #e6ebf4;
        border: 1px solid #dcdcdc;
        border-radius: 5px;
        z-index: -1; }
      .eke-menu-editor.rc-tree li .rc-tree-node-content-wrapper:hover::before {
        background: #d0dfff; }
      .eke-menu-editor.rc-tree li .rc-tree-node-content-wrapper.draggable {
        cursor: move; }
      .eke-menu-editor.rc-tree li .rc-tree-node-content-wrapper.rc-tree-node-selected {
        background: unset;
        border: unset;
        opacity: unset; }
        .eke-menu-editor.rc-tree li .rc-tree-node-content-wrapper.rc-tree-node-selected::before {
          border: 1px solid #aeaeae;
          background: #d0d0d0;
          background: linear-gradient(180deg, #bababa 0%, #c7c7c7 100%); }
        .eke-menu-editor.rc-tree li .rc-tree-node-content-wrapper.rc-tree-node-selected:hover::before {
          background: linear-gradient(180deg, #c7c7c7 0%, #bababa 100%); }

.forum-container {
  height: 100%;
  display: flex;
  flex-direction: column; }

.forum-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid silver; }

.forum-body {
  display: flex;
  width: 100%;
  position: relative;
  flex: 1; }
  .forum-body .forum-panel {
    flex: 0;
    min-width: 300px;
    background-color: #fff;
    border-left: 1px solid silver; }
    @media screen and (max-width: 63.9375em) {
      .forum-body .forum-panel {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); } }

.forum-messages-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1; }
  .forum-messages-wrapper .scroll-wrapper {
    position: relative; }
    .forum-messages-wrapper .scroll-wrapper::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 10px;
      z-index: 2;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */ }
  .forum-messages-wrapper .forum-message-area {
    flex: 1;
    padding: 1rem; }
    .forum-messages-wrapper .forum-message-area .post-refresh-btn {
      cursor: pointer; }
      .forum-messages-wrapper .forum-message-area .post-refresh-btn.sync {
        animation: rotation 0.5s infinite linear; }

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
    .forum-messages-wrapper .forum-message-area .post {
      background-color: #fefefe;
      padding: 0.5rem;
      border-radius: 3px;
      border: 1px solid #ddd;
      margin-bottom: 15px; }
      .forum-messages-wrapper .forum-message-area .post h5 {
        font-size: 1.1rem; }
      .forum-messages-wrapper .forum-message-area .post .header {
        display: flex;
        align-content: center;
        align-items: center;
        margin-bottom: 0.5rem;
        position: relative; }
        .forum-messages-wrapper .forum-message-area .post .header .name-block {
          width: 100%;
          display: block; }
          .forum-messages-wrapper .forum-message-area .post .header .name-block h3 {
            margin-bottom: 0;
            font-size: 1.2rem; }
          .forum-messages-wrapper .forum-message-area .post .header .name-block .date {
            margin: 0;
            padding: 0;
            color: #7c7c7c;
            font-size: .8rem;
            display: block; }
        .forum-messages-wrapper .forum-message-area .post .header .actions {
          position: absolute;
          top: 0;
          right: 0;
          color: #7c7c7c;
          display: flex; }
          .forum-messages-wrapper .forum-message-area .post .header .actions button {
            opacity: 0.3; }
            .forum-messages-wrapper .forum-message-area .post .header .actions button:hover {
              opacity: 1; }
          .forum-messages-wrapper .forum-message-area .post .header .actions .settings {
            margin-left: 0.5rem; }
      .forum-messages-wrapper .forum-message-area .post .post-text {
        white-space: pre-line;
        overflow-wrap: break-word; }
        .forum-messages-wrapper .forum-message-area .post .post-text a {
          word-wrap: break-word; }
      .forum-messages-wrapper .forum-message-area .post .time-interval.label {
        margin-bottom: 10px;
        background: #fff;
        border: none; }
        .forum-messages-wrapper .forum-message-area .post .time-interval.label:before {
          content: "";
          display: none; }
      .forum-messages-wrapper .forum-message-area .post .reply-to-quote {
        font-size: 0.85rem;
        background-color: #eeeeee;
        padding: 0.5rem;
        border-radius: 5px 5px 5px 0px; }
  .forum-messages-wrapper .messagebox-area {
    flex: 0 0 auto;
    min-height: 100px;
    padding: 1rem 1rem 0; }
    .forum-messages-wrapper .messagebox-area .button.clear {
      padding: 0.5rem;
      color: inherit; }
    .forum-messages-wrapper .messagebox-area .button.active {
      background-color: lightgray; }
    .forum-messages-wrapper .messagebox-area .message-textbox {
      border-radius: 5px;
      border: 1px solid silver;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
      padding: 1rem;
      min-height: 50px;
      width: 100%;
      font-size: 0.85rem;
      line-height: 50px;
      color: #999;
      cursor: text;
      margin-bottom: 1rem;
      display: flex;
      align-items: center;
      overflow: hidden;
      position: relative; }
      .forum-messages-wrapper .messagebox-area .message-textbox textarea {
        min-height: auto;
        margin: 0 1rem 0 0;
        border: 0;
        box-shadow: none;
        resize: none;
        padding: 0;
        max-height: 300px;
        overflow: auto; }
        .forum-messages-wrapper .messagebox-area .message-textbox textarea::-webkit-scrollbar {
          width: 10px;
          background-color: #F5F5F5; }
        .forum-messages-wrapper .messagebox-area .message-textbox textarea::-webkit-scrollbar-thumb {
          border-radius: 10px;
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          background-color: silver; }
      .forum-messages-wrapper .messagebox-area .message-textbox button {
        margin-left: 1rem; }
    .forum-messages-wrapper .messagebox-area .reply-to-quote {
      border-radius: 5px;
      border: 1px solid silver;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
      margin-bottom: 5px;
      padding: 0.5rem;
      background-color: #eeeeee; }
      .forum-messages-wrapper .messagebox-area .reply-to-quote > span:first-child {
        font-size: 0.85rem;
        font-weight: bold; }
      .forum-messages-wrapper .messagebox-area .reply-to-quote .reply-to-close {
        float: right; }

.forum-topics .header,
.forum-members .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid silver;
  padding: 0.5rem; }
  .forum-topics .header h4,
  .forum-members .header h4 {
    margin: 0;
    font-size: 1.2rem;
    flex: 1; }
  .forum-topics .header .actions button,
  .forum-members .header .actions button {
    margin-left: 5px; }

.forum-topics .list,
.forum-members .list {
  padding: 0.5rem;
  margin: 0; }
  .forum-topics .list li,
  .forum-members .list li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    height: 35px; }
    .forum-topics .list li:hover,
    .forum-members .list li:hover {
      background-color: lightgray; }
    .forum-topics .list li .button,
    .forum-members .list li .button {
      margin-bottom: 0; }

.content-show .title {
  border-bottom: 4px solid #005083;
  padding-bottom: 8px; }
  .content-show .title:empty {
    display: none; }

.cms-breadcrumb {
  display: flex;
  list-style: none;
  margin-left: 0; }
  .cms-breadcrumb li {
    margin-right: 2rem;
    position: relative;
    text-transform: uppercase;
    color: #065baa; }
    .cms-breadcrumb li::before {
      content: '';
      display: block;
      height: 10px;
      width: 10px;
      background-color: #065baa;
      position: absolute;
      top: 50%;
      transform: translate(-200%, -50%) rotate(45deg); }
    .cms-breadcrumb li:first-child::before {
      display: none; }

.gallery-show {
  padding: 1rem; }
  .gallery-show .close-btn {
    font-size: 2rem;
    color: #fff;
    margin: 0.5rem;
    right: 0;
    float: right;
    position: relative;
    z-index: 1; }
  .gallery-show.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10000; }
    .gallery-show.popup .gallery-wrapper {
      display: flex;
      height: unset; }
    .gallery-show.popup .title {
      color: #fff; }
  .gallery-show .gallery-wrapper {
    display: flex;
    height: 600px; }
    .gallery-show .gallery-wrapper .view-zone {
      flex: 1;
      overflow: hidden; }
      .gallery-show .gallery-wrapper .view-zone .swiper {
        position: relative; }
        .gallery-show .gallery-wrapper .view-zone .swiper .nextItem,
        .gallery-show .gallery-wrapper .view-zone .swiper .prevItem {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          z-index: 1;
          cursor: pointer; }
          .gallery-show .gallery-wrapper .view-zone .swiper .nextItem i,
          .gallery-show .gallery-wrapper .view-zone .swiper .prevItem i {
            font-size: 3rem;
            color: #fafafa;
            text-shadow: 1px 1px 3px #000; }
        .gallery-show .gallery-wrapper .view-zone .swiper .nextItem {
          right: 15px; }
        .gallery-show .gallery-wrapper .view-zone .swiper .prevItem {
          left: 15px; }
        .gallery-show .gallery-wrapper .view-zone .swiper .content {
          text-align: center;
          justify-content: center;
          align-items: center; }
    .gallery-show .gallery-wrapper .side-zone {
      width: 300px; }
      .gallery-show .gallery-wrapper .side-zone .thumb {
        display: inline-block;
        padding: 1px;
        margin: 4px;
        max-width: 90px;
        border: 1px solid transparent; }
        .gallery-show .gallery-wrapper .side-zone .thumb.active {
          border: 1px solid #333; }

.gallery-link {
  position: relative;
  display: inline-block; }
  .gallery-link::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    content: '\f302';
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    bottom: 1rem;
    right: 1rem;
    padding: 5px 10px;
    border-radius: 5px; }

.row.expanded .row .row {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }

html {
  font-size: 100%; }

body {
  font-family: "SourceSansPro", sans-serif; }
  @media screen and (max-width: 39.9375em) {
    body {
      padding-top: 40px; } }

a,
.breadcrumbs a {
  color: #094C77; }

h1,
h2,
h3,
h4 {
  font-family: "SourceSansPro", sans-serif; }
  h1.title,
  h2.title,
  h3.title,
  h4.title {
    font-family: "BloggerSans", "SourceSansPro", sans-serif;
    font-size: 1.5rem; }
  h1.sub,
  h2.sub,
  h3.sub,
  h4.sub {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center; }

h4 {
  font-weight: bold; }

img.icon {
  max-width: 2.5rem; }

img.thumb {
  max-width: 100%; }

select {
  font-size: 0.9rem; }

/***********
* Foundation fix
*/
html,
body {
  height: 100%; }

html.is-reveal-open {
  overflow-y: visible; }

.button.success, .button.success:focus {
  background-color: #065baa;
  color: #fff; }
  .button.success:hover {
    background-color: #4a831c;
    color: #fff; }
  .button.success:disabled {
    color: #fff; }

.button.alert {
  background-color: #FF6F3D;
  color: #fff; }

.button.alert:hover {
  background-color: #FF8961;
  color: #fff; }

.button-group.drop-shadow {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.65); }

.callout.primary, .callout.button.primary:active, .callout.button.primary:focus, .callout.button.primary[disabled] {
  background-color: #f2f2f2; }

.label {
  border: 1px dashed;
  font-weight: normal !important; }
  .label::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    content: '\f02b';
    margin-right: 3px; }

button.label {
  cursor: pointer; }

@media screen and (max-width: 39.9375em) {
  .small-12 > .text-right {
    text-align: left; } }

/***********
* Main content
*/
#eke-app {
  min-height: 400px;
  padding-top: 0px;
  height: 100vh; }
  @media screen and (max-width: 39.9375em) {
    #eke-app {
      padding-top: 0px; } }

.eke-main-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative; }

.eke-content-wrapper {
  flex: 1; }

.content-wrapper {
  padding-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  /*margin-right: 80px;
    margin-left: 80px;*/
  height: 100%; }

.section {
  padding: 1rem auto; }
  .section .title {
    margin: 2rem 0;
    font-size: 2.5rem; }

.eke-view-row-expanded {
  height: 100%; }

/*
Secondary bar
*/
.secondary-bar {
  background-color: #87b7e4;
  color: #fff;
  padding-top: 1rem;
  margin-top: 0rem;
  margin-bottom: 1rem; }

/***********
  * Main page 
  */
.eke-home__title {
  font-family: "BloggerSans", "SourceSansPro", sans-serif;
  padding: 1rem 0 0.5rem;
  font-size: 1.5rem;
  text-align: left; }

.eke-home__button {
  display: inline-block;
  vertical-align: top;
  border-top: 15px solid;
  padding: 10px; }
  .eke-home__button img {
    width: 130px;
    height: 130px; }
  .eke-home__button .caption {
    color: #333;
    font-size: 0.95rem;
    text-align: justify;
    padding: 10px 15px;
    margin-top: 10px; }
  .eke-home__button.eke-books_button {
    border-color: #4ab685; }
    .eke-home__button.eke-books_button:hover .caption {
      color: #fff;
      background-color: #4ab685; }
  .eke-home__button.eke-search_button {
    border-color: #2fa3d2; }
    .eke-home__button.eke-search_button:hover .caption {
      color: #fff;
      background-color: #2fa3d2; }
  .eke-home__button.eke-media_button {
    border-color: #d80001; }
    .eke-home__button.eke-media_button:hover .caption {
      color: #fff;
      background-color: #d80001; }
  .eke-home__button.eke-exe_button {
    border-color: #751d5a; }
    .eke-home__button.eke-exe_button:hover .caption {
      color: #fff;
      background-color: #751d5a; }

/* reveal */
.reveal-overlay {
  z-index: 900; }

.reveal-overlay.exe-reveal {
  visibility: hidden;
  transform: translate(-100%, -100%); }
  .reveal-overlay.exe-reveal[style=""] {
    visibility: visible;
    transform: none; }
  .reveal-overlay.exe-reveal:not([style="display: none;"]) {
    display: block !important; }
  .reveal-overlay.exe-reveal .reveal {
    display: block; }

/* badge */
.badge {
  background-color: #094C77; }

/* bubble loader */
.LdQrm {
  color: #065baa !important; }

/* Csak erős idegzetűeknek layer a videók elé */
.not-for-weak-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 1em;
  font-weight: bold;
  font-size: x-large;
  background: black;
  color: white; }

/* helper class */
.hide-in-book {
  display: none; }

.stretched {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 100%;
  overflow: auto; }

.fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  z-index: 1000;
  overflow: auto; }

.util-height-100 {
  height: 100%; }

/* Media */
.eke-video-rightvideoContainer h2 {
  font-size: 1.5rem; }

/* Social block */
.like-block {
  display: flex; }

.temp-error {
  position: relative;
  top: 0px; }
  .temp-error span {
    padding: 0 1.25rem !important; }
  .temp-error span:before {
    position: absolute;
    background-color: red;
    top: 7px;
    left: 21px;
    content: '';
    height: 2px;
    width: 2px;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(255, 0, 0, 0.1);
    animation: pulse 6s infinite; }
  .temp-error span:after {
    position: absolute;
    background-color: red;
    top: 7px;
    right: 21px;
    content: '';
    height: 2px;
    width: 2px;
    border-radius: 50%;
    box-shadow: 0 0 0 rgba(255, 0, 0, 0.2);
    animation: pulse 6s infinite; }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2); }
  15% {
    -moz-box-shadow: 0 0 0 6px rgba(255, 0, 0, 0.2);
    box-shadow: 0 0 0 6px rgba(255, 0, 0, 0.2); }
  30% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.2); } }

.iseeyou {
  position: fixed;
  font-size: 100vh;
  bottom: 0;
  transform: translate(-50%, 110%);
  color: rgba(255, 35, 182, 0.514);
  -webkit-background-clip: text;
  z-index: 100000; }

a.meow:focus .iseeyou,
a.meow:active .iseeyou {
  transform: translate(-50%, 0%);
  transition: 0.5s ease-in-out; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .shrink-medium {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%; } }

.eke-exercisetile-contentdiv {
  font-size: 1rem; }

.exe-result-count {
  font-size: 2rem; }

.pagination h2 {
  display: inline-block;
  font-size: unset !important;
  margin: 2px; }

.owl-carousel .owl-item img {
  width: unset !important; }

.button-group .button.upload-button,
.button-group .button.new-folder-button {
  margin-bottom: 8px !important; }

table table thead, table table tbody, table.unstriped table thead, table.unstriped table tbody {
  border-color: #b3bfc4; }
  table table thead tr, table table tbody tr, table.unstriped table thead tr, table.unstriped table tbody tr {
    border-bottom: 1px solid #b3bfc4; }

.ReactTable {
  z-index: 0; }
  .ReactTable .rt-thead {
    font-weight: bold; }

.exercise-results-subcomponent {
  box-shadow: inset 0px 11px 8px -10px #CCC, inset 0px -11px 8px -10px #CCC;
  background-color: white;
  padding: 10px; }

.lelle-main {
  width: 100%;
  padding-top: 50px; }

.lelle-row-1,
.lelle-row-3 {
  height: 350px; }

.lelle-row-1 {
  background: url(/img/books-bg.jpg) top right;
  background-size: cover; }
  .lelle-row-1 .row {
    height: 100%; }
    .lelle-row-1 .row > div {
      margin-top: auto;
      margin-bottom: auto; }
      .lelle-row-1 .row > div h2 {
        border-left: 3px solid #065baa;
        padding-left: 10px;
        margin: 10px;
        color: #333;
        font-size: 2.2rem;
        max-width: 790px;
        height: fit-content;
        margin-bottom: 15px; }

.lelle-row-2 {
  background-color: #ecf7ff; }
  .lelle-row-2 .row {
    height: 100%;
    display: flex;
    justify-content: center; }
    .lelle-row-2 .row .head-card {
      height: 100%;
      padding: 20px;
      transform: scale(1);
      transition: 200ms;
      -webkit-transition: 200ms; }
      .lelle-row-2 .row .head-card:hover {
        transform: scale(1.1);
        transition: 200ms;
        -webkit-transition: 200ms; }
      .lelle-row-2 .row .head-card .card-top {
        height: 80%;
        padding: 20px; }
        .lelle-row-2 .row .head-card .card-top img {
          max-height: 210px; }
      .lelle-row-2 .row .head-card .card-bottom {
        height: 20%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .lelle-row-2 .row .head-card .card-bottom h3 {
          font-size: 1rem;
          text-transform: uppercase;
          font-family: 'Montserrat-Bold', sans-serif;
          color: #333; }

.lelle-row-4 .row {
  height: 100%;
  display: flex;
  justify-content: center; }
  .lelle-row-4 .row img {
    max-height: 380px; }

.scroll-top {
  height: 50px;
  position: fixed;
  width: 50px;
  justify-content: center;
  display: flex;
  right: 15px;
  align-items: center;
  padding: 0;
  border-radius: 50%;
  color: black;
  opacity: 0.25;
  background-color: #ffffff;
  bottom: 15px;
  font-size: 60px;
  cursor: pointer;
  z-index: 800; }
  .scroll-top:hover {
    opacity: 0.5; }

.eke-button,
.eke-button:hover,
.eke-button:active {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1em 2em;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #065baa;
  color: #fff;
  border-radius: 1px; }

.book-logo {
  flex: 0 0 400px !important; }
  .book-logo img {
    display: none !important; }
  .book-logo span {
    line-height: 0.9 !important; }

.eke-top-bar__site-name {
  padding-left: 1em;
  color: #000;
  position: fixed;
  display: block !important;
  right: -70px;
  top: 66px;
  padding: 10px 0;
  width: 310px;
  text-align: center;
  z-index: 1000;
  background-color: yellow;
  transform: rotate(45deg);
  border: 3px dashed #000;
  max-width: unset;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out; }

@media screen and (max-width: 63.9375em) {
  .main-menu-wrapper {
    position: fixed;
    z-index: -10;
    pointer-events: none;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    transition: .6s; } }

@media screen and (max-width: 63.9375em) {
  .main-menu-wrapper.open {
    transition: .6s;
    display: block;
    opacity: 1;
    z-index: 9999;
    pointer-events: unset; } }

.main-menu-bar {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  z-index: 850;
  background-color: #fff;
  box-shadow: 0 2px 0 #1d2025;
  transition: 0.5s; }
  @media screen and (max-width: 63.9375em) {
    .main-menu-bar {
      width: 315px;
      position: absolute;
      z-index: 10000;
      top: 0;
      left: -315px;
      bottom: 0;
      overflow: scroll;
      transition: .6s; } }
  @media screen and (max-width: 63.9375em) {
    .main-menu-bar.open {
      transition: .6s;
      left: 0; } }
  .main-menu-bar.slide {
    position: fixed;
    transform: translateY(-75px); }
    @media screen and (max-width: 63.9375em) {
      .main-menu-bar.slide {
        transition: inherit;
        transform: translateY(0px);
        position: inherit; } }
  .main-menu-bar .eke-top-bar {
    padding: 0;
    color: #333333;
    max-width: 1170px;
    margin: 0 auto;
    background-color: #fff; }
    .main-menu-bar .eke-top-bar .top-bar-left {
      max-height: 100%; }
    @media screen and (max-width: 63.9375em) {
      .main-menu-bar .eke-top-bar {
        display: block; } }
    .main-menu-bar .eke-top-bar a,
    .main-menu-bar .eke-top-bar button {
      color: #333333; }
    .main-menu-bar .eke-top-bar .menu,
    .main-menu-bar .eke-top-bar .menu a,
    .main-menu-bar .eke-top-bar .menu li {
      display: flex;
      align-items: center; }
      .main-menu-bar .eke-top-bar .menu > a,
      .main-menu-bar .eke-top-bar .menu a > a,
      .main-menu-bar .eke-top-bar .menu li > a {
        padding: 0.6rem 1rem 0.6rem 1rem;
        display: flex;
        flex-wrap: nowrap;
        align-items: center; }
      @media screen and (max-width: 63.9375em) {
        .main-menu-bar .eke-top-bar .menu,
        .main-menu-bar .eke-top-bar .menu a,
        .main-menu-bar .eke-top-bar .menu li {
          width: 100%; } }
    .main-menu-bar .eke-top-bar .menu {
      padding: 0;
      color: #fff;
      max-width: 1170px;
      margin: 0 auto; }
      .main-menu-bar .eke-top-bar .menu .menuitem {
        height: 75px; }
      .main-menu-bar .eke-top-bar .menu .top-bar__link {
        display: flex;
        align-items: center;
        position: relative;
        flex-wrap: nowrap;
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 0.75rem;
        text-transform: uppercase; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .main-menu-bar .eke-top-bar .menu {
          flex-direction: column; } }
    .main-menu-bar .eke-top-bar.menu-text {
      padding: 0; }
    .main-menu-bar .eke-top-bar .eke-top-bar__menu-logo {
      padding: 0 !important;
      margin: auto 0 !important;
      flex: 0 170px; }
      .main-menu-bar .eke-top-bar .eke-top-bar__menu-logo a {
        padding: 0 !important; }
      .main-menu-bar .eke-top-bar .eke-top-bar__menu-logo img {
        height: 100%;
        max-height: 100%;
        padding-left: 1em;
        object-fit: contain; }
      @media (max-width: 1024px) {
        .main-menu-bar .eke-top-bar .eke-top-bar__menu-logo {
          display: none !important; } }
      .main-menu-bar .eke-top-bar .eke-top-bar__menu-logo a:hover {
        background-color: transparent; }
    .main-menu-bar .eke-top-bar ul {
      flex-wrap: nowrap;
      background-color: #fff; }
      .main-menu-bar .eke-top-bar ul a {
        transition: border-color 0.1s ease-in-out;
        color: #333333; }
        .main-menu-bar .eke-top-bar ul a:hover {
          background-color: #eee;
          color: #333333; }
    .main-menu-bar .eke-top-bar .top-bar__link {
      display: flex;
      align-items: center;
      position: relative;
      flex-wrap: nowrap;
      font-family: 'Montserrat-Bold', sans-serif;
      font-size: 0.75rem;
      text-transform: uppercase; }
      .main-menu-bar .eke-top-bar .top-bar__link span {
        white-space: nowrap; }
      .main-menu-bar .eke-top-bar .top-bar__link:hover, .main-menu-bar .eke-top-bar .top-bar__link.is-active {
        color: #333333;
        background-color: transparent; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          .main-menu-bar .eke-top-bar .top-bar__link:hover, .main-menu-bar .eke-top-bar .top-bar__link.is-active {
            display: none; } }
      .main-menu-bar .eke-top-bar .top-bar__link.eke-top-bar-active {
        color: #065baa; }
        .main-menu-bar .eke-top-bar .top-bar__link.eke-top-bar-active:after {
          content: "";
          display: block;
          height: 3px;
          width: 100%;
          position: absolute;
          bottom: -10px;
          left: 0;
          background-color: #065baa; }
          @media screen and (max-width: 63.9375em) {
            .main-menu-bar .eke-top-bar .top-bar__link.eke-top-bar-active:after {
              display: none; } }
        @media screen and (max-width: 63.9375em) {
          .main-menu-bar .eke-top-bar .top-bar__link.eke-top-bar-active.eke-header-media-btn:after {
            background-color: #fff; } }
      .open .main-menu-bar .eke-top-bar .top-bar__link .hide-for-medium-only {
        display: block !important; }
  .main-menu-bar .eke-header-icons {
    padding: 2px 0;
    margin: 0%;
    height: 45px;
    width: 45px;
    margin-right: 6px; }
  .main-menu-bar .eke-submenu {
    min-width: 10em;
    border: 1px solid #cacaca;
    position: absolute;
    z-index: 1;
    bottom: 0;
    transform: translateY(100%); }
    .main-menu-bar .eke-submenu li {
      width: 100%; }
    .main-menu-bar .eke-submenu a {
      width: 100%; }
    @media screen and (max-width: 63.9375em) {
      .main-menu-bar .eke-submenu {
        position: relative;
        flex: 1; } }
  .main-menu-bar .menuitem {
    position: relative;
    max-height: 75px;
    height: 55px; }
    @media (min-width: 1024px) {
      .main-menu-bar .menuitem {
        height: 75px; } }
    .main-menu-bar .menuitem.has-submenu .menuitem {
      height: unset; }
    .main-menu-bar .menuitem.has-submenu .submenu-title {
      display: flex; }
      .main-menu-bar .menuitem.has-submenu .submenu-title .submenu-btn {
        padding: 15px; }
        .main-menu-bar .menuitem.has-submenu .submenu-title .submenu-btn:after {
          display: block;
          width: 0;
          height: 0;
          border: inset 6px;
          content: '';
          border-bottom-width: 0;
          border-top-style: solid;
          border-color: #fff transparent transparent;
          right: 5px;
          left: auto;
          margin-top: -3px; }
        @media screen and (min-width: 64em) {
          .main-menu-bar .menuitem.has-submenu .submenu-title .submenu-btn {
            position: absolute !important;
            width: 1px;
            height: 1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0; } }
  .main-menu-bar .eke-user-menu {
    display: flex;
    align-items: center; }
    .main-menu-bar .eke-user-menu .menu-item {
      padding: 0.7em;
      cursor: pointer; }
    .main-menu-bar .eke-user-menu .eke-notifications {
      padding: 0.7em;
      position: relative; }
    .main-menu-bar .eke-user-menu .dropdown.menu.is-active > a {
      background-color: white;
      color: #333333; }
    .main-menu-bar .eke-user-menu .dropdown.menu .eke-submenu {
      left: 50%;
      transform: translateX(-50%) translateY(100%);
      bottom: 0; }
      .main-menu-bar .eke-user-menu .dropdown.menu .eke-submenu .menuitem {
        width: 100%; }
    .main-menu-bar .eke-user-menu .dropdown.menu > li {
      padding: 0px;
      width: 100%; }
      @media screen and (max-width: 63.9375em) {
        .main-menu-bar .eke-user-menu .dropdown.menu > li {
          min-width: unset;
          max-width: unset;
          padding: 5px; } }
      @media (max-width: 63.9375em) {
        .main-menu-bar .eke-user-menu .dropdown.menu > li {
          min-width: unset; } }
      .main-menu-bar .eke-user-menu .dropdown.menu > li > a,
      .main-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title {
        line-height: 27px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 3px;
        margin: 5px;
        font-weight: bold;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.15);
        white-space: nowrap;
        text-overflow: ellipsis;
        height: auto; }
        @media screen and (max-width: 39.9375em) {
          .main-menu-bar .eke-user-menu .dropdown.menu > li > a,
          .main-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title {
            margin: 0; } }
        .main-menu-bar .eke-user-menu .dropdown.menu > li > a a,
        .main-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title a {
          width: 100%; }
        @media screen and (min-width: 40em) and (max-width: 63.9375em) {
          .main-menu-bar .eke-user-menu .dropdown.menu > li > a .user-name,
          .main-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title .user-name {
            font-weight: normal;
            display: none; } }
        .main-menu-bar .eke-user-menu .dropdown.menu > li > a::after,
        .main-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title::after {
          display: block;
          width: 0;
          height: 0;
          border: inset 6px;
          content: "";
          border-bottom-width: 0;
          border-top-style: solid;
          border-color: #fff transparent transparent;
          right: 10px;
          left: auto;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 10px;
          left: auto; }
        .main-menu-bar .eke-user-menu .dropdown.menu > li > a .submenu-btn::after,
        .main-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title .submenu-btn::after {
          display: none; }
      .main-menu-bar .eke-user-menu .dropdown.menu > li > .is-dropdown-submenu {
        position: absolute;
        min-width: unset; }
      @media screen and (mim-width: 64em) and (max-width: 74.9375em) {
        .main-menu-bar .eke-user-menu .dropdown.menu > li > a::before,
        .main-menu-bar .eke-user-menu .dropdown.menu > li > .submenu-title::before {
          content: "\e91f";
          font-family: 'nkp-admin' !important;
          font-weight: normal; } }
      .main-menu-bar .eke-user-menu .dropdown.menu > li > a::after {
        border-color: #fff transparent transparent; }
      .main-menu-bar .eke-user-menu .dropdown.menu > li > a:hover::after,
      .main-menu-bar .eke-user-menu .dropdown.menu > li .is-active > a::after {
        border-color: #6f6f6f transparent transparent; }
      .main-menu-bar .eke-user-menu .dropdown.menu > li.is-active > a {
        background-color: white;
        color: #333333; }
    .main-menu-bar .eke-user-menu .lang-selector {
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%; }
      .main-menu-bar .eke-user-menu .lang-selector.mini .lang {
        justify-content: center;
        width: 100%; }
      .main-menu-bar .eke-user-menu .lang-selector .select-header {
        position: relative; }
        .main-menu-bar .eke-user-menu .lang-selector .select-header a {
          padding-right: 30px;
          border: 0; }
        .main-menu-bar .eke-user-menu .lang-selector .select-header a::before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-style: normal;
          content: "\f0ac";
          margin-right: .5rem; }
        .main-menu-bar .eke-user-menu .lang-selector .select-header::after {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          display: block;
          width: 0;
          height: 0;
          border: inset 6px;
          content: "";
          border-bottom-width: 0;
          border-top-style: solid;
          border-color: #333333 transparent transparent;
          right: 10px;
          left: auto; }
      .main-menu-bar .eke-user-menu .lang-selector .lang {
        display: flex;
        flex-wrap: nowrap;
        align-items: center; }
  .main-menu-bar .eke-submenu .select-menu {
    position: relative;
    border: 0;
    padding: 0; }
    .main-menu-bar .eke-submenu .select-menu .select-item a.lang {
      padding-left: 2.5rem; }
  .main-menu-bar .eke-book-menu {
    /* Fejléc "Okostankönyvek" almenühöz, nem kell a kék háromszög */
    /* Fejléc "Okostankönyvek" menü, ráállva ne legyen kék a szöveg színe */ }
    .main-menu-bar .eke-book-menu.is-dropdown-submenu-parent > a::after {
      display: none !important; }
    .main-menu-bar .eke-book-menu.is-active > a {
      color: #eee; }
    .main-menu-bar .eke-book-menu .submenu a {
      width: 100%;
      padding: .7rem 1rem !important; }
    .main-menu-bar .eke-book-menu .eke-submenu {
      z-index: 551; }
  .main-menu-bar .eke-search-menu {
    /* Fejléc "kereső" almenühöz, nem kell a kék háromszög */
    /* Fejléc "kereső" menü, ráállva ne legyen kék a szöveg színe */ }
    .main-menu-bar .eke-search-menu.is-dropdown-submenu-parent > a::after {
      display: none !important; }
    .main-menu-bar .eke-search-menu.is-active > a {
      color: #eee; }
    .main-menu-bar .eke-search-menu .submenu a {
      width: 100%;
      padding: .7rem 1rem !important; }
    .main-menu-bar .eke-search-menu .eke-submenu {
      z-index: 551; }

@media screen and (mim-width: 64em) and (max-width: 74.9375em) {
  .mobile-menu-icon {
    padding: 0 1rem; } }

/* mobile header menu bar */
@media screen and (max-width: 63.9375em) {
  .mobile-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100; } }

@media screen and (max-width: 63.9375em) {
  .mobile-bar img {
    height: 30px; } }

@media screen and (max-width: 63.9375em) {
  .mobile-bar .mobile-menu-icon i {
    display: block;
    width: auto;
    height: 38px;
    font-size: 27px;
    line-height: 38px;
    color: #0a0a0a;
    cursor: pointer; } }

@media screen and (max-width: 63.9375em) {
  .mobile-bar .mobile-menu-icon {
    position: absolute;
    z-index: 10;
    left: 10px; } }

.mobile-bar .menu-item {
  position: absolute;
  right: 15px;
  /* color: #fff;*/ }

/* notifications */
.eke-user-menu .eke-notifications {
  padding: 0.7em;
  position: relative; }

.mobile-bar .eke-notifications {
  position: absolute;
  right: 45px; }

.eke-notifications i {
  cursor: pointer; }

.eke-notifications.active .counter {
  visibility: visible; }

.eke-notifications .counter {
  visibility: hidden;
  color: #333;
  font-size: 0.7rem;
  position: absolute;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 0 0.2rem;
  background-color: red;
  right: 2px;
  border-radius: 5px;
  top: 7px; }

.eke-notifications-pane {
  background-color: #eee;
  padding: 0;
  font-size: 0.9rem;
  border: 1px solid silver;
  color: #333;
  -webkit-box-shadow: 0 1px 2px #cacaca;
  -moz-box-shadow: 0 1px 2px #cacaca;
  box-shadow: 0 1px 2px #cacaca;
  z-index: 850;
  max-height: 50vh;
  overflow: auto;
  width: 400px; }
  .eke-notifications-pane::before {
    position: absolute;
    background-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(0deg);
    content: '';
    top: -10px;
    right: 8px;
    border-width: 0px 10px 10px 10px;
    border-style: solid;
    border-color: #eee transparent; }
  .eke-notifications-pane ul {
    list-style: none;
    margin: 0;
    background-color: #eee; }
    .main-menu-bar .eke-notifications-pane ul {
      background-color: #eee; }
    .eke-notifications-pane ul li {
      border-top: 1px solid silver;
      color: #333333; }
      .eke-notifications-pane ul li .row {
        padding-right: 0;
        padding-left: 0; }
        .eke-notifications-pane ul li .row .column {
          padding-right: 0;
          padding-left: 0; }
      .eke-notifications-pane ul li.new {
        font-weight: bold;
        background-color: #dedede; }
        .eke-notifications-pane ul li.new a {
          font-weight: bold; }
      .eke-notifications-pane ul li .content {
        padding: 0.4rem;
        display: flex;
        align-items: center;
        width: 100%; }
      .eke-notifications-pane ul li .unseen-content {
        padding: 0.4rem;
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 40px;
        font-weight: bold; }
        .eke-notifications-pane ul li .unseen-content i {
          color: #69b6d5; }
      .eke-notifications-pane ul li a {
        padding: 0.4rem;
        color: #333;
        display: flex;
        align-items: center;
        outline: none;
        background-color: transparent; }
        .main-menu-bar .eke-notifications-pane ul li a {
          color: #333; }
        .eke-notifications-pane ul li a:hover {
          background-color: #fafafa; }
  .eke-notifications-pane h3.notifications-pane-title {
    font-weight: bold;
    font-size: 0.9rem;
    padding: 0.4rem;
    margin: 0; }
  .eke-notifications-pane .todo-count {
    border-radius: 50%;
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.6rem; }
  .eke-notifications-pane .site-announce {
    width: 100%;
    height: 10em;
    color: black;
    font-weight: bold; }
    .eke-notifications-pane .site-announce > i {
      background-color: red;
      color: #fff;
      padding: 0.2em;
      margin: 0.2em;
      border-radius: 50%;
      font-size: 1.5em; }
    .eke-notifications-pane .site-announce > small {
      color: gray; }

.mobile-bar .eke-notifications-pane {
  width: 100%;
  left: 0;
  right: 0; }

/*functions menu*/
.functions-menu {
  width: 364px;
  margin: 2rem auto 0; }
  .functions-menu::before {
    position: absolute;
    background-color: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(0deg);
    content: '';
    top: -10px;
    right: 8px;
    border-width: 0px 10px 10px 10px;
    border-style: solid;
    border-color: silver transparent; }
  .functions-menu .functions-list {
    display: flex;
    flex-wrap: wrap; }
    .functions-menu .functions-list .function {
      display: flex;
      justify-content: center;
      border: 0px solid silver;
      padding: 0.5rem;
      min-height: 100px;
      width: 33.33%;
      margin: 0; }
      .functions-menu .functions-list .function:hover {
        background-color: #eee; }
      .functions-menu .functions-list .function a {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        outline: none;
        font-size: 14px;
        color: #203138;
        font-weight: normal;
        text-decoration: none !important; }
      .functions-menu .functions-list .function i {
        font-size: 1.6rem;
        margin: 0.5rem;
        display: flex;
        align-items: center; }
  .mobile-bar .functions-menu {
    width: 100%; }
    .mobile-bar .functions-menu::before {
      top: -10px;
      right: 10px;
      border-width: 0px 10px 10px 10px; }
    .mobile-bar .functions-menu .function {
      width: 33%; }

.more-contrast.active i {
  color: #065baa; }

/* Small only */
@media screen and (max-width: 1024px) {
  .eke-top-bar-active.top-bar__link,
  .eke-top-bar .top-bar__link:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: #fff transparent; } }

.menu-switch {
  position: absolute;
  top: 25px;
  left: 20px;
  color: #999;
  font-size: 1.1rem;
  text-transform: uppercase; }
  .menu-switch span {
    opacity: 0.5; }
    .menu-switch span.active {
      color: #005083;
      font-weight: bold;
      opacity: 1; }
  @media (max-width: 1500px) {
    .menu-switch {
      position: relative;
      top: unset;
      left: unset;
      padding: 15px; } }
  @media (max-width: 1024px) {
    .menu-switch {
      position: relative;
      top: unset;
      left: unset;
      padding: 15px; } }

@media (max-width: 1024px) {
  .profile-menu {
    display: block !important; }
    .profile-menu > li {
      display: block !important; }
      .profile-menu > li .eke-submenu {
        transform: translateX(-50%) translateY(0) !important; }
      .profile-menu > li .menu-title {
        white-space: normal !important; }
      .profile-menu > li .submenu-title:after {
        border-color: #2399c5 transparent transparent !important;
        top: 20px !important; } }

/* secondary-menu */
.secondary-menu {
  background-color: #065baa; }
  .secondary-menu a,
  .secondary-menu button {
    color: #333333; }
  .secondary-menu .menu,
  .secondary-menu .menu a,
  .secondary-menu .menu li {
    display: flex;
    align-items: center; }
    .secondary-menu .menu > a,
    .secondary-menu .menu a > a,
    .secondary-menu .menu li > a {
      padding: 0.6rem 1rem 0.6rem 1rem;
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    @media screen and (max-width: 63.9375em) {
      .secondary-menu .menu,
      .secondary-menu .menu a,
      .secondary-menu .menu li {
        width: 100%; } }
  .secondary-menu .menu {
    padding: 0;
    color: #fff;
    max-width: 1170px;
    margin: 0 auto; }
    .secondary-menu .menu .menuitem {
      height: 75px; }
    .secondary-menu .menu .top-bar__link {
      display: flex;
      align-items: center;
      position: relative;
      flex-wrap: nowrap;
      font-family: 'Montserrat-Bold', sans-serif;
      font-size: 0.75rem;
      text-transform: uppercase; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .secondary-menu .menu {
        flex-direction: column; } }
  .secondary-menu .top-bar__link {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: nowrap;
    font-family: 'Montserrat-Bold', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase; }
    .secondary-menu .top-bar__link span {
      white-space: nowrap; }
    .secondary-menu .top-bar__link:hover, .secondary-menu .top-bar__link.is-active {
      background-color: #fff; }

.main-top {
  height: 300px;
  background: #37c1ce url("/img/header.png") center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.footer-wrapper .footer {
  background-color: #ecf7ff;
  color: #333;
  border-top: 2px solid #1d2025;
  font-weight: bold;
  font-size: 0.9rem; }
  .footer-wrapper .footer .row {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%; }
    @media screen and (max-width: 63.9375em) {
      .footer-wrapper .footer .row .footer-text {
        margin-bottom: 10px; } }
    .footer-wrapper .footer .row .lelle-logo {
      text-align: center; }
      .footer-wrapper .footer .row .lelle-logo img {
        max-width: 65%; }
        @media screen and (max-width: 39.9375em) {
          .footer-wrapper .footer .row .lelle-logo img {
            max-height: 60px; } }
    .footer-wrapper .footer .row .erasmus-logo {
      text-align: center; }
      @media screen and (max-width: 63.9375em) {
        .footer-wrapper .footer .row .erasmus-logo img {
          max-height: 68px; } }
    .footer-wrapper .footer .row .cc-logo {
      text-align: center; }
      @media screen and (max-width: 63.9375em) {
        .footer-wrapper .footer .row .cc-logo img {
          max-height: 68px; } }

.filter-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px; }
  .filter-container select {
    display: inline;
    margin-right: 5px;
    border-color: #065baa;
    width: auto; }

.competence-icon {
  font-size: 1.5rem;
  width: 27px;
  text-align: center; }
  .competence-icon.fa-unlock-alt {
    color: #dcb850; }
  .competence-icon.fa-brain {
    color: #dbaba9; }
  .competence-icon.fa-road {
    color: #868282; }

.lesson-plan-list .header-img {
  background: url("/img/chalk.jpg") center;
  height: 250px;
  background-size: cover; }
  .lesson-plan-list .header-img h3 {
    color: #fff;
    display: flex;
    position: absolute;
    width: 40%;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    border-left: 3px solid #fff;
    padding-left: 10px;
    text-transform: uppercase;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 1.7rem; }
  .lesson-plan-list .header-img .search-container {
    display: flex;
    position: absolute;
    width: 40%;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100; }
    @media (max-width: 976px) {
      .lesson-plan-list .header-img .search-container {
        width: 70%; } }
    .lesson-plan-list .header-img .search-container .search-field {
      width: 100%;
      margin: 0; }
      .lesson-plan-list .header-img .search-container .search-field .search-input {
        margin: 0;
        height: 100%;
        border-radius: 0; }
    .lesson-plan-list .header-img .search-container .search-button {
      margin: 0; }

.lesson-plan-list .search-result-number h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.5rem; }

@media (max-width: 1196px) {
  .lesson-plan-list .search-result-number {
    margin-left: 10px;
    margin-right: 10px; } }

.lesson-plan-list .search-result {
  border-top: 1px lightgray solid;
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center; }
  .lesson-plan-list .search-result h3 {
    font-size: 1.3rem;
    display: inline; }
  .lesson-plan-list .search-result .icon {
    background: url("/img/lesson.svg") no-repeat;
    background-size: contain;
    height: 45px;
    width: 45px;
    margin: 5px 10px 5px 5px;
    pointer-events: none; }
  .lesson-plan-list .search-result .lessonplan-icons {
    position: absolute;
    right: 30px; }
    .lesson-plan-list .search-result .lessonplan-icons .competence-icon {
      margin-right: 10px;
      display: inline-block; }
    .lesson-plan-list .search-result .lessonplan-icons .language-icon {
      height: 20px;
      width: 40px;
      background-size: contain;
      display: inline-block; }
      .lesson-plan-list .search-result .lessonplan-icons .language-icon.HU {
        background: url("/img/hungary-flag.svg") no-repeat; }
      .lesson-plan-list .search-result .lessonplan-icons .language-icon.EN {
        background: url("/img/united-kingdom-flag.svg") no-repeat; }
      .lesson-plan-list .search-result .lessonplan-icons .language-icon.DE {
        background: url("/img/germany-flag.svg") no-repeat; }
      .lesson-plan-list .search-result .lessonplan-icons .language-icon.RO {
        background: url("/img/romania-flag.svg") no-repeat; }
      .lesson-plan-list .search-result .lessonplan-icons .language-icon.SK {
        background: url("/img/slovakia-flag.svg") no-repeat; }
      .lesson-plan-list .search-result .lessonplan-icons .language-icon.EST {
        background: url("/img/estonia-flag.svg") no-repeat; }
  @media (max-width: 1196px) {
    .lesson-plan-list .search-result {
      margin-right: 10px;
      margin-left: 10px;
      padding-right: 75px; } }
  @media (max-width: 470px) {
    .lesson-plan-list .search-result {
      padding-right: unset; } }

.lesson-plan-list .label.subject:before, .lesson-plan-list .label.keyword:before {
  content: none; }

.exercises-accordion .accordion-content.callout {
  margin: 0 !important; }

.training-material-wrapper .header-img {
  background: url("/img/tm-bg.jpg") center bottom;
  height: 250px;
  width: 100%;
  background-size: cover; }
  .training-material-wrapper .header-img h3 {
    color: #000;
    display: flex;
    position: absolute;
    width: 40%;
    top: 160px;
    left: 44%;
    transform: translateX(-50%);
    z-index: 100;
    border-left: 3px solid #000;
    padding-left: 10px;
    text-transform: uppercase;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 1.6rem; }

.training-material-wrapper .booklist .treninganyag {
  position: relative; }
  .training-material-wrapper .booklist .treninganyag:before {
    content: "";
    position: absolute;
    right: 50px;
    top: 35px;
    width: 37px;
    height: 20px;
    background: url(../../img/hungary-flag.svg) no-repeat; }

.training-material-wrapper .booklist .training_material {
  position: relative; }
  .training-material-wrapper .booklist .training_material:before {
    content: "";
    position: absolute;
    right: 50px;
    top: 35px;
    width: 37px;
    height: 20px;
    background: url(../../img/united-kingdom-flag.svg) no-repeat; }

.training-material-wrapper .booklist .suport_de_curs_pentru {
  position: relative; }
  .training-material-wrapper .booklist .suport_de_curs_pentru:before {
    content: "";
    position: absolute;
    right: 50px;
    top: 35px;
    width: 37px;
    height: 20px;
    background: url(../../img/romania-flag.svg) no-repeat; }

.training-material-wrapper .booklist .koolitusmaterjal {
  position: relative; }
  .training-material-wrapper .booklist .koolitusmaterjal:before {
    content: "";
    position: absolute;
    right: 50px;
    top: 35px;
    width: 37px;
    height: 20px;
    background: url(../../img/estonia-flag.svg) no-repeat; }

.training-material-wrapper .booklist .vzdelavaci_material {
  position: relative; }
  .training-material-wrapper .booklist .vzdelavaci_material:before {
    content: "";
    position: absolute;
    right: 50px;
    top: 35px;
    width: 37px;
    height: 20px;
    background: url(../../img/slovakia-flag.svg) no-repeat; }

.training-material-wrapper .booklist .book-tile {
  display: inline-block;
  width: 200px;
  height: 260px; }
  .training-material-wrapper .booklist .book-tile .book-logo {
    display: flex;
    justify-content: center;
    height: 57%;
    align-items: center;
    align-content: center; }
    .training-material-wrapper .booklist .book-tile .book-logo i {
      font-size: 4.5rem; }
  .training-material-wrapper .booklist .book-tile .book-title {
    display: flex;
    justify-content: center;
    height: 43%; }
    .training-material-wrapper .booklist .book-tile .book-title h3 {
      font-size: 1.1rem;
      text-align: center; }

.exercise-list-public:before {
  background: none !important; }

.exercise-list-public .eke-exercisetile-div {
  background-color: #87b7e4 !important;
  border-radius: 0 !important; }
  .exercise-list-public .eke-exercisetile-div:after {
    display: none !important; }
  .exercise-list-public .eke-exercisetile-div .eke-exercisetile-inner-div {
    height: 70% !important; }
    .exercise-list-public .eke-exercisetile-div .eke-exercisetile-inner-div > img {
      display: none; }

.eke-exerciseshow-similar .eke-exercisetile-div {
  background-color: #87b7e4 !important;
  border-radius: 0 !important; }
  .eke-exerciseshow-similar .eke-exercisetile-div:after {
    display: none !important; }
  .eke-exerciseshow-similar .eke-exercisetile-div .eke-exercisetile-inner-div {
    height: 70% !important; }
    .eke-exerciseshow-similar .eke-exercisetile-div .eke-exercisetile-inner-div > img {
      display: none; }

.attached-exe-element {
  border-top: 1px lightgray solid;
  padding: 10px 0;
  position: relative;
  display: flex;
  align-items: center; }
  .attached-exe-element h3 {
    font-size: 1.1rem;
    padding-bottom: 0; }
  .attached-exe-element img {
    height: 45px;
    width: 45px;
    margin-right: 10px; }
  .attached-exe-element .delete-btn {
    position: absolute;
    right: 20px;
    height: 30px;
    cursor: pointer; }
    .attached-exe-element .delete-btn i {
      font-size: 1.5rem;
      color: #ed1c24; }

.search-filters select:focus {
  background-color: #2e87db !important; }

.input-group.eke-search-field {
  border-radius: 0; }
  .input-group.eke-search-field .eke-search__input {
    border-radius: 0; }
  .input-group.eke-search-field .button-group.eke-search__button:last-child {
    border-radius: 0; }

.contacts-wrapper .header-img {
  background: url("/img/contacts.jpg") center;
  height: 250px;
  background-size: cover; }
  .contacts-wrapper .header-img h3 {
    color: #000;
    display: flex;
    position: absolute;
    width: 40%;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    border-left: 3px solid #000;
    padding-left: 10px;
    text-transform: uppercase;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 1.7rem; }

.contacts-wrapper > .row {
  margin-top: 15px;
  margin-bottom: 15px; }

#eke-app {
  height: 100%; }

table thead {
  background-color: lightblue !important; }
