@font-face {
  font-family: "Poiret";
  src: url(../fonts/PoiretOne-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Raleway";
  src: url(../fonts/Raleway-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "OpenSans";
  src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}
body,
html {
  font-family: "OpenSans";
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  color: black;
}
body *,
html * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "OpenSans";
}

h2 {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  h2 {
    margin-bottom: 100px;
  }
}

p {
  z-index: 1;
  text-align: justify;
}

ul {
  text-decoration: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  cursor: pointer;
}

div,
.container {
  position: relative;
}

.phone {
  -ms-flex-item-align: center;
      align-self: center;
}
.phone a {
  font-size: 15px;
}
.phone a i {
  font-size: 26px;
}

nav {
  color: #000;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #cc9832;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
          box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
nav .nav-links {
  text-transform: uppercase;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  border-top: none;
  background-color: rgba(3, 3, 3, 0.9);
  -webkit-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
  transform: translate(200px, 0);
  -moz-transform: translate(200px, 0);
  -webkit-transform: translate(200px, 0);
  -o-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  position: absolute;
  top: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 200px;
  padding: 15px 15px;
  border-radius: 0 0 0 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
nav .nav-links.active {
  right: -30px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  nav .nav-links {
    transform: translate(350px, 0);
    -moz-transform: translate(350px, 0);
    -webkit-transform: translate(350px, 0);
    -o-transform: translate(350px, 0);
    -ms-transform: translate(350px, 0);
  }
  nav .nav-links.active {
    right: -100px;
  }
}
nav .nav-links .link-h a {
  background: transparent;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
  padding: 0 15px;
  color: #cc9832;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bolder;
}
nav .nav-links .link-h a:hover {
  color: black;
}
nav p {
  display: none;
}
nav .phone {
  margin: auto;
}
nav a {
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
nav img {
  height: 48px;
  margin: auto;
  margin: 3px 0 3px 10px;
}

#navbar {
  -webkit-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
  transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
}

.show {
  -webkit-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
  transform: translate(0) !important;
  -moz-transform: translate(0) !important;
  -webkit-transform: translate(0) !important;
  -o-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
}

.hide {
  -webkit-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
  transform: translate(0, -100px) !important;
  -moz-transform: translate(0, -100px) !important;
  -webkit-transform: translate(0, -100px) !important;
  -o-transform: translate(0, -100px) !important;
  -ms-transform: translate(0, -100px) !important;
}

.toggler {
  -webkit-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
  transform: translate(0);
  -moz-transform: translate(0);
  -webkit-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  width: 46px;
  padding: 2px 5px;
  margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .toggler {
    padding: 5px;
    margin: 4px 8px 0 auto;
  }
}
.toggler .tog-line {
  margin: 3px 0;
  height: 3px;
  width: 34px;
  background-color: #ff9700;
}

.active {
  -webkit-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
  transform: translate(0) !important;
  -moz-transform: translate(0) !important;
  -webkit-transform: translate(0) !important;
  -o-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
}

main {
  padding-top: 100px;
}

#s-hero {
  position: relative;
  background: url(../slike/ns1.jpg) center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: color;
  background-position: bottom center;
  background-color: rgba(0, 0, 0, 0.6);
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #s-hero {
    height: 60vh;
  }
}

#hero {
  margin: auto;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: white;
}
#hero h1 {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  font-size: 1.4rem;
}
#hero h1 strong {
  display: contents;
  font-family: "Raleway", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 3rem;
  color: #cc9832;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #hero h1 {
    font-size: 2.2rem;
  }
  #hero h1 strong {
    font-size: 4rem;
  }
}
#hero p {
  margin-top: 40px;
  font-size: 1.4rem;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #hero p {
    font-size: 2rem;
  }
}
#hero a {
  padding: 5px 20px;
  font-size: 1.6rem;
  background-color: rgba(0, 0, 0, 0.2039215686);
  border: 1px solid #ff9700;
  margin-top: 20px;
}
#hero a:hover {
  color: #ff9700;
  background-color: rgba(0, 0, 0, 0.3019607843);
}

.hint {
  font-size: 2rem;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.hint a {
  margin: 100px auto;
}

#about {
  display: block;
}
#about .h-about {
  margin-bottom: 100px;
}
#about .h-img {
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #about .h-img {
    margin-bottom: 80px;
  }
}
#about .h-img img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
          box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  height: auto;
  width: -webkit-fill-available;
}
#about h3 {
  font-size: 1.9rem;
  text-transform: uppercase;
}
#about .ho-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#about .numbers {
  margin: 8px;
  border-radius: 4px;
  padding: 20px;
  font-size: 3.5rem;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.9254901961);
}
#about .h-number {
  background-image: url(../slike/ns1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: color;
  background-position: bottom center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px 0;
  margin: 100px 0;
}

.text {
  padding: 10px 30px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .text {
    font-size: 16px;
    padding: 0;
    margin-top: 30px;
  }
}

