.galleryContainerTabs{

	margin-bottom:10px;
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;	
}

.galleryContainerTabs a{
	display:inline-block;
	background-color:#EEE;
	color:#000;
	width:50%;
	padding:8px 15px;
	float:left;
}

.galleryContainerTabs a.active{
	background-color:#365391;
	color:#FFF;
}

.pchatBox{
	position:fixed;
	bottom:70px;
	width: 380px;
    right: 80px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    z-index:20;
}

.pchatBox.pchat_closed{
	right:-400px;
}

.pchatBox .pchatContent{
	margin-right:70px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    background-color:#FFF;	
    border-radius:6px 6px 0px 6px;
    position:relative;
}

.pchatBox .pchatContent .pchat_title{
	font-size:12px;
	background-color:#f4f4f4;
	padding:6px 16px;
	color:#7b8189;
	border-radius:6px 6px 0px 0px;
	position:relative;
}

.pchatBox .pchatContent .pchat_title .pchat_close_box{
	position:absolute;
	right:5px;
	top:5px;
}

.pchatBox .pchatContent .pchat_title .pchat_close_box a{
	display:inline-block;
	padding:4px;
	color:#7b8189;
}

.pchatBox .pchat_text_container{
	max-height: 400px;
    overflow: auto;
}
.pchatBox .pchatContent .pchat_text{
	padding:15px;
}

.pchatBox .pchatContent .pchat_text .t{
	margin-right:15px;
}

.pchatBox .pchatContent .pchat_text .t div{
	margin:5px 0px;
	padding:10px;
	border-radius:3px;
}

.pchatBox .pchatContent .pchat_text .t div.agtext{
	background-color:#f6f6f6;
}

.pchatBox .pchatAgent{
	position:absolute;
	right:0px;
	bottom:0px;
}

.pchatBox .pchatAgent .pic{
	width:65px;
	height:65px;
	border-radius:50%;
	overflow: hidden;
	border:3px solid #013460
}

.pchatBox .pchatAgent .pic img{
	width:100%;
	height:auto;
}

.pchatBox .pchat_round{
	position:absolute;
	right:-37px;
	bottom:-19px;	
	background:transparent url(/assets/images/pchat_arrow.png) no-repeat top right;
	width:57px;
	height:57px;
}

.pchatBox .pchat_cancel_btn{
	color:#7b8189;
	text-decoration:underline !important;
	font-size:11px;
}

.pchatBox .pchat_answer_buttons .pchatBtnSend{
	display:none;
}

.pchatBox .user_answer_text{
	background-color:#e7edf6;
	margin:15px 0px 15px 30px;
	padding:15px;
	display:none;
}

.pchatBox .input_title{
	font-size: 12px;
	color:#7b8189;
}
.pchatBox .steps{ display:none;  }
.pchatBox .steps.step1{ display:block;  }

.pchatBox .pchat_asnwer{
	margin-top:15px;
}
.pchatBox .pchat_send_loader{
	display:none;
}

/*
 Property stepper card
*/

.property-card {
	/*border: 1px solid #f6f6f6;*/
	position: fixed;
	top: 250px;
	width:300px;
	height: 100px;
	overflow: hidden;
	z-index: 1500;
	transition: all ease 0.3s;
}

