@charset "UTF-8";
/* Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Caveat+Brush&display=swap&subset=latin-ext");
/* Custom Fonts */
@font-face {
  font-family: "Konzum-Sketch";
  src: url(../fonts/Konzum-Sketch.eot);
  src: url(../fonts/Konzum-Sketch.woff2) format("woff2"), url(../fonts/Konzum-Sketch.woff) format("woff"), url(../fonts/Konzum-Sketch.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* General */
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #056839;
  background: #fff;
}

ul,
ol {
  list-style: none;
}

a {
  color: #056839;
}

a.active, a:hover {
  color: #056839;
}

/* Content */
h1 {
  font-size: 1rem;
  color: #fff;
}

.page {
  margin: 0 auto;
  max-width: 820px;
  overflow: hidden;
}

/* Messages */
.msg {
  position: fixed;
  width: 100%;
  /*background: rgba(152, 198, 50, 0.9);*/
  background: rgba(83, 84, 95, 0.9);
  padding: 1rem 2rem;
  z-index: 1;
}

.msg:focus, .msg:hover {
  text-decoration: none;
}

.msg i {
  font-size: 1.3rem;
}

/* Admin bar */
#adminbar {
  background: #fff;
  overflow: visible;
}

#adminbar div[class*="col"] {
  color: rgba(0, 0, 0, 0.8);
  line-height: 2.4;
  font-size: 0.8125rem;
}

#adminbar .user {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}

#adminbar a {
  color: #777;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 2px;
  font-weight: 600;
}

#adminbar a:hover {
  color: #444;
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  #adminbar.page {
    padding: 6px 15px;
  }
}

/* Main */
#main {
  background: #e6efd8;
}

/* Intro */
#intro h5 {
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}

/* Header */
#header {
  position: relative;
  padding-bottom: 2rem;
  z-index: 11;
}

#header .d-sm-none {
  opacity: 0;
  visibility: hidden;
}

#header .col {
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  #header .col {
    background-image: none !important;
  }
}

#header::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  opacity: 0.35;
  width: 1573px;
  height: 1938px;
  top: -680px;
  left: -1240px;
  background: radial-gradient(circle at center, #2a6652 10%, rgba(61, 143, 53, 0.6) 47.87%, rgba(255, 255, 255, 0) 60%);
}

#header::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  opacity: 0.35;
  width: 1765px;
  height: 1765px;
  top: -340px;
  right: -1200px;
  background: radial-gradient(circle at center, #2a6652 10%, rgba(61, 143, 53, 0.6) 47.87%, rgba(255, 255, 255, 0) 60%);
}

#hero {
  position: relative;
  font-family: "Montserrat", sans-serif;
  z-index: 10;
}

#hero p {
  max-width: 700px;
  margin: 0 auto;
}

#hero .hashtag {
  font-family: "Konzum-Sketch", sans-serif;
  text-align: right;
  font-size: 25px;
}

#hero .ovdje {
  color: #056839;
  text-decoration: underline;
}

.component-gallery {
  position: relative;
  z-index: 12;
}

.component-gallery::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  opacity: 0.35;
  width: 1573px;
  height: 1938px;
  top: -380px;
  left: -1240px;
  background: radial-gradient(circle at center, #2a6652 10%, rgba(61, 143, 53, 0.6) 47.87%, rgba(255, 255, 255, 0) 60%);
}

.component-gallery::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  opacity: 0.35;
  width: 1765px;
  height: 1765px;
  top: -300px;
  right: -1200px;
  background: radial-gradient(circle at center, #2a6652 10%, rgba(61, 143, 53, 0.6) 47.87%, rgba(255, 255, 255, 0) 60%);
}

/* Gallery */
#gallery .gallery-item {
  position: relative;
  width: 100%;
  /*max-width: 700px;*/
  margin: 0 auto;
  padding-bottom: 40px;
  /*-*
    &:nth-child(1)::before {
      content: "";
      position: absolute;
      display: inline-block;
      width: 820px;
      height: 674px;
      top: -274px;
      left: -1.5rem;
      background: url("../img/crcka_1.jpg") left top no-repeat;
      z-index: 0;
    }
    /*-*/
}

#gallery .gallery-item:last-child {
  padding-bottom: 0;
}

#gallery .gallery-item:nth-of-type(2n) {
  z-index: 8;
}

@media only screen and (min-width: 768px) {
  #gallery .gallery-item:nth-child(1) {
    z-index: 9;
  }
  #gallery .gallery-item:nth-of-type(2n) {
    z-index: 8;
    /*-*
      &::before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 820px;
        height: 670px;
        top: -160px;
        left: -1.5rem;
        background: url("../img/crcka_2.jpg") right top no-repeat;
        z-index: 0;
      }
      /*-*/
  }
  #gallery .gallery-item:nth-of-type(2n + 1):not(:first-child) {
    z-index: 7;
  }
}

#gallery .gallery-item {
  /*-*
  &:nth-of-type(2n + 1):not(:first-child)::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 820px;
    height: 583px;
    top: -160px;
    left: -1.5rem;
    background: url("../img/crcka_3.jpg") left top no-repeat;
    z-index: 0;
  }
  /*-*/
}