#project .sj {
  font-size: 2.3rem;
  margin-bottom: 100px;
  font-weight: bold;
  text-transform: uppercase;
}
#project .sj strong {
  font-size: 1.5rem;
}
#project .text {
  padding: 50px;
  font-size: 17px;
  background-color: rgba(235, 226, 220, 0.541);
}
#project .h-img {
  top: 0;
  right: 10%;
  width: 80%;
  height: auto;
  border-radius: 8px;
  z-index: 0;
}
#project .h-img img {
  height: auto;
  width: -webkit-fill-available;
}
#project h3 {
  text-align: left;
  font-size: 2rem;
  text-decoration: underline;
}
#project h3 span {
  color: #cc9832;
}
#project h4 {
  text-align: center;
  font-size: 1.6rem;
}
#project #proj-up,
#project #proj-down {
  margin: 100px 0 125px 0;
}
#project #proj-up .h-txt,
#project #proj-down .h-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#project #proj-up .h-txt .text,
#project #proj-down .h-txt .text {
  margin: 0;
  margin-bottom: -7%;
  border: 8px solid white;
  border-top: 18px solid #cc9832;
  padding: 20px;
}
#project #proj-up .h-txt .text strong,
#project #proj-down .h-txt .text strong {
  font-size: 1.5rem;
}
#project #proj-up .h-txt:nth-child(3) .text,
#project #proj-down .h-txt:nth-child(3) .text {
  border-top: 8px solid white;
  border-bottom: 18px solid #cc9832;
  margin-top: -7%;
  padding: 20px;
}
#project #proj-up img,
#project #proj-down img {
  opacity: 0;
  width: 100%;
  height: auto;
}

#projects {
  position: relative;
  margin-top: 100px;
  padding-top: 200px;
}
#projects h2 {
  margin-top: 0;
}
#projects .proj-head {
  font-size: 19px;
  margin-bottom: 50px;
  padding-right: 20px;
  border-right: 16px solid #cc9832;
}
#projects .proj-head strong {
  font-size: 40px;
  color: #cc9832;
}
#projects .proj-head:first-of-type {
  padding-right: 0;
  padding-left: 20px;
  border-right: none;
  border-left: 16px solid #cc9832;
}
#projects .phone {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}
#projects .phone a {
  font-weight: bold;
  font-size: 30px;
}

.proj-row {
  padding: 15px;
  border-radius: 8px;
  background-color: whitesmoke;
  margin-bottom: 50px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.proj-row h3 {
  padding: 20px 0;
  font-size: 2.1rem;
  font-weight: bold;
  color: #cc9832;
}
.proj-row .proj-info {
  padding: 20px 5px;
  border-top: 1px solid black;
}
.proj-row .proj-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.proj-row .proj-data div {
  font-size: 1.2rem;
  -ms-flex-line-pack: center;
      align-content: center;
  text-transform: uppercase;
  display: inline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.proj-row .proj-data div:nth-of-type(2) {
  margin-left: auto;
  font-size: 3rem;
  font-weight: bold;
}

.proj-carousel img {
  margin: auto;
  height: auto;
  width: 100%;
}
.proj-carousel .carousel-inner {
  border-radius: 8px;
}

.info-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: flex;
  font-size: 2.1rem;
  font-weight: bold;
  padding: 15px;
  background-color: whitesmoke;
}
.info-bar span {
  color: rgba(0, 0, 0, 0.2274509804);
  width: 33%;
  font-size: 12px;
}
.info-bar span.dostupnost {
  color: #000000;
}

.act-btn {
  padding: 5px 20px;
  font-size: 1.6rem;
  border-radius: 4px;
  border: 2px solid #cc9832;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.act-btn:hover {
  color: #cc9832;
  background-color: rgba(0, 0, 0, 0.8431372549);
}

#stanovi .lokacija {
  width: 100%;
  font-size: 1.8rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 10px 0;
  margin-bottom: 50px;
  border-bottom: 4px solid black;
}
#stanovi .lokacija span {
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #stanovi .lokacija {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#stanovi .h-stan {
  -webkit-box-shadow: 0 -7px 15px -12px #938686;
          box-shadow: 0 -7px 15px -12px #938686;
  margin-bottom: 50px;
  margin-left: 10px;
}
#stanovi .h-stan img {
  width: 99%;
  height: auto;
  margin: auto;
}
#stanovi .col-md-7 strong {
  display: block;
  color: #cc9832;
}
#stanovi .col-md-7 strong::first-letter {
  text-transform: capitalize;
}
#stanovi strong {
  font-size: 1.6rem;
  display: block;
}
#stanovi h3 {
  text-align: right;
  padding: 10px 0;
  margin-bottom: 50px;
  border-bottom: 4px solid black;
}
#stanovi .info-stan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#stanovi .info-stan h4 {
  font-weight: 700;
  border-left: 4px solid #cc9832;
  padding-left: 20px;
}
#stanovi .info-stan h4 span {
  font-weight: 400;
  display: block;
  color: #0d0d0d;
}
#stanovi .info-stan div.col-md-3 {
  margin: 10px;
}
#stanovi .phone {
  margin: 100px 0;
  text-align: center;
  font-size: 25px;
}
#stanovi .phone a {
  margin: auto;
  font-size: 25px;
}

