

/* Start:/local/templates/nebo_/styles/lectures/lightcase.css?169044953417031*/
/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("/local/templates/nebo_/styles/lectures/../../fonts/lightcase.eot?55356177");
  src: url("/local/templates/nebo_/styles/lectures/../../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("/local/templates/nebo_/styles/lectures/../../fonts/lightcase.woff?55356177") format("woff"), url("/local/templates/nebo_/styles/lectures/../../fonts/lightcase.ttf?55356177") format("truetype"), url("/local/templates/nebo_/styles/lectures/../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800';
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801';
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802';
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803';
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804';
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #5786B2;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}
/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #5786B2;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}
/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}
/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}
/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}
/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}
/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}
/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}
/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #5786B2;
}
@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}

/* End */


/* Start:/local/templates/nebo_/styles/lectures/lectures.css?169044953414964*/
body.top-panel-body .lectures {
    height: 100%;
}
.lectures {
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    flex-wrap: nowrap;
    width: 100vw;
    height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #5787b3;
    font-size: 0;
    overflow: hidden;
}
.lectures__left {
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    /* padding: 15vh 70px 40px; */
    box-sizing: border-box;
    /* padding: 19.649vh 6.093vw 5vh 5.52vw; */
    padding: 18.649vh 6.093vw 5vh 5.52vw;
}
.lectures__right {
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 15vh;
}
.lectures .btn-back {
    position: relative;
    top: auto;
    left: auto;
}
.lectures__title {
    font-family: "Asket Extended",Arial,Helvetica,sans-serif;
    font-size: 2.187vw;
    letter-spacing: .072vw;
    /* line-height: 1; */
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    /* margin-top: 50px; */
    margin-top: 40px;
    line-height: 1.47;
}
.lectures__text {
    font-size: 23px;
    line-height: 36px;
    font-weight: 300;
    color: #fff;
    margin-top: 65px;
    max-width: 560px;
    font-size: 2.3vh;
    line-height: 1.54;
    margin: 6.89vh 0 0;
    margin: 5.82vh 0 0;
}

.lectures__list {
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 9px;
    text-transform: uppercase;
    list-style: none;
    cursor: pointer;
    color: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.lectures__list li {
    position: relative;
    font-size: 9px;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin: 0 25px;
}
.lectures__list li.active:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

.lectures-page .footer {
    max-width: 40vw;
    left: 70px;
    right: auto;
    bottom: 40px;
    margin: 0;
}

.js-tabs__content {
    display: none;
}
.js-tabs__content.active {
    display: block;
}
.lectures__tab,
.gal__tab {
    padding: 0 40px 0 80px;
}
.lectures__content,
.gal__content {
    position: relative;
    height: 75vh;
    padding-top: 40px;
    padding-right: 40px;
}

.lectures__content:before,
.gal__content:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, rgba(87,134,178,1) 40%, rgba(255,255,255,0) 100%);
    z-index: 1;
}
.lectures__content:after,
.gal__content:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, rgba(87,134,178,1) 40%, rgba(255,255,255,0) 100%);
    z-index: 1;
}

.lectures__row {
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    flex-wrap: wrap;
    margin: 0 -20px
}
.lectures__item {
    position: relative;
    width: 100%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
    padding: 0 20px;
    box-sizing: border-box;
}
.lectures__link {
    display: block;
    text-decoration: none;
}
.lectures__item-image {
    position: relative;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.lectures__item-time {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    background: #000;
    font-size: 12px;
}
.lectures__item-title {
    color: #fff;
    font-size: 9px;
    line-height: 12px;
    text-transform: uppercase;
    margin-top: 15px
}
.lectures__item-preview {
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    margin-top: 10px
}
.gal_title {
    position: fixed;
    top: 25%;
    left: 10%;
    font-size: 31px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    font-family: "Asket Extended",Arial,Helvetica,sans-serif;
}

html[data-lc-type=image] .lectures-page .gal_title {
    opacity: 1;
    visibility: visible;
    z-index: 3001;
}

html[data-lc-type=image] .lectures-page #lightcase-overlay {
    background: #5786B2;
    opacity: 1!important;
}

html[data-lc-type=video] .lectures-page #lightcase-overlay,
html[data-lc-type=iframe] .lectures-page #lightcase-overlay {
    background: #000;
    opacity: 1!important;
}

.gal__row {
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    flex-wrap: wrap;
    margin: 0 -20px
}
.gal__item {
    position: relative;
    width: 100%;
    flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 40px;
    padding: 0 20px;
    box-sizing: border-box;
}
.gal__link {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

html[data-lc-type=iframe] .lightcase-case,
html[data-lc-type=iframe] .lightcase-contentInner,
#lightcase-content video,
#lightcase-content iframe  {
    width: 100vw!important;
    height: 100vh!important;
    max-width: 100vw!important;
    max-height: 100vh!important;
    outline: none;
}

