html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    max-width: 100%;
}

/* iOS trick */
iframe {
    width: 1px;
    min-width: 100% !important;
    *width: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
b {
    font-weight: bold;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*temp disable the sharing options for photoswipe*/
.pswp__button.pswp__button--share {
    display: none;
}
body {
    background-color: #EAEAEA;
    background-repeat: no-repeat;
    background-position-x: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 1.35em;
    font-size: 14px;
}
h1 {
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
}
img {
    max-width: 100%;
    max-height: 500px;
    width: auto;
    height: auto;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
}
img.pswp__img {
    max-width: none;
    max-height: none;
}
.content-item {
    margin: 15px 10px;
}
i {font-style: italic;}
a {
    color: #3394bc;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    margin-left: 20px;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
button {
    display: table;
    margin: auto;
    padding: 5px 25px;
    font-size: 16px;
    font-family: "Roboto";
    line-height: 1;
    appearance: none;
    box-shadow: none;
    color: #5ea9c8;
    background: rgba(0,0,0,0);
    cursor: pointer;
    border: solid 3px #5ea9c8;
}
button:focus {outline: none}
button:hover,
button.hover {
    border-color: #346392;
    color: #346392;
}
button:active,
button.active {
    border-color: #27496d;
    color: #27496d;
}
.border-bottom {
    border-bottom: 1px solid #CBCBCB;
}

.lb_consent--placeholder {
    background: url(../images/consent-placeholder.svg) center no-repeat;
    min-width: 100%;
    max-width: 100%;
    min-height: 350px;
    display: flex;
    align-items: center;
}

.lb_consent--placeholder .lb_consent--description {
    bottom: 6px;
    padding: 20px 20px;
    text-align: center;
    width: 100%;
}

.lb_consent--placeholder .lb_consent--description .lb_consent--accept {
    margin-top: 10px;
}

.lb-timeline {
    clear: both;
    background-color: white;
    max-width: 800px;
    margin: 0 auto;
    border-top: 2px solid #CBCBCB;
    overflow: hidden;
    padding-bottom: 100px;
}
.lb-timeline__header, .lb-post {
    padding: 15px 10px;
}
.illustration {
    margin: 20px 0;
    text-align: center;
}
.description {
    font-size: 16px;
}
.timeline-body {
    position: relative;
}
.header-bar {
    background-color: #FAFAFA;
    border-top: 2px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    padding: 12px 0 0 10px;
    margin: 10px 0 0 0;
    position: relative;
}
.header-bar__actions {
    position: absolute;
    right: 100px;
    top: 5px;
}
.btn {
    background-color: rgba(0, 0, 0, 0.15);
    border: 0 none;
    border-radius: 2px;
    box-sizing: border-box;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 12px;
    margin-bottom: 0;
    outline: medium none !important;
    padding: 8px 11px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}
.header-bar .btn {
    vertical-align: initial;
}
.btn:hover, .header-bar__btn:focus {
  background-color: rgba(0, 0, 0, 0.235);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: #333333;
}
.btn:active, .btn.active{
    outline: none;
    border: none;
    outline-offset: -2px;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.252);
}
.btn-primary {
    color: #ffffff;
    background-color: #5ea9c8;
}
.btn-primary:hover {
    background-color: #5598b4;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: #ffffff;
}
.btn-primary:active {
    background-color: #5ea9c8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.252);
}
.btn.comment i {
    display: none;
}
.modal-backdrop {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    top: 0px;
    left: 0;
    bottom: 0px;
    right: 0;
    z-index: 2;
}
.modal {
    z-index: 3;
}
.modal .content {
    position: relative;
    border-radius: 3px;
    background: #fff;
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
    box-sizing: border-box;
}
.modal .modal-header {
    padding: 25px 15px 10px;
    box-sizing: border-box;
}
.modal .modal-footer {
    padding: 15px 25px 25px;
    box-sizing: border-box;
    text-align: right;
}
.modal .modal-footer .btn + .btn {
    margin-left: 5px;
}
.modal .modal-body {
    padding: 0 15px;
    box-sizing: border-box;
}
.modal .content h2 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}
.modal .content .field {
    margin: 4px 0 20px 0;
}
.modal .content label {
    padding: 10px 0 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #999;
}
.modal .content input, .modal .content textarea {
    padding: 6px 6px 6px 0;
    width: 100%;
    display: block;
    border-width: 0 0 1px 0;
    border-color: rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    font-family: 'Roboto';
    transition: 0.3s;
}
.ng-invalid-minlength {
    border-color: rgba(184, 47, 0, 0.3);
}
.modal .content input:hover, .modal .content textarea:hover {
    border-color: rgba(0, 0, 0, 0.3);
}
.modal .content input:focus, .modal .content textarea:focus {
    outline: none !important;
    box-shadow: 0 1px 0 0 #5ea9c8 !important;
    border-color: #5ea9c8 !important;
}
.modal .content .error {
    text-transform: uppercase;
    color: #b82f00;
    font-size: 11px;
}
.comment-active {
    min-height: 250px;
}
.sorting-bar {
    min-height: 28px;
}
.sorting-bar__title {
    float: left;
    text-transform: uppercase;
    position: absolute;
    color: #adadad;
    font-size: 11px;
    font-weight: 500;
}
.sorting-bar__orders {
    float: left;
    margin-right: 90px;
}
.sorting-bar__order {
    float: left;
    margin: 0 10px;
    padding-bottom: 8px;
    cursor: pointer;
    color: #999999;
    font-size: 13px;
}
.sorting-bar__order--active, .sorting-bar__order:hover {
    color: #333333;
    border-bottom: 2px solid #5ea9c8;
}
.sorting-bar__orders-mobile {
    display: none;
}
.tags-bar {
    margin-top: -11px;
}
.header-bar__logo {
    position: absolute;
    right: 10px;
    top: 5px;
    max-height: 50px;
    max-width: 75px;
    img {
        max-height: 29px;
    }
}
.load-new-posts {
    font-size: 1.2em;
    text-align: center;
    color: #5ea9c8;
    cursor: pointer;
}
.load-new-posts:hover {
    background-color: rgba(94, 169, 200, 0.11);
}
.lb-posts {
    clear: both;
    margin-bottom: 20px;
    position: relative;
}
.lb-post {
    position: relative;
    border-bottom: 1px solid #DDD;
}
.lb-post.ng-enter, .lb-post.ng-move {
  -webkit-transition:1s linear all;
  -moz-transition:1s linear all;
  -o-transition:1s linear all;
  transition:1s linear all;
  opacity:0;
}
.lb-post.ng-enter.ng-enter-active,
.lb-post.ng-move.ng-move-active {
  opacity:1;
}
.lb-author {
    position: relative;
    margin-bottom: 20px;
}
.lb-author:after {
    content: '';
    clear: both;
    display: block;
}
lb-producer__author:before {
    content: '(';
}
.lb-producer__author:after {
    content: ')';
}
.lb-author__avatar {
    display: block;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    background: #FFFFFF url("../images/avatar_64.svg") no-repeat scroll 0% 0% / 100% auto;
    width: 42px;
    height: 42px;
    left: -80px;
}
.lb-author__name, .lb-author__date {
    float: left;
    font-weight: 500;
    font-size: 13px;
}
.lb-author__comment {
    display: block;
    position: absolute;
    border-radius: 0;
    overflow: hidden;
    background: #FFFFFF url("../images/comment_32.svg") no-repeat scroll 0% 0% / 100% auto;
    color: #BBBBBB;
    width: 32px;
    height: 32px;
    left: -74px;
    opacity: .26;
}
.lb-author__date {
    padding-right: 20px;
}
.show-author-avatar .lb-author, .show-author-avatar .lb-item {
    margin-left: 80px;
}
.lb-gallery {
    margin-left: 80px;
}
.lb-advertisement, .lb-advertisment {
    color: #767676;
    font-size: 0.75rem;
    line-height: 1.25rem;
    height: 1.5rem;
    margin: 0 auto;
    padding: 0 0.5rem;
}
.lb-item-advertisement_local,
.lb-item-advertisement_remote,
.lb-item-advertisment_local,
.lb-item-advertisment_remote {
    text-align: center;
}
.lb-mainitem-advertisement_local,
.lb-mainitem-advertisement_remote,
.lb-mainitem-advertisment_local,
.lb-mainitem-advertisment_remote {
    background-color: #eaeaea;
}
.lb-item {
    clear: both;
}
}
.lb-post-date {
    float: left;
    padding-right: 20px;
}
.lb-updated-date {
    font-size: 10px;
    color: #adadad;
    text-align: right;
    text-transform: uppercase;
    margin-top: 20px;
}
.lb-updated-date span {
    color: #333333;
    font-weight: 500;
    font-size: 13px;
}
/* text */
article {
    font-size: 14px;
    overflow: hidden;
}
article h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}
article h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
article b {
    font-weight: bold;
}
article p {
    margin: 1em 0;
}
/* images */
article .liveblog--card {
    font-size: 0.9em;
    line-height: 1.25em;
}
/* quote */
article blockquote {
    position: relative;
    margin: 30px 0 0 30px;
}
article blockquote p {
    font-size: 1.25em;
    line-height: 1.25em;
}
article blockquote p:before {
    font-family: Georgia,"Times New Roman", Serif;
    font-size: 3em;
    content: '\201C';
    position: absolute;
    top: 0.3em;
    left: -0.6em;
    color: #7C7C7C;
}
article blockquote li {
    text-align: right;
    margin:10px 0;
}
article blockquote li:before {
    color: #7C7C7C;
    content: "—";
    margin-left: -20px;
    padding-right: 5px;
}
.item--embed__figure, .item--embed__illustration {
   width: 200px;
   float: left;
   margin-right: 20px;
}
.item--embed__only-illustration {
   width: 100%;
   float: left;
   margin-right: 20px;
}

