@charset "UTF-8";
/***!  /templates/ne-pok-agencija/css/custom.css  !***/

@font-face {src: url('https://mail.ne-pok.hr/templates/ne-pok-agencija/css/URWGothicL-Demi.woff2') format('woff2'),
        url('https://mail.ne-pok.hr/templates/ne-pok-agencija/css/URWGothicL-Demi.woff') format('woff'); font-family: 'URW Gothic L'; font-weight: normal; font-style: normal; font-display: swap}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'URW Gothic L';
  font-weight: 600;
}

@media (min-width: 1400px) {
  .tp-home .container{
    max-width: 1730px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1420px;
  }
}

.tp-home #sp-header.header-with-modal-menu {
  background: none;
  position: absolute !important;
  margin: 0 auto;
  padding: 0 40px;
  box-shadow: none;
}
.tp-home #sp-main-body {
  padding: 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  font-family: 'URW Gothic L';
  
}
.tp-home #sp-header.header-with-modal-menu .sp-megamenu-parent > li > a {
	color:#fff;
}
.tp-home #sp-header.header-with-modal-menu li.active > a, .tp-home #sp-header.header-with-modal-menu li.active:hover > a {
  color: #DB261F;
}
.tp-home #sp-header.header-with-modal-menu .sp-megamenu-parent > li > a:hover, .tp-home #sp-header.header-with-modal-menu .sp-megamenu-parent > li > a:focus {
  color: #DB261F;
}
.button-popup {
	display: inline-flex;
  font-size: 12px;
  line-height: 2;
   font-family: 'URW Gothic L';
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  padding: 11px 30px;
  text-decoration: none;
  text-shadow: none;
  -webkit-appearance: none;
  transition: all ease 0.3s;
  background-color: #FFF;
  position: relative;
  border: 1px solid #CBCBCB;
  color: #231E1A;
}
.button-popup img {
	width: 16px;
    height: 16px;
	transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: 0s;
	margin-top: 5px;
    margin-left: 10px;
}
.button-popup:hover img {
  transform: translateX(100%);
  transition-delay: 0s;
}
.tp-home .button-popup {
	background-color: #231E1A;
	border: 1px solid #DB261F;
    color: #DB261F;
}
#modal-menu-toggler .burger-icon  {
  display: flex;
  flex-direction: column;
  width: auto;
  margin-top: -15px;
  position: relative;
  z-index: 999;
}
#modal-menu-toggler .burger-icon .line {
  background-color: #231E1A;
  height: 2px;
  width: 40px;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tp-home #modal-menu-toggler .burger-icon .line {
  background-color: #DB261F;
 
}
#modal-menu-toggler .burger-icon .line2 {
  width: 30px;
  margin-top: 8px;
}
#modal-menu-toggler .burger-icon:hover .line2 {
  width: 40px;
}
.modal-menu-active #modal-menu.active {
  bottom: 0;
  top: 0;
  background: #231E1A;
  z-index: 99;
}
.modal-menu-active #sp-header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
.modal-menu-active #modal-menu .modal-menu-inner > .container {
  height: auto;
  padding: 40px 0;
  max-width: 1320px;
}
 #modal-menu-toggler.active .burger-icon > span {
  background-color: #fff;
}
#modal-menu-toggler.active .burger-icon > span:nth-child(2) {
  opacity: 1;
  width: 40px;
  transform: translate(0, -6px) rotate(45deg);
}
#modal-menu .sp-module ul > li > a {
  color: #DB261F;
  font-size:60px;
  font-weight:300;
  font-family: 'URW Gothic L';
  line-height:80px;
}
#modal-menu .sp-module ul > li > a:hover {
	 color: #fff;
}
#modal-menu .sp-module ul {
  list-style: none;
  padding:0;
}
#sp-header #modal-menu .sp-module {
  margin-left: 0;
}
#sp-header.header-with-modal-menu .sp-contact-info > li {
  opacity: 1;
}
#sp-header.header-with-modal-menu .sp-contact-info > li a {
  color: #fff;
  font-size:60px;
  font-weight:300;
  font-family: 'URW Gothic L';
  line-height:80px;
}
#sp-header.header-with-modal-menu .sp-contact-info > li span {
	color: #fff;
    font-size:60px;
	line-height:80px;
}
#sp-header.header-with-modal-menu .sp-contact-info > li:hover a , #sp-header.header-with-modal-menu .sp-contact-info > li:hover span{
	color: #CBCBCB;
}
.header-modules img {
	border-radius: 50% 55% 0 0/36% 36% 0 0;
}
#sp-footer {
  font-size: 18px;
  line-height:28px;
  font-weight:600;
  font-family: 'URW Gothic L';
}
#sp-footer1 {
	text-align:center;
}
#sp-bottom {
  font-size: 18px;
  line-height:28px;
  font-weight:600;
  font-family: 'URW Gothic L';
}
#sp-bottom .sp-module ul > li > a {
  position: relative;
  transition: color 0.3s;
  display: inline-block;
}
#sp-bottom .sp-module ul > li > a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all ease 0.4s;
}
#sp-bottom .sp-module ul > li > a::after {
  width: 0;
  left: 0;
  transition: all ease 0.8s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #DB261F;
}

