.page-overlay-loader {
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.4);
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
    margin: auto;
}

.page-overlay-loader .loader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-width: 300px;
}

.page-overlay-loader .loader-content .loader {
	width: 40px; height: auto; margin-left: 10px;
}
.page-overlay-loader .loader-content img {
	max-width: 240px;
}

.page-not-found h2 {
    font-size: 140px;
    font-weight: 600;
    line-height: 100px;
    margin-top: 60px;
}

footer .title {
	margin-top: 0;
}
footer .links ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
footer .links ul li {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 15px;
	display: block;
}

ul.main-menu {
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;

}
ul.main-menu > li {
	display: inline-block;
}
.menu .main-menu-more {
	display: none !important;
}

select#lang_choice_1  {
	border: none;
	text-transform: uppercase;
}

.main-row .main-col img {
	height: auto;
}
.map-container {
	position: relative;
	min-height: 160px;
}
#map-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
}
#map { 
	width: 100%;
	position: absolute;
	height: 100%;
	top:0;
}
#map_marker { 
	width: 100%;
	position: absolute;
	height: 100%;
	top:0;
}

#botom-map-image {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.skip-link {display: none;}

.single-agent .people .person .social {
	    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}
.single-agent .people .person .social i,  .single-agent .people .person .social a{
	color: #e50832;
}

.single-agent .main-row aside .aside-people .person .overlay .name {
	font-size: 20px;
	margin-bottom: 8px;
	text-transform: uppercase;
	text-align: left;
	padding-left: 25px;
    padding-right: 25px;
}
.single-agent .main-row aside .aside-people .person .overlay .title {
	text-align: left;
	font-size: 16px;
	padding-left: 25px;
    padding-right: 25px;
}

.single-agent .main-row aside {
	width: 32%;
}
.single-agent .main-row .main-col {
	width: 64%;
	color: #000;
	padding-left: 25px;
	padding-right: 25px;
}
.single-agent .main-row .main-col p {
	font-size: 18px;
	color: #000;
}
.main-row aside .aside-people .person {
	margin-bottom: 25px;
}

.looking-for .settings .input-container input {
	min-width: 333px;
}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  color: #fff;
}

.container-checkbox input:checked ~ .checkmark {
  background-color: #66789d;
}

