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;
}
* {
  box-sizing: padding-box;
  box-sizing: border-box;
  outline: 0px;
}
.wrapper {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.right {
  position: relative;
  float: right !important;
}
.left {
  position: relative;
  float: left;
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.color-primary {
  color: #103674 !important;
}
.no-gutter:not(.row) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-gutter.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.lowercase {
  text-transform: lowercase !important;
}
sup {
  vertical-align: top;
  font-size: 0.8em;
}
sub {
  position: relative;
  top: -3px;
  font-size: 11px;
}
.btn {
  display: inline-block;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 7px 20px;
  color: #fff;
  background: #103674;
  border-radius: 3px;
}
.btn:hover {
  text-decoration: underline;
}
.btn.empty {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #103674;
  background: transparent;
  text-align: center;
}
.fb-login {
  background-color: #4d67a0;
  width: 100%;
  text-align: center;
  padding: 13px 0;
}
#popup-close-trigger {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 10;
}
.lng {
  background-color: #fff;
  position: relative;
  padding: 3px;
  height: 30px;
  margin-top: 25px;
  width: 60%;
}
.lng span.selected {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  color: #606060;
  padding-top: 3px;
}
.lng span.selected i {
  position: absolute;
  right: 5px;
  top: 5px;
}
.lng ul {
  position: absolute;
  width: 100%;
  background-color: #fff;
  margin-top: 10px;
  padding: 3px;
  left: 0;
  display: none;
}
.lng ul li {
  margin-bottom: 5px;
}
.lng ul li a {
  color: #606060;
}
.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;
  color: #606060;
  font-size: 15px;
  padding-bottom: 10px;
  width: 100%;
}
.form-box .form-item {
  clear: both;
  width: 100%;
  border: 1px solid #ccc;
  color: #606060;
  font-size: 13px;
  background-color: #fff;
  height: 45px;
  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: #fff;
  background-color: #103674;
  -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 #ccc;
  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: #606060;
  margin-top: 5px;
  display: inline-block;
}
.form-box span.uom {
  line-height: 40px;
  padding-left: 15px;
  color: #606060;
}
.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: #103674;
}
.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: #103674;
}
.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: #103674;
}
.form-box input[type=radio].radio-big {
  visibility: hidden;
  position: absolute;
}
.form-box input[type="radio"].radio-big:checked + label {
  border: 1px solid #103674;
}
.form-box input[type="radio"].radio-big + label {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 15px 30px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  color: #606060;
  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: #e9e9e9;
  border: 0;
  width: 70%;
  height: 10px;
  margin: 15px 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: #606060;
  -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: #103674;
}
.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 .row .element input[type=checkbox].long-text + label {
  font-size: 15px;
  margin-top: 0;
}
.panel {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.panel:nth-child(even) {
  background-color: #ebebeb;
}
.panel:nth-child(odd) {
  background-color: #fff;
}
.panel.even {
  background-color: #ebebeb;
}
.panel.odd {
  background-color: #fff;
}
.panel.main-section {
  min-height: 500px;
}
.panel.main-section.list-view {
  padding: 50px 0 10px 0;
}
.panel > .wrapper > h1,
.panel > .wrapper > h2 {
  width: 100%;
  text-align: center;
  line-height: 150%;
}
.panel > .wrapper > h1 {
  color: #606060;
  font-size: 28px;
}
.panel > .wrapper > h1.spacer {
  margin-top: 35px;
}
.panel > .wrapper > h2 {
  color: #ccc;
  font-weight: normal;
  font-size: 16px;
}
.panel > .wrapper h3 {
  color: #606060;
  font-weight: normal;
  font-size: 20px;
}
.panel > .wrapper > p {
  line-height: 150%;
  margin: 25px auto;
  width: 80%;
  display: block;
  color: #ccc;
}
.panel .panel-body {
  position: relative;
  margin: 25px 0;
}
.panel .panel-body .split {
  width: 45%;
}
.panel .panel-body .split h3 {
  display: inline-block;
  margin: 35px 0 15px 0;
}
.panel .panel-body .item-box.grid {
  margin-right: 15px;
}
.panel .panel-body .item-box.grid:last-child {
  margin-right: 0;
}
.panel .panel-body .item-box.list-small {
  margin-bottom: 15px;
}
.panel .panel-body .agent-box {
  margin-right: 80px;
}
.panel .panel-body .agent-box:first-child {
  margin-left: 90px;
}
.panel .panel-body .agent-box:last-child {
  margin-right: 0;
}
.panel .panel-bottom {
  position: relative;
  width: 100%;
}
.panel .panel-bottom .btn {
  position: relative;
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 15px 20px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.panel .panel-bottom .btn.plain-text {
  background-color: transparent;
  color: #03a9f4;
}
.panel .results-header {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  color: #606060;
}
.panel .results-header a {
  color: #606060;
}
.panel .results-header .num {
  float: left;
}
.panel .results-header .sort {
  float: right;
}
.panel .results-header .sort.form-box .form-item {
  height: 25px;
}
.panel.content-list {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 380px;
}
.panel.content-list main {
  float: left;
  width: 700px;
  margin-top: 375px;
}
.panel.content-list main p.no-result {
  display: inline-block;
  margin-top: 175px;
}
.panel.content-list aside {
  color: #ccc;
  padding: 35px;
  margin-top: 340px;
  float: right;
  width: 300px;
}
.panel.content-list aside .search {
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px;
}
.panel.content-list aside .search input[type=text] {
  padding: 0 10px;
  float: left;
  line-height: 22px;
  width: 85%;
  border: 0;
}
.panel.content-list aside .search button {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 43px;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  background-color: transparent;
  border-left: 1px solid #ccc;
  padding: 0 15px;
}
.panel.content-list aside .separator {
  width: 100%;
  float: left;
  margin: 45px 0;
}
.panel.content-list aside h5 {
  padding: 0 20px;
  border-bottom: 1px solid #103674;
  font-weight: normal;
  font-size: 20px;
  padding-bottom: 5px;
  display: inline;
}
.panel.content-list aside ul {
  margin-top: 35px;
}
.panel.content-list aside ul li {
  border-bottom: 1px solid #ccc;
  line-height: 130%;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.panel.content-list aside ul li a {
  color: inherit;
}
.panel.content-list aside ul li a:hover {
  color: #103674;
}
.item-detail .item-top {
  position: relative;
}
.item-detail .item-top .split {
  position: relative;
}
.item-detail .item-top .split.left {
  width: 650px;
}
.item-detail .item-top .split.right {
  width: 320px;
  position: relative;
}
.item-detail .item-top .split.right .fixed {
  float: none;
  z-index: 80;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: 180px;
  width: 320px;
}
.item-detail .item-top .split.right .fixed-absolute {
  position: absolute;
  width: 320px;
}
.item-detail .item-top .split.right .agent-box-placeholder {
  float: left;
  width: 100%;
  height: 390px;
  display: none;
}
.item-detail .item-top .split.right .agent-box {
  float: left;
}
.item-detail .item-top h1 {
  color: #606060;
  font-size: 23px;
  font-weight: normal;
}
.item-detail .item-top .properties {
  margin: 15px 0 25px 0;
}
.item-detail .item-top .properties li {
  display: inline-block;
  margin-left: -4px;
  border-right: 1px solid #ccc;
  padding-right: 10px;
  margin-right: 10px;
  color: #ccc;
  font-size: 14px;
}
.item-detail .item-top .properties li i {
  padding-right: 5px;
}
.item-detail .item-top .properties li:first-child {
  margin-left: 0;
}
.item-detail .item-top .properties li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.item-detail .item-top .price {
  display: inline-block;
  color: #103674;
  margin-top: 10px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.item-detail .item-top .price span {
  font-size: 11px;
}
.item-detail .item-top .price del {
  color: #ccc;
  display: block;
  clear: both;
  margin-top: 5px;
  text-decoration: line-through;
  font-size: 18px;
  width: 100%;
  text-align: right;
}
.item-detail .item-top .media {
  width: 100%;
  position: relative;
}
.item-detail .item-top .media .archive-badge {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #103674;
  color: #fff;
  padding: 10px 25px;
  z-index: 10;
  text-transform: uppercase;
}
.item-detail .item-top .media .tabs {
  background-color: #78909c;
}
.item-detail .item-top .media .tabs a {
  color: #fff;
  display: inline-block;
  width: 24.8%;
  text-align: center;
  line-height: 35px;
  margin-left: -4px;
  font-size: 13px;
}
.item-detail .item-top .media .tabs a:first-child {
  margin-left: 0;
}
.item-detail .item-top .media .tabs a.selected,
.item-detail .item-top .media .tabs a:hover {
  background-color: #607d8b;
}
.item-detail .item-top .media .tabs a i {
  padding-right: 5px;
}
.item-detail .item-top .media .media-type {
  float: left;
  width: 100%;
  min-height: 480px;
  background-color: #eee;
  display: none;
  background-repeat: no-repeat;
  margin: 15px 0;
}
.item-detail .item-top .media .media-type a.map-btn {
  background-color: #103674;
  margin: 0 auto;
  display: block;
  margin-top: 50px;
  text-align: center;
  width: 250px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}
.item-detail .item-top .media .media-type p.no-result {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 55px;
}
.item-detail .item-top .media .tloris {
  background-color: transparent;
  min-height: auto;
  padding: 15px 0;
}
.item-detail .item-top .media .tloris .tloris-box {
  display: inline-block;
  width: 150px;
  height: 110px;
  border: 1px solid #ccc;
  color: #606060;
  text-align: center;
  line-height: 110px;
  margin: 0 10px 20px 0;
  font-size: 40px;
  overflow: hidden;
}
.item-detail .item-top .media .tloris .tloris-box img {
  width: 100%;
}
.item-detail .item-top .media .img {
  display: block;
  width: 100%;
}
.item-detail .item-top .media .img .main-control {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  height: 400px;
  overflow: hidden;
  position: absolute;
}
.item-detail .item-top .media .img .main {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  height: 400px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.item-detail .item-top .media .img .main .gallery-control {
  position: absolute;
  display: block;
  width: 25px;
  height: 40px;
  top: 50px;
  z-index: 50;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  top: 40%;
  text-shadow: 1px 1px 2px #606060;
}
.item-detail .item-top .media .img .main .gallery-control.prev {
  left: 5px;
}
.item-detail .item-top .media .img .main .gallery-control.next {
  right: 5px;
}
.item-detail .item-top .media .img .main .main-img-preview {
  position: relative;
  z-index: 1;
  display: block;
}
.item-detail .item-top .media .img .main img {
  max-width: 100%;
  text-align: center;
}
.item-detail .item-top .media .img ul.thumbs {
  float: left;
  width: 100%;
  display: block;
  padding-left: 5px;
}
.item-detail .item-top .media .img ul.thumbs li {
  overflow: hidden;
  display: block;
  text-align: center;
  margin: 0 4px 4px 0;
  background: #fff;
  display: inline-block;
  width: 100px;
  height: 75px;
}
.item-detail .item-top .media .img ul.thumbs li:nth-of-type(6n+0) {
  margin-right: 0;
}
.item-detail .item-top .media .img ul.thumbs li:first-child {
  clear: both;
}
.item-detail .item-top .media .img ul.thumbs li img {
  max-width: 100%;
  text-align: center;
}
.item-detail .item-top .media .img ul.thumbs li a {
  position: relative;
  display: block;
}
.item-detail .item-top .media .img ul.thumbs li a img {
  position: relative;
  z-index: 1;
}
.item-detail .item-top .media .img ul.thumbs li a em {
  position: absolute;
  top: 0;
  width: 100%;
  height: 75px;
  z-index: 2;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  text-align: center;
  line-height: 75px;
  font-weight: 300;
  font-size: 20px;
  display: block;
  font-style: normal;
}
.item-detail .item-top .agent-top {
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 0;
  padding: 15px;
  width: 100%;
}
.item-detail .item-top .actions {
  float: left;
  width: 100%;
}
.item-detail .item-top .actions .favorites {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #606060;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 25px;
  margin: 15px auto 0 auto;
  width: 250px;
  display: block;
}
.item-detail .item-top .actions .favorites i {
  color: red;
  padding-right: 10px;
}
.item-detail .item-top .actions .social {
  width: 180px;
  margin: 15px auto;
}
.item-detail .item-top .actions .social dt {
  float: left;
  min-width: 30px;
}
.item-detail .item-top .actions .social dd {
  float: left;
  margin-left: 15px;
}
.item-detail .item-top .actions .social dd a {
  display: inline-block;
  color: #606060;
  margin-right: 5px;
}
.item-detail .item-top .actions .block {
  clear: both;
  display: block;
  color: #ccc;
  width: 200px;
  font-size: 14px;
  margin: 55px auto 0 auto;
}
.item-detail .item-body {
  clear: both;
  color: #ccc;
  font-size: 14px;
  min-width: 280px;
  overflow: hidden;
}
.item-detail .item-body h2 {
  color: #606060;
  font-size: 18px;
  width: 100%;
  margin: 0 0 25px 0;
}
.item-detail .item-body section {
  float: left;
  width: 67%;
  border-bottom: 1px solid #ccc;
  padding: 35px 0;
}
.item-detail .item-body section:last-child {
  border: 0;
}
.item-detail .item-body section ul.general {
  width: 100%;
}
.item-detail .item-body section ul.general li {
  display: inline-block;
  width: 200px;
  margin-bottom: 10px;
  font-weight: bold;
}
.item-detail .item-body section ul.general li:nth-child(2n+0) {
  width: 400px;
}
.item-detail .item-body section ul.general li.location-desc {
  clear: both;
  width: 400px !important;
}
.item-detail .item-body section ul.general li strong {
  font-weight: normal;
}
.item-detail .item-body section .description {
  line-height: 180%;
  width: 100%;
}
.item-detail .item-body section .description ul {
  margin: 15px 0;
}
.item-detail .item-body section .description ul li {
  padding-left: 15px;
}
.item-detail .item-body section .description ul li:before {
  font-family: FontAwesome;
  content: "\f111";
  padding-right: 10px;
  font-size: 6px;
  position: relative;
  top: -2px;
}
.item-detail .item-body section .description p {
  padding: 10px 0;
}
.item-detail .item-body section .energy-cert {
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 0;
  line-height: 50px;
  color: #fff;
  font-style: normal;
}
.item-detail .item-body section .energy-cert.A1 {
  background-color: #014B18;
}
.item-detail .item-body section .energy-cert.A2 {
  background-color: #015E1E;
}
.item-detail .item-body section .energy-cert.B1 {
  background-color: #009F3B;
}
.item-detail .item-body section .energy-cert.B2 {
  background-color: #00B242;
}
.item-detail .item-body section .energy-cert.C {
  background-color: #7BC623;
}
.item-detail .item-body section .energy-cert.D {
  background-color: #F8F301;
}
.item-detail .item-body section .energy-cert.E {
  background-color: #EF9C00;
}
.item-detail .item-body section .energy-cert.F {
  background-color: #E7581E;
}
.item-detail .item-body section .energy-cert.G {
  background-color: #5B2D8D;
}
.item-detail .item-body section .energy-cert.text {
  height: auto;
  width: auto;
  color: #606060;
  line-height: 20px;
}
.item-detail .item-body section dl.more {
  float: left;
  margin-bottom: 15px;
}
.item-detail .item-body section dl.more dt {
  width: 150px;
  float: left;
  padding-top: 5px;
}
.item-detail .item-body section dl.more dd {
  width: 520px;
  float: right;
}
.item-detail .item-body section dl.more dd em.checkbox {
  display: block;
  float: left;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  font-style: normal;
  margin: 0 10px 10px 0;
}
.item-detail .item-body section dl.more dd em.checkbox i {
  color: green;
  padding-right: 5px;
}
.item-detail .item-body .explanation {
  margin-bottom: 15px;
  font-size: 20px;
}
.pagination {
  text-align: center;
  padding: 0 0 50px 0;
}
.pagination a,
.pagination strong {
  display: inline-block;
  padding: 0 3px;
}
.pagination a {
  color: #606060;
}
.pagination strong {
  color: #103674;
}
.tags {
  width: 80%;
  float: right;
  margin-top: 5px;
}
.tags em {
  display: inline-block;
  margin: 0 10px 5px 0;
  background-color: #E9ECEE;
  color: #606060;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 6px 15px;
  font-size: 13px;
  font-style: normal;
}
.tags em a {
  color: #606060;
  padding-left: 10px;
  font-size: 11px;
}
.no-result {
  color: #000 !important;
  font-style: italic;
  width: 60% !important;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.no-result a {
  color: #03a9f4;
}
table.company {
  color: #606060;
  margin-top: 25px;
  font-size: 14px;
}
table.company tr td {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  line-height: 130%;
}
table.company tr td:nth-child(1) {
  font-weight: bold;
  padding-right: 15px;
}
table.company tr td a {
  color: #103674;
}
table.company tr td a:hover {
  text-decoration: underline;
}
.login-attempt {
  min-height: 500px;
  margin-top: 100px;
}
.login-attempt p {
  width: 100%;
  text-align: center;
  line-height: 130%;
  margin-bottom: 25px;
}
.login-attempt p a {
  color: inherit;
  text-decoration: underline;
}
.login-attempt .buttons {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.login-attempt .buttons span {
  padding: 0 25px;
}
.login-attempt .buttons a {
  display: inline-block;
}
.login-attempt .buttons a.btn.fb-login {
  padding: 7px 20px;
  width: auto;
}
.login-attempt .buttons a.btn.fb-login i {
  padding-right: 10px;
}
.ounit {
  padding: 0;
}
.ounit aside {
  width: 200px;
  float: left;
  border-right: 1px solid #ccc;
  height: 100%;
  min-height: 600px;
}
.ounit aside img {
  width: 100%;
}
.ounit aside ul {
  margin-top: 25px;
}
.ounit aside ul li {
  margin-bottom: 5px;
}
.ounit aside ul li i {
  margin-right: 10px;
}
.ounit aside ul li a {
  color: inherit;
}
.ounit aside ul li p {
  padding-bottom: 5px;
  line-height: 130%;
}
.ounit aside ul li h2 {
  margin-bottom: 10px;
  font-size: 14px;
}
.ounit main {
  width: 800px;
  float: right;
  padding-left: 40px;
}
.ounit main h1 {
  margin-left: 15px;
}
.item-404 {
  width: 100%;
  color: #103674;
  text-align: center;
  padding: 25px;
  min-height: 500px;
}
.item-404 p:first-child {
  padding-top: 50px;
}
.item-404 img {
  width: 400px;
}
.item-404 a {
  color: inherit;
  text-decoration: underline;
}
.shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0,0,0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px,0,0);
  }
  20%,
  80% {
    transform: translate3d(2px,0,0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px,0,0);
  }
  40%,
  60% {
    transform: translate3d(4px,0,0);
  }
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5 {
  line-height: 130%;
  margin-bottom: 10px;
}
.wysiwyg h1:not(:first-child),
.wysiwyg h2:not(:first-child),
.wysiwyg h3:not(:first-child),
.wysiwyg h4:not(:first-child),
.wysiwyg h5:not(:first-child) {
  margin-top: 20px;
}
.wysiwyg h1 {
  font-size: 24px;
}
.wysiwyg h2 {
  font-size: 22px;
}
.wysiwyg h3 {
  font-size: 20px;
}
.wysiwyg h4 {
  font-size: 18px;
}
.wysiwyg h5 {
  font-size: 14px;
}
.wysiwyg p,
.wysiwyg ul li,
.wysiwyg ol,
.wysiwyg li {
  font-size: 14px;
  line-height: 130%;
}
.wysiwyg p:not(:last-child) {
  margin-bottom: 10px;
}
.wysiwyg u,
.wysiwyg em {
  text-decoration: underline;
}
.wysiwyg ul,
.wysiwyg ol {
  margin: 0 0 10px 25px;
}
.wysiwyg ul li,
.wysiwyg ol li {
  list-style: disc;
}
.wysiwyg ul li:not(:last-child),
.wysiwyg ol li:not(:last-child) {
  margin-bottom: 5px;
}
.wysiwyg ol li {
  list-style: decimal;
}
header.top {
  position: fixed;
  z-index: 90;
  top: 0;
  height: 80px;
  background-color: #fff;
  color: #fff;
  padding: 10px;
  width: 100%;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(50,50,50,0.4);
  -moz-box-shadow: 0px 1px 15px 0px rgba(50,50,50,0.4);
  box-shadow: 0px 1px 15px 0px rgba(50,50,50,0.4);
}
header.top .logo {
  display: block;
  float: left;
  margin-top: -2px;
}
header.top .menu-trigger {
  display: none;
  color: #606060;
  font-size: 42px;
  font-weight: normal;
  margin-right: 15px;
  z-index: 11;
}
header.top nav {
  padding-right: 70px;
}
header.top nav ul {
  position: relative;
}
header.top nav ul li {
  display: inline-block;
  position: relative;
}
header.top nav ul li ul {
  position: absolute;
  width: 100%;
  top: 25px;
  left: 0;
  display: none;
}
header.top nav ul li:hover > ul {
  display: block;
}
header.top nav a {
  display: inline-block;
  color: #606060;
}
header.top nav a:not(.btn) {
  line-height: 60px;
  margin-right: 20px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}
header.top nav a:not(.btn).selected {
  text-decoration: underline;
}
header.top nav a:hover {
  text-decoration: underline;
}
header.top nav a.btn {
  font-size: 12px;
  border-color: #606060;
}
header.top nav a.logout {
  margin-left: 10px;
}
header.top .lng {
  position: absolute;
  right: 0;
  top: 16px;
  margin: 0;
  width: 50px;
  height: 20px;
  background-color: transparent;
}
header.top .lng span.selected i {
  font-size: 10px;
  top: 6px;
}
header.top .lng ul {
  display: none;
  background-color: #fff;
  width: auto;
}
header.top .lng ul li:last-child {
  margin-bottom: 0;
}
.menu-trigger {
  display: none;
  color: #606060;
  font-size: 42px;
  font-weight: normal;
  margin-right: 15px;
}
.filters-tags {
  position: fixed;
  z-index: 80;
  top: 79px;
  min-height: 55px;
  background-color: #fff;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.filters-tags > .wrapper {
  padding: 10px;
}
.filters-tags .toggle {
  border: 1px solid #ccc;
  background: #fff;
  color: #606060;
}
.filters-tags .cancel {
  font-size: 12px;
  color: #606060;
  border: 1px solid #ccc;
  padding: 4px 7px;
  text-transform: lowercase;
  margin: 0 10px 5px 0;
}
.filters-form {
  float: left;
  width: 100%;
  display: none;
  background-color: transparent !important;
}
.filters-form h2:not(:first-of-type) {
  margin: 25px 0 15px 0;
  float: left;
  width: 100%;
}
.filters-form h2 {
  color: #103674;
}
.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 #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.filters-form .row:last-child,
.filters-form .row.no-border {
  border-bottom: 0;
}
.filters-form .row .name {
  float: left;
  width: 170px;
  color: #606060;
  line-height: 70px;
}
.filters-form .row .name span.required {
  color: #103674;
}
.filters-form .row .tags {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.filters-form .row .element {
  float: left;
  width: 730px;
  padding-top: 15px;
}
.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;
}
.filters-form .row .element.location .btn {
  background-color: #103674;
  padding: 14px 10px;
}
.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;
}
.filters-form .row .btn.submit {
  display: block;
  width: 250px;
  text-align: center;
  padding: 15px 35px;
  background-color: #103674;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.filters-form .row .cancel {
  display: block;
  width: 250px;
  text-align: center;
  margin: 0 auto;
  color: #606060;
}
.filters-form .row.user-data .element {
  width: 100%;
}
.filters-form .row.user-data .form-box {
  width: 48%;
  float: left;
  margin-bottom: 25px;
}
.filters-form .row.user-data .form-box:nth-of-type(even) {
  float: right;
}
.filters-form .row.user-data .form-box .form-item {
  width: 100%;
}
.filters-form .progress-bar {
  display: none;
  margin-top: 15px;
}
.search {
  position: relative;
  float: left;
  background-color: #f6f6f6;
  width: 100%;
  padding: 25px;
  margin-top: 418px;
}
.search .form-box {
  float: left;
  width: 19%;
  margin-right: 2%;
}
.search .form-box.mkad {
  font-size: 9px;
  text-align: center;
}
.search .form-box.mkad a {
  color: #000;
}
.search .form-box.mkad a:hover {
  text-decoration: underline;
}
.search .form-box:last-child {
  margin-right: 0%;
  margin-top: 3px;
  width: 16%;
}
.search .form-box .btn.submit {
  padding: 13px 0;
  width: 152px;
  text-align: center;
}
.search .form-box .btn.settings {
  border: 1px solid #ccc;
  background: #fff;
  color: #606060;
  padding: 12px;
  margin: 1px 0 0 5px;
}
.search .small {
  width: 8%;
}
.progress-bar {
  clear: both;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.progress-bar span {
  display: block;
  height: 100%;
  width: 30%;
  background-color: #103674;
}
.progress-bar span .print {
  display: block;
  line-height: 15px;
  font-size: 10px;
  font-style: normal;
  padding-left: 15px;
  color: #fff;
}
.img-box {
  float: left;
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  text-align: center;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0 10px 10px 0;
}
.img-box img {
  width: 90%;
}
.img-box a.remove {
  position: absolute;
  padding: 3px;
  top: 0;
  right: 0;
  color: #606060;
  text-decoration: none;
}
.img-box a.remove:hover {
  background-color: #fff;
}
.item-box {
  position: relative;
  display: inline-block;
  margin-right: -3px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.item-box .badge {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  background-color: #67AB4F;
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
}
.item-box .badge.archive {
  background-color: green;
}
.item-box .favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  color: red;
  z-index: 2;
  font-size: 20px;
}
.item-box .jcarousel-control {
  position: absolute;
  display: block;
  width: 25px;
  height: 40px;
  top: 50px;
  z-index: 2;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  text-shadow: 1px 1px 2px #606060;
}
.item-box .jcarousel-control.prev {
  left: 5px;
}
.item-box .jcarousel-control.next {
  right: 5px;
}
.item-box .jcarousel-wrapper {
  position: relative;
  overflow: hidden;
}
.item-box .jcarousel-wrapper ul {
  width: 20000em;
  list-style: outside none none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.item-box .jcarousel-wrapper ul li {
  float: left;
  text-align: center;
}
.item-box .jcarousel-wrapper ul li img {
  width: 100%;
}
.item-box .jcarousel-wrapper .loader-small {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
.item-box .info {
  position: absolute;
  padding: 10px;
  display: block;
  width: 100%;
}
.item-box .info h4 {
  color: #606060;
  font-size: 16px;
  font-weight: normal;
  min-height: 16px;
  width: 245px;
  width: 100%;
}
.item-box .info p {
  display: inline-block;
  color: #ccc;
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
  width: 100%;
}
.item-box .info .price {
  display: inline-block;
  color: #103674;
  margin-top: 10px;
}
.item-box .info .price span {
  font-size: 11px;
}
.item-box .info .price del {
  color: #ccc;
  text-decoration: line-through;
}
.item-box.grid {
  width: 320px;
  height: 350px;
}
.item-box.grid .jcarousel-control {
  top: 100px;
}
.item-box.grid .jcarousel-wrapper {
  height: 250px;
  width: 318px;
}
.item-box.grid .jcarousel-wrapper ul {
  height: 250px;
}
.item-box.grid .jcarousel-wrapper ul li {
  width: 318px;
}
.item-box.grid .info img.agent {
  position: absolute;
  right: 15px;
  top: -35px;
  width: 50px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  z-index: 2;
  border: 2px solid #fff;
}
.item-box.grid .info .description {
  color: #606060;
  padding: 10px 0;
  color: #ccc;
}
.item-box.grid .info .price del {
  padding-left: 10px;
}
.item-box.list {
  width: 100%;
  height: 240px;
  padding-left: 330px;
  margin-bottom: 25px;
}
.item-box.list .favorite {
  display: none;
}
.item-box.list .jcarousel-control {
  top: 100px;
}
.item-box.list .jcarousel-control.next {
  right: auto;
  left: 290px;
}
.item-box.list .jcarousel-wrapper {
  position: absolute;
  left: 0;
  width: 318px;
  height: 238px;
}
.item-box.list .jcarousel-wrapper ul {
  height: 250px;
}
.item-box.list .jcarousel-wrapper ul li {
  width: 318px;
}
.item-box.list .info {
  float: left;
  width: 100%;
  padding: 15px;
  position: relative;
}
.item-box.list .info h4 a {
  color: #606060;
}
.item-box.list .info > p {
  margin-bottom: 15px;
}
.item-box.list .info .price {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
}
.item-box.list .info .price del {
  clear: both;
  display: block;
  margin-top: 5px;
  width: 100%;
  text-align: right;
  font-size: 16px;
}
.item-box.list .info .description {
  line-height: 130%;
  color: #606060;
}
.item-box.list .info .agent {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  padding-left: 45px;
  line-height: 35px;
  color: #606060;
  font-size: 12px;
}
.item-box.list .info .agent img {
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  height: 35px;
}
.item-box.list .info .btn {
  border-color: #ccc;
  margin: 25px 15px 0 0;
  color: #606060;
}
.item-box.list .info .btn i {
  padding-right: 10px;
}
.item-box.list .info .btn.already-fav .fa-heart {
  color: #103674;
}
.item-box.list-small {
  width: 100%;
  height: 122px;
  padding-left: 165px;
}
.item-box.list-small .badge {
  background-color: #103674;
}
.item-box.list-small .jcarousel-control {
  top: 100px;
}
.item-box.list-small .jcarousel-wrapper {
  position: absolute;
  left: 0;
  width: 160px;
  height: 126px;
}
.item-box.list-small .jcarousel-wrapper img {
  width: 100%;
}
.item-box.list-small .info {
  float: right;
}
.ounit-box {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  min-height: 100px;
  margin-right: 20px;
}
.ounit-box .img {
  width: 100%;
}
.ounit-box .img img {
  width: 100%;
}
.ounit-box .bottom {
  width: 100%;
}
.ounit-box .bottom h2 {
  margin-top: 15px;
}
.agent-box {
  display: inline-block;
  width: 200px;
  min-height: 100px;
  margin-left: 20px;
}
.agent-box .img {
  display: block;
  margin-bottom: 15px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.agent-box .img img {
  width: 100%;
}
.agent-box h4 {
  font-weight: normal;
  width: 100%;
  text-align: center;
  color: #606060;
  font-size: #606060;
}
.agent-box h4 a {
  color: #606060;
}
.agent-box p {
  display: inline-block;
  margin: 25px 0 25px 18px;
  width: 88%;
  padding: 0 2.5%;
  color: #ccc;
  font-size: 14px;
  min-height: 56px;
}
.agent-box p a {
  color: #ccc;
}
.agent-box .btn {
  display: block;
  width: 170px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
}
.agent-box .btn.empty {
  border: 1px solid #606060;
  color: #606060;
}
.agent-box .statistic {
  color: #ccc;
  witdh: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 110%;
  margin-top: 5px;
  padding-bottom: 20px;
}
.agent-box .statistic a {
  color: #ccc;
}
.agent-box .more {
  display: block;
  width: 100px;
  margin: 15px auto 0 auto;
  color: #03a9f4;
  font-size: 13px;
  text-align: center;
}
.agent-box.big {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  width: 320px;
  margin: 0 15px 15px 0;
}
.agent-box.big:nth-child(3n+1) {
  margin-right: 0;
}
.agent-box.big .info {
  margin: 0 auto;
  position: relative;
  width: 240px;
}
.agent-box.big .info h4 {
  padding: 15px 0 5px 0;
}
.agent-box.big .info .img {
  width: 100px;
  height: 100px;
  margin: 10px auto 0 auto;
}
.agent-box.big .info .contact {
  text-align: center;
  color: gray;
  width: 90%;
  margin: 15px auto 15px auto;
  display: block;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.agent-box.big .info .contact a {
  color: #606060;
}
.agent-box.big .info .btn {
  background-color: #103674;
  color: #fff;
  font-size: 18px;
  border: 0;
  width: 240px;
  padding: 15px 30px;
}
.agent-box.big .info .btn i {
  padding-right: 10px;
}
.agent-box.big .description {
  float: right;
  width: 600px;
  display: none;
  padding: 15px;
  border-left: 1px solid #ccc;
  min-height: 320px;
  line-height: 130%;
}
.agent-box.big.expand {
  width: 100%;
}
.agent-box.big.expand .info {
  float: left;
  margin: auto;
}
.agent-box.big.expand .description {
  display: block;
}
.agent-box.contact {
  width: 100%;
  margin-left: 0;
}
.agent-box.contact .img {
  float: left;
  width: 100px;
  height: 100px;
}
.agent-box.contact .info {
  float: left;
  width: 170px;
  margin: 0 45px;
}
.agent-box.contact .info h4,
.agent-box.contact .info .statistic {
  text-align: left;
}
.agent-box.contact .info .more {
  text-align: left;
  margin: 15px 0 0 0;
}
.agent-box.contact .info .contact {
  margin: 25px 0 0 0;
}
.agent-box.contact .info .contact li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
  width: 160px;
  line-height: 130%;
}
.agent-box.contact .info .contact li a {
  color: #ccc;
}
.agent-box.contact .info .contact li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
}
.agent-box.contact .form {
  float: left;
  width: 300px;
}
.agent-box.contact .form .form-box {
  margin-bottom: 10px;
  width: 100%;
}
.agent-box.contact .form .form-box textarea {
  resize: none;
  height: 100px;
  padding: 10px;
  font-size: 14px;
  font-family: Arial;
}
.agent-box.contact .form .btn {
  clear: both;
  background-color: #103674;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  padding: 15px 0;
}
.agent-box.contact .form .allow-contact {
  margin-top: 10px;
}
.agent-box.contact .form .allow-contact label {
  font-size: 13px;
}
.review-box {
  position: relative;
  margin-bottom: 30px;
}
.review-box .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  overflow: hidden;
}
.review-box .img img {
  width: 100%;
}
.review-box .review-body {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px;
}
.review-box .review-body p {
  width: 100%;
  display: inline-block;
  color: #ccc;
  font-size: 13px;
  line-height: 130%;
  margin-bottom: 10px;
}
.review-box .review-body .person,
.review-box .review-body > span {
  display: inline-block;
  margin-top: 5px;
  color: #606060;
}
.review-box .review-body .person i,
.review-box .review-body > span i {
  color: #ccc;
  font-size: 12px;
}
footer {
  background-color: #103674 !important;
  color: #fff;
}
footer a {
  color: #fff;
}
footer .col {
  float: left;
}
footer .col:nth-child(1) {
  width: 28%;
  margin-right: 10%;
}
footer .col:nth-child(2) {
  width: 25%;
}
footer .col:nth-child(3) {
  width: 35%;
  margin: 0;
}
footer .col .logo {
  display: block;
  margin-bottom: 25px;
}
footer .col .logo img {
  width: 168px;
}
footer .col p {
  line-height: 140%;
  font-size: 13px;
}
footer .col h2 {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin-bottom: 25px;
}
footer .col ul.contact li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
  width: 160px;
  line-height: 130%;
}
footer .col ul.contact li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}
footer .col .lng {
  background-color: #fff;
  position: relative;
  padding: 3px;
  height: 30px;
  margin-top: 25px;
  width: 60%;
}
footer .col .lng span.selected {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  color: #606060;
  padding-top: 3px;
}
footer .col .lng span.selected i {
  position: absolute;
  right: 5px;
  top: 5px;
}
footer .col .lng ul {
  position: absolute;
  width: 100%;
  background-color: #fff;
  margin-top: 10px;
  padding: 3px;
  left: 0;
  display: none;
}
footer .col .lng ul li {
  margin-bottom: 5px;
}
footer .col .lng ul li a {
  color: #606060;
}
footer .col .badges {
  clear: both;
  float: left;
  width: 100%;
}
footer .col .badges img {
  height: 55px;
  float: left;
  display: inline-block;
  margin: 57px 5px 0 0;
}
footer .col .newsletter {
  margin-top: 25px;
  width: 100%;
}
footer .col .newsletter .form-item {
  width: 70%;
  float: left;
}
footer .col .newsletter .btn {
  float: right;
  padding: 15px 20px 15px 20px;
  width: 25%;
}
footer .col .newsletter .form-error {
  display: block;
  clear: both;
  width: 100%;
  margin-top: 5px;
  float: left;
}
footer .bottom {
  clear: both;
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 45px;
  text-align: center;
}
footer .bottom .social a {
  display: inline-block;
  margin-right: 5px;
}
footer .bottom .copy {
  padding-top: 15px;
  font-size: 12px;
}
footer.four-cols .col:nth-child(1) {
  width: 28%;
  margin-right: 5%;
}
footer.four-cols .col:nth-child(2) {
  width: 22%;
}
footer.four-cols .col:nth-child(3) {
  width: 22%;
  margin: 0;
}
footer.four-cols .col:nth-child(4) {
  width: 23%;
  margin: 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: none;
}
.overlay section.auth,
.overlay section.container {
  width: 370px;
  margin: 100px auto 0 auto;
  background-color: #fff;
}
.overlay section.auth .auth-top,
.overlay section.auth .ctr-top,
.overlay section.container .auth-top,
.overlay section.container .ctr-top {
  background-color: #ebebeb;
  float: left;
  position: relative;
  width: 100%;
  padding: 35px 0;
}
.overlay section.auth .auth-top .logo,
.overlay section.auth .ctr-top .logo,
.overlay section.container .auth-top .logo,
.overlay section.container .ctr-top .logo {
  margin: 0 auto;
  display: block;
  width: 190px;
  text-align: center;
}
.overlay section.auth .auth-top .close,
.overlay section.auth .ctr-top .close,
.overlay section.container .auth-top .close,
.overlay section.container .ctr-top .close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #ccc;
  font-weigh: normal;
}
.overlay section.auth .auth-body,
.overlay section.auth .ctr-body,
.overlay section.container .auth-body,
.overlay section.container .ctr-body {
  float: left;
  width: 100%;
  padding: 25px;
  background-color: #fff;
}
.overlay section.auth .auth-body .line,
.overlay section.auth .ctr-body .line,
.overlay section.container .auth-body .line,
.overlay section.container .ctr-body .line {
  width: 100%;
  background-color: #ccc;
  height: 1px;
  position: relative;
  margin: 45px 0;
}
.overlay section.auth .auth-body .line span,
.overlay section.auth .ctr-body .line span,
.overlay section.container .auth-body .line span,
.overlay section.container .ctr-body .line span {
  display: block;
  position: absolute;
  left: 50%;
  margin: -10px 0 0 -25px;
  color: #ccc;
  width: 50px;
  text-align: center;
  font-weight: normal;
  background-color: #fff;
}
.overlay section.auth .auth-body .form-box,
.overlay section.auth .ctr-body .form-box,
.overlay section.container .auth-body .form-box,
.overlay section.container .ctr-body .form-box {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.overlay section.auth .auth-body .form-box .remember_me,
.overlay section.auth .ctr-body .form-box .remember_me,
.overlay section.container .auth-body .form-box .remember_me,
.overlay section.container .ctr-body .form-box .remember_me {
  float: left;
  width: 50%;
}
.overlay section.auth .auth-body .form-box .forgot-password,
.overlay section.auth .ctr-body .form-box .forgot-password,
.overlay section.container .auth-body .form-box .forgot-password,
.overlay section.container .ctr-body .form-box .forgot-password {
  float: right;
  color: #03a9f4;
  width: auto;
  margin-top: 0;
}
.overlay section.auth .auth-body .form-box .forgot-password:hover,
.overlay section.auth .ctr-body .form-box .forgot-password:hover,
.overlay section.container .auth-body .form-box .forgot-password:hover,
.overlay section.container .ctr-body .form-box .forgot-password:hover {
  text-decoration: underline;
}
.overlay section.auth .auth-body .form-box .required,
.overlay section.auth .ctr-body .form-box .required,
.overlay section.container .auth-body .form-box .required,
.overlay section.container .ctr-body .form-box .required {
  position: absolute;
  display: block;
  color: #606060;
  right: -10px;
  top: 0;
}
.overlay section.auth .auth-body .switch,
.overlay section.auth .ctr-body .switch,
.overlay section.container .auth-body .switch,
.overlay section.container .ctr-body .switch {
  color: #03a9f4;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 15px;
}
.overlay section.auth .auth-body .switch:hover,
.overlay section.auth .ctr-body .switch:hover,
.overlay section.container .auth-body .switch:hover,
.overlay section.container .ctr-body .switch:hover {
  text-decoration: underline;
}
.overlay section.auth .auth-body .btn.submit,
.overlay section.auth .ctr-body .btn.submit,
.overlay section.container .auth-body .btn.submit,
.overlay section.container .ctr-body .btn.submit {
  width: 100%;
  background-color: #103674;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 0;
}
.overlay section.auth .auth-body .newsletter,
.overlay section.auth .ctr-body .newsletter,
.overlay section.container .auth-body .newsletter,
.overlay section.container .ctr-body .newsletter {
  color: #ccc;
}
.overlay section.auth.forms.contact,
.overlay section.container.forms.contact {
  background-color: #fff;
  width: 640px;
}
.overlay section.auth.forms.contact .ctr-top,
.overlay section.container.forms.contact .ctr-top {
  padding: 0 45px;
}
.overlay section.auth.forms.contact .ctr-body,
.overlay section.container.forms.contact .ctr-body {
  padding: 45px;
}
.overlay section.auth.forms.contact .ctr-body p,
.overlay section.container.forms.contact .ctr-body p {
  width: 100%;
  text-align: center;
  padding: 15px 0 35px 0;
  font-size: 22px;
}
.overlay section.auth.forms.contact .ctr-body .separator,
.overlay section.container.forms.contact .ctr-body .separator {
  float: left;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 15px 0 30px 0;
}
.overlay section.auth.forms.contact .ctr-body .btn,
.overlay section.container.forms.contact .ctr-body .btn {
  width: 150px;
  margin: 0 auto;
  float: none;
  display: block;
}
.profile-nav {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 90;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background-color: #fff !important;
  padding: 0;
}
.profile-nav a {
  display: block;
  position: relative;
  float: left;
  padding: 0 30px;
  text-align: center;
  color: #606060;
  padding: 15px;
  margin-right: 25px;
}
.profile-nav a .indicator {
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #103674;
  height: 3px;
  width: 100%;
  display: none;
}
.profile-nav a:hover .indicator,
.profile-nav a.selected .indicator {
  display: block;
}
.profile-nav a:last-child {
  margin-right: 0;
}
.profile-sidemenu {
  float: left;
  width: 15%;
}
.profile-sidemenu a {
  display: block;
  clear: both;
  padding: 5px 0;
  color: #606060;
}
.profile-sidemenu a:hover,
.profile-sidemenu a.selected {
  color: #000;
}
.profile-main {
  float: right;
  width: 75%;
  border: 1px solid #ccc;
  background: #fff;
}
.profile-main h1 {
  color: #606060;
  font-size: 18px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 25px;
}
.profile-main .profile-main-body {
  padding: 25px;
  width: 100%;
  float: left;
}
.profile-main .profile-main-body .form-box {
  clear: both;
  width: 50%;
}
.profile-main .profile-main-body .form-box {
  margin-bottom: 15px;
}
.profile-main .profile-main-body .form-box label {
  margin-bottom: 0px;
  color: #606060;
}
.profile-main .profile-main-body .form-box.toggle {
  clear: both;
  width: 100%;
  margin-bottom: 0;
}
.profile-main .profile-main-body .form-box.toggle label:first-child {
  float: left;
  width: 80%;
  color: #ccc;
}
.profile-main .profile-main-body .form-box.toggle label:last-child {
  float: left;
  height: 30px;
  width: 40px;
}
.profile-main .profile-main-body .form-box.button {
  margin-top: 25px;
}
.profile-main .profile-main-body .form-box.button button[type=submit] {
  padding: 15px 35px;
  font-size: 14px;
  background-color: #103674;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.content {
  width: 80%;
  color: #606060;
  font-size: 14px;
}
.content.page-header {
  width: 100%;
  display: block;
  padding-bottom: 45px;
}
.content h1 {
  color: #606060;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 35px;
}
.content h2 {
  color: #606060;
  font-size: 18px;
  width: 100%;
  margin: 15px 0;
}
.content h3 {
  margin: 15px 0;
}
.content p {
  color: #ccc;
  line-height: 160%;
  width: 100%;
  padding: 5px 0;
}
.content u {
  text-decoration: underline;
}
.content ul,
.content ol {
  margin: 10px 0 10px 15px;
}
.content ul li,
.content ol li {
  color: #ccc;
  list-style-type: disc;
  margin-left: 25px;
  padding: 4px 0px;
  font-size: 14px;
}
.content ol li {
  list-style-type: decimal;
}
.content a {
  color: inherit;
}
.content a:hover {
  text-decoration: underline;
}
.separator {
  position: relative;
  height: 1px;
  background-color: #ccc;
}
.content-box {
  position: relative;
  float: left;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #ccc;
  margin-bottom: 35px;
}
.content-box a.img {
  display: block;
  float: left;
  width: 100%;
}
.content-box a.img img {
  width: 100%;
}
.content-box > div {
  clear: both;
  float: left;
  width: 100%;
  padding: 35px;
}
.content-box > div h1 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.content-box > div h1 a {
  color: inherit;
}
.content-box > div .meta {
  float: left;
  width: 100%;
}
.content-box > div .meta > time {
  color: #103674;
}
.content-box > div .meta > time:after {
  content: '/';
  padding: 0 10px;
  color: #ccc;
}
.content-box > div .meta > div {
  color: #103674;
}
.content-box > div .meta > time,
.content-box > div .meta > div {
  display: inline;
}
.content-box > div .meta > time i,
.content-box > div .meta > div i {
  position: relative;
  color: #ccc;
  padding-right: 7px;
  font-size: 13px;
  top: -2px;
}
.content-box > div p {
  padding: 35px 0;
  line-height: 180%;
}
.content-box > div p a {
  color: inherit;
}
.content-box > div .btn {
  float: left;
  font-size: 18px;
  padding: 15px 20px;
  width: 200px;
  text-align: center;
}
.content-box > div .share {
  float: right;
  margin-top: 15px;
}
.content-box > div .share a {
  color: inherit;
  margin-right: 7px;
}
.content-box > div .share a:last-child {
  margin-right: 0;
}
.content-box.detail > div {
  padding-bottom: 0;
}
.content-box.detail > div p {
  padding-bottom: 0;
}
.content-box.detail .padding-box {
  float: left;
  width: 100%;
  padding: 15px 35px;
}
.content-box.detail .padding-box p {
  line-height: 180%;
  padding: 10px 0;
}
.content-box.detail .padding-box p a {
  color: inherit;
}
.content-box.detail ul,
.content-box.detail ol {
  margin: 0px 0 10px 15px;
}
.content-box.detail ul li,
.content-box.detail ol li {
  list-style-type: disc;
  margin-left: 15px;
  padding: 4px 0px;
  font-size: 14px;
}
.content-box.detail ol li {
  list-style-type: decimal;
}
.content-box.detail .img-box {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  height: auto;
  border: 0;
  padding: 0;
}
.content-box.detail .share {
  margin: 15px 0;
}
.hero-box {
  float: left;
  width: 100%;
  height: 480px;
}
.hero-box li {
  height: inherit;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
.comment-box .list li {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.comment-box .list li strong {
  color: #103674;
  display: block;
  float: left;
}
.comment-box .list li time {
  display: block;
  float: right;
  font-size: 11px;
}
.comment-box .list li p {
  clear: both;
  float: left;
  width: 100%;
  line-height: 130%;
  padding: 15px 0;
}
.comment-box .list li a.delete {
  color: red;
  font-size: 11px;
  padding-right: 5px;
}
.comment-box p.no-comments {
  padding: 15px 0;
}
.comment-box .form {
  float: left;
  width: 300px;
}
.comment-box .form .form-box {
  margin-bottom: 10px;
  width: 100%;
}
.comment-box .form .form-box textarea {
  resize: none;
  height: 100px;
  padding: 10px;
  font-size: 14px;
  font-family: Arial;
}
.comment-box .form .btn {
  clear: both;
  background-color: #103674;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  padding: 15px 0;
  font-size: 14px;
}
.comment-box .login-first {
  clear: both;
  display: inline-block;
  margin-top: 10px;
  color: #606060;
}
.rhino-btn,
.carousel-btn {
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 200px;
  z-index: 9;
  color: #fff;
  font-size: 80px;
  font-family: FontAwesome;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.rhino-btn:hover,
.carousel-btn:hover {
  text-decoration: none;
  color: #606060;
}
.rhino-btn.rhino-next,
.rhino-btn.next,
.carousel-btn.rhino-next,
.carousel-btn.next {
  right: 2.5%;
  text-align: right;
}
.rhino-btn.rhino-next:before,
.rhino-btn.next:before,
.carousel-btn.rhino-next:before,
.carousel-btn.next:before {
  content: '\f105';
}
.rhino-btn.rhino-prev,
.rhino-btn.prev,
.carousel-btn.rhino-prev,
.carousel-btn.prev {
  left: 2.5%;
  text-align: left;
}
.rhino-btn.rhino-prev:before,
.rhino-btn.prev:before,
.carousel-btn.rhino-prev:before,
.carousel-btn.prev:before {
  content: '\f104';
}
.branding-background {
  position: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.branding-background a {
  display: block;
  height: 100%;
}
.branding-background a.left {
  left: 0;
  width: 100px;
}
.branding-background a.right {
  right: 0;
  width: 100px;
}
.pzl-title {
  font-size: 22px;
}
.pzl-exposed {
  font-weight: normal;
}
.pzl-exposed i {
  padding-right: 5px;
}
.pzl-exposed span {
  padding: 0 8px;
}
.pzl-gallery {
  position: relative;
}
.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: #fff;
  margin-right: 5px;
}
.pzl-gallery .box .gallery-controls a:last-of-type {
  margin-right: 0;
}
.pzl-gallery .box .gallery-controls a.selected {
  background-color: #000;
}
.pzl-gallery .box .async-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-align: center;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
}
.pzl-gallery .box .async-loader-overlay span {
  width: 100%;
  text-align: center;
  display: block;
  height: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  font-size: 16px;
  letter-spacing: 1px;
}
.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: #fff;
  font-style: normal;
  height: 100%;
}
.pzl-gallery .fullscreen {
  right: 0;
  top: 0;
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  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: #fff;
  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 .loader-small {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
}
.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;
}
.pzl-agent {
  float: left;
  width: 100%;
  padding: 15px 35px;
}
.pzl-agent .agent-data > * {
  display: block;
  float: left;
}
.pzl-agent .agent-data > * > *,
.pzl-agent a {
  color: inherit !important;
}
.pzl-agent .img {
  width: 140px;
  height: 140px;
}
.pzl-agent .img img {
  width: 100%;
}
.pzl-tabs {
  float: left;
  width: 100%;
}
.pzl-tabs nav {
  width: 100%;
}
.pzl-tabs nav a {
  position: relative;
  display: inline-block;
  padding: 0 15px 10px 15px;
  color: inherit;
  text-align: center;
}
.pzl-tabs nav a span {
  display: none;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #103674;
}
.pzl-tabs nav a.selected span,
.pzl-tabs nav a:hover span {
  display: block;
}
.pzl-tabs .tabs {
  margin-top: 25px;
}
.pzl-tabs .tabs .tab {
  width: 100%;
  min-height: 400px;
  display: none;
}
.pzl-tabs .tabs .tab:first-of-type {
  display: block;
}
.pzl-tabs .tabs .tab a.map-link,
.pzl-tabs .tabs .tab a.street-view-link {
  display: block;
  background-color: #103674;
  height: 25px;
  line-height: 25px;
  width: 250px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: inherit;
}
.pzl-specification .list {
  float: left;
  width: 100%;
}
.pzl-specification .list > li {
  position: relative;
  padding: 15px 15px 15px 0;
  z-index: 1;
}
.pzl-specification .list > li:not(.auto) {
  width: 50%;
  height: 50px;
}
.pzl-specification .list > li > i {
  position: relative;
  font-size: 24px;
  margin-right: 10px;
}
.pzl-specification .list > li > i i {
  position: absolute;
  right: -2px;
  bottom: -5px;
  color: #103674;
  font-size: 16px;
}
.pzl-specification .list > li:nth-child(even) {
  float: right;
}
.pzl-specification .list > li:nth-child(odd) {
  float: left;
}
.pzl-specification .list > li > ul {
  display: none;
  position: absolute;
  z-index: 2;
  background-color: transparent;
  border: 1px solid #ccc;
  top: 0;
  left: 0;
  padding: 55px 0 0 0;
  width: 100%;
}
.pzl-specification .list > li > ul li {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 5px 0 0 55px;
  font-size: 0.8em;
}
.pzl-specification .list > li > ul li:last-of-type {
  padding-bottom: 25px;
}
.pzl-specification .list > li > ul li:before {
  content: '+';
  padding-right: 5px;
}
.pzl-specification .list > li:hover {
  z-index: 5;
}
.pzl-specification .list > li:hover > ul {
  display: block;
}
.pzl-specification .list > li:hover > i i {
  display: none;
}
.pzl-share label {
  margin-right: 10px;
}
.pzl-share a {
  color: inherit;
  margin-right: 5px;
}
.pzl-share a:last-of-type {
  margin-right: 0;
}
.pzl-button {
  color: inherit;
  position: relative;
  padding-left: 25px;
  display: inline-block;
}
.pzl-button i {
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.pzl-ad a {
  display: block;
  width: 100%;
  height: 100%;
}
.pzl-ad.background {
  background-position: top center;
}
.pzl-pagination {
  clear: both;
  width: 100%;
  text-align: center;
}
.pzl-pagination a {
  color: inherit;
}
.pzl-pagination strong {
  color: #103674;
}
.pzl-pagination a,
.pzl-pagination strong {
  padding: 0 3px;
}
.pzl-pagination-v2 {
  text-align: center;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .pzl-pagination-v2 {
    margin-top: 24px;
    text-align: center;
  }
}
.pzl-pagination-v2 li {
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 5px;
}
.pzl-pagination-v2 li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .pzl-pagination-v2 li {
    width: 32px;
  }
}
@media (max-width: 320px) {
  .pzl-pagination-v2 li {
    margin-right: 0;
  }
}
.pzl-pagination-v2 li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 44px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.pzl-pagination-v2 li.disabled {
  width: 20px;
  margin-right: 0;
}
.pzl-pagination-v2 li.active {
  background-color: #fff;
  border: 1px solid #000;
}
.pzl-pagination-v2 li.first,
.pzl-pagination-v2 li.last {
  color: #fff;
  position: relative;
  width: 20px;
  margin-right: 0;
}
.pzl-pagination-v2 li.first:before,
.pzl-pagination-v2 li.last:before {
  position: absolute;
  content: '';
  z-index: 0;
}
.pzl-pagination-v2 li.first a,
.pzl-pagination-v2 li.last a {
  position: relative;
  z-index: 2;
}
.form {
  float: right;
  width: 50%;
}
.form .form-box .form-error {
  display: none;
}
.form-input {
  float: left;
  width: 100%;
}
.form-input > * {
  float: left;
  width: 100%;
}
.form-input .header {
  text-align: center;
}
.form-input .header h1 {
  font-size: 24px;
  padding-bottom: 15px;
}
.form-input .form .filters-form .wrapper {
  margin: auto;
  width: 100%;
}
.form-input .form .row {
  margin: 0;
}
.pzl-no-result {
  width: 100%;
  float: left;
  padding: 45px 0;
  text-align: center;
}
.pzl-no-result a {
  color: #103674;
}
.pzl-main-menu > ul > li {
  display: inline-block;
  position: relative;
}
.pzl-main-menu > ul > li a:not(.btn) {
  padding: 0 15px;
  line-height: 120%;
}
.pzl-main-menu > ul > li a:not(.btn):hover,
.pzl-main-menu > ul > li a:not(.btn).selected {
  text-decoration: none;
}
.pzl-main-menu > ul > li a:not(.btn):last-of-type {
  padding-right: 0;
}
.pzl-main-menu > ul > li > ul {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 15px 0;
  top: 20px;
  left: 0;
  width: 200px;
  z-index: 0;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(50,50,50,0.4);
  -moz-box-shadow: 0px 1px 15px 0px rgba(50,50,50,0.4);
  box-shadow: 0px 1px 15px 0px rgba(50,50,50,0.4);
}
.pzl-main-menu > ul > li > ul li {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.pzl-main-menu > ul > li > ul li a {
  padding: 0 15px;
  line-height: 120%;
}
.pzl-main-menu > ul > li:hover > ul {
  display: block;
}
.pzl-attachment .attachment {
  display: inline-block;
  vertical-align: top;
}
.pzl-attachment .attachment .ico.document-type {
  background-image: url('../img/icon/pdf.svg');
  background-size: 50px 60px;
  background-repeat: no-repeat;
  width: 50px;
  height: 60px;
}
.pzl-attachment .attachment .ico.document-type.pdf {
  background-image: url('../img/icon/pdf.svg');
  background-size: 50px 60px;
  background-repeat: no-repeat;
  width: 50px;
  height: 60px;
}
.pzl-attachment .attachment .ico.document-type.docx,
.pzl-attachment .attachment .ico.document-type.doc {
  background-image: url('../img/icon/doc.svg');
  background-size: 50px 60px;
  background-repeat: no-repeat;
  width: 50px;
  height: 60px;
}
.pzl-costs table {
  width: 100%;
  min-width: 700px;
}
.pzl-costs table tr td {
  padding: 8px;
  border-bottom: 1px solid #cccccc;
}
.pzl-costs table tr td:first-child {
  width: 30%;
}
.pzl-costs table.by-date {
  border: 1px solid #cccccc;
  border-collapse: collapse;
}
.pzl-costs table.by-date tr td {
  border: 1px solid #cccccc;
  text-align: center;
  position: relative;
}
.pzl-costs table.by-date tr td:first-child {
  text-align: left;
}
.pzl-costs table.by-date tr td.paid {
  background-color: #bce4a1;
  color: #000;
}
.pzl-costs table.by-date tr td.notpaid {
  background-color: #ff8e92;
  color: #000;
}
.pzl-costs table.by-date tr td.costText {
  background-color: transparent;
  font-weight: bold;
  width: 20%;
  text-align: left;
}
.pzl-costs table.by-date tr td em {
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  background-color: #333;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 4px 8px;
  z-index: 5;
  min-width: 200px;
  text-align: center;
  font-size: 11px;
  font-style: normal;
}
.pzl-costs table.by-date tr td em span:after {
  content: ' / ';
}
.pzl-costs table.by-date tr td em span:last-child:after {
  content: '';
}
.pzl-costs table.by-date tr td:hover em {
  display: block;
}
.pzl-costs table.by-date tr.thead td {
  font-weight: bold;
  background-color: transparent;
}
.select-multiple {
  position: relative;
  z-index: 5;
  font-size: 12px;
}
.select-multiple a {
  color: #000;
  text-decoration: none;
  outline: none;
}
.select-multiple dd,
.select-multiple dt {
  margin: 0px;
  padding: 0px;
}
.select-multiple dt {
  border: 1px solid #B7B7B7;
}
.select-multiple dt a {
  background-color: #fff;
  display: block;
  padding: 7px 20px 4px 10px;
  min-height: 25px;
  line-height: 24px;
  overflow: hidden;
  border: 0;
  width: 100%;
}
.select-multiple dt a i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.select-multiple dt .selected {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 2px 0;
}
.select-multiple dd {
  position: relative;
}
.select-multiple dd ul {
  position: absolute;
  margin: -1px 0 0 0;
  background-color: #fff;
  border: 0;
  color: #000;
  display: none;
  left: 0px;
  padding: 5px 0;
  top: 0;
  width: 100%;
  list-style: none;
  max-height: 150px;
  overflow: auto;
  border: 1px solid #B7B7B7;
}
.select-multiple dd ul li {
  display: block;
  width: 100%;
  padding: 0 10px;
}
.select-multiple dd ul li label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  line-height: 30px;
}
.select-multiple dd ul li:hover {
  background-color: #EEEEEE;
}
.selectBox-dropdown {
  border: 1px solid #B7B7B7;
  font-size: 12px;
}
.selectBox-dropdown .selectBox-label {
  width: 100% !important;
  background-color: #fff;
  display: block;
  min-height: 25px;
  line-height: 24px;
  overflow: hidden;
  border: 0;
  width: 100%;
  cursor: pointer;
}
.selectBox-dropdown .selectBox-arrow:before {
  font-family: FontAwesome;
  content: "\f0d7";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8.5px;
}
.selectBox-dropdown-menu,
.selectBox-inline,
.selectBox-inline:focus,
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  border-color: #B7B7B7;
}
.selectBox-options li {
  color: #000;
  font-size: 12px;
}
.table-responsive-wrapper {
  width: 100%;
  min-width: 300px;
  overflow: auto;
}
.pzl-rates {
  float: left;
  position: relative;
}
.pzl-rates .box {
  display: block;
  width: 100%;
  display: flex;
}
.pzl-rates .box:not(:last-child) {
  margin-bottom: 10px;
}
.pzl-rates .box > span {
  margin-left: 15px;
}
.pzl-rates .box > input[type=radio] + label {
  color: #ddd;
  float: right;
  cursor: pointer;
  padding: 0;
}
.pzl-rates .box > input[type=radio] + label:not(:last-of-type) {
  margin-right: 5px;
}
.pzl-rates .box > input[type=radio] + label:before {
  font-size: 20px;
  font-family: 'FontAwesome';
  display: inline-block;
  content: "\f005";
}
.pzl-rates .box > button {
  float: right;
  display: none;
}
.pzl-rates .box > button:hover {
  text-decoration: underline;
}
.pzl-rates .box:hover > button {
  display: block;
  border: 0;
  background-color: transparent;
  font-size: 11px;
  line-height: 28px;
}
.pzl-rates .box > input {
  display: none;
}
.pzl-rates .box:not(.disabled) > input:checked ~ label,
.pzl-rates .box:not(.disabled) > input:checked ~ label:before,
.pzl-rates .box:not(.disabled):not(:checked) > label:hover,
.pzl-rates .box:not(.disabled):not(:checked) > label:hover ~ label {
  color: #fcc334;
}
.pzl-rates .box:not(.disabled) > input:checked + label:hover,
.pzl-rates .box:not(.disabled) > input:checked ~ label:hover,
.pzl-rates .box:not(.disabled) > label:hover ~ input:checked ~ label,
.pzl-rates .box:not(.disabled) > input:checked ~ label:hover ~ label {
  color: #fcc334;
}
.pzl-rates .box > input[type=radio]:disabled + label {
  cursor: default;
}
.pzl-rates .box.disabled > input[type=radio] + label {
  cursor: default;
}
.pzl-rates .box.disabled > input[type=radio]:checked ~ label,
.pzl-rates .box.disabled > input[type=radio]:checked + label,
.pzl-rates .box.disabled > input[type=radio]:checked + label:before {
  color: #fcc334;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  width: 100%;
  height: 100%;
  color: #5C6C78;
  font-size: 14px;
  background-color: #F8F8F8;
}
body.inside {
  padding-top: 137px;
}
@media (max-width: 1024px) {
  body.inside {
    padding-top: 75px;
  }
}
body.inside header .top {
  background: #fff;
}
.desktop-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }
}
.mobile-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .mobile-only {
    display: block !important;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  max-width: 1360px;
}
@media (min-width: 1200px) {
  .container.wide {
    max-width: 1500px;
  }
}
.row {
  position: relative;
}
.text-right {
  text-align: right;
}
a:hover {
  text-decoration: underline;
}
::placeholder {
  color: #222222;
  opacity: 1;
  font-family: 'Roboto', sans-serif;
}
:-ms-input-placeholder {
  color: #222222;
  font-family: 'Roboto', sans-serif;
}
::-ms-input-placeholder {
  color: #222222;
  font-family: 'Roboto', sans-serif;
}
.btn:hover {
  text-decoration: none;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.narrow-width-center-1240 {
  width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .narrow-width-center-1240 {
    width: 100%;
  }
}
header .only-mobile {
  display: none !important;
}
@media (max-width: 1024px) {
  header .only-mobile {
    display: block;
  }
}
header .top {
  background: rgba(0,0,0,0.85);
}
header .search-wrapper .search .selectric-items li.highlighted {
  color: #fff;
  background-color: #103674;
}
header .search-wrapper .search .selectric-items li:hover {
  background: rgba(213,66,85,0.2);
}
.inside .search-wrapper {
  width: 100%;
  padding-right: 0;
  margin: 0 0 15px 0;
}
@media (max-width: 1024px) {
  .inside .search-wrapper {
    width: 100%;
  }
}
.inside .go-back {
  margin-top: 55px;
}
@media (max-width: 1024px) {
  .inside .go-back {
    margin-top: 35px;
  }
}
.inside .go-back .go-back-arrow {
  background-image: url('https://cache.100kvadratov.si/cdn/planetum/img/icon/chevron-left.svg');
  background-size: 21px 12px;
  background-repeat: no-repeat;
  width: 21px;
  height: 12px;
  content: "";
  display: block;
  margin-bottom: 30px;
}
.search-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 1200px;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-left: 0;
  padding-right: 5px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .search-wrapper {
    width: 100%;
    display: block;
    padding-right: 0;
  }
}
.search-wrapper .input-text {
  padding: 5px 15px;
  margin: 10px 5px 10px 0px;
  border: 1px solid #707070;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: border-color .3s ease-in-out;
  -moz-transition: border-color .3s ease-in-out;
  -ms-transition: border-color .3s ease-in-out;
  -o-transition: border-color .3s ease-in-out;
}
.search-wrapper .input-text .search-black {
  position: absolute;
  top: 22px;
}
@media (max-width: 1024px) {
  .search-wrapper .input-text .search-black {
    display: none;
  }
}
.search-wrapper .input-text input {
  border: none;
  font-size: 14px;
  line-height: 18px;
  padding: 6px;
  color: #222222;
  width: 160px;
  margin-left: 20px;
}
.search-wrapper .input-text input::-webkit-input-placeholder,
.search-wrapper .input-text input::-moz-placeholder,
.search-wrapper .input-text input:-ms-input-placeholder,
.search-wrapper .input-text input:-moz-placeholder {
  color: #222222 !important;
  opacity: 1 !important;
}
@media (max-width: 1024px) {
  .search-wrapper .input-text input {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .search-wrapper .input-text {
    border: 0;
  }
}
.search-wrapper .key-search {
  position: relative;
}
.search-wrapper .key-search button {
  border: 0;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 23px;
  display: none;
}
@media (max-width: 1024px) {
  .search-wrapper .key-search button {
    top: 14px;
  }
}
.search-wrapper .key-search.active .input-text {
  border-color: #000;
}
.search-wrapper .key-search.active button {
  display: block;
}
.search {
  color: #AAAAAA;
  font-size: 15px;
  padding: 0;
  margin: 0 auto;
  background-color: transparent;
}
@media (max-width: 1024px) {
  .search {
    position: relative;
    width: 100%;
    bottom: auto;
  }
}
.search .row-wrapper {
  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 (max-width: 1024px) {
  .search .row-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.search .row-wrapper .item {
  position: relative;
  width: 22%;
  padding: 5px 15px;
  margin: 10px px;
  background-color: #fff;
  border: 1px solid #f6d9dd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search .row-wrapper .item.selected {
  border-color: #103674;
}
.search .row-wrapper .item:before {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.1);
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 0;
  overflow: hidden;
}
.search .row-wrapper .item.actions {
  width: 16%;
  padding: 1px;
  border: 0;
  background: #103674;
}
.search .row-wrapper .item .label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
}
@media (max-width: 1024px) {
  .search .row-wrapper .item {
    width: auto !important;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .search .row-wrapper .item.actions {
    background-color: transparent;
    width: auto;
  }
}
.search.disabled .item:not(.actions):before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  height: 100%;
}
.search button {
  background: #103674;
  color: inherit;
  cursor: pointer;
  padding: 5px;
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  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: center;
  -ms-justify-content: center;
  justify-content: center;
}
.search button i {
  margin-right: 10px;
  top: -1px;
}
@media (max-width: 1024px) {
  .search button {
    padding: 15px;
  }
}
.btns-wrapper {
  text-align: center;
  margin: 70px 0;
}
.btn-check-more {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  background: #103674;
  text-transform: uppercase;
  padding: 15px 55px;
  display: inline-block;
  text-align: center;
}
.btn-check-more:hover {
  text-decoration: none;
  background: #333333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (max-width: 1024px) {
  .grid .subtitle a {
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .grid .pzl-gallery .gallery-control {
    top: 30%;
  }
}
.content-block a {
  color: inherit;
  text-decoration: none;
}
.content-block img {
  max-width: 100%;
}
.content-block h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content-block .desc {
  font-size: 14px;
  line-height: 20px;
}
section.offer,
section.competencies,
section.text-image-right,
section.feedback,
section.cta-feedback,
section.text-form-right,
section.company-id,
section.survey,
section.real-estate-consulting:not(.header),
section.items-inside,
section.team {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  section.offer,
  section.competencies,
  section.text-image-right,
  section.feedback,
  section.cta-feedback,
  section.text-form-right,
  section.company-id,
  section.survey,
  section.real-estate-consulting:not(.header),
  section.items-inside,
  section.team {
    padding: 40px 0;
  }
}
section.offer h2,
section.competencies h2,
section.text-image-right h2,
section.feedback h2,
section.cta-feedback h2,
section.text-form-right h2,
section.company-id h2,
section.survey h2,
section.real-estate-consulting:not(.header) h2,
section.items-inside h2,
section.team h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  section.offer h2,
  section.competencies h2,
  section.text-image-right h2,
  section.feedback h2,
  section.cta-feedback h2,
  section.text-form-right h2,
  section.company-id h2,
  section.survey h2,
  section.real-estate-consulting:not(.header) h2,
  section.items-inside h2,
  section.team h2 {
    font-size: 20px;
    line-height: 25px;
  }
}
section.offer {
  background: #f6d9dd;
  position: relative;
}
section.offer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 175px;
  top: 0;
  background-image: url('https://bunny.100m2.si/www/planetum/img/waves.png');
  background-position: top;
  background-repeat: repeat-x;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.offer .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.offer a {
  text-decoration: none;
  transition: transform .5s;
  display: inline-block;
  color: #fff;
}
section.offer .reduce .item .image-wrapper {
  height: 300px;
}
section.offer .reduce .item h4 {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  padding: 0 15px;
}
section.offer .item {
  position: relative;
  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: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
section.offer .item .reduce h4 {
  font-size: 20px;
}
section.offer .item:hover .text {
  height: 100%;
  background: rgba(213,66,85,0.8);
  transition: height, .3s;
}
@media (max-width: 1024px) {
  section.offer .item {
    margin-bottom: 40px;
  }
}
section.offer .text {
  position: absolute;
  bottom: 0;
  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: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background: #103674;
}
section.offer .text h4 {
  font-size: 24px;
  font-weight: 400;
}
section.offer .col-md-5ths.reduce .item .image-wrapper {
  height: 250px;
}
@media (max-width: 1024px) {
  section.offer .col-md-5ths.reduce .item .image-wrapper {
    height: 300px;
  }
}
section.competencies {
  background: #F8FCFE;
}
section.competencies img {
  max-width: 120px;
}
section.competencies h2 {
  text-align: center;
  margin-bottom: 40px;
}
section.competencies .item {
  background: #fff;
  border: 1px solid #0C9FCF26;
  padding: 50px 10px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
section.competencies .item .image-wrapper {
  margin-bottom: 25px;
}
section.competencies .item h4 {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  section.competencies .item {
    margin-bottom: 15px;
  }
}
section.competencies .col-md-5ths .item {
  min-height: 310px;
}
@media (max-width: 1024px) {
  section.competencies .col-md-5ths .item {
    min-height: 0;
  }
}
section.text-image-right {
  background-image: url('https://bunny.100m2.si/www/planetum/img/waves-bottom.png');
  background-repeat: repeat-x;
  background-position: bottom;
}
@media (min-width: 767px) {
  section.text-image-right .dinamic-col-height {
    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: 1024px) {
  section.text-image-right {
    background-image: none;
    background-color: #103674;
    padding: 15px 0;
  }
}
section.text-image-right .container {
  background-image: url('https://bunny.100m2.si/www/planetum/img/rdeca-desna-kratko.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-top: 40px;
  padding-bottom: 35px;
}
@media (max-width: 1024px) {
  section.text-image-right .container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  section.text-image-right .text {
    margin-top: 0;
    color: #fff;
  }
}
section.text-image-right .text h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  section.text-image-right .text h3 {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  section.text-image-right .text h2 {
    margin-bottom: 20px;
  }
}
section.text-image-right .text p {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  section.text-image-right .text p {
    font-size: 14px;
    line-height: 20px;
  }
}
section.text-image-right .text .btn {
  background: #f6d9dd;
  color: #103674;
  font-weight: 500;
}
@media (max-width: 1024px) {
  section.text-image-right .text .btn {
    margin-bottom: 20px;
  }
}
section.text-image-right .image-wrapper {
  position: relative;
}
section.text-image-right .image-wrapper:after {
  content: url('https://bunny.100m2.si/www/planetum/img/znak.png');
  position: absolute;
  bottom: -35px;
  right: 100px;
}
@media (max-width: 1024px) {
  section.text-image-right .image-wrapper img {
    max-width: 100%;
  }
}
section.text-image-right.invert .dinamic-col-height {
  float: right;
}
section.text-image-right.invert .container {
  background-image: url('https://bunny.100m2.si/www/planetum/img/rdeca-levo-kratko.png');
  background-position: bottom left;
}
section.feedback {
  background: #d95466;
}
section.feedback h2 {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  section.feedback h2 {
    margin-bottom: 10px;
  }
}
section.feedback .owl-controls .custom-nav {
  position: absolute;
  left: 91.3%;
  top: -120px;
  right: 0;
}
@media (max-width: 1024px) {
  section.feedback .owl-controls .custom-nav {
    display: none;
  }
}
section.feedback .owl-controls .custom-nav .owl-prev,
section.feedback .owl-controls .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
section.feedback .owl-controls .custom-nav .owl-prev i,
section.feedback .owl-controls .custom-nav .owl-next i {
  font-size: 22px;
  font-weight: 300;
  height: 32px;
  width: 32px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: transparent;
  box-shadow: none;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
section.feedback .owl-controls .custom-nav .owl-prev {
  left: 0;
}
section.feedback .owl-controls .custom-nav .owl-next {
  right: 0;
}
section.feedback .owl-controls .custom-nav .owl-next i {
  padding-left: 5px;
}
section.feedback .owl-carousel .item {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-top: 40px;
  padding-right: 60px;
}
@media (max-width: 1024px) {
  section.feedback .owl-carousel .item {
    padding-right: 0;
  }
}
section.feedback .owl-carousel .item:before {
  content: url('https://bunny.100m2.si/www/planetum/img/quote-left-solid.png');
  position: relative;
  display: block;
  margin-bottom: 30px;
}
section.feedback .owl-carousel .item strong {
  display: block;
  margin-top: 25px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
section.feedback .owl-carousel .item strong i,
section.feedback .owl-carousel .item strong em {
  font-style: normal;
  opacity: 0.6;
}
section.cta-feedback {
  background: #f6d9dd;
  text-align: center;
}
section.cta-feedback h2 {
  margin: 0 auto 40px auto;
  text-align: center;
  width: 750px;
}
@media (max-width: 1024px) {
  section.cta-feedback h2 {
    width: 100%;
  }
}
section.cta-feedback a {
  text-decoration: none;
}
section.cta-feedback a:hover {
  text-decoration: none;
}
section.cta-feedback .btn {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 15px 35px;
  background: #103674;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
section.waves {
  background-image: url('https://bunny.100m2.si/www/planetum/img/waves-bottom.png');
  background-repeat: repeat-x;
  background-position: bottom;
  min-height: 160px;
}
section.header {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 380px;
}
section.header [class*="container"],
section.header [class*="row"],
section.header [class*="col-"] {
  height: 100%;
}
@media (max-width: 1024px) {
  section.header {
    height: 350px;
  }
}
section.header .text {
  position: relative;
  z-index: 50;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 100%;
}
section.header h1 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  top: 70px;
  position: absolute;
}
@media (max-width: 1024px) {
  section.header h1 {
    font-size: 17px;
    line-height: 22px;
  }
}
section.header h1:before {
  content: "";
  position: absolute;
  background: rgba(255,255,255,0.4);
  height: 2px;
  width: 200px;
  top: -25px;
}
section.header h4 {
  font-size: 48px;
  line-height: 120%;
  font-weight: 700;
  color: #fff;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  section.header h4 {
    font-size: 27px;
    line-height: 35px;
    padding-top: 20px;
  }
}
section.header:before {
  content: "";
  background: rgba(213,66,85,0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  top: 0;
}
section.header.leasing {
  background-image: url('https://bunny.100m2.si/www/planetum/img/header-leasingi.jpg');
}
section.header.loans,
section.header.about-us {
  background-image: url('https://bunny.100m2.si/www/planetum/img/header-krediti.jpg');
}
section.header.real-estate,
section.header.real-estate-consulting,
section.header.vacation-houses {
  background-image: url('https://bunny.100m2.si/www/planetum/img/header-nepremicnine.jpg');
}
section.header.contact {
  background-image: url('https://bunny.100m2.si/www/planetum/img/header-kontakt.jpg');
}
section.header.receivables {
  background-image: url('https://bunny.100m2.si/www/planetum/img/header-terjatve.jpg');
}
section.blue-rectangles {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  section.blue-rectangles {
    padding: 50px 0;
  }
}
section.blue-rectangles.bg {
  background: #f6d9dd;
}
section.blue-rectangles .rectangles .padding-around .data {
  padding: 40px;
}
@media (max-width: 1024px) {
  section.blue-rectangles .rectangles .padding-around .data {
    padding: 0;
  }
}
section.blue-rectangles .rectangles .full-width:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  section.blue-rectangles .rectangles .full-width:not(:last-child) {
    margin-bottom: 0;
  }
}
section.blue-rectangles .rectangles .item {
  padding: 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 3px 20px #00000029;
  background: transparent linear-gradient(180deg,#d54255 0%,#eaa0aa 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  min-height: 260px;
}
@media (max-width: 1024px) {
  section.blue-rectangles .rectangles .item {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 25px;
  }
}
section.blue-rectangles .rectangles .item.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  section.blue-rectangles .rectangles .item.mb-100 {
    margin-bottom: 25px;
  }
}
section.blue-rectangles .rectangles .item h4 {
  margin-top: 0px;
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
}
section.blue-rectangles .rectangles .item .image {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  section.blue-rectangles .rectangles .item .image {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
section.blue-rectangles .rectangles .item ul {
  list-style-type: disc;
  margin-bottom: 20px;
  margin-left: 20px;
}
section.blue-rectangles .rectangles .item p + p {
  margin-top: 15px;
}
section.blue-rectangles .rectangles .item ol {
  list-style-type: decimal;
  margin-bottom: 20px;
  margin-left: 30px;
}
section.blue-rectangles .rectangles .item ol li {
  margin-bottom: 10px;
}
section.blue-rectangles .rectangles .item ol li::marker {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  section.blue-rectangles .rectangles .item ol li::marker {
    font-size: 18px;
  }
}
section.blue-rectangles .rectangles .item ol b {
  display: block;
}
section.blue-rectangles.no-icon .item {
  padding: 64px;
}
section.blue-rectangles.no-icon .item h2 + p,
section.blue-rectangles.no-icon .item h2 + ul,
section.blue-rectangles.no-icon .item h2 + ol,
section.blue-rectangles.no-icon .item h3 + p,
section.blue-rectangles.no-icon .item h3 + ul,
section.blue-rectangles.no-icon .item h3 + ol,
section.blue-rectangles.no-icon .item h4 + p,
section.blue-rectangles.no-icon .item h4 + ul,
section.blue-rectangles.no-icon .item h4 + ol {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  section.blue-rectangles.no-icon .item {
    padding: 15px;
  }
}
section.leasing-loans-tabs,
section.section-tabs {
  padding: 100px 0;
  background: #f6d9dd;
}
@media (max-width: 1024px) {
  section.leasing-loans-tabs,
  section.section-tabs {
    padding: 60px 0 30px 0;
  }
}
section.leasing-loans-tabs .tab-items,
section.section-tabs .tab-items {
  margin-bottom: 30px;
}
section.leasing-loans-tabs .tab-items .btn,
section.section-tabs .tab-items .btn {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #103674;
  background: transparent;
  display: inline-block;
  padding: 12px 15px;
  margin-right: 10px;
}
section.leasing-loans-tabs .tab-items .btn.active,
section.section-tabs .tab-items .btn.active {
  background: #103674;
  color: #fff;
}
section.leasing-loans-tabs .tab-contents .tab-content,
section.section-tabs .tab-contents .tab-content {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 3px 20px #00000029;
  background: transparent linear-gradient(180deg,#d54255 0%,#eaa0aa 100%) 0% 0% no-repeat padding-box;
  padding: 65px 250px 65px 65px;
}
@media (max-width: 1024px) {
  section.leasing-loans-tabs .tab-contents .tab-content,
  section.section-tabs .tab-contents .tab-content {
    padding: 25px;
    font-size: 15px;
    line-height: 25px;
  }
}
section.leasing-loans-tabs .tab-contents .tab-content:not(.active),
section.section-tabs .tab-contents .tab-content:not(.active) {
  display: none;
}
section.leasing-loans-tabs .tab-contents .tab-content h4,
section.section-tabs .tab-contents .tab-content h4 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}
section.leasing-loans-tabs .tab-contents .tab-content ul,
section.leasing-loans-tabs .tab-contents .tab-content ol,
section.section-tabs .tab-contents .tab-content ul,
section.section-tabs .tab-contents .tab-content ol {
  margin-top: 20px;
  margin-left: 30px;
}
section.leasing-loans-tabs .tab-contents .tab-content ul,
section.section-tabs .tab-contents .tab-content ul {
  list-style-type: disc;
}
section.leasing-loans-tabs .tab-contents .tab-content ol,
section.section-tabs .tab-contents .tab-content ol {
  list-style-type: decimal;
}
section.leasing-loans-tabs .tab-contents .tab-content ol li,
section.section-tabs .tab-contents .tab-content ol li {
  margin-bottom: 10px;
}
section.leasing-loans-tabs .tab-contents .tab-content ol li::marker,
section.section-tabs .tab-contents .tab-content ol li::marker {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  section.leasing-loans-tabs .tab-contents .tab-content ol li::marker,
  section.section-tabs .tab-contents .tab-content ol li::marker {
    font-size: 18px;
  }
}
section.leasing-loans-tabs .tab-contents .tab-content ol b,
section.section-tabs .tab-contents .tab-content ol b {
  display: block;
}
section.text-form-right .images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
section.text-form-right .images img {
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 150px;
}
section.text-form-right .text {
  margin-top: 26px;
  padding-right: 55px;
}
@media (max-width: 1024px) {
  section.text-form-right .text {
    padding-right: 0;
  }
}
section.text-form-right .text h2 {
  margin-bottom: 30px;
}
section.text-form-right .text ul {
  list-style-type: disc;
  margin-bottom: 30px;
  margin-left: 40px;
}
section.text-form-right .text ul li:not(:last-of-type) {
  margin-bottom: 10px;
  line-height: 130%;
}
section.text-form-right .text p {
  margin-bottom: 15px;
  line-height: 130%;
}
section.text-form-right .text h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
section.text-form-right .form-wrapper > p {
  line-height: 130%;
}
section.text-form-right .form-wrapper > p.before {
  margin-bottom: 15px;
  font-weight: bold;
}
section.text-form-right .form-wrapper > p.after {
  margin-top: 30px;
  text-align: center;
}
section.text-form-right .form-wrapper .form-box input[type="text"],
section.text-form-right .form-wrapper .form-box textarea,
section.text-form-right .form-wrapper .form-box select {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 40px;
  background: #f6d9dd;
}
section.text-form-right .form-wrapper .form-box input[type="text"]::placeholder,
section.text-form-right .form-wrapper .form-box textarea::placeholder,
section.text-form-right .form-wrapper .form-box select::placeholder {
  color: #103674;
  font-weight: 500;
  opacity: 1;
}
section.text-form-right .form-wrapper .form-box input[type="text"]:-ms-input-placeholder,
section.text-form-right .form-wrapper .form-box textarea:-ms-input-placeholder,
section.text-form-right .form-wrapper .form-box select:-ms-input-placeholder {
  color: #103674;
  font-weight: 500;
}
section.text-form-right .form-wrapper .form-box input[type="text"]::-ms-input-placeholder,
section.text-form-right .form-wrapper .form-box textarea::-ms-input-placeholder,
section.text-form-right .form-wrapper .form-box select::-ms-input-placeholder {
  color: #103674;
  font-weight: 500;
}
section.text-form-right .form-wrapper .btn {
  margin-top: 15px;
  padding: 15px 10px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
}
section.text-form-right .form-wrapper .btn i {
  display: none;
}
section.company-id,
section.map {
  background: #F8FCFE;
  padding-bottom: 0;
}
section.company-id h4,
section.map h4 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  margin-top: 30px;
}
section.company-id .company tr td,
section.map .company tr td {
  border: none;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  section.company-id .company tr td,
  section.map .company tr td {
    font-size: 14px;
    line-height: 20px;
  }
}
section.company-id .company tr td:nth-child(1),
section.map .company tr td:nth-child(1) {
  padding-right: 30px;
  vertical-align: top;
}
section.company-id .company tr td:nth-child(2),
section.map .company tr td:nth-child(2) {
  font-weight: 500;
  color: #000;
}
section.company-id .working-hours,
section.map .working-hours {
  margin: 25px 0 60px 0;
}
section.company-id .working-hours tr td,
section.map .working-hours tr td {
  border: none;
  font-size: 20px;
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  section.company-id .working-hours tr td,
  section.map .working-hours tr td {
    font-size: 14px;
    line-height: 20px;
  }
}
section.company-id .working-hours tr td:nth-child(1),
section.map .working-hours tr td:nth-child(1) {
  font-weight: 500;
  color: #000;
  padding-right: 20px;
}
section.map {
  padding-top: 0;
  padding-bottom: 100px;
}
section.image-on-bg-img {
  background: #F8FCFE;
}
section.image-on-bg-img .container {
  background-image: url('https://bunny.100m2.si/www/planetum/img/rdeca-desna-kratko.png');
  background-repeat: no-repeat;
  background-position: 98% 50%;
  padding-top: 40px;
  padding-bottom: 35px;
}
@media (max-width: 1024px) {
  section.image-on-bg-img .container {
    background-position: 0% 100%;
  }
}
section.image-on-bg-img .image-wrapper {
  position: relative;
}
@media (max-width: 1024px) {
  section.image-on-bg-img .image-wrapper img {
    max-width: 100%;
  }
}
section.image-on-bg-img .image-wrapper:after {
  content: url('https://bunny.100m2.si/www/planetum/img/znak.png');
  position: absolute;
  bottom: -35px;
  right: 100px;
}
section.image-on-bg-img.bg-left .container {
  transform: rotate(180deg);
}
section.image-on-bg-img.bg-left .image-wrapper:after {
  bottom: unset;
  top: -35px;
  transform: rotate(180deg);
}
section.image-on-bg-img.bg-left .image-wrapper img {
  transform: rotate(180deg);
}
section.real-estate-consulting {
  background-color: #f6d9dd;
}
section.survey,
section.real-estate-consulting {
  background-image: url('https://bunny.100m2.si/www/planetum/img/waves-bottom.png');
  background-repeat: repeat-x;
  background-position: bottom;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}
section.survey h3,
section.real-estate-consulting h3 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
}
section.survey a,
section.real-estate-consulting a {
  color: #000;
  text-decoration: none;
}
section.survey a:hover,
section.real-estate-consulting a:hover {
  text-decoration: underline;
}
section.survey ul,
section.real-estate-consulting ul {
  list-style-type: disc;
  margin-bottom: 20px;
  margin-left: 20px;
}
section.survey {
  background: #F8FCFE;
}
section.survey .contact-wrapper {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #103674;
  text-align: center;
  margin: 50px auto;
}
@media (max-width: 1024px) {
  section.survey .contact-wrapper {
    text-align: left;
  }
}
section.survey .contact-wrapper a {
  color: inherit;
}
section.survey .contact-wrapper a:hover {
  color: #000;
}
section.items-inside {
  background-color: #F8FCFE;
}
section.items-inside .list-actions {
  margin-top: 0;
}
section.items-inside .list-actions .tags,
section.items-inside .list-actions .sort {
  display: none;
}
section.about-us.blue-rectangles {
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  section.team .agents {
    padding: 0 15px;
  }
}
section.team .agents .agent {
  display: block;
  margin-bottom: 60px;
}
section.team .agents .agent .image-wrapper img {
  -webkit-border-radius: 90%;
  -moz-border-radius: 90%;
  border-radius: 90%;
  display: inline-block;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  section.team .agents .agent .image-wrapper {
    width: 100%;
    text-align: center;
  }
}
section.team .agents .agent .contact {
  text-align: center;
  width: 200px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  section.team .agents .agent .contact {
    width: 100%;
  }
}
section.team .agents .agent .contact a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
section.team .agents .agent .contact a:hover {
  text-decoration: underline;
}
section.team .agents .agent .about {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
section.team .agents .agent .about h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  section.team .agents .agent .about {
    margin-top: 15px;
  }
  section.team .agents .agent .about h3 {
    text-align: center;
  }
}
.row-actions {
  position: absolute;
  z-index: 10;
  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: center;
  -ms-justify-content: center;
  justify-content: center;
  border: 1px solid #707070;
  background-color: #fff;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  right: 80px;
  top: 20px;
  cursor: pointer;
}
.row-actions button {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.row-actions .pzl-share {
  display: none;
}
.row-actions .pzl-share label {
  display: none;
}
.row-actions .pzl-share > a {
  color: #004ABA;
  font-size: 22px;
  margin-right: 0;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .row-actions .pzl-share > a {
    font-size: 16px;
  }
}
.row-actions.open {
  height: auto;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  padding: 15px 0;
}
.row-actions.open .pzl-share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
header.hidden {
  top: -167px;
}
header .top {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  header .top {
    padding: 4px;
  }
}
@media (min-width: 1024px) {
  header .top .middle {
    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: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
header .top .middle .contact,
header .top .middle .phone {
  background-color: #004ABA;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.4px;
  position: relative;
  padding: 15px 20px !important;
  transition: all 0.3s;
}
header .top .middle .contact:hover,
header .top .middle .phone:hover {
  background-color: #EFC778;
}
header .top .middle .phone {
  color: #004ABA;
  background-color: transparent;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #004ABA;
}
@media (max-width: 1024px) {
  header .top .middle .phone {
    padding: 5px 15px !important;
    order: 2;
  }
}
header .top .middle .phone svg path {
  transition: all 0.3s;
}
header .top .middle .phone:hover {
  background-color: transparent;
  border-color: #EFC778;
  color: #EFC778;
  text-decoration: none;
}
header .top .middle .phone:hover svg path {
  fill: #EFC778;
}
header .top .middle .phone svg {
  width: 22px;
  margin-right: 10px;
}
header .top .middle .phone svg path {
  fill: #004ABA;
}
@media (max-width: 1024px) {
  header .pzl-main-menu ul {
    text-align: left;
    margin-bottom: 20px;
  }
}
header .pzl-main-menu ul li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.4px;
  color: #004ABA;
  text-transform: uppercase;
  margin-right: 27px;
}
@media (max-width: 1024px) {
  header .pzl-main-menu ul li {
    margin-bottom: 20px;
  }
}
header .pzl-main-menu ul li a {
  color: #004ABA;
  text-decoration: none;
  padding: 0 !important;
}
header .pzl-main-menu ul li a.selected {
  color: #707070;
}
header .pzl-main-menu ul li a:hover {
  color: #707070;
}
header .pzl-main-menu ul > li:last-child {
  margin-right: 0;
}
header #toggle-search {
  display: none;
}
@media (max-width: 1024px) {
  header #toggle-search {
    display: block;
    margin: 5px auto 10px;
    width: 180px;
    color: #103674;
    text-align: center;
    padding: 5px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #103674;
    border: 1px solid #fff;
  }
}
@media (max-width: 1024px) {
  header {
    background-color: #222222;
  }
  header .row-flex {
    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;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  header .row-flex .logo {
    height: 53px;
  }
  header .row-flex .logo img {
    height: 53px;
  }
  header .menu-trigger {
    display: inline-block;
    font-size: 25px;
    margin-top: unset;
    color: #000;
    order: 3;
  }
  header .menu-trigger .icon.bars::before {
    content: "";
    display: block;
    background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/ico-menu-bars.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 15px;
    width: 24px;
    height: 15px;
  }
  header .pzl-main-menu {
    position: fixed;
    left: 0;
    width: 100%;
    display: none;
    background-color: #F8F8F8;
    top: 47px;
    padding: 20px;
    transition: all 1.3s ease-in-out;
  }
  header .pzl-main-menu ul {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    padding-top: 52px;
    padding-bottom: 53px;
  }
  header .pzl-main-menu ul li {
    font-size: 25px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0;
    margin-bottom: 14px;
    display: block;
    text-decoration: none;
  }
  header .pzl-main-menu ul li .contact {
    margin-top: 16px;
    font-size: 16px !important;
    line-height: 21px !important;
    letter-spacing: 1.28px !important;
  }
}
.ico {
  display: inline-block;
  text-indent: -9999px;
  position: relative;
}
.ico.magnifier {
  background-image: url('https://cache.100kvadratov.si/cdn/planetum/img/icon/search-regular.svg');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.ico.phone {
  background-image: url('https://cache.100kvadratov.si/cdn/planetum/img/icon/phone-alt-solid.svg');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.ico.envelope {
  background-image: url('https://cache.100kvadratov.si/cdn/planetum/img/icon/envelope-regular.svg');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.ico.search-black {
  background-image: url('https://cache.100kvadratov.si/cdn/planetum/img/icon/search-regular-black.svg');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.ico.phone-contact {
  background-image: url('https://cache.100kvadratov.si/cdn/planetum/img/icon/phone-contact.svg');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.ico.envelope-contact {
  background-image: url('https://cache.100kvadratov.si/cdn/planetum/img/icon/envelope-contact.svg');
  background-size: 16px 12px;
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
}
.ico.download {
  background-image: url('https://cache.100kvadratov.si/cdn/planetum/img/icon/arrow-alt-to-bottom-solid.svg');
  background-size: 13px 16px;
  background-repeat: no-repeat;
  width: 13px;
  height: 16px;
}
.ico.times {
  background-image: url('https://cache.100kvadratov.si/cdn/planetum/img/icon/times-light.svg');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.ico.contact-phone {
  background-image: url('https://cache.100kvadratov.si/cdn/planetum/img/icon/phone-alt-solid.svg');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.ico.contact-fax {
  background-image: url('https://cache.100kvadratov.si/cdn/planetum/img/icon/fax-solid.svg');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.ico.contact-mobile {
  background-image: url('https://cache.100kvadratov.si/cdn/planetum/img/icon/mobile-alt-solid.svg');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.ico.contact-mail {
  background-image: url('https://cache.100kvadratov.si/cdn/planetum/img/icon/envelope-regular.svg');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.ico.contact-clock {
  background-image: url('https://cache.100kvadratov.si/cdn/planetum/img/icon/clock-regular.svg');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.pzl-item.grid {
  position: relative;
  margin-bottom: 58px;
  padding-left: 24px;
  padding-right: 24px;
}
.pzl-item.grid .price {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #004ABA;
}
.pzl-item.grid h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 11px;
}
.pzl-item.grid h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.75px;
  color: #707070;
}
.pzl-item .row-wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all .3s ease-in-out;
}
.pzl-item .row-wrapper a {
  text-decoration: none;
}
.pzl-item .row-wrapper a:hover {
  text-decoration: none;
}
.pzl-item .row-wrapper:first-child .row .col-gallery {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.pzl-item .row-wrapper:first-child .row .col-gallery .box {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.pzl-item .row-wrapper:first-child .row .about-wrapper {
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #fff;
}
.pzl-item .exclusive {
  position: absolute;
  top: -31px;
  right: 35px;
  width: 62px;
  height: 62px;
  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: center;
  -ms-justify-content: center;
  justify-content: center;
  z-index: 2;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pzl-item .exclusive img {
  width: 23px !important;
  height: 35px !important;
}
.pzl-item .pzl-gallery .gallery-control {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
}
@media (max-width: 1024px) {
  .pzl-item .pzl-gallery .gallery-control {
    top: 45%;
  }
}
.pzl-item .pzl-gallery .prev i::before,
.pzl-item .pzl-gallery .next i::before {
  content: "";
}
.pzl-item .pzl-gallery .prev i::before {
  display: block;
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/slider-arrow-left-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  background-color: rgba(255,255,255,0.32);
}
.pzl-item .pzl-gallery .next i::before {
  display: block;
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/slider-arrow-right-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  background-color: rgba(255,255,255,0.32);
}
.pzl-item .pzl-gallery .gallery-controls {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
  padding-left: 15px;
  padding-right: 15px;
  bottom: 18px;
}
.pzl-item .pzl-gallery .gallery-controls a {
  margin-right: 16px;
}
.pzl-item .pzl-gallery .gallery-controls a:nth-child(n+8) {
  display: none;
}
.pzl-item .pzl-gallery .gallery-controls a.selected {
  background-color: #004ABA;
}
.pzl-item:hover .row-wrapper {
  box-shadow: 0px 3px 6px #00000029;
}
.pzl-item:hover .gallery-controls,
.pzl-item:hover .gallery-control {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.pzl-item .badge {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
  color: #004ABA;
  text-transform: uppercase;
  background-color: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 1px solid #004ABA;
  margin: 10px;
  display: inline-block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  padding: 3px 14px;
}
.pzl-item .badge.rent {
  border-color: #707070;
  color: #707070;
}
.pzl-item .about-wrapper {
  padding: 8px 14px 20px;
}
.list-item-block > .row {
  margin-left: -24px;
  margin-right: -24px;
}
.list-actions {
  margin-bottom: 85px;
}
@media (max-width: 1024px) {
  .list-actions {
    margin-bottom: 25px;
  }
}
.list-actions .num {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.6px;
  color: #5C6C78;
}
.list-actions .num strong {
  font-weight: 400;
}
.list-actions .sort {
  display: none;
}
.list-actions .tags {
  width: 100%;
  text-align: left;
}
.list-actions .tags em {
  background-color: #edf2fa;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1.6px;
  color: #5C6C78;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .list-actions .tags em {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.6px;
  }
}
.list-actions .tags .btn.empty {
  margin-top: 10px;
  background-color: #004ABA;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1.6px;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  border: 2px solid #004ABA;
  padding: 6px 15px;
}
@media (max-width: 1024px) {
  .list-actions .tags .btn.empty {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.6px;
  }
}
.list-actions .tags .btn.empty:hover {
  color: #004ABA;
  background-color: #fff;
}
.pzl-pagination {
  padding-top: 77px;
  padding-bottom: 116px;
  color: #707070;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.28px;
  line-height: 19px;
}
@media (max-width: 1024px) {
  .pzl-pagination {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.pzl-pagination a {
  display: inline-block;
  margin: 0 8px;
}
.pzl-pagination strong {
  color: #fff;
  background-color: #004ABA;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  width: 26px;
  height: 26px;
  padding: 3px;
  line-height: 24px;
  padding: 0 0 0 3px;
}
.item-detail .pzl-item.detail h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 1.1px;
  color: #004ABA;
  margin-bottom: 32px;
  padding-top: 35px;
  border-top: 1px solid #707070;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail h3 {
    margin-top: 21px;
    margin-bottom: 21px;
    padding-top: 21px;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail h3:first-of-type {
    border-top: 0;
  }
}
.item-detail .pzl-item.detail .description {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #5C6C78;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .description {
    font-weight: 300;
    line-height: 24px;
  }
}
.item-detail .pzl-item.detail .description p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  color: #5C6C78;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .description p {
    font-weight: 300;
    line-height: 24px;
  }
}
.item-detail .pzl-item.detail .description a {
  color: #004ABA;
  text-decoration: underline;
}
.item-detail .pzl-item.detail .description a:hover {
  color: #EFC778;
}
.item-detail .pzl-item.detail .description ul,
.item-detail .pzl-item.detail .description ol {
  padding-left: 50px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .description ul,
  .item-detail .pzl-item.detail .description ol {
    padding-left: 20px;
  }
}
.item-detail .pzl-item.detail .description ul li,
.item-detail .pzl-item.detail .description ol li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #5C6C78;
}
.item-detail .pzl-item.detail .description ul {
  list-style-type: disc;
}
.item-detail .pzl-item.detail .description table td,
.item-detail .pzl-item.detail .description table th {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #5C6C78;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .description table td,
  .item-detail .pzl-item.detail .description table th {
    font-weight: 300;
    line-height: 24px;
  }
}
.item-detail .pzl-item.detail .wrapper-content {
  margin-top: 130px;
  margin-bottom: 184px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .wrapper-content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 66px;
  }
}
.item-detail .pzl-item.detail .wrapper-content .col-left {
  background-color: #fff;
  box-shadow: 3px 3px 3px #00000029;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .wrapper-content .col-left {
    background-color: transparent;
    box-shadow: none;
  }
}
.item-detail .pzl-item.detail .wrapper-content .col-left h3,
.item-detail .pzl-item.detail .wrapper-content .col-left .description,
.item-detail .pzl-item.detail .wrapper-content .col-left .video,
.item-detail .pzl-item.detail .wrapper-content .col-left .pzl-specification {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .wrapper-content .col-left h3,
  .item-detail .pzl-item.detail .wrapper-content .col-left .description,
  .item-detail .pzl-item.detail .wrapper-content .col-left .video,
  .item-detail .pzl-item.detail .wrapper-content .col-left .pzl-specification {
    padding-left: 0;
    padding-right: 0;
  }
}
.item-detail .pzl-item.detail .wrapper-content .col-left .pzl-specification {
  overflow: hidden;
}
.item-detail .pzl-item.detail .wrapper-content .col-left .pzl-specification.subtables .list li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #5C6C78;
  height: auto;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .wrapper-content .col-left .pzl-specification.subtables .list li {
    width: 100%;
    padding-top: 0;
    line-height: 24px;
    font-weight: 300;
  }
}
.item-detail .pzl-item.detail .wrapper-content .col-left .pzl-specification.subtables .list li dl {
  position: relative;
  padding-left: 50px;
}
.item-detail .pzl-item.detail .wrapper-content .col-left .pzl-specification.subtables .list li dl::before {
  content: "";
  display: block;
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/ico-check-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 7px;
}
.item-detail .pzl-item.detail .wrapper-content .col-left .pzl-specification.subtables .list li dl dt {
  font-weight: 700;
}
.item-detail .pzl-item.detail .wrapper-content .col-left .pzl-specification.subtables .list li dl dd em {
  font-style: normal;
}
.item-detail .pzl-item.detail .wrapper-content .col-left .pzl-specification.subtables .list li dl dd em span {
  position: relative;
}
.item-detail .pzl-item.detail .wrapper-content .col-left .pzl-specification.subtables .list li dl dd em span::after {
  content: ", ";
  display: inline-block;
}
.item-detail .pzl-item.detail .wrapper-content .col-left .pzl-specification.subtables .list li dl dd em i {
  display: none;
}
.item-detail .pzl-item.detail .wrapper-content .col-left .pzl-specification.subtables .list li dl dd em:last-child span::after {
  display: none;
}
.item-detail .pzl-item.detail .wrapper-content .col-left .pzl-specification.master .list li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5C6C78;
  height: auto;
  padding: 0;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .wrapper-content .col-left .pzl-specification.master .list li {
    width: 100%;
    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;
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.item-detail .pzl-item.detail .wrapper-content .col-left .pzl-specification.master .list li span {
  color: #004ABA;
  font-weight: 500;
  display: inline-block;
  width: 50%;
}
.item-detail .pzl-item.detail .wrapper-content .col-left .pzl-specification.master .list li strong {
  font-weight: 400;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .wrapper-content .col-left .pzl-specification.master .list li strong {
    font-weight: 300;
  }
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .wrapper-content .col-right {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1025px) {
  .item-detail .pzl-item.detail .wrapper-content .col-right .aside.sticky {
    float: none;
    position: fixed;
    top: 15px;
    width: 350px;
    margin-left: 23px;
  }
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent {
  box-shadow: 0px 10px 10px #00000029;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0;
  float: right;
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .data-wrapper {
  border-radius: 10px 10px 0 0;
  padding: 29px 10px 15px 21px;
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .data-wrapper .img {
  height: 125px;
  width: 125px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 0;
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .data-wrapper .img img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 0;
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .data-wrapper .agent-data {
  text-align: left;
  padding-left: 15px;
  width: 100%;
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .data-wrapper .agent-data h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #004ABA !important;
  text-transform: uppercase;
  margin-bottom: 0;
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .data-wrapper .agent-data h2 + p {
  color: #575151;
  font-size: 16px;
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .data-wrapper .agent-data .contact {
  margin-top: 10px;
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .data-wrapper .agent-data .contact p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 28px;
  color: #5C6C78 !important;
  padding: 0;
  margin: 0;
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .data-wrapper .agent-data .contact p a {
  color: inherit;
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .data-wrapper .agent-data .contact p.mobile .phone,
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .data-wrapper .agent-data .contact p.fax .phone,
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .data-wrapper .agent-data .contact p.tel .phone {
  content: "";
  display: inline-block;
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/ico-phone-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .data-wrapper .agent-data .contact p.email .envelope {
  content: "";
  display: inline-block;
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/ico-envelope-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 14px;
  width: 18px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .form {
  background-color: #004ABA;
  padding: 33px 36px;
  border-radius: 0 0 10px 10px;
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .form .form-box {
  margin-bottom: 19px;
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .form .form-box input[type="text"],
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .form .form-box textarea,
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .form .form-box select {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 28px;
  color: #5C6C78;
  padding: 24px 15px;
  height: 67px;
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .form .form-box textarea {
  height: 150px;
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .form .form-box input[type=checkbox].long-text + label {
  color: #fff;
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .form .btn.submit {
  display: block;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  color: #004ABA;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  height: 67px;
  position: relative;
  padding-left: 55px;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .form .btn.submit {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1.28px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    border: 1px solid #EFC778;
    background-color: #EFC778;
    color: #fff;
    height: 48px;
  }
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .form .btn.submit i::before {
  content: "";
  display: block;
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/ico-mail-primary.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 18px;
  width: 24px;
  height: 18px;
  position: absolute;
  left: 25px;
  top: 25px;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .form .btn.submit i::before {
    top: 15px;
    background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/ico-envelope-white.svg");
    background-size: 24px 18px;
    width: 24px;
    height: 18px;
  }
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .form .btn.submit:hover {
  color: #fff;
  background-color: #EFC778;
  opacity: 1;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .form .btn.submit:hover {
    background-color: #fff;
    color: #EFC778;
    border-color: #EFC778;
  }
}
.item-detail .pzl-item.detail .wrapper-content .col-right .pzl-agent .form .btn.submit:hover i::before {
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/ico-mail-secondary.svg");
  background-size: 24px 18px;
  width: 24px;
  height: 18px;
}
.item-detail .pzl-item.detail iframe {
  width: 100%;
  margin-top: 35px;
  height: 350px;
}
.item-detail .pzl-item.detail .pzl-gallery.full-width-height li {
  background-color: transparent;
}
.item-detail .pzl-item.detail .pzl-gallery.full-width-height li:nth-child(2) {
  border-radius: 10px 0 0 10px;
}
.item-detail .pzl-item.detail .pzl-gallery.full-width-height li.main {
  height: 912px;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .pzl-gallery.full-width-height li.main {
    height: 350px !important;
  }
}
.item-detail .pzl-item.detail .pzl-gallery.full-width-height li.main img {
  object-fit: cover;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0 0;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .pzl-gallery.full-width-height li.main img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
}
.item-detail .pzl-item.detail .pzl-gallery.full-width-height li.small {
  margin-right: -23px;
  margin-top: -10px;
  background: #fff;
  width: 207px;
  height: 182px;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .pzl-gallery.full-width-height li.small {
    display: none !important;
  }
}
.item-detail .pzl-item.detail .pzl-gallery.full-width-height li.small.portrait.visible {
  padding-top: 20px;
}
.item-detail .pzl-item.detail .pzl-gallery.full-width-height li.small.visible:nth-child(8),
.item-detail .pzl-item.detail .pzl-gallery.full-width-height li.small.visible:last-child {
  border-radius: 0 10px 10px 0;
}
.item-detail .pzl-item.detail .pzl-gallery.full-width-height li.small img {
  background-color: #fff;
  width: 173px;
  height: 142px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .pzl-gallery.full-width-height li.small {
    width: 76px !important;
    margin-right: 4px;
  }
}
.item-detail .pzl-item.detail .pzl-gallery.full-width-height li a:hover {
  text-decoration: none;
}
.item-detail .pzl-item.detail .pzl-gallery.full-width-height li a em {
  border-radius: 0 10px 10px 0;
  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: center;
  -ms-justify-content: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  background: transparent;
  height: 76px;
  width: 76px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  background-color: rgba(255,255,255,0.7);
  margin-top: 53px;
  margin-left: 68px;
}
.item-detail .pzl-item.detail .pzl-gallery .gallery-control {
  top: 45%;
  width: 76px;
  height: 76px;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .pzl-gallery .gallery-control {
    width: 38px;
    height: 38px;
  }
}
.item-detail .pzl-item.detail .pzl-gallery .gallery-control.prev {
  left: 80px;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .pzl-gallery .gallery-control.prev {
    left: 15px;
  }
}
.item-detail .pzl-item.detail .pzl-gallery .gallery-control.next {
  right: 80px;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .pzl-gallery .gallery-control.next {
    right: 15px;
  }
}
.item-detail .pzl-item.detail .pzl-gallery .gallery-control i {
  line-height: 76px;
  height: 76px;
  width: 76px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  background-color: rgba(255,255,255,0.32);
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .pzl-gallery .gallery-control i {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}
.item-detail .pzl-item.detail .pzl-gallery .gallery-control i.fa.fa-chevron-left::before {
  display: inline-block;
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/slider-arrow-left-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 39px;
  height: 76px;
  width: 76px;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .pzl-gallery .gallery-control i.fa.fa-chevron-left::before {
    background-size: 9px 19px;
    width: 38px;
    height: 38px;
  }
}
.item-detail .pzl-item.detail .pzl-gallery .gallery-control i.fa.fa-chevron-right::before {
  display: inline-block;
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/slider-arrow-right-white.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 39px;
  height: 76px;
  width: 76px;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .pzl-gallery .gallery-control i.fa.fa-chevron-right::before {
    background-size: 9px 19px;
    width: 38px;
    height: 38px;
  }
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .pzl-gallery .row-actions {
    width: 38px;
    height: 38px;
    right: 12px;
    top: 12px;
  }
}
.item-detail .pzl-item.detail .pzl-gallery .row-actions.open {
  height: inherit;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .pzl-gallery .row-actions .share img {
    width: 14px;
  }
}
.item-detail .pzl-item.detail .pzl-tabs {
  position: relative;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .pzl-tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.item-detail .pzl-item.detail .pzl-tabs .tabs {
  margin-top: 0;
  order: 1;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail .pzl-tabs .tabs {
    margin-bottom: 30px 0 0 0;
  }
}
.item-detail .pzl-item.detail .pzl-tabs .tabs .tab {
  min-height: auto;
}
.item-detail .pzl-item.detail #tabs-navigation {
  position: absolute;
  bottom: -75px;
  left: 60px;
  right: 60px;
  margin: auto;
  z-index: 10;
  width: 100%;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail #tabs-navigation {
    left: 0;
    right: 0;
    position: static;
    order: 2;
    margin-top: 10px;
  }
}
.item-detail .pzl-item.detail #tabs-navigation a {
  background-color: #fff;
  padding: 13px 20px 13px 20px;
  margin-right: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #004ABA;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  border: 1px solid #707070;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
  transition: 0.3s;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .item-detail .pzl-item.detail #tabs-navigation a {
    margin: 10px 10px 0 0;
  }
}
.item-detail .pzl-item.detail #tabs-navigation a label {
  vertical-align: middle;
}
.item-detail .pzl-item.detail #tabs-navigation a:hover {
  text-decoration: none;
  border-color: #004ABA;
  background-color: #edf2fa;
}
.item-detail .pzl-item.detail #tabs-navigation a:hover label {
  cursor: pointer;
}
.item-detail .pzl-item.detail #tabs-navigation a span {
  display: none;
}
.item-detail .pzl-item.detail #tabs-navigation a i {
  margin-right: 10px;
  top: 1px;
}
.item-detail .pzl-item.detail #tabs-navigation a i.gallery {
  content: "";
  display: inline-block;
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/ico-zemljevid.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 21px 17px;
  width: 21px;
  height: 17px;
}
.item-detail .pzl-item.detail #tabs-navigation a i.map {
  content: "";
  display: inline-block;
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/ico-zemljevid.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 21px 17px;
  width: 21px;
  height: 17px;
}
.item-detail .pzl-item.detail #tabs-navigation a i.tloris {
  content: "";
  display: inline-block;
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/ico-hisa.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  width: 19px;
  height: 18px;
}
.item-detail .pzl-item.detail #tabs-navigation a i.video {
  content: "";
  display: inline-block;
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/ico-video.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px 13px;
  width: 19px;
  height: 13px;
}
.item-detail .pzl-item.detail #tabs-navigation a i.street-view {
  content: "";
  display: inline-block;
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/ico-ulica.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
}
.item-detail .header-item-page {
  padding: 30px 30px 0;
}
@media (max-width: 1024px) {
  .item-detail .header-item-page {
    padding: 0;
    margin-bottom: 15px;
  }
}
.item-detail .header-item-page .offer-type span {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  color: #004ABA;
  text-transform: uppercase;
  border: 1px solid #707070;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  padding: 3px 19px;
  text-align: center;
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .item-detail .header-item-page .offer-type span {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    margin-bottom: 5px;
    padding: 0;
    border: 0;
  }
}
.item-detail .header-item-page .line-two {
  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: 19px;
}
@media (max-width: 1024px) {
  .item-detail .header-item-page .line-two {
    margin-bottom: 1px;
  }
}
.item-detail .header-item-page .line-two .location-data {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  max-width: 60%;
}
@media (max-width: 1024px) {
  .item-detail .header-item-page .line-two .location-data {
    max-width: 100%;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1.28px;
  }
}
.item-detail .header-item-page .line-two .price {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #004ABA;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
@media (max-width: 1024px) {
  .item-detail .header-item-page .line-two .price {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0;
  }
}
.item-detail .header-item-page .exposed-data {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #707070;
  letter-spacing: 1.2px;
}
@media (max-width: 1024px) {
  .item-detail .header-item-page .exposed-data {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
    color: #707070;
  }
}
.item-detail .cb-items-slider {
  padding-bottom: 10px;
}
.item-detail .cb-items-slider .subtitle-title {
  margin-top: 45px !important;
}
.pzl-item.detail.print .container {
  width: 1000px;
  max-width: 1000px;
  padding: 0;
}
.pzl-item.detail.print .header {
  line-height: 140%;
}
.pzl-item.detail.print .header .logo img {
  max-width: 100%;
}
.pzl-item.detail.print .header .agent .img {
  display: inline-block;
  width: 55px;
}
.pzl-item.detail.print .header .agent .img img {
  max-width: 100%;
}
.pzl-item.detail.print .header .agent .agent-data {
  vertical-align: top;
  margin-left: 10px;
  display: inline-block;
  line-height: 120%;
}
.pzl-item.detail.print .header .agent .agent-data .about {
  margin-bottom: 10px;
}
.pzl-item.detail.print .header .agent .agent-data .contact p span {
  padding-right: 10px;
}
.pzl-item.detail.print .header .agent .agent-data .contact p a {
  color: inherit;
}
.pzl-item.detail.print .header .agency p i,
.pzl-item.detail.print .header .agency-address p i {
  position: relative;
  margin-right: 10px;
}
.pzl-item.detail.print .header .agency p i.fa-phone,
.pzl-item.detail.print .header .agency-address p i.fa-phone {
  left: 2px;
}
.pzl-item.detail.print .header .agency p i.fa-envelope,
.pzl-item.detail.print .header .agency-address p i.fa-envelope {
  margin-right: 8px;
}
.pzl-item.detail.print .title {
  margin-top: 50px;
}
.pzl-item.detail.print .title .location h1 {
  color: #103674;
  font-size: 20px;
}
.pzl-item.detail.print .title .price {
  font-weight: bold;
  text-align: right;
  color: #000;
  font-size: 20px;
}
.pzl-item.detail.print .title .exposed-wrapper {
  border-top: 2px solid #103674;
  border-bottom: 2px solid #103674;
  padding: 25px 0;
  margin: 15px 0 35px 0;
  text-align: left;
}
.pzl-item.detail.print .title .exposed-wrapper h2 {
  font-weight: normal;
}
.pzl-item.detail.print .title .exposed-wrapper em {
  font-style: normal;
}
.pzl-item.detail.print .title .exposed-wrapper span {
  padding: 0 8px;
}
.pzl-item.detail.print .title .exposed-wrapper span:nth-of-type(7) {
  display: block;
  visibility: hidden;
}
.pzl-item.detail.print .@media(max-width: 1024px) .gallery .gallery-control {
  display: none;
}
.pzl-item.detail.print .@media(max-width: 1024px) .gallery .thumbs {
  position: relative;
  height: 420px;
}
.pzl-item.detail.print .@media(max-width: 1024px) .gallery .thumbs li {
  margin: 0;
  vertical-align: top;
  float: right;
  clear: both;
  width: 370px;
  height: 200px;
  margin-bottom: 10px;
}
.pzl-item.detail.print .@media(max-width: 1024px) .gallery .thumbs li:first-child {
  position: absolute;
  padding: 0;
  left: 0;
  top: 0;
  width: 730px;
  margin: 0;
}
.pzl-item.detail.print .@media(max-width: 1024px) .gallery .thumbs li em {
  display: none;
}
.pzl-item.detail.print .@media(max-width: 1024px) .gallery .thumbs li img {
  max-width: 100%;
}
.pzl-item.detail.print .specification {
  margin: 35px -15px 35px -15px;
}
.pzl-item.detail.print .specification .list > li {
  padding-bottom: 0;
  padding-top: 5px;
  float: none;
  width: 100%;
}
.pzl-item.detail.print .specification .list > li:not(.auto) {
  height: auto;
}
.pzl-item.detail.print .specification dl {
  float: left;
  margin-bottom: 7px;
}
.pzl-item.detail.print .specification dl dt {
  width: 100px;
  float: left;
  color: #103674;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
}
.pzl-item.detail.print .specification dl dd {
  width: 520px;
  float: right;
}
.pzl-item.detail.print .specification dl dd em {
  display: block;
  float: left;
  padding: 3px 10px;
  border: 1px solid #606060;
  font-style: normal;
  margin: 0 10px 10px 0;
  font-size: 14px;
}
.pzl-item.detail.print .specification dl dd em i {
  color: #606060;
  padding-right: 5px;
}
.pzl-item.detail.print .description {
  margin-bottom: 50px;
}
.pzl-item.detail.print .description h2 {
  font-weight: bold;
  color: #103674;
  font-size: 20px;
  margin-bottom: 25px;
}
.pzl-item.detail.print .description > div {
  line-height: 130%;
}
.pzl-item.detail.print .description > div p {
  margin-bottom: 15px;
}
.pzl-item.detail.print .description > div p:last-of-type {
  margin-bottom: 0;
}
footer {
  background-color: #fff !important;
}
footer a {
  color: #004ABA;
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
}
footer .top {
  padding-top: 109px;
  padding-bottom: 92px;
  border: 1px solid #707070;
}
@media (max-width: 1024px) {
  footer .top {
    padding-top: 26px;
    padding-bottom: 35px;
  }
}
footer .top .blocks {
  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;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  footer .top .blocks {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
footer .bottom {
  background-color: #004ABA;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 17px;
  margin: 0;
  border: 0;
}
@media (max-width: 1024px) {
  footer .bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer .bottom 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;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.28px;
}
@media (max-width: 1024px) {
  footer .bottom ul {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  footer .bottom ul li {
    margin-bottom: 10px;
  }
}
footer .bottom ul a {
  color: #fff;
}
footer .bottom ul a:hover {
  color: #707070;
}
@media (max-width: 1024px) {
  footer .logo {
    margin-bottom: 37px;
    order: 1;
  }
}
footer .logo img {
  max-width: 383px;
}
@media (max-width: 1024px) {
  footer .logo img {
    max-width: 278px;
  }
}
@media (max-width: 1024px) {
  footer .links {
    order: 3;
    margin-bottom: 15px;
  }
}
footer .links .link {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.44px;
  display: inline-block;
  color: #004ABA;
  transition: 0.3s;
}
footer .links .link:hover {
  color: #707070;
}
footer .links ul li {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  footer .buttons {
    order: 2;
    margin-bottom: 15px;
  }
}
footer .buttons .btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.6px;
  display: inline-block;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  margin-bottom: 16px;
  padding: 15px 20px;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  footer .buttons .btn {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1.28px;
  }
}
footer .buttons .btn.icon {
  position: relative;
  padding-left: 55px;
}
footer .buttons .btn.icon::before {
  content: "";
  display: block;
  background-position: center center;
  position: absolute;
  margin-left: -30px;
}
footer .buttons .btn.icon.icon-house::before {
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/ico-house-white.svg");
  background-size: 19px 18px;
  width: 19px;
  height: 18px;
  margin-top: 3px;
}
footer .buttons .btn.icon.icon-envelope::before {
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/ico-envelope-blue.svg");
  background-size: 19px 15px;
  width: 19px;
  height: 15px;
  margin-top: 5px;
}
footer .buttons .btn.btn-primary {
  background-color: #004ABA;
  color: #fff;
}
footer .buttons .btn.btn-primary:hover {
  background-color: #EFC778;
}
footer .buttons .btn.btn-border {
  border: 1px solid #004ABA;
  background-color: #fff;
  color: #004ABA;
}
footer .buttons .btn.btn-border:hover {
  border-color: #EFC778;
  color: #EFC778;
}
footer .buttons .btn.btn-border:hover.icon-envelope::before {
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/ico-envelope-secondary.svg");
}
@media (max-width: 1024px) {
  footer .social {
    order: 5;
  }
}
footer .social 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;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 60px;
}
footer .social ul svg path {
  transition: 0.3s;
}
footer .social ul svg:hover path {
  fill: #EFC778;
}
.landing .cb-newsletter {
  margin-top: 60px;
}
.blog .pzl-pagination {
  padding-top: 35px;
  padding-bottom: 144px;
  color: #707070;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.28px;
  line-height: 19px;
}
.blog .pzl-pagination a {
  display: inline-block;
  margin: 0 8px;
}
.blog .pzl-pagination strong {
  color: #fff;
  background-color: #004ABA;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  width: 26px;
  height: 26px;
  padding: 3px;
  line-height: 24px;
  padding: 0 0 0 3px;
}
.blog .cb-newsletter {
  margin-bottom: 128px;
}
.blog .section-title .title {
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .blog .section-title .title {
    margin-bottom: 8px;
  }
}
.blog .owl-dots .owl-dot {
  margin-bottom: 10px !important;
}
.blog-post {
  padding-top: 29px;
}
.blog-post .container {
  width: 100%;
}
.blog-post .image {
  margin-bottom: 24px;
}
.blog-post .image iframe,
.blog-post .image img {
  width: 100%;
  height: 769px;
  object-fit: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .blog-post .image iframe,
  .blog-post .image img {
    height: 233px;
  }
}
.blog-post .content-wrapper {
  background-color: #fff;
  border: 1px solid #707070;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 66px 125px;
  margin-bottom: 108px;
}
@media (max-width: 1024px) {
  .blog-post .content-wrapper {
    padding: 29px;
  }
}
.blog-post .content-wrapper .title h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 37px;
  line-height: 44px;
  color: #004ABA;
  margin-bottom: 3px;
}
@media (max-width: 1024px) {
  .blog-post .content-wrapper .title h1 {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }
}
.blog-post .content-wrapper .title .row-actions {
  right: 0;
  top: -10px;
}
@media (max-width: 1024px) {
  .blog-post .content-wrapper .title .row-actions {
    right: -25px;
    top: -50px;
    width: 45px;
    height: 45px;
  }
}
.blog-post .content-wrapper .title .row-actions img {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .blog-post .content-wrapper .title .row-actions img {
    margin-top: 0;
    width: 15px;
  }
}
.blog-post .content-wrapper h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 35px;
  color: #004ABA;
  margin-bottom: 10px;
}
.blog-post .content-wrapper h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #004ABA;
  margin-bottom: 10px;
}
.blog-post .content-wrapper .meta .data {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.28px;
  color: #004ABA;
  margin-bottom: 43px;
}
@media (max-width: 1024px) {
  .blog-post .content-wrapper .meta .data {
    text-align: center;
  }
}
.blog-post .content-wrapper img {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .blog-post .content-wrapper img {
    margin-top: 40px;
    max-width: 100%;
    height: auto !important;
  }
}
.blog-post .content-wrapper .description {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  color: #5C6C78;
}
@media (max-width: 1024px) {
  .blog-post .content-wrapper .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-post .content-wrapper p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #5C6C78;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .blog-post .content-wrapper p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }
}
.blog-post .content-wrapper a {
  color: #004ABA;
  text-decoration: underline;
}
.blog-post .content-wrapper a:hover {
  color: #EFC778;
}
.blog-post .content-wrapper ul,
.blog-post .content-wrapper ol {
  padding-left: 50px;
  margin-bottom: 40px;
}
.blog-post .content-wrapper ul li,
.blog-post .content-wrapper ol li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #5C6C78;
  margin-bottom: 10px;
}
.blog-post .content-wrapper ul {
  list-style-type: disc;
}
.blog-post .content-wrapper blockquote {
  color: #004ABA;
  font-size: 50px;
  line-height: 60px;
  max-width: 900px;
  margin: 60px auto;
}
.blog-post .content-wrapper table td,
.blog-post .content-wrapper table th {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #5C6C78;
}
.mfp-iframe-holder .mfp-content {
  max-width: 1280px;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
}
.form-box {
  width: 100%;
  margin-bottom: 5px;
}
.form-box input[type=text],
.form-box textarea,
.form-box select {
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 14px !important;
  border: 1px solid #DDDDDD;
  font-family: 'Roboto', sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 20px;
  color: #AAAAAA;
}
.form-box .em.form-error {
  color: orangered;
}
.form-box textarea {
  height: 140px;
  color: #222222;
}
.form-box.light {
  color: #AAAAAA;
  line-height: 130%;
}
.form-box .form-group input + em {
  color: #AAAAAA;
}
.form-box input::placeholder,
.form-box textarea::placeholder {
  color: #AAAAAA;
  font-family: 'Roboto', sans-serif;
}
.form-box input:-ms-input-placeholder,
.form-box textarea:-ms-input-placeholder {
  color: #AAAAAA;
  font-family: 'Roboto', sans-serif;
}
.form-box input::-ms-input-placeholder,
.form-box textarea::-ms-input-placeholder {
  color: #AAAAAA;
  font-family: 'Roboto', sans-serif;
}
.btn {
  padding: 15px 35px;
  display: inline-block;
  cursor: pointer;
  background-color: #103674;
  color: #fff;
}
.btn.outline {
  background-color: transparent;
  border: 1px solid #fff;
}
.btn.outline.primary {
  border-color: #103674;
  color: #103674 !important;
}
.selectric {
  background-color: transparent;
  border: 1px solid #707070;
  border: 0;
}
.selectric .label {
  color: inherit;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: inherit;
  letter-spacing: 0.25px;
}
.selectric .button {
  top: -4px;
}
.selectric .button:after {
  content: "";
  background-image: url('https://cache.100kvadratov.si/cdn/planetum/img/icon/angle-down-light.svg');
  background-size: 12px 7px;
  background-repeat: no-repeat;
  width: 12px;
  height: 7px;
  display: inline-block;
  border: 0;
}
.selectric-items {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #707070;
}
.selectric-items > div {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.selectric-items li {
  font-size: 15px;
}
.contact-form-wrapper .right {
  float: left !important;
  width: 100%;
}
.contact-form-wrapper .right .btn {
  display: block;
  width: 100%;
}
.form-box input[type=checkbox].long-text + label {
  color: #AAAAAA;
  font-size: 12px;
}
.form-box input[type=checkbox].long-text + label:before {
  font-size: 22px;
  top: 3px;
}
.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: #103674;
  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: #103674;
  border: 1px solid #103674;
  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: #103674;
}
.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: #103674;
}
.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;
}
.form-item-criteria {
  padding: 40px 0 155px;
}
.form-item-criteria .hero {
  text-align: center;
  font-size: 30px;
  width: 1070px;
  margin: 0 auto;
  padding-top: 39px;
}
@media (max-width: 1024px) {
  .form-item-criteria .hero {
    width: 100%;
  }
}
.form-item-criteria h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 45px;
  color: #004ABA;
}
@media (max-width: 1024px) {
  .form-item-criteria h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.form-item-criteria p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 45px;
  color: #5C6C78;
}
@media (max-width: 1024px) {
  .form-item-criteria p {
    font-size: 16px;
    line-height: 20px;
  }
}
.form-item-criteria p strong {
  font-weight: bold;
}
.form-item-criteria h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 13px;
  color: #004ABA;
  text-transform: uppercase;
}
.form-item-criteria form .container {
  background-color: #fff;
  padding: 35px 50px 0;
}
.form-item-criteria form .customer,
.form-item-criteria form .data {
  margin-top: 0;
}
.form-item-criteria form div:first-child .container {
  border-radius: 15px 15px 0 0;
}
.form-item-criteria form div:last-child .container {
  border-radius: 0 0 15px 15px;
}
.form-item-criteria form .actions label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1.44px;
  color: #707070;
}
.form-item-criteria form .actions a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #004ABA !important;
  margin-top: 29px !important;
  display: inline-block;
}
@media (max-width: 1024px) {
  .form-item-criteria form .actions a {
    font-size: 16px;
    line-height: 20px;
  }
}
.form-item-criteria form .actions .btn {
  background-color: #004ABA;
}
.form-item-criteria form .actions .btn:hover {
  opacity: 1;
  background-color: #EFC778;
}
.form-item-criteria form .apartment_no [class*="col"] {
  width: 100%;
}
.form-item-criteria .data .container,
.form-item-criteria .customer .container,
.form-item-criteria .validation-errors .container {
  max-width: 650px;
}
.form-item-criteria .data label,
.form-item-criteria .customer label,
.form-item-criteria .validation-errors label {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 1.6px;
  color: #5C6C78;
}
@media (max-width: 1024px) {
  .form-item-criteria .data label,
  .form-item-criteria .customer label,
  .form-item-criteria .validation-errors label {
    font-size: 16px;
    line-height: 20px;
  }
}
.form-item-criteria input[type=text],
.form-item-criteria select {
  height: 67px !important;
}
@media (max-width: 1024px) {
  .form-item-criteria input[type=text],
  .form-item-criteria select {
    height: 48px !important;
  }
}
.form-item-criteria input[type="text"],
.form-item-criteria textarea,
.form-item-criteria select {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 0;
  background-color: #edf2fa;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1.6px;
  color: #707070;
}
.form-item-criteria .btn {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #fff;
  background-color: #EFC778;
  border: 0;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .form-item-criteria .btn {
    font-size: 16px;
    line-height: 20px;
  }
}
.form-item-criteria .btn:hover {
  opacity: 1;
  background-color: #004ABA;
}
.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;
}
@media (max-width: 1024px) {
  .form-item-criteria .drop-zone button {
    font-size: 16px !important;
    line-height: 20px;
  }
}
.form-item-criteria .validation-errors .box {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form-item-criteria .checkbox {
  font-weight: 400 !important;
}
.form-item-criteria .checkbox .checkmark {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #707070;
  top: 0px;
}
.form-item-criteria .checkbox .checkmark::after {
  border: 0;
}
.form-item-criteria .checkbox input:checked ~ .checkmark {
  background-color: #EFC778;
  border-color: #EFC778;
}
.form-item-criteria .radiobutton-list > *,
.form-item-criteria .checkbox-list > * {
  display: inline-block;
  width: 50%;
}
.form-item-criteria .data .form-box.slider-box .ui-slider {
  height: 2px;
}
.form-item-criteria .data .form-box.slider-box .ui-slider-handle {
  border: 1px solid #103674;
  background-color: #fff;
  top: -8px;
}
@media (max-width: 1024px) {
  .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 .data .form-box.no-label-spacer {
  padding-top: 47px;
}
.form-item-criteria .data .form-box .form-item {
  background-color: #edf2fa;
  border: 0;
}
.form-item-criteria .data .location #add-location {
  margin-top: 15px;
}
.form-item-criteria .drop-zone {
  border: 0;
}
.form-item-criteria .drop-zone button {
  border: 1px solid #EFC778;
  color: #EFC778;
  width: 100%;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  font-size: 25px;
}
.form-item-criteria .buttons {
  margin-top: 25px;
}
.form-item-criteria .buttons:before {
  content: "";
  display: block;
  background-color: #DDDDDD;
  height: 1px;
  width: 100%;
  margin-bottom: 25px;
}
.agent-page h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #222222;
  margin-bottom: 15px;
}
.agent-page .show-all-agent-products {
  display: none;
}
@media (min-width: 1024px) {
  .agent-page .left {
    padding-top: 45px;
  }
  .agent-page .agent-items-canvas:not(.open) {
    height: 1000px;
    overflow: hidden;
  }
  .agent-page .show-all-agent-products {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 21px;
    font-weight: 600;
    color: #fff;
    background-color: #103674;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
@media (max-width: 1366px) {
  .agent-page .agent-items-canvas:not(.open) {
    height: 950px;
  }
}
@media (max-width: 1280px) {
  .agent-page .agent-items-canvas:not(.open) {
    height: 900px;
  }
}
.pzl-agent {
  box-shadow: 0px 10px 20px #0000001A;
  padding: 30px;
  text-align: center;
  z-index: 15;
  width: 350px;
}
@media (max-width: 1024px) {
  .pzl-agent {
    width: 100%;
  }
}
.pzl-agent .img-data {
  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;
}
.pzl-agent .img {
  margin: 0 auto 15px auto;
  border: 1px solid #707070;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
.pzl-agent .img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pzl-agent .data-wrapper .agent-data {
  text-align: center;
  width: 60%;
  padding-left: 20px;
}
.pzl-agent .data-wrapper .agent-data .about {
  padding-bottom: 0px;
  margin-bottom: 0;
}
.pzl-agent .data-wrapper .agent-data h2 {
  color: #000 !important;
  font-size: 20px;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.pzl-agent .data-wrapper .agent-data p {
  color: #AAAAAA !important;
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0 3px 0;
}
.pzl-agent .data-wrapper .agent-data .contact > * {
  color: #000 !important;
  margin-bottom: 10px;
}
.pzl-agent .data-wrapper .agent-data > * {
  width: 100%;
}
.pzl-agent .data-wrapper .agent-data .buttons {
  display: none;
}
.pzl-agent .form {
  width: 100%;
  float: left;
}
.pzl-agent .form .form-box {
  margin-bottom: 10px;
  text-align: left;
}
.pzl-agent .form .form-box em {
  display: none;
  color: #dc3545;
  font-size: 12px;
  text-transform: none;
}
.modal {
  display: none;
  background-color: rgba(0,0,0,0.7);
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal.open {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.modal button.toggle-modal-contact {
  position: absolute;
  background-color: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -10px;
  right: -10px;
  border: 0;
  cursor: pointer;
  border: 1px solid #DDDDDD;
  padding: 0;
}
.modal .aligned {
  width: 390px;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1024px) {
  .modal .aligned {
    width: 95%;
  }
}
.modal .form-error {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .owl-carousel.owl-carousel {
    display: block;
  }
}
@media (max-width: 1024px) {
  .cb-blog .content-block,
  .page-blog .content-block {
    margin-bottom: 27px !important;
  }
}
.cb-blog .content-block .section-box,
.page-blog .content-block .section-box {
  overflow: hidden;
  background: #004ABA;
  height: 340px;
  border: 1px solid #707070;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .cb-blog .content-block .section-box,
  .page-blog .content-block .section-box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 220px;
    width: 90%;
    margin: 0 auto;
  }
}
.cb-blog .content-block .section-box:hover .read-more-text,
.page-blog .content-block .section-box:hover .read-more-text {
  height: 60px;
  padding: 17px 25px;
}
@media (max-width: 1024px) {
  .cb-blog .content-block .section-box:hover .read-more-text,
  .page-blog .content-block .section-box:hover .read-more-text {
    height: 47px;
  }
}
.cb-blog .content-block .section-box:hover h3,
.page-blog .content-block .section-box:hover h3 {
  letter-spacing: 2.16px;
}
.cb-blog .content-block a,
.page-blog .content-block a {
  color: inherit;
  text-decoration: none;
}
.cb-blog .content-block img,
.page-blog .content-block img {
  display: none;
}
.cb-blog .content-block .tag,
.page-blog .content-block .tag {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1.6px;
  line-height: 23px;
  color: #fff;
  display: inline-block;
  padding: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .cb-blog .content-block .tag,
  .page-blog .content-block .tag {
    font-size: 16px;
    padding: 13px;
  }
}
.cb-blog .content-block h3,
.page-blog .content-block h3 {
  font-size: 27px;
  line-height: 33px;
  letter-spacing: 2.16px;
  font-weight: 400;
  color: #fff;
  padding: 19px 25px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .cb-blog .content-block h3,
  .page-blog .content-block h3 {
    font-size: 18px;
    line-height: 130%;
    padding: 13px;
  }
}
.cb-blog .content-block .read-more-text,
.page-blog .content-block .read-more-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 1.92px;
  line-height: 29px;
  color: #004ABA;
  background-color: #fff;
  padding: 0;
  height: 0;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .cb-blog .content-block .read-more-text,
  .page-blog .content-block .read-more-text {
    font-size: 12px;
    letter-spacing: 0.96;
    line-height: 16px;
    padding: 13px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .cb-blog .content-block .read-more-text,
  .page-blog .content-block .read-more-text {
    padding: 0;
  }
}
.cb-blog.landing,
.page-blog.landing {
  padding-top: 46px;
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .cb-blog.landing .content-block,
  .page-blog.landing .content-block {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .cb-blog.landing .section-title,
  .page-blog.landing .section-title {
    margin-bottom: 31px;
    text-align: center;
  }
  .cb-blog.landing .section-title .read-more-link,
  .page-blog.landing .section-title .read-more-link {
    display: none;
  }
}
.cb-blog.landing .subtitle,
.page-blog.landing .subtitle {
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .cb-blog.landing .subtitle,
  .page-blog.landing .subtitle {
    margin-bottom: 0;
  }
}
.cb-blog.landing .content-blocks,
.page-blog.landing .content-blocks {
  margin-left: -22px;
  margin-right: -22px;
}
@media (max-width: 1024px) {
  .cb-blog.landing .content-blocks,
  .page-blog.landing .content-blocks {
    margin-left: unset;
    margin-right: unset;
  }
}
.cb-blog.landing .content-blocks .content-block,
.page-blog.landing .content-blocks .content-block {
  padding-left: 22px;
  padding-right: 22px;
}
@media (max-width: 1024px) {
  .cb-blog.landing .content-blocks .content-block,
  .page-blog.landing .content-blocks .content-block {
    padding-left: unset;
    padding-right: unset;
  }
}
.cb-category.default {
  padding-top: 103px;
}
@media (max-width: 1024px) {
  .cb-category.default {
    padding-top: 0;
    background-color: #F8F8F8;
  }
}
.cb-category.default [class*="row"] {
  margin-left: -23px;
  margin-right: -23px;
}
@media (max-width: 1024px) {
  .cb-category.default [class*="row"] {
    margin-left: unset;
    margin-right: unset;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cb-category.default [class*="row"] [class*="col"] {
  padding-right: 23px;
  padding-left: 23px;
}
@media (max-width: 1024px) {
  .cb-category.default [class*="row"] [class*="col"] {
    padding-left: unset;
    padding-right: unset;
    float: none;
  }
}
@media (max-width: 1024px) {
  .cb-category.default .box-0 {
    margin-top: -275px;
  }
}
.cb-category.default .box-category {
  margin-bottom: 92px;
}
.cb-category.default .box-category a {
  display: block;
  width: 100%;
}
.cb-category.default .box-category a .image img {
  width: 100%;
  max-width: none;
}
@media (max-width: 1024px) {
  .cb-category.default .box-category {
    margin: 0 auto 35px;
  }
}
.cb-text .narrow-width {
  width: 1070px;
  margin: 0 auto;
}
.cb-text.selling {
  padding-top: 100px;
  padding-bottom: 119px;
  color: #fff;
  text-align: center;
  background-color: #004ABA;
  position: relative;
}
@media (max-width: 1024px) {
  .cb-text.selling {
    padding-top: 27px;
    padding-bottom: 50px;
  }
}
.cb-text.selling .title {
  color: #fff;
  font-size: 40px;
  margin-bottom: 38px;
}
@media (max-width: 1024px) {
  .cb-text.selling .title {
    font-size: 24px;
    line-height: 29px;
    max-width: 90%;
    margin: 0 auto 46px auto;
  }
}
.cb-text.selling .title span {
  display: block;
}
@media (max-width: 1024px) {
  .cb-text.selling .title span {
    margin-top: 12px;
  }
}
@media (max-width: 1024px) {
  .cb-text.selling .text {
    padding-top: unset !important;
  }
}
.cb-text.selling .btn-link {
  background-color: #EFC778;
  color: #fff;
}
@media (max-width: 1024px) {
  .cb-text.selling .btn-link {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1.28px;
    padding: 15px 30px;
    font-weight: 500;
  }
}
.cb-text.selling .btn-link:hover {
  background-color: #004ABA;
}
.cb-text.center {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.cb-text.two-columns {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .cb-text.two-columns {
    padding-top: 54px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .cb-text.why-us {
    padding-top: 0;
    padding-bottom: 69px;
    background-color: #fff;
  }
  .cb-text.why-us .title,
  .cb-text.why-us .subtitle,
  .cb-text.why-us .description {
    text-align: left;
  }
}
.cb-text.why-us .subtitle {
  font-size: 22px;
  line-height: 27px;
}
@media (max-width: 1024px) {
  .cb-text.why-us .subtitle {
    margin-bottom: 3px;
  }
}
.cb-text.why-us .description {
  margin-bottom: 45px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .cb-text.smart-decision {
    background-color: #fff;
    padding-bottom: 0;
  }
}
.cb-text.smart-decision .subtitle {
  font-size: 22px;
  line-height: 27px;
}
.cb-text.smart-decision .smart-decision {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .cb-text.smart-decision .smart-decision {
    width: 100%;
  }
}
.cb-text.real-estates {
  padding-top: 147px;
}
@media (max-width: 1024px) {
  .cb-text.real-estates {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .cb-text.three-columns {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cb-icon-text.default {
  padding-top: 45px;
  padding-bottom: 75px;
}
@media (max-width: 1024px) {
  .cb-icon-text.default {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
  }
}
.cb-icon-text.default .boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  gap: 47px;
}
.cb-icon-text.default .boxes .box-icon-text {
  width: 100%;
}
@media (max-width: 1024px) {
  .cb-icon-text.default .boxes {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cb-icon-text.default .boxes:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .cb-icon-text.default .boxes {
    display: block;
  }
}
@media (max-width: 1024px) {
  .cb-icon-text.offers .boxes .box-icon-text {
    padding-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .cb-icon-text.offers .boxes .box-icon-text:last-child::after {
    display: none;
  }
}
.form-styled input[type="checkbox"].long-text + label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.96px;
  color: #fff;
  margin-top: 28px;
  padding-bottom: 0;
  text-align: left;
}
.form-styled input[type="checkbox"].long-text + label::before {
  color: #EFC778;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.form-styled .columns .col {
  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: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  gap: 35px;
  width: 100%;
}
@media (max-width: 1024px) {
  .form-styled .columns .col {
    display: block;
    width: 260px;
    margin: 0 auto;
  }
}
.form-styled .columns .form-box input[type="text"],
.form-styled .columns .form-box textarea {
  height: 63px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 30px;
  letter-spacing: 2px;
  color: #575151;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .form-styled .columns .form-box input[type="text"],
  .form-styled .columns .form-box textarea {
    height: 48px;
  }
}
.form-styled .columns .form-box input[type="text"] ::placeholder,
.form-styled .columns .form-box textarea ::placeholder {
  color: #707070;
  opacity: 1;
}
.form-styled .columns .form-box input[type="text"] ::-ms-input-placeholder,
.form-styled .columns .form-box textarea ::-ms-input-placeholder {
  color: #707070;
}
.form-styled .columns .form-box textarea {
  height: 200px;
}
.form-styled .columns .form-box em.form-error {
  text-align: left;
}
.form-styled .columns .btn.submit {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 2px;
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  color: #004ABA;
  height: 63px;
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .form-styled .columns .btn.submit {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.6px;
    background-color: #EFC778;
    color: #fff;
    border-color: #EFC778;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    height: 44px;
    padding: 0;
    margin-top: 19px;
  }
}
.form-styled .columns .btn.submit:hover {
  border-color: #EFC778;
  color: #EFC778;
  opacity: 1;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
}
@media (max-width: 1024px) {
  .form-styled .columns .btn.submit:hover {
    background-color: #fff;
  }
}
.cb-newsletter {
  background-color: #004ABA;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  border: 1px solid #707070;
}
.cb-newsletter .content-wrapper {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .cb-newsletter .content-wrapper {
    width: 100%;
  }
}
.cb-newsletter .content-wrapper .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 19px;
  letter-spacing: 0;
  margin-bottom: 33px;
  text-align: center;
}
@media (max-width: 1024px) {
  .cb-newsletter .content-wrapper .title {
    font-weight: 400;
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 10px;
    max-width: 90%;
    margin: 0 auto;
  }
}
.cb-newsletter .content-wrapper .description {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1024px) {
  .cb-newsletter .content-wrapper .description {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
}
@media (max-width: 1024px) {
  .cb-items-slider.blog {
    padding-top: 29px;
  }
}
@media (max-width: 1024px) {
  .cb-items-slider.items-new {
    padding-top: 29px;
  }
}
@media (max-width: 1024px) {
  .cb-items-slider.items-new .section-title .subtitle {
    padding-bottom: 8px;
  }
}
@media (max-width: 1024px) {
  .cb-items-slider.items-new .pzl-item.grid {
    margin: 0 0 55px 0 !important;
  }
}
@media (max-width: 1024px) {
  .cb-items-slider.items-new .btn-link-wrapper {
    display: flex !important;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 55px;
  }
  .cb-items-slider.items-new .btn-link-wrapper .btn-link {
    background-color: #EFC778;
    color: #fff;
  }
}
.styled-slider .owl-dots {
  text-align: center;
  margin: 32px 0 64px 0 !important;
}
.styled-slider .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 1px solid #707070;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0 13px;
}
.styled-slider .owl-dots .owl-dot span {
  display: none;
}
.styled-slider .owl-dots .owl-dot:hover {
  cursor: pointer;
}
.styled-slider .owl-dots .owl-dot.active {
  background-color: #004ABA;
  border-color: #004ABA;
}
.styled-slider.items-slider .subtitle-title {
  margin: 32px 0;
}
.styled-slider.items-slider .list-item-block {
  margin-left: -24px;
  margin-right: -24px;
}
.styled-slider.items-slider .pzl-item.grid {
  margin-top: 32px;
  margin-bottom: 0;
  padding: 0;
}
.cb-hero {
  position: relative;
  background-image: url("https://bunny.100m2.si/www/planetum/img/hero.png?class=6417c5820edf7ccce3dbb18de70c5a24");
  width: 100%;
  background-position: 80%;
  background-size: cover;
  max-height: 90vh;
  height: 1086px;
}
.cb-hero .container,
.cb-hero .row,
.cb-hero [class*="col-"] {
  height: 100%;
}
@media (max-width: 1024px) {
  .cb-hero {
    height: 820px;
    max-height: none;
  }
}
.cb-hero .background-video-container {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  direction: ltr;
}
.cb-hero .background-video-container video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: opacity 1s linear;
}
.cb-hero .background-video-container video.fadein {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (max-width: 767px) {
  .cb-hero .background-video-container #video-mobile {
    display: block;
  }
}
@media (min-width: 768px) {
  .cb-hero .background-video-container #video-desktop {
    display: block;
  }
}
.cb-hero .hero-content-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1024px) {
  .cb-hero .hero-content-wrapper {
    display: block;
    padding-top: 117px;
  }
}
.cb-hero .hero-content-wrapper .search-form-input {
  width: 656px;
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #707070;
  -webkit-border-radius: 33px;
  -moz-border-radius: 33px;
  border-radius: 33px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
@media (max-width: 1024px) {
  .cb-hero .hero-content-wrapper .search-form-input {
    width: 100%;
    padding-right: 60px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 60px;
  }
}
@media (max-width: 1024px) {
  .cb-hero .hero-content-wrapper .search-form-input {
    line-height: 42px;
  }
}
.cb-hero .hero-content-wrapper .search-form-input input {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 64px;
  color: #707070;
  letter-spacing: 1.6px;
  border: 0;
  width: 90%;
}
@media (max-width: 1024px) {
  .cb-hero .hero-content-wrapper .search-form-input input {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.2px;
    width: 80%;
  }
}
.cb-hero .hero-content-wrapper .search-form-input .search-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 66px;
  color: #004ABA;
}
@media (max-width: 1024px) {
  .cb-hero .hero-content-wrapper .search-form-input .search-text {
    font-size: 15px;
    line-height: 20px;
  }
}
.cb-hero .hero-content-wrapper .search-form-input::placeholder {
  opacity: 1;
  color: #707070;
}
.cb-hero .hero-content-wrapper .search-form-input:placeholder-shown {
  text-overflow: ellipsis;
  width: 100%;
}
.cb-hero .hero-content-wrapper .search-form-input .btn {
  background-color: #004ABA;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 66px;
  height: 66px;
  position: absolute;
  right: -90px;
}
.cb-hero .hero-content-wrapper .search-form-input .btn:hover {
  background-color: #EFC778;
}
.cb-hero .hero-content-wrapper .search-form-input .btn .magnifier {
  content: "";
  display: block;
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/ico-lupa.svg");
  background-position: center center;
  background-size: 29px 29px;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  margin-left: -12px;
}
@media (max-width: 1024px) {
  .cb-hero .hero-content-wrapper .search-form-input .btn .magnifier {
    background-size: 20px 19px;
    width: 20px;
    height: 19px;
    margin-left: -6px;
  }
}
@media (max-width: 1024px) {
  .cb-hero .hero-content-wrapper .search-form-input .btn {
    right: -2px;
    top: -2px;
    width: 45px;
    height: 45px;
    padding: 5px 20px;
  }
}
.cb-hero .hero-content-wrapper .slogan {
  margin-top: 33px;
  margin-bottom: 40px;
  transition: transform .2s;
  max-width: 730px;
  margin: 0 auto 40px auto;
  text-align: center;
}
.cb-hero .hero-content-wrapper .slogan h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 76px;
  line-height: 110%;
  letter-spacing: 0;
  color: #fff;
}
@media (max-width: 1024px) {
  .cb-hero .hero-content-wrapper .slogan h1 {
    line-height: 130%;
    font-size: 44px;
  }
}
.cb-hero .icon-arrow-link {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .cb-hero .icon-arrow-link {
    display: none;
  }
}
.cb-team.default .section-title {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .cb-team.default .section-title {
    margin-bottom: 0;
    padding-top: 40px;
  }
}
@media (max-width: 1024px) {
  .cb-team.default .section-title .subtitle-title {
    display: none;
  }
}
.cb-team.default .row-team {
  margin-left: 0;
  margin-right: 0;
}
.cb-team.default .row-team .col-team {
  padding-left: 0;
  padding-right: 0;
}
.cb-team.default .agents .agent .wrap img {
  width: 100%;
  max-width: none;
}
.cb-company-id.default {
  padding-top: 172px;
  padding-bottom: 277px;
}
@media (max-width: 1024px) {
  .cb-company-id.default {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cb-company-id.default .section-title {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .cb-company-id.default .section-title {
    margin-bottom: 20px;
  }
}
.cb-search {
  background-color: #004ABA;
}
@media (max-width: 1024px) {
  .cb-search {
    background-color: unset;
  }
}
.cb-search .search-wrapper {
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  background: transparent;
  position: relative;
}
.cb-search .search-wrapper .key-search {
  width: 30%;
}
@media (max-width: 1024px) {
  .cb-search .search-wrapper .key-search {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cb-search .search-wrapper .key-search .input-text {
  border: 1px solid #004ABA;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #fff;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  .cb-search .search-wrapper .key-search .input-text {
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    border-radius: 33px;
  }
}
.cb-search .search-wrapper .key-search .input-text input {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.6px;
  color: #707070;
  height: 62px;
  margin-left: 5px;
}
@media (max-width: 1024px) {
  .cb-search .search-wrapper .key-search .input-text input {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.2px;
    width: 80%;
    height: 42px;
  }
}
.cb-search .search-wrapper .key-search .input-text input::placeholder {
  opacity: 1;
  color: #707070;
}
.cb-search .search-wrapper .key-search .input-text input:placeholder-shown {
  text-overflow: ellipsis;
  width: 100%;
}
@media (max-width: 1024px) {
  .cb-search .search-wrapper .key-search .input-text input:placeholder-shown {
    width: 75%;
  }
}
.cb-search .search-wrapper .key-search .input-text .search-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 62px;
  color: #004ABA;
}
@media (max-width: 1024px) {
  .cb-search .search-wrapper .key-search .input-text .search-text {
    line-height: 42px;
    font-size: 15px;
    letter-spacing: 1.2px;
  }
}
.filter-search {
  width: 70%;
}
@media (max-width: 1024px) {
  .filter-search {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .filter-search .search {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 99;
    display: none;
    left: 0;
    top: 0;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    background-color: #F8F8F8;
  }
  .filter-search .search .container {
    width: 90%;
  }
  .filter-search .search.visible {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
@media (max-width: 1024px) {
  .filter-search .search .row-wrapper {
    width: 260px;
    padding-top: 60px;
  }
}
.filter-search .search .row-wrapper .item {
  border: 1px solid #004ABA;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .filter-search .search .row-wrapper .item {
    border: 1px solid #707070;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
}
.filter-search .search .row-wrapper .item .label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 62px;
  letter-spacing: 1.6px;
  color: #707070;
  height: 62px;
}
.filter-search .search .row-wrapper .item .selectric .button {
  height: 62px;
  top: 0;
}
.filter-search .search .row-wrapper .item .selectric .button::after {
  content: "";
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/angle-down-light.svg");
  background-size: 15px 8px;
  background-repeat: no-repeat;
  width: 15px;
  height: 8px;
  display: inline-block;
  border: 0;
}
.filter-search .search .row-wrapper .item .selectric-items {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  box-shadow: 0px 3px 6px #00000029;
}
.filter-search .search .row-wrapper .item .selectric-items > div {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.filter-search .search .row-wrapper .item .selectric-items .selectric-scroll ul {
  background-color: #fff;
  margin-top: 2px;
}
.filter-search .search .row-wrapper .item .selectric-items .selectric-scroll ul li {
  position: relative;
  color: #707070;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
}
.filter-search .search .row-wrapper .item .selectric-items .selectric-scroll ul li::before {
  content: "";
  background-color: #fff;
  border: 1px solid #707070;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  left: 10px;
}
.filter-search .search .row-wrapper .item .selectric-items .selectric-scroll ul li:hover {
  background: #edf2fa 0% 0% no-repeat padding-box;
  color: #707070;
}
.filter-search .search .row-wrapper .item .selectric-items .selectric-scroll ul li.highlighted {
  background: transparent;
  color: #707070;
}
.filter-search .search .row-wrapper .item .selectric-items .selectric-scroll ul li.selected::before {
  background-color: #EFC778;
  border-color: #EFC778;
}
.filter-search .search .row-wrapper .item.actions {
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 12%;
}
@media (max-width: 1024px) {
  .filter-search .search .row-wrapper .item.actions {
    border: 0;
    background: transparent;
  }
}
.filter-search .search .row-wrapper .item.actions button[type="submit"] {
  background-color: #004ABA;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 51px;
  height: 51px;
  padding: 0;
}
@media (max-width: 1024px) {
  .filter-search .search .row-wrapper .item.actions button[type="submit"] {
    width: auto;
    height: auto;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background-color: #EFC778;
    color: #fff;
    padding: 15px;
    margin-top: 10px;
    font-weight: 400;
    letter-spacing: 1.28px;
    font-size: 15px;
    line-height: 21px;
  }
}
.filter-search .search .row-wrapper .item.actions button[type="submit"]:hover {
  background-color: #EFC778;
}
.filter-search .search .row-wrapper .item.actions button[type="submit"] .magnifier {
  content: "";
  display: block;
  background: transparent url("https://bunny.100m2.si/www/planetum/img/icon/ico-lupa.svg");
  background-position: center center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin: 0;
}
@media (max-width: 1024px) {
  .filter-search .search .row-wrapper .item.actions button[type="submit"] .magnifier {
    display: none;
  }
}
@media (max-width: 1024px) {
  .filter-search .search .row-wrapper .item.actions .toggle-search {
    position: fixed;
    top: 75px;
    right: 32px;
    color: #000;
    z-index: 101;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 0;
    padding: 0;
    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: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .filter-search .btn-link {
    width: 100%;
    font-weight: 700;
    margin-top: 13px;
    border: 0;
  }
}
.page-blog {
  padding-top: 79px;
}
.page-blog .section-title .description {
  margin-bottom: 60px;
  font-weight: 400;
}
.page-blog .content-blocks {
  margin-left: -22px;
  margin-right: -22px;
}
.page-blog .content-blocks .content-block {
  padding-left: 22px;
  padding-right: 22px;
}
.page-blog .content-block {
  margin-bottom: 56px;
}
@media (max-width: 1024px) {
  .page-blog .content-block {
    margin-bottom: 20px;
  }
}
.page-blog .content-block a {
  color: inherit;
  text-decoration: none;
}
.page-blog .content-block img {
  display: none;
}
.page-blog .content-block .tag {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1.6px;
  line-height: 23px;
  color: #fff;
  display: inline-block;
  padding: 25px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .page-blog .content-block .tag {
    font-size: 12px;
    letter-spacing: 0.96;
    line-height: 14px;
    padding: 13px;
  }
}
.page-blog .content-block h3 {
  font-size: 27px;
  line-height: 33px;
  letter-spacing: 2.16px;
  font-weight: 400;
  color: #fff;
  padding: 19px 25px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .page-blog .content-block h3 {
    font-size: 12px;
    letter-spacing: 0.96;
    line-height: 16px;
    padding: 13px;
  }
}
.btn-link {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 32px;
  color: #fff;
  background-color: #004ABA;
  text-align: center;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  min-width: 240px;
  padding: 13px 24px;
  display: inline-block;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  .btn-link {
    font-size: 16px;
    letter-spacing: 1.28px;
    line-height: 21px;
    padding: 11px 24px;
  }
}
.btn-link span {
  transition: all 0.3s;
}
.btn-link:hover {
  background-color: #EFC778;
  color: #fff;
  text-decoration: none;
}
.btn-link:hover span {
  padding-left: 15px;
}
.section-title .subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 37px;
  letter-spacing: 1.85px;
  line-height: 44px;
  color: #004ABA;
  margin-bottom: 7px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .section-title .subtitle {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 19px;
    margin-bottom: 16px;
  }
}
.section-title .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 60px;
  color: #004ABA;
  margin-bottom: 33px;
}
@media (max-width: 1024px) {
  .section-title .title {
    font-size: 26px;
    letter-spacing: 0;
    line-height: 34px;
  }
}
.section-title .description {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 37px;
  color: #5C6C78;
  margin-bottom: 33px;
}
@media (max-width: 1024px) {
  .section-title .description {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
  }
}
.section-title .read-more-link {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1.6px;
  line-height: 24px;
  color: #707070;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .section-title .read-more-link {
    font-size: 16px;
    letter-spacing: 1.28px;
    line-height: 21px;
  }
}
.section-title .read-more-link a {
  color: #004ABA;
  text-decoration: none;
}
.section-title .read-more-link a:hover {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .section-title.blog {
    text-align: center;
  }
  .section-title.blog h1 {
    font-weight: 700;
  }
}
.section-title.st-two-columns .text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  gap: 57px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .section-title.st-two-columns .text {
    display: block;
  }
}
.section-title.st-two-columns .description {
  margin-top: 50px;
  max-width: 375px;
}
@media (max-width: 1024px) {
  .section-title.st-two-columns .description {
    margin-top: 0;
    max-width: 100%;
  }
}
.section-title.st-three-columns {
  padding-top: 83px;
  padding-bottom: 83px;
}
@media (max-width: 1024px) {
  .section-title.st-three-columns {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
}
.section-title.st-three-columns .text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  gap: 140px;
}
@media (max-width: 1024px) {
  .section-title.st-three-columns .text {
    display: block;
  }
}
.section-title.st-three-columns .subtitle-title,
.section-title.st-three-columns .icon-box {
  width: 350px;
}
@media (max-width: 1024px) {
  .section-title.st-three-columns .subtitle-title .title {
    margin-bottom: 20px;
  }
}
.section-title.st-three-columns .icon-box {
  background-color: #fff;
  text-align: center;
  width: 300px;
  height: 200px;
  min-width: 300px;
  min-height: 200px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .section-title.st-three-columns .icon-box {
    margin: 0 auto;
    width: 260px;
    height: 160px;
    min-width: 260px;
    min-height: 160px;
    background-color: #F8F8F8;
  }
}
.section-title.st-three-columns .icon-box img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .section-title.st-three-columns .icon-box img {
    max-width: 90px;
    max-height: 90px;
  }
}
.section-title.st-narrow-width-center .text {
  text-align: center;
  width: 1070px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .section-title.st-narrow-width-center .text {
    width: 100%;
  }
}
.section-title.st-selling {
  position: relative;
  padding-top: 0;
}
.section-title.st-selling .text {
  padding-top: 100px;
}
.section-title.st-selling .form-styled {
  position: absolute;
  width: 700px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
  top: -600px;
  z-index: -1;
  height: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .section-title.st-selling .form-styled {
    width: 95%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 70px -29px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 70px -29px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 70px -29px rgba(0,0,0,0.75);
  }
  .section-title.st-selling .form-styled .form-box {
    float: none;
    margin-bottom: 15px;
  }
}
.section-title.st-selling .form-styled.visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  top: 0;
  z-index: 1;
  height: auto;
}
.section-title.st-selling .form-styled .close {
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #000;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}
.section-title.st-selling .form-styled .columns {
  width: 100%;
  background-color: #fff;
  padding: 35px 45px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .section-title.st-selling .form-styled .columns .col {
    width: 100%;
  }
}
.section-title.st-selling .form-styled .columns .form-box input[type="text"],
.section-title.st-selling .form-styled .columns .form-box textarea {
  background-color: #edf2fa;
  height: 43px;
}
.section-title.st-selling .form-styled .columns .form-box input[type="checkbox"].long-text + label {
  color: #5C6C78;
  margin-top: 0;
}
.section-title.st-selling .form-styled .columns .form-box input[type="checkbox"].long-text + label:before {
  color: #004ABA;
}
.section-title.st-selling .form-styled .columns .form-box textarea {
  height: 100px;
}
.section-title.st-selling .form-styled .columns .form-box .btn.submit {
  background-color: #004ABA;
  color: #fff;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
}
.section-title.st-selling .form-styled .columns .form-box .btn.submit:hover {
  background-color: #fff;
  color: #EFC778;
}
@media (max-width: 1024px) {
  .box-category {
    width: 157px;
    height: 157px;
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
}
.box-category .image img {
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transform: scale(1.0);
  transition: 0.3s;
  display: block;
}
.box-category a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.box-category a:hover {
  text-decoration: none;
}
.box-category a:hover .image img {
  transform: scale(1.2);
}
.box-category .text {
  position: absolute;
  top: 15px;
  left: 20px;
}
@media (max-width: 1024px) {
  .box-category .text {
    top: 10px;
    left: 10px;
  }
}
.box-category .text .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 61px;
  color: #fff;
  position: relative;
}
@media (max-width: 1024px) {
  .box-category .text .title {
    font-size: 25px;
    letter-spacing: 0;
    line-height: 33px;
  }
}
.box-icon-text {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .box-icon-text {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .box-icon-text::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #707070;
    position: relative;
    top: 20px;
  }
}
.box-icon-text .image {
  display: block;
  margin-bottom: 32px;
}
.box-icon-text .image img {
  object-fit: contain;
  width: 140px;
  height: 120px;
}
.box-icon-text .text .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1.1px;
  line-height: 27px;
  color: #004ABA;
  text-transform: uppercase;
  margin-bottom: 42px;
}
@media (max-width: 1024px) {
  .box-icon-text .text .title {
    font-size: 24px;
    letter-spacing: 1.2px;
    line-height: 29px;
    margin-bottom: 22px;
  }
}
.box-icon-text .text .description {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 37px;
  color: #5C6C78;
}
@media (max-width: 1024px) {
  .box-icon-text .text .description {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
  }
}
.agents {
  margin-left: -23px;
  margin-right: -23px;
}
@media (max-width: 1024px) {
  .agents {
    margin-left: unset;
    margin-right: unset;
  }
}
.agents .agent {
  margin-bottom: 50px;
  padding-left: 23px;
  padding-right: 23px;
}
@media (max-width: 1024px) {
  .agents .agent {
    padding-left: unset;
    padding-right: unset;
  }
}
.agents .agent .wrap img {
  height: 510px;
  object-fit: cover;
  display: block;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .agents .agent .wrap img {
    height: 350px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
.agents .agent .about {
  min-height: 325px;
}
@media (max-width: 1024px) {
  .agents .agent .about {
    min-height: unset;
  }
}
.agents .agent .about h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 31px;
  letter-spacing: 0;
  color: #004ABA;
  margin-top: 39px;
}
@media (max-width: 1024px) {
  .agents .agent .about h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 31px;
    margin-top: 13px;
  }
}
.agents .agent .about .note {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  letter-spacing: 0;
  color: #707070;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .agents .agent .about .note {
    font-size: 18px;
    margin-top: 0;
  }
}
.agents .agent .about .contacts {
  margin-top: 25px;
}
.agents .agent .about .contacts a {
  text-decoration: none;
  color: #707070;
}
.agents .agent .about .contacts a:hover {
  text-decoration: none;
}
.agents .agent .about .contacts p {
  display: inline-block;
  min-width: 270px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 27px;
  line-height: 43px;
  letter-spacing: 1.35;
  color: #707070;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 19px 16px;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .agents .agent .about .contacts p {
    font-size: 22px;
    letter-spacing: 1.1;
    padding: 3px 18px;
  }
}
.agents .agent .about .contacts p .icon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 21px;
}
@media (max-width: 1024px) {
  .company-id .table-wrap {
    width: 100%;
  }
}
.company-id .table-wrap > div {
  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;
  gap: 10%;
}
@media (max-width: 1024px) {
  .company-id .table-wrap > div {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.company-id .table-wrap table {
  border: 0;
  width: 100%;
}
.company-id .table-wrap table tr {
  border-bottom: 2px solid rgba(112,112,112,0.2);
}
@media (max-width: 1024px) {
  .company-id .table-wrap table tr {
    border-bottom: 0;
  }
}
.company-id .table-wrap table tr td {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0;
  color: #5C6C78;
  padding: 30px 25px;
}
@media (max-width: 1024px) {
  .company-id .table-wrap table tr td {
    display: block;
    padding: 15px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1.28px;
    padding: 15px 0;
  }
}
.company-id .table-wrap table tr td:first-child {
  color: #000;
  text-transform: uppercase;
  width: 30%;
}
@media (max-width: 1024px) {
  .company-id .table-wrap table tr td:first-child {
    width: 100%;
    padding-bottom: 0;
  }
}
