#promenjen #maincontent {
  padding: 0 0 40px 0;
  margin: 0;
  -webkit-box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  background: #fff;
  width: 100%;
  z-index: 0;
}

/*Banner section*/

#promenjen #maincontent .banner {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

#promenjen #maincontent .banner.sub {
  background: none;
  background-color: #ffffff;
  padding-left: 0;
}

#promenjen #maincontent #banner-txt {
  padding: 0px;
}

#promenjen #maincontent .banner #parent>div.image.imgposleft>img {
  -webkit-animation: banner-fade-in 4s ease-out both;
  -moz-animation: banner-fade-in 4s ease-out both;
  -o-animation: banner-fade-in 4s ease-out both;
  animation: banner-fade-in 4s ease-out both;
}

#promenjen #maincontent .banner.sub div.image.imgposleft>img {
  margin-left: 0px;
}

#promenjen #maincontent .banner img {
  max-width: none;
}

@keyframes banner-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
}

/*breadcrumb section*/

#promenjen #breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: none;
  list-style: none;
  border-radius: 4px;
}

#promenjen #breadcrumb #breadcrumb-txt {
  padding: 0px;
}

#promenjen #breadcrumb #breadcrumb-txt .breadcrumb {
  margin-left: 28px;
  margin-right: 5vw !important;
  max-width: 90vw !important;
  word-break: break-word;
  margin-top: 0px;
  margin-bottom: 0px;
}

#promenjen #breadcrumb .list-inline {
  margin-bottom: 0px;
}

#promenjen #breadcrumb .list-inline>li {
  padding-right: 0 !important;
  padding-left: 0 !important;
  color: #666;
  font-size: 11.9px;
  line-height: 21.42px;
  display: inline-block;
  font-family: Verdana, Geneva;
  font-weight: 400;
  -webkit-text-stroke: 0.25px;
}

#promenjen #breadcrumb .list-inline li+li::before {
  color: #ccc;
  content: "/\00a0";
}

#promenjen #breadcrumb .breadcrumb li a:hover {
  border-bottom: 1px solid #666;
}

#promenjen #breadcrumb .breadcrumb a {
  text-decoration: none;
}

#promenjen #breadcrumb .breadcrumb li a {
  color: #666;
  border-bottom: 1px solid transparent;
}

/*second section*/

#promenjen #second-section-txt {
  padding: 0px;
}

#promenjen #second-section-txt .inner-content-title {
  margin-left: 5vw !important;
  margin-right: 5vw !important;
  max-width: 90vw !important;
  word-break: break-word;
  padding: 15px 15px 0;
  padding-left: 0px;
}

#promenjen #second-section-txt .inner-content-title h1 {
  margin: 20px 0 10px 0;
  text-align: left;
  /*font-family: "proxima-nova-condensed", sans-serif;*/
  /*font-weight: 300;*/
  /* font-family: 'Proxima-Nova-Cond-Light';
  font-weight: 400;
  font-style: normal; */
  font-family: var(--ff-proxima-light);
  font-weight: var(--fw-light);
  font-size: 42px;
  line-height: 46.2px;
  color: #8f88a4;
  -webkit-text-stroke: 0 !important;
}

#promenjen #second-section-txt .grid-section .inner-content {
  margin-left: 5vw !important;
  margin-right: 5vw !important;
  max-width: 90vw !important;
  word-break: break-word;
}

#promenjen #second-section-txt .grid-section .inner-content .padding-right {
  width: 100%;
  float: none;
  margin: auto;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#promenjen #second-section-txt .grid-section .inner-content .padding-right p {
  margin: 0 0 10px;
  -webkit-text-stroke: 0.25px;
  font-size: 14px;
  line-height: 25.2px;
  color: #666;
  font-family: Verdana, Geneva;
}

#promenjen #second-section-txt .grid-section .inner-content ul {
  padding: 0 0 0 42px;
  margin-bottom: 11.20px;
  margin-top: 0;
  list-style-type: disc;
  list-style-position: outside;
}

#promenjen #second-section-txt .grid-section .inner-content ul li {
  margin: 0;
  padding: 0;
  -webkit-text-stroke: 0.25px;
  font-size: 14px;
  line-height: 25.2px;
  color: #666;
  font-family: Verdana, Geneva;
}

/*==========responsive design===========*/