.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-checkbox input:checked ~ .checkmark:after {
  color: #fff;
    font-weight: bold;
    content: '\f00c';
    font-size: 10px;
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    vertical-align: 3px;
    margin-right: 10px;
    border-radius: 4px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.container-checkbox .checkmark:after {
   color: #fff;
    font-weight: bold;
    content: ' ';
    font-size: 10px;
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    vertical-align: -3px;
    margin-right: 10px;
    border-radius: 4px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

.container-radio input:checked ~ .checkmark {
  background-color: #66789d;
}


.container-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-radio input:checked ~ .checkmark:after {
  display: block;
}

.container-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.slide-right {
  width: 100%;
  overflow: hidden;
  max-width: 500px
}

.slide-right .to-slide {
  animation: 2s slide-right 4s forwards;
    transform:translateX(-100%);
}

@keyframes slide-right {
  to {
    transform:translateX(0);
  }
}

.product-category-carousel .category-tabs .tabs {
	min-height: 1px;
}
button, input, optgroup, select, textarea {
	max-width: 100%; min
}
.wpcf7 button,.wpcf7 input,.wpcf7 optgroup,.wpcf7 select,.wpcf7 textarea {
	margin-bottom: 15px;
}

.wpcf7 input[type='text'], .wpcf7 input[type='tel'], .wpcf7 input[type='email'] {
	color: #636363;
	padding: 12px;
	width: 100%;
	border: 3px solid #efefef;
}
.wpcf7 input[type="text"].form-control.rangeareamin, .wpcf7 input[type="text"].form-control.rangeareamax {
	color: #fff;
	padding: 0;
}

.blog-category-carousel .blog-carousel .property .users {
	min-height: 45px;
}
.hidden-btn {display: none;}


.properties .row .property  {
	flex-grow: 0;
	flex-basis: calc((100%/3) - (7px * 2));
	width: auto;
}

.properties .row.list-layout .property {
	flex-grow: 0;
    flex-basis: 100%;
    flex-direction: row;
    margin-right: 0;
}
.properties .row.list-layout .prop-info {
	padding: 20px;
	width: 50%;
	display: inline-block;
	padding-bottom: 0;
}
.properties .row.list-layout .prop-image {
	width: 50%;
	display: inline-block;
	float:left;
}

.navigation.pagination h2 {
	display: none;
}

.property .users {
	min-height: 40px;
}

.no_arrow .select2-selection__arrow {
	display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 13px 20px;
}

.single-filter { 
	width: 160px;
	display: inline-block;
	float: right;
}

.single-filter > span, .single-filter form > span {
	border: 2px solid #959595;
}

.no-found, .main-row .main-col p.no-found {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 25px;
	font-size: 18px;
	color: #636363;
}

.entry-footer {
	height: 0;
}
.thumb-page {
	width: 100%; 
	height: 300px;
	overflow: hidden;
}

.thumb-page.parallax {
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.thumb-page img {
	width: 100%;
	height: auto;
}

.breadcrumbs-fluid {
    background: #f7f7f7;
    padding-top: 25px;
    padding-bottom: 25px;
}
.breadcrumbs-fluid .breadcrumbs {
	margin-bottom: 0;
}

.looking-for-page {
	margin-top: 0;
	background:  #51607f;
}

.looking-for-page .settings .input-container input {
	height: 60px;
}

.looking-for-page  .settings .search {
	max-width: 70px;
}

.looking-for-page .input-container {
	display: flex;
	flex-grow: 1;
}

.looking-for-page .settings {
	width: 100%;
}
.looking-for-page .settings .arrow {
	margin-left: 28px;
	margin-right: 28px;
}
.listing-profile .properties .filters .tabs .button.hollow {
	max-width: 250px;
}


.property .meta .category a {
	color:#959595 ;
}
.main-row  .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 28px;
    margin-bottom: 20px;
    border-bottom: 2px solid #efefef;
}

.post-grid .property img {
	width: 100%;
	max-width: 100%;
}

.post-grid .property .users {
	min-height: 45px;
	padding-left: 15px;
	transform: translate(0%, -50%);
}

.post-grid .property .content {
	display: flex;
	flex-direction: column;
	min-height: 258px;
}
.post-grid .property h2 {
    padding: 0 15px;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #51607f;
    line-height: 24px;
}

.post-grid .property h2 a {
    font-size: 14px;
    font-weight: bold;
    color: #51607f;
    line-height: 24px;
}
.post-grid .row .property:hover a  {
	text-decoration: none;
}

.post-grid .property .text {
    padding: 0 15px;
    font-size: 12px;
    line-height: 22px;
    font-weight: normal;
    color: #636363;
    flex-grow: 1;
}

.post-grid .property .meta {
    display: flex;
    flex-direction: row;
    padding: 0 15px;
    font-size: 12px;
    font-weight: bold;
    color: #636363;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.post-grid .property .meta .category {
    width: 50%;
    text-align: left;
}

.post-grid .property .meta .date {
    width: 50%;
    text-align: right;
}
.post-info {
	width: 100%;
	font-size: 16px;
	color: #ff393c;
	margin-bottom: 20px;
	margin-top: -8px;
	min-height: 15px;
}
.post-info  a {
	color: #ff393c;
	text-decoration: none;
}
.post-thumb-new {
	width: 100%;
}

.post-thumb-new img {
	width: 100%;
	height: auto;
}
.post-navigation h2 {
	display: none;
}

.bottom-action {
	margin-top:20px;
}

.bottom-action .nav-previous, .bottom-action .nav-next {
	display: inline-block;
}
.case-studies .main-col .case-study .action a:hover {
	color: #51607f;
}

.properties .row.list-layout article {
	width: 100%;
}

.post-grid .row.list-layout .property .img-wrapper-grid {
	max-height: 245px;
	overflow: hidden;
	display: inline-block;
	width: 100%;
}

.main-row aside {
	margin-bottom: 20px;
}

.input-container label {
	color: #fff;
	width: 100%;
	margin-bottom: 12px;
	float: left;
	font-weight: bold;
	font-size: 14px;
}
.input-container .range-half-label label {
	margin-bottom: 5px;
}

.input-container .range-wrapper {
	width: 100%;
	float: left;
}

#rangearea {
	width: 95%;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.noUi-target {
	border: 0;
}
.noUi-connect {
	background-color: #e50832;
}
.noUi-horizontal {
	height: 10px;
}
.noUi-horizontal .noUi-handle, .noUi-base .noUi-handle {
    background-color: #e50832;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    border: 3px solid #66789d;
    top: -9px;
    box-shadow: none;
}
.noUi-horizontal .noUi-handle {
	right: -14px;
}

.noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
	content: none;
}

.range-display-labels {
	width: 100%;
}
.range-half-label {
	width: 50%;
	float: left;
}

.range-display-labels .form-control {
    border: none !important;
    padding: 0;
        padding-left: 0px;
    height: auto !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    color: #fff;
}
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right; !important;
}
.noUi-horizontal .noUi-handle:hover {
	cursor: pointer;
}

aside .filters .input-container {
	float: left;
	width: 100%;
}

.properties .pagination .numbering {
	float: right;
}

.person .descr {
	padding: 0 25px;
}

.person .title {
	font-size: 14px;
	color: #51607f;
	font-weight: bold;
	display: block;
	margin-bottom: 25px;
}

 .person .job {
    font-size: 12px;
    color: #636363;
    margin-bottom: 25px;
}

.person .social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 25px;
}

.person .social .phone i {
    font-size: 14px;
    color: #51607f;
}
.person .social .phone a {
    color: #51607f;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
}

 .person .social .icons a:first-child {
    margin-right: 12px;
}
.person .social .icons a {
    font-size: 14px;
    color: #51607f;
}

.post-grid .property .content-partner-grid  {
	min-height: 0;
}

.people .row .person .text {
    font-size: 14px;
    color: #636363;
    margin-top: 25px;
    text-align: justify;
}

.people .row .person .text.inactive {
	display: none;
}
.people .row .person .action .button i {
	float: right;
	font-size: 15px;
}
.people .row .person .action .button.active i {
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: -15px;
}
.menu-item-has-children {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: -20px;
}

.menu-item-has-children:hover > .sub-menu  {
	display: block;
}

.sub-menu {
	list-style: none;
	padding-left: 0;
	position: absolute;
	background: #fff;
	padding: 10px;
	width: 100%;
	min-width: 200px;
	left: -10px;
	top:35px;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.05);
	display: none;
}

