button,
html,
input,
select,
textarea {
  font-family: Arial, sans-serif;
}
body {
  font-size: 16px;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 20px;
}
h4,
h5 {
  font-size: 18px;
}
h6,
p {
  font-size: 16px;
}
.fs-xxsmall {
  font-size: 10px;
}
.fs-xsmall {
  font-size: 12px;
}
.fs-small {
  font-size: 14px;
}
.fs-medium {
  font-size: 16px;
}
.fs-large {
  font-size: 18px;
}
.fs-xlarge {
  font-size: 20px;
}
.fs-xxlarge {
  font-size: 30px;
}
.fs-xxxlarge {
  font-size: 50px;
}
.fs-ads {
  font-size: 10px;
  line-height: normal;
}
.fs-timestamp {
  font-size: 12px;
  line-height: normal;
}
.fs-caption {
  font-size: 14px;
  line-height: normal;
}
.fs-showmore {
  font-size: 16px;
  line-height: normal;
}
.fs-bodytext {
  font-size: 18px;
  line-height: normal;
}
.fs-subtitle {
  font-size: 20px;
  line-height: normal;
}
.fs-quote {
  font-size: 30px;
  line-height: normal;
}
.fs-title {
  font-size: 50px;
  line-height: normal;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
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;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article {
  overflow: hidden;
  max-width: 100%;
}
article section {
  box-sizing: border-box;
  margin: 0 auto 20px;
  margin: 0 auto 2rem;
  padding: 0 10px;
  padding: 0 1rem;
  max-width: 730px;

  -webkit-box-sizing: border-box;
}
article section figcaption {
  padding: 0;
}
article,
figure,
article img,
nav,
section {
  width: 100%;
}
article figure {
  margin: 0 !important;
}
article figcaption {
  box-sizing: border-box;
  margin: 5px auto;
  margin: .5rem auto;
  padding: 0 10px;
  padding: 0 1rem;
  max-width: 730px;

  -webkit-box-sizing: border-box;
}
article .fullviewport-height {
  position: relative;

  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
article .fullviewport-height img,
article .fullviewport-height video {
  width: 100%;
  height: 100vh;

  -o-object-fit: cover;
  object-fit: cover;
}
article .fullviewport-height .figcaption,
article .fullviewport-height figcaption {
  position: absolute;
  bottom: 0;
  left: 0;

  margin: 0;
  padding: 10px;
  padding: 1rem;
  text-shadow: 0 0 10px #fff;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  article .fullviewport-height img,
  article .fullviewport-height video {
    position: absolute;
  left: 50%;

  transform: translateX(-50%);
  width: auto;

  -webkit-transform: translateX(-50%);
  }
}
@supports (-ms-ime-align: auto) {
  article .fullviewport-height img,
  article .fullviewport-height video {
    position: absolute;
  left: 50%;

  transform: translateX(-50%);
  width: auto;

  -webkit-transform: translateX(-50%);
  }
}
video {
  width: 100%;
}
html {
  font-size: 62.5%;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  color: #000;
  font-size: 11px;
  font-size: 1.1rem;
}
article {
  font-family: Arial, sans-serif;
}
article h1 {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 400;
  font-weight: 600;
  margin: 20px 0;
  margin: 2rem 0;
  text-align: center;
}
article h2 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  padding: 20px 10px;
  padding: 2rem 1rem;
  text-align: center;
}
article p,
article ul li {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 19px;
  margin-bottom: 1.9rem;
}
article .subheader {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}
article .byline,
article i {
  font-style: italic;
}
article .byline {
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 10px 0;
  margin: 1rem 0;
  text-align: center;
  width: auto;
}
article b,
article strong {
  font-weight: 600;
}
article blockquote {
  position: relative;

  font-size: 23px;
  font-size: 2.3rem;
  font-style: italic;
  line-height: 1.45;
  margin: 8px 0;
  margin: .8rem 0;
  padding: 15px 30px;
  padding: 1.5rem 3rem;
}
article blockquote:before {
  position: absolute;
  top: -30px;
  left: -10px;

  color: #ddd;
  content: '\201C';
  display: block;
  font-family: Arial, sans-serif;
  font-size: 80px;
}
article blockquote cite {
  color: #999;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 3px;
  margin-top: .3rem;
}
article blockquote cite:before {
  content: '\2014 \2009';
}
article a {
  color: #bd1118;
  text-decoration: none;
}
article .figcaption,
article figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 2px;
  padding: .2rem;
}
article ul {
  list-style-type: circle;
}
article ul li {
  margin-left: 18px;
  margin-left: 1.8rem;
}
@media (max-width: 480px) {
  article p,
  article ul li {
    font-size: 1.5rem;
  }
  article .subheader {
    font-size: 2rem;
  }
  article .byline,
  article .figcaption,
  article figcaption {
    font-size: 1.2rem;
  }
  article h1 {
    font-size: 2.5rem;
  }
  article h2 {
    font-size: 2rem;
  }
}
@media (max-width: 720px) and (orientation: landscape) {
  article p,
  article ul li {
    font-size: 1.1rem;
  }
}
.eb-flexbox {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  margin: 0 auto;
  overflow: hidden;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.eb-flexbox .eb-col {
  flex-grow: 1;

  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex-basis: 0;
  -ms-flex-negative: 0;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .eb-flexbox .eb-col:not(.eb-no-collapse) {
    flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  }
}
.eb-tree-nav-container {
  position: relative;

  width: 100%;
}
.eb-tree-container {
  z-index: 0;

  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  width: 100%;

  -webkit-overflow-scrolling: touch;
}
.eb-tree {
  box-sizing: border-box;
  margin: 0 auto;
  width: 4000px;

  -webkit-box-sizing: border-box;
}
.eb-tree ul {
  padding-top: 20px;
}
.eb-tree li,
.eb-tree ul {
  position: relative;

  transition: all .5s;

  -webkit-transition: all .5s;
}
.eb-tree li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 20px 5px 0;
  text-align: center;
}
.eb-tree .eb-small {
  margin-left: 10px;
  margin-left: 1rem;
}
.eb-tree .eb-small li {
  padding-left: 0;
}
.eb-tree .eb-small li .eb-tree-image {
  width: 70px;
  height: 70px;
}
.eb-tree .eb-small li .eb-tree-node {
  width: 80px;
}
.eb-tree li:after,
.eb-tree li:before {
  position: absolute;
  top: 0;
  right: 50%;

  border-top: 3px solid #999;
  content: '';
  margin: 0;
  width: 50%;
  height: 17px;
}
.eb-tree li:after {
  right: auto;
  left: 50%;

  border-left: 3px solid #999;
}
.eb-tree li:only-child:after,
.eb-tree li:only-child:before {
  display: none;
}
.eb-tree li:only-child {
  padding-top: 0;
}
.eb-tree li:first-child:before,
.eb-tree li:last-child:after {
  border: 0 none;
}
.eb-tree li:last-child:before {
  border-radius: 0 15px 0 0;
  border-right: 3px solid #999;
}
.eb-tree li:first-child:after {
  border-radius: 15px 0 0;
}
.eb-tree ul ul:before {
  position: absolute;
  top: -7px;
  left: 50%;

  border-left: 3px solid #999;
  content: '';
  width: 0;
  height: 28px;
}
.eb-tree li .eb-tree-node {
  position: relative;
  z-index: 1;

  cursor: pointer;
  display: inline-block;
  width: 100px;
  min-height: 50px;
}
.eb-tree li .eb-tree-image {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGFnXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMwMCAzMDAiPjxzdHlsZT4uc3Qwe2ZpbGw6IzMwMzAzMH08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMC41IC0wLjVIMjk5LjVWMjk5LjVILTAuNXoiLz48cGF0aCBkPSJNMjc0IDI5OXYtMjZjMC0xMi42LTguMi0yMy40LTE5LjUtMjcuMi0uOS0uMy01OS0xNS4xLTY3LjMtMzEuNi0zLjgtNy41LS4xLTE3LjIgMy43LTIzLjkgMS43LTIuMyAzLjQtNC44IDUuMS03LjQgOS44LTE1LjcgMTcuMy0zNi40IDE4LjEtNjIgMS4yLTM4LjUtMjguNi02OS44LTY0LTY5LjloLS4xLS4xYy0zNS40LjEtNjUuMiAzMS40LTY0IDY5LjkuOCAyNS42IDguMyA0Ni4zIDE4LjEgNjIgMS42IDIuNiAzLjMgNS4xIDUgNy40IDMuOCA2LjcgNy41IDE2LjMgMy43IDIzLjktOC4zIDE2LjUtNjYuNCAzMS4zLTY3LjMgMzEuNkMzNC4yIDI0OS42IDI2IDI2MC4zIDI2IDI3M3YyNmgyNDh6Ii8+PC9zdmc+);
  background-position: 50%;
  background-size: cover;
  border: 3px solid #999;
  border-radius: 50%;
  margin: 0 auto;
  transition: border-color .15s ease-in-out;
  width: 100px;
  height: 100px;

  pointer-events: none;
  -webkit-transition: border-color .15s ease-in-out;
}
.eb-tree li p {
  background: #111;
  border: 3px solid #999;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  margin: -10px 0 0;
  padding: 2px;
  transition: all .1s ease-in-out;

  -webkit-box-sizing: border-box;
  pointer-events: none;
  -webkit-transition: all .1s ease-in-out;
}
.eb-tree li .eb-tree-node:hover .eb-tree-image,
.eb-tree li .eb-tree-node:hover p {
  border-color: #fff;
}
.eb-tree li .eb-tree-node:hover p {
  background: #fff;
  color: #000;
}
.eb-tree-nav {
  z-index: 2;

  background: radial-gradient(
    ellipse at left,
    #000 0,
    transparent 68%,
    transparent 69%
  );
  cursor: pointer;
  transition: all .2s ease-in-out;
  width: 50px;

  -webkit-transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.eb-tree-nav,
.eb-tree-nav:before {
  position: absolute;
  top: 0;
  left: 0;

  height: 100%;
}
.eb-tree-nav:before {
  z-index: 0;

  background-image: url('data:image/svg+xml;base64,PHN2ZyBpZD0iTGFnXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE4IDM0Ij48c3R5bGU+LnN0MHtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTIgMTguNGwxNCAxNC4yIDEuNC0xLjUtMTQtMTQgMTQtMTRMMTYgMS40IDIgMTUuNi4zIDE3eiIvPjwvc3ZnPg==');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 18px 34px;
  content: '';
  margin: 0 10px;
  width: 100%;
}
.eb-tree-nav-right {
  right: 0;
  left: auto;

  transform: scaleX(-1);

  -webkit-transform: scaleX(-1);
}
@media (max-width: 480px) {
  .eb-tree .eb-small li .eb-tree-image,
  .eb-tree li .eb-tree-image {
    width: 70px;
  height: 70px;
  }
  .eb-tree .eb-small li .eb-tree-node {
    width: 75px;
  }
}
@media screen and (orientation: landscape) and (max-width: 812px) {
  .eb-tree .eb-small li .eb-tree-image,
  .eb-tree li .eb-tree-image {
    width: 40px;
  height: 40px;
  }
}
.eb-lightbox-article {
  position: absolute;
  left: 0;
  z-index: 4;

  background: hsla(0, 0%, 100%, .9);
  box-sizing: border-box;
  color: #000;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;

  -webkit-box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.eb-lightbox-backBtn,
.eb-lightbox-closeBtn {
  position: fixed;
  top: 110px;
  right: 4px;
  z-index: 6;

  background: hsla(0, 0%, 100%, .5);
  border-radius: 50%;
  box-sizing: content-box;
  color: #000;
  cursor: pointer;
  font-size: 25px;
  padding: 5px;
  text-align: center;
  width: 26px;
  height: 26px;

  -webkit-box-sizing: content-box;
}
.eb-lightbox-backBtn {
  right: auto;
  left: 4px;
}
@media (max-width: 480px) {
  .eb-lightbox-article {
    padding-bottom: 0;
  }
}
body {
  background: #000;
  background-image: url(https://eb-features.s3.amazonaws.com/2017/levakovic/levakovic_back_v2.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  height: 100vh;
}
.smartphone .plus-masthead {
  position: fixed;
  z-index: 3;

  background: transparent;
  width: 100%;
}
.eb-overlay {
  position: absolute;
  z-index: 5;

  background: #222;
  cursor: pointer;
  width: 100%;
  height: 100vh;
}
.eb-overlay section {
  position: absolute;
  top: 40%;
  left: 50%;

  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);
}
.eb-overlay-btn {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  margin: 20px auto;
  margin: 2rem auto;
  padding: 14px 0;
  padding: 1.4rem 0;
  text-align: center;
  width: 200px;
}
.eb-tree-nav-container {
  position: absolute;
  top: 50%;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.eb-escenic-inline img {
  width: 100%;
}

.desktop .eb-lightbox-article {
  height: calc(100% - 98px);
}
.eb-tree li .eb-tree-node.dusi {
  margin-right: 10px;
}
.eb-tree li .eb-tree-node.rubinka {
  margin-left: 15px;
}
.central-node:after {
  position: absolute;
  top: -9px;
  left: 50%;

  border-top: 3px solid #999;
  content: '';
  margin-left: -15px;
  width: 30px;
  height: 0;
}
.eb-tree:not(.eb-initiated) li .eb-tree-node.dusi:before {
  position: absolute;
  top: 0;
  left: -15px;

  background: url(https://eb-features.s3.amazonaws.com/shared/arrow_interaction.svg);
  background-repeat: no-repeat;
  content: '';
  transform: rotate(150deg);
  width: 34px;
  height: 40px;

  -webkit-transform: rotate(150deg);
}
.faktaboks {
  background: #111;
  border: 1px solid #999;
  box-sizing: border-box;
  color: #fff;
  padding: 5% 4%;

  -webkit-box-sizing: border-box;
}
.fa-angle-left {
  color: #484848;
}
.eb-tree:not(.eb-initiated) li .eb-tree-node.dusi:after {
  position: absolute;
  top: 0;
  left: -25px;

  color: #fff;
  content: 'Start her';
  text-align: right;
  transform: translateX(-100%);
  width: auto;
  height: auto;

  -webkit-transform: translateX(-100%);
}
@media (min-width: 1000px) {
  .eb-tree li .eb-tree-node.dusi,
  .eb-tree li .eb-tree-node.rubinka {
    width: 130px;
  max-width: 130px;
  }
  .eb-tree li .eb-tree-node.dusi .eb-tree-image,
  .eb-tree li .eb-tree-node.rubinka .eb-tree-image {
    height: 130px;
  }
  .eb-tree li .eb-tree-node.dusi .eb-tree-image,
  .eb-tree li .eb-tree-node.dusi p,
  .eb-tree li .eb-tree-node.rubinka .eb-tree-image,
  .eb-tree li .eb-tree-node.rubinka p {
    width: inherit;
  }
}
@media (max-width: 979px) {
  body {
    background-position: 50%;
  }
  .eb-overlay-btn {
    border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  margin: 1rem auto 4rem;
  padding: .8rem 0;
  text-align: center;
  width: 200px;
  }
  .eb-overlay {
    z-index: 2;
  }
  .eb-overlay section {
    top: 48%;
  }
  .eb-lightbox-backBtn,
  .eb-lightbox-closeBtn {
    top: 5px;
  }
  .eb-tree li .eb-tree-node.dusi {
    margin-right: 10px;
  }
  .eb-tree li .eb-tree-node.rubinka {
    margin-left: 2px;
  }
  .eb-tree:not(.eb-initiated) li .eb-tree-node.dusi:before {
    top: 0;
  left: 120px;
  z-index: 4;

  transform: rotate(250deg);
  width: 34px;

  -webkit-transform: rotate(250deg);
  }
  .eb-tree:not(.eb-initiated) li .eb-tree-node.dusi:after {
    top: -22px;
  left: 175px;

  width: 100px;
  }
  .eb-escenic-fullscreen:after {
    bottom: 15%;
  }
  .eb-tree li .eb-tree-node.dusi,
  .eb-tree li .eb-tree-node.rubinka {
    width: 150px;
  max-width: 150px;
  }
  .eb-tree li .eb-tree-node.dusi .eb-tree-image,
  .eb-tree li .eb-tree-node.rubinka .eb-tree-image {
    width: 80px;
  height: 80px;
  }
  .eb-tree li .eb-tree-node.dusi p,
  .eb-tree li .eb-tree-node.rubinka p {
    width: inherit;
  }
  .eb-tree li .eb-tree-node.dusi:before,
  .eb-tree li .eb-tree-node.rubinka:before {
    left: 0;
  }
  .eb-tree li .eb-tree-node.dusi:after,
  .eb-tree li .eb-tree-node.rubinka:after {
    left: -10px;
  }
}
@media screen and (orientation: landscape) and (max-width: 812px) {
  article .eb-overlay h1,
  article section h2 {
    font-size: 2.5rem;
  }
  article .byline,
  article p {
    font-size: 1.4rem;
  }
  article .figcaption {
    font-size: 1.2rem;
  }
  .eb-tree .eb-small li .eb-tree-image,
  .eb-tree li .eb-tree-image {
    width: 40px;
  height: 40px;
  }
  .eb-tree li .eb-tree-node.dusi .eb-tree-image,
  .eb-tree li .eb-tree-node.rubinka .eb-tree-image {
    width: 50px;
  height: 50px;
  }
  .eb-tree:not(.eb-initiated) li .eb-tree-node.dusi:after,
  .eb-tree:not(.eb-initiated) li .eb-tree-node.dusi:before {
    display: none;
  }
}