.item--embed__description,
.item--embed__credit {
    padding-top: 10px;
}
.item--embed__title {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.25em;
    margin-bottom: .25em;
}
.item--embed__credit {
    text-align: right;
}
.item--embed__figure {
    position: absolute;
    width: 200px;
}
/* loading */
.loading {
    color: #5ea9c8;
    text-align: center;
    padding: 20px;
    margin: 10px;
    font-size: 1em;
    font-weight: 300;
    opacity: 1;
    transition-property: opacity;
    transition-duration:.25s;
}
.loading.ng-hide {
    opacity: 0;
}
.lb-post-social {
    position: absolute;
    top: 10px;
    right: 50px;
    visibility: visible;
}
.lb-post-permalink {
    position: absolute;
    top: 10px;
    right: 30px;
    visibility: visible;
}
.lb-post-highlighted {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #f89406;
}
.toggleHighlights {
    height: auto;
    padding: 3px 10px 4px 10px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(215, 215, 215, 0.7);
    border-radius: 2px;
    box-sizing: border-box;
    margin-right: 8px;
    display: inline-block;
    cursor: pointer;
}
.toggleHighlights.active {
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.252);
}
/* pinned posts */
.pin-posts .lb-post{
    background-color: rgba(94, 169, 200, 0.11);
}
.pin-drawer-info {
    color: gray;
    font-size: 11px;
    margin-left: 4px;
    text-transform: uppercase;
    padding: 4px 5px;
}
.pin-drawer-button {
    position: absolute;
    width: 23px;
    height: 23px;
    border: 0;
    padding: 0;
    left: 50%;
    margin-left: -11.5px;
    background-color: #ffffff;
    z-index: 2;
    margin-top: -10px;
    line-height: 0;
    border-radius: 23px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
}
.fa-chevron-fix {
    margin-bottom: 3px;
    margin-left: 1px;
}
.chevron-active {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.pin-drawer {
    background-color: rgba(94, 169, 200, 0.11);
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.25);
}