.property-card.left {
	left: -276px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.property-card.left:hover {
	left: 0px;
}

.property-card.right {
	right: -276px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.property-card.right:hover {
	right: 0px;
}

.property-card-tag {
	display:block;
	height: 100%;
	width: 100%;
}

.property-card-item {
	display: table;
	height: 100%;
	width: 100%;
}

.property-card-arrow {
	display: table-cell;
	vertical-align: middle;
	background-color: #b70f50;
	padding:0px 5px;
    width: 24px;
    text-align: center;
}

.property-card .property-card-arrow {
	height: 100%;
}

.property-card.left .property-card-arrow {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.property-card.right .property-card-arrow {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.property-card-arrow i{
	/*display: inline-block;*/
	color: #fff;
	padding-top: 2px;
	font-size: 18px;
}

.property-card-details {
	display: table;
	height: 100%;
	width: 100%;
	background: #fff;
}

.property-card-details .title {
	background-color: #013460;
	color: #fff;
	text-align: center;
	font-size: 11px;
	padding: 2.5px 5px;
}

.property-card-prop-data {
	display: table-row;
}

.property-card-prop-data .group {
	display: table;
}

.property-card-prop-data .group .image{
	display: table-cell;
}

.property-card-prop-data .group .image img{
	height:70px;
	/*height:80px;*/
	width:auto;
}

.property-card-prop-data .group .other-datas {
	display: table-cell;
	vertical-align: middle;
	padding:5px;
}

.property-card-prop-data .group .details {
	font-size: 11px;
}

/*
  Tablet
*/
@media only screen and (max-width: 767px) {
	.property-card {
		top: auto;
		bottom: 82px;
		width: 50%;
		height: auto;
		background-color: #b70f50;
		border: 0px solid;
		min-height: 40px;
		display: none;
	}
	
	.property-card.left {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		left: 0px;
	}
	
	.property-card.right {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		right: 0px;
	}
	
	.property-card-item {
		width: 100%;
	}
	/*
	.property-card .property-card-arrow {
		display: table;
		height: 100%;
	}
	
	.property-card .property-card-arrow div:first-child{
		display: table-cell;
		vertical-align: middle;
		height: 100%;
	}
	*/
	
	.property-card-details {
		background-color: transparent;
	}
	
	.property-card .property-card-arrow i {
		font-size: 15px;
	}
	
	.property-card.left .property-card-arrow {
		text-align: right;
	}
	
	.property-card.right .property-card-arrow {
		text-align: left;
	}
	
	.property-card-tag {
		width: 100%;
	}
	
	.property-card-prop-data {
		display: none;
	}
	
	.property-card-details .title {
		background-color: transparent;
		font-size: 14px;
	}
	
	.property-card-details div:first-child {
		display: table-cell !important;
		vertical-align: middle;
	}
}
/*
  Tablet END
*/

/*
 Property stepper card END
*/

/*
.inactiveProperty {
	padding-bottom: 20px;
}

.inactiveProperties_alert_text{
    padding:15px;
    text-align:center;
    font-weight: bold;
    font-size:15px;
}
.inactiveProperties_alert_text span{
    display:inline-block;
    padding:6px 12px;
    border-bottom:2px solid #FFA726;
}

.inactiveProperties_container .suggest-properties .suggest-title , .inactiveProperties_container .suggest-properties .sub-suggest-title , .inactiveProperties_container .suggest-properties .removeSuggestBox{
    display:none;
}

.inactiveProperties_container .suggest-properties .suggest-propertiesList .suggest-propertiesHome{
    border:none;
}

.inactiveProperties_container .suggest_box{
    background-color:#FFF;
}

.inactiveProperties_search_box .t{
    padding-bottom:25px;
    text-align: center;
}

.inactiveProperties_search_box .t h2{
    display:inline-block;
    font-size:24px;
    border-bottom:1px solid #DDD;
    padding:0px 15px 10px 15px;
}

.inactiveProperties_search_box .search-panel-holder{
    position:relative;
    left:0px;
    max-width: inherit;
}

.inactiveProperties_search_box.suggest_box .t{
    padding-bottom:0px;
}

.inactiveProperties_search_box .map_search_link, .inactiveProperties_search_box .detailed_search_link{
    display:none;
}

.inactiveProperties_search_box .panel-body > .form-group:nth-child(1){
    width:55%;
    float:left;
}

.inactiveProperties_search_box .panel-body > .clearfix:nth-child(2){
    display:none;
}

.inactiveProperties_search_box .panel-body > .form-group:nth-child(3){
    width:43%;
    float:left;
    margin-left:15px;
    padding-top:5px;
}

.inactiveProperties_search_box.suggest_box .suggest-properties, .inactiveProperties_search_box .suggest-properties .suggest-propertiesList .suggest-propertiesHome {
	padding: inherit;
}

.inactiveProperties_search_box.suggest_box .propertyItem {
	width: 45% !important;
	margin-right: 0px !important;
}

.inactiveProperties_search_box.suggest_box .suggest-properties {
	border-bottom: 0px;
}

.inactiveProperties_search_box .suggest-properties .suggest-propertiesList .suggest-propertiesHome .row:first-child {
	margin-left: 0px;
	margin-right: 0px;
}

.inactiveProperties_search_box .suggest-properties .suggest-propertiesList .suggest-propertiesHome.no_history .propertyItem .item {
	width: 100%;
}

.inactiveProperties_search_box .suggest-properties .suggest-propertiesList .suggest-propertiesHome .propertyItem .item .item-group .item-subgroup .property_data, .inactiveProperties_search_box .suggest-properties .suggest-propertiesList .suggest-propertiesHome .propertyItem .item .agentBox {
	padding: 10px 10px;
}

@media screen and (max-width: 1199px) {
	.inactiveProperties_search_box .suggest-properties .suggest-propertiesList .suggest-propertiesHome .propertyItem .item {
		width: 100% !important;
	}
	
	.inactiveProperties_search_box .suggest-properties .suggest-propertiesList .suggest-propertiesHome .propertyItem .item .item-group .item-subgroup .property_data, .inactiveProperties_search_box .suggest-properties .suggest-propertiesList .suggest-propertiesHome .propertyItem .item .agentBox {
		padding: 10px 20px !important;
	}
}

@media screen and (max-width: 991px) {
	.inactiveProperties_search_box.suggest_box .suggest-properties {
		border-bottom: 1px solid #EEE;
	}
}
	
@media screen and (max-width: 768px) {
    
  .inactiveProperties_search_box .panel-body > .form-group:nth-child(1){
      width:100%;
      float:none;
  }
  
  
  .inactiveProperties_search_box .panel-body > .form-group:nth-child(3){
      width:100%;
      float:none;
      margin-left:0px;
      padding-top:5px;
  }

}
*/

/* Simular Prop */

.inactiveProperties_container {
    border-left: 1px solid #ececec;
    padding: 5px;
    margin-bottom: 20px;
}

.recPropertiesList {
	position: relative;
	text-align: center;
}

.recProperties .title {
	text-align: center;
	padding-bottom: 10px;
	color: #d91b64;
}

.recPropertiesList .item {
	position: relative;
	display: inline-block;
	width: 23%;
	margin: 5px;
	vertical-align: top;
}

.recPropertiesList .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    display: inline-block;
    float: left;
    -webkit-backface-visibility: visible !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.recPropertiesList  .recommended-item {
    max-height: 300px;
    min-height: 300px;
    height: 300px;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0,0,0,0.176);
}

.recPropertiesList  .recommended-photo {
    max-height: 168px;
    height: 168px;
    position: relative;
    overflow: hidden;
}

.recPropertiesList .owl-carousel .owl-item img {
    display: block;
    height: 100%;
    min-width: 100%;
    -webkit-transform-style: preserve-3d;
}

.recPropertiesList  .recommended-photo img {
    min-height: 100%;
    max-height: 100%;
    margin-left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.recPropertiesList  .recommended-price {
    width: 100%;
    margin: 0 !important;
    background: #365391;
    color: #fff;
    font-size: 18px;
    padding: 7px;
}

.recPropertiesList  .recommended-details {
    background: #fff;
    padding: 10px;
    color: #1a1a1a;
    font-size: 11px;
}

.recPropertiesList .recommended-details .bigger {
    margin-bottom: 15px !important;
    font-size: 16px !important;
    line-height: 18px;
    max-height: 38px;
    overflow: hidden;
}

.newSearchBox{
    padding:25px 0px;
}

.newSearchBox .t{
    padding-bottom:25px;
    text-align: center;
}

.newSearchBox .t h2{
    display:inline-block;
    font-size:24px;
    border-bottom:1px solid #DDD;
    padding:0px 15px 10px 15px;
}

.newSearchBox .search-panel-holder{
    position:relative;
    left:0px;
    max-width: inherit;
    margin-left: 15px;
}

.newSearchBox .map_search_link, .newSearchBox .detailed_search_link{
    display:none;
}

.newSearchBox .panel-body > .form-group:nth-child(1){
    width:50%;
    float:left;
}

.newSearchBox .panel-body > .clearfix:nth-child(2){
    display:none;
}

.newSearchBox .panel-body > .form-group:nth-child(3){
    width:48%;
    float:left;
    margin-left:15px;
    padding-top:5px;
}

.propertyInfo {
	border: 1px solid #eeeeee; 
	margin-bottom: 20px;
}

.leftImagePos {
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 1199px) {
	.recPropertiesList .item {
		width: 40%;
	}
	
	
	.newSearchBox .panel-body > .form-group:nth-child(1){
	    width:65%;
		float:none;
	}
	
	.newSearchBox .panel-body > .form-group:nth-child(3){
	    width:100%;
		float:none;
		margin-left:0px;
		padding-top:5px;
	}
}

@media screen and (max-width: 991px) {
	.inactiveProperties_container {
		border: 0px solid grey;
		border-top: 1px solid #ececec;
		margin-top: 15px;
	}
	
	.pictureBox {
		left: 50%;
		transform:translateX(-50%);
	}
	
	
	.newSearchBox .panel-body > .form-group:nth-child(1){
	    width:50%;
	    float:left;
	}
	
	.newSearchBox .panel-body > .form-group:nth-child(3){
	    width:48%;
	    float:left;
	    margin-left:15px;
	    padding-top:5px;
	}
	
	.propertyInfo {
		margin: auto;
		width: 300px;
	}
	
	.leftImagePos {
		width: 300px;
		max-width: 300px;
		left: 50%; 
		margin-left: -150px;
	}
		
	.leftImagePos img{
		max-width: 300px;
	}

}

@media screen and (max-width: 767px) {
	
	.recPropertiesList .item {
		width: auto;
		max-width: 300px;
	}
	
	.search-panel-holder .panel-default .panel-heading .head-inputs .col-lg-6:nth-child(1) {
		padding-left: 15px;
	}
	
	.search-panel-holder .panel-default .panel-heading .head-inputs .col-lg-6:nth-child(2) {
		padding-right: 15px;
	}
}

@media screen and (max-width: 768px) {
	.newSearchBox {
		padding: 0px 0px;
	}
	
	.newSearchBox .search-panel-holder{
	   	margin-left: 0px;
   	}
   	
	.newSearchBox .panel-body > .form-group:nth-child(1){
		width:100%;
		float:none;
	}
	
	
	.newSearchBox .panel-body > .form-group:nth-child(3){
		width:100%;
		float:none;
		margin-left:0px;
		padding-top:5px;
	}
}