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-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.form-item-criteria .customer {
  margin-top: 50px;
}
.form-item-criteria .data {
  margin-top: 50px;
}
.form-item-criteria h2 {
  margin-bottom: 15px;
}
.form-item-criteria .row {
  margin-bottom: 25px;
}
.form-item-criteria .row.condensed {
  margin-bottom: 10px;
}
.form-item-criteria .form-box.slider-box:not(:last-child) {
  margin-bottom: 25px !important;
}
.form-item-criteria .form-box.slider-box .s-values {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
.form-item-criteria .form-box.slider-box .s-values input[type=text].form-item {
  height: 50px;
}
.form-item-criteria .form-box.slider-box .s-values .ui-slider {
  background-color: #fafafa;
  margin: 0 25px;
}
@media (max-width: 768px) {
  .form-item-criteria .form-box.slider-box .s-values .ui-slider {
    display: none;
  }
}
@media (max-width: 768px) {
  .form-item-criteria .form-box.slider-box .s-values input[type=text] {
    width: 48% !important;
  }
  .form-item-criteria .form-box.slider-box .s-values input[type=text]:first-of-type {
    margin-right: 4%;
  }
}
.form-item-criteria .form-box.slider-box .s-values .data {
  margin-top: 0;
}
.form-item-criteria .form-box .form-group {
  position: relative;
}
.form-item-criteria .form-box .form-group input {
  padding-right: 35px;
  z-index: 0;
  width: 100%;
}
.form-item-criteria .form-box .form-group input + em {
  position: absolute;
  right: 10px;
  z-index: 1;
  font-size: 15px;
  top: 27px;
  font-style: normal;
}
.form-item-criteria .data .row,
.form-item-criteria .customer .row {
  margin-right: -5px;
  margin-left: -5px;
}
.form-item-criteria .data .row [class*="col-"],
.form-item-criteria .customer .row [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.form-item-criteria .data .form-box,
.form-item-criteria .data .form-box > label,
.form-item-criteria .customer .form-box,
.form-item-criteria .customer .form-box > label {
  margin-bottom: 0;
}
.form-item-criteria .data .form-box.islabel input,
.form-item-criteria .data .form-box.islabel select,
.form-item-criteria .data .form-box.islabel button,
.form-item-criteria .data .form-box.islabel textarea,
.form-item-criteria .data .form-box > label.islabel input,
.form-item-criteria .data .form-box > label.islabel select,
.form-item-criteria .data .form-box > label.islabel button,
.form-item-criteria .data .form-box > label.islabel textarea,
.form-item-criteria .customer .form-box.islabel input,
.form-item-criteria .customer .form-box.islabel select,
.form-item-criteria .customer .form-box.islabel button,
.form-item-criteria .customer .form-box.islabel textarea,
.form-item-criteria .customer .form-box > label.islabel input,
.form-item-criteria .customer .form-box > label.islabel select,
.form-item-criteria .customer .form-box > label.islabel button,
.form-item-criteria .customer .form-box > label.islabel textarea {
  margin-top: 10px;
}
.form-item-criteria .data .form-box.no-label-spacer,
.form-item-criteria .data .form-box > label.no-label-spacer,
.form-item-criteria .customer .form-box.no-label-spacer,
.form-item-criteria .customer .form-box > label.no-label-spacer {
  padding-top: 24px;
}
.form-item-criteria .data .form-box.space-above,
.form-item-criteria .data .form-box > label.space-above,
.form-item-criteria .customer .form-box.space-above,
.form-item-criteria .customer .form-box > label.space-above {
  margin-top: 10px;
}
.form-item-criteria .data .radiobutton-list.hide-first label:first-child,
.form-item-criteria .data .checkbox-list.hide-first label:first-child,
.form-item-criteria .customer .radiobutton-list.hide-first label:first-child,
.form-item-criteria .customer .checkbox-list.hide-first label:first-child {
  display: none;
}
.form-item-criteria .data .radiobutton-list .form-box,
.form-item-criteria .data .checkbox-list .form-box,
.form-item-criteria .customer .radiobutton-list .form-box,
.form-item-criteria .customer .checkbox-list .form-box {
  padding-bottom: 15px;
}
.form-item-criteria .data .radiobutton-list img,
.form-item-criteria .data .checkbox-list img,
.form-item-criteria .customer .radiobutton-list img,
.form-item-criteria .customer .checkbox-list img {
  max-width: 25px;
}
.form-item-criteria .data .location button#add-location,
.form-item-criteria .customer .location button#add-location {
  width: 100%;
}
.form-item-criteria .data .location em button,
.form-item-criteria .customer .location em button {
  border: 0;
  cursor: pointer;
}
.form-item-criteria .data .buttons,
.form-item-criteria .customer .buttons {
  text-align: center;
  margin-top: 35px;
}
.form-item-criteria .data .buttons button,
.form-item-criteria .customer .buttons button {
  display: block;
  width: 100%;
}
.form-item-criteria .data .buttons a,
.form-item-criteria .customer .buttons a {
  margin-top: 10px;
  color: #c5981a;
  display: block;
}
.form-item-criteria .data .img-box {
  width: auto;
  height: 120px;
}
.form-item-criteria .data .img-box img {
  height: 100%;
  width: auto;
}
.form-item-criteria .data .location .tags {
  float: none;
  width: 100%;
}
.form-item-criteria .validation-errors {
  margin-top: 50px;
  line-height: 130%;
}
.form-item-criteria .validation-errors .box {
  border: 1px dashed red;
  padding: 10px;
  color: red;
  width: 100%;
}
.form-item-criteria .validation-errors .box strong {
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}
.form-item-criteria .validation-errors .box em {
  display: block;
  line-height: 130%;
  font-size: 12px;
  font-style: normal;
  margin-bottom: 5px;
}
.form-item-criteria .drop-zone {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border: 1px dashed #ddd;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  min-height: 100px;
  padding: 15px;
}
.form-item-criteria .drop-zone button {
  color: #c5981a;
  border: 1px solid #c5981a;
  padding: 15px 20px;
  cursor: pointer;
  background-color: transparent;
}
.form-item-criteria .drop-zone .progress-bar {
  height: 5px;
  margin-top: 15px;
  width: 90%;
  display: none;
}
.form-item-criteria .drop-zone .progress-bar i {
  display: none;
}
.form-item-criteria .checkbox {
  cursor: pointer;
  position: relative;
  padding-left: 35px;
}
.form-item-criteria .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-item-criteria .checkbox input:checked ~ .checkmark {
  background-color: #c5981a;
}
.form-item-criteria .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.form-item-criteria .checkbox a {
  color: inherit;
  text-decoration: underline;
}
.form-item-criteria .checkbox .checkmark {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #eee;
}
.form-item-criteria .checkbox .checkmark:after {
  content: '';
  position: relative;
  left: 7px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.form-item-criteria .checkbox:hover .checkmark {
  background-color: #eee;
}
.form-item-criteria .radiobutton {
  cursor: pointer;
  position: relative;
  padding-left: 35px;
}
.form-item-criteria .radiobutton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-item-criteria .radiobutton input:checked ~ .checkmark {
  background-color: #c5981a;
}
.form-item-criteria .radiobutton input:checked ~ .checkmark:after {
  display: block;
}
.form-item-criteria .radiobutton a {
  color: inherit;
  text-decoration: underline;
}
.form-item-criteria .radiobutton .checkmark {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #eee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.form-item-criteria .radiobutton:hover .checkmark {
  background-color: #eee;
}
.pzl-gallery {
  position: relative;
}
.pzl-gallery .loader-small {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
.pzl-gallery .box {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pzl-gallery .box .gallery-controls {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
}
.pzl-gallery .box .gallery-controls a {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  margin-right: 5px;
}
.pzl-gallery .box .gallery-controls a:last-of-type {
  margin-right: 0;
}
.pzl-gallery .box .gallery-controls a.selected {
  background-color: #000000;
}
.pzl-gallery .box .gradient-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(to bottom,rgba(0,0,0,0) 25%,rgba(0,0,0,0.8));
  z-index: 4;
}
.pzl-gallery .box ul {
  line-height: 0;
}
.pzl-gallery .box ul li img {
  max-width: 100%;
}
.pzl-gallery .box ul.carousel {
  width: 2000em;
}
.pzl-gallery .box ul.carousel li {
  float: left;
}
.pzl-gallery .box ul.carousel-absolute {
  float: left;
  width: 100%;
  overflow: hidden;
}
.pzl-gallery .box ul.carousel-absolute li {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.pzl-gallery .box ul.plain {
  width: 100%;
}
.pzl-gallery .box ul.plain li {
  position: relative;
}
.pzl-gallery .box ul.plain li:first-of-type {
  width: 100%;
}
.pzl-gallery .box ul.plain li a em {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  color: #ffffff;
  font-style: normal;
  height: 100%;
}
.pzl-gallery .fullscreen {
  right: 0;
  top: 0;
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  display: block;
  text-align: center;
  z-index: 2;
}
.pzl-gallery .fullscreen i {
  line-height: 63px;
  font-size: 32px;
  font-weight: normal;
}
.pzl-gallery .gallery-control {
  top: 45%;
  z-index: 2;
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  display: block;
  text-align: center;
}
.pzl-gallery .gallery-control i {
  line-height: 63px;
  font-size: 32px;
  font-weight: normal;
}
.pzl-gallery .gallery-control.prev {
  left: 0;
}
.pzl-gallery .gallery-control.next {
  right: 0;
}
.pzl-gallery .gallery-control.disabled i {
  visibility: hidden;
}
.pzl-gallery.full-width-height li {
  vertical-align: top;
  background-color: #dedede;
}
.pzl-gallery.full-width-height li.main {
  height: 470px;
  overflow: hidden;
}
.pzl-gallery.full-width-height li.main.landscape {
  height: 470px;
}
@media (max-width: 767px) {
  .pzl-gallery.full-width-height li.main {
    height: auto !important;
  }
}
.pzl-gallery.full-width-height li.small {
  height: 100px;
}
.pzl-gallery.full-width-height li.small.landscape {
  height: 100px;
}
@media (max-width: 767px) {
  .pzl-gallery.full-width-height li.small.landscape {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .pzl-gallery.full-width-height li.small.portrait {
    height: 66px !important;
  }
}
@media (max-width: 767px) {
  .pzl-gallery.full-width-height li.small {
    width: 100px !important;
    margin-bottom: 10px;
  }
}
.pzl-gallery.full-width-height li.landscape {
  display: table-cell;
  vertical-align: middle;
}
.pzl-gallery.full-width-height li.landscape img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .pzl-gallery.full-width-height li.landscape {
    position: relative;
    display: block;
  }
  .pzl-gallery.full-width-height li.landscape img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.pzl-gallery.full-width-height li.portrait,
.pzl-gallery.full-width-height li.square {
  text-align: center;
}
.pzl-gallery.full-width-height li.portrait img,
.pzl-gallery.full-width-height li.square img {
  max-height: 100%;
  max-width: none;
}
.tags em {
  display: inline-block;
  margin: 0 10px 5px 0;
  background-color: #ffffff;
  color: #8a8a8a;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 6px 15px;
  font-size: 13px;
  font-style: normal;
}
.tags em a {
  color: inherit;
  padding-left: 10px;
  font-size: 11px;
}
.pagination-wrapper {
  text-align: center;
  padding: 20px 0 40px 0;
}
.pagination-wrapper a {
  color: inherit;
}
.pagination-wrapper a.active {
  font-weight: 400;
}
.pagination-wrapper > *:not(:last-child) {
  margin-right: 10px;
}
.tabs {
  margin-top: 0;
  z-index: 1;
}
.tabs .tab {
  min-height: 450px;
  display: none;
  width: 100%;
}
.tabs .tab:first-of-type {
  display: block;
}
.tabs .tab.tloris img {
  max-width: 100%;
  display: none;
  margin-bottom: 15px;
}
.tabs .tab.tloris img:first-of-type {
  display: block;
}
.tabs .tab.tloris .tloris-box i {
  color: #c5981a;
  font-size: 52px;
}
.tabs .tab.google-api {
  background-size: cover;
}
.tabs .tab.google-api a.map-link,
.tabs .tab.google-api a.street-view-link {
  color: #ffffff;
  height: 40px;
  line-height: 43px;
  background-color: #c5981a;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100%;
  color: #8a8a8a;
  background-color: #f5f5f5;
  font-size: 14px;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}
h1,
h2,
h3,
h4 {
  font-weight: 400;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
.btn {
  display: inline-block;
  cursor: pointer;
  padding: 8px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #c5981a;
  color: #ffffff;
  border: 0;
  font-weight: 400;
  font-size: 14px;
}
.btn i {
  margin-right: 8px;
}
.fa.fa-linkedin {
  background: #000000;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 20px !important;
  padding: 2px 5px;
}
.agents {
  padding: 60px 0;
}
.agents > h2 {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
}
.agents .list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .agents .list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 766px) {
  .agents .list .agent:not(:last-child) {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .agents .list .agent:not(:last-child) {
    margin-bottom: 60px;
  }
}
.agents .list .agent > * {
  display: inline-block;
  vertical-align: top;
}
.agents .list .agent img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  border: 1px solid #DDDDDD;
  margin-right: 40px;
}
.agents .list .agent h2 {
  color: #000000 !important;
  font-size: 20px;
  margin: 15px 0 5px 0;
  font-weight: bold;
}
.agents .list .agent p {
  color: #AAA !important;
  font-size: 14px;
  font-weight: 400;
  max-width: 220px;
  line-height: 130%;
}
.agents .list .agent .contact {
  margin-top: 20px;
}
.agents .list .agent .contact > * {
  color: #000000 !important;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}
.agents .list .agent .contact > * i {
  margin-right: 5px;
  top: 2px;
  color: #AAA !important;
}
@media (max-width: 767px) {
  .agents .list .agent {
    text-align: center;
  }
  .agents .list .agent > * {
    width: 100%;
  }
  .agents .list .agent img {
    margin: 0 0 15px 0;
  }
}
.reviews {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 70px;
  margin-bottom: 0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .reviews {
    padding-top: 20px;
  }
}
.reviews h2 {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
}
.reviews .item {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .reviews .item {
    margin-bottom: 50px;
  }
}
.reviews .item p {
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 15px;
}
.reviews .item .author {
  font-weight: bold;
}
header .top {
  background-color: #073764;
  color: #ffffff;
  padding: 25px 0;
  position: relative;
}
header .top .header-notification {
  text-align: center;
  padding: 3px 10px;
  background-color: #c5981a;
  color: #ffffff;
  position: relative;
  width: 100%;
  top: -25px;
  left: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  header .top .header-notification {
    top: -10px;
  }
}
@media (min-width: 769px) {
  header .top .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  header .top .logo {
    width: 150px;
  }
}
@media (min-width: 769px) {
  header .top .logo img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  header .top .left {
    text-align: center;
  }
}
header .top .right {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  header .top .right {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
  }
}
header .top .right .contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  header .top .right .contact {
    margin-right: 25px;
    margin-bottom: 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  header .top .right .contact {
    margin-right: 25px;
    margin-bottom: 0;
  }
}
header .top .right .contact a {
  color: inherit;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header .top .right .contact a:not(:first-child) {
  margin-left: 15px;
}
header .top .right .contact a:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  header .top .right .contact a:not(:last-child) {
    margin-right: 25px;
  }
}
header .top .right .contact a i {
  margin-right: 15px;
}
@media (max-width: 767px) {
  header .top .right .contact a {
    margin: 0 15px 0 0 !important;
  }
  header .top .right .contact a span {
    display: none;
  }
  header .top .right .contact a i {
    font-size: 24px;
    margin-right: 0;
  }
  header .top .right .contact a.secondary {
    display: none;
  }
}
header .top .right .social a {
  color: inherit;
}
header .top .right .social a:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 767px) {
  header .top .right .social a:not(:last-child) {
    margin-right: 15px;
  }
}
header .top .right .social a i {
  font-size: 24px;
}
header .bottom {
  background-color: #ffffff;
  color: #073764;
  padding: 20px 0;
  border-bottom: 1px solid transparent;
}
header .bottom.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 10px 0;
}
@media (min-width: 1024px) {
  header .bottom.sticky .items a.logo img {
    left: 0;
  }
}
header .bottom .items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 768px) {
  header .bottom .items {
    overflow: hidden;
  }
}
header .bottom .items a.logo img {
  position: relative;
  max-width: 100px;
  left: -150px;
  -webkit-transition: left .3s;
  -moz-transition: left .3s;
  -ms-transition: left .3s;
  -o-transition: left .3s;
}
@media (max-width: 768px) {
  header .bottom .items a.logo {
    display: none;
  }
}
header .bottom .items .right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  header .bottom .items .right {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  header .bottom .items .right {
    width: 100%;
  }
}
header .menu-trigger {
  display: none;
}
@media (max-width: 767px) {
  header .menu-trigger {
    display: block;
    color: inherit;
    font-size: 16px;
  }
}
header .pzl-main-menu ul,
header .lng ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
header .pzl-main-menu ul li,
header .lng ul li {
  margin-right: 70px;
}
header .pzl-main-menu ul li a,
header .lng ul li a {
  color: inherit;
  text-transform: uppercase;
  font-size: 18px;
}
header .pzl-main-menu ul li a:hover,
header .pzl-main-menu ul li a.selected,
header .lng ul li a:hover,
header .lng ul li a.selected {
  text-decoration: underline;
}
@media (max-width: 767px) {
  header .pzl-main-menu {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    text-align: center;
    top: 35px;
    background-color: #ffffff;
    left: 0;
    padding: 15px 10px;
  }
  header .pzl-main-menu ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  header .pzl-main-menu ul li {
    text-align: center;
    margin-right: 0;
  }
}
header .lng li {
  margin-right: 0 !important;
}
header .lng li:not(:last-child) {
  margin-right: 10px !important;
}
header .lng li:not(:last-child):after {
  content: ' - ';
  margin-left: 5px;
}
header.variation-top {
  position: sticky;
  top: 0;
  z-index: 100;
}
header.variation-top .top {
  padding: 10px 0;
}
@media (max-width: 768px) {
  header.variation-top .top .left {
    text-align: left;
  }
  header.variation-top .top .right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 0;
    height: 70px;
  }
  header.variation-top .top .right .menu-trigger {
    order: 2;
    font-size: 30px;
    margin-left: 5px;
  }
}
@media (max-width: 768px) and (max-width: 767px) {
  header.variation-top .top .right .pzl-main-menu {
    position: fixed;
    color: #000000;
    top: 70px;
  }
  header.variation-top .top .right .pzl-main-menu ul {
    display: block;
  }
  header.variation-top .top .right .pzl-main-menu ul li {
    text-align: left;
  }
  header.variation-top .top .right .pzl-main-menu ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  header.variation-top .top .right .pzl-main-menu ul a {
    color: #ffffff;
  }
}
.ico {
  display: inline-block;
  text-indent: -9999px;
  position: relative;
}
.landing .hero {
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .landing .hero {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    height: calc(100vh - 180px);
    min-height: 350px;
  }
}
.landing .hero .bg {
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("https://cache.100kvadratov.si/cdn/generic/img/martinkandric-bg.jpg");
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .landing .hero .bg {
    height: 250px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .landing .hero .bg.mobile-img-diff {
    background-image: var(--bg-mobile-img);
    height: 400px;
  }
}
.landing .hero .hero-items {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.landing .hero .hero-items .item {
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: #ffffff;
  text-shadow: 1px 1px #3f3f41;
  background-size: cover;
  background-position: center center;
  padding-bottom: 30px;
  padding-right: 30px;
  min-height: 250px;
}
@media (min-width: 769px) {
  .landing .hero .hero-items .item {
    height: calc(100vh - 280px);
    min-height: 250px;
  }
}
.landing .hero .hero-items .item > div {
  font-size: 25px;
}
@media (max-width: 768px) {
  .landing .hero .hero-items .item > div {
    font-size: 20px;
  }
}
.landing .hero .hero-items .item > div:not(:last-child) {
  margin-bottom: 10px;
}
.landing .hero .hero-items .item > div.price {
  font-weight: 400;
  position: relative;
  margin-bottom: 20px;
}
.landing .hero .hero-items .item > div.price:after {
  content: "";
  height: 1px;
  width: 80%;
  left: 10%;
  background-color: #c5981a;
  position: absolute;
  bottom: -10px;
}
.landing .hero .hero-items .item .btn {
  margin-top: 10px;
  padding: 15px 25px;
  font-size: 18px;
}
.landing .hero .hero-items .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
}
.landing .hero .hero-items .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .landing .hero .hero-items .owl-dots {
    bottom: 15px;
  }
}
.landing .hero .hero-items .owl-dots .owl-dot {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  text-shadow: 1px 1px 2px #333;
  width: 15px;
  height: 15px;
  border: 2px solid #ffffff;
}
.landing .hero .hero-items .owl-dots .owl-dot.active {
  background-color: #c5981a;
}
.landing .hero .hero-items .owl-dots .owl-dot:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .landing .hero .hero-items {
    height: 250px;
    position: relative;
  }
}
.landing .search {
  background-color: #ffffff;
  color: #ffffff;
  width: 100%;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}
.landing .search .row-items {
  display: block;
}
@media (min-width: 769px) {
  .landing .search .row-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.landing .search .row-items .item {
  -webkit-flex-basis: 18%;
  -ms-flex-basis: 18%;
  flex-basis: 18%;
}
@media (max-width: 768px) {
  .landing .search .row-items .item {
    margin-bottom: 25px;
  }
}
.landing .search .row-items label,
.landing .search .row-items select {
  display: block;
  width: 100%;
}
.landing .search .row-items label {
  color: inherit;
  margin-bottom: 15px;
  font-weight: 400;
}
.landing .search .row-items .btn {
  margin-top: 30px;
  width: 100%;
  padding: 12px 0;
}
@media (max-width: 768px) {
  .landing .search .row-items .btn {
    margin-top: 0;
  }
}
.landing .landing-items {
  position: relative;
  z-index: 0;
  padding: 10px 0 40px 0;
}
@media (max-width: 767px) {
  .landing .landing-items {
    padding-bottom: 30px;
  }
}
.landing .block-title h2 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .landing .block-title h2 {
    margin-bottom: 30px;
  }
}
.landing .landing-blog h2,
.landing .block-title h2,
.landing .agents h2,
.landing .reviews h2 {
  font-size: 28px;
  font-weight: 400;
  color: #3f3f41;
}
.landing .landing-blog h2 .btn,
.landing .block-title h2 .btn,
.landing .agents h2 .btn,
.landing .reviews h2 .btn {
  border: 1px solid #e4e4e4;
  color: #c5981a;
  background: transparent;
  margin-left: 20px;
  position: relative;
  top: -4px;
}
.landing .landing-blog {
  background-color: #ffffff;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 40px 0;
}
.landing .landing-blog h2 {
  margin-bottom: 40px;
}
.landing .landing-blog .more {
  margin: 40px auto 0 auto;
  width: 200px;
  text-align: center;
  display: block;
  font-weight: 400;
  padding: 15px 0;
}
.landing .landing-contact {
  padding: 60px 0;
  text-align: center;
  color: #c5981a;
  font-size: 34px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .landing .landing-contact {
    font-size: 30px;
    padding: 30px 0;
  }
}
.landing .landing-add-item-cta {
  background-color: #142151;
  text-align: center;
  padding: 40px 0;
  color: #ffffff;
  font-size: 26px;
}
.landing .landing-add-item-cta .text {
  line-height: 140%;
  max-width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .landing .landing-add-item-cta .text {
    max-width: 90%;
  }
}
.landing .landing-add-item-cta [class*="col"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.landing .landing-add-item-cta .btn {
  margin-top: 20px;
  padding: 15px 25px;
}
.selectric {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 769px) {
  .list-item-block:not(.noflex) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    margin-top: 30px;
  }
}
.list-item-block.first-move-bottom:first-of-type {
  margin-top: 60px;
}
.list-actions .items {
  padding: 15px;
}
@media (min-width: 768px) {
  .list-actions .items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.list-actions .items > * {
  margin-right: 15px;
}
.list-actions .items > *.num,
.list-actions .items > *.toggle {
  display: inline-block;
  margin-bottom: 5px;
}
.list-actions .items .selectric .label {
  height: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .list-actions .items.pull-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .list-actions .items.pull-right {
    padding: 0 15px 15px 15px;
  }
}
@media (max-width: 767px) {
  .list-actions .items .tags em {
    margin: 8px 8px 8px 0;
  }
}
.list-actions .items .sort {
  margin-right: 0;
}
.advanced-search {
  background-color: #ffffff;
}
.advanced-search .filters-form .form-box.slider-box {
  width: 100% !important;
}
.advanced-search .filters-form .form-box.element.location {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.advanced-search .filters-form .form-box.element.location select {
  width: auto;
  min-width: 100px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .advanced-search .filters-form .form-box.element.location select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.advanced-search .filters-form .form-box.element.location .btn {
  padding: 11px 35px;
}
.advanced-search .filters-form .form-box.element.location .tags {
  width: 100%;
}
.advanced-search .filters-form .form-box .tags em {
  background-color: #c5981a;
  color: #ffffff;
}
.pzl-item {
  font-size: 13px;
}
.pzl-item a {
  color: inherit;
}
.pzl-item .gallery .pzl-gallery .gallery-control {
  color: #ffffff;
  top: 35%;
}
.pzl-item .gallery .pzl-gallery .gallery-control i {
  font-size: 24px;
}
.pzl-item .about h2 {
  color: #c5981a;
  font-size: 16px;
  margin: 5px 0 15px 0;
  line-height: 130%;
}
.pzl-item .about h3 {
  font-weight: 400;
  font-size: 15px;
}
.pzl-item .about p:not(:last-child) {
  margin-bottom: 5px;
}
.pzl-item .about p strong {
  color: #3f3f41;
  margin-left: 5px;
}
.pzl-item .bottom {
  color: #c5981a !important;
  font-weight: 400;
}
.pzl-item .bottom i {
  margin-left: 5px;
}
.pzl-item.grid {
  color: #8a8a8a;
}
.pzl-item.grid .wrap {
  background-color: #ffffff;
}
.pzl-item.grid .gallery .wrap {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.pzl-item.grid .gallery .wrap img {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.pzl-item.grid .about .wrap {
  padding: 20px;
}
.pzl-item.grid .about .wrap strong {
  margin-left: 5px;
  font-weight: 400;
}
.pzl-item.grid .bottom .wrap {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  padding: 15px 25px;
  border-top: 1px solid #e4e4e4;
}
@media (max-width: 768px) {
  .pzl-item.grid {
    margin-bottom: 30px;
  }
}
.pzl-item.list {
  margin-bottom: 30px;
}
.pzl-item.list .row-wrapper {
  position: relative;
  background-color: #ffffff;
  color: #8a8a8a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #e4e4e4;
}
.pzl-item.list .price-exposed {
  position: absolute;
  color: #c5981a;
  font-weight: 400;
  right: 40px;
  top: 25px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .pzl-item.list .price-exposed {
    display: none;
  }
}
.pzl-item.list .gallery {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
@media (min-width: 769px) {
  .pzl-item.list .gallery {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
}
@media (min-width: 769px) {
  .pzl-item.list .gallery {
    padding-right: 0;
  }
}
.pzl-item.list .gallery img {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
@media (min-width: 769px) {
  .pzl-item.list .gallery img {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
}
.pzl-item.list .gallery .pzl-gallery .gallery-control {
  top: 40%;
}
@media (max-width: 768px) {
  .pzl-item.list .gallery .pzl-gallery ul li img {
    width: 100%;
  }
}
.pzl-item.list .data {
  display: block;
}
@media (min-width: 769px) {
  .pzl-item.list .data {
    min-height: 336px;
    padding-left: 0;
    border-left: 1px solid #e4e4e4;
  }
}
.pzl-item.list .about {
  font-size: 15px;
}
.pzl-item.list .about .description {
  margin-top: 30px;
  line-height: 150%;
  width: 90%;
}
.pzl-item.list .about .wrap {
  padding: 30px;
}
.pzl-item.list .about h2 {
  font-size: 20px;
}
.pzl-item.list .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .pzl-item.list .bottom {
    margin-left: 0;
  }
}
.pzl-item.list .bottom span {
  float: left;
  display: block;
  padding: 15px;
  border-right: 1px solid #e4e4e4;
}
.pzl-item.list .bottom .wrap {
  border-top: 1px solid #e4e4e4;
  left: -15px;
  width: calc(100% + 15px);
  position: relative;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .pzl-item.list .bottom {
    position: relative;
    border: 0;
  }
  .pzl-item.list .bottom .wrap {
    left: 0;
    width: calc(100% + 30px);
  }
}
.pzl-item .badge.sold {
  position: absolute;
  height: 50px;
  line-height: 48px;
  top: 35%;
  font-size: 36px;
  width: 200px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  color: red;
  border: 2px solid red;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
}
.pzl-item.list .badge.sold,
.pzl-item.detail .badge.sold {
  height: 70px;
  line-height: 68px;
  font-size: 40px;
  top: 35%;
  width: 250px;
}
@media (max-width: 991px) {
  .pzl-item.detail .badge.sold {
    top: 20%;
  }
}
header.variation-top + .pzl-item.detail .row-media-data .aside.sticky {
  top: 100px;
}
.pzl-item.detail {
  padding-top: 40px;
  font-size: 15px;
}
.pzl-item.detail h2.section-title,
.pzl-item.detail h3.section-title {
  font-size: 22px;
  font-weight: 400;
  color: #c5981a;
  margin-bottom: 20px;
}
.pzl-item.detail h3.section-title {
  margin: 60px 0 0 0;
}
@media (max-width: 767px) {
  .pzl-item.detail h3.section-title {
    margin-bottom: 25px;
  }
}
.pzl-item.detail .row-header {
  font-size: 26px;
  font-weight: 400;
}
.pzl-item.detail .row-header .wrap {
  display: block;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .pzl-item.detail .row-header .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.pzl-item.detail .row-header h1 {
  color: #3f3f41;
  max-width: 80%;
  line-height: 130%;
}
.pzl-item.detail .row-header .price {
  color: #c5981a;
}
@media (max-width: 767px) {
  .pzl-item.detail .row-header .price {
    margin-top: 15px;
  }
}
.pzl-item.detail .row-media-data h2 {
  color: #c5981a;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 15px;
}
.pzl-item.detail .row-media-data h2 span {
  background-color: #e4e4e4;
  height: 35px;
  position: relative;
  margin: 0 15px;
  top: 10px;
  width: 1px;
  display: inline-block;
}
.pzl-item.detail .row-media-data h2 i {
  color: #8a8a8a;
  font-weight: 400;
  margin-right: 10px;
}
.pzl-item.detail .row-media-data #tabs-navigation {
  background-color: #073764;
  color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 25px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .pzl-item.detail .row-media-data #tabs-navigation {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    padding: 0 15px;
  }
}
.pzl-item.detail .row-media-data #tabs-navigation a {
  padding: 15px;
  color: inherit;
  margin-right: 35px;
}
@media (max-width: 767px) {
  .pzl-item.detail .row-media-data #tabs-navigation a {
    margin-right: 0;
    font-size: 11px;
  }
}
.pzl-item.detail .row-media-data #tabs-navigation a i.ico {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-indent: 0;
  margin-right: 10px;
}
.pzl-item.detail .row-media-data #tabs-navigation a i.ico.gallery:before {
  content: "\f03e";
}
.pzl-item.detail .row-media-data #tabs-navigation a i.ico.tloris:before {
  content: "\f1ad";
}
.pzl-item.detail .row-media-data #tabs-navigation a i.ico.map:before {
  content: "\f041";
}
.pzl-item.detail .row-media-data #tabs-navigation a i.ico.street-view:before {
  content: "\f1ae";
}
@media (max-width: 767px) {
  .pzl-item.detail .row-media-data #tabs-navigation a i.ico {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .pzl-item.detail .row-media-data .tabs .tab {
    min-height: auto;
  }
}
.pzl-item.detail .row-media-data .pzl-gallery .box ul.plain li.small {
  margin: 10px 10px 0 0;
  width: 172px;
}
.pzl-item.detail .row-media-data .pzl-gallery .box ul.plain li.small:nth-child(5) {
  margin-right: 0;
}
.pzl-item.detail .row-media-data .pzl-gallery .box ul.plain li.small em {
  line-height: 100px;
}
@media (max-width: 767px) {
  .pzl-item.detail .row-media-data .pzl-gallery .box ul.plain li.small {
    width: 75px !important;
    vertical-align: top;
    margin-top: 0;
  }
  .pzl-item.detail .row-media-data .pzl-gallery .box ul.plain li.small em {
    line-height: 50px;
  }
}
@media (max-width: 360px) {
  .pzl-item.detail .row-media-data .pzl-gallery .box ul.plain li.small {
    width: 72px !important;
  }
}
.pzl-item.detail .row-media-data .pzl-gallery .gallery-control {
  top: 32%;
}
@media (max-width: 767px) {
  .pzl-item.detail .row-media-data .pzl-gallery .gallery-control {
    top: 23%;
  }
}
.pzl-item.detail .row-media-data .tloris a {
  margin: 0 30px 30px 0;
}
.pzl-item.detail .row-media-data .right-sidebar {
  padding-top: 60px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .pzl-item.detail .row-media-data .right-sidebar {
    padding-top: 0;
  }
}
.pzl-item.detail .row-media-data ul {
  margin-bottom: 25px;
}
.pzl-item.detail .row-media-data ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 12px;
}
.pzl-item.detail .row-media-data ul li strong,
.pzl-item.detail .row-media-data ul li span.size {
  text-align: right;
  font-weight: 400;
}
.pzl-item.detail .row-media-data .pzl-share {
  border-top: 1px solid #e4e4e4;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4;
}
.pzl-item.detail .row-media-data .pzl-share a:not(:last-child) {
  margin-right: 20px;
}
.pzl-item.detail .row-media-data .pzl-agent {
  text-align: center;
  padding: 25px 0;
}
.pzl-item.detail .row-media-data .pzl-agent img {
  width: 100px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pzl-item.detail .row-media-data .pzl-agent h2 {
  margin: 25px 0 0 0;
  padding: 0;
  line-height: normal;
}
.pzl-item.detail .row-media-data .pzl-agent .contact {
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
  margin-top: 25px;
}
.pzl-item.detail .row-media-data .pzl-agent .contact p:not(:last-child) {
  margin-bottom: 10px;
}
.pzl-item.detail .row-media-data .pzl-agent .btn {
  margin-top: 25px;
  color: #ffffff;
}
.pzl-item.detail .row-media-data .aside.sticky,
.pzl-item.detail .row-media-data .aside.fixed-absolute {
  background-color: #ffffff;
  z-index: 10;
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
  padding: 25px 15px;
}
.pzl-item.detail .row-media-data .aside.sticky {
  float: none;
  position: fixed;
  top: 65px;
  width: 350px;
}
.pzl-item.detail .row-media-data .aside.fixed-absolute {
  position: absolute;
  width: 350px;
}
.pzl-item.detail .row-description h2 + div {
  line-height: 130%;
  font-size: 16px;
}
.pzl-item.detail .row-description h2 + div p {
  margin-bottom: 15px;
}
.pzl-item.detail .row-description h2 + div p:empty,
.pzl-item.detail .row-description h2 + div p:blank {
  display: none;
}
.pzl-item.detail .row-description h2 + div ul {
  margin-left: 25px;
}
.pzl-item.detail .row-description h2 + div ul li {
  list-style-type: disc;
  margin-left: 10px;
}
.pzl-item.detail .row-description h2 + div a {
  color: #c5981a;
}
.pzl-item.detail .row-description iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 767px) {
  .pzl-item.detail .row-description iframe {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .pzl-item.detail .row-specification li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
}
.pzl-item.detail .row-specification dl {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .pzl-item.detail .row-specification dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.pzl-item.detail .row-specification dl dt {
  width: 200px;
  position: relative;
  top: -3px;
}
@media (max-width: 767px) {
  .pzl-item.detail .row-specification dl dt {
    top: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.pzl-item.detail .row-specification dl dd {
  width: 100%;
}
.pzl-item.detail .row-specification dl dd em {
  display: block;
  float: left;
  padding: 10px 20px;
  border: 1px solid #e4e4e4;
  background-color: #ffffff;
  font-style: normal;
  margin: 0 10px 10px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pzl-item.detail .row-specification dl dd em i {
  color: #c5981a;
  padding-right: 5px;
}
.pzl-item.detail .row-nearby:empty,
.pzl-item.detail .row-nearby:blank {
  display: none;
}
.pzl-item.detail .row-nearby .pzl-nearby td {
  padding: 5px;
  line-height: 130%;
}
.pzl-item.detail .row-nearby .pzl-nearby .type {
  color: #c5981a;
}
@media (max-width: 767px) {
  .pzl-item.detail .row-nearby .pzl-nearby tr {
    display: block;
    margin-bottom: 30px;
  }
  .pzl-item.detail .row-nearby .pzl-nearby td {
    display: block;
  }
}
.pzl-item.detail .row-agent .form-box {
  width: 100%;
}
.pzl-item.detail .row-agent .form-box textarea {
  height: 150px;
}
.pzl-item.detail .row-agent .form-box .form-item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 10px;
}
.pzl-item.detail .row-media-data,
.pzl-item.detail .row-description,
.pzl-item.detail .row-specification,
.pzl-item.detail .row-nearby {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .pzl-item.detail .row-media-data,
  .pzl-item.detail .row-description,
  .pzl-item.detail .row-specification,
  .pzl-item.detail .row-nearby {
    padding-bottom: 15px;
  }
}
.suggested {
  margin-bottom: 60px;
}
.staticcontent {
  padding-top: 40px;
}
.block {
  margin-bottom: 100px;
}
.block h1,
.block h2,
.block h3 {
  font-size: 33px;
  font-weight: 400;
  color: #c5981a;
}
.block h1::after,
.block h2::after,
.block h3::after {
  content: "";
  display: block;
  border-bottom: 2px solid #c5981a;
  padding-top: 15px;
  width: 100%;
}
.block h1 + p,
.block h2 + p,
.block h3 + p {
  margin-top: 35px;
}
@media (max-width: 768px) {
  .block h1,
  .block h2,
  .block h3 {
    margin-bottom: 35px;
  }
}
.block p:not(:last-child),
.block ul:not(:last-child) {
  margin-bottom: 15px;
}
.block ul {
  margin-left: 35px;
  line-height: 1.75em;
}
.block ul li {
  list-style-type: disc;
}
.block a {
  color: #c5981a;
}
.block p,
.block ul li,
.block ol li,
.block td,
.block th {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75em;
}
.block.block-type-default {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.75em;
}
.block.block-type-default .agents {
  padding: 0;
}
.block.block-type-default .agents .list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.block.block-type-default .agents .list .agent {
  margin-bottom: 20px;
}
.block.block-type-default .agents .list .agent h2 + p {
  margin: 10px 0 0 0 !important;
}
.block.block-type-default .agents .list .agent .contact {
  margin-top: 10px;
}
.block.block-type-default .agents .list .agent .contact > * {
  margin-bottom: 0;
}
.block.block-type-default.img-compare .wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.block.block-type-default.img-compare .wrap > img {
  max-width: 20%;
}
.block.block-type-default.img-compare .image-compare {
  width: 80%;
}
.block.block-type-default.video iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 1024px) {
  .block.block-type-default.video iframe {
    height: 250px;
  }
}
.block.block-type-default table {
  width: 100% !important;
}
.block.block-type-default table tr td {
  padding: 5px 0;
}
.block.block-type-default table tr td:first-child {
  width: 250px;
}
@media (max-width: 768px) {
  .block.block-type-default table tr td {
    display: block;
  }
  .block.block-type-default table tr td:first-child {
    font-weight: 400;
  }
}
.block.block-type-default table:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .block.block-type-default .push-md-1 {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .block.block-type-form .contact-form-wrapper {
    margin-top: 25px;
  }
}
.block.block-type-form .contact-form-wrapper .form-box {
  width: 100%;
  margin-bottom: 5px;
}
.block.block-type-form .contact-form-wrapper .form-box .form-item {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  padding: 7px;
  font-size: 15px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.block.block-type-form .contact-form-wrapper .form-box .form-item::placeholder {
  color: #8a8a8a;
}
.list-content-header {
  margin-top: 40px;
}
.list-content-header h1 {
  font-size: 28px;
  font-weight: 400;
  color: #c5981a;
}
.list-content-header p {
  line-height: 130%;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .list-content-block article {
    margin-bottom: 30px;
  }
}
.list-content-block article img {
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 25px;
}
.list-content-block article .meta-title h3 {
  color: #c5981a;
  font-size: 18px;
  margin-bottom: 10px;
  min-height: 36px;
}
.list-content-block article .meta-title span {
  font-size: 12px;
  font-style: italic;
}
.list-content-block article .description {
  margin: 15px -15px;
  line-height: 130%;
  min-height: 65px;
}
.list-content-block article .bottom .btn {
  padding: 0;
  background: transparent;
  color: #c5981a;
}
.list-content-block article .share {
  margin-top: 15px;
}
.list-content-block article .share a {
  color: #3f3f41;
}
.list-content-block article .share a:not(:last-child) {
  margin-right: 10px;
}
.content-list {
  padding: 40px 0 20px 0;
}
.content-list .list-content-block:not(:last-child) {
  margin-bottom: 30px;
}
.content-list article .wrap {
  background-color: #ffffff;
}
.content-list article .wrap .meta-title,
.content-list article .wrap .description {
  padding: 5px 15px;
}
.content-list article .wrap .bottom {
  padding: 0 15px;
}
.content-list article .wrap .share {
  padding: 0 15px;
  padding-bottom: 15px;
}
.reviews-list article {
  position: relative;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75em;
  padding-left: 100px;
}
.reviews-list article:before {
  content: url('https://cache.100kvadratov.si/cdn/generic/img/quotation.svg');
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .reviews-list article:before {
    left: 15px;
  }
}
.reviews-list article p:not(:last-child) {
  margin-bottom: 10px;
}
.content-page {
  padding: 40px 0;
}
.content-page .container {
  padding: 0 15px;
  max-width: 750px;
}
.content-page .header {
  display: block;
}
.content-page .header .title h1 {
  color: #c5981a;
  font-size: 34px;
  line-height: 130%;
  margin: 0;
  padding: 0;
}
.content-page .header .meta-share {
  margin: 15px -15px 25px -15px;
  font-size: 14px;
}
.content-page .header .meta-share span {
  padding: 0 5px;
}
.content-page .header .meta-share .pzl-share {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .content-page .header .meta-share .pzl-share {
    text-align: right;
    margin-top: 0;
  }
}
.content-page .header .meta-share .pzl-share a i {
  width: 30px;
  text-align: center;
  color: #8a8a8a;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.content-page .header .description {
  font-weight: bold;
  line-height: 1.7em;
  padding: 20px 0;
  font-size: 18px;
}
.content-page .detail .block {
  margin-bottom: 30px;
}
.content-page .detail .text-box {
  line-height: 150%;
}
.content-page .detail .text-box h1,
.content-page .detail .text-box h2,
.content-page .detail .text-box h3,
.content-page .detail .text-box h4,
.content-page .detail .text-box h5,
.content-page .detail .text-box h6 {
  line-height: 120%;
  font-size: 26px;
  font-weight: 400;
}
.content-page .detail .text-box p {
  margin-bottom: 15px;
}
.content-page .detail .text-box p:empty,
.content-page .detail .text-box p:blank {
  display: none;
}
.content-page .detail .text-box ul,
.content-page .detail .text-box ol {
  margin-left: 25px;
  font-size: 18px;
  font-weight: 300;
}
.content-page .detail .text-box ul li,
.content-page .detail .text-box ol li {
  list-style-type: disc;
  margin-left: 10px;
}
.content-page .detail .text-box a {
  color: #c5981a;
}
.content-page .detail .img-box {
  width: 100%;
  border: 0;
  padding: 0;
  height: auto;
  margin: 25px 0;
}
footer a {
  color: inherit;
}
footer .top {
  background-color: #ffffff;
  color: #073764;
  padding: 15px 0;
}
footer .top ul li {
  margin-bottom: 10px;
  line-height: 160%;
}
@media (max-width: 991px) {
  footer .top ul li {
    margin-bottom: 15px;
  }
}
footer .top ul.icon li {
  position: relative;
  padding-left: 25px;
}
footer .top ul.icon li i {
  position: absolute;
  left: 0;
  top: 5px;
}
footer .top .row {
  padding: 25px 0;
}
@media (max-width: 991px) {
  footer .top .row {
    padding: 0;
  }
}
footer .top .below {
  border-top: 1px solid #e4e4e4;
  text-align: center;
}
@media (max-width: 991px) {
  footer .top .below {
    padding-top: 15px;
  }
}
footer .top .below a {
  color: inherit;
  font-size: 22px;
}
footer .top .below a:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 767px) {
  footer .top .center {
    padding: 30px 15px;
  }
}
footer .top .left .logo {
  width: 200px;
}
footer .top .left p {
  margin-top: 10px;
  line-height: 130%;
  max-width: 60%;
}
@media (max-width: 1024px) {
  footer .top .left p {
    max-width: 100%;
  }
}
footer .bottom {
  background-color: #073764;
  color: #ffffff;
  padding: 20px;
  text-align: center;
}
.form-box {
  float: left;
}
.form-box.clear {
  clear: both;
}
.form-box.full {
  width: 100%;
}
.form-box.full .form-item {
  width: 100% !important;
}
.form-box.no-label {
  padding-top: 25px;
}
.form-box label {
  display: inline-block;
  padding-bottom: 10px;
  width: 100%;
}
.form-box .form-item {
  clear: both;
  width: 100%;
  border: 1px solid #e4e4e4;
  height: 35px;
  font-size: 14px;
}
.form-box .form-item.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.form-box .icon-input {
  position: relative;
  padding-left: 35px;
}
.form-box .icon-input i {
  position: absolute;
  left: 0;
  top: 3px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  background-color: #c5981a;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 14px;
}
.form-box .icon-input input,
.form-box .icon-input textarea {
  border: 1px solid #e4e4e4;
  width: 98%;
}
.form-box .icon-input input {
  height: 35px;
}
.form-box .icon-input textarea {
  height: 150px;
  padding: 10px;
  font-size: 12px;
  font-family: Arial;
  width: 100%;
}
.form-box .icon-input span {
  color: red;
  display: block;
  float: right;
}
.form-box em.form-error {
  font-style: normal;
  font-size: 12px;
  color: red;
  margin-top: 5px;
  display: block;
}
.form-box i.hint {
  clear: both;
  font-size: 12px;
  color: #8a8a8a;
  margin-top: 5px;
  display: inline-block;
}
.form-box span.uom {
  line-height: 40px;
  padding-left: 15px;
  color: #8a8a8a;
}
.form-box input[type=text],
.form-box input[type=password] {
  padding: 0 10px;
}
.form-box label {
  cursor: pointer;
}
.form-box input[type=checkbox] {
  display: none;
}
.form-box input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}
.form-box input[type=checkbox] + label:before {
  content: "\f096";
}
.form-box input[type=checkbox] + label:before {
  letter-spacing: 10px;
}
.form-box input[type=checkbox]:checked + label:before {
  content: "\f14a";
  color: #c5981a;
}
.form-box input[type=checkbox].toggle + label:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 30px;
}
.form-box input[type=checkbox].toggle + label:before {
  content: "\f204";
}
.form-box input[type=checkbox].toggle + label:before {
  letter-spacing: 10px;
}
.form-box input[type=checkbox].toggle:checked + label:before {
  content: "\f205";
  color: #dedede;
}
.form-box input[type=checkbox].long-text + label {
  position: relative;
  padding-left: 30px;
  line-height: 130%;
  font-size: 13px;
}
.form-box input[type=checkbox].long-text + label span {
  display: block;
  margin-bottom: 10px;
}
.form-box input[type=checkbox].long-text + label span:last-of-type {
  margin-bottom: 0;
}
.form-box input[type=checkbox].long-text + label:before {
  position: absolute;
  left: 0;
  top: 0;
}
.form-box input[type=radio] {
  display: none;
}
.form-box input[type=radio] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}
.form-box input[type=radio] + label:before {
  content: "\f1db";
}
.form-box input[type=radio] + label:before {
  letter-spacing: 10px;
}
.form-box input[type=radio]:checked + label:before {
  content: "\f111 ";
  color: #dedede;
}
.form-box input[type=radio].radio-big {
  visibility: hidden;
  position: absolute;
}
.form-box input[type="radio"].radio-big:checked + label {
  background-color: #c5981a;
  color: #ffffff;
}
.form-box input[type="radio"].radio-big + label {
  border: 1px solid #c5981a;
  padding: 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  color: #8a8a8a;
  font-size: 13px;
  width: auto;
}
.form-box input[type="radio"].radio-big + label:before {
  content: '';
}
.form-box textarea {
  min-height: 100px;
  padding: 10px;
  font-family: inherit;
  font-size: inherit;
}
.form-box.slider-box {
  width: 100%;
}
.form-box.slider-box input[type=text] {
  float: left;
  clear: none;
  width: 10% !important;
  min-width: 40px;
  text-align: center;
}
.form-box.slider-box .ui-slider {
  float: left;
  background: #dedede;
  border: 0;
  width: 70%;
  height: 10px;
  margin: 12px 15px 0 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.form-box.slider-box .ui-slider-handle {
  width: 20px;
  height: 20px;
  background: #8a8a8a;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 0;
  cursor: pointer;
  top: -5px;
}
.form-box.slider-box .ui-slider-range {
  background: #c5981a;
}
.form-box.slider-box .data {
  position: absolute;
  top: 25px;
  min-width: 50px;
  left: 50%;
  margin-left: -25px;
  background: gray;
  color: #fff;
  padding: 4px;
  font-size: 10px;
  text-align: center;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.filters-form {
  float: left;
  width: 100%;
  display: none;
  background-color: transparent !important;
  padding: 40px 0;
}
.filters-form h2:not(:first-of-type) {
  margin: 25px 0 15px 0;
  float: left;
  width: 100%;
}
.filters-form h2 {
  color: #c5981a;
}
.filters-form .form-box {
  width: auto !important;
}
.filters-form .validation-errors {
  clear: both;
  float: left;
  margin-bottom: 25px;
  border: 1px dashed red;
  padding: 10px;
  color: red;
  width: 100%;
}
.filters-form .validation-errors strong {
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}
.filters-form .validation-errors em {
  clear: both;
  display: block;
  line-height: 130%;
  font-size: 12px;
  font-style: normal;
}
.filters-form .row {
  float: left;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px;
  margin: 0 0 15px 0;
}
.filters-form .row:last-child,
.filters-form .row.no-border {
  border-bottom: 0;
}
.filters-form .row .name {
  position: absolute;
  width: 170px;
  color: #8a8a8a;
  line-height: 70px;
  left: 0;
  top: 0;
}
.filters-form .row .name span.required {
  color: #c5981a;
}
.filters-form .row .element {
  float: left;
  padding-left: 200px;
  padding-top: 15px;
  min-height: 80px;
  width: 100%;
}
.filters-form .row .element .form-box .form-item {
  width: auto;
}
.filters-form .row .element .radio-big + label {
  float: left;
  margin: 0 15px 15px 0;
}
.filters-form .row .element input[type=checkbox] + label,
.filters-form .row .element input[type=radio] + label {
  margin: 15px 15px 0 0;
}
.filters-form .row .element.location select {
  width: 26%;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .filters-form .row .element.location {
    margin-top: 10px;
  }
  .filters-form .row .element.location select {
    width: 28%;
  }
  .filters-form .row .element.location .btn {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
}
.filters-form .row .element.uploader #images {
  float: left;
  width: 100%;
}
.filters-form .row .element.uploader .notification {
  color: red;
  font-size: 12px;
  width: 100%;
  display: block;
}
.filters-form .row .element.uploader .notification p {
  padding-bottom: 10px;
}
.filters-form .row .element.uploader .btn {
  clear: both;
}
@media (max-width: 767px) {
  .filters-form .row .name,
  .filters-form .row .element {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 0;
    line-height: 130%;
  }
  .filters-form .row .name {
    font-weight: 400;
  }
  .filters-form .row .s-values {
    margin-top: 10px;
  }
  .filters-form .row .s-values input {
    width: 100% !important;
  }
  .filters-form .row .s-values .slider {
    margin: 15px 0;
    width: 95%;
    left: 2.5%;
  }
}
.filters-form .row .tags {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.filters-form .row .btn.submit {
  display: block;
  width: 250px;
  text-align: center;
  margin: 0 auto;
}
.filters-form .row .cancel {
  display: block;
  width: 250px;
  text-align: center;
  margin: 0 auto;
  color: #8a8a8a;
}
.filters-form .progress-bar {
  display: none;
  margin-top: 15px;
}
.form-box {
  width: 100%;
}
.form-box input[type=text],
.form-box textarea,
.form-box select {
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 15px !important;
  border: 1px solid #DDDDDD;
  font-family: 'Poppins', sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
  color: #AAA;
}
.form-box textarea {
  height: 150px;
  padding: 10px;
}
.form-box.light {
  color: #AAA !important;
  line-height: 130%;
}
.form-box .form-group input + em {
  color: #AAA !important;
}
.form-box .btn {
  padding: 15px 35px;
  display: inline-block;
  cursor: pointer;
  background-color: #c5981a;
  color: #ffffff;
}
.form-box .btn.outline {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.form-box .btn.outline.primary {
  border-color: #c5981a;
  color: #c5981a !important;
}
.form-box .selectric {
  background-color: transparent;
  border: 1px solid #DDDDDD;
  border: 0;
}
.form-box .selectric .label {
  color: inherit;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: inherit;
  letter-spacing: 0.25px;
}
.form-box .selectric .button {
  top: -4px;
}
.form-box .selectric .button:after {
  content: "";
  background-image: url('https://cache.100kvadratov.si/cdn/generic/img/icon/angle-down-light.svg');
  background-size: 12px 7px;
  background-repeat: no-repeat;
  width: 12px;
  height: 7px;
  display: inline-block;
  border: 0;
}
.form-box .selectric-items {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
}
.form-box .selectric-items > div {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-box .selectric-items li {
  font-size: 15px;
}
.form-item-criteria {
  padding: 40px 0;
}
.form-item-criteria .hero {
  text-align: center;
  font-size: 30px;
}
.form-item-criteria h1 {
  font-weight: bold;
}
.form-item-criteria p {
  font-size: 15px;
  margin-top: 20px;
}
.form-item-criteria p strong {
  font-weight: bold;
}
.form-item-criteria h2 {
  font-size: 20px;
  font-weight: bold;
}
.form-item-criteria .data .container,
.form-item-criteria .customer .container,
.form-item-criteria .validation-errors .container {
  max-width: 420px;
}
.form-item-criteria .data label,
.form-item-criteria .customer label,
.form-item-criteria .validation-errors label {
  color: #000000;
}
.form-item-criteria .drop-zone {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-item-criteria .drop-zone button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
}
.form-item-criteria .validation-errors .box {
  -webkit-border-radius: 5xp;
  -moz-border-radius: 5xp;
  border-radius: 5xp;
}
.form-item-criteria .checkbox .checkmark {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-color: #dedede;
}
.form-item-criteria .radiobutton-list > *,
.form-item-criteria .checkbox-list > * {
  display: inline-block;
  width: 50%;
}
@media (max-width: 767px) {
  .form-item-criteria [class*="col-md-6"] {
    margin-bottom: 15px;
  }
  .form-item-criteria .data .form-box.no-label-spacer {
    padding-top: 0;
  }
  .form-item-criteria .hero {
    line-height: 110%;
  }
}
.form-item-criteria .img-box {
  float: left;
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  text-align: center;
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  margin: 0 10px 10px 0;
}
.form-item-criteria .img-box img {
  width: 90%;
}
.form-item-criteria .img-box a.remove {
  position: absolute;
  padding: 3px;
  top: 0;
  right: 0;
  color: inherit;
  text-decoration: none;
}
.form-item-criteria .img-box a.remove:hover {
  background-color: #ffffff;
}
body {
  font-weight: 400;
  font-size: 16px;
}
.landing .landing-blog h2,
.landing .block-title h2,
.landing .agents h2,
.landing .reviews h2 {
  color: #c5981a;
}
.landing .landing-add-item-cta {
  background-color: #073764;
}
.reviews .item {
  color: #073764;
}
header .bottom .items a.logo img {
  width: 120px;
  max-width: none;
}
header .bottom.sticky {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0px 3px 6px #0000000d;
}
header .bottom.sticky .items a.logo img {
  width: 80px;
}
@media (max-width: 767px) {
  header .bottom .pzl-main-menu {
    background-color: #ffffff;
  }
  header .bottom .pzl-main-menu ul {
    display: block;
    background-color: #ffffff;
  }
  header .bottom .pzl-main-menu ul li {
    display: block;
    width: 100%;
    text-align: left;
  }
  header .bottom .pzl-main-menu ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  header .bottom .pzl-main-menu ul li a {
    color: #000000;
  }
}
header .bottom .pzl-main-menu ul li:last-child {
  margin-right: 0;
}
header .bottom .pzl-main-menu + .lng {
  margin-left: 70px;
}
.pzl-item {
  font-size: 16px;
}
@media (max-width: 767px) {
  .pzl-item.detail .row-media-data .pzl-gallery .gallery-control {
    top: 30%;
  }
}
footer .top .left .logo {
  width: 103px;
}
footer .top .below:last-child.row {
  padding-bottom: 10px;
}
footer .top .below .logos img {
  max-height: 60px;
}
@media (max-width: 767px) {
  footer .top .below .logos img {
    max-height: 50px;
  }
}
footer .top .below .logos a {
  display: inline-block;
}
footer .top .below .logos a:not(:last-child) img {
  margin-right: 20px;
}
.form-item-criteria p {
  line-height: 140%;
}
