@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,400italic|Roboto+Condensed:400,300,700&subset=latin,latin-ext);
@import url(../css/elements/smartbanner.css);
@import url(../css/vendor/bootstrap.css);
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 110%;
  font-weight: 400;
}

h1 {
  font-size: 3.5rem;
}
h1.sectionHeading {
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-weight: 300;
  margin: 0px 0px 20px 0px;
}
@media (min-width: 769px) {
  h1.sectionHeading {
    margin: 20px 0px 50px 0px;
  }
}
h1.sectionHeading--homePage {
  margin: 20px 0px;
}
@media (min-width: 769px) {
  h1.sectionHeading--homePage {
    margin: 40px 0px;
  }
}

h2 {
  font-size: 3rem;
}
h2.sectionHeading {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0px 0px 20px 0px;
}
@media (min-width: 769px) {
  h2.sectionHeading {
    margin: 20px 0px 50px 0px;
  }
}
h2.sectionHeading--homePage {
  margin: 30px 0px 20px 0px;
}
@media (min-width: 769px) {
  h2.sectionHeading--homePage {
    margin: 60px 0px 30px 0px;
  }
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2rem;
  font-weight: 500;
}

h5 {
  font-size: 1.5rem;
  font-weight: 500;
}

h6 {
  font-size: 1rem;
  font-weight: 300;
}

a {
  color: #333333;
  text-decoration: none;
  transition: 0.2s;
}

.hover a {
  border-bottom: 2px solid transparent;
}
.hover a:hover {
  border-bottom: 2px solid;
}

p {
  color: #333333;
  line-height: 140%;
}

time {
  font-family: "Roboto Condensed", sans-serif;
}

.uppercase, h1.sectionHeading, h2.sectionHeading, .articleGrid__importantNews__wrap h3 a, .articleView__span, .button, .fileDownload__headline, .footer__menu__item, .footer__social__headline, .header__navigation, .insajderSection__span, .insajderSection__headline, .insajderiTab__nav li a, .similarArticles h3, .center__text h4, .center__text p, .timelineHeader__span {
  text-transform: uppercase;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

a, input, select, button, textarea {
  box-shadow: none !important;
  outline: none;
}

.marginBottom30 {
  margin-bottom: 30px !important;
}

@media (max-width: 1024px) {
  .hidden-tablet {
    display: none !important;
  }
}
html {
  font-size: 56%;
}
@media (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
}

body {
  background: #F2F2F2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  color: #333333;
}

hr {
  border-bottom: 1px solid #DDDDDD;
  margin: 30px 0px 20px 0px;
}

img {
  max-width: 100%;
}

.agencyNews {
  background: #fff;
  margin-bottom: 70px;
}

.agencyNews__threecolumns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
}
.agencyNews__threecolumns article {
  border-bottom: 1px solid #dddddd;
  -ms-flex: 1 1 calc(100% - 60px);
  flex: 1 1 calc(100% - 60px);
  padding: 15px 0px;
  margin: 0px 15px;
}
@media (min-width: 769px) {
  .agencyNews__threecolumns article {
    padding: 30px 0px;
    margin: 0px 30px;
    -ms-flex: 1 1 calc(33% - 60px);
    flex: 1 1 calc(33% - 60px);
  }
}
.agencyNews__threecolumns article:nth-last-child(1) {
  border-bottom: none;
}
@media (min-width: 769px) {
  .agencyNews__threecolumns article:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
.agencyNews__threecolumns article time {
  color: #F2993F;
  margin-right: 30px;
}
.agencyNews__threecolumns article h3 {
  margin: 10px 0px 0px 0px;
}

.articleBadge {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.7rem;
  color: #F2993F;
  display: inline-block;
}
.articleBadge * {
  color: #F2993F !important;
}
.articleBadge--right {
  float: right;
}
@media (min-width: 769px) {
  .articleBadge--right {
    margin-top: 4px;
  }
}
.articleBadge .articleBadge__info--bckColor {
  background: #F2993F;
  font-weight: 300;
  color: #fff !important;
  text-shadow: none;
  padding: 5px 10px;
  margin-left: 10px;
}

.articleGrid article {
  position: relative;
  margin-bottom: 30px;
  float: left;
  clear: both;
  width: 100%;
  /* &:hover .articleGrid__leadText
   * max-height: 150px
   * opacity: 1 */
}
@media (min-width: 769px) {
  .articleGrid article {
    clear: none;
    float: none;
  }
}
.articleGrid article:hover .articleGrid__image img {
  opacity: 1;
}
@media (min-width: 769px) {
  .articleGrid article:hover .articleGrid__image img {
    filter: brightness(1.1);
    -webkit-filter: brightness(110%);
    -moz-filter: brightness(110%);
    -o-filter: brightness(110%);
    -ms-filter: brightness(110%);
  }
}
.articleGrid article.articleGrid__importantNews:hover img {
  opacity: 1;
}
.articleGrid article:hover .articleGrid__icon img {
  opacity: 1;
}
.articleGrid article img {
  width: 100%;
  transition: all 0.2s;
  filter: brightness(1);
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -webkit-backface-visibility: hidden;
}

.articleGrid__icon {
  display: none;
}
@media (min-width: 769px) {
  .articleGrid__icon {
    display: inline-block;
  }
}

.articleGrid__dailyWrap {
  display: block;
}
@media (min-width: 769px) {
  .articleGrid__dailyWrap {
    display: inline-block;
    vertical-align: -2px;
  }
}

.articleGrid__image {
  background: #000;
  display: block;
}
.articleGrid__image a {
  display: block;
}

.articleGrid__text_wrapper {
  background: #fff;
  margin-left: 0px;
  padding: 15px;
}
@media (min-width: 769px) {
  .articleGrid__text_wrapper {
    background: transparent;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    padding: 60px 20px 20px 20px;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 15, 20, 0) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  }
  .articleGrid__text_wrapper * {
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  }
}
.articleGrid__text_wrapper p {
  margin: 10px 0px;
}

.articleGrid__icon {
  position: relative;
  top: auto;
  right: auto;
  margin-right: 8px;
  float: left;
  width: 26px;
  height: 26px;
}
.articleGrid__icon img {
  display: block;
}

.articleGrid__text {
  margin-top: 0px;
  margin-left: 0px;
}
.articleGrid__text p {
  display: none;
  clear: both;
}
@media (min-width: 1280px) {
  .articleGrid__text p {
    display: block;
  }
}
.articleGrid__text h2 {
  font-size: 2.5rem;
  float: left;
  margin: 10px 0px;
  clear: both;
}
@media (min-width: 769px) {
  .articleGrid__text h2 {
    font-size: 3.4rem;
  }
}
.articleGrid__text .articleGrid__leadText {
  font-size: 1.7rem;
  font-weight: 100;
  color: #F2993F;
  clear: both;
}

.articleGrid__text {
  font-size: 1.7rem;
}
.articleGrid__text .articleGrid__dailyName {
  font-family: "Roboto Condensed", sans-serif;
  background: #F2993F;
  padding: 5px 10px;
  margin: 0px 10px;
}

/* .articleGrid__leadText
 * overflow: hidden
 * max-height: 0px
 * opacity: 0
 * transition: all 0.6s */
 * p
 *   margin: 0px
 *   font-size: 1.7rem */
.articleGrid__info {
  font-size: 1.7rem;
}
.articleGrid__info time {
  margin-right: 5px;
  padding-right: 5px;
}
.articleGrid__info .datePublished, .articleGrid__info .datePublishedValue {
  color: #F2993F;
}

.articleGrid__importantNews {
  width: 100%;
}
.articleGrid__importantNews .articleGrid__image {
  width: 100%;
  display: none;
}
@media (min-width: 769px) {
  .articleGrid__importantNews .articleGrid__image {
    display: block;
  }
}
.articleGrid__importantNews .articleGrid__image img {
  height: 450px;
}

.articleGrid__importantNews__wrap {
  position: relative;
  background: #fff;
  padding: 20px;
}
.articleGrid__importantNews__wrap h3 {
  margin: 0px;
}
@media (min-width: 769px) {
  .articleGrid__importantNews__wrap h3 {
    margin: 25px 0px;
  }
}
.articleGrid__importantNews__wrap h3 a {
  font-size: 2rem;
  color: #F2993F;
}

.articleGrid__importantNews__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 2.2rem;
  margin: 0px;
  padding: 20px 0px;
  border-bottom: 1px solid #DDDDDD;
}
@media (min-width: 769px) {
  .articleGrid__importantNews__item {
    margin: 0px 40px 0px 0px;
  }
}
.articleGrid__importantNews__item small {
  font-size: 1.6rem;
  font-weight: 300;
  color: #999;
  width: 90px;
  margin-right: 20px;
  margin-bottom: 6px;
}
.articleGrid__importantNews__item h4 {
  margin: 0px;
}