#sp-bottom  .sp-module ul > li > a:hover::before {
  width: 0;
}
#sp-bottom .sp-module ul > li > a:hover::after {
  width: 100%;
}
#sp-bottom .container-inner {
	padding: 60px 0;
    border-top: 1px solid #89817f;
}
#sp-contact-bottom {
	background: #1d1815;
	border-top: 10px solid #DB261F;
}
#sp-contact-bottom .sppb-addon-title {
  font-size: 16px;
  line-height:20px;
  font-weight:600;
  font-family: 'URW Gothic L';
  color: #DB261F;
}
#sp-contact-bottom .sppb-addon-content {
	font-size: 28px;
  line-height:1;
  font-weight:600;
  font-family: 'URW Gothic L';
  color: #fff;
}
#sp-contact-bottom .sppb-addon-content  a {
  color: #fff;
}
#sp-contact-bottom .sppb-addon-content  a:hover {
color: #DB261F;
}
#sp-contact-bottom #column-wrap-id-0caba021-da8b-4631-9cf2-cec2dabe8c10 .sppb-addon-content {
	padding-top: 20px;
	text-align: center;
}
#sp-contact-bottom .sppb-social-share-style-custom ul li a{
 padding: 20px;
}
#sp-contact-bottom .sppb-social-share {
	padding-top: 10px;

}
#sp-contact-bottom .sppb-social-share-style-custom ul li a i {
  font-size: 24px;
}
#sp-box-bottom .sppb-row-column {
  padding-right: 0;
  padding-left: 0;
  min-height: inherit;
}
#sp-box-bottom .sppb-button-wrapper {
  padding: 0 10px;
  background-color: #fff;
  border-radius: 100px 100px 100px 100px;
  width: 140px;
  height: 140px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 140px;
  top: -215px;
  z-index: 1;
}
#sp-box-bottom .sppb-button-wrapper  .sppb-btn i {
 font-size: 40px;
 color:#EEE8E6;
 font-size: 40px;
  color: #EEE8E6;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: -1;
  top: 40%;
}
#sp-box-bottom .sppb-button-wrapper:hover .sppb-btn{
	font-size: 0 !important;
}
#column-id-b0572ad3-b232-429c-a4f5-cd109e2ef743 {
  position: relative;
   transition: color 0.3s;
}
#column-id-b0572ad3-b232-429c-a4f5-cd109e2ef743:after {
  width: 0;
  left: 0;
  transition: all ease 0.8s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #CBCBCB;
}
#column-id-b0572ad3-b232-429c-a4f5-cd109e2ef743:hover::after {
  width: 100%;
}
#column-id-832b7376-a456-4de9-bb9e-8304919b9035:after {
  width: 0;
  left: 0;
  transition: all ease 0.8s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #8F8F8F;
}
#column-id-832b7376-a456-4de9-bb9e-8304919b9035:hover::after {
  width: 100%;
}
#sppb-addon-47e2e6a6-12ef-4139-aa5e-2d0211271634 .sppb-nav-custom a {
  font-family: 'URW Gothic L';
}
#sp-service .sppb-addon-title {
  font-family: "URW Gothic L", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.067em;
  color: #000;
  margin: 0px 0px 25px 0px;
}
#sp-service .sppb-addon-content {
	font-size: 20px;
	color: #B7B4B2;
    margin: 0px 0px 25px 0px;
}
#sp-service .sppb-btn {
  font-family: "URW Gothic L", Sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  text-align: left;
  border-bottom: 1px solid #DB261F;
  padding-bottom: 15px !important;
  border-radius: 0;
}
#sp-service  .sppb-btn i {
  font-size: 15px;
  float: right;
}
#sp-service img {
  border-left: 1px solid #96796e;
  padding-left: 30px;
}
#sp-service .sppb-nav > li > a {
  display: inline-block;
}
#sp-service .sppb-section-title h3.sppb-title-heading{
	font-family: "URW Gothic L", Sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 5px solid #bdcacb;
  display: inline-block;
  color: #DB261F;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 8px;
  margin-left: 60px;
}
#sp-service .sppb-section-title p.sppb-title-subheading{
	font-weight: 600;
    font-size: 60px;
	font-family: "URW Gothic L", Sans-serif;
	color: #000;
	text-align: center !important;
	position: relative;
  margin-top: -60px;
  padding-bottom: 40px;
}
@media (min-width: 1400px) {
  #sp-service .sppb-container {
    max-width: 1730px;
  }
}
#sp-about-us {
	background:#CBCBCB;
	color: #FFFFFF;
}
#sp-about-us #sppb-addon-5baa537e-03bf-4d00-b3af-2ca914b3475f h3.sppb-addon-title {
	font-family: "URW Gothic L", Sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 6px solid #fff;
  display: inline-block;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 8px !important;
}
#sppb-addon-2f385d7b-8311-4222-a475-e64de6e70851 .sppb-addon-title {
	font-weight: 600;
    font-size: 60px;
	font-family: "URW Gothic L", Sans-serif;
	line-height:64px;
	border-bottom: 1px solid;
  padding-bottom: 60px;
  margin-bottom: 40px;
}
#sp-feature .sppb-section-title h3.sppb-title-heading{
	font-family: "URW Gothic L", Sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: 2px solid #DB261F;
  display: inline-block;
  color: #DB261F;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 8px;
}
#sp-feature .sppb-section-title p.sppb-title-subheading{
	font-weight: 600;
    font-size: 60px;
	font-family: "URW Gothic L", Sans-serif;
	color: #000;
	padding-bottom: 30px;
}
section#sp-feature {
	position: relative;
}
section#sp-feature::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 43%;
  left: 0;
  background: url(https://mail.ne-pok.hr/templates/ne-pok-agencija/images/shape_16.svg) no-repeat center;
    background-size: auto;
  background-size: cover;
  z-index: -1;
}
#sp-feature .listing-card-one {
  background: #fff;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}