html[data-lc-type=iframe] #lightcase-content,
html[data-lc-type=video] #lightcase-content {
    background: transparent;
    box-shadow: none
}

#lightcase-info {
    top: 20px;
    left: 25px;
    padding: 0;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    z-index: 1;
}
#lightcase-info #lightcase-title {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    background: transparent;
}
html[data-lc-type=iframe] #lightcase-info #lightcase-title {
    margin-top: 45px;
}

.lightcase-icon-close:before {
    font-size: 0;
}

#lightcase-case {
    background: #000;
}

html[data-lc-type=video] #lightcase-content:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 25vh;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 40%, rgba(255,255,255,0) 100%);
    z-index: 1;
}
html[data-lc-type=iframe] a[class*='lightcase-icon-'].lightcase-icon-close  {
    top: 45px;
}

a[class*='lightcase-icon-'].lightcase-icon-close {
    position: absolute;
    right: 30px;
    top: 0px;
    width: 3.437vw;
    height: 3.437vw;
    cursor: pointer;
    border: .052vw solid #fff;
    border-radius: 50%;
    opacity: 0.5!important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
a[class*='lightcase-icon-'].lightcase-icon-close:hover {
    opacity: 1!important;
}
a[class*='lightcase-icon-'].lightcase-icon-close:before {
    position: absolute;
    top: 50%;
    left: 25%;
    content: "";
    display: block;
    width: 1.562vw;
    height: .186vh;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
a[class*='lightcase-icon-'].lightcase-icon-close:after {
    position: absolute;
    top: 50%;
    left: 25%;
    content: "";
    display: block;
    width: 1.562vw;
    height: .186vh;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#lightcase-sequenceInfo {
    display: none!important;
}

.lightcase-icon-prev:before,
.lightcase-icon-next:before {
    content: "";
    display: none;
}

a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 17%;
    background: url('/local/templates/nebo_/styles/lectures/../../images/arrow/prev.svg') no-repeat top;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 2.968vw;
    height: 2.048vh;
    margin: auto;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: drop-shadow(0px 2.5px 1px #000);
    filter: drop-shadow(0px 2.5px 1px #000);
}

a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 17%;
    background: url('/local/templates/nebo_/styles/lectures/../../images/arrow/next.svg') no-repeat top;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 2.968vw;
    height: 2.048vh;
    margin: auto;
    cursor: pointer;
    pointer-events: all;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: drop-shadow(0px 2.5px 1px #000);
    filter: drop-shadow(0px 2.5px 1px #000);
}

.lectures__gallery {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transform: translateY(-100%);
    transition: all .5s;
    opacity: 0;
}
.lectures__gallery.active {
    transform: translateY(0%);
    transition: transform .5s;
    opacity: 1;
}

.lectures__gallery .lectures__gallery-top {
    position: absolute;
    z-index: 1;
    margin-top: 10vh;
}

.lectures__gallery .breadcrumbs__wrapper  {
    margin: 7vh 5.572vw 0;
}

.lectures-page .slick-disabled {
    display: none!important;
}

.lectures__gallery .close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 3.437vw;
    height: 3.437vw;
    cursor: pointer;
    border: .052vw solid #fff;
    border-radius: 50%;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}
.lectures__gallery .close:hover {
    opacity: 1;
}
.lectures__gallery .close:before {
    position: absolute;
    top: 50%;
    left: 25%;
    content: "";
    display: block;
    width: 1.562vw;
    height: .186vh;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lectures__gallery .close:after {
    position: absolute;
    top: 50%;
    left: 25%;
    content: "";
    display: block;
    width: 1.562vw;
    height: .186vh;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.freeze {
    overflow: hidden;
}
.lectures-page.freeze .custom-page {
    height: 100vh
}

.tablet.landscape .gal__link {
    height: 100px;
}
.mobile .lectures__text {
    margin-top: 30px;
}
.mobile.landscape .lectures__text {
    font-size: 16px;
}

.mobile.landscape .gal__link {
    height: 100px;
}

@media screen and (min-width: 1366px) and (max-width: 1660px) {
    .lectures__text {
        font-size: 2.3vh;
        line-height: 1.54;
    }
}

@media screen and (min-width: 1025px) and (max-height: 650px) {
    /* .lectures__text {
        font-size: 19px;
        line-height: 30px;
    } */
    .lectures__right {
        padding-top: 150px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .gal__link {
        height: 75px;
    }
    .lectures__text  {
        font-size: 18px;
        line-height: 30px;
    }
    .lectures__item-image {
        height: 100px;
    }
}

@media screen and (max-width: 1024px) {
    .lectures {
        flex-direction: column;
        flex-wrap: wrap;
        height: auto;
        min-height: 100vh;
        padding-bottom: 100px;
    }
    .lectures__left {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border-right: none;
        padding: 15vh 70px 30px;
    }
    .lectures__right {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 50px;
    }
    .lectures__text {
        max-width: 100%
    }
    .gal__link {
       height: 100px;
   }
    .lectures-page .footer {
        max-width: 100%;
        left: 0;
        right: 0;
        width: 100%;
        padding: 0 70px;
        box-sizing: border-box;
    }

    .lectures-page .footer__text {
        font-size: 12px;
        padding-top: 5px;
    }
    .mobile .lectures__left {
        padding: 15vh 70px 0;
    }
    .mobile .lectures__title {
        /* font-size: 24px; */
        font-size: 32px;
        line-height: 1.1;
        letter-spacing: 0.1em;
    }
    .mobile .lectures__list li {
        font-size: 16px;
    }
    .mobile .lectures__item {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mobile .lectures__item-image {
        height: 20vh;
    }
    .mobile .lectures__item-title,
    .mobile .lectures__item-preview,
    .mobile .lectures__item-time {
        font-size: 16px;
    }
    .mobile .gal__item {
        position: relative;
        width: 100%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 40px;
    }
    .mobile .gal__image {
        height: 10vh;
    }
    .lectures__gallery .breadcrumbs__wrapper {
        margin: 7vh 60px 0
    }
    .lectures__gallery-top .p-gallery__title {
        margin: 30px 60px 0;
    }
    .lectures-page .btn-call {
        border-color: #fff;
    }
    .lectures-page .btn-call svg g {
        fill: #fff!important;
    }

    html[data-lc-type=iframe] .lightcase-title {
        margin-top: 5vh;
    }

    .lectures__gallery .close {
        top: 120px;
        right: 57px;
        width: 60px;
        height: 60px;
        border: 2px solid #fff;
        opacity: 1;
    }
    .lectures__gallery .close:before {
        height: 10px;
        width: 2px;
    }
    .lectures__gallery .close:after {
        height: 32px;
        width: 2px;
        left: 50%;
        margin-top: -16px;
        margin-left: -1px;
    }
    .lectures__gallery .close:before {
        height: 32px;
        width: 2px;left: 50%;
        margin-top: -16px;
        margin-left: -1px;
    }

    a[class*='lightcase-icon-'].lightcase-icon-close {
        width: 60px;
        height: 60px;
        border: 2px solid #fff;
        opacity: 1;
    }
    a[class*='lightcase-icon-'].lightcase-icon-close:before {
        height: 32px;
        width: 2px;
        left: 50%;
        margin-top: -16px;
        margin-left: -1px;
    }
    a[class*='lightcase-icon-'].lightcase-icon-close:after {
        height: 32px;
        width: 2px;left: 50%;
        margin-top: -16px;
        margin-left: -1px;
    }
    .lectures__text {
        font-size: 22px;
        line-height: 1.6363636364;
        margin: 64px 0 0;
    }
}

/* End */


/* Start:/local/components/project/breadcrumbs/templates/.default/style.css?16904495341185*/
.breadcrumbs__wrapper {
    font-size: initial;
    color: white;
    font-family: "Asket Extended", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.03em;
}

.breadcrumbs__wrapper.black_text {
    color: #4b4442;
}

.breadcrumbs__wrapper.brown_text {
    color: #4b4442;
}
.breadcrumbs__wrapper.gray_text {
    color: #7f7f7f;
}

.breadcrumbs__list {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.breadcrumbs__item {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.breadcrumbs__item:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: white;
    opacity: 0.5;
    border-radius: 50%;
    margin: 0px 12px;
}

.breadcrumbs__wrapper.black_text .breadcrumbs__item::after {
    background-color: #4b4442;
}

.breadcrumbs__wrapper.brown_text .breadcrumbs__item::after {
    background-color: #4b4442;
}

.breadcrumbs__wrapper.gray_text .breadcrumbs__item::after {
    background-color: #7f7f7f;
}

.breadcrumbs__link {
    text-decoration: none;
}

.breadcrumbs__name:not(.current) {
    opacity: 0.5;
}

/* End */
/* /local/templates/nebo_/styles/lectures/lightcase.css?169044953417031 */
/* /local/templates/nebo_/styles/lectures/lectures.css?169044953414964 */
/* /local/components/project/breadcrumbs/templates/.default/style.css?16904495341185 */