.livestream .pin-posts .lb-post {
    background-color: initial!important;
    border-bottom: none!important;
    border-top: 1px solid #eee!important;
}


@-webkit-keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  50%  { background-color: #e6f6ef; }
  100% { background-color: #FFFFFF; }
}
@-moz-keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  50%  { background-color: #e6f6ef; }
  100% { background-color: #FFFFFF; }
}
@-o-keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  50%  { background-color: #e6f6ef; }
  100% { background-color: #FFFFFF; }
}
@keyframes fadeIt {
  0%   { background-color: #FFFFFF; }
  50%  { background-color: #e6f6ef; }
  100% { background-color: #FFFFFF; }
}
.lb-post-permalink-selected {
    background-image:none !important;
    -webkit-animation: fadeIt 5s ease-in-out;
       -moz-animation: fadeIt 5s ease-in-out;
         -o-animation: fadeIt 5s ease-in-out;
            animation: fadeIt 5s ease-in-out;
}
/* Languages settings */
.ro .sorting-bar__orders {
    padding-left: 95px;
}

.sr_CY .sorting-bar__orders,
.sr .sorting-bar__orders,
.fr .sorting-bar__orders,
.fi .sorting-bar__orders,
.cs .sorting-bar__orders,
.en .sorting-bar__orders {
    padding-left: 70px;
}

.de .sorting-bar__orders {
    padding-left: 75px;
}
.nl .sorting-bar__orders {
    padding-left: 50px;
}
.no .sorting-bar__orders {
    padding-left: 75px;
}
/* Scorecard styles */
body .scorecard-top {
	background: #f5f5f5;
	padding: 20px;
	border-radius: 0px;
}

/* Remove this is angular-gettext is updated */
[translate]{visibility:hidden !important;}

/* Font icon */
@font-face {
  font-family: 'lb-icons';
  src:  url('../fonts/lb-icons.eot?al198z');
  src:  url('../fonts/lb-icons.eot?al198z#iefix') format('embedded-opentype'),
    url('../fonts/lb-icons.ttf?al198z') format('truetype'),
    url('../fonts/lb-icons.woff?al198z') format('woff'),
    url('../fonts/lb-icons.svg?al198z#lb-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lb-icons' !important;
  speak: none;
  display: inline-block;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #333;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* modifiers */
.icon--large {
  height: 32px;
  font-size: 32px;
  line-height: 32px;
}
.icon--orange {
    color: #f89406;
}
.icon--blue {
    color: #5ea9c8;
}
.icon--white {
    color: #FFF;
}
/* icons definition */
.icon-star:before {
  content: "\e900";
}
.icon-link:before {
  content: "\e901";
}
.icon-zen:before {
  content: "\e902";
}
.icon-exit-zen:before {
  content: "\e903";
}
.icon-chevron-up:before {
  content: "\e904";
}
.icon-chevron-down:before {
  content: "\e905";
}
.icon-checkmark:before {
  content: "\e906";
}
.icon-comment:before {
  content: "\e907";
}

/* Media queries */
/* hide permalink on larger screens, show only on hover */
@media (min-width: 1025px) {
    .lb-post-permalink, .lb-post-social {
        visibility: hidden;
    }
    .lb-post:hover .lb-post-permalink, .lb-post:hover .lb-post-social {
        visibility: visible;
    }
}
/* adapt embed card to small screens
 * Remove the two cols layout
*/
@media (max-width: 650px) {
    .item--embed__illustration {
        position: relative;
        width: auto;
    }
    .item--embed__illustration ~ * {
        margin-left: 0;
    }
    .scorecard-top span.team-score {
    	margin-bottom: 10px;
    }
}
@media (max-width: 600px) {
    .lb-timeline {
        margin-top: 0;
    }
    .show-author-avatar .lb-author{
        margin-left: 50px;
    }
    .show-author-avatar .lb-item {
        margin-left: 0;
    }
    .lb-author__avatar  {
        left: -50px;
    }
    .lb-author__comment {
        left: -46px;
    }
    .lb-author__date {
        float: none;
    }
    .sorting-bar {
        min-height: 38px;
    }
    .sorting-bar__title {
        display: none;
    }
    .sorting-bar__orders {
        padding-left: 0 !important;
        display: none;
    }
    .sorting-bar__orders-mobile {
        display: block;
    }
    .header-bar {
        padding: 0;
    }
    .btn.comment {
        font-size: 0;
        line-height: 0;
        float: right;
    }
    .btn.comment i {
        display: inline-block;
        line-height: 12px;
    }
}
@media (max-width: 320px) {
    .sorting-bar .btn {
        padding: 10px;
    }
}

@media (max-width: 360px) {
    .lb-timeline__header, .lb-post {
        padding: 15px 5px;
    }
}

.justified-gallery>a>.caption {
    max-height: 45%;
}

/* Social sharing */
.share-box {
    background: #F8F8F8;
    padding: 10px;
    border: 1px solid #D0D0D0;
    position: absolute;
    top: 18px;
    right: 25px;
    z-index: 5;
    width: 140px;
    height: 24px;
}

.share-box a {
    text-decoration: none;
}

.share-icon {
    color: #5ea9c8;
    cursor: pointer;
}
.social-icon {
    font-size: x-large!important;
    margin-left: 4px!important;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
    margin: 10px 0;
    overflow: hidden;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.comment-sent {
    background: rgb(86, 195, 145);
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-sent h3 {
    color: white;
    font-weight: 500;
    top: -7px;
    position: relative;
}
lb-dropdown {
  float: left;
  display: block;
  height: 30px;
  margin-top: -11px;
}
lb-dropdown > div {
  float: left;
  width: 100%;
}
lb-dropdown > div > div.dropdown-display {
  float: left;
  width: 100%;
  background: white;
  height: 38px;
  cursor: pointer;
  border-style: solid;
  border-color: #dddddd;
  border-width: 0 1px 0 1px;
  box-sizing: border-box;
}
lb-dropdown > div > div.dropdown-display > * {
  float: left;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
lb-dropdown > div > div.dropdown-display > span {
  font-size: 12px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-right: 22px;
  padding-left: 10px;
  line-height: 38px;
}
lb-dropdown > div > div.dropdown-display > span.placeholder {
  color:black;
}
lb-dropdown > div > div.dropdown-display > i {
  position: relative;
  width: 14px;
  margin-left: -24px;
  font-size: 1.125em;
  font-weight: bold;
  padding-right: 10px;
  text-align: right;
  margin-top: -2px;
  line-height: 38px;
}
lb-dropdown > div > div.dropdown-list {
  float: left;
  position: relative;
  width: 100%;
  transform: scale(1, 0);
  transition: transform ease 250ms;
}
lb-dropdown > div > div.dropdown-list > div {
  position: absolute;
  width: 100%;
  z-index: 2;
  cursor: pointer;
  background: white;
  height: 85px;
  overflow-y: scroll;
}
lb-dropdown > div > div.dropdown-list > div::-webkit-scrollbar {
  width: 0px;
}
lb-dropdown > div > div.dropdown-list > div::-webkit-scrollbar-thumb {
  color: #56c491;
  width: 5px;
}
lb-dropdown > div > div.dropdown-list > div > div {
  float: left;
  width: 100%;
  padding: 4px 0px 4px 10px;
  font-size: 12px;
  box-sizing: border-box;
  border: solid 1px #dddddd;
  border-top: none;
  overflow: hidden;
  color: #999999;
}
lb-dropdown > div > div.dropdown-list > div > div:hover {
  background: #F0F0F0;
  color: black;
}
lb-dropdown > div > div.dropdown-list > div > div.selected {
  background: #5ea9c8;
  color: white;
  margin-top: -11px;
}
lb-dropdown > div > div.dropdown-list > div > div > * {
  line-height: 38px;
  display: inline-block;
  vertical-align: middle;
}
lb-dropdown > div > div.dropdown-list > div > div > span {
  float: left;
  width: 100%;
  position: relative;
  padding-right: 26px;
  box-sizing: border-box;
  color: inherit;
}
lb-dropdown > div > div.dropdown-list > div > div > i {
  float: left;
  width: 20px;
  margin-left: -20px;
  display: none;
}
lb-dropdown > div > div.dropdown-list > div > div.selected > i {
  display: inline-block;
}
lb-dropdown > div.show > div.dropdown-list {
  transform: scale(1, 1);
  z-index: 2;
}
/* Languages settings */
.en lb-dropdown {
    width: 120px;
}
.ro lb-dropdown {
    width: 135px;
}
.de lb-dropdown {
    width: 140px;
}
.nl lb-dropdown {
    width: 150px;
}
.fr lb-dropdown {
    width: 162px;
} 
.fr .toggleHighlights {
  margin-right: 5px;
}
@media (max-width: 320px) {
  lb-dropdown {
    width: 120px;
  }
  lb-dropdown > div > div.dropdown-display span {
    padding-right: 14px;
  }
  lb-dropdown > div .dropdown-list > div > div > * {
    line-height: 16px !important;
    padding: 4px 0;
  }
  lb-dropdown>div>div.dropdown-display>i {
    margin-left: -22px;
    padding-right: 0;
  }
  .nl lb-dropdown {
    width: 140px;
  }
  .fr lb-dropdown {
    width: 152px;
  }
  .fr .header-bar__actions {
    right: 88px;
  }
  .de lb-dropdown {
    width: 130px;
  }
}
@media (max-width: 400px){
  .en lb-dropdown {
    width: 100px;
    margin-top: 11px;
  }
}

@media (max-width: 600px){
  .en lb-dropdown {
    width: 100px;
    margin-top: 0px;
  }
}
/*!
 * Justified Gallery - v3.6.3
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;filter:"alpha(opacity=10)";opacity:.1}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0;filter:"alpha(opacity=0)";opacity:0}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;filter:"alpha(opacity=70)";opacity:.7;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery>.entry-visible{filter:"alpha(opacity=100)";opacity:1;background:0 0}.justified-gallery>.entry-visible>img,.justified-gallery>.entry-visible>a>img{filter:"alpha(opacity=100)";opacity:1;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;filter:"alpha(opacity=100)";opacity:1;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;filter:"alpha(opacity=0)";opacity:0;width:8px;height:8px;margin:0 4px;background-color:#000;border-radius:6px}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