.menu-item-has-children .sub-menu li {
	width: 100%;
	padding-top: 5px;
}
.menu-item-has-children .sub-menu li a {
	padding: 5px;
	width: 100%;
	display: inline-block;
}
.menu-item-has-children .sub-menu li a:hover {
	background: #dedede;
}


.menu-item-has-children > .sub-menu:before {
	position: absolute;
	top: -22px;
	left: 15px;
	font-size: 30px;
	color: #636363;
	content: '\f0d8';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.submenu-expand {
	display: none;
}
.mobile-parent-nav-menu-item {
	display: none;
}

.full-map { width: 100%; height: 100%; }

.contact-wrapper {
	width: 100%;
	background-color: #f7f7f7;
	border:1px solid #959595;
	padding: 10px;
}
.contact-wrapper .button {
	width: 100%;
	text-transform: none;
}

.theme_form input[type="submit"] {
	margin-bottom: 0;
}
.theme_form p {
	margin-bottom: 0;
}

.map-container-content {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	display: none;
}

.main-row .main-col .map-container-content img {
	margin-bottom: 10px;
}
.main-row .main-col .map-container-content h3 {
	margin-bottom: 5px;
}

.map-container-content .gm-style .gm-style-iw-c {
	border-bottom: 4px solid #e50832;
	border-radius: 2px;
}
.map-container-content .gm-style .gm-style-iw-t::after {
	background: linear-gradient(45deg,rgba(229,8,50,1) 50%,rgba(229,8,50,0) 51%,rgba(229,8,50,0) 100%)
}
.main-row .main-col .map-container-content .row-conent {
	width: 100%;
	border-bottom: 2px solid #efefef;
}

#map_marker .gm-ui-hover-effect {
	display: none !important;
}

.page-template-default .page-header, 
.post-type-archive-case-studies .page-header,
.page-not-found .page-header,
.single-case-studies .page-header
{
	margin-bottom: 0;
}

.page-not-found .page-header {
	height: 200px;
}
.toggle-map-content {
	cursor: pointer;
}

.toggle-map-content:hover {
	color:  #e50832;
}

.main-row .main-col .row .detail.toggle-map-content:hover .title i {
	color:  #e50832;
}

.properties .filters .nav .search-container {
	position: relative;
}
.properties .filters .nav .search-container::after {
    content: '\f002';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translatey(-50%);
	font-size: 14px;
	color: #636363;
}

.properties .filters .nav .search-container .fast-search {
	 width: 100%;
    box-sizing: border-box;
    padding: 14px;
        padding-right: 20px;
    padding-right: 35px;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #efefef;
    outline: none;
}

.properties .filters .nav .search-container .fast-search::placeholder {
	font-size: 14px;
	color: #636363;
	text-transform: uppercase;
}

.for-checkbox  label {
	margin-bottom: 0;
}

.for-checkbox  label .checkbox {
	float: right;
}
.title-matrgb {
	margin-bottom: 15px;
}

.modal-form .row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.modal-form .row .column {
	flex-grow: 0;
	padding: 5px 15px;
	flex-basis: calc((100%/2) - (7px * 2));
	width: auto;
}

.white-title {
	color:#fff;
	padding-bottom: 20px !important;
}

.modal-filter-row .input-container {
	padding-bottom: 10px;
	width: 100%;
	float: left;
}

.modal-filter-row .input-container .select2-container, 
.modal-filter-row .input-container .range-wrapper {
	padding-bottom: 10px;
}
.modal-filter-row .input-container .container-checkbox {
	padding-bottom: 20px;
}

.modal-filter-row .range-display-labels {
	float: left;
	margin-top: 5px;
}

.modal-newsletter.modal-form .row .column {
	padding: 0;
}
.modal-newsletter {
	padding-bottom: 10px;
}
.modal-newsletter.theme_form input { padding: 16px; }

.modal-newsletter.theme_form input.button { border-width: 3px; }

#mc_embed_signup.modal-newsletter div.mce_inline_error {
	background-color: #e50832;
	font-weight: normal;
}

.modal-newsletter #mce-success-response {
	padding: 12px;
	font-size: 14px;
	color: #636363;
}
.modal-newsletter #mce-error-response {
	padding: 12px;
	font-size: 14px;
	color: #e50832;
}

#mc_embed_signup.modal-newsletter input.mce_inline_error {
	border-color:#e50832;
}

.wpcf7 form .wpcf7-response-output {
	border:none;
	margin: 0;
	font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #e50832;
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #e50832; 
	font-size: 12px;
	margin-top: -15px;
}
.wpcf7 input.wpcf7-not-valid {
	border-color: #e50832;
} 

.wpcf7 form.sent .wpcf7-response-output {
	color: #636363;
}

.search-container div.asl_m .probox .proinput input::placeholder {
	opacity: 0.4;
	color: #636363;
	font-weight: 900;
	font-size: 13px;
}

.search-container div.asl_m .probox .proinput input {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.search-container div.asl_w .probox .promagnifier {
	height: 46px;
}
.search-container div.asl_m .probox .promagnifier .innericon, 
.search-container div.asl_m .probox .prosettings .innericon, 
.search-container div.asl_m .probox .proclose .innericon {
	background-size: 16px 16px;
}
.search-container div.asl_m .probox .promagnifier .innericon svg, 
.search-container div.asl_m .probox .prosettings .innericon svg, 
.search-container div.asl_m .probox .proloading svg {
	width: 18px;
}

.search-container #ajaxsearchlite1 .probox, div.asl_w .probox {
	height: 50px;
	max-width: 180px;
}