#gallery .gallery-item .glasaj.disabled {
  pointer-events: none;
  opacity: 0.4;
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  -webkit-user-select: none;
          user-select: none;
}

#gallery .gallery-item .item-voted {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  /*flex*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

#gallery .gallery-item .item-voted::before {
  content: "Hvala! Vaš glas je zabilježen.";
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 1rem 2rem;
  background: rgba(152, 198, 50, 0.9);
  color: #fff;
  font-size: 1.4rem;
}

#gallery .gallery-item .item-voted.before::before {
  content: "Nije moguće ponovno glasati.";
}

#gallery {
  margin: 0 auto !important;
}

#gallery .slider {
  position: relative !important;
  max-width: 700px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #gallery .slider {
    padding: 45px 0 0;
  }
}

#gallery .content {
  text-align: left;
  font-size: 13px;
}

#gallery .content > h4 {
  font-size: 22px;
}

#gallery .content .share-content {
  max-width: 700px;
  margin: 0 auto;
}

#gallery .votes {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: #fff;
  font-family: "Konzum-Sketch", sans-serif;
  color: #056839;
  font-size: 33px;
  font-weight: bold;
  border-radius: 50%;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  #gallery .votes {
    background: #056839;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 0;
  }
}

#gallery .share {
  display: inline-block;
  position: absolute;
  bottom: 120px;
  right: 30px;
  z-index: 1;
}

#gallery .share a {
  position: relative;
  font-size: 16px;
  border: 2px solid #fff;
  display: inline-block;
  text-align: center;
  margin: 0 3px;
  padding: 0;
  width: 36px;
  height: 36px;
  color: #fff;
  line-height: 32px;
  border-radius: 18px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#gallery .share a:hover {
  -webkit-transform: translate(0, -0.3em);
  transform: translate(0, -0.3em);
}

@media only screen and (max-width: 768px) {
  #gallery .share {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: auto;
    right: auto;
    left: 0;
  }
  #gallery .share a {
    color: #056839;
  }
}

#gallery > li:not(:last-child) > .content {
  font-family: "Montserrat", sans-serif;
}

#gallery .glasaj {
  display: inline-block !important;
  font-family: "Arial", sans-serif;
  margin-top: 54px;
  margin-right: 30px;
  min-width: 80px;
  font-weight: bold;
  font-size: 16px;
  background: #055d33;
  background: linear-gradient(45deg, #055d33, #2f7f52);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 6px 15px 5px 15px;
  border-radius: 14px;
  text-decoration: none;
  /*-*
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  /*-*/
  z-index: 101;
}

#gallery .glasaj:hover {
  background: #055d33;
}

@media only screen and (max-width: 768px) {
  #gallery .glasaj {
    margin-top: 6px;
    margin-right: 10px;
    font-size: 14px;
    padding: 3px 10px 2px 10px;
  }
}

#gallery .complete {
  display: none;
}

#gallery .complete.open {
  display: inline;
}

#gallery .more {
  font-weight: 600;
  text-transform: uppercase;
  /*margin-left: 8px;*/
  color: #056839;
}

#gallery .more:hover, #gallery .more:focus {
  text-decoration: underline;
}

#gallery .more span,
#gallery .more:hover span,
#gallery .more:focus span {
  font-weight: normal;
  font-size: 14px;
}

#gallery .content > .container-full {
  display: none;
}

/* Carousel */
.carousel-fade .carousel-inner {
  position: relative;
  overflow: hidden !important;
}