.articleGrid--three .col-sm-4:nth-of-type(3n+1) {
  clear: left;
}
.articleGrid--three .articleGrid__image {
  position: relative;
  background: transparent;
  width: auto;
  float: none;
}
@media (min-width: 769px) {
  .articleGrid--three .articleGrid__image {
    background: #000;
  }
}
.articleGrid--three .articleGrid__icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-top: -4px;
  margin-right: 10px;
  vertical-align: -6px;
}
@media (min-width: 769px) {
  .articleGrid--three .articleGrid__icon {
    vertical-align: initial;
  }
}
.articleGrid--three .articleGrid__icon .disqus-comment-count {
  font-size: 1.2rem;
  color: #333333;
  text-shadow: none;
  position: absolute;
  font-weight: 600;
  margin-top: 4px;
  z-index: 2;
  text-align: center;
  width: 100%;
}
.articleGrid--three h2 {
  font-size: 2.5rem;
  margin-top: 0px;
  margin-bottom: 5px;
  float: none;
}
@media (min-width: 769px) {
  .articleGrid--three h2 {
    float: left;
  }
}
.articleGrid--three .articleGrid__info {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  color: #F2993F;
  padding: 30px 10px 10px 10px;
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 15, 20, 0) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}
@media (min-width: 769px) {
  .articleGrid--three .articleGrid__info {
    font-size: 1.6rem;
    padding: 40px 20px 10px 20px;
  }
}
.articleGrid--three .articleGrid__info .articleBadge {
  color: #F2993F;
}
.articleGrid--three .articleGrid__section {
  display: none;
}
@media (min-width: 769px) {
  .articleGrid--three .articleGrid__section {
    display: inline-block;
  }
}
.articleGrid--three .articleGrid__text {
  padding: 15px;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 769px) {
  .articleGrid--three .articleGrid__text {
    background: #fff;
    padding: 20px;
    margin-left: 0px;
  }
}
.articleGrid--three .articleGrid__text p {
  font-size: 1.6rem;
  display: none;
}
@media (min-width: 769px) {
  .articleGrid--three .articleGrid__text p {
    display: block;
  }
}
.articleGrid--three .articleGrid__text ul {
  padding-left: 20px;
  display: none;
}
@media (min-width: 769px) {
  .articleGrid--three .articleGrid__text ul {
    display: block;
  }
}