.search-container div.asl_w .probox .proinput input.autocomplete {
	display: none;
}

.search-container #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
	font-weight: 900;
	font-size: 14px;
}

.search-container div.asl_w .probox div.asl_simple-circle {
	border: 4px solid #959595;
}

.search-container div.asl_w .probox .proloading {
	width: 28px;
	height: 46px;
	padding-top: 11px;
	padding-bottom: 11px;
	position: absolute;
	right: 26px;
}
.search-container div.asl_w .probox .proclose {
	position: absolute;
	right: 22px;
}

.search-container div.asl_m .probox .proclose svg {
	background-color: unset;
}
.search-container div.asl_w .probox .proclose, 
.search-container div.asl_w .probox .promagnifier, 
.search-container div.asl_w .probox .prosettings {
	height: 46px;
}

div.asl_r.vertical { 
	margin-top: -10px;
}
aside .company-logo {
	width: auto; height: auto;
	max-width: 264px;
	margin: 0 auto 50px;
}

.button {
	cursor: pointer;
}

#back-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    z-index: 350;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #3b3b3b;
    padding: 5px;
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    -webkit-box-shadow: -3px 0 10px -2px rgba(0,0,0,.1);
    box-shadow: -3px 0 10px -2px rgba(0,0,0,.1);
    border-radius: 5px;
}

#back-to-top:hover {
	background: #66789d;
}

#back-to-top.show {
    pointer-events: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: none;
}
.case-studies aside .case-studies-links a {
	margin-bottom: 10px;
}
.case-studies aside .case-studies-links .subtitle-link a {
	color: #000;
	text-transform: uppercase;
	font-size: 18px;
}
.case-studies aside .case-studies-links .title {
	font-size: 22px;
}

.select2-container .select2-selection--single.lang-select .select2-selection__rendered {
	padding: 0 24px;
}
.select2-container .select2-selection--single.lang-select {
	border:none;
}

.submenu-expand {
	display: inline-block;
	float: right;
	border: none;
	background-color: transparent;
	height: 16px;
}
.submenu-expand:before {
	position: absolute;
	font-size: 16px;
	color: #636363;
	content: '\f0d7';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	top:5px;
}

.active.submenu-expand:before { 
	content: '\f0d8';
}
.submenu-expand svg {
	color: red;
	visibility: hidden;
}

.mobile-menu > i {
	-webkit-transition: all 5s ease-in-out;
  -moz-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
} 

.nav-icon {
  width: 21px;
}

.nav-icon:after, 
.nav-icon:before, 
.nav-icon div {
  background-color: #636363;
	border-radius: 0;
	content: '';
	display: block;
	height: 4px;
	margin: 4px 0;
	transition: all .2s ease-in-out;
}
.nav-icon.closed:before {
	-ms-transform: translateY(6px) rotate(135deg);
    -webkit-transform: translateY(6px) rotate(135deg);
    -moz-transform: translateY(6px) rotate(135deg);
    -o-transform: translateY(6px) rotate(135deg);
  transform: translateY(6px) rotate(135deg);
}

.nav-icon.closed:after {
	-ms-transform: translateY(-10px) rotate(-135deg);
    -webkit-transform: translateY(-10px) rotate(-135deg);
    -moz-transform: translateY(-10px) rotate(-135deg);
    -o-transform: translateY(-10px) rotate(-135deg);
  transform: translateY(-10px) rotate(-135deg);
}

.nav-icon.closed div {
  transform: scale(0);
}

.product-category-carousel .category-tabs .action-to .button {
	white-space: nowrap;
}
header {
	z-index: 999;
}

.partner-logo-wrapper {
	position: relative;
}
.partner-logo-wrapper img.invisible {
	position: relative;
	visibility: hidden;
}
.partner-tile {
	position: absolute;
	top: 50%; 
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #e50832;
	font-weight: 900;
	font-size: 20px;
	line-height: 1.2em;
}

.post-grid .property.no-min-h .content {
	min-height: 0;
}

 
.single-cweiproperties .main-row  h1 {
    margin: 0;
        margin-bottom: 0px;
    font-size: 28px;
    margin-bottom: 26px;
    font-weight: normal;
}
.single-cweiproperties .main-row {
	padding-top: 0;
}

.main-row .main-col .technical-spec ul li {
	width: 48.798%;
}

.partners-category-carousel .slider img {
	max-width: 95%;
}

.properties .filters .nav .button.blue {
	white-space: nowrap;
}

.post-type-archive-partner .properties .row .property {
	flex-basis: calc((100%/6) - (7px * 2));
}

