.inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1em;
}

.innerinfo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 1em;
}

/* Video pozadina  */
video#bgvid {
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

video#bgvid2 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

/* /Video pozadina  */
/* Article hero  */
.articlehero {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65rem;
  height: 40vh;
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.6);
}

.articlehero .main-title {
  margin: 0px;
  font-size: 5.4rem;
  font-family: 'Quicksand', sans-serif;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.articlehero .bold {
  font-weight: bold;
}

.articlehero .boja {
  color: #46b3e1;
}

.articlehero .solgar {
  width: 180px;
}

.articlehero .arrow {
  width: 40px;
}

/* /Article hero  */
/* Article za clanke s pozadinom  */
.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50rem;
  height: 65vh;
  padding: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.article .title {
  margin: 0px;
  font-size: 2.4rem;
  font-family: 'Quicksand', sans-serif;
  margin-top: 1.8rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
}

.article .content {
  font-family: 'Quicksand', sans-serif;
  margin: 0px;
  font-size: 1.4rem;
  margin-bottom: 50px;
}

.article .solgarclanak {
  float: right;
  width: 120px;
}

.article .btn {
  margin-top: 50px;
  margin: 0px;
  height: 40px;
  font-family: 'Quicksand', sans-serif;
  width: 180px;
  margin: 0;
  border: 2px solid #46b3e1;
  border-radius: 20px;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: color,background-color,border-color;
  transition-property: color,background-color,border-color;
  background-color: #46b3e1;
  color: white;
}

.article .btn:hover {
  background-color: #8f2d56;
  border: 2px solid #6f7b91;
  border-radius: 20px;
}

/* /Article za clanke s pozadinom  */
/* Article za clanke s videom  */
.articlevideo {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50rem;
  height: 65vh;
  padding: 5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.articlevideo .title {
  margin: 0px;
  font-size: 2.4rem;
  font-family: 'Quicksand', sans-serif;
  margin-top: 1.8rem;
  margin-bottom: 3rem;
  text-transform: uppercase;
}

.articlevideo .content {
  font-family: 'Quicksand', sans-serif;
  margin: 0px;
  font-size: 1.4rem;
  margin-bottom: 50px;
}

.articlevideo .solgarclanak {
  float: right;
  width: 120px;
}

.articlevideo .btn {
  margin-top: 50px;
  margin: 0px;
  height: 40px;
  font-family: 'Quicksand', sans-serif;
  width: 180px;
  margin: 0;
  border: 2px solid #46b3e1;
  border-radius: 20px;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: color,background-color,border-color;
  transition-property: color,background-color,border-color;
  background-color: #46b3e1;
  color: white;
}

.articlevideo .btn:hover {
  background-color: #8f2d56;
  border: 2px solid  #8f2d56;
  border-radius: 20px;
}

/* /Article za clanke s videom  */
/* Article za clanke s infografikom  */
.articleinfografika {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  height: 90%;
  background-image: url("img/infografika.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* /Article za clanke s infografikom  */
/* Article za clanke s bannerom  */
.articlebanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  height: 60%;
  background-image: url("img/banner.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* /Article za clanke s bannerom  */
/* Pozadine */
.bak1 {
  background-image: url("img/sistematski-pregledi-za-muskarce.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bak2 {
  background-image: url("img/sistematski-pregledi-za-muskarce.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bak3 {
  background-image: url("img/najvazniji-pregledi-za-muskarce.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.infobak {
  background-image: url("img/background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}

.infobanner {
  background-color: #d7cba3;
}

.bak4 {
  background-image: url("img/sport.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bak5 {
  background-image: url("img/muski-um.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* /Pozadine */
@media (max-width: 767.98px) {
  .innerinfo {
    height: 200vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 1em;
    background-color: #f8f0e5;
  }
  /* Article hero mobile */
  .articlehero {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 20rem;
    height: 23vh;
    padding: 5rem;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .articlehero .main-title {
    margin: 0px;
    font-size: 3.1rem;
    font-family: 'Quicksand', sans-serif;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .articlehero .arrow {
    width: 40px;
  }
  /* /Article hero mobile */
  .articleinfografika {
    width: 150%;
    height: 100%;
    background-image: url("img/movember-infografika-web.jpg");
    background-size: contain;
  }
  .articlebanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 110%;
    background-image: url("img/solgar_banner_mobile.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  /* Article za clanke s videom  */
  .articlevideo {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 21rem;
    height: 70vh;
    padding: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .articlevideo .title {
    margin: 0px;
    font-size: 1.4rem;
    font-family: 'Quicksand', sans-serif;
    margin-top: 0.2rem;
    margin-bottom: 2rem;
  }
  .articlevideo .content {
    font-family: 'Quicksand', sans-serif;
    margin: 0px;
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .articlevideo .btn {
    margin-top: 50px;
    margin: 0px;
    height: 40px;
    font-family: 'Quicksand', sans-serif;
    width: 200px;
    margin: 0;
    border: 2px solid #46b3e1;
    border-radius: 20px;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 0.8rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: color,background-color,border-color;
    transition-property: color,background-color,border-color;
    background-color: #46b3e1;
    color: white;
  }
  .articlevideo .btn:hover {
    background-color: #8f2d56;
    border: 2px solid  #8f2d56;
    border-radius: 20px;
  }
  /* /Article za clanke s videom  */
  .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40rem;
    height: 70vh;
    padding: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .article .title {
    margin: 0px;
    font-size: 1.4rem;
    font-family: 'Quicksand', sans-serif;
    margin-top: 0.2rem;
    margin-bottom: 2rem;
  }
  .article .content {
    font-family: 'Quicksand', sans-serif;
    margin: 0px;
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  .article .btn {
    margin-top: 50px;
    margin: 0px;
    height: 40px;
    font-family: 'Quicksand', sans-serif;
    width: 200px;
    margin: 0;
    border: 2px solid #46b3e1;
    border-radius: 20px;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 0.8rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: color,background-color,border-color;
    transition-property: color,background-color,border-color;
    background-color: #46b3e1;
    color: white;
  }
  .article .btn:hover {
    background-color: #8f2d56;
    border: 2px solid  #8f2d56;
    border-radius: 20px;
  }
  /* CHANGE THE BUTTON STYLE */
  .docSlider-button {
    display: none;
  }
  .docSlider-button.selected {
    opacity: 1;
  }
  .docSlider-button:active {
    outline: none;
  }
}
/*# sourceMappingURL=style.css.map */