/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 17, ../sass/screen.scss */
body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #E5E5E5;
  overflow-x: hidden;
}

/* line 28, ../sass/screen.scss */
p {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.8em;
}

/* line 36, ../sass/screen.scss */
h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.0em;
  font-weight: 300;
  margin: 20px 0;
  color: #fff;
}

/* line 48, ../sass/screen.scss */
h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.0em;
  font-weight: 300;
  margin: 20px 0;
  color: #fff;
}

/* line 55, ../sass/screen.scss */
h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

/* line 60, ../sass/screen.scss */
strong {
  font-weight: 600;
}

/* line 63, ../sass/screen.scss */
.clearfix {
  clear: both;
}

/* line 64, ../sass/screen.scss */
.wrap {
  width: 1400px;
  margin: auto;
}

/* line 65, ../sass/screen.scss */
iframe {
  width: 100%;
  height: 445px;
}

/* line 69, ../sass/screen.scss */
.block-box {
  display: inline-block;
}

/* line 71, ../sass/screen.scss */
a {
  -moz-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding: 12px 30px;
}

/* line 83, ../sass/screen.scss */
a.mail {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  padding: 0px !important;
}
/* line 89, ../sass/screen.scss */
a.mail:hover {
  color: #FF6633;
}

/* line 92, ../sass/screen.scss */
.a-right {
  display: block;
  text-align: right;
}

/* line 96, ../sass/screen.scss */
.a-left {
  display: block;
  text-align: left;
}

/* line 102, ../sass/screen.scss */
header {
  background: #fff;
  padding: 20px 0px;
}
/* line 105, ../sass/screen.scss */
header .logo {
  width: 200px;
  display: inline-block;
}
/* line 107, ../sass/screen.scss */
header .logo img {
  margin-left: 50px;
  width: 150px;
}
/* line 112, ../sass/screen.scss */
header .nav-icon {
  display: none;
}
/* line 114, ../sass/screen.scss */
header nav {
  width: 1000px;
  display: inline-block;
  vertical-align: top;
  margin-top: 32px;
  text-align: right;
}
/* line 117, ../sass/screen.scss */
header nav ul li {
  display: inline-block;
  margin-right: 25px;
}
/* line 120, ../sass/screen.scss */
header nav ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #081338;
}
/* line 125, ../sass/screen.scss */
header nav ul li a:hover {
  color: #FF6633;
}
/* line 129, ../sass/screen.scss */
header nav ul li:first-child {
  margin-right: 0px;
}

/* line 136, ../sass/screen.scss */
.line {
  height: 90px;
  width: 2px;
  background-color: #FF6633;
  margin-bottom: 50px;
}

/* line 143, ../sass/screen.scss */
.panorama {
  width: 100%;
  display: block;
}
/* line 146, ../sass/screen.scss */
.panorama .box-img {
  display: none;
}
/* line 149, ../sass/screen.scss */
.panorama .box-left {
  background-color: #081338;
  float: left;
  z-index: 1;
  padding: 100px 0 150px 0;
  margin-bottom: 169px;
}
/* line 156, ../sass/screen.scss */
.panorama .box-left .inner-box {
  padding-left: 572px;
  background-color: #1C2252;
  position: relative;
  z-index: 9;
  float: right;
  width: 650px;
  padding-bottom: 140px;
  clip-path: polygon(0 0, 100% 0, 83% 100%, 0% 100%);
  overflow: hidden;
}
/* line 167, ../sass/screen.scss */
.panorama .box-left .inner-box p {
  width: 425px;
}
/* line 176, ../sass/screen.scss */
.panorama .box-right {
  position: absolute;
  z-index: 2;
  right: 0;
  width: 1700px;
}
/* line 181, ../sass/screen.scss */
.panorama .box-right .cover {
  overflow: hidden;
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
}
/* line 185, ../sass/screen.scss */
.panorama .box-right img {
  width: 100%;
}

/* line 190, ../sass/screen.scss */
section.koncept {
  background-color: #1C2252;
}
/* line 192, ../sass/screen.scss */
section.koncept .wrap {
  height: 605px;
}
/* line 194, ../sass/screen.scss */
section.koncept h2 {
  border-bottom: 2px solid #FF6633;
  padding-bottom: 20px;
  display: inline-block;
  letter-spacing: 0.1em;
}
/* line 203, ../sass/screen.scss */
section.koncept .box-one {
  margin-top: 50px;
  display: inline-block;
  width: 30%;
  text-align: right;
  height: 450px;
  width: 330px;
}
/* line 211, ../sass/screen.scss */
section.koncept .box-one h2 {
  padding-right: 40px;
  margin-right: -4px;
}
/* line 212, ../sass/screen.scss */
section.koncept .box-one p {
  padding-right: 40px;
}
/* line 216, ../sass/screen.scss */
section.koncept .box-two {
  padding-top: 50px;
  display: inline-block;
  width: 30%;
  text-align: center;
  vertical-align: top;
  height: 555px;
  width: 380px;
  border-left: 20px solid #E5E5E5;
  border-right: 20px solid #E5E5E5;
}
/* line 227, ../sass/screen.scss */
section.koncept .box-two p {
  padding: 0px 40px;
}
/* line 229, ../sass/screen.scss */
section.koncept .box-two .icon-box {
  margin-top: 71px;
  left: 0%;
}
/* line 232, ../sass/screen.scss */
section.koncept .box-three {
  display: inline-block;
  width: 38%;
  text-align: left;
  height: 450px;
  width: 410px;
  margin-top: 50px;
  vertical-align: top;
}
/* line 241, ../sass/screen.scss */
section.koncept .box-three h2 {
  padding-left: 40px;
  margin-left: -4px;
}
/* line 242, ../sass/screen.scss */
section.koncept .box-three p {
  padding-left: 40px;
}
/* line 243, ../sass/screen.scss */
section.koncept .box-three .icon-box {
  padding-left: 40px;
  margin-top: 38px;
  left: 0%;
}
/* line 246, ../sass/screen.scss */
section.koncept .icon-box {
  display: inline-block;
  margin-top: 40px;
  padding-right: 40px;
  position: absolute;
  width: 100%;
  left: -13%;
}
/* line 255, ../sass/screen.scss */
section.koncept .icon-box img {
  width: 50px;
  margin-left: 20px;
}
/* line 256, ../sass/screen.scss */
section.koncept .icon-box img:first-child {
  margin-left: 0px;
}
/* line 258, ../sass/screen.scss */
section.koncept .icon-box.margin-fix {
  position: relative;
  top: 35px;
}

