
/* Click to View or Register */
.view_property {
	color: #0f7631;
	display: inline;
}
.view_matches {
	color: #0f7631;
	display: inline;
}

/*-----------------------------------------------------------------------------------*/
/*	PROJECTS BLOCK
/*-----------------------------------------------------------------------------------*/

.change_text {
	font-size: 15px;
	top: 7px;
	left: 7px;
    -ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Chrome, Safari, Opera */
    transform: rotate(315deg);
	text-align: center !important;
	width: initial !important; 
	z-index: 15; 
	    font-weight: bold;
    line-height: 1.3;
}
body {
  font-family: Lato;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 2.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
.noUi-value {
	width: 60px;
}
.noUi-value-horizontal {
	margin-left: -30px;
}
.noUi-connect {
    background: #0f7631;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #656565 !important;
}
.bg-info {
  background-color: #9e9e9e !important;
}
.bg-warning {
  background-color: #f1fc7e !important;
}
.bg-danger {
  background-color: #fcff00 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0f7631 !important;
  border-color: #0f7631 !important;
  color: #ffffff !important;
  height: 25px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: rgba(15,118,49,0.7) !important;
  border-color: rgba(15,118,49,0.7) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #787878 !important;
  border-color: #787878 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #787878 !important;
  border-color: #787878 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #656565 !important;
  border-color: #656565 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f1fc7e !important;
  border-color: #f1fc7e !important;
  color: #6e7803 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #6e7803 !important;
  background-color: #e9fa33 !important;
  border-color: #e9fa33 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #6e7803 !important;
  background-color: #e9fa33 !important;
  border-color: #e9fa33 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #fcff00 !important;
  border-color: #fcff00 !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #000000 !important;
  background-color: #b0b300 !important;
  border-color: #b0b300 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #b0b300 !important;
  border-color: #b0b300 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #6b6b6b;
  color: #6b6b6b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #323232;
  color: #323232;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #656565;
  border-color: #656565;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #656565 !important;
  border-color: #656565 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #e6fa1a;
  color: #e6fa1a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #6e7803;
  background-color: #f1fc7e;
  border-color: #f1fc7e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6e7803 !important;
  background-color: #f1fc7e !important;
  border-color: #f1fc7e !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #979900;
  color: #979900;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #000000;
  background-color: #fcff00;
  border-color: #fcff00;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #fcff00 !important;
  border-color: #fcff00 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #333333 !important;
}
.text-success {
  color: #656565 !important;
}
.text-info {
  color: #9e9e9e !important;
}
.text-warning {
  color: #f1fc7e !important;
}
.text-danger {
  color: #fcff00 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #323232 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #6b6b6b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #e6fa1a !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #979900 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9e9e9e;
}
.alert-warning {
  background-color: #f1fc7e;
}
.alert-danger {
  background-color: #fcff00;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a5a5a5;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dedede;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #feffcc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.btn-primary-outline-2 {
  border: none;
  color: #000000;
}
.btn-primary-outline-2 .mbr-iconfont-btn {
  -webkit-order: 1;
  order: 1;
  transition: all 0.3s;
  margin-left: 5px;
  font-size: 1rem !important;
}
.btn-primary-outline-2:hover {
  background-color: inherit;
  color: #000000;
}
.btn-primary-outline-2:focus {
  background-color: inherit;
  color: #000000;
}
.btn-primary-outline-2:active {
  background-color: inherit;
  color: #000000;
}
.btn-primary-outline-2:hover .mbr-iconfont-btn {
  margin-left: 8px;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #333333 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rzMUravx16 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rzMUravx16 .card-title {
  line-height: 1.6;
  padding: 25px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
}
.cid-rzMUravx16 .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-rzMUravx16 .card-wrapper {
  overflow: hidden;
  position: relative;
  height: 300px;
}

.cid-rzMUravx16 .card-wrapper span {
	position:absolute;
	width:100%;
	text-align:center;
	padding: 6px 0 6px 0;
	color:white;
}
.cid-rzMUravx16 .card-wrapper span.title {
	background: rgba(128,128,128,0.5);
	font-size: 14px;
	top: 0px;
	z-index: 5;
	padding: 20px 10px;
	height: -moz-fit-content;
	height: fit-content;
}
.cid-rzMUravx16 .card-wrapper .listed {
	text-align: left;
	color: black;
	width: 100%;
	position: absolute;
	margin-top: -10px;
}
.cid-rzMUravx16 .card-wrapper .click {
	text-align: right;
	color: white;
	width: 100%;
	position: absolute;
	padding-right: 20px;
	margin-top: -10px;
}
.cid-rzMUravx16 .card-wrapper .reciprocity_logo {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100px;
	margin-right: 10px;
	margin-bottom: 80px;
	z-index: 5;
}

.cid-rzMUravx16 .card-wrapper:hover .card-box {
  bottom: 0;
}
.cid-rzMUravx16 .card-img {
  overflow: hidden;
  position: relative;
}
.cid-rzMUravx16 .p-box {
  background-color: #0f7631;
  width: 100%;
  padding: 10px;
}
.cid-rzMUravx16 .card-box {
  position: absolute;
  overflow: hidden;
  width: 100%;
  bottom: -92px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-rzMUravx16 .card-box p {
  display: inline-block;
  padding: 15px;
  margin: 0;
  line-height: 1.2;
}
.cid-rzMUravx16 .mbr-section-title {
  color: #656565;
}
@media (max-width: 991px) {
  .cid-rzMUravx16 .card-box {
    bottom: 0px;
  }
  .cid-rzMUravx16 .p-box {
    padding: 0px;
  }
  .cid-rzMUravx16 .card-title {
    padding: 10px 15px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
}

@media (min-width: 992px) and (max-width: 1044px) {
}

@media (max-width: 1200px) {
	.cid-rzMUravx16 .card-wrapper {
	  height: 25vw;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
	.cid-rzMUravx16 .card-wrapper {
	  max-height: none;
	  height: auto;
	}
}
@media (max-width: 627px) {

}

.load_more_cont {
	width:100%;
	padding:10px 0 0;
}

#area {
	autocomplete: off;
}

#propertyTeasersParameters {
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.propertyTeasersParameter {
	margin-bottom: 15px;
}
@media (max-width: 991px) {
	#property_teasers_area_matches {
		top: 75px !important;
	}
}
#property_teasers_area_matches {
	position: absolute;
	top: 65px;
	left: 8px;
}
ul#property_teasers_area_matches {
	list-style-type: none;
	width: 272px;
	-webkit-appearance: textfield;
	background-color: white;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	border-radius: 5px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
	outline-width: 5px;
	outline-color: -webkit-focus-ring-color;
	z-index: 100;
}



@media (min-width: 992px) and (max-width: 1200px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 628px) and (max-width: 767px) {
	.noUi-pips {
		font-size: 12px;
	}
}
@media (max-width: 627px) {
	.noUi-pips {
		font-size: 9px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
}	

@media (max-width: 479px) {
}