@media only screen and (max-width: 768px) {
  .carousel-fade .carousel-inner {
    overflow: visible !important;
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background: url("../img/glasaj-bg.png") right bottom no-repeat;
  width: 100%;
  max-width: 100%;
  height: 105px;
}

.carousel-fade .carousel-item video {
  width: 700px;
  height: 400px;
  z-index: 1;
}

.carousel-fade .carousel-item .start-video,
.carousel-fade .carousel-item .pp-video {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.carousel-fade .carousel-item .pp-video span {
  font-size: 40px;
}

.carousel-fade .carousel-item .start-video-- {
  display: none !important;
}

.carousel-fade .carousel-item .start-video,
.carousel-fade .carousel-item .pause-video,
.carousel-fade .carousel-item .stop-video {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.carousel-fade .carousel-item .start-video:hover, .carousel-fade .carousel-item .start-video:hover, .carousel-fade .carousel-item .start-video:hover,
.carousel-fade .carousel-item .pause-video:hover,
.carousel-fade .carousel-item .pause-video:hover,
.carousel-fade .carousel-item .pause-video:hover,
.carousel-fade .carousel-item .stop-video:hover,
.carousel-fade .carousel-item .stop-video:hover,
.carousel-fade .carousel-item .stop-video:hover {
  opacity: 1;
}

.carousel-fade .carousel-item .start-video i {
  font-size: 60px;
  color: #fff;
}

.carousel-fade .carousel-item .pause-video i,
.carousel-fade .carousel-item .stop-video i {
  font-size: 40px;
  color: #fff;
}

.carousel-fade .carousel-item .pp-video {
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 9090;
}

.carousel-fade .carousel-item:hover .pp-video {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 768px) {
  .carousel-fade .carousel-item .title {
    position: relative;
    display: inline-block;
    background: url("../img/glasaj-bg.png") right bottom no-repeat;
    width: 100%;
    max-width: 100%;
    height: 40px;
  }
  .carousel-fade .carousel-item video {
    width: 100% !important;
    height: auto !important;
  }
  .carousel-fade .carousel-item .start-video i {
    font-size: 30px;
  }
  .carousel-fade .carousel-item .pause-video i,
  .carousel-fade .carousel-item .stop-video i,
  .carousel-fade .carousel-item .pp-video span {
    font-size: 20px;
  }
}

.carousel-fade .carousel-item .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.carousel-fade .carousel-item .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-fade .carousel-item .share-title {
  display: block;
  position: absolute;
  top: 52px;
  left: 38px;
  right: 0;
}

.carousel-fade .carousel-item .share-title .row {
  min-height: 50px;
}

.carousel-fade .carousel-item .share-title h4 {
  font-family: "Konzum-Sketch", sans-serif;
  font-size: 23px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .carousel-fade .carousel-item .share-title {
    top: 0px;
    left: 10px;
  }
  .carousel-fade .carousel-item .share-title .row {
    min-height: 40px;
  }
  .carousel-fade .carousel-item .share-title h4 {
    font-size: 14px;
  }
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* Arrows */
#gallery .gallery-item .carousel-control-prev,
#gallery .gallery-item .carousel-control-next {
  bottom: 85px;
}

#gallery .gallery-item .carousel-control-prev-arrow,
#gallery .gallery-item .carousel-control-next-arrow {
  display: inline-block;
  width: 21px;
  height: 36px;
  margin-top: 66px;
  background: url("../img/arrow.png") center no-repeat;
}

#gallery .gallery-item .carousel-control-prev-arrow {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/*@media only screen and (max-width: 480px) {*/
@media only screen and (max-width: 768px) {
  #gallery .glasaj-- {
    display: block;
    width: 100%;
  }
  #gallery .votes {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
}

#molg {
  position: relative;
  padding-top: 2rem;
  z-index: 19;
}

#molg .d-sm-none {
  opacity: 0;
  visibility: hidden;
}

#molg .col {
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  #molg .col {
    background-image: none !important;
  }
}

#molg::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  opacity: 0.35;
  width: 1573px;
  height: 1938px;
  top: -680px;
  left: -1240px;
  background: radial-gradient(circle at center, #2a6652 10%, rgba(61, 143, 53, 0.6) 47.87%, rgba(255, 255, 255, 0) 60%);
}

#molg::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  opacity: 0.35;
  width: 1765px;
  height: 1765px;
  top: -340px;
  right: -1200px;
  background: radial-gradient(circle at center, #2a6652 10%, rgba(61, 143, 53, 0.6) 47.87%, rgba(255, 255, 255, 0) 60%);
}

/* Footer - Container */
.footer-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 0;
}

.footer-container p {
  margin-top: auto;
  margin-bottom: 10px;
}

.footer-container p img {
  width: 50px;
  height: auto;
}

.footer-container ul {
  margin: 0;
  padding: 0;
}

.footer-container ul li {
  display: inline-block;
}

.footer-container ul li a {
  color: white;
  margin: 0 10px;
  text-decoration: none;
  font-size: 12px;
}

.footer-container ul li a:hover {
  text-decoration: underline;
}

/* Footer */
#footer {
  position: relative;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
}

#footer .container,
#footer .container-full,
#footer .container-fluid {
  background: #fffff5;
}

/* Fixed - Bottom */
html,
body {
  height: 100%;
}

body {
  position: relative;
  /* Scrollspy */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#wrapper-- {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/* Modal */
#pravilaModal .modal-content {
  border-radius: 0;
  max-width: 900px;
  margin: auto;
}

#pravilaModal .modal-content .modal-header {
  padding: 25px 35px;
}

#pravilaModal .modal-content .modal-header .close {
  padding: 0.587rem 1rem;
  font-size: 40px;
  cursor: pointer;
}

#pravilaModal .modal-content .modal-title {
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
}

#pravilaModal .modal-content .modal-body {
  color: #222;
  padding: 35px;
}

#pravilaModal .modal-content .modal-body h5 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

#pravilaModal .modal-content .modal-body h5:not(:first-child) {
  margin-top: 1.8rem;
}

#pravilaModal .modal-content .modal-body p {
  margin-bottom: 0.4rem;
}

#pravilaModal .modal-content .modal-body p:last-child {
  margin-bottom: 0.5rem;
}

#pravilaModal .modal-content .modal-body a {
  color: #222;
  font-style: italic;
}

#pravilaModal .modal-content .modal-body ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

@media (min-width: 576px) {
  .footer-container p {
    margin-bottom: 1rem;
  }
  .footer-container p img {
    width: 90px;
  }
  .footer-container ul li a {
    font-size: 14px;
  }
  #pravilaModal .modal-dialog {
    max-width: none;
    margin: 15px;
  }
}
/*# sourceMappingURL=style.css.map */