.article-clean {
  color: #56585b;
  background-color: #fff;
  font-family: 'Quicksand', serif;
  font-size: 14px;
}

.article-clean .intro {
  font-size: 16px;
  margin: 0 auto 30px;
}

.article-clean .intro h1 {
  font-size: 32px;
  margin-bottom: 15px;
  padding-top: 20px;
  line-height: 1.5;
  color: inherit;
  margin-top: 20px;
}

.article-clean .intro p {
  color: #929292;
  font-size: 12px;
}

.article-clean .intro p .by {
  font-style: italic;
}

.article-clean .intro p .date {
  text-transform: uppercase;
  padding: 4px 0 4px 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}

.article-clean .intro p a {
  color: #333;
  text-transform: uppercase;
  padding-left: 3px;
}

.article-clean .intro img {
  margin-top: 20px;
}

.article-clean .text p {
  margin-bottom: 20px;
  line-height: 1.45;
}

@media (min-width:768px) {
  .article-clean .text p {
    font-size: 16px;
  }
}

.article-clean .text h2 {
  margin-top: 28px;
  margin-bottom: 20px;
  line-height: 1.45;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.slika-paketa{
    
        width: calc(100% + 30px);
    margin-left: -15px;
    /*margin-right: -15px;*/
    /* max-height: 150px; */
    height: 200px;
    background-repeat: no-repeat;
    object-fit: cover;
    margin-top: 114px;
}
@media (min-width:768px) {
  .article-clean .text h2 {
    font-size: 20px;
  }
  .slika-paketa{
      width: 100%;
      max-height:502px;
      height:400px;
      background-repeat: no-repeat;
      object-fit: cover;
      margin-top:0;
  }
  
}
@media (max-width:768px) {
    .hide{display:none;}
}

.article-clean .text figure {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.article-clean .text figure img {
  margin-bottom: 12px;
  max-width: 100%;
}

.edge--top--reverse {
  position: relative;
  z-index: 1;
}

.edge--top--reverse:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.edge--top--reverse:before {
  top: 0;
  -webkit-transform: skewY(-1.5deg);
  transform: skewY(-1.5deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.text-center.subtitle {
  text-align: center;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.33);
  font-size: 36px;
  line-height: 45px;
  width: 100%;
  display: inline-block;
  color: white;
  font-family: 'Quicksand';
}

span {
  color: #eecf00;
  margin: 0;
}

.radijalno-dolje {
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border-bottom:2px solid white;
  border-left:2px solid white;
  border-right:2px solid white;
}

.radijalno-gore {
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  border-top:2px solid white;
  border-left:2px solid white;
  border-right:2px solid white;
}