aside .filters .title .filter-content {
	display: block;
}
.map-container img {
    width: 100%;
    object-fit: cover;
    max-height: 598px;
}
.looking-for .settings .input-container {
    display: none;
}
.looking-for .settings .arrow {
    display: none;
}
.looking-for .settings .search {
    display: none;
}
.looking-for .settings .gears {
    height: 100px;
}
.looking-for .settings {
    justify-content: flex-end;
}
.looking-for .settings .gears a.advanced-search-modal .fas.fa-cogs:before {
    content: '\f002';
}
.row.checkbox label input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}
.row.checkbox label {
    margin-bottom: 20px;
}
.row.checkbox label > span {
    color: #fff;
}
.row.checkbox label input[type=checkbox]:checked ~ span:before {
    color: #fff;
    font-weight: bold;
    content: '\f00c';
    font-size: 10px;
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    vertical-align: 3px;
    margin-right: 10px;
    border-radius: 4px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.row.checkbox label input[type=checkbox]:not(:checked) ~ span:before {
    color: #fff;
    font-weight: bold;
    content: ' ';
    font-size: 10px;
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    vertical-align: -3px;
    margin-right: 10px;
    border-radius: 4px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.row.checkbox label {
    margin-bottom: 20px;
    display: block;
}
.content-windowinfo .firstHeading {
	font-size: 12px;
}

.we-are p strong {
	color: #000;
	font-weight: 700;
}
.we-are p a{
	color: #51607f;
}

.we-are table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	font-weight: bold;
	color: #636363;
	margin-bottom: 20px;
}
.case-studies-links ul {
	list-style: none;
	padding-left: 15px;
}

.people .filters {
	margin-bottom: 0;
}
.map-container p {
	margin: 0;
	padding: 0;
}

.case-cat {
	width: 100%;
	float: left;
}
.case-cat .subtitle-link {
	margin-bottom: 0px;
	margin-top: 10px;
}
.case-cat ul {
	margin-bottom: 5px;
	margin-top: 5px;
}
.home .blog-category-carousel {
	padding-bottom: 0;
}
.home .partners-category-carousel {
	padding-top: 40px;
}
.home .info {
	margin-bottom: 25px;
}
.home .product-category-carousel .category-tabs .nav {
	text-align: right;
}
.home .product-category-carousel .category-tabs .nav .button.red {
	display: none;
}

.archive.tax-propertytype .combo .looking-for,
.archive.post-type-archive-cweiproperties .combo .looking-for,
.cweiproperties-template-default.single .combo .looking-for,
.partner-template-default.single .combo .looking-for {
	display: none;
}
.archive.tax-propertytype .map-container,
.archive.post-type-archive-cweiproperties .map-container,
.cweiproperties-template-default.single .map-container,
.partner-template-default.single .map-container
 {
	min-height: 0;
}
.archive.tax-propertytype .combo,
.archive.post-type-archive-cweiproperties .combo,
.cweiproperties-template-default.single .combo,
.partner-template-default.single .combo {
	transform: translateY(0);
	margin-bottom: 0;
}
.archive.tax-propertytype .combo .breadcrumbs,
.archive.post-type-archive-cweiproperties .combo .breadcrumbs,
.cweiproperties-template-default.single .combo .breadcrumbs,
.partner-template-default.single .combo .breadcrumbs {
	margin-bottom: 0;
	padding-top: 20px;
}
.cweiproperties-template-default.single .combo .breadcrumbs {
	margin-bottom: 20px;
}
.archive.tax-propertytype .map-container p, 
.archive.tax-propertytype .map-container img,
.archive.post-type-archive-cweiproperties .map-container p, 
.archive.post-type-archive-cweiproperties .map-container img,
.cweiproperties-template-default.single .map-container p, 
.cweiproperties-template-default.single .map-container img,
.partner-template-default.single .map-container p, 
.partner-template-default.single .map-container img {
	display: none;
}
footer .col-big img {
	max-width: 240px !important; 
}
header .container .logo img {
	max-width: 240px;
}

.post-template-default.single-post .case-studies .main-col .case-study ul {
	list-style: initial;
}
.post-template-default.single-post .case-studies .main-col .case-study ul li {
	text-align: left;
	line-height: 24px;
}
.post-template-default.single-post .case-studies .main-col .case-study ul li::before {
	content: none;
}
.properties .row .property.simple-post h2 {
	padding-top: 20px;
}
.post-template-default.single-post .case-studies .main-col .case-study p {
	padding-top: 5px;
	padding-bottom: 5px;
}

.post-template-default.single-post .wp-block-image .alignleft {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 1.5em;
}
.post-template-default.single-post .wp-block-image.right-bigger .alignleft {
	margin-right: 2em;
}

.post-template-default.single-post .wp-block-image .alignright {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 1.5em;
}
.post-template-default.single-post .wp-block-image img {
	box-shadow: 1px 3px 10px rgba(100,100,100,.3);
	margin-bottom: 10px;
}

.blog .listing-profile .properties .filters .tabs,
.blog .listing-profile .properties .filters .nav,
.archive.category .listing-profile .properties .filters .tabs,
.archive.category .listing-profile .properties .filters .nav,
.archive.post-type-archive-partner .properties .filters .tabs,
.archive.post-type-archive-partner .properties .filters .nav
{
	display: none;
}
.blog .listing-profile .properties .filters,
.archive.category .listing-profile .properties .filters,
.archive.post-type-archive-partner .properties .filters {
	margin-bottom: 0;
}

.blog .listing-profile .properties .filters .nav .single-filter,
.archive.category .listing-profile .properties .filters .nav .single-filter {
	display:none;
}

.single-partner .main-row .main-col p {
	margin-bottom: 10px;
}
.single-partner .properties {
	margin-top: 40px;
}

.archive.tax-propertytype .properties .filters .nav .button,
.archive.post-type-archive-cweiproperties .properties .filters .nav .button,
.partner-template-default.single-partner .properties .filters .nav .button {
	display: none;
}

.logistics-properties .redstrip .text .button.white {
	
	margin-bottom: 10px;
	min-width: 222px;
}
header .container .menu {
	display: -webkit-flex;
}

body .logistics-properties .redstrip .text h2 {
	line-height: 40px;
}
.search-container div.asl_m {
	right: 3px;
}
.main-row .main-col .inst-featured {
    width: 100%;
    display: block;
    margin-bottom: 49px;
}

.range-display-labels .form-control {
    border: none !important;
    padding: 0;
    padding-left: 0px;
    height: auto !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
    padding: 2px 6px;
}.range-half-label {
    width: calc(50% - 5px);
    float: left;
    margin-right: 5px;
}.text-right {
    text-align: right;
    margin-right: 0;
}

.cweiproperties-template-default.single-cweiproperties .main-row .main-col .row .detail .descr,
.cweiproperties-template-default.single-cweiproperties .main-row .main-col .row .detail .title {
	font-size: 16px;
}

.blog-category-carousel .blog-carousel .property .text {
	text-align: justify;
}

.main-row .main-col .properties.list-grid-layout  .row .detail,
.product-category-carousel .product-carousel .property .details .row .detail {
	font-size: 16px;
	line-height: 0.8;
	text-transform: uppercase;
}

.archive.tax-propertytype .properties .row .property .details .row .detail,
.archive.post-type-archive-cweiproperties .properties .row .property .details .row .detail,
.partner-template-default.single-partner .properties .row .property .details .row .detail
 {
	margin-bottom: 0;
}

.archive.tax-propertytype .properties .row .property .details .row ,
.archive.post-type-archive-cweiproperties .properties .row .property .details .row,
.partner-template-default.single-partner .properties .row .property .details .row  {
	margin-bottom: 5px;
}

.product-category-carousel .product-carousel .property .details .row .detail  {
	text-transform: uppercase;
}
.product-category-carousel .product-carousel .property .action .button {
	white-space: nowrap;
}

body .main-row .main-col .row .detail .title {
	max-width: 155px;
}

body .property .users {
	min-height: 15px
}

body .button {
	font-size: 13px;
}
.edit-link {
	display: none;
}
.product-category-carousel .slick-track,
.blog-category-carousel .slick-track{
	height: 480px;
}

.archive .post-grid .property .text {
	text-align: justify;
}
.widget-column.contact-sidebar .contact-email.phone {
    margin-bottom: 15px;
}

.main-row .main-col .case-study.casestudies-page .post-title {
  margin: 0;
    margin-bottom: 0px;
  font-size: 28px;
  margin-bottom: 26px;
  font-weight: normal;
}
.product-category-carousel .product-carousel .property h3 {
  font-size: 14px;
  font-weight: bold;
  color: #51607f;
  line-height: 24px;
  margin: 0;
  margin-bottom: 30px;
  padding: 0 15px;
}
.home .info h3 {
  font-size: 14px;
  margin-top: 0;
}
.search-container div.asl_m {
  border: 2px solid rgba(239, 239, 239, 1) !important;
  border-radius: 0px 0px 0px 0px !important;
  box-shadow: none !important;
  background-image: none;
  background: #fff;
}
.search-container #ajaxsearchlite1 .probox, div.asl_w .probox{
  background-color: #fff;
  background-image: none;
}
.search-container div.asl_w .probox .promagnifier .innericon svg {
  fill: rgba(149, 149, 149, 1) !important
}
.search-container div.asl_m .probox .promagnifier .innericon
{
  background: #fff;
}
.search-container  #ajaxsearchlite1 .probox .proinput input {
  color: #000 !important
}
.search-container  div.asl_w .probox .proinput input::placeholder {
  color: rgba(149, 149, 149, 1) !important
}
.row.row-casestudies img {
  max-width: 250px;
  object-fit: cover;
  height: 150px;
}
.main-row .main-col .row.row-casestudies {
  display: grid;
  grid-template-columns: repeat(auto-fit, 250px);
  gap: 20px;
  justify-content: center;
}
.main-row .main-col .row.row-casestudies h2{
  height: 30px;
}
.main-row .main-col .row.row-casestudies a {
  color: #000;
}
.related-posts-section.row {
  justify-content: center;
  gap: 10px;
}
.related-posts-section.row .property {
  flex-basis: calc((100%/4) - (7px * 2));
  display: grid;
  margin: 0 auto;
  justify-content: center;
}
.related-posts-section.row img {
  margin: 0;
  width: 100%;
  display: block;
  height: auto;
  width: 250px;
}
.wppopups-whole .white-title {
    font-size: 2em;
    margin: 0.67em 0;
}
@media screen and (max-width: 1069px) {
	.partner-template-default.single-partner .listing-profile .properties .filters,
	.archive.tax-propertytype .listing-profile .properties .filters,
	.archive.post-type-archive-cweiproperties .listing-profile .properties .filters{
		display: block;
	}
	.partner-template-default.single-partner  .listing-profile .properties .filters .tabs,
	.archive.tax-propertytype  .listing-profile .properties .filters .tabs,
	.archive.post-type-archive-cweiproperties .listing-profile .properties .filters .tabs {
		margin-left: 0;
		margin-right: 0;
		width: 48%;
		float: left;
	}
	.partner-template-default.single-partner .listing-profile .properties .filters .nav,
	.archive.tax-propertytype .listing-profile .properties .filters .nav,
	.archive.post-type-archive-cweiproperties .listing-profile .properties .filters .nav {
		width: 48%;
		float: right;
	}
}