#sp-feature  .listing-card-one:hover {
  box-shadow: 0 30px 60px #0000000f;
}
.listing-card-one .property-info {
  padding: 15px 25px;
}
.listing-card-one .property-info a.title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
.listing-card-one .property-info a.title:hover {
  color: #DB261F;
}
.listing-card-one .address .address_value{
  font-size: 16px;
  color: #0006;
  margin: 3px 0 22px;
  display: block;
}
.listing-card-one .pl-footer{
  border-top: 1px dashed #c7c7c7;
  margin-top: 28px;
  padding: 12px 0;
}
.listing-card-one .feature  {
  color: #0006;
}
.pl-footer .property_price {
	font-size: 32px;
}
.pl-footer .btn-four {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0c0c0c;
  color: #fff;
  font-size: 1.3em;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.pl-footer .btn-four:hover {
	background: #DB261F;
}
.pl-footer .btn-four i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sp-feature .image_property .randompropertytype {
  border-radius: 0;
  top: 5px;
  left: 0;
  color: #000;
  background: #fff;
  opacity: 1;
  bottom: inherit;
  right: inherit;
}
#sp-search {
	background: #cbcbcb;
  position: relative;
}
#sp-search::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 85%;
  z-index: -1;
  background-color: #231E1A;
  border-radius: 0;
  z-index: 0;
}
#sp-search .ospsearch {
  padding: 60px 0;
}
.tp-home #sp-search  .horizontalsearchbutton {
  right: 160px; 
}
#sp-search  .horizontalsearchbutton {
  position: absolute;
  right: 0px;
  display: block;
  height: 100%;
  background-color: #DB261F;
  top: 0;
  font-size: 36px;
  text-transform: uppercase;
  width: 240px;
  max-width: 100%;
  border: none;
  color: #fff;
}
#sp-search  .horizontalsearchbutton:hover {
  background-color: #231E1A;
  color: #DB261F;
}
#sp-search .hitem  {
  position: relative;
}
#sp-search .hitem i {
  color: #fff;
  position: absolute;
  top: 26px;
  left: 20px;
}
#sp-search  .input-medium {
  width: 100% !important;
  border: none;
  padding: 0 30px 0 60px;
  font-weight: 500;
  background-color: #DB261F;
  text-transform: uppercase;
  height: 70px;
  color: #231E1A;
  border-radius: 6px;
}
#sp-search #conveniencegroups {
  color: #fff;
  padding: 10px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 25px 50px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	border-bottom: 1px solid #e3dcd9;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  width: 100%;
  position: relative;
  padding: 12px 0 12px;
  font-size: 16px;
  line-height: 1.547;
}
#sp-header.header-with-modal-menu {
  padding: 0 40px;
}
#sp-menu .sp-megamenu-wrapper  {
  justify-content: center;
}
.sppb-animated-number {
	font-size: 140px;
  text-transform: uppercase;
  line-height: 0.8em;
  color: #96796E00;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #231E1A;
  stroke: #231E1A;
  font-weight: 800;
  font-family: "URW Gothic L", Sans-serif;
}
#sp-counter .sppb-addon-animated-number .sppb-addon-content {
  position: relative;
  display: block;
}
.sppb-animated-number-title {
	padding: 5px 10px 5px 10px;
   background-color: #fff;
   font-size: 20px;
   font-weight: 600;
  font-family: "URW Gothic L", Sans-serif;
  position: absolute;
  right: 0;
  top: 43%;
}
.e-con-inner {
	margin:100px 0 0;
}
.e-con-inner .e-con-full {
	padding-top: 0px;
    padding-bottom: 22px;
    padding-left: 30px;
    padding-right: 80px;
	border-left: 1px solid #231E1A;
}
.elementor-icon-box-icon i {
  font-size: 96px;
  position: relative;
  display: block;
  color:#231E1A;
  margin-bottom:140px;
}
.elementor-icon-box-title {
	font-size: 28px;
	font-family: "URW Gothic L", Sans-serif;
	font-weight: 600;
	color:#231E1A;
}
.box-about {
	max-width:1320px;
	margin: 0 auto;
}
.box-about-2 {
	margin:50px 0 ;
}
.geodetske-usluge .box-about-2 {
  align-items: center;
}
h4.elementor-heading-title {
  padding: 0px 0px 5px 0px;
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  border-color: #CBCBCB;
  color: #DB261F;
  font-size:16px;
  text-transform:uppercase;
  font-family: "URW Gothic L", Sans-serif;
  letter-spacing:2px;
  display: inline-block;
}
h2.elementor-heading-title {
   color: #231E1A;
  font-family: "URW Gothic L", Sans-serif;
  font-size: 60px;
  font-weight: 600;
  padding: 30px 0px 50px 0px;
}
.box-about-2 .e-con-full {
	display: flex;
}
.box-about-2 .e-con-full .images {
	padding-right:30px;
	border-right: 1px solid #231E1A;
}
.box-about-2 .elementor-text {
	padding-left:50px;
	display: flex;
}
.box-about-2 a.elementor-button-link {
	  letter-spacing:2px;
	 color: #231E1A;
	 font-family: "URW Gothic L", Sans-serif;
	  position: relative;
	  background: transparent;
	  padding: 0;
      float: right;
}
.box-about-2 .elementor-icon-box-content {
	margin-left:6px;
}
.box-about-2 .elementor-icon-box-title {
  font-size: 48px;
  line-height: 1em;
  color: #DB261F;
}
.box-about-2 .elementor-counter-number-wrapper {
  font-family: "URW Gothic L", Sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 0.9em;
  color: #DB261F;
}
.box-about-2 .elementor-icon-box-description {
	color: #DB261F;
	text-transform:uppercase;
	letter-spacing:2px;
	font-family: "URW Gothic L", Sans-serif;
    font-size: 12px;
}
.box-about-2 a.elementor-button-link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #231E1A;
  transition: all ease 0.4s;
}
.box-about-2 a.elementor-button-link::after {
  width: 0;
  left: 0;
  transition: all ease 0.8s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #231E1A;
}
.box-about-2 a.elementor-button-link:hover::before {
	width: 0;
}
.box-about-2 a.elementor-button-link:hover::after {
	width: 100%;
}
.heading-title {
  padding: 8px 0px 5px 0px;
  border-style: solid;
  border-width: 0px 0px 5px 0px;
  border-color: #bdcacb;
  color:#DB261F;
  display: inline-block;
  font-family: "URW Gothic L", Sans-serif;
  font-size: 14px;
  font-weight:300;
  text-transform: uppercase;
}
h2.elementor-title {
	font-family: "URW Gothic L", Sans-serif;
    font-size: 60px;
	margin-bottom:40px;
	color:#231E1A;
}
#sp-main-body hr {
  border-top: 2px solid #e3dcd9;
}
.service a.bt-title {
	font-family: "URW Gothic L", Sans-serif;
    font-size: 60px;
	margin-bottom:40px;
	font-weight:600;
	color:#231E1A;
}
.service.bt-cs .bt-inner {
	padding:0;
}
.service.bt-cs .bt-row {
  padding: 0 0 60px 0;
}
.service.bt-cs .bt-introtext {
	font-size: 22px;
	color:#CBCBCB;
	
}
.service.bt-cs .readmore {
	display: block;
    margin-top: 40px;
}
.service.bt-cs .readmore a {
  font-size: 12px;
  line-height: 2;
  font-family: "URW Gothic L", Sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-appearance: none;
  transition: all ease 0.3s;
  position: relative;
  display: inline-flex;
  color: #231E1A;
  align-items: center;
}
.elementor-button .elementor-button-content-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #231E1A;
  transition: all ease 0.4s;
}
.elementor-button .elementor-button-content-wrapper::after {
  width: 0;
  left: 0;
  transition: all ease 0.8s;
  content: "";
  position: absolute;
  background-color: #231E1A;
  right: 0;
  bottom: 0;
  height: 1px;
}
.elementor-button:hover .elementor-button-content-wrapper::before {
  width: 0;
}
.elementor-button:hover .elementor-button-content-wrapper::after {
  width: 100%;
}
.elementor-button .elementor-button-content-wrapper {
  gap: 10px;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
  justify-content: center;
}
.elementor-button .elementor-button-icon {
  line-height: 1;
  display: inline-flex;
}
.elementor-button .elementor-button-icon svg {
  fill: #231E1A;
  margin-left: 0;
  width: 16px;
  height: auto;
  overflow: hidden;
}
.elementor-button svg .btn-icon__icon {
  transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-delay: 0s;
}
.elementor-button svg .btn-icon__icon:first-child {
  transition-delay: 0.1s;
}
.elementor-button svg .btn-icon__icon:last-child {
  transform: translateX(-100%);
  transition-delay: 0s;
}
.elementor-button:hover svg .btn-icon__icon:first-child {
  transform: translateX(100%);
  transition-delay: 0s;
}
.elementor-button:hover svg .btn-icon__icon:last-child {
  transform: translateX(0);
  transition-delay: 0.1s;
}
.service.bt-cs .bt-row:nth-child(2) .box-images,.service.bt-cs .bt-row:nth-child(4) .box-images,.service.bt-cs .bt-row:nth-child(6) .box-images,.service.bt-cs .bt-row:nth-child(8) .box-images{
	order: 1;
}
.service.bt-cs .bt-row:nth-child(2) .box-text,.service.bt-cs .bt-row:nth-child(4) .box-text,.service.bt-cs .bt-row:nth-child(6) .box-text,.service.bt-cs .bt-row:nth-child(8) .box-text{
	order: 2;
}
.service.bt-cs .bt-center {
   border-left: 1px solid #CBCBCB;
   border-right: 1px solid transparent;
}
.com-contact h3 {
	color:#DB261F;
	font-size: 48px;
}
.com-contact legend {
  color:#CBCBCB;
}
.com-contact input[type="text"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea.form-control {
  
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.com-contact .form-group .btn-primary, .com-contact .control-group .btn-primary  {
	border-radius: 30px;
  display: block;
  margin-top: 30px;
  padding: 13px 30px;
}
.com-contact .form-group .btn-primary:hover , .com-contact .control-group .btn-primary:hover {
	background:#231E1A;
	border: 1px solid #231E1A;
}
.form-box .form-horizontal .controls {
  margin-left: 0;
}
.box-contact {
	padding-bottom:20px;
}
.box-contact h6 {
	color:#CBCBCB;
	font-size: 12px;
  line-height: 2;
  font-family: "URW Gothic L", Sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0px 0px 23px 0px;
}
.contact-miscinfo {
	padding-left: 140px;
}
.box-contact a {
	color:#000;
}
.box-about-2 a.elementor-button-link.bt-service {
  color: #231E1A;
  float: none;
}
.box-about-2 a.elementor-button-link.bt-service:hover {
	color: #DB261F;
}
.box-service .elementor-widget-container {
	color: #CBCBCB;
}
#sp-apartment-features {
	background:#CBCBCB;
	padding:40px 0;
}
#sp-apartment-features .sp-module-title {
	text-align:center;
}
#sp-apartment-features .elementor-widget-container {
	text-align: center;
  margin: 0px auto 60px;
  max-width: 1024px;
}
.con-boxed {
  padding: 50px 40px 60px 40px;
  background-color: #fff;
  text-align: center;
}
.con-boxed .box-icon {
	margin-bottom:35px;
}
.con-boxed .box-icon i {
	font-size: 65px;
	transition-duration: .3s;
  transition-property: transform;
  transition: all .3s;
}
.con-boxed .box-icon:hover i {
	transform: scale(1.1);
}
.e-con-boxed-2  {
	margin:50px 0;
}
.e-con-boxed-2 .box-list {
	padding:70px 30px 0 0;
	border-top: 1px solid #000;
}
.e-con-boxed-2 .box-wrapper {
	display:flex;
	margin: 0px 0px 15px 0px;
}
.e-con-boxed-2 .box-wrapper .box-icon {
	margin-right:20px;
}
.e-con-boxed-2 .box-wrapper .box-icon i{
	font-size: 32px;
}
.listing-card-one .image_property {
	position: relative;
}
.listing-card-one .image_property .randompropertytype {
  top: 17px;
  left: 17px;
  color: #fff;
  background: #DB261F;
  opacity: 1;
  bottom: inherit;
  right: inherit;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 10px;
  position: absolute;
  text-transform: uppercase;
  border-radius: 25px;
  letter-spacing: .12px;
}
.listing-card-one .image_property .randompropertytype.lease {
  background: #00b579;
  color: #fff;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 50px;
}
.com-osproperty.view-ltype #sp-main-body {
  background: #CBCBCB;
}
.listing-card-one {
  border-radius: 25px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -ms-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
  padding: 15px;
  margin-bottom: 30px;
}
#listings .listing-card-one .property-info {
  background:#fff;
}
#listings .grid  ul {
  padding: 0;
  margin-bottom: 0;
}
#listings .listing-card-one .property-info {
  padding: 15px 0;
  margin: 0;
}
#listings .listing-card-one  .image_property img{
  border-radius: 25px;
}
#listings  .pl-footer .btn-four {
  border-radius: 100%;
}
#listings  .pl-footer .btn-four {
  font-size: 18px;
}
.view-ltype .sp-module-content-top .ospsearch    {
  background: url(https://mail.ne-pok.hr/templates/ne-pok-agencija/images/shape_02.svg) no-repeat center;
    background-size: auto;
  background-size: cover;
  padding: 25px 40px;
  margin-bottom: 75px;
}
.view-ltype .sp-module-content-top .horizontal_searchrowfluid{
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 30px 70px #0000000a;
  padding: 30px 0;
  border: 2px solid #000;
}
.view-ltype .sp-module-content-top .hitem {
  position: relative;
  padding: 3px 15px 3px 20px;
  border-right: 1px solid #EEECEC;
}
.view-ltype .sp-module-content-top .hitem  i {
  color: #000;
  position: absolute;
  top: 15px;
  left: 0px;
}
.view-ltype .sp-module-content-top .form-select  {
  border: none;
  height: 45px;
}
.view-ltype .sp-module-content-top .horizontalsearchbutton {
  font-size: 16px;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto;
  letter-spacing: 1px;
  line-height: 60px;
  color: #fff;
  min-width: 150px;
  background: #DB261F;
  border: none;
  transition: all .3s ease-in-out;
}
.view-ltype .sp-module-content-top .horizontalsearchbutton:hover {
  background: #231e1a;
}
.box-main {
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 4px #00000008;
  margin-bottom: 50px;
  background: #fff;
}
.property-header-info-name .property-header-info-name-text {
  font-size: 64px;
}
.property-header-info-address .type-ribbon {
  font-size: 12px;
  letter-spacing: .12px;
  color: #fff;
  width: auto;
  line-height: 26px;
  border: 1px solid #000;
  background: #000;
  text-align: center;
  border-radius: 20px;
  margin-right: 20px;
}
.price-ribbon-price {
  font-size: 48px;
  font-weight: 500;
}
.social_sharing-content {
justify-content: right;
}
.social_sharing-content a.btn {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 1.1em;
  
}
.social_sharing-content a.btn:hover {
 background: #DB261F;
 border: 1px solid #DB261F;
}
.social_sharing-content .color-dark {
  margin-right: 30px;
}
.social_sharing-content .entry-content {
  display: flex ;
}
.commentform .block_caption::after {
  content: none;
}
#requestmessagediv {
  margin-bottom: 20px;
}
#sp-box-bottom .sppb-addon-content a {
  font-weight: 600;
  font-size: 38px;
  line-height: 36px;
  color: #fff;
  font-family: 'URW Gothic L';
}
@media (min-width: 992px) {
  .box-images-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .box-images-mobile {
    display: block;
  }
  #sppb-addon-ZR1hDTszkIKJYyYp_i3nX .sppb-nav-custom li {
    width: 100%;
    text-align: center;
  }
  .geodetske-usluge .box-images {
    display: none;
  }
	#sp-header.header-with-modal-menu , .tp-home #sp-header.header-with-modal-menu{
	  padding: 0 20px;
	}
	#modal-menu .modal-menu-inner {
	  padding: 0 20px;
	}
	#modal-menu .sp-module ul > li > a , #sp-header.header-with-modal-menu .sp-contact-info > li a{
	  font-size: 20px;
	  line-height: 20px;
	}
	#sp-header.header-with-modal-menu .sp-contact-info > li span {
	  font-size: 20px;
	  line-height: 20px;
	}
	.tp-home .burger-icon > span {
	  background-color: #fff;
	}
	.tp-home.offcanvas-active .close-offcanvas .burger-icon > span {
		background-color: #000;
	}
	 .logo-image {
		height: 60px !important;
    position: relative;
    right: -20px;
	  }
	  .modal-menu-active #sp-header .logo {
	  margin-bottom: 0px;
	}
	.modal-menu-active #modal-menu .modal-menu-inner > .container {
	  padding: 0;
	}
	#sp-header .logo {
	  display: flex;
	  align-items: end;
	  justify-content: center;
	}
	#modal-menu-toggler .burger-icon {
	
	  margin-top: 0px;
	 
	}
	.offcanvas-menu .offcanvas-inner ul.menu > li > a, .offcanvas-menu .offcanvas-inner ul.menu > li > span {
	  font-size: 16px;
	  opacity: 1;
	  text-transform: uppercase;
	  font-weight: 600;
	  font-family: "URW Gothic L", Sans-serif;
	}
	#sp-service .sppb-section-title p.sppb-title-subheading {
	  font-size: 30px;
	  margin-top: 0;
	 
	}
	#sp-footer .container-inner {
	  padding: 20px 0;
	}
	#sp-footer #sp-footer2 {
	  text-align: center;
	}
	#sp-footer {
	  font-size: 14px;
	  font-weight: normal;
	  text-align: center;
	}
	#sp-bottom .container-inner {
	  padding: 30px 0;
	  text-align: center;
	}
	#sp-box-bottom .sppb-button-wrapper {
	  top: -375px;
	}
	#sp-service #sppb-addon-47e2e6a6-12ef-4139-aa5e-2d0211271634 .sppb-nav {
	  width: 100%;
    display: flex;
    gap: 7px;
    flex-direction: initial;
	}
	#sp-service #sppb-addon-47e2e6a6-12ef-4139-aa5e-2d0211271634 .sppb-nav-custom a {
	  font-weight: 600;
	  font-size: 14px;
	  line-height: 1;
	}
	#sp-service .sp-page-builder .page-content #section-id-27881b63-41db-4a9d-b151-271b69403de2 {
	  padding-right: 20px;
	  padding-left: 20px;
	}
  #sp-search .horizontalsearchbutton {
  position: inherit;
    font-size: 16px;
    width: 100%;
    height: 60px;
    border-radius: 6px;
  }
  #sp-search .input-medium {
   
    margin-bottom: 15px;
  }
  #sp-search::after {
    width: 100%;
  }
  #sppb-addon-2f385d7b-8311-4222-a475-e64de6e70851 .sppb-addon-title {
  font-weight: 600;
  font-size: 30px;
  font-family: "URW Gothic L", Sans-serif;
  line-height: 34px;
  border-bottom: 1px solid;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
#sp-service img {
  border-left: none;
  padding-left: 0;
  margin-top: 10px;
}
.sp-page-title .sp-page-title-heading {
  font-size: 34px;
}
h2.elementor-heading-title {
  font-size: 30px;
}
.sp-page-title {
  padding: 30px 0 ;
}
}