@media (min-width: 768px) {

  #promenjen #maincontent {
    padding: 0 0 40px 0;
    margin: 0;
    height: auto;
    position: relative;
  }

  /*Banner section*/

  #promenjen #maincontent .banner {
    margin: 0 0 13px;
  }

  #promenjen #maincontent .banner.sub>#parent {
    position: relative;
  }

  #promenjen #maincontent .banner.sub .image.imgposleft {
    height: 250px;
    overflow: hidden;
  }

  #promenjen #maincontent .banner #parent>div.image.imgposleft>img {
    min-height: 100%;
    height: 100%;
  }

  #promenjen #maincontent .banner.sub .text.align_image_text {
    width: 50%;
  }

  #promenjen #maincontent .banner.sub .text.align_image_text {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
  }

  #promenjen #maincontent .banner h2 {
    animation: 2s linear .5s normal both 1 running fadeIn;
    position: static;
    text-align: right;
    vertical-align: middle;
    display: block;
    color: #8f88a4;
    font-size: 56px;
    line-height: 53.2px;
    padding: 40px 12vw 0px 0px;
    margin: 0;
    /*font-family: "amatic-sc", sans-serif;*/
    /*font-weight: 700;*/
    /* font-family: 'Amatic-Bold';
    font-weight: 400;
    font-style: normal; */
    font-family: var(--ff-amatic-bold);
    font-weight: var(--fw-bold);
    -webkit-text-stroke: 0;
  }

  /*breadcrumb section*/

  #promenjen #breadcrumb {
    position: relative;
    z-index: 1001;
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: none;
    display: block;
  }

  #promenjen #breadcrumb>.breadcrumb {
    display: block;
    position: absolute;
    top: 253px;
  }

  #promenjen #breadcrumb .breadcrumb>li+li::before {
    padding: 0;
    color: #ccc;
    content: "/\00a0";
  }

  /*second section*/

  #promenjen #second-section-txt .inner-content-title {
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: none;
    padding: 15px 0px 0;
  }

  #promenjen #second-section-txt .grid-section .inner-content {
    margin: 0px 0px 0px 0px;
    width: 100%;
    float: none;
  }

  #promenjen #second-section-txt .grid-section .inner-content .padding-right {
    padding-left: 0;
  }
}

@media only screen and (min-width:768px) and (max-width:992px) {

  #promenjen #maincontent .banner {
    margin: 0 0 6px;
  }

  #promenjen #breadcrumb .list-inline>li {
    font-size: 11.9px;
    line-height: 21.42px;
  }

  #promenjen #second-section-txt .inner-content-title h1 {
    font-size: 39px;
    line-height: 42.9px;
  }

  #promenjen #second-section-txt .grid-section .inner-content .padding-right p {
    font-size: 13px;
    line-height: 20.8px;
  }

  #promenjen #second-section-txt .grid-section .inner-content ul li {
    font-size: 13px;
    line-height: 20.8px;
  }

  #promenjen #second-section-txt .grid-section .inner-content ul {
    padding: 0 0 0 39px;
    margin-bottom: 10.40px;
  }

  #promenjen #maincontent .banner h2 {
    font-size: 52px;
    line-height: 49.4px;
  }
}

@media only screen and (min-width: 992px) {

  /*Banner section*/

  #promenjen #maincontent .banner.sub .image.imgposleft {
    margin: auto;
    height: 270px;
    overflow: hidden;
    width: 100%;
    display: block;
  }

  #promenjen #maincontent .banner.sub img {
    max-height: none;
  }

  /*Breadcrumb*/

  #promenjen #breadcrumb>.breadcrumb {
    top: 280px;
  }
}

@media only screen and (min-width:993px) and (max-width:1200px) {

  #promenjen #maincontent .banner h2 {
    font-size: 52px;
    line-height: 49.4px;
  }

  #promenjen #maincontent .banner {
    margin: 0 0 10px;
  }

  #promenjen #second-section-txt .inner-content-title h1 {
    font-size: 39px;
    line-height: 42.9px;
  }

  #promenjen #second-section-txt .grid-section .inner-content .padding-right p {
    font-size: 13px;
    line-height: 20.8px;
  }

  #promenjen #second-section-txt .grid-section .inner-content ul li {
    font-size: 13px;
    line-height: 20.8px;
  }
}

@media only screen and (min-width: 1200px) {

  /*Banner section*/

  #promenjen #maincontent .banner.sub .image.imgposleft {
    max-height: 280px;
  }

  #promenjen #maincontent .banner.sub img {
    max-height: none;
  }

  #promenjen #maincontent .banner.sub .text.align_image_text {
    top: 8px;
  }
}

@media (max-width: 767px) {

  /*Banner section*/

  #promenjen #maincontent .banner #parent>div.image.imgposleft>img {
    max-height: 30vh;
  }

  #promenjen #maincontent .banner h2 {
    padding-left: 2px !important;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
    width: 100%;
    margin: 0;
    text-align: center !important;
    font-size: 30px;
    line-height: 39px;
    padding-right: 2px !important;
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    /*font-family: "amatic-sc", sans-serif;*/
    /*font-weight: 700;*/
    /* font-family: 'Amatic-Bold';
    font-weight: 400;
    font-style: normal; */
    font-family: var(--ff-amatic-bold);
    font-weight: var(--fw-bold);
    color: #8f88a4;
    -webkit-text-stroke: 0 !important;
  }

  #promenjen #second-section-txt .inner-content-title h1 {
    font-size: 39px;
    line-height: 42.9px;
  }

  #promenjen #second-section-txt .grid-section .inner-content .padding-right p {
    font-size: 13px;
    line-height: 18.2px;
  }

  #promenjen #second-section-txt .grid-section .inner-content ul {
    padding: 0 0 0 39px;
    margin-bottom: 10.40px;
  }

  #promenjen #second-section-txt .grid-section .inner-content ul li {
    font-size: 13px;
    line-height: 18.2px;
  }
}