#contact {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../slike/ns2.jpg);
  background-attachment: fixed;
  position: relative;
}
#contact iframe {
  border-radius: 8px;
}
#contact h2 {
  margin-bottom: 50px;
  color: white;
}
#contact h6.section-heading {
  color: #cc9832;
}
#contact .contact-h {
  padding: 0 15px;
}
#contact h6 {
  text-transform: uppercase;
  font-family: "Raleway";
  margin-bottom: 0;
}
#contact .kont-h {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-radius: 8px;
}
#contact .kont-h i {
  min-width: 52px;
  margin-right: 20px;
  font-size: 40px;
}
#contact a {
  color: inherit;
}
#contact a:hover {
  text-decoration: none;
  color: #cc9832;
}

footer {
  background-color: #0d0d0d;
  border-top: 1px solid #cc9832;
  font-size: 12px;
  color: #ff9700;
}
footer a img {
  margin: auto;
  height: 40px;
}

@-webkit-keyframes anima-left {
  0% {
    -webkit-transform: rotate(0) translateX(-90px);
            transform: rotate(0) translateX(-90px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
@keyframes anima-left {
  0% {
    -webkit-transform: rotate(0) translateX(-90px);
            transform: rotate(0) translateX(-90px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.anima-left {
  -webkit-animation: anima-left 2s forwards 0s linear;
  animation: anima-left 2s forwards 0s linear;
}

@-webkit-keyframes anima-up-down {
  0% {
    -webkit-transform: rotate(0) translateY(-20px);
            transform: rotate(0) translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
@keyframes anima-up-down {
  0% {
    -webkit-transform: rotate(0) translateY(-20px);
            transform: rotate(0) translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.anima-up-down {
  -webkit-animation: anima-up-down 1s forwards 0s linear;
  animation: anima-up-down 1s forwards 0s linear;
}

@-webkit-keyframes small-in {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes small-in {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}
.small-in {
  -webkit-animation: small-in 2s forwards 0s ease;
  animation: small-in 2s forwards 0s ease;
}

@-webkit-keyframes anima-hero {
  0% {
    -webkit-transform: scale(0.2) skewX(-9deg);
            transform: scale(0.2) skewX(-9deg);
    -webkit-transform-origin: 70% -50%;
            transform-origin: 70% -50%;
    opacity: 0.1;
  }
}
@keyframes anima-hero {
  0% {
    -webkit-transform: scale(0.2) skewX(-9deg);
            transform: scale(0.2) skewX(-9deg);
    -webkit-transform-origin: 70% -50%;
            transform-origin: 70% -50%;
    opacity: 0.1;
  }
}
.anima-hero {
  -webkit-animation: anima-hero 3s forwards 0s linear;
  animation: anima-hero 3s forwards 0s linear;
}

@-webkit-keyframes animaright {
  0% {
    -webkit-transform: rotate(0) translateX(150px);
    transform: rotate(0) translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes animaright {
  0% {
    -webkit-transform: rotate(0) translateX(100%);
    transform: rotate(0) translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
*.animaright {
  -webkit-animation: animaright 1.5s forwards 0s ease;
  animation: animaright 1.5s forwards 0s ease;
}

@-webkit-keyframes animaleft {
  0% {
    -webkit-transform: rotate(0) translateX(-100%);
    transform: rotate(0) translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes animaleft {
  0% {
    -webkit-transform: rotate(0) translateX(-100%);
    transform: rotate(0) translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
*.animaleft {
  -webkit-animation: animaleft 1.5s forwards 0s ease;
  animation: animaleft 1.5s forwards 0s ease;
}

@-webkit-keyframes animatop {
  0% {
    -webkit-transform: rotate(0) translateY(-150px);
    transform: rotate(0) translateY(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes animatop {
  0% {
    -webkit-transform: rotate(0) translateY(-150px);
    transform: rotate(0) translateY(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
*.animatop {
  -webkit-animation: animatop 1.5s forwards 0s ease;
  animation: animatop 1.5s forwards 0s ease;
}

@-webkit-keyframes animaimg {
  0% {
    -webkit-transform: rotate(0) scale(0.3);
    transform: rotate(0) scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes animaimg {
  0% {
    -webkit-transform: rotate(0) scale(0.3);
    transform: rotate(0) scale(0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
*.animaimg {
  -webkit-animation: animaimg 1.5s forwards 0s ease;
  animation: animaimg 1.5s forwards 0s ease;
}/*# sourceMappingURL=small.css.map */