.articleGrid__bigArticle .articleGrid__text {
  background: transparent !important;
}
.articleGrid__bigArticle .articleGrid__text h2 {
  font-size: 3rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
.articleGrid__bigArticle .articleGrid__text .articleGrid__icon {
  display: none;
}
@media (min-width: 769px) {
  .articleGrid__bigArticle .articleGrid__text .articleGrid__icon {
    display: inline-block;
  }
}
.articleGrid__bigArticle .articleGrid__text .articleGrid__icon--comment {
  margin-top: 0px;
}
.articleGrid__bigArticle .articleGrid__info {
  position: relative;
  background: transparent;
  padding: 0px;
}
.articleGrid__bigArticle .articleGrid__info * {
  color: #F2993F;
}
.articleGrid__bigArticle .articleGrid__info .articleBadge__info--bckColor {
  color: #fff;
}

.articleGrid__smallArticles .col-sm-6:nth-of-type(2n + 1) {
  clear: left;
}

.articleGrid__smallArticle .articleGrid__text h2 {
  font-size: 2.1rem;
}

.articleGridFlex {
  display: block;
}
@media (min-width: 1025px) {
  .articleGridFlex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.articleGridFlex__item {
  position: relative;
  -ms-flex: none;
      flex: none;
}
@media (min-width: 1025px) {
  .articleGridFlex__item {
    -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
  }
}

.articleGridFlex__item--left {
  position: relative;
  margin-bottom: 30px;
  padding-top: 100px;
}
@media (min-width: 1025px) {
  .articleGridFlex__item--left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-bottom: 0px;
    padding-top: 60px;
  }
}
@media (min-width: 1025px) {
  .articleGridFlex__item--left {
    padding-top: 120px;
  }
}
@media (min-width: 1280px) {
  .articleGridFlex__item--left {
    padding-top: 300px;
  }
}
.articleGridFlex__item--left .articleGridFlex__text h2 {
  font-size: 3.4rem;
  margin-bottom: 10px;
}

@media (min-width: 1025px) {
  .articleGridFlex__item--right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.articleGridFlex__item--right .articleGridFlex__itemArticle:nth-of-type(1), .articleGridFlex__item--right .articleGridFlex__itemArticle:nth-of-type(2) {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .articleGridFlex__item--right .articleGridFlex__itemArticle:nth-of-type(1), .articleGridFlex__item--right .articleGridFlex__itemArticle:nth-of-type(2) {
    margin-bottom: 15px;
  }
}
.articleGridFlex__item--right .articleGridFlex__itemArticle:nth-of-type(3), .articleGridFlex__item--right .articleGridFlex__itemArticle:nth-of-type(4) {
  margin-top: 30px;
}
@media (min-width: 1025px) {
  .articleGridFlex__item--right .articleGridFlex__itemArticle:nth-of-type(3), .articleGridFlex__item--right .articleGridFlex__itemArticle:nth-of-type(4) {
    margin-top: 15px;
  }
}
.articleGridFlex__item--right .articleGridFlex__text {
  padding: 20px;
  padding-top: 220px;
}
@media (min-width: 1025px) {
  .articleGridFlex__item--right .articleGridFlex__text {
    padding-top: 20px;
  }
}
.articleGridFlex__item--right .articleGridFlex__text h2 {
  font-size: 2.4rem;
  margin-bottom: 8px;
}

.articleGridFlex__item--paddingTop {
  padding-top: 100px;
}
@media (min-width: 1025px) {
  .articleGridFlex__item--paddingTop {
    padding-top: 60px;
  }
}
@media (min-width: 1025px) {
  .articleGridFlex__item--paddingTop {
    padding-top: 120px;
  }
}

.articleGridFlex__itemArticle {
  -ms-flex: 0 1 calc(50% - 15px);
      flex: 0 1 calc(50% - 15px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.articleGridFlex__text {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 15, 20, 0) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  padding: 40px;
  padding-bottom: 20px;
}
.articleGridFlex__text * {
  color: #fff;
}

.articleView {
  /* text-align: center */
}
.articleView .recentlyUpdated {
  color: #fff;
  background: #F2993F;
  padding: 5px 10px;
  margin-left: 10px;
}
.articleView figcaption {
  font-size: 1.5rem;
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  margin: 10px 0px;
  text-align: left;
  position: absolute;
  bottom: 0px;
  left: 20px;
}
.articleView .footer__social__box {
  font-size: 1.7rem;
  float: none;
  vertical-align: middle;
  display: block;
  margin: 10px;
  padding-left: 0px;
}
@media (min-width: 1280px) {
  .articleView .footer__social__box {
    display: inline-block;
    padding-left: 40px;
  }
}
.articleView .footer__social__box li {
  vertical-align: middle;
}
.articleView .articleView__leadHighlight {
  font-size: 2rem;
  font-style: italic;
  line-height: 140%;
  font-weight: 100;
}
.articleView iframe {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.articleView iframe[src*=facebook] {
  max-width: 100%;
  width: 560px;
}

.articleView__span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.4rem;
  color: #F2993F;
  margin: 10px 30px 10px 0px;
  display: block;
}
@media (min-width: 992px) {
  .articleView__span {
    margin: 30px 0px;
  }
}

.articleView__headline {
  font-size: 4rem;
  margin: 10px 30px 10px 0px;
}
@media (min-width: 769px) {
  .articleView__headline {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .articleView__headline {
    margin: 30px 0px 30px 0px;
  }
}

.articleView__info .articleBadge {
  font-size: 1.8rem;
  color: #333333;
  margin: 20px 0px;
}

.articleView__image {
  position: relative;
  margin: 20px 0px;
  display: inline-block;
}
.articleView__image img {
  width: 100%;
}

.articleView__image--forceWidth {
  display: block;
}
.articleView__image--forceWidth img {
  width: 100%;
}

.articleView__articleSubtitles ul {
  list-style-type: circle;
  padding-left: 20px;
  line-height: 140%;
  font-size: 2rem;
  margin-bottom: 40px;
}

.articleView__text {
  max-width: 740px;
  text-align: left;
  line-height: 140%;
  /* margin: 0 auto */
}
.articleView__text a {
  border-bottom: 1px solid #F2993F;
}
.articleView__text a:hover {
  border-bottom: 1px solid #333333;
}
.articleView__text a[name] {
  border: none;
}

.articleView__warning {
  font-size: 1.7rem;
  font-style: italic;
  padding: 0px;
  margin-top: 40px;
}

.articleView__text figure {
  position: relative;
  max-width: 100%;
}
@media (min-width: 1280px) {
  .articleView__text figure {
    margin: 40px 0px 40px 0px;
    max-width: none;
  }
}
.articleView__text figure.image-float {
  width: 100%;
}
@media (min-width: 769px) {
  .articleView__text figure.image-float {
    width: 50%;
  }
}
.articleView__text img {
  width: 100%;
}
.articleView__text blockquote {
  font-size: 2.2rem;
  font-style: italic;
  line-height: 140%;
  margin: 40px 0px;
  padding: 0px 60px;
  position: relative;
}
@media (min-width: 1280px) {
  .articleView__text blockquote {
    padding: 0px 80px;
  }
}
.articleView__text blockquote:before {
  display: block;
  content: " ";
  width: 51px;
  height: 48px;
  position: absolute;
  background: url(../img/quote_before.png);
  top: -20px;
  left: 0px;
  z-index: -1;
  opacity: 0.4;
}
.articleView__text blockquote:after {
  display: block;
  content: " ";
  width: 51px;
  height: 48px;
  position: absolute;
  background: url(../img/quote_after.png);
  bottom: -10px;
  right: 0px;
  z-index: -1;
  opacity: 0.4;
}
.articleView__text a[name] {
  padding-top: 60px;
  display: block;
}
.articleView__text table {
  width: 100%;
  background: #fff;
  border: 2px solid #E8E8E8;
}
.articleView__text table caption {
  padding: 12px;
}
.articleView__text table tr {
  border-bottom: 1px solid #eee;
  vertical-align: top;
  transition: all 0.2s;
}
.articleView__text table tr:nth-of-type(2n+0) {
  background: #F5F5F5;
}
.articleView__text table tr:hover {
  background: #E8E8E8;
}
.articleView__text table th, .articleView__text table thead {
  padding: 14px 20px;
  background: #F2993F;
  color: #fff;
  font-weight: 400;
  border: 1px solid #CE7C2A;
  transition: all 0.2s;
}
.articleView__text table th:hover, .articleView__text table thead:hover {
  background: #F58D25;
}
.articleView__text table th tr:hover, .articleView__text table thead tr:hover {
  background: transparent;
}
.articleView__text table th tr td, .articleView__text table thead tr td {
  border-right: 1px solid #CE7C2A;
}
.articleView__text table td {
  padding: 14px 20px;
  border-right: 1px solid #EAE4E4;
}
.articleView__text .mini {
  font-size: 1.6rem;
}
.articleView__text .mini th, .articleView__text .mini thead {
  padding: 4px 8px;
}
.articleView__text .mini td {
  padding: 4px 8px;
}
.articleView__text .antrfile {
  background: #41464D;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  border: none;
}
.articleView__text .antrfile * {
  color: #fff;
}
.articleView__text .antrfile tr {
  border: none;
}
.articleView__text .antrfile tr:hover {
  background: none;
}
.articleView__text .antrfile td {
  border: none;
}
.articleView__text .antrfile[align="left"] {
  width: 100%;
  float: left;
  margin-right: 20px;
}
@media (min-width: 769px) {
  .articleView__text .antrfile[align="left"] {
    width: 50%;
  }
}
.articleView__text .antrfile[align="right"] {
  width: 100%;
  float: right;
  margin-left: 20px;
}
@media (min-width: 769px) {
  .articleView__text .antrfile[align="right"] {
    width: 50%;
  }
}
.articleView__text .antrfile h1, .articleView__text .antrfile h2, .articleView__text .antrfile h3, .articleView__text .antrfile h4, .articleView__text .antrfile h5, .articleView__text .antrfile h6 {
  margin: 10px 0px;
}

.articleView__insajderMenu {
  background-image: url(../img/result_icon.svg);
  background-size: 26px;
  position: fixed;
  top: 142px;
  right: 15px;
  background-color: #F2993F;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 42px;
  height: 42px;
  z-index: 2;
  cursor: pointer;
  display: block;
  border: 4px solid #F2F2F2;
}
@media (min-width: 992px) {
  .articleView__insajderMenu {
    display: none;
  }
}

.articleView__insajderMenu--close {
  background-image: url(../img/close_icon.svg);
}

.static .footer__social__box {
  padding-left: 0px;
}

.wrapper__banner {
  margin-bottom: 30px;
}

.wrapper__banner--300 {
  text-align: right;
}

.bannerBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 992px) {
  .bannerBox {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.bannerBox--centerText {
  text-align: center;
}
.bannerBox a.bannerBox__item:hover h3 {
  border-bottom: 2px solid;
}
.bannerBox .bannerBox__item {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  box-sizing: border-box;
  padding: 30px 30px 30px 60px;
  margin-bottom: 30px;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
@media (min-width: 992px) {
  .bannerBox .bannerBox__item {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    padding: 60px 60px 60px 80px;
    padding: 60px 40px 40px 80px;
    margin: 40px 0px;
  }
}
.bannerBox .bannerBox__item h1 {
  color: #F2993F;
  margin-top: 0px;
}
.bannerBox .bannerBox__item h3 {
  color: #F2993F;
  line-height: 120%;
  border-bottom: 2px solid transparent;
  display: inline;
  transition: 0.2s;
}
.bannerBox .bannerBox__item form {
  margin: 20px 0px;
}
.bannerBox .bannerBox__item fieldset {
  border: none;
  padding: 0px;
  margin: 0px;
}
.bannerBox .bannerBox__item input {
  color: #333333;
  font-weight: 300;
  width: 100%;
  float: left;
  max-width: 240px;
  border: 1px solid #999999;
  padding: 7px;
  text-indent: 6px;
}
.bannerBox .bannerBox__item iframe {
  margin-bottom: 10px;
  max-width: 100%;
}
.bannerBox .bannerBox__item .button {
  background-color: #F2993F;
  display: inline-block;
  border: 1px solid #F2993F;
  color: #fff;
  font-weight: 400;
  max-width: 150px;
  padding: 7px 20px;
  margin: 0px;
  float: left;
  clear: none;
}
.bannerBox .bannerBox__item--bckImage {
  background: url("../img/banner_bck.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.bannerBox .bannerBox__item--bckImage * {
  color: #fff;
}
.bannerBox .bannerBox__item--bckWhite {
  background: #fff;
}
.bannerBox .bannerBox__icon {
  width: 26px;
  height: 26px;
  margin-right: 20px;
  margin-left: -46px;
  vertical-align: -2px;
}

.bannerBox__appBanner {
  background: url("../banner/background.jpg");
  color: #fff;
  overflow: hidden;
  height: 240px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  -ms-flex-direction: row;
      flex-direction: row;
  max-width: 823px;
  margin-bottom: 10px;
}
.bannerBox__appBanner__item {
  padding: 10px 40px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (min-width: 769px) {
  .bannerBox__appBanner {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .bannerBox__appBanner {
    height: 300px;
  }
}

.appBanner__text {
  color: #fff;
  font-size: 22px;
  font-weight: 100;
  margin-top: 10px;
}
.appBanner__text span {
  font-weight: 500;
}

.appGoogle {
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .appGoogle {
    margin-bottom: 0px;
  }
}

.appApple {
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .appApple {
    margin-bottom: 0px;
  }
}

.bannerBox__appBanner__image {
  display: none;
  -ms-flex: 0 0 220px;
      flex: 0 0 220px;
  position: absolute;
  right: -10px;
  bottom: -60px;
}
@media (min-width: 992px) {
  .bannerBox__appBanner__image {
    width: 210px;
  }
}
@media (min-width: 1025px) {
  .bannerBox__appBanner__image {
    width: 230px;
  }
}
@media (min-width: 769px) {
  .bannerBox__appBanner__image {
    display: block;
  }
}
@media (min-width: 1280px) {
  .bannerBox__appBanner__image {
    width: 293px;
    right: 30px;
  }
}

.bannerBox--article .bannerBox__item {
  padding: 20px;
}

.bannerBox--article .bannerBox__item .button {
  margin-top: 10px;
}

.horizontal__orion {
  display: none !important;
}
@media (min-width: 769px) {
  .horizontal__orion {
    display: block !important;
  }
}

.vertical__orion {
  display: inline-block !important;
}
@media (min-width: 769px) {
  .vertical__orion {
    display: none !important;
  }
}

.container-fluid {
  /* margin-top: 30px */
}
@media (min-width: 992px) and (max-width: 1400px) {
  .container-fluid {
    padding: 0px 100px;
  }
}

.container-fluid--noPadding {
  margin-top: 0px;
}
@media (min-width: 992px) and (max-width: 1400px) {
  .container-fluid--noPadding {
    padding: 0px 15px;
  }
}

.modal-content {
  text-align: center;
  border-radius: 0px;
}

fieldset {
  border: none;
  padding: 0px;
  margin: 0px;
}

.button {
  font-family: "Roboto Condensed", sans-serif;
  color: #F2993F;
  background: transparent;
  padding: 7px 20px;
  display: table;
  clear: both;
  border: 1px solid #F2993F;
  margin: 20px auto;
}
.button--left {
  margin-left: 0px;
}
.button:hover {
  background: #F2993F;
  color: #fff;
}

.similarArticles .button--left {
  display: none;
}
@media (min-width: 992px) {
  .similarArticles .button--left {
    display: inline-block;
  }
}

.commentBox {
  background: #e4e4e4;
  padding: 40px;
  width: 100%;
}
.commentBox--white {
  background: #fff;
}
.commentBox input, .commentBox textarea {
  color: #333333 !important;
  border: 1px solid #9e9e9e !important;
}
.commentBox .form-group {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}
@media (min-width: 769px) {
  .commentBox .form-group {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}

.commentBox__commentItem {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.commentBox__commentItem:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.commentBox__commentItem:hover .commentBox__reply {
  display: block;
}
.commentBox__commentItem img {
  float: left;
  width: 40px;
  margin-right: 20px;
  border-radius: 100%;
}

.commentBox__commentContent {
  font-size: 1.4rem;
}

.commentBox__commentMessage {
  font-size: 1.6rem;
  margin-top: 6px;
  margin-left: 60px;
}

.commentBox__reply {
  color: #fff;
  background: #F2993F;
  position: absolute;
  top: -6px;
  right: 0px;
  padding: 4px 10px;
  border-radius: 4px;
  display: none;
}

.commentBox__replyBox {
  background: #e4e4e4;
  padding: 10px 20px;
  margin-top: 20px;
}

.commentBox__number {
  font-size: 1.8rem;
  margin: 0px 0px 20px 0px;
}

.contactForm .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
.contactForm .form-group label {
  width: 140px;
}
.contactForm .form-group input, .contactForm .form-group textarea {
  font-weight: 300;
  width: 100%;
  max-width: 360px;
  border: 1px solid #333333;
  background-color: #fff;
  padding: 7px;
  text-indent: 6px;
}
.contactForm .form-group input[type="file"] {
  background: transparent;
  border: none;
}
.contactForm .form-group--centerItems {
  -ms-flex-pack: center;
      justify-content: center;
}
.contactForm .button {
  background: #F2993F;
  color: #fff;
  border: 1px solid #F2993F;
  display: inline-block;
  margin-left: 0px;
  margin-bottom: 0px;
  transition: background 0.2s;
}
.contactForm .button:hover {
  background: #F58D25;
}
.contactForm .button.noMargin {
  margin: 0px;
}
.contactForm .button.marginLeft {
  margin: 0px;
  margin-left: 20px;
}
.contactForm .input-info {
  display: block;
  max-width: 500px;
  text-align: right;
}
.contactForm .alert-error {
  display: initial;
  margin: 0px;
  background: #e94639;
  color: #fff;
  padding: 10px 20px;
}

.dailySingle article {
  position: relative;
  margin-bottom: 30px;
}
.dailySingle article:hover .dailySingle__image img {
  opacity: 1;
}
@media (min-width: 769px) {
  .dailySingle article:hover .dailySingle__image img {
    filter: brightness(1.1);
    -webkit-filter: brightness(110%);
    -moz-filter: brightness(110%);
    -o-filter: brightness(110%);
    -ms-filter: brightness(110%);
  }
}
.dailySingle article .dailySingle__image {
  display: block;
  background: #000;
}
.dailySingle article img {
  width: 100%;
  filter: brightness(1);
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -o-filter: brightness(100%);
  -ms-filter: brightness(100%);
  transition: all 0.2s;
}
.dailySingle .dailySingle__text {
  background: #fff;
  padding: 15px;
}
@media (min-width: 769px) {
  .dailySingle .dailySingle__text {
    background: transparent;
    background: rgba(0, 0, 0, 0.6);
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 15, 20, 0) 78%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 960px;
    padding: 4% 4% 4% 30%;
  }
}
@media (min-width: 769px) {
  .dailySingle .dailySingle__text * {
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  }
}
.dailySingle .dailySingle__text ul {
  padding-left: 20px;
}
.dailySingle .dailySingle__text h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3rem;
  margin: 10px auto;
}
@media (min-width: 769px) {
  .dailySingle .dailySingle__text h2 {
    font-size: 4.4rem;
    margin: 20px auto;
  }
}
@media (min-width: 769px) {
  .dailySingle .dailySingle_text--alignLeft {
    background: rgba(0, 0, 0, 0.6);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 15, 20, 0) 78%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    left: 0px;
    right: auto;
    padding: 4% 30% 4% 4%;
  }
}
@media (min-width: 769px) {
  .dailySingle .dailySingle_text--alignLeft .dailySingle__text__wrap {
    right: auto;
    left: 50px;
  }
}
@media (min-width: 769px) {
  .dailySingle .dailySingle__text__wrap {
    position: absolute;
    bottom: 30px;
    right: 50px;
    max-width: 540px;
  }
}
@media screen and (max-width: 480px) {
  .dailySingle .dailySingle__info .articleBadge--right {
    float: none;
    display: block;
    margin-top: 10px;
  }
}

.dailySingle__leadText {
  font-size: 1.7rem;
  font-weight: 100;
  display: none;
}
@media (min-width: 1280px) {
  .dailySingle__leadText {
    display: block;
  }
}

.dailySingle__icon {
  display: none;
  width: 26px;
  height: 26px;
  margin-right: 4px;
  vertical-align: 2px;
}
@media (min-width: 769px) {
  .dailySingle__icon {
    display: inline-block;
  }
}

.dailyTwo article {
  position: relative;
  margin-bottom: 30px;
}
.dailyTwo article img {
  width: 100%;
}

.dailyTwo__icon {
  display: inline-block;
}

.dailytwo__text_wrapper {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 15, 20, 0) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  padding: 20px;
  overflow: auto;
}
.dailytwo__text_wrapper * {
  color: #fff;
}

.dailyTwo__icon {
  margin-right: 0px;
  float: left;
}
.dailyTwo__icon img {
  display: block;
}

.dailyTwo__text {
  margin-left: 55px;
}
.dailyTwo__text h2 {
  font-size: 3.6rem;
  margin-top: 0px;
  margin-bottom: 10px;
}

.dailyTwo__info time {
  border-right: 1px solid #F2993F;
  margin-right: 5px;
  padding-right: 5px;
}

.dailyTwo__info time, .dailyTwo__info a {
  color: #F2993F;
}

.dropdown {
  width: 100%;
  overflow: hidden;
  background: url(../img/dropdown_arrow.png) no-repeat right center;
  border: 1px solid #333333;
  background-color: #fff;
  cursor: pointer;
  max-width: 120px;
}
.dropdown--header {
  float: right;
  margin-top: 4px;
  margin-left: 10px;
  display: none;
  max-width: 80px;
  font-size: 1.6rem;
}
@media screen and (min-width: 390px) {
  .dropdown--header {
    display: block;
  }
}
@media (min-width: 1280px) {
  .dropdown--header {
    margin-top: 0px;
    margin-left: 30px;
    max-width: 100px;
    font-size: 1.8rem;
  }
}
.dropdown--header select {
  padding: 3px !important;
  text-indent: 3px;
}
.dropdown--footer {
  background: url(../img/dropdown_arrow-white.png) no-repeat right center;
  background-color: transparent;
  border: 1px solid #fff;
  margin-top: 0px;
  display: block;
  vertical-align: -10px;
}
.dropdown--filters {
  width: 220px;
  max-width: none;
}
.dropdown--filters select {
  color: #fff;
}
.dropdown select {
  background: transparent;
  width: 100% !important;
  border: 0;
  -webkit-appearance: none;
  margin: 0 !important;
  cursor: pointer;
  padding: 5px;
}
.dropdown option {
  color: #333333;
}

.fileDownload {
  list-style: none;
  padding: 30px;
  background: #fff;
}
.fileDownload li {
  margin: 10px 0px;
  padding: 2px 0px 2px 35px;
  background-image: url(../img/download_icon.svg);
  background-size: 26px;
  background-repeat: no-repeat;
}

.fileDownload__headline {
  margin: 0px 0px 20px 0px;
  font-size: 2rem;
  color: #F2993F;
}

.fileDownload__download {
  font-size: 1.6rem;
  color: #999;
  margin-top: 2px;
}

.filters {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 992px) {
  .filters {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.filters label {
  float: left;
  width: 120px;
}

.filters__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 992px) {
  .filters__wrap {
    display: block;
  }
}
@media (min-width: 769px) {
  .filters__wrap {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.filters__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
.filters__item:last-child {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .filters__item:last-child {
    margin-bottom: 0px;
  }
}
.filters__item #search {
  position: relative;
  width: 220px;
  border: 1px solid #333333;
  padding: 4px;
  text-indent: 4px;
}
.filters__item input[type="text"] {
  width: 100%;
  border: none;
}
.filters__item input[type="submit"] {
  background: url(../img/search_icon.svg);
  background-size: 26px;
  background-position: center center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 29px;
  height: 29px;
  border: none;
  padding: 0px;
}
@media (min-width: 769px) {
  .filters__item input[type="submit"] {
    width: 32px;
    height: 32px;
  }
}

.filters--oneRow {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.filters__item--oneRow {
  margin-right: 40px;
  margin-bottom: 0px;
}

.footer {
  position: relative;
  margin-top: 60px;
  padding: 60px 0px;
  background: #333333;
  z-index: 0;
}
@media (min-width: 769px) {
  .footer {
    background: transparent;
  }
}
@media (min-width: 769px) {
  .footer:before {
    content: " ";
    display: block;
    background: #333333;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
  }
}
@media (min-width: 769px) {
  .footer:after {
    content: " ";
    display: block;
    background: #444444;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
  }
}

.footer__logo {
  display: inline-block;
  width: 150px;
}
.footer__logo img {
  width: 100%;
}

.footer__menu {
  list-style: none;
  margin-top: 20px;
  padding-left: 0px;
}
.footer__menu li {
  display: inline-block;
}

.footer__menu__item {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
}

.footer__social__headline {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .footer__social__headline {
    padding-left: 40px;
  }
}

.footer__social__box {
  list-style: none;
  margin: 0px;
  padding-left: 0px;
  float: left;
}
@media (min-width: 769px) {
  .footer__social__box {
    padding-left: 40px;
  }
}
.footer__social__box li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.footer__social__box li a {
  background: url("../img/footer_social_icons.png");
  width: 35px;
  height: 35px;
  display: inline-block;
}
.footer__social__box li a.footer__fb {
  background-position: 0px 0px;
}
.footer__social__box li a.footer__tw {
  background-position: -47px 0px;
}
.footer__social__box li a.footer__yt {
  background-position: -92px 0px;
}
.footer__social__box li a.footer__rss {
  background-position: -138px 0px;
}

.footer__copyright {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #adadad;
  float: right;
  text-align: right;
  margin: 0px;
  letter-spacing: 0.2px;
}

.timelineHeader__bar .footer__social__box {
  float: none;
  display: inline-block;
  vertical-align: middle;
  zoom: 0.8;
}

.footer__supported {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #adadad;
  text-align: left;
  letter-spacing: 0.2px;
}
.footer__supported span {
  margin-right: 20px;
}
.footer__supported img {
  opacity: 0.8;
  margin-right: 20px;
}

header {
  position: relative;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  top: 0px !important;
  left: 0px;
  right: 0px;
  margin-bottom: 40px;
  z-index: 3;
}
@media (min-width: 992px) {
  header {
    padding: 0px;
  }
}
header.affix {
  top: 0px;
  width: 100%;
  padding: 0px;
  z-index: 2;
  transition: top 1s;
}
header.affix .header__wrap {
  padding: 12px 0px;
}
header.affix .header__navigation {
  top: 47px;
  right: -20px;
}
@media (min-width: 992px) {
  header.affix .header__navigation {
    top: auto;
    right: auto;
  }
}

.header__wrap {
  background: #fff;
  padding: 12px 0px;
  transition: padding 0.2s;
}
@media (min-width: 992px) {
  .header__wrap {
    padding: 31px 0px;
  }
}

.header__logo {
  display: inline-block;
  float: left;
  margin-top: 7px;
}
.header__logo img {
  width: 191px;
  height: 18px;
}
@media screen and (max-width: 990px) {
  .header__logo img {
    width: 181px;
    height: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1040px) {
  .header__logo img {
    width: 171px;
    height: 15px;
  }
}

.header__hamburger {
  width: 36px;
  height: 36px;
  text-align: right;
  float: right;
  cursor: pointer;
  margin-left: 30px;
}

.header__navigation {
  display: none;
  font-family: "Roboto Condensed", sans-serif;
  float: right;
  margin-top: 8px;
  display: block;
  position: absolute;
  right: 0px;
  top: 47px;
}
.header__navigation .hover li:nth-child(7n) a:hover {
  background: #f57e3f !important;
  border-bottom: 2px solid #f57e3f !important;
}
.header__navigation--open {
  display: block !important;
  background: #fff;
  padding: 10px 25px 20px 20px;
  z-index: 3;
  margin-top: 0px;
  left: 0px;
}
@media (min-width: 992px) {
  .header__navigation {
    display: inline-block !important;
    position: relative;
    right: auto;
    top: auto;
  }
}
.header__navigation ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  right: -10px;
}
@media (min-width: 1500px) {
  .header__navigation ul {
    right: auto;
  }
}
.header__navigation ul li {
  position: relative;
  font-size: 1.8rem;
  margin-left: 5px;
  padding: 5px;
  z-index: 3;
}
@media (min-width: 992px) {
  .header__navigation ul li {
    margin-left: 10px;
    display: inline-block;
    padding: 0px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1280px) {
  .header__navigation ul li {
    margin-left: 30px;
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .header__navigation ul li:hover ul {
    display: block;
    position: absolute;
  }
}
.header__navigation ul li.active a {
  color: #F2993F;
}
.header__navigation ul li.active li a {
  color: #333333;
}
.header__navigation ul li.drustvo {
  text-indent: -9999px;
  padding-right: 10px;
}
.header__navigation ul li.drustvo a {
  display: block;
  background-image: url("../img/logo-mvp.svg");
  width: 45px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px -8px;
}
.header__navigation ul li.drustvo:after {
  font-size: 1.2rem;
  color: #fff;
  text-transform: initial;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #da4343;
  position: absolute;
  top: 0px;
  right: auto;
  left: 48px;
}
@media (min-width: 992px) {
  .header__navigation ul li.drustvo:after {
    top: -6px;
    right: 2px;
    left: auto;
  }
}
.header__navigation ul li ul {
  display: block;
  padding: 0px;
  margin-left: 10px;
  background: #fff;
  width: 290px;
  z-index: 2;
}
@media (min-width: 992px) {
  .header__navigation ul li ul {
    display: none;
    padding: 28px;
    margin-left: -28px;
  }
}
.header__navigation ul li ul li {
  margin-left: 0px;
  display: block;
  padding: 5px;
}

.header__social {
  float: right;
  margin-left: 15px;
}
.header__social li {
  display: inline-block;
  margin-left: 15px;
}
.header__social li a {
  background: url("../img/header_social_icons.png");
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-top: 2px;
}
.header__social li a.header__fb {
  background-position: 0px 0px;
}
.header__social li a.header__tw {
  background-position: -47px 0px;
}
.header__social li a.header__yt {
  background-position: -94px 0px;
}

.importantNews {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.importantNews h2 {
  font-size: 5rem;
  margin: 10px 0px;
}
.importantNews .importantNews__image {
  background: #fff;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  padding-right: 0px;
}
@media (min-width: 769px) {
  .importantNews .importantNews__image {
    padding-right: 15px;
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
  }
}
.importantNews .importantNews__image img {
  width: 100%;
}
@media (min-width: 769px) {
  .importantNews .importantNews__image img {
    width: auto;
  }
}
.importantNews .importantNews__text {
  padding: 30px 30px 30px 15px;
  background: #fff;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
}
@media (min-width: 769px) {
  .importantNews .importantNews__text {
    -ms-flex: 1 1 50%;
        flex: 1 1 50%;
  }
}

.insajderAlt .articleView__timelineRight {
  background: #F2F2F2;
  position: fixed;
  top: 129px;
  right: -100%;
  bottom: 0px;
  z-index: 1;
  transition: right 0.4s;
  box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.15);
  top: 0px;
  padding-top: 104px;
}
@media (min-width: 992px) {
  .insajderAlt .articleView__timelineRight {
    box-shadow: none;
    top: 145px;
    right: -34px;
    padding-top: 0px;
  }
}
.insajderAlt .articleView__timelineRight .timeline {
  padding: 0px;
  height: 100%;
  background: #F2F2F2;
}
.insajderAlt .articleView__timelineRight .timeline ul {
  height: 100%;
  padding-right: 30px;
  padding-left: 10px;
  padding-bottom: 140px;
}
@media (min-width: 992px) {
  .insajderAlt .articleView__timelineRight .timeline ul {
    padding-left: 24px;
  }
}
.insajderAlt .articleView__timelineRight .timeline ul li {
  width: 100%;
}
.insajderAlt .articleView__timelineRight--open {
  right: 0px;
}
.insajderAlt .timeline__icon {
  margin-top: -10px;
  width: 38px;
  height: 38px;
  background-size: 18px;
  border: 4px solid #F2F2F2;
}
.insajderAlt .timeline_image {
  display: none !important;
}
.insajderAlt .timeline--article h2 {
  font-size: 2rem;
  text-align: left;
  padding-top: 10px;
  padding-right: 80px;
  padding-bottom: 15px;
  margin: 0px;
  margin-left: 35px;
}
@media (min-width: 992px) {
  .insajderAlt .timeline--article h2 {
    margin-left: 45px;
    padding-right: 20px;
  }
}
.insajderAlt .center__text {
  text-align: left;
  margin: 0px;
  margin-left: 10px;
  padding-left: 20px;
  padding-right: 10px;
  position: absolute;
  top: initial;
  bottom: 40px;
}
.insajderAlt .center__link span {
  opacity: 0.8;
}
.insajderAlt .timeline__item-center {
  border: none;
  margin-left: 20px;
  padding: 0px !important;
  background: transparent !important;
}
.insajderAlt .timeline__item-center:after {
  margin: 0px;
}
.insajderAlt .timeline__item-center p {
  color: #F2993F;
}
.insajderAlt .timeline__item--result .center__text {
  background: transparent;
  border-left: 2px solid #CCCCCC;
  bottom: initial;
  padding: 20px 10px 15px 30px !important;
  text-align: left;
}
.insajderAlt .timeline__item--result .center__text h4 {
  font-size: 1.8rem;
  margin-top: -10px;
}
.insajderAlt .timeline__item--result .center__text h4 a {
  color: #333333;
}
.insajderAlt .timeline__item--result.timeline__item--active {
  background: #F2993F;
}
.insajderAlt .center__text p {
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.insajderAlt .center__text h4 {
  font-size: 2.2rem;
  margin: 0px;
}
.insajderAlt .center__text time {
  font-size: 1.6rem;
}
.insajderAlt .center__icon {
  width: 38px;
  height: 38px;
  background-size: contain;
  float: left;
  margin-top: 20px;
  margin-left: -50px;
}
.insajderAlt .timeline__item {
  margin: 0px;
  padding: 15px 10px 15px 30px !important;
  clear: both;
}
.insajderAlt .timeline__item h4 {
  font-size: 1.8rem;
}
.insajderAlt .timeline__item time {
  font-size: 1.6rem;
}
.insajderAlt .timeline__item p {
  display: none;
}
.insajderAlt .timeline__item--result p {
  display: none;
}
.insajderAlt .timeline__item--result .center__icon {
  width: 38px;
  height: 38px;
  border: 4px solid #F2F2F2;
  background-size: 18px;
  margin-left: -50px;
}
.insajderAlt .timeline__item.right {
  margin-left: 20px;
}
.insajderAlt .timeline__item.right .timeline__icon {
  margin-left: -50px;
}
.insajderAlt .timeline__item.left {
  text-align: left;
  margin-right: 0px;
  border-left: 2px solid #CCCCCC;
  border-right: none;
  padding-left: 40px;
  padding-right: 0px;
  float: left;
  margin-left: 20px;
}
.insajderAlt .timeline__item.left .timeline__icon {
  float: left;
  margin-left: -50px;
}
.insajderAlt .timeline__result__numbers {
  display: none;
}
.insajderAlt .timeline__item--active {
  background: #F2993F;
  padding-top: 25px;
}
.insajderAlt .timeline__item--active * {
  color: #fff;
}
.insajderAlt .timeline__item--active + .timeline__item-center:before {
  content: " ";
  display: block;
  background: #CCCCCC;
  width: 2px;
  height: 20px;
  margin: 0px;
}
.insajderAlt .timeline__item--active .timeline__icon {
  background-color: #F19940;
}
.insajderAlt .timeline__item-center--active .center__link {
  border: 4px solid #F2993F;
}
.insajderAlt .timeline__item-center--active.timeline__item--result {
  background: #F2993F !important;
  border: none;
}
.insajderAlt .timeline__item-center--active.timeline__item--result h4 {
  margin-top: 10px;
}
.insajderAlt .timeline__item-center--active.timeline__item--result h4 a {
  color: #fff;
}
.insajderAlt .timeline__item-center--active.timeline__item--result * {
  color: #fff;
}
.insajderAlt .timline__arrows {
  height: 50px;
  width: 100%;
  padding-top: 20px;
  padding-left: 45px;
  background: rgba(242, 242, 242, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242, 242, 242, 0)), color-stop(35%, #f2f2f2), color-stop(100%, #f2f2f2));
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, #f2f2f2 35%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2', GradientType=0 );
  position: fixed;
  bottom: 0px;
  z-index: 1;
}
.insajderAlt .timline__arrows .arrow__down {
  display: inline-block;
}
.insajderAlt .timline__arrows .arrow__up {
  display: inline-block;
}
.insajderAlt .similarArticles {
  padding: 0px;
  margin: 0px;
}

.padding-top .articleView__timelineRight {
  top: 0px;
  padding-top: 59px;
}
@media (min-width: 992px) {
  .padding-top .articleView__timelineRight {
    padding-top: 39px;
  }
}

.insajderSection {
  position: relative;
  padding-bottom: 30px;
  clear: both;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .insajderSection {
    clear: both;
    float: left;
  }
}
@media (min-width: 769px) {
  .insajderSection:after {
    border-bottom: 1px solid #CCCCCC;
    content: " ";
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
.insajderSection .timeline__result__numbers {
  border-bottom: none;
}
.insajderSection .timeline__result__item {
  margin: 0px 20px 15px 0px;
}
@media (min-width: 769px) {
  .insajderSection .timeline__result__item {
    margin: 15px 30px 15px 0px;
  }
}

.insajderSection__span {
  color: #F2993F;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 10px;
  display: block;
}

.insajderSection__headline {
  font-size: 3rem;
  margin: 10px 0px;
}
@media (min-width: 769px) {
  .insajderSection__headline {
    font-size: 4rem;
  }
}

@media (min-width: 769px) {
  .insajderSection__text {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}

.insajderiTab {
  margin-bottom: 30px;
}

.insajderiTab__nav__wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .insajderiTab__nav__wrapper {
    overflow: initial;
  }
}
.insajderiTab__nav__wrapper img {
  max-height: 300px;
  max-width: none;
}
@media (min-width: 769px) {
  .insajderiTab__nav__wrapper img {
    max-height: 355px;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .insajderiTab__nav__wrapper img {
    width: auto;
    max-width: 100%;
    max-height: none;
  }
}

.insajderiTab__nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  border-bottom: none;
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 15, 20, 0) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
}
@media (min-width: 992px) {
  .insajderiTab__nav {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
.insajderiTab__nav li {
  display: block;
  float: none;
}
@media (min-width: 992px) {
  .insajderiTab__nav li {
    display: inline-block;
    float: none;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
  .insajderiTab__nav li:after {
    display: inline-block;
    content: " ";
    border-style: solid;
    border-width: 40px 40px 0 40px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    margin-top: -30px;
    margin-left: -40px;
    transition: all 0.4s;
  }
}
.insajderiTab__nav li.active a {
  color: #F2993F !important;
  opacity: 1;
}
@media (min-width: 992px) {
  .insajderiTab__nav li.active:after {
    display: inline-block;
    content: " ";
    border-style: solid;
    border-width: 40px 40px 0 40px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    margin-left: -40px;
    margin-top: -2px;
  }
}
.insajderiTab__nav li.active:after:hover {
  color: #F2993F;
}
.insajderiTab__nav li a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3rem;
  color: #fff;
  opacity: 0.4;
  background: none !important;
  border: none !important;
}
@media (min-width: 992px) {
  .insajderiTab__nav li a {
    padding: 25px 15px;
  }
}
.insajderiTab__nav li a:hover {
  opacity: 1;
}

.insajderiTab__content {
  background: #fff;
  overflow: hidden;
  clear: both;
}

#mc_embed_signup {
  background: transparent;
}
#mc_embed_signup form {
  padding: 0px;
  margin: 0px;
}
#mc_embed_signup h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5rem;
  line-height: 110%;
  font-weight: 400;
  color: #F2993F;
  line-height: 120%;
  border-bottom: 2px solid transparent;
  display: inline;
  transition: 0.2s;
}
#mc_embed_signup .mc-field-group {
  margin-top: 20px;
}
#mc_embed_signup label {
  display: block;
  margin-bottom: 10px;
}
#mc_embed_signup button {
  background-color: #F2993F;
  display: inline-block;
  border: 1px solid #F2993F;
  color: #fff;
  font-weight: 400;
  max-width: 150px;
  padding: 7px 20px;
  margin: 0px;
  float: left;
  clear: none;
}
#mc_embed_signup div.mce_inline_error {
  clear: both;
  font-weight: 300;
  margin: 10px 0px;
}

div#mce-success-response {
  margin: 0 0 1em 0;
  padding: 5px 10px;
  background-color: #085470;
  font-weight: bold;
  z-index: 1;
  color: #fff;
  float: left;
}

#mc_embed_signup div.mce_inline_error {
  float: left;
}

.bannerBox .bannerBox__item .button {
  clear: none;
  float: none;
}

.mc-layout__modalContent {
  border-radius: 0px !important;
}

.modal {
  font-size: 1.8rem;
  text-align: center;
}
.modal .modal-header {
  border-bottom: none;
}
.modal .close {
  background: transparent url(../img/close_icon_dark.svg) no-repeat;
  width: 26px;
  height: 26px;
  border: none;
  text-indent: -9999px;
}
.modal .modal-body {
  padding: 0px;
}
.modal .modal-body p {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  margin-bottom: 0px;
  display: inline-block;
}
.modal .modal-body p a {
  font-size: 1.6rem;
  margin-left: 0px;
}
.modal .modal__subTitle {
  margin-top: 20px;
}
.modal #login_popup {
  padding: 0px 40px 40px 40px;
}
.modal #login_popup a {
  margin-left: 0px;
}
.modal .login_menu {
  font-size: 1.4rem;
  padding: 0px;
  list-style: none;
}

.modal-backdrop {
  z-index: 3;
}

.notification {
  background: #838da0;
  color: #fff;
  padding: 2px 20px;
}
.notification a, .notification p {
  color: #fff;
}

.search {
  padding: 0px;
  margin: 0px;
  border: none;
  display: inline-block;
  vertical-align: middle;
}
.search input {
  font-size: 1.6rem;
  color: #636363;
  font-weight: 300;
  background: #444444;
  height: 29px;
  padding: 5px 10px;
  float: left;
  border: none;
  transition: all 0.2s;
}
.search input:hover {
  background-color: #4A4A4A;
}
.search input[type="submit"] {
  width: 32px;
  height: 29px;
  background: url("../img/search_icon-white.svg");
  background-color: #444444;
  background-size: 26px 26px;
  background-position: center center;
  padding: 5px;
  text-indent: -9999px;
}
.search input[type="submit"]:hover {
  background-color: #4A4A4A;
}

.search--top {
  margin: 8px 0px 8px 20px;
}
.search--top input {
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  background: transparent;
  width: 70px;
  text-transform: uppercase;
  text-align: right;
}
.search--top input:hover {
  background: transparent;
}
.search--top input:focus {
  border-bottom: 1px solid #333333;
  width: 120px;
}
.search--top input[type="submit"] {
  background: url("../img/search_icon.svg");
  background-color: transparent;
  width: 26px;
  height: 26px;
  padding: 0px;
}
.search--top input[type="submit"]:hover {
  background-color: transparent;
}
.search--top input[type="submit"]:focus {
  border-bottom: none;
}

.shareButtons {
  float: none;
  margin: 0px 0px 20px 0px;
}
@media (min-width: 769px) {
  .shareButtons {
    float: right;
    margin: 20px 0px 20px 0px;
  }
}
.shareButtons .fb_iframe_widget span {
  vertical-align: top !important;
}
.shareButtons iframe {
  margin: 0px;
  vertical-align: top;
}

.sidebarNav ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 30px;
}
.sidebarNav ul li {
  margin-bottom: 10px;
  color: #F2993F;
}
.sidebarNav ul li.sidebarNavItem {
  color: #333333;
}
.sidebarNav ul li.active {
  color: #F2993F;
}

.similarArticles {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0px;
}
@media (min-width: 992px) {
  .similarArticles {
    margin-top: 50%;
    padding-left: 40px;
  }
}
.similarArticles h3 {
  font-size: 1.8rem;
  color: #F2993F;
  border-bottom: 1px solid #BBBBBB;
  padding-bottom: 10px;
  margin: 0px;
}
.similarArticles ul {
  list-style: none;
  margin: 0px;
  padding-left: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.similarArticles ul li {
  font-family: "Roboto Condensed", sans-serif;
  border-bottom: 1px solid #BBBBBB;
  padding: 10px 0px;
  -ms-flex: 1 100%;
      flex: 1 100%;
}
@media (min-width: 769px) {
  .similarArticles ul li {
    -ms-flex: 1 50%;
        flex: 1 50%;
  }
}
.similarArticles ul li figure {
  float: left;
  margin: 0px 20px 0px 0px;
}
.similarArticles ul li time {
  font-size: 1.4rem;
}
.similarArticles ul li h4 {
  font-size: 1.8rem;
  margin: 5px 0px;
  padding-right: 10px;
}

.similarArticles--moreArticles ul li {
  -ms-flex: 1 100%;
      flex: 1 100%;
}

.socialBox {
  background: #fff;
  padding: 40px;
}
.socialBox .fb_iframe_widget {
  display: block;
  text-align: center;
}

.timeline {
  padding: 60px 20px 20px 20px;
  background: #fff;
  overflow: hidden;
}
@media (min-width: 992px) {
  .timeline {
    padding: 80px 40px 40px 40px;
  }
}
.timeline--article {
  margin-top: 40px;
}
.timeline ul {
  list-style: none;
  padding-left: 14px;
  margin: 0px;
}
@media (min-width: 992px) {
  .timeline ul {
    padding-left: 0px;
    overflow: hidden;
  }
}
.timeline.tab-pane ul li {
  opacity: 0;
  transition: all 1s;
}
.timeline.active ul li {
  opacity: 1;
  transition: all 1s;
}

.timeline__item {
  padding-bottom: 20px;
  padding-top: 14px;
}
@media (min-width: 992px) {
  .timeline__item {
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  .timeline__item.video__item, .timeline__item.document__item {
    max-width: 500px;
  }
}
.timeline__item.left {
  text-align: left;
  border-left: 2px solid #CCCCCC;
  padding-left: 40px;
  float: none;
}
@media (min-width: 992px) {
  .timeline__item.left {
    text-align: right;
    margin-right: calc(50% - 1px);
    border-right: 2px solid #CCCCCC;
    border-left: none;
    padding-left: 0px;
    padding-right: 40px;
    float: right;
  }
}
.timeline__item.left .timeline__icon {
  float: left;
  margin-left: -65px;
}
@media (min-width: 992px) {
  .timeline__item.left .timeline__icon {
    float: right;
    margin-right: -65px;
  }
}
.timeline__item.left .timeline_image {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  display: none;
}
@media (min-width: 992px) {
  .timeline__item.left .timeline_image {
    float: right;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 0px;
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .timeline__item.left .timeline__result__item {
    margin-left: 30px;
  }
}
.timeline__item.right {
  text-align: left;
  border-left: 2px solid #CCCCCC;
  padding-left: 40px;
  float: none;
}
@media (min-width: 992px) {
  .timeline__item.right {
    margin-left: calc(50% - 1px);
    float: left;
  }
}
.timeline__item.right .timeline__icon {
  float: left;
  margin-left: -65px;
}
.timeline__item.right .timeline_image {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
  display: none;
}
@media (min-width: 992px) {
  .timeline__item.right .timeline_image {
    display: inline-block;
  }
}
.timeline__item.right .timeline__result__item {
  margin-right: 30px;
}
.timeline__item time {
  color: #F2993F;
  display: block;
}
.timeline__item h4 {
  font-size: 2.5rem;
  margin: 2px 0px;
}
@media (min-width: 769px) {
  .timeline__item h4 {
    font-size: 2.8rem;
  }
}
.timeline__item p {
  margin: 5px 0px;
  font-weight: 300;
}

.timeline__item--active {
  background: #eee;
  padding: 25px;
}
.timeline__item--active.left {
  padding-left: 10px;
}
.timeline__item--active.right {
  padding-right: 10px;
}
.timeline__item--active .timeline__icon {
  background-color: #65A3C7;
}

.timeline__result__numbers {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.timeline__result__numbers .timeline__result__item {
  overflow: initial;
  display: inline-block;
  text-align: center;
}
.timeline__result__numbers .timeline__result__item span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4rem;
  color: #F2993F;
  display: block;
  margin: 15px 0px;
}
.timeline__result__numbers ul {
  padding-left: 0px;
  height: auto;
}
.timeline__result__numbers li {
  overflow: initial;
  display: inline-block;
  text-align: center;
  font-weight: 300;
  margin: 0px 15px 5px 0px;
}
.timeline__result__numbers li strong {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4rem;
  font-weight: 300;
  color: #F2993F;
  display: block;
  margin: 0px;
}
@media (min-width: 769px) {
  .timeline__result__numbers li strong {
    font-size: 5rem;
  }
}

.timeline__result__headline {
  font-size: 2.2rem !important;
  margin-top: 10px !important;
}

.timeline__icon {
  margin-top: -14px;
  width: 48px;
  height: 48px;
  background-color: #F2993F;
  background-size: 26px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}
.timeline__icon:hover {
  border: 4px solid #fff;
}

.text__item .timeline__icon {
  background-image: url(../img/text_icon.svg);
}

.image__item .timeline__icon {
  background-image: url(../img/text_icon.svg);
}

.phone__item .timeline__icon {
  background-image: url(../img/phone_icon.svg);
}

.conference__item .timeline__icon {
  background-image: url(../img/conference_icon.svg);
}

.video__item .timeline__icon {
  background-image: url(../img/video_icon.svg);
}

.poll__item .timeline__icon {
  background-image: url(../img/poll_icon.svg);
}

.result__item .timeline__icon {
  background-image: url(../img/result_icon.svg);
}

.document__item .timeline__icon {
  background-image: url(../img/document_icon.svg);
}

.timeline__item-center {
  position: relative;
  clear: both;
  max-width: 600px;
}
@media (min-width: 992px) {
  .timeline__item-center {
    margin: 0 auto;
    text-align: center;
  }
}
.timeline__item-center:after {
  content: " ";
  display: block;
  background: #CCCCCC;
  width: 2px;
  height: 20px;
}
@media (min-width: 992px) {
  .timeline__item-center:after {
    margin: 0 auto;
  }
}
.timeline__item-center + .timeline__item {
  padding-top: 45px;
}

.timeline__item-center--active {
  border: 4px solid #65A3C7;
}
.timeline__item-center--active .center__icon {
  background-image: url(../img/center_icon.svg);
}

.center__text {
  text-align: left;
  padding-left: 20px;
  width: 100%;
  position: absolute;
  margin-top: -60px;
  top: 50%;
  z-index: 1;
}
@media (min-width: 769px) {
  .center__text {
    margin-top: -110px;
    text-align: center;
    padding-left: 0px;
  }
}
.center__text * {
  color: #fff;
}
.center__text h4, .center__text p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3rem;
  margin: 10px 0px;
}
.center__text p {
  color: #F2993F;
}
.center__text time {
  opacity: 0.7;
  font-weight: 300;
}

.center__icon {
  width: 96px;
  height: 96px;
  background-image: url(../img/center_icon.svg);
  display: none;
}
@media (min-width: 769px) {
  .center__icon {
    display: inline-block;
  }
}

.center__link {
  position: relative;
  display: inline-block;
  width: 100%;
}
.center__link span {
  position: absolute;
  background: #000;
  opacity: 0.7;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.center__link img {
  width: 100%;
  max-width: 600px;
}

.timeline__item--result .center__text {
  position: relative;
  text-align: left;
  margin: 24px auto 0px auto;
  padding-left: 0px;
  padding: 0px 20px 20px 20px;
  background: #41464D;
  max-width: 600px;
}
@media (min-width: 992px) {
  .timeline__item--result .center__text {
    text-align: center;
  }
}
.timeline__item--result .center__icon {
  margin-top: -23px;
  margin-left: -43px;
  width: 48px;
  height: 48px;
  background-color: #F2993F;
  border: 4px solid #fff;
  border-radius: 50%;
  background-size: 26px;
  background-image: url(../img/result_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}
@media (min-width: 992px) {
  .timeline__item--result .center__icon {
    margin-left: 0px;
  }
}
.timeline__item--result h4 {
  text-transform: none;
  font-size: 2.8rem;
  font-weight: 400;
}
.timeline__item--result p {
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-transform: none;
  font-size: 1.8rem;
  font-weight: 300;
}

.timeline--article h2 {
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  color: #F2993F;
  font-weight: 300;
  text-align: center;
  margin-top: -40px;
  margin-bottom: 30px;
}
.timeline--article ul {
  height: 70vh;
  overflow: auto;
  padding-right: 10px;
  padding-left: 24px;
}
@media (min-width: 992px) {
  .timeline--article ul {
    padding-left: 0px;
  }
}

ul.timelineFilter {
  text-align: left;
  margin-top: -35px;
}
@media (min-width: 769px) {
  ul.timelineFilter {
    margin-bottom: 20px;
    text-align: center;
  }
}
ul.timelineFilter--margin {
  margin: 30px auto 30px auto;
}

.timelineFilter__item {
  display: inline-block;
  margin: 5px 15px;
}
.timelineFilter__item a {
  color: #BBBBBB;
}

.timelineFilter__item--active a {
  color: #333333;
}

.timelineHeader {
  position: relative;
  background: #fff;
}

.timelineHeader__info {
  position: relative;
  display: inline-block;
  background: #000;
  width: 100%;
  margin-top: -50px;
  text-align: left;
  background: transparent;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(10%, black), color-stop(100%, black));
  background: linear-gradient(to bottom, transparent 0%, black 10%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
@media (min-width: 992px) {
  .timelineHeader__info {
    margin-top: -140px;
    text-align: center;
    background: transparent;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(31%, black), color-stop(100%, black));
    background: linear-gradient(to bottom, transparent 0%, black 31%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  }
}
@media (min-width: 1280px) {
  .timelineHeader__info {
    position: absolute;
    margin-top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 15, 20, 0) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr='$to',GradientType=1 );
    padding-top: 100px;
  }
}

.timelineHeader__span {
  color: #F2993F;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 10px;
  display: block;
  padding: 0px 20px;
}

.timelineHeader__headline {
  margin: 15px 0px;
  color: #fff;
  font-size: 3.5rem;
  padding: 0px 20px;
}
@media (min-width: 992px) {
  .timelineHeader__headline {
    font-size: 4rem;
    padding: 0px;
  }
}

.timelineHeader__text {
  padding: 0px 20px;
  max-width: 1070px;
  color: #fff;
  margin: 0px;
}
@media (min-width: 992px) {
  .timelineHeader__text {
    margin: 0 auto 0px auto;
  }
}

.timelineHeader__bar {
  margin: 10px 0px 20px 0px;
  padding: 0px 20px;
}
.timelineHeader__bar * {
  color: #fff;
}
.timelineHeader__bar .shareButtons {
  float: none;
  display: inline-block;
  margin-right: 20px;
}
.timelineHeader__bar .footer__social__box {
  padding-left: 0px;
}
.timelineHeader__bar .footer__social__box li:first-of-type {
  opacity: 0.6;
}
.timelineHeader__bar .footer__social__box a.footer__tw {
  background-position: -47px 0px;
}

.timelineHeader__results {
  display: inline-block;
  vertical-align: initial;
}

.timelineHeader__resultItem {
  font-weight: 300;
  font-size: 1.5rem;
  opacity: 0.6;
  display: inline-block;
  margin: 0px 10px;
}
.timelineHeader__resultItem span {
  margin-left: 5px;
}

.timelineHeader + .timeline .timelineFilter {
  padding-left: 0px;
}

.timelineHeader + .timeline .timelineFilter .timelineFilter__item {
  margin-left: 0px;
}

.topBar {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: right;
  background: #F2F2F2;
  z-index: 3;
}
.topBar .footer__social__box {
  display: none;
  float: none;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .topBar .footer__social__box {
    display: inline-block;
  }
}
.topBar .footer__social__box li {
  margin-right: 0px;
  margin-left: 5px;
}
.topBar .footer__social__box li a {
  width: 25px;
  height: 24px;
  background-size: auto 24px;
}
.topBar .footer__social__box li a.footer__fb {
  background-position: 0px 0px;
}
.topBar .footer__social__box li a.footer__tw {
  background-position: -31px 0px;
}
.topBar .footer__social__box li a.footer__yt {
  background-position: -63px 0px;
}
.topBar .footer__social__box li a.footer__rss {
  background-position: -94px 0px;
}

.topBar__user {
  display: inline-block;
}
.topBar__user a {
  display: inline-block;
  margin-left: 15px;
}

.topBar__lang {
  display: inline-block;
  padding-left: 60px;
}
.topBar__lang * {
  display: inline-block;
  margin-left: 15px;
}
.topBar__lang .active {
  border-bottom: 1px solid;
}

.padding-top .topBar {
  margin-bottom: 90px;
}

.topics__headline {
  font-size: 2.5rem;
  color: #F2993F;
}

.topics__main ul {
  list-style: none;
  padding-left: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.topics__main ul li {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 10px 0px;
}
@media (min-width: 769px) {
  .topics__main ul li {
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
  }
}

.topics__tags ul {
  list-style: none;
  padding-left: 0px;
}
.topics__tags ul li {
  font-size: 1.6rem;
  background: #ECECEC;
  border: 1px solid #D2D2D2;
  float: left;
  padding: 5px 10px;
  margin-bottom: 15px;
  margin-right: 15px;
  transition: all 0.2s;
}
@media (min-width: 769px) {
  .topics__tags ul li {
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
  }
}
.topics__tags ul li:hover {
  background: #F2F2F2;
  border: 1px solid #B7B7B7;
}

/*# sourceMappingURL=style.css.map */