/* line 267, ../sass/screen.scss */
section.zivotni-prostor {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: transform 2s ease-in-out, opacity 1s ease-in-out;
}
/* line 274, ../sass/screen.scss */
section.zivotni-prostor.active {
  display: block;
  transform: translate(0px);
  opacity: 1;
}
/* line 278, ../sass/screen.scss */
section.zivotni-prostor.active.good {
  animation: anim 2s ease-in-out;
}
@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: translate(-500px);
  }
  100% {
    opacity: 1;
    transform: translate(0px);
  }
}
/* line 302, ../sass/screen.scss */
section.zivotni-prostor .box-one {
  display: inline-block;
  width: 760px;
  background-color: #1C2252;
  padding-left: 572px;
  vertical-align: top;
  padding-right: 60px;
  padding-bottom: 22px;
  height: 477px;
}
/* line 313, ../sass/screen.scss */
section.zivotni-prostor .box-one .btn {
  background-color: #FF6633;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 14px;
  padding: 12px 30px;
  -moz-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
/* line 329, ../sass/screen.scss */
section.zivotni-prostor .box-one .btn:hover {
  background-color: #fff;
  color: #FF6633;
}
/* line 336, ../sass/screen.scss */
section.zivotni-prostor .box-two {
  display: inline-block;
  width: 500px;
  overflow: hidden;
  margin-left: -4px;
  height: 499px;
}
/* line 342, ../sass/screen.scss */
section.zivotni-prostor .box-two img {
  width: 796px;
  position: relative;
  left: -153px;
}
/* line 344, ../sass/screen.scss */
section.zivotni-prostor .box-two .blue-cover {
  position: absolute;
  height: 499px;
  width: 80px;
  background-color: #1C2252;
  opacity: 0.5;
  z-index: 1;
}
/* line 353, ../sass/screen.scss */
section.zivotni-prostor .box-two.mob {
  display: none;
}

/* line 359, ../sass/screen.scss */
section.kvalitet-gradnje {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  display: none;
  transform: scale(0);
  opacity: 0;
  transition: transform 2s ease-in-out, opacity 1s ease-in-out;
}
/* line 366, ../sass/screen.scss */
section.kvalitet-gradnje.active {
  display: block;
  transform: scale(1);
  opacity: 1;
}
/* line 370, ../sass/screen.scss */
section.kvalitet-gradnje.active.good {
  animation: anim 2s ease-in-out;
}
@keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: translate(-500px);
  }
  100% {
    opacity: 1;
    transform: translate(0px);
  }
}
/* line 394, ../sass/screen.scss */
section.kvalitet-gradnje .box-one {
  display: inline-block;
  width: 1261px;
  background-color: #1C2252;
  padding-left: 572px;
  vertical-align: top;
  padding-right: 60px;
  padding-bottom: 22px;
  height: 560px;
  opacity: 1;
}
/* line 406, ../sass/screen.scss */
section.kvalitet-gradnje .box-one .btn {
  background-color: #FF6633;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 14px;
  padding: 12px 30px;
  -moz-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
/* line 422, ../sass/screen.scss */
section.kvalitet-gradnje .box-one .btn:hover {
  background-color: #fff;
  color: #FF6633;
}
/* line 429, ../sass/screen.scss */
section.kvalitet-gradnje .box-two {
  display: inline-block;
  width: 500px;
  overflow: hidden;
  margin-left: -4px;
  height: 499px;
}
/* line 435, ../sass/screen.scss */
section.kvalitet-gradnje .box-two img {
  width: 796px;
  position: relative;
  left: -153px;
}
/* line 437, ../sass/screen.scss */
section.kvalitet-gradnje .box-two .blue-cover {
  position: absolute;
  height: 499px;
  width: 80px;
  background-color: #1C2252;
  opacity: 0.5;
  z-index: 1;
}

/* line 450, ../sass/screen.scss */
section.stanovi {
  background-color: #081338;
  height: 1000px;
  position: relative;
  margin-top: -254px;
  z-index: 0;
}
/* line 458, ../sass/screen.scss */
section.stanovi .wrap {
  position: relative;
  top: 375px;
  text-align: left;
}
/* line 463, ../sass/screen.scss */
section.stanovi .wrap a {
  padding: 0px;
  text-decoration: none;
}
/* line 465, ../sass/screen.scss */
section.stanovi .wrap .box-four {
  text-align: center;
  display: inline-block;
  margin-right: 35px;
  width: 245px;
}
/* line 470, ../sass/screen.scss */
section.stanovi .wrap .box-four img {
  width: 100%;
  position: relative;
}
/* line 472, ../sass/screen.scss */
section.stanovi .wrap .box-four .ram-cover {
  position: absolute;
  height: 230px;
  width: 230px;
  z-index: 10;
  border: 1px solid #fff;
  padding: 0px;
  margin-top: 6px;
  margin-left: 6px;
}
/* line 482, ../sass/screen.scss */
section.stanovi .wrap .box-four .blue-cover {
  position: absolute;
  background-color: #1C2252;
  opacity: 0.7;
  z-index: 9;
}
/* line 488, ../sass/screen.scss */
section.stanovi .wrap .box-four .blue-cover.left {
  height: 247px;
  width: 62px;
}
/* line 489, ../sass/screen.scss */
section.stanovi .wrap .box-four .blue-cover.top {
  height: 62px;
  width: 247px;
}
/* line 490, ../sass/screen.scss */
section.stanovi .wrap .box-four .blue-cover.bottom {
  height: 62px;
  width: 247px;
  bottom: 18px;
}
/* line 491, ../sass/screen.scss */
section.stanovi .wrap .box-four .blue-cover.right {
  height: 247px;
  width: 62px;
  margin-left: 183px;
}
/* line 494, ../sass/screen.scss */
section.stanovi .wrap .box-four span.text {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  background-color: #1C2252;
  padding: 15px 25px;
  z-index: 10;
  position: relative;
  top: -135px;
  -moz-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
/* line 511, ../sass/screen.scss */
section.stanovi .wrap .box-four a:hover span.text {
  background-color: #FF6633;
}
/* line 516, ../sass/screen.scss */
section.stanovi .wrap .box-four:last-child {
  margin-right: 0px;
}

/* line 526, ../sass/screen.scss */
section.kvadratura-stana {
  margin-top: -250px;
  text-align: right;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
/* line 529, ../sass/screen.scss */
section.kvadratura-stana .box-one {
  display: inline-block;
  width: 760px;
  background-color: #1C2252;
  padding-left: 60px;
  vertical-align: top;
  height: 370px;
  text-align: left;
  padding-right: 652px;
  padding-bottom: 22px;
}
/* line 541, ../sass/screen.scss */
section.kvadratura-stana .box-one a.btn {
  background-color: #FF6633;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 60px;
  font-size: 14px;
}
/* line 550, ../sass/screen.scss */
section.kvadratura-stana .box-one a.btn:hover {
  background-color: #fff;
  color: #FF6633;
}
/* line 556, ../sass/screen.scss */
section.kvadratura-stana .box-two {
  display: inline-block;
  position: relative;
  width: 500px;
  overflow: hidden;
  left: 4px;
  height: 392px;
}
/* line 563, ../sass/screen.scss */
section.kvadratura-stana .box-two img {
  width: 680px;
  position: relative;
  left: -120px;
}
/* line 565, ../sass/screen.scss */
section.kvadratura-stana .box-two .blue-cover {
  position: absolute;
  height: 392px;
  width: 80px;
  background-color: #1C2252;
  opacity: 0.5;
  z-index: 1;
  margin-left: 420px;
}

/* line 579, ../sass/screen.scss */
section.proces-kupovine .wrap {
  text-align: center;
  width: 800px;
  margin-bottom: 50px;
}
/* line 582, ../sass/screen.scss */
section.proces-kupovine .wrap p {
  color: #081338;
  margin-top: 30px;
}
/* line 583, ../sass/screen.scss */
section.proces-kupovine .wrap h2 {
  color: #081338;
  padding-bottom: 20px;
  border-bottom: 2px solid #FF6633;
  display: inline-block;
}
/* line 585, ../sass/screen.scss */
section.proces-kupovine .wrap h3 {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* line 586, ../sass/screen.scss */
section.proces-kupovine .wrap .mail, section.proces-kupovine .wrap .phone {
  display: inline-block;
  margin-right: 20px;
  background-color: #1C2252;
  padding: 12px;
}
/* line 591, ../sass/screen.scss */
section.proces-kupovine .wrap .mail img, section.proces-kupovine .wrap .phone img {
  margin-right: 15px;
}
/* line 593, ../sass/screen.scss */
section.proces-kupovine .wrap .mail .text, section.proces-kupovine .wrap .phone .text {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
  top: -3px;
}

/* line 598, ../sass/screen.scss */
section.lokacija {
  background-color: #081338;
}
/* line 601, ../sass/screen.scss */
section.lokacija .left-box {
  width: 70%;
  display: inline-block;
}
/* line 605, ../sass/screen.scss */
section.lokacija .right-box {
  width: 29.7%;
  display: inline-block;
  vertical-align: top;
  background-color: #081338;
  padding-top: 40px;
  padding-bottom: 10px;
}
/* line 613, ../sass/screen.scss */
section.lokacija .right-box .info-box {
  padding-left: 40px;
  margin-bottom: 20px;
}
/* line 616, ../sass/screen.scss */
section.lokacija .right-box .info-box .img-box {
  width: 50px;
  display: inline-block;
}
/* line 619, ../sass/screen.scss */
section.lokacija .right-box .info-box .img-box img {
  width: 100%;
}
/* line 621, ../sass/screen.scss */
section.lokacija .right-box .info-box .text-box {
  display: inline-block;
  color: #fff;
  margin-left: 20px;
  position: relative;
  top: -5px;
}
/* line 627, ../sass/screen.scss */
section.lokacija .right-box .info-box .text-box span {
  display: block;
  margin-bottom: 7px;
}

/* line 633, ../sass/screen.scss */
footer {
  background-color: #1C2252;
  padding-top: 50px;
  padding-bottom: 70px;
  position: relative;
  z-index: 9;
}
/* line 634, ../sass/screen.scss */
footer .bg-line {
  height: 4px;
  width: 100%;
  background-image: url(../img/bg-line.jpg);
  background-repeat: repeat-x;
  position: relative;
  top: -53px;
}
/* line 648, ../sass/screen.scss */
footer .box-one {
  display: inline-block;
  padding-left: 20px;
  width: 233px;
  vertical-align: top;
}
/* line 654, ../sass/screen.scss */
footer .box-one img {
  width: 150px;
}
/* line 656, ../sass/screen.scss */
footer .box-two {
  display: inline-block;
  width: 330px;
  vertical-align: top;
}
/* line 660, ../sass/screen.scss */
footer .box-two span {
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  width: 300px;
}
/* line 669, ../sass/screen.scss */
footer .box-two span img {
  padding-right: 10px;
  display: inline-block;
  vertical-align: top;
}
/* line 670, ../sass/screen.scss */
footer .box-two span p {
  display: inline-block;
  width: 200px;
  margin-top: -2px;
  font-size: 16px;
}
/* line 672, ../sass/screen.scss */
footer .box-two span.move {
  margin-left: 40px;
}
/* line 675, ../sass/screen.scss */
footer .box-three {
  display: inline-block;
  width: 500px;
  vertical-align: top;
}
/* line 679, ../sass/screen.scss */
footer .box-three p {
  font-size: 16px;
}

/* line 687, ../sass/screen.scss */
section.uslov-kpovine {
  margin-bottom: 70px;
}
/* line 690, ../sass/screen.scss */
section.uslov-kpovine .wrap {
  width: 100%;
  margin-top: 100px;
}
/* line 694, ../sass/screen.scss */
section.uslov-kpovine .wrap .left-box {
  background-color: #1C2252;
  width: 1400px;
  float: left;
  position: relative;
  z-index: 2;
}
/* line 701, ../sass/screen.scss */
section.uslov-kpovine .wrap .left-box .text-box {
  padding: 80px 100px 80px 24%;
}
/* line 703, ../sass/screen.scss */
section.uslov-kpovine .wrap .left-box .text-box .line {
  width: 110px;
  height: 2px;
  background-color: #FF6633;
  margin: 35px 0;
}
/* line 710, ../sass/screen.scss */
section.uslov-kpovine .wrap .left-box .text-box p.pmarg {
  margin-bottom: 40px;
  width: 90%;
}
/* line 715, ../sass/screen.scss */
section.uslov-kpovine .wrap .left-box .blue-cover {
  background-color: #1C2252;
  opacity: 0.5;
  height: 877px;
  width: 350px;
  position: absolute;
  right: -83px;
  z-index: -1;
  top: 100px;
}
/* line 727, ../sass/screen.scss */
section.uslov-kpovine .wrap .left-box h1 {
  color: #fff;
  text-align: left;
  font-weight: 300;
  padding: 0 0 10px 0;
}
/* line 728, ../sass/screen.scss */
section.uslov-kpovine .wrap .left-box .right-line {
  height: 2px;
  width: 100%;
  margin: 40px 0;
  background-color: #FF6633;
  padding-left: 100px;
}
/* line 737, ../sass/screen.scss */
section.uslov-kpovine .wrap .right-box-mob {
  display: none;
}
/* line 738, ../sass/screen.scss */
section.uslov-kpovine .wrap .right-box {
  width: 1315px;
  float: right;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  right: 0;
  margin-top: 100px;
}
/* line 747, ../sass/screen.scss */
section.uslov-kpovine .wrap .right-box .img-box {
  width: 1315px;
  height: 880px;
}
/* line 749, ../sass/screen.scss */
section.uslov-kpovine .wrap .right-box .img-box img {
  width: 100%;
}

/* line 759, ../sass/screen.scss */
section.etaza .wrap {
  margin-top: 100px;
  text-align: center;
}
/* line 761, ../sass/screen.scss */
section.etaza .wrap .box-three {
  width: 29%;
  margin-right: 2%;
  display: inline-block;
  margin-bottom: 50px;
  vertical-align: top;
}
/* line 768, ../sass/screen.scss */
section.etaza .wrap .box-three:nth-child(3n+3) {
  margin-right: 0px;
}
/* line 772, ../sass/screen.scss */
section.etaza .wrap .box-three .img-cover img {
  width: 100%;
}
/* line 773, ../sass/screen.scss */
section.etaza .wrap .box-three .img-cover a {
  padding: 0px;
}
/* line 775, ../sass/screen.scss */
section.etaza .wrap .box-three .text-box {
  background-color: #1C2252;
  position: relative;
  margin-top: -22px;
}
/* line 780, ../sass/screen.scss */
section.etaza .wrap .box-three .text-box .naslov {
  padding-top: 20px;
  margin-bottom: 20px;
  width: 80%;
  float: right;
  text-align: left;
  border-bottom: 2px solid #FF6633;
}
/* line 787, ../sass/screen.scss */
section.etaza .wrap .box-three .text-box .naslov h2 {
  margin-bottom: 10px;
  font-size: 1.6em;
}
/* line 790, ../sass/screen.scss */
section.etaza .wrap .box-three .text-box .preuzmi {
  text-align: right;
  padding-bottom: 20px;
}
/* line 793, ../sass/screen.scss */
section.etaza .wrap .box-three .text-box .preuzmi a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
/* line 794, ../sass/screen.scss */
section.etaza .wrap .box-three .text-box .preuzmi a:hover {
  color: #FF6633;
}
/* line 795, ../sass/screen.scss */
section.etaza .wrap .box-three .text-box .preuzmi img {
  width: 50px;
  margin-left: 20px;
}

/* line 805, ../sass/screen.scss */
section.kontakt {
  width: 100vw;
  height: calc(100vh - 413px);
  background-image: url("../img/kontakt.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
/* line 813, ../sass/screen.scss */
section.kontakt .middle {
  margin: 0;
  position: absolute;
  top: 37%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
/* line 824, ../sass/screen.scss */
section.kontakt .middle .logo {
  width: 100%;
  text-align: center;
}
/* line 827, ../sass/screen.scss */
section.kontakt .middle .logo img {
  width: 50px;
}
/* line 829, ../sass/screen.scss */
section.kontakt .middle .box {
  background-color: #1C2252;
  margin-top: 40px;
  padding: 40px;
}
/* line 833, ../sass/screen.scss */
section.kontakt .middle .box .box-three {
  display: inline-block;
  width: 33%;
  width: 250px;
}
/* line 839, ../sass/screen.scss */
section.kontakt .middle .box .box-three .icon {
  width: 50px;
  display: inline-block;
}
/* line 841, ../sass/screen.scss */
section.kontakt .middle .box .box-three .icon img {
  width: 100%;
}
/* line 843, ../sass/screen.scss */
section.kontakt .middle .box .box-three .kontakt-info {
  position: relative;
  vertical-align: top;
  display: inline-block;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6em;
  padding-left: 10px;
}
/* line 853, ../sass/screen.scss */
section.kontakt .middle .box .box-three .kontakt-info.one {
  top: -6px;
}
/* line 854, ../sass/screen.scss */
section.kontakt .middle .box .box-three .kontakt-info.two {
  top: 11px;
}
/* line 855, ../sass/screen.scss */
section.kontakt .middle .box .box-three .kontakt-info.three {
  top: 11px;
}

@media only screen and (max-width: 2200px) {
  /* line 868, ../sass/screen.scss */
  section.uslov-kpovine .wrap .left-box {
    width: 1216px;
  }
}
@media only screen and (max-width: 1920px) {
  /* line 872, ../sass/screen.scss */
  p {
    font-size: 1.2em;
  }

  /* line 873, ../sass/screen.scss */
  .panorama .box-right {
    width: 1523px;
  }

  /* line 874, ../sass/screen.scss */
  .panorama .box-left {
    margin-bottom: 110px;
  }

  /* line 876, ../sass/screen.scss */
  .panorama .box-left .inner-box {
    padding-left: 250px;
    width: 550px;
    padding-bottom: 100px;
  }

  /* line 877, ../sass/screen.scss */
  .panorama .box-left .inner-box p {
    width: 350px;
  }

  /* line 879, ../sass/screen.scss */
  section.koncept .wrap {
    height: 500px;
  }

  /* line 881, ../sass/screen.scss */
  section.koncept .box-two {
    height: 450px;
  }

  /* line 882, ../sass/screen.scss */
  section.koncept .box-three {
    width: 450px;
  }

  /* line 883, ../sass/screen.scss */
  section.koncept .icon-box.margin-fix {
    top: 0;
  }

  /* line 886, ../sass/screen.scss */
  section.kvadratura-stana .box-one {
    padding-right: 332px;
  }

  /* line 888, ../sass/screen.scss */
  section.zivotni-prostor .box-one {
    padding-left: 250px;
  }

  /* line 889, ../sass/screen.scss */
  section.zivotni-prostor .box-one a.btn {
    margin-top: 50px;
  }

  /* line 891, ../sass/screen.scss */
  section.kvalitet-gradnje .box-one {
    padding-left: 250px;
  }

  /* line 892, ../sass/screen.scss */
  section.kvalitet-gradnje .box-one a.btn {
    margin-top: 50px;
  }

  /* line 895, ../sass/screen.scss */
  section.uslov-kpovine .wrap .left-box .text-box {
    padding-left: 18%;
  }

  /* line 896, ../sass/screen.scss */
  section.uslov-kpovine .wrap .right-box {
    width: 1080px;
  }

  /* line 897, ../sass/screen.scss */
  section.uslov-kpovine .wrap .right-box .img-box img {
    top: -78px;
    position: relative;
  }
}
@media only screen and (max-width: 1700px) {
  /* line 907, ../sass/screen.scss */
  .wrap {
    width: 1320px;
  }

  /* line 909, ../sass/screen.scss */
  section.kvadratura-stana .box-one {
    padding-right: 190px;
  }

  /* line 910, ../sass/screen.scss */
  .panorama .box-right {
    width: 1480px;
  }

  /* line 911, ../sass/screen.scss */
  .panorama .box-left {
    padding: 90px 0 135px 0;
    margin-bottom: 123px;
  }

  /* line 913, ../sass/screen.scss */
  section.stanovi .wrap .box-four {
    width: 230px;
  }

  /* line 914, ../sass/screen.scss */
  section.stanovi .wrap .box-four .ram-cover {
    height: 215px;
    width: 215px;
    margin-top: 6px;
    margin-left: 6px;
  }

  /* line 916, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.left {
    height: 230px;
    width: 55px;
  }
  /* line 917, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.top {
    height: 55px;
    width: 230px;
  }
  /* line 918, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.bottom {
    height: 55px;
    width: 230px;
    bottom: 18px;
  }
  /* line 919, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.right {
    height: 230px;
    width: 55px;
    margin-left: 176px;
  }

  /* line 922, ../sass/screen.scss */
  .panorama .box-left .inner-box, section.zivotni-prostor .box-one {
    padding-left: 190px;
  }

  /* line 924, ../sass/screen.scss */
  .panorama .box-left .inner-box, section.kvalitet-gradnje .box-one {
    padding-left: 190px;
  }

  /* line 926, ../sass/screen.scss */
  section.uslov-kpovine .wrap .left-box .text-box {
    padding-left: 12%;
  }

  /* line 927, ../sass/screen.scss */
  section.uslov-kpovine .wrap .left-box {
    width: 1080px;
  }
}
@media only screen and (max-width: 1600px) {
  /* line 935, ../sass/screen.scss */
  .panorama .box-right {
    width: 1350px;
  }

  /* line 936, ../sass/screen.scss */
  .panorama .box-left {
    padding: 90px 0 110px 0;
    margin-bottom: 92px;
  }

  /* line 937, ../sass/screen.scss */
  .panorama .box-left .inner-box {
    padding-left: 140px;
  }

  /* line 938, ../sass/screen.scss */
  .panorama .box-right img {
    width: 103%;
  }

  /* line 941, ../sass/screen.scss */
  section.koncept .box-three {
    width: 530px;
  }

  /* line 942, ../sass/screen.scss */
  section.koncept .icon-box.margin-fix {
    margin-top: 75px;
  }

  /* line 944, ../sass/screen.scss */
  section.zivotni-prostor .box-one {
    padding-left: 220px;
    width: 700px;
  }

  /* line 946, ../sass/screen.scss */
  section.kvalitet-gradnje .box-one {
    padding-left: 220px;
    width: 1200px;
  }

  /* line 950, ../sass/screen.scss */
  section.stanovi .wrap .box-four span.text {
    top: -125px;
  }

  /* line 951, ../sass/screen.scss */
  section.kvadratura-stana .box-one {
    width: 770px;
    padding-right: 139px;
  }

  /* line 953, ../sass/screen.scss */
  section.uslov-kpovine .wrap .right-box .img-box img {
    top: 0;
  }

  /* line 954, ../sass/screen.scss */
  section.uslov-kpovine .wrap .left-box {
    width: 920px;
  }
}
@media only screen and (max-width: 1500px) {
  /* line 958, ../sass/screen.scss */
  .wrap {
    width: 1200px;
  }

  /* line 959, ../sass/screen.scss */
  header nav {
    width: 980px;
  }

  /* line 960, ../sass/screen.scss */
  header nav ul li {
    margin-right: 10px;
  }

  /* line 962, ../sass/screen.scss */
  section.koncept .box-three {
    width: 430px;
  }

  /* line 963, ../sass/screen.scss */
  section.koncept .icon-box.margin-fix {
    margin-top: 40px;
  }

  /* line 965, ../sass/screen.scss */
  section.zivotni-prostor .box-one {
    padding-left: 139px;
  }

  /* line 966, ../sass/screen.scss */
  section.zivotni-prostor .box-two {
    width: 485px;
  }

  /* line 968, ../sass/screen.scss */
  section.kvalitet-gradnje .box-one {
    padding-left: 139px;
    width: 1188px;
  }

  /* line 970, ../sass/screen.scss */
  section.stanovi .wrap .box-four {
    width: 212px;
    margin-right: 30px;
  }

  /* line 971, ../sass/screen.scss */
  section.stanovi .wrap .box-four .ram-cover {
    height: 198px;
    width: 198px;
    margin-top: 6px;
    margin-left: 6px;
  }

  /* line 973, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.left {
    height: 213px;
    width: 50px;
  }
  /* line 974, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.top {
    height: 50px;
    width: 213px;
  }
  /* line 975, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.bottom {
    height: 50px;
    width: 213px;
    bottom: 18px;
  }
  /* line 976, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.right {
    height: 213px;
    width: 50px;
    margin-left: 176px;
  }

  /* line 978, ../sass/screen.scss */
  section.stanovi .wrap .box-four span.text {
    top: -117.5px;
  }

  /* line 979, ../sass/screen.scss */
  section.kvadratura-stana .box-one {
    width: 730px;
    padding-right: 71px;
  }
}
@media only screen and (max-width: 1440px) {
  /* line 984, ../sass/screen.scss */
  .line {
    height: 80px;
  }

  /* line 986, ../sass/screen.scss */
  header .logo {
    width: 160px;
  }

  /* line 987, ../sass/screen.scss */
  header .logo img {
    width: 140px;
  }

  /* line 989, ../sass/screen.scss */
  section.zivotni-prostor .box-two img {
    width: 755px;
  }

  /* line 990, ../sass/screen.scss */
  section.zivotni-prostor .box-two {
    width: 430px;
  }

  /* line 991, ../sass/screen.scss */
  section.zivotni-prostor .box-one {
    width: 690px;
    padding-bottom: 30px;
    height: 443px;
  }

  /* line 992, ../sass/screen.scss */
  section.zivotni-prostor .box-one a.btn {
    margin-bottom: 0px;
    margin-top: 35px;
  }

  /* line 993, ../sass/screen.scss */
  section.zivotni-prostor .box-two .blue-cover {
    height: 474px;
  }

  /* line 994, ../sass/screen.scss */
  section.zivotni-prostor .box-two {
    height: 474px;
  }

  /* line 997, ../sass/screen.scss */
  section.kvalitet-gradnje .box-one {
    width: 1200px;
    padding-bottom: 30px;
    height: 526px;
  }

  /* line 998, ../sass/screen.scss */
  section.kvalitet-gradnje .box-one a.btn {
    margin-bottom: 0px;
    margin-top: 35px;
  }

  /* line 1000, ../sass/screen.scss */
  section.kvadratura-stana .box-one {
    width: 690px;
  }
  /* line 1000, ../sass/screen.scss */
  section.kvadratura-stana .box-one p {
    font-size: 1.1em;
  }

  /* line 1003, ../sass/screen.scss */
  section.stanovi .wrap .box-four span.text {
    top: -116px;
  }

  /* line 1004, ../sass/screen.scss */
  section.uslov-kpovine .wrap .right-box {
    width: 900px;
  }

  /* line 1005, ../sass/screen.scss */
  section.uslov-kpovine .wrap .left-box {
    width: 810px;
  }
}
@media only screen and (max-width: 1366px) {
  /* line 1010, ../sass/screen.scss */
  p {
    font-size: 1.1em;
  }

  /* line 1011, ../sass/screen.scss */
  .wrap {
    width: 1150px;
  }

  /* line 1013, ../sass/screen.scss */
  .panorama .box-left .inner-box {
    width: 490px;
  }

  /* line 1014, ../sass/screen.scss */
  .panorama .box-left .inner-box p {
    width: 330px;
  }

  /* line 1016, ../sass/screen.scss */
  .panorama .box-left {
    margin-bottom: 90px;
  }

  /* line 1017, ../sass/screen.scss */
  .panorama .box-left .inner-box {
    padding-left: 110px;
  }

  /* line 1018, ../sass/screen.scss */
  .panorama .box-right {
    width: 1258px;
  }

  /* line 1019, ../sass/screen.scss */
  .panorama .box-right img {
    width: 105%;
  }

  /* line 1021, ../sass/screen.scss */
  section.koncept .box-three {
    width: 360px;
  }

  /* line 1023, ../sass/screen.scss */
  section.zivotni-prostor .box-one {
    width: 620px;
  }

  /* line 1025, ../sass/screen.scss */
  section.kvalitet-gradnje .box-one {
    width: 1054px;
  }

  /* line 1027, ../sass/screen.scss */
  section.stanovi .wrap .box-four {
    width: 202px;
  }

  /* line 1028, ../sass/screen.scss */
  section.stanovi .wrap .box-four span.text {
    top: -114px;
  }

  /* line 1030, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.left {
    height: 203px;
    width: 50px;
  }
  /* line 1031, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.top {
    height: 50px;
    width: 203px;
  }
  /* line 1032, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.bottom {
    height: 50px;
    width: 203px;
    bottom: 18px;
  }
  /* line 1033, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.right {
    height: 203px;
    width: 50px;
    margin-left: 152px;
  }

  /* line 1035, ../sass/screen.scss */
  section.stanovi .wrap .box-four .ram-cover {
    height: 188px;
    width: 188px;
  }

  /* line 1037, ../sass/screen.scss */
  section.kvadratura-stana .box-two {
    width: 468px;
  }

  /* line 1038, ../sass/screen.scss */
  section.kvadratura-stana .box-one {
    width: 640px;
  }

  /* line 1039, ../sass/screen.scss */
  section.kvadratura-stana .box-one {
    padding-right: 90px;
  }

  /* line 1040, ../sass/screen.scss */
  section.kvadratura-stana .box-two .blue-cover {
    margin-left: 388px;
  }

  /* line 1042, ../sass/screen.scss */
  section.lokacija .left-box {
    width: 65%;
  }
}
@media only screen and (max-width: 1280px) {
  /* line 1047, ../sass/screen.scss */
  header nav {
    width: 930px;
  }

  /* line 1048, ../sass/screen.scss */
  header nav ul li {
    margin-right: 0px;
  }

  /* line 1049, ../sass/screen.scss */
  .wrap {
    width: 1100px;
  }

  /* line 1050, ../sass/screen.scss */
  .line {
    height: 70px;
  }

  /* line 1052, ../sass/screen.scss */
  .panorama .box-right {
    width: 1150px;
  }

  /* line 1053, ../sass/screen.scss */
  .panorama .box-left .inner-box p {
    width: 360px;
  }

  /* line 1054, ../sass/screen.scss */
  .panorama .box-left .inner-box {
    width: 515px;
    padding-left: 80px;
  }

  /* line 1055, ../sass/screen.scss */
  .panorama .box-left {
    padding-bottom: 80px;
  }

  /* line 1057, ../sass/screen.scss */
  section.koncept .box-one {
    width: 310px;
  }

  /* line 1058, ../sass/screen.scss */
  section.koncept .box-two {
    width: 360px;
  }

  /* line 1060, ../sass/screen.scss */
  section.zivotni-prostor .box-one {
    padding-left: 80px;
  }

  /* line 1062, ../sass/screen.scss */
  section.kvalitet-gradnje .box-one {
    padding-left: 80px;
  }

  /* line 1064, ../sass/screen.scss */
  section.stanovi {
    height: 940px;
  }

  /* line 1065, ../sass/screen.scss */
  section.stanovi .wrap .box-four {
    width: 192px;
  }

  /* line 1066, ../sass/screen.scss */
  section.stanovi .wrap .box-four .ram-cover {
    width: 178px;
    height: 178px;
  }

  /* line 1067, ../sass/screen.scss */
  section.stanovi .wrap .box-four span.text {
    top: -107px;
  }

  /* line 1068, ../sass/screen.scss */
  section.stanovi .wrap .box-four span.text {
    letter-spacing: 2px;
    font-size: 14px;
  }

  /* line 1070, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.left {
    height: 193px;
    width: 45px;
  }
  /* line 1071, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.top {
    height: 45px;
    width: 193px;
  }
  /* line 1072, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.bottom {
    height: 45px;
    width: 193px;
    bottom: 18px;
  }
  /* line 1073, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.right {
    height: 193px;
    width: 45px;
    margin-left: 147px;
  }

  /* line 1076, ../sass/screen.scss */
  section.kvadratura-stana .box-one {
    padding-right: 65px;
  }

  /* line 1077, ../sass/screen.scss */
  section.kvadratura-stana .box-two {
    width: 426px;
  }

  /* line 1078, ../sass/screen.scss */
  section.kvadratura-stana .box-one {
    height: 350px;
  }

  /* line 1079, ../sass/screen.scss */
  section.kvadratura-stana .box-two .blue-cover {
    height: 372px;
    margin-left: 346px;
  }

  /* line 1080, ../sass/screen.scss */
  section.kvadratura-stana .box-two img {
    width: 617px;
  }

  /* line 1081, ../sass/screen.scss */
  section.kvadratura-stana {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 1086, ../sass/screen.scss */
  .wrap {
    width: 1000px;
  }

  /* line 1087, ../sass/screen.scss */
  p {
    font-size: 1.0em;
  }

  /* line 1088, ../sass/screen.scss */
  .line {
    margin-bottom: 40px;
  }

  /* line 1090, ../sass/screen.scss */
  header .logo {
    width: 150px;
  }
  /* line 1090, ../sass/screen.scss */
  header .logo img {
    margin-left: 0px;
  }

  /* line 1091, ../sass/screen.scss */
  header nav {
    width: 840px;
  }

  /* line 1093, ../sass/screen.scss */
  .panorama .box-right img {
    width: 109%;
  }

  /* line 1094, ../sass/screen.scss */
  .panorama .box-right {
    width: 1050px;
  }

  /* line 1095, ../sass/screen.scss */
  .panorama .box-left {
    margin-bottom: 108px;
  }

  /* line 1096, ../sass/screen.scss */
  .panorama .box-left .inner-box {
    padding-left: 100px;
  }

  /* line 1098, ../sass/screen.scss */
  section.koncept .box-one {
    width: 270px;
  }

  /* line 1099, ../sass/screen.scss */
  section.koncept .box-two {
    width: 335px;
  }

  /* line 1100, ../sass/screen.scss */
  section.koncept .box-three {
    width: 330px;
  }

  /* line 1102, ../sass/screen.scss */
  section.zivotni-prostor .box-two img {
    width: 700px;
    left: -175px;
  }

  /* line 1103, ../sass/screen.scss */
  section.zivotni-prostor .box-two .blue-cover {
    height: 439px;
  }

  /* line 1104, ../sass/screen.scss */
  section.zivotni-prostor .box-one {
    width: 530px;
    height: 409px;
  }

  /* line 1106, ../sass/screen.scss */
  section.kvalitet-gradnje .box-one {
    width: 961px;
    height: 482px;
  }

  /* line 1108, ../sass/screen.scss */
  section.stanovi {
    margin-top: -257px;
    height: 842px;
  }

  /* line 1109, ../sass/screen.scss */
  section.stanovi .wrap {
    top: 360px;
  }

  /* line 1110, ../sass/screen.scss */
  section.stanovi .wrap .box-four {
    width: 172px;
  }

  /* line 1111, ../sass/screen.scss */
  section.stanovi .wrap .box-four .ram-cover {
    width: 158px;
    height: 158px;
  }

  /* line 1114, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.left {
    height: 172px;
    width: 45px;
  }
  /* line 1115, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.top {
    height: 45px;
    width: 172px;
  }
  /* line 1116, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.bottom {
    height: 45px;
    width: 172px;
    bottom: 18px;
  }
  /* line 1117, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.right {
    height: 172px;
    width: 45px;
    margin-left: 127px;
  }

  /* line 1120, ../sass/screen.scss */
  section.kvadratura-stana {
    margin-top: -170px;
  }

  /* line 1121, ../sass/screen.scss */
  section.kvadratura-stana .box-two img {
    width: 570px;
  }

  /* line 1122, ../sass/screen.scss */
  section.kvadratura-stana .box-one {
    height: 321px;
  }

  /* line 1123, ../sass/screen.scss */
  section.kvadratura-stana .box-two .blue-cover {
    height: 343px;
  }

  /* line 1124, ../sass/screen.scss */
  section.kvadratura-stana .box-one {
    width: 560px;
    padding-left: 50px;
  }

  /* line 1125, ../sass/screen.scss */
  footer .box-three {
    width: 370px;
  }

  /* line 1126, ../sass/screen.scss */
  footer .box-two {
    width: 320px;
  }

  /* line 1128, ../sass/screen.scss */
  section.lokacija .right-box .info-box .text-box {
    font-size: 15px;
  }

  /* line 1130, ../sass/screen.scss */
  section.uslov-kpovine .wrap .right-box .img-box {
    width: 1160px;
  }

  /* line 1131, ../sass/screen.scss */
  section.uslov-kpovine .wrap .right-box {
    width: 790px;
  }

  /* line 1132, ../sass/screen.scss */
  section.uslov-kpovine .wrap .left-box .text-box {
    padding-left: 7%;
  }
}
@media only screen and (max-width: 1140px) {
  /* line 1137, ../sass/screen.scss */
  .wrap {
    width: 90%;
  }

  /* line 1138, ../sass/screen.scss */
  a {
    padding: 12px 20px;
  }

  /* line 1139, ../sass/screen.scss */
  header nav {
    width: 760px;
  }

  /* line 1140, ../sass/screen.scss */
  .panorama .box-right {
    width: 920px;
  }

  /* line 1141, ../sass/screen.scss */
  .panorama .box-right img {
    width: 112%;
  }

  /* line 1142, ../sass/screen.scss */
  .panorama .box-left .inner-box {
    padding-bottom: 60px;
    padding-left: 65px;
  }

  /* line 1144, ../sass/screen.scss */
  .panorama .box-left {
    padding-top: 65px;
  }

  /* line 1147, ../sass/screen.scss */
  section.lokacija .left-box {
    width: 60%;
  }

  /* line 1148, ../sass/screen.scss */
  section.lokacija .right-box {
    width: 39%;
  }

  /* line 1150, ../sass/screen.scss */
  section.koncept .box-one {
    width: 250px;
  }

  /* line 1151, ../sass/screen.scss */
  section.koncept .box-two {
    width: 300px;
  }

  /* line 1152, ../sass/screen.scss */
  section.koncept .box-three {
    width: 296px;
  }

  /* line 1154, ../sass/screen.scss */
  section.zivotni-prostor .box-one {
    padding-left: 65px;
    width: 48%;
    height: 377px;
  }

  /* line 1155, ../sass/screen.scss */
  section.zivotni-prostor .box-two {
    width: 34%;
  }

  /* line 1156, ../sass/screen.scss */
  section.zivotni-prostor .box-two img {
    width: 650px;
  }

  /* line 1157, ../sass/screen.scss */
  section.zivotni-prostor .box-two .blue-cover {
    height: 407px;
  }

  /* line 1159, ../sass/screen.scss */
  section.kvalitet-gradnje .box-one {
    padding-left: 65px;
    width: 82%;
    height: 503px;
  }

  /* line 1162, ../sass/screen.scss */
  section.stanovi .wrap .box-four {
    width: 150px;
  }

  /* line 1163, ../sass/screen.scss */
  section.stanovi .wrap .box-four .ram-cover {
    width: 136px;
    height: 136px;
  }

  /* line 1164, ../sass/screen.scss */
  section.stanovi .wrap .box-four span.text {
    top: -85px;
  }

  /* line 1166, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.left {
    height: 150px;
    width: 45px;
  }
  /* line 1167, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.top {
    height: 45px;
    width: 150px;
  }
  /* line 1168, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.bottom {
    height: 45px;
    width: 150px;
    bottom: 18px;
  }
  /* line 1169, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.right {
    height: 150px;
    width: 45px;
    margin-left: 105px;
  }

  /* line 1172, ../sass/screen.scss */
  section.kvadratura-stana .box-two {
    height: 343px;
  }

  /* line 1174, ../sass/screen.scss */
  section.kvadratura-stana .box-one p {
    font-size: 1.0em;
  }

  /* line 1175, ../sass/screen.scss */
  section.kvadratura-stana .box-one {
    width: 46%;
  }

  /* line 1176, ../sass/screen.scss */
  section.kvadratura-stana .box-two {
    width: 38%;
  }

  /* line 1177, ../sass/screen.scss */
  section.kvadratura-stana .box-two .blue-cover {
    margin-left: 82%;
  }

  /* line 1178, ../sass/screen.scss */
  section.stanovi {
    height: 708px;
  }

  /* line 1179, ../sass/screen.scss */
  section.stanovi .wrap {
    top: 288px;
  }

  /* line 1181, ../sass/screen.scss */
  section.stanovi .wrap .box-four span.text {
    font-size: 12px;
    padding: 15px 10px;
  }

  /* line 1183, ../sass/screen.scss */
  footer .box-one {
    padding-left: 0px;
    width: 215px;
  }

  /* line 1184, ../sass/screen.scss */
  footer .box-two {
    width: 300px;
  }

  /* line 1186, ../sass/screen.scss */
  section.etaza .wrap {
    width: 90%;
  }

  /* line 1187, ../sass/screen.scss */
  section.etaza .wrap .box-three {
    width: 31%;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 1193, ../sass/screen.scss */
  p {
    font-size: 15px;
  }

  /* line 1194, ../sass/screen.scss */
  h2 {
    font-size: 1.8em;
  }

  /* line 1197, ../sass/screen.scss */
  section.koncept .box-one {
    width: 200px;
  }

  /* line 1198, ../sass/screen.scss */
  section.koncept .box-two {
    width: 250px;
  }

  /* line 1199, ../sass/screen.scss */
  section.koncept .box-three {
    width: 250px;
  }

  /* line 1200, ../sass/screen.scss */
  section.koncept .box-one p {
    padding-right: 30px;
  }

  /* line 1201, ../sass/screen.scss */
  section.koncept .box-two p {
    padding: 0 30px;
  }

  /* line 1202, ../sass/screen.scss */
  section.koncept .box-three p {
    padding-left: 30px;
  }

  /* line 1203, ../sass/screen.scss */
  section.koncept .box-two .icon-box {
    margin-top: 93px;
  }

  /* line 1204, ../sass/screen.scss */
  section.koncept .icon-box.margin-fix {
    margin-top: 65px;
  }

  /* line 1206, ../sass/screen.scss */
  section.zivotni-prostor .box-one .btn {
    font-size: 15px;
  }

  /* line 1207, ../sass/screen.scss */
  section.kvadratura-stana .box-one a.btn {
    font-size: 13px;
  }

  /* line 1208, ../sass/screen.scss */
  section.proces-kupovine .wrap .mail .text, section.proces-kupovine .wrap .phone .text {
    font-size: 13px;
  }

  /* line 1210, ../sass/screen.scss */
  section.proces-kupovine .wrap {
    width: 90%;
  }

  /* line 1212, ../sass/screen.scss */
  section.stanovi {
    height: 1050px;
  }

  /* line 1213, ../sass/screen.scss */
  section.stanovi .wrap {
    text-align: center;
  }

  /* line 1214, ../sass/screen.scss */
  section.stanovi .wrap .box-four {
    width: 235px;
    margin-bottom: 20px;
  }

  /* line 1215, ../sass/screen.scss */
  section.stanovi .wrap .box-four .ram-cover {
    width: 220px;
    height: 220px;
  }

  /* line 1216, ../sass/screen.scss */
  section.stanovi .wrap .box-four span.text {
    top: -130px;
  }

  /* line 1219, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.left {
    height: 235px;
    width: 45px;
  }
  /* line 1220, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.top {
    height: 45px;
    width: 235px;
  }
  /* line 1221, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.bottom {
    height: 45px;
    width: 235px;
    bottom: 18px;
  }
  /* line 1222, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.right {
    height: 235px;
    width: 45px;
    margin-left: 82%;
  }

  /* line 1226, ../sass/screen.scss */
  footer .box-one {
    width: 20%;
  }

  /* line 1227, ../sass/screen.scss */
  footer .box-two {
    width: 32%;
  }

  /* line 1228, ../sass/screen.scss */
  footer .box-three {
    width: 45%;
  }

  /* line 1229, ../sass/screen.scss */
  section.uslov-kpovine .wrap .right-box .img-box {
    width: 1100px;
  }

  /* line 1230, ../sass/screen.scss */
  section.uslov-kpovine .wrap .left-box {
    width: 655;
  }

  /* line 1232, ../sass/screen.scss */
  section.kontakt {
    height: 100vh;
  }

  /* line 1233, ../sass/screen.scss */
  section.kontakt .middle {
    top: 58%;
  }

  /* line 1235, ../sass/screen.scss */
  section.etaza .wrap .box-three .text-box .naslov {
    width: 85%;
  }

  /* line 1236, ../sass/screen.scss */
  section.etaza .wrap .box-three .text-box .naslov h2 {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 900px) {
  /* line 1242, ../sass/screen.scss */
  .panorama .box-right {
    width: 795px;
  }

  /* line 1243, ../sass/screen.scss */
  .panorama .box-left {
    margin-bottom: 40px;
  }

  /* line 1245, ../sass/screen.scss */
  section.zivotni-prostor {
    margin-bottom: 60px;
  }

  /* line 1246, ../sass/screen.scss */
  section.zivotni-prostor .box-one {
    height: 428px;
  }

  /* line 1247, ../sass/screen.scss */
  section.zivotni-prostor .box-one .btn {
    font-size: 14px;
  }

  /* line 1249, ../sass/screen.scss */
  section.koncept .box-one {
    width: 190px;
  }

  /* line 1250, ../sass/screen.scss */
  section.koncept .box-two {
    width: 230px;
    height: 465px;
  }

  /* line 1251, ../sass/screen.scss */
  section.koncept .box-three {
    width: 200px;
  }

  /* line 1252, ../sass/screen.scss */
  section.koncept .icon-box.margin-fix {
    margin-top: 38px;
  }

  /* line 1253, ../sass/screen.scss */
  section.koncept .wrap {
    height: 515px;
  }

  /* line 1256, ../sass/screen.scss */
  section.zivotni-prostor .box-two img {
    width: 730px;
  }

  /* line 1257, ../sass/screen.scss */
  section.zivotni-prostor .box-two .blue-cover {
    height: 458px;
  }

  /* line 1259, ../sass/screen.scss */
  section.kvalitet-gradnje .box-one {
    margin-bottom: 60px;
    width: 84%;
    height: 525px;
  }

  /* line 1262, ../sass/screen.scss */
  section.lokacija .right-box .info-box {
    padding-left: 20px;
  }

  /* line 1263, ../sass/screen.scss */
  section.lokacija .right-box .info-box .text-box {
    padding-left: 10px;
  }

  /* line 1266, ../sass/screen.scss */
  section.stanovi {
    height: 970px;
    margin-top: -287px;
  }

  /* line 1267, ../sass/screen.scss */
  section.stanovi .wrap .box-four {
    width: 200px;
  }

  /* line 1268, ../sass/screen.scss */
  section.stanovi .wrap .box-four .ram-cover {
    width: 186px;
    height: 186px;
  }

  /* line 1269, ../sass/screen.scss */
  section.stanovi .wrap .box-four span.text {
    margin-top: -105px;
  }

  /* line 1272, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.left {
    height: 92%;
    width: 45px;
  }
  /* line 1273, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.top {
    height: 45px;
    width: 100%;
  }
  /* line 1274, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.bottom {
    height: 45px;
    width: 100%;
    bottom: 18px;
  }
  /* line 1275, ../sass/screen.scss */
  section.stanovi .wrap .box-four .blue-cover.right {
    height: 92%;
    width: 45px;
    margin-left: 77%;
  }

  /* line 1278, ../sass/screen.scss */
  section.kvadratura-stana {
    margin-top: -183px;
  }

  /* line 1280, ../sass/screen.scss */
  section.koncept .icon-box img {
    width: 45px;
  }

  /* line 1281, ../sass/screen.scss */
  section.lokacija .left-box {
    width: 55%;
  }

  /* line 1282, ../sass/screen.scss */
  section.lokacija .right-box {
    width: 43%;
  }

  /* line 1283, ../sass/screen.scss */
  section.uslov-kpovine .wrap .left-box .text-box {
    margin-left: 5%;
  }

  /* line 1284, ../sass/screen.scss */
  section.uslov-kpovine .wrap .left-box {
    width: 70%;
  }

  /* line 1285, ../sass/screen.scss */
  section.uslov-kpovine .wrap .right-box .img-box img {
    height: 840px;
    width: auto;
  }

  /* line 1287, ../sass/screen.scss */
  section.kontakt .middle .box {
    padding: 25px;
  }

  /* line 1288, ../sass/screen.scss */
  section.kontakt .middle .box .box-three {
    width: 214px;
  }

  /* line 1290, ../sass/screen.scss */
  section.etaza .wrap .box-three .text-box .preuzmi {
    height: 178px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 1296, ../sass/screen.scss */
  footer .box-one img {
    width: 130px;
  }

  /* line 1297, ../sass/screen.scss */
  footer .box-two span {
    font-size: 14px;
  }

  /* line 1298, ../sass/screen.scss */
  footer .box-three {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1301, ../sass/screen.scss */
  header .logo {
    width: 100%;
    text-align: center;
  }

  /* line 1302, ../sass/screen.scss */
  header nav {
    width: 100%;
    margin: 30px 0 10px 0;
    text-align: center;
  }

  /* line 1303, ../sass/screen.scss */
  header nav ul li a {
    padding: 12px 10px;
    font-size: 15px;
  }

  /* line 1305, ../sass/screen.scss */
  section.etaza .wrap .box-three {
    width: 47%;
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 760px) {
  /* line 1314, ../sass/screen.scss */
  .panorama .box-right {
    width: auto;
    height: 520px;
  }

  /* line 1315, ../sass/screen.scss */
  .panorama .box-right .cover {
    clip-path: border-box;
  }

  /* line 1317, ../sass/screen.scss */
  .panorama .box-left {
    width: 100%;
    padding-bottom: 0px;
  }

  /* line 1318, ../sass/screen.scss */
  .panorama .box-left .inner-box {
    padding-left: 5%;
    float: left;
  }

  /* line 1319, ../sass/screen.scss */
  .panorama .box-right img {
    height: 520px;
    width: auto;
  }

  /* line 1323, ../sass/screen.scss */
  section.koncept .wrap {
    height: auto;
  }

  /* line 1324, ../sass/screen.scss */
  section.koncept .box-one {
    width: 100%;
    height: auto;
    margin-top: 40px;
    text-align: center;
  }

  /* line 1325, ../sass/screen.scss */
  section.koncept .box-one h2 {
    padding-right: 0px;
    margin-right: 0px;
  }

  /* line 1326, ../sass/screen.scss */
  section.koncept .box-three {
    text-align: center;
    margin-bottom: 50px;
  }

  /* line 1327, ../sass/screen.scss */
  section.koncept .box-three h2 {
    padding-left: 0px;
    margin-left: 0px;
  }

  /* line 1328, ../sass/screen.scss */
  section.koncept .box-three p {
    padding-left: 0px;
  }

  /* line 1329, ../sass/screen.scss */
  section.koncept .box-three .icon-box {
    padding-left: 0px;
  }

  /* line 1332, ../sass/screen.scss */
  section.koncept .box-two {
    width: 100%;
    height: auto;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    padding-top: 40px;
    margin-bottom: 60px;
  }

  /* line 1333, ../sass/screen.scss */
  section.koncept .box-three {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }

  /* line 1334, ../sass/screen.scss */
  section.koncept .box-two .icon-box {
    margin-top: 25px;
  }

  /* line 1335, ../sass/screen.scss */
  section.koncept .box-one .icon-box {
    text-align: center;
    left: 0px;
    position: relative;
  }

  /* line 1338, ../sass/screen.scss */
  section.zivotni-prostor {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  /* line 1339, ../sass/screen.scss */
  section.zivotni-prostor .box-one {
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
    margin-top: -4px;
  }

  /* line 1340, ../sass/screen.scss */
  section.zivotni-prostor .box-one h1 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  /* line 1341, ../sass/screen.scss */
  section.zivotni-prostor .box-one p {
    width: 90%;
    margin: auto;
  }

  /* line 1342, ../sass/screen.scss */
  section.zivotni-prostor .box-one .line {
    margin-left: 5%;
  }

  /* line 1345, ../sass/screen.scss */
  section.zivotni-prostor .box-two {
    display: none;
  }

  /* line 1346, ../sass/screen.scss */
  section.zivotni-prostor .box-two.mob {
    display: block;
  }

  /* line 1348, ../sass/screen.scss */
  section.zivotni-prostor .box-two {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }

  /* line 1349, ../sass/screen.scss */
  section.zivotni-prostor .box-two img {
    width: 100%;
    left: 0px;
  }

  /* line 1350, ../sass/screen.scss */
  section.zivotni-prostor .box-two .blue-cover {
    height: 700px;
  }

  /* line 1352, ../sass/screen.scss */
  .a-right {
    text-align: center;
    height: 80px;
  }

  /* line 1354, ../sass/screen.scss */
  section.kvalitet-gradnje .box-one {
    height: auto;
    padding-bottom: 35px;
    margin-bottom: 0px;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    margin: auto;
  }

  /* line 1358, ../sass/screen.scss */
  section.stanovi {
    height: auto;
    margin-top: 0px;
  }

  /* line 1359, ../sass/screen.scss */
  section.stanovi .wrap {
    top: 0px;
    padding-top: 40px;
  }

  /* line 1362, ../sass/screen.scss */
  section.kvadratura-stana {
    margin-top: 0px;
  }

  /* line 1364, ../sass/screen.scss */
  section.kvadratura-stana .box-two {
    width: 100%;
    height: auto;
    left: 0px;
  }

  /* line 1365, ../sass/screen.scss */
  section.kvadratura-stana .box-two img {
    width: 100%;
    left: 0px;
  }

  /* line 1366, ../sass/screen.scss */
  section.kvadratura-stana .box-two .blue-cover {
    height: 465px;
    margin-left: 89%;
  }

  /* line 1370, ../sass/screen.scss */
  section.kvadratura-stana .box-one {
    width: 90%;
    padding-right: 5%;
    padding-left: 5%;
    height: auto;
    margin-top: -4px;
  }

  /* line 1371, ../sass/screen.scss */
  section.kvadratura-stana .box-one .a-left {
    height: 110px;
  }

  /* line 1373, ../sass/screen.scss */
  section.lokacija .left-box {
    width: 100%;
  }

  /* line 1374, ../sass/screen.scss */
  section.lokacija .right-box {
    width: 100%;
  }

  /* line 1375, ../sass/screen.scss */
  section.lokacija .right-box .info-box {
    display: inline-block;
  }

  /* line 1376, ../sass/screen.scss */
  section.lokacija .right-box .info-box .text-box {
    padding-left: 0px;
    font-size: 14px;
  }

  /* line 1377, ../sass/screen.scss */
  iframe {
    height: 350px;
  }

  /* line 1381, ../sass/screen.scss */
  footer {
    padding-bottom: 40px;
    padding-top: 50px;
  }

  /* line 1382, ../sass/screen.scss */
  footer .box-one {
    width: 100%;
    text-align: center;
  }

  /* line 1383, ../sass/screen.scss */
  footer .box-two {
    width: 100%;
    margin-top: 40px;
  }

  /* line 1384, ../sass/screen.scss */
  footer .box-two span {
    width: 100%;
  }

  /* line 1385, ../sass/screen.scss */
  footer .box-three {
    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin-top: 25px;
  }

  /* line 1386, ../sass/screen.scss */
  footer .box-three p {
    width: 400px;
    margin: auto;
  }

  /* line 1388, ../sass/screen.scss */
  footer .box-two .center-box {
    width: 242px;
    margin: auto;
  }

  /* line 1391, ../sass/screen.scss */
  section.stanovi .wrap .box-four:nth-child(2n+2) {
    margin-right: 0px;
  }

  /* line 1394, ../sass/screen.scss */
  section.uslov-kpovine .wrap {
    margin-top: 50px;
  }

  /* line 1395, ../sass/screen.scss */
  section.uslov-kpovine .wrap .right-box {
    display: none;
  }

  /* line 1396, ../sass/screen.scss */
  section.uslov-kpovine .wrap .left-box .blue-cover {
    display: none;
  }

  /* line 1397, ../sass/screen.scss */
  section.uslov-kpovine .wrap .right-box-mob {
    display: block;
    width: 100%;
  }
  /* line 1399, ../sass/screen.scss */
  section.uslov-kpovine .wrap .right-box-mob img {
    width: 100%;
  }

  /* line 1403, ../sass/screen.scss */
  section.uslov-kpovine .wrap .left-box {
    margin-top: -4px;
    width: 100%;
  }

  /* line 1404, ../sass/screen.scss */
  section.uslov-kpovine .wrap .left-box .text-box {
    margin-left: 0px;
    padding-left: 5%;
    padding-right: 5%;
  }

  /* line 1405, ../sass/screen.scss */
  section.uslov-kpovine .wrap .left-box .text-box p.pmarg {
    width: 100%;
  }

  /* line 1407, ../sass/screen.scss */
  section.kontakt .middle {
    width: 90%;
  }

  /* line 1408, ../sass/screen.scss */
  section.kontakt .middle .box .box-three .kontakt-info {
    font-size: 14px;
  }

  /* line 1409, ../sass/screen.scss */
  section.kontakt .middle .box {
    padding: 5%;
  }

  /* line 1410, ../sass/screen.scss */
  section.kontakt .middle .box .box-three .icon {
    width: 40px;
  }

  /* line 1411, ../sass/screen.scss */
  section.kontakt .middle .box .box-three {
    width: 188px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
  }

  /* line 1412, ../sass/screen.scss */
  section.kontakt .middle .box .box-three:last-child {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 1418, ../sass/screen.scss */
  header .logo img {
    width: 110px;
  }

  /* line 1419, ../sass/screen.scss */
  header .wrap .nav-icon {
    display: inline-block;
    width: 35px;
    float: right;
    margin-top: 18px;
    cursor: pointer;
  }
  /* line 1421, ../sass/screen.scss */
  header .wrap .nav-icon img {
    width: 100%;
  }

  /* line 1423, ../sass/screen.scss */
  header .logo {
    display: inline-block;
    width: 200px;
    text-align: left;
  }

  /* line 1424, ../sass/screen.scss */
  header nav {
    display: none;
  }

  /* line 1425, ../sass/screen.scss */
  header nav ul li {
    width: 100%;
    margin-bottom: 15px;
    text-align: right;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 560px) {
  /* line 1432, ../sass/screen.scss */
  .panorama .box-left {
    padding-top: 0px;
    margin-top: -4px;
  }

  /* line 1433, ../sass/screen.scss */
  .panorama .box-left .inner-box {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    width: 100%;
  }

  /* line 1434, ../sass/screen.scss */
  .panorama .box-left .inner-box p {
    width: 90%;
  }

  /* line 1435, ../sass/screen.scss */
  .panorama .box-right {
    display: none;
  }

  /* line 1438, ../sass/screen.scss */
  .panorama .box-img {
    display: block;
    width: 100%;
  }
  /* line 1441, ../sass/screen.scss */
  .panorama .box-img img {
    width: 100%;
  }

  /* line 1443, ../sass/screen.scss */
  section.proces-kupovine .wrap {
    margin-bottom: 35px;
  }

  /* line 1444, ../sass/screen.scss */
  section.proces-kupovine .wrap .mai {
    margin-right: 0px;
  }

  /* line 1445, ../sass/screen.scss */
  section.proces-kupovine .wrap .phone {
    margin-top: 25px;
  }

  /* line 1447, ../sass/screen.scss */
  section.lokacija .right-box .info-box {
    width: 100%;
  }

  /* line 1448, ../sass/screen.scss */
  footer .box-one {
    text-align: left;
  }

  /* line 1449, ../sass/screen.scss */
  footer .box-two .center-box {
    width: 100%;
  }

  /* line 1450, ../sass/screen.scss */
  footer .box-three {
    text-align: left;
  }

  /* line 1451, ../sass/screen.scss */
  footer .box-three p {
    width: 100%;
  }

  /* line 1453, ../sass/screen.scss */
  section.etaza .wrap .box-three {
    width: 80%;
    margin-right: 0px !important;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1456, ../sass/screen.scss */
  section.stanovi .wrap .box-four {
    margin-right: 0px;
  }
}