@media screen and (max-width: 1024px) {
    .looking-for .settings .gears {
        height: 50px;
    }
    .case-cat-list {
    	display: flex;
    }
    .case-cat .subtitle-link {
    	display: none;
    }
    header .container {
    	z-index: 999;
    }

    .archive.post-type-archive-cweiproperties .listing-profile > .title {
    	display: none;
    }

    .archive.post-type-archive-cweiproperties .main-row aside {
    	padding: 0 15px;
    }

    .archive.post-type-archive-cweiproperties aside .filters {
    	margin-bottom: -10px;
    }
    
    .archive.tax-propertytype aside .filters  {
    	margin-bottom: 0;
    }
}

@media screen and (max-width: 920px) {
	.properties .row .property  {
		flex-grow: 0;
		flex-basis: calc((100%/2) - (20px));
		width: auto;
	}
	.properties .row .property {
		width: 100%;
	}

	.post-type-archive-partner .properties .row .property {
		flex-basis: calc((100%/3) - (7px * 2));
	}
	
}

@media screen and (max-width: 1024px) {
	ul.main-menu > li {
		width: 100%;
		
		margin-bottom: 10px;
	}
	ul.main-menu > li:last-child {
		margin: 0;
		width: 100%;
	}
	ul.main-menu > li a {
		margin: 0;
		display: block;
	}
	header .container ul.main-menu .button.red {
		padding: 0;
	}
	header .container ul.main-menu .button.red a {
		color: #e50832;
	}
	header .container ul.main-menu .button.red a:hover {
		color: #fff;
	}
	header .container ul.main-menu .button.red a:hover, header .container ul.main-menu .lang-switch a:hover {
		background-color: unset;
		
	} 
	select#lang_choice_1 { width: 100%; }
	#botom-map-image { display: none; }
	
	.menu-item-has-children > .sub-menu:before {
		content: none;
	}

	.menu-item-has-children {
		position: relative;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.menu-item-has-children .submenu-expand {
		position: absolute;
		top:0;
		right: 0px;
	}
	.menu-item-has-children .sub-menu  {
		position: static;
		display: none;
	}
	.submenu-expand {
		display: inline-block;
		float: right;
		border: none;
		background-color: transparent;
	}
    .submenu-expand:before {
    	position: absolute;
		font-size: 30px;
		color: #636363;
		content: '\f0d7';
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		top:auto;
    }

    .select2-container .select2-selection--single.lang-select .select2-selection__rendered {
    	padding: 0;
    }

    .active.submenu-expand:before { 
    	content: '\f0d8';
    }
	.submenu-expand svg {
		color: red;
		visibility: hidden;
	}
	header .container .menu .wrapper .menu-item-has-children a {
		display: inline-block;
		width: calc(100% - 40px);
	}
	.menu-item-has-children:hover > .sub-menu {
		display: none;
	}
	.menu-item-has-children  .sub-menu.active-submenu {
		display: block;
	}
	.map-container {
		margin-bottom: -10px;
	}
	.map-container {
		min-height: 0;
	}
	.main-row aside .filters {
		cursor:pointer;
	}
	.main-row aside .filters div:not(.title) {
		display:block;
	}
	.main-row aside .filters div:not(.title).filter-content {
		display: none;
	}
	.main-row aside .filters.active div:not(.title).filter-content {
		display: block;
	}

	.main-row aside .filters .title {
		margin-bottom: 0;
	}
	.main-row aside .filters:hover .title {
		margin-bottom: 0;
	}
	.main-row aside .filters.active .title {
		margin-bottom: 20px;
	}
	footer .col {
	    display: block;
	    clear: none;
	    float: left;
	    width: 48%;
	    margin-left: 0;
	    margin-right: 0;
	    text-align: center;
	    margin-bottom: 30px;
	}
	footer .col:nth-child(2n+0) {
	  clear: both;
	}

	.combo .breadcrumbs {
		padding-bottom: 0;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 1024px) { 
	body .logistics-properties .redstrip .text {
		padding-left: 50px;
	}
	.home .logistics-properties .redstrip .image img {
	    width: 100%;
	}
	.home .product-category-carousel .category-tabs .nav {
		text-align: left;
	}
}

@media screen and (max-width: 720px) {
	.properties .row.list-layout .property {
		flex-direction: column;
	}
    .post-type-archive-partner .main-row .row {
    	flex-direction: row;
    }
	.post-type-archive-partner .properties .row .property {
		flex-basis: calc((100%/2) - (7px * 2));
		
	}
	.properties .row.list-layout .prop-info {
		width: 100%;
		padding: 0px;
	}
	.properties .row.list-layout .prop-image {
		width: 100%;
	}
	.main-row  .row {
	    flex-direction: column;
	}
	.modal-form .row .column {
		flex-basis: 100%;
	}
	.map-container {
		max-height: 200px;
		overflow: hidden;
	}
	body .main-row .main-col .technical-spec ul li:last-child {
		margin-right: 0;
		width: 47.700%;
	}
	.archive.post-type-archive-cweiproperties .main-row aside {
    	padding: 0;
    }

    .cweiproperties-template-default.single-cweiproperties .main-row .main-col .row .detail {
		flex-direction: row;
	}
	.cweiproperties-template-default.single-cweiproperties .main-row .main-col .row .detail {
		padding-right: 0;
	}

	.logistics-properties .redstrip .text .button.white {
		width: 100%; 
	}


	.search-container div.asl_m .probox .proinput input::placeholder {
		text-align: center;
	}
    .search-container div.asl_w .probox .promagnifier {
    	position: absolute;
    	right: 2px;
    }

    .cweiproperties-template-default.single-cweiproperties .main-row .main-col .row .detail .descr,
	.cweiproperties-template-default.single-cweiproperties .main-row .main-col .row .detail .title {
		margin-bottom: 0;
	}

	.product-category-carousel .product-carousel .property .action .button {
		white-space: nowrap;
		width: 100%;
	}

	
    .product-category-carousel .product-carousel .property .details .row .detail {
    	width: 60%;
    	font-size: 16px;
    	line-height: 0.8;
    }

    .main-row .main-col .properties.list-grid-layout  .row .detail {
		flex-direction: row;
		width: 60%;
		text-align: left;
		font-size: 16px;
		line-height: 0.8;
	}

	.home .product-category-carousel .category-tabs, 
	.home .blog-category-carousel .category-tabs {
		margin-bottom: 15px;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.home .logistics-properties .redstrip .image {
	    display: block;
	    clear: both;
	    float: none;
	    width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	    padding: 0 15px;
	    margin-top: 0;
	    z-index: 1;
	    margin-bottom: 20px;
	}
	body .properties .filters {
		margin-bottom: 15px;
	}

	.home .product-category-carousel .product-carousel .property h2 {
      margin-bottom: 15px;
   }
   .home .product-category-carousel .product-carousel .property .location {
       margin-bottom: 15px;
   }

   .home .partners-category-carousel .category-tabs {
	    margin-bottom: 15px;
	}

	.product-category-carousel .slick-track,
	.blog-category-carousel .slick-track{
		height: 550px;
	}
}

@media screen and (max-width: 500px) {
	.looking-for .settings .search {
		width: calc(100%/2);
		height: 100px;
	}
	.looking-for .settings .gears {
		width: calc(100%/2);
		
	}

	.looking-for-page .settings {
	    width: 100%;
	    flex-wrap: wrap;
	}

	.looking-for-page .settings .input-container {
	    width: calc(100% - 140px);
	}
	.looking-for-page .settings .search {
	    height: 60px;
	    border-top: 0;
	}
	.listing-profile .properties .filters .tabs .button.hollow {
		max-width: none;
	}
	footer .col {
	    display: block;
	    clear: both;
	    float: none;
	    width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	    text-align: center;
	    margin-bottom: 30px;
	}
	.post-template-default.single-post .wp-block-image {
		width: 100%;
		float: left;
	}

	
	.search-container #ajaxsearchlite1 .probox, div.asl_w .probox {
		max-width: none;
		width: 100%;
	}
	.properties .filters .nav .search-container {
		width: 100%;
	}

	.partner-template-default.single-partner  .listing-profile .properties .filters .tabs,
	.archive.tax-propertytype  .listing-profile .properties .filters .tabs,
	.archive.post-type-archive-cweiproperties .listing-profile .properties .filters .tabs {
		width: 100%;
	}
	.partner-template-default.single-partner .listing-profile .properties .filters .nav,
	.archive.tax-propertytype .listing-profile .properties .filters .nav, 
	.archive.post-type-archive-cweiproperties .listing-profile .properties .filters .nav {
		width: 100%;
	}

	.home .product-category-carousel .category-tabs .nav, 
	.home .blog-category-carousel .category-tabs .nav,
	.home .partners-category-carousel .category-tabs .nav {
		text-align: left;
	}

	.home .blog-category-carousel .category-tabs .nav .button.text-right,
	.home .partners-category-carousel .category-tabs .nav .button.text-right {
		float: right;
	}
    .home .product-category-carousel .category-tabs .action-to,
    .home .product-category-carousel .category-tabs .nav {
    	width: auto;
    	margin-right: 0;
    	margin-left: 0;
    }
    .home .product-category-carousel .category-tabs .action-to {
    	float: right;
    }
	.home .product-category-carousel .category-tabs .action-to .button {
		padding: 15px 20px;
		max-width: 100%;
	}

	.home .partners-category-carousel .category-tabs .nav .button.blue,
	.home .blog-category-carousel .category-tabs .nav .button.blue {
		margin-left: 0;
	}

    .home .product-category-carousel .category-tabs .nav .button {
    	padding: 15px 20px;
    }
	.home .info {
		margin-bottom: 15px;
	}

	.cweiproperties-template-default.single-cweiproperties .main-row .main-col .technical-spec ul li {
		width: 100%;
		margin-bottom: 15px;
	}

	.cweiproperties-template-default.single-cweiproperties .main-row .main-col .technical-spec ul li .title {
		width: 55%;
	}

	.cweiproperties-template-default.single-cweiproperties .main-row .main-col .technical-spec ul li .desc {
		width: 43%;
	}

	.cweiproperties-template-default.single-cweiproperties  .main-row .main-col .technical-spec ul li .title::before {
		margin-right: 5px;
	    font-size: 18px;
	    vertical-align: -2px;
	}
	.product-category-carousel .slick-track,
	.blog-category-carousel .slick-track{
		height: 470px;
	}
	
}

@media screen and (max-width: 450px) {
	.product-category-carousel .slick-track {
		height: 425px;
	}
}

