/*.link{
    visibility:hidden;
    display:none;
}*/

.title {
    padding-left: 70px;
    padding-right: 70px;
}

.darkened{
    filter: brightness(50%);
}

.linkedText{
    color: #fff;
    font-size: 13px;
    text-decoration: none !important;
}

.theme-dark .linkedText{
    color: #fff;
}

.theme-light .linkedText{
    color: #323132;
}

.linkedIcons{
    color: #fff;
    font-size: 13px;
    font-family: 'Frutiger LT W01_65 Bold1475746','Helvetica Neue',Arial,sans-serif;
    text-transform: uppercase;
}

.theme-dark .linkedIcons{
    color: #fff;
}

.theme-light .linkedIcons{
    color: #333;
}

.location{
  font-size: 15px;
  margin-bottom: 15px;
}

.embed-container {
    position: relative;

    overflow: hidden;

    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

/*
.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 10em;
}

.video-js .vjs-controls-disabled .vjs-big-play-button {
    display: none !important;
}

.video-js .vjs-control {
    width: 3em;
}

.video-js .vjs-menu-button-inline:before {
    width: 1.5em;
}

.vjs-menu-button-inline .vjs-menu {
    left: 3em;
}

.vjs-paused.vjs-has-started.video-js .vjs-big-play-button, .video-js.vjs-ended .vjs-big-play-button, .video-js.vjs-paused .vjs-big-play-button {
    display: block;
}

.video-js .vjs-load-progress div, .vjs-seeking .vjs-big-play-button, .vjs-waiting .vjs-big-play-button {
    display: none !important;
}

.video-js .vjs-mouse-display:after, .video-js .vjs-play-progress:after {
    padding: 0 .4em .3em;
}

.video-js.vjs-ended .vjs-loading-spinner {
    display: none;
}

.video-js.vjs-ended .vjs-big-play-button {
    display: block !important;
}

.video-js *, .video-js:after, .video-js:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

.video-js.vjs-fullscreen, .video-js.vjs-fullscreen .vjs-tech {
    width: 100% !important;
    height: 100% !important;
}

.video-js {
    font-size: 14px;
    overflow: hidden;
}

.video-js .vjs-control {
    color: inherit;
}

.video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 8.35em;
}

.video-js .vjs-volume-menu-button.vjs-volume-menu-button-horizontal:hover .vjs-menu .vjs-menu-content {
    height: 3em;
    width: 6.35em;
}

.video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
    text-shadow: 0 0 1em #fff,0 0 1em #fff,0 0 1em #fff;
}

.video-js .vjs-spacer, .video-js .vjs-time-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.video-js .vjs-time-control {
    -webkit-box-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto;
}

.video-js .vjs-time-control.vjs-time-divider {
    width: 14px;
}

.video-js .vjs-time-control.vjs-time-divider div {
    width: 100%;
    text-align: center;
}

.video-js .vjs-time-control.vjs-current-time {
    margin-left: 1em;
}

.video-js .vjs-time-control .vjs-current-time-display, .video-js .vjs-time-control .vjs-duration-display {
    width: 100%;
}

.video-js .vjs-time-control .vjs-current-time-display {
    text-align: right;
}

.video-js .vjs-time-control .vjs-duration-display {
    text-align: left;
}

.video-js .vjs-play-progress:before, .video-js .vjs-progress-control .vjs-play-progress:before, .video-js .vjs-remaining-time, .video-js .vjs-volume-level:after, .video-js .vjs-volume-level:before, .video-js.vjs-live .vjs-time-control.vjs-current-time, .video-js.vjs-live .vjs-time-control.vjs-duration, .video-js.vjs-live .vjs-time-control.vjs-time-divider, .video-js.vjs-no-flex .vjs-time-control.vjs-remaining-time {
    display: none;
}

.video-js.vjs-no-flex .vjs-time-control {
    display: table-cell;
    width: 4em;
}

.video-js .vjs-progress-control {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: .5em;
    top: -.5em;
}

.video-js .vjs-progress-control .vjs-load-progress, .video-js .vjs-progress-control .vjs-play-progress, .video-js .vjs-progress-control .vjs-progress-holder {
    height: 100%;
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0;
}

.video-js .vjs-progress-control:hover {
    height: 1.5em;
    top: -1.5em;
}

.video-js .vjs-control-bar {
    -webkit-transition: -webkit-transform .1s ease 0s;
    transition: -webkit-transform .1s ease 0s;
    transition: transform .1s ease 0s;
    transition: transform .1s ease 0s, -webkit-transform .1s ease 0s;
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-control-bar, .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-control-bar, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-control-bar, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar, .video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-control-bar {
    visibility: visible;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(3em);
    transform: translateY(3em);
    -webkit-transition: -webkit-transform 1s ease 0s;
    transition: -webkit-transform 1s ease 0s;
    transition: transform 1s ease 0s;
    transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control, .video-js.vjs-has-started.vjs-playing.vjs-user-inactive .vjs-progress-control {
    height: .25em;
    top: -.25em;
    pointer-events: none;
    -webkit-transition: height 1s,top 1s;
    transition: height 1s,top 1s;
}

.video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-active.vjs-fullscreen .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-paused.vjs-user-inactive.vjs-fullscreen .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-active.vjs-fullscreen .vjs-progress-control, .video-js.not-hover.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control, .video-js.vjs-has-started.vjs-playing.vjs-user-inactive.vjs-fullscreen .vjs-progress-control {
    opacity: 0;
    -webkit-transition: opacity 1s ease 1s;
    transition: opacity 1s ease 1s;
}

.video-js.vjs-live .vjs-live-control {
    margin-left: 1em;
}

.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-left: -1em;
    margin-top: -1em;
    width: 2em;
    height: 2em;
    line-height: 2em;
    border: none;
    border-radius: 50%;
    font-size: 3em;
    background-color: rgba(0, 0, 0, 0.45);
    color: #fff;
    -webkit-transition: border-color .4s,outline .4s,background-color .4s;
    transition: border-color .4s,outline .4s,background-color .4s;
}

.video-js .vjs-menu-button-popup .vjs-menu {
    left: -3em;
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: transparent;
    width: 12em;
    left: -1.5em;
    padding-bottom: .5em;
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item, .video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
    background-color: #151b17;
    margin: .3em 0;
    padding: .5em;
    border-radius: .3em;
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
    background-color: #2483d5;
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus, .video-js .vjs-big-play-button:active {
    background-color: #121227;
}

.video-js .vjs-loading-spinner {
    border-color: #121227;
}

.video-js .vjs-control-bar2 {
    background-color: #000000;
}

.video-js .vjs-control-bar {
    font-family: 'Frutiger LT W01_45 Ligh1475730', 'Helvetica Neue', Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: #ffffff;
    font-size: 12px;
}

.video-js .vjs-play-progress, .video-js .vjs-volume-level {
    background-color: #121227;
}

.video-js .vjs-load-progress {
    background: rgba(255, 255, 255, 0.3);
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    display: none !important;
}

.vjs-error .vjs-error-display:before {
    display: none !important;
}
*/
.morecontent span {
    display: none;
}

/* rafal START */

header.masthead .form-mobile .form-control, header.masthead .form-search .form-control {
    background: rgba(255,255,255,.1);
}
header.masthead .form-mobile .form-control:focus, header.masthead .form-mobile .form-control:hover, header.masthead .form-search .form-control:focus, header.masthead .form-search .form-control:hover {
    background: rgba(255,255,255,.16);
}
.video-wrap .video .close-video {
    display: none
}
.video-wrap .video.stuck .close-video {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}
#hometable a {
    text-decoration: underline !important
}
/* rafal STOP */

header.masthead .container-fluid .content {
    width: 100%;
  }

  section.content .carousel_index .thumb .thumb-wrapper .title{
    font-size: 16px;
    font-family:"Frutiger LT W01_45 Ligh1475730" !important;
  }

  section.content .carousel_index .thumb .thumb-wrapper .desc{
    font-size: 14px;
  }

header.masthead .landing-content .events .title span{
    position: relative;
}

header.masthead .landing-content .events .title i.icon-dot{
    display: inline-block;
    color: #121227;
    margin: 0 5px;
}

.btn-md{
    line-height: 22px;
}

.cue-scroll{
    height:300px;
    overflow:auto;
    margin-top: 30px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.cue-scroll::-webkit-scrollbar {
    display: none;
}

.table-cue th,
.table-cue td{
    padding: 5px;
    vertical-align: middle;
    border-top: solid 1px rgba(255,255,255,.2);
    color: #fff;
}

.table-cue th .btn-xs,
.table-cue td .btn-xs{
    background-color: #2a2a3c ;
    padding: 5px 15px;
    color: #fff;
}

.table-cue th .btn-xs:hover,
.table-cue td .btn-xs:hover{
    background-color: #383849;
}
