/**riquelmepropiedades.com.ar FLEX 02-2018- AUTOR PUCARALABS by Inkscape and Boostrap**/


@charset "utf-8";
/*boostrap3*/

@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css");

/*fontawesome*/
/*@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css");*/

/*font googlewebfont*/
@import url('https://fonts.googleapis.com/css?family=Montserrat');


/**COLORES OFICIALES**/
/*
color 1 / blue dark #4b5b7f / FLAT secondary gradiente for gradient #4b5b7f
color 2 / gris dark bg #231f20 *EL SISTEM COLOR NUNCA DEBERIA SER #231F20*
body bg #ffffff
gris #cfcfcf
btn info2 #000000

system color gris #231f20;
featured color 231f20
*/

.white {color: #ffffff;}
.black {color: #000000;}
.customer {color: #4b5b7f;}




/**gradient customer**/
.grd-customer {
background: ed1c24; /* Old browsers */
background: -moz-linear-gradient(top,  #4b5b7f 0%, #4b5b7f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b5b7f), color-stop(100%,#4b5b7f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4b5b7f 0%,#4b5b7f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4b5b7f 0%,#4b5b7f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4b5b7f 0%,#4b5b7f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4b5b7f 0%,#4b5b7f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b5b7f', endColorstr='#4b5b7f',GradientType=0 ); /* IE6-9 */
}
/*gradients*/
.grd-black-v {
background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(top,  #4c4c4c 0%, #131313 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4c4c4c 0%,#131313 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4c4c4c 0%,#131313 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4c4c4c 0%,#131313 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4c4c4c 0%,#131313 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
.grd-black-h {
background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(left,  #4c4c4c 0%, #131313 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#4c4c4c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #4c4c4c 0%,#131313 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #4c4c4c 0%,#131313 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #4c4c4c 0%,#131313 100%); /* IE10+ */
background: linear-gradient(to right,  #4c4c4c 0%,#131313 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-9 */
}
.grd-gray-v {
background: #e8e8e8; /* Old browsers */
background: -moz-linear-gradient(top,  #e8e8e8 0%, #a9a9a9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#a9a9a9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e8e8e8 0%,#a9a9a9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e8e8e8 0%,#a9a9a9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e8e8e8 0%,#a9a9a9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e8e8e8 0%,#a9a9a9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#a9a9a9',GradientType=0 ); /* IE6-9 */
}
.grd-graydark-v {
background: #e8e8e8; /* Old browsers */
background: -moz-linear-gradient(top,  #e8e8e8 0%, #a9a9a9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#a9a9a9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e8e8e8 0%,#a9a9a9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e8e8e8 0%,#a9a9a9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e8e8e8 0%,#a9a9a9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e8e8e8 0%,#a9a9a9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#a9a9a9',GradientType=0 ); /* IE6-9 */
}
.grd-gray-h {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffffff 0%,#ededed 100%); /* IE10+ */
background: linear-gradient(to right,  #ffffff 0%,#ededed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */
}
/*END gradients*/

/*Boostrap personalizations*/
.navbar {margin-bottom:0px;border: none;}
.navbar-header {height: 50px;}
.navbar-toggle {margin-top: 5px; margin-bottom: 0px;}
.navbar-inverse .navbar-collapse, .navbar-default .navbar-form {border: none;}
.navbar-inverse {background-color: #4b5b7f;}
 .navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
    /* padding: 20px 8px !important;
	font-size: 12px !important; */
}
.navbar-inverse .navbar-nav>li>a:hover {
   color: #ffffff;
	background-color: #e48d85;
}

/*END Boostrap personalizations*/


/**FLEX Bootstrap GRID SYSTEM**/
/*MARGIN & PADDING STYLES */
.top30 {margin-top:30px;}
.right30 {margin-right:30px;}
.bottom30 {margin-bottom:30px;}
.left30 {margin-left:30px;}

.top20 {margin-top:20px;}
.right20 {margin-right:20px;}
.bottom20 {margin-bottom:20px;}
.left20 {margin-left:20px;}

.top15 {margin-top:15px;}
.right15 {margin-right:15px;}
.bottom15 {margin-bottom:15px;}
.left15 {margin-left:15px;}

.top10 {margin-top:10px;}
.right10 {margin-right:10px;}
.bottom10 {margin-bottom:10px;}
.left10 {margin-left:10px;}

.top5 {margin-top:5px;}
.right5 {margin-right:5px;}
.bottom5 {margin-bottom:5px;}
.left5 {margin-left:5px;}

.top3 {margin-top:3px;}
.right3 {margin-right:3px;}
.bottom3 {margin-bottom:3px;}
.left3 {margin-left:3px;}

.top0 {margin-top:0px;}
.right0 {margin-right:0px;}
.bottom0 {margin-bottom:0px;}
.left0 {margin-left:0px;}

.ptop40 {padding-top:40px;}
.pright40 {padding-right:40px;}
.pbottom40 {padding-bottom:40px;}
.pleft40 {padding-left:40px;}

.ptop35 {padding-top:35px;}
.pright35 {padding-right:35px;}
.pbottom35 {padding-bottom:35px;}
.pleft35 {padding-left:35px;}

.ptop30 {padding-top:30px;}
.pright30 {padding-right:30px;}
.pbottom30 {padding-bottom:30px;}
.pleft30 {padding-left:30px;}

.ptop20 {padding-top:20px;}
.pright20 {padding-right:20px;}
.pbottom20 {padding-bottom:20px;}
.pleft20 {padding-left:20px;}

.ptop15 {padding-top:15px;}
.pright15 {padding-right:15px;}
.pbottom15 {padding-bottom:15px;}
.pleft15 {padding-left:15px;}

.ptop10 {padding-top:10px;}
.pright10 {padding-right:10px;}
.pbottom10 {padding-bottom:10px;}
.pleft10 {padding-left:10px;}

.ptop5 {padding-top:5px;}
.pright5 {padding-right:5px;}
.pbottom5 {padding-bottom:5px;}
.pleft5 {padding-left:5px;}

.ptop0 {padding-top:0px;}
.pright0 {padding-right:0px;}
.pbottom0 {padding-bottom:0px;}
.pleft0 {padding-left:0px;}

.p9 {padding: 9px}
.none {display: none;}




/**CUSTOMER CSS**/

/*GENERAL CSS*/
body {
	font-family: 'Montserrat', sans-serif;
	background: url() center top repeat-y #ffffff;
}
input[type=text] {
	/*font-family: 'Montserrat', sans-serif;*/
}
select {
	/*font-family: 'Montserrat', sans-serif;*/
}
input[type=checkbox] {
	/*font-family: 'Montserrat', sans-serif;*/
}

h1 {
	font-family: 'Montserrat', sans-serif;
    font-weight:300;
    color:#4b5b7f;
}
h1 a {
	color: #4b5b7f;
	text-decoration: none;
}
h1 a:hover {
	color: #231f20;
	text-decoration: underline;
}
h1 span {
	color: #4b5b7f;
	text-decoration: none;
}

h2 {
	color:#231f20;
    font-family: 'Montserrat', sans-serif;
    font-weight:300;
}
h2 a {
	color:#4b5b7f;
	text-decoration: none;
}
h2 a:hover {
	color:#4b5b7f;
	text-decoration: underline;
}
h2 span {
	color:#4b5b7f;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    /*font-weight:300;*/
    color:#4b5b7f;
}
h3 a {
	color:#231f20;
	text-decoration: none;
}
h3 a:hover {
	color:#231f20;
	text-decoration: underline;
}
h3 span {
	color:#231f20;
	text-decoration: none;
}
p {	font-family: 'Montserrat', sans-serif;}
ul {}


/*btn personalization*/
.btn-info {
  color: #ffffff;
  background-color: #4b5b7f;
  border-color: #4b5b7f;
}


.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #4b5b7f;
  border-color: #4b5b7f;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #4b5b7f;
  border-color: #ffffff;
}
.btn-info .badge {
  color: #4b5b7f;
  background-color: #fff;
}


.btn-info2 {
  color: #ffffff;
  background-color: #e48d85;
  border-color: #e48d85;
}




.btn-info2:hover,
.btn-info2:focus,
.btn-info2:active,
.btn-info2.active,
.open .dropdown-toggle.btn-info2 {
  color: #ffffff;
  background-color: #e48d85;
  border-color: #e48d85;
}

.btn-info2:active,
.btn-info2.active,
.open .dropdown-toggle.btn-info2 {
  background-image: none;
}

.btn-info2.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info2,
.btn-info2.disabled:hover,
.btn-info2[disabled]:hover,
fieldset[disabled] .btn-info2:hover,
.btn-info2.disabled:focus,
.btn-info2[disabled]:focus,
fieldset[disabled] .btn-info2:focus,
.btn-info2.disabled:active,
.btn-info2[disabled]:active,
fieldset[disabled] .btn-info2:active,
.btn-info2.disabled.active,
.btn-info2[disabled].active,
fieldset[disabled] .btn-info2.active {
  background-color: #e48d85;
  border-color: #e48d85;
}
.btn-info2 .badge {
  color: #ffffff;
  background-color: #000000;
}

/*whatsapp*/
.btn-action {
  position: fixed !important;
  right: 23px !important;
  bottom: 23px !important;
  padding-top: 15px !important;
  margin-bottom: 0 !important;
  z-index: 998 !important;
}

.btn.btn-fab  {
  border-radius: 50% !important;
  font-size: 24px;
  height: 56px;
  margin: auto;
  min-width: 56px;
  width: 56px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
  position: relative;
  line-height: normal;
 background-color: #46c655 !important;
}


/*----Customer CSS CODE----*/
/*----MENU----*/
#menu-responsive {
  display:block;
	background: url() center top no-repeat #4b5b7f;
	/* border-bottom: 3px solid #ffffff; */
	box-shadow: 0px 4px 6px #666666;
}
/*
#menu-responsive .container {
	background-color:#ffffff;
}*/

/*sin usar*/
#menu-top {display:none;}
#menu {display: none;}
/**END MENU**/


/*----HEADER----*/
#header {
	background: url(header-bg.png) center top no-repeat #ffffff;
   /* border-top: 5px solid #4b5b7f; */
}
/*
#header .container {
	box-shadow:0px 0px 4px #000000;
	background: url(header-bg.png) center top no-repeat #e6e6e6;
}*/
/*
@media (max-width: 1920px){ #header .container {background: url(header-bg.png) center top no-repeat transparent;} }
@media (max-width: 990px){ #header .container {background: url(header-bg.png) center top no-repeat transparent;} }
*/

.header {/*tratado como row*/
    margin-right: -15px;
    margin-left: -15px;
}
/*optional includes*/
.header-1 {/*tratado como header completo y col-xs-12 col-sm-12 col-md-12 col-lg-12*/
	/*height: 170px;*/
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float:left;
    width:100%

}
.branch {
	/*height: 135px;*/
}
.name {}
.phone {font-size: 35px;line-height: 35px;}
.mobile {}
.address {}
/*sin uso*/
.header-2 {display:none;}
.header-3 {display: none;}
.header-4 {display:none;}
.header-5 {display:none;}
.header-logo {display:none;}
.header-enterprise {display:none;}
.header-suc1 {display:none;}
.header-suc2 {display:none;}
.header-suc3 {display:none;}
.header-suc4 {display:none;}
.header-suc5 {display:none;}
.header-suc6 {display:none;}
.header-suc7 {display:none;}
.header-suc8 {display:none;}
.header-suc9 {display:none;}
.header-suc10 {display:none;}
.header-suc11 {display:none;}
.header-suc12 {display:none;}
.header-suc13 {display:none;}
.header-suc14 {display:none;}
.header-suc15 {display:none;}
.header-suc16 {display:none;}
.header-suc17 {display:none;}
.header-suc18 {display:none;}
.header-suc19 {display:none;}
.header-suc20 {display:none;}




/*----HEADER-EXT----*/
#header-ext {
	background: url() center bottom no-repeat #e48d85;
}
/*
#header-ext .container {
	background-color:#FFFFFF;
	box-shadow: 0px 4px 4px #000000;

}
@media (max-width: 1920px){ #header-ext {background: url() center top no-repeat transparent;} }
@media (max-width: 990px){ #header-ext {background: url() center top no-repeat transparent;} }
*/
.form-horizontal {}/*nueva clase responsive uso alternativo*/

/*----BANNER PRINCIPAL----*/
#banner-before-menu {}
#banner-after-menu {}
/*----END BANNER PRINCIPAL----*/

#carousel-home .carousel-inner > .item > .carousel-caption h1 {
	color:#FFFFFF !important;
	font-weight:bold;
	/* font-size:9em; */
}

@media(max-width:576px){#carousel-home .carousel-inner > .item > .carousel-caption h1 {display: none !important}}
@media(min-width:768px){#carousel-home .carousel-inner > .item > .carousel-caption h1 {font-size:3em !important}}
@media(min-width:992px){#carousel-home .carousel-inner > .item > .carousel-caption h1 {font-size:3em !important}}
@media(min-width:1200px){#carousel-home .carousel-inner > .item > .carousel-caption h1 {font-size:5em !important}}

/*----SEARCHERS---*/

.searcher-float {
	z-index:2;
	  background-color:#ffffff;
	  color:#000000;
	  opacity: 0.70;
	  -moz-opacity: 0.70;
	  filter: alpha(opacity = 70);
	  /*border: 1px solid #707380;*/
	  /*-moz-border-radius: 6px;
	  -webkit-border-radius: 6px;
	  border-radius: 6px;*/
	  box-shadow:0px 0px 2px #000000;
  }

#searcher {}

/*unused and hidden old searchers*/
.searcher {display:none;}/*horizontal search in one line - TRADICIONAL*/
.super-searcher {display:none;}/*horizontal search in few lines - SUPER*/
#home-alternate-search {display:none;}
#home-alternate-search-before-menu {display:none;}
.home-alternate-container {display:none;}


/*super searcher -unused*/
.super-searcher form {}
.super-search-div {}
.bedrooms-div {}/*useless function made for 1687*/
.super-searcher-code {}
.super-searcher-code form {}
.searcher-titulo {}
.searcher-titulo h1{}
.searcher-label {}
.searcher-combo {}
.searcher-types {}
.searcher-zones {}
.searcher-prices {}
.searcher-combo-currency {}
.searcher-price-input {}
.searcher-view {}
.searcher-button {}
.searcher-bt {}
.searcher-bt-all {}
.searcher-bt-all a {}
/*----END SEARCHERS---*/

/*----SEARCHER-EXT.PHP---*/
.searcher-ext {display: none;}
.searcher-ext .container {
	background:url() center top no-repeat #cfcfcf;

}

.searcher-ext .list-inline > li{ padding-left:0px;padding-right:0px; padding-top:5px;}
.searcher-ext .div {}
.searcher-ext a{}
.searcher-ext a.buscar{}
.searcher-ext a:hover{}


/*slider*/
.home-banner-horizontal {

	background-color:#e48d85;
    padding-bottom: 10px;
    /* border-bottom: 4px solid #4b5b7f; */
}
.home-banner-horizontal .container {
	/*background-color:#FFFFFF;*/
	/*box-shadow: 0px 4px 4px #000000;*/

}
@media (max-width: 1920px){ .home-banner-horizontal {background: url() center top no-repeat #e48d85;} }
@media (max-width: 1200px){ .home-banner-horizontal {background: url() center top no-repeat #e48d85;} }

.banner-horizontal {}
.slider-home {}
.panel-banner {}

/*---LEADING ZONE---*/
/*---LEADING ZONE---*/
.featured-home {display: none}
@media (max-width: 1920px){ .featured-home {display:none;} }
@media (max-width: 768px){ .featured-home {display:block;} }
.alternate-featuring {}

.leading-zone {
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	/*border: 1px solid #4b5b7f;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.leading-title {
    display:none;
}
.leading-zone h2 {
	color:#000000;
	/*text-align: center;*/
    display:none;
}
.leading-zone h2 span.leading-customer-name {} /*option bloqued name*/
.leading-title2 {}
.leading-title2 h2 {display:none;}


.featured-item-container {
	height: 350px;
    width:280px;
	margin: 0px 2px 10px 2px;
	display: inline;
	float: left;
    /*background-color: #ad181e;*/
}
@media (max-width: 500px){ .featured-item-container { position: relative;/*min-height: 1px;*/ height:320px; width: 48%;} }
@media (max-width: 350px){ .featured-item-container { position: relative;/*min-height: 1px;*/ height:270px; width: 99%;} }
@media (max-width: 270px){ .featured-item-container { position: relative;/*min-height: 1px;*/ height:390px; width: 99%;} }



.featured {
    padding:0px;
    /*height:270px;*/
}
/*
@media (max-width: 500px){ .featured {height:320px; } }
@media (max-width: 350px){ .featured {height:270px; } }
@media (max-width: 270px){ .featured {height:320px; } }
*/
/*
.featured:hover {
	background: url() center top no-repeat #e3e3e3;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow: none;
}*/
.featured-code {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
    margin-left: 10px;
	text-align:left;
	float:left;
	position: absolute;
    text-shadow: 1px 1px 3px #000;
}
.featured-image-div {}/*unused*/
.featured-main-image {
	padding: 0px;
	margin-top: 0px;
	background: transparent;
	/*moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;*/
	margin-bottom:5px;

}
@media (min-width: 500px){ .featured-main-image { width: 280px;height:240px; } }/*limited by square if >350px*/
@media (max-width: 500px){ .featured-main-image { width: 100%;} }/*responsive if 350 to 500px*/
@media (max-width: 350px){ .featured-main-image {width:320px;height:240px; } }/*limited by square if <350px*/
@media (max-width: 270px){ .featured-main-image {width:100%;height:auto; } }/*limited by square if <350px*/


/*IDEM SEARCHPAGE-ITEM-OPERATION-TAG*/
.featured-operation-tag {
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity = 75);
	position: absolute;
	text-align: right;
	font-size: 16px;
	margin-top:35px;
	text-shadow: 2px 2px 2px #000;
}
.featured-price {
	text-align: center;
	font-size: 18px;
	margin-top: -45px;
	float:left;
	padding: 5px;
	color: #000000;
	text-shadow:1px 1px 2px #000000;
	background-color: #ffffff;
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity = 75);
}
.featured-location {
	text-align: left;
    float:left;
	font-size: 12px;
	margin: 0px 8px 0px 5px;
	letter-spacing: 0px;
	line-height: 14px;
	color: #666666;
}
.featured-location a {
	text-decoration: none;
	color: #666666;
}
.featured-location a:hover {
	text-decoration: underline;
	color: #333333;
}
.featured-rooms {
	color: #333333;
}
.featured-occupancy {
	color: #333333;
}
/*---END LEADING ZONE---*/



/*----FOOTER PANEL----*/
#footer {background: url() center top repeat-y #4b5b7f;}
#footer .well {	moz-border-radius: 0px;	-webkit-border-radius: 0px;	border-radius: 0px;}
.footer-branch {
	width: 60px;
	margin-bottom: 10px;
	/*background: url(logo-footer.png) center top repeat-y transparent;*/
}
.footer {}
.footer-bg {background: url() top left no-repeat transparent;}
/*footer includes*/
.footer-1 {}
.footer-1 .well {background-color: #FFFFFF;}
.footer-2 {display:none;}
.footer-3 {display:none;}
.footer-4 {display:none;}
.footer_logo {display:none;}
.footer_logo a{}
.footer_sections {display:none;}
.footer_section_item {display:none;}
.footer_section_item h4 {}
.footer_section_item h4 a {}
.footer_section_item p {}
.footer_section_item p a {}
.footer_section_item p a:hover {}
.footer-code-zone {display:none;}
.footer-code {}
.footer-code-div {}
.footer-code-input {}
.footer-code-bt {}
/*enterprise data opcionales para visualizar*/
/*option 1*/
.footer_enterprise {display:none;}
.footer_enterprise h3 {}
.footer_enterprise p {}
span.foot-telephone {}
/*option 2*/
.footer_enterprise2 {display:none;}
.footer_enterprise2 .rights{}
.footer_enterprise2 .phones{}
.footer_enterprise2 .phonescolor{}
.footer_enterprise2 .mobile{}
.footer_enterprise2 .address{}
/*option 3 footer bottom data*/
.bottom_enterprise {display:none;}
.bottom_enterprise span{}
/*footer mapaprop y memudoya*/
.mapaprop_logos {
	width:420px;
	float:left;
}
.mapaprop-logo {
	width: 172px;
	height: 50px;
	margin-top:0px;
	background: url(mapaprop.png) right center no-repeat transparent;
	float: left;
}
.mapaprop-logo a {
	width: 172px;
	height: 50px;
	display:block;

}
.memudoya-logo {
	width: 160px;
	height: 50px;
	margin-top:0px;
	background: url(/images/memudoya.png) right center no-repeat transparent;
	float: left;
}
.memudoya-logo a {
	width: 160px;
	height: 50px;
	display:block;
}
/*----FOOTER PANEL----*/


/*----MAINBODY----*/
#mainbody {background:url() center top repeat-y transparent;}
#mainbody .container {
	/*background-color:#FFFFFF;*/
	/*box-shadow: 0px 0px 4px #000000;*/
}

.mainbody-bottom {}

/*----PAGE----*/
.page-home {display:none;}/*bloqued*/
.extra-home-zone {display:none;}

.page {/*transparent background*/
    padding: 20px 10px 20px 10px;
}

.page img {}
.page a {}
.page a:hover {}
.page p {}
.page ul {}
.page form {}
.page label {}

.page-property {/*white background*/
    padding: 10px 10px 20px 10px;
    margin: 10px 0px 10px 0px;
    background-color:#ffffff;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow:0px 0px 5px #666666;
	display: none;
}
.page-contact {}

.page-content {}
.page-content img {/*tomado de img responsive*/
  display: block;
  max-width: 100%;
  height: auto;
}

/*----END PAGE----*/


/*----SEARCH-PAGE----*/
.searchpage {
	padding: 0px 20px 20px 20px;
}
.searchpage #show-map {}
@media (max-width: 1024px){ #show-map { display: none;} }/*bloqued less 1024px*/
@media (max-width: 1024px){ #hide-map { display: none;} }/*bloqued less 1024px*/


.searcher-map {
	width: 30%;
	height: 500px;
	float: right;
}
@media (max-width: 1024px){ .searcher-map { display: none;} }/*bloqued less 1024px*/



.searchpage-results {
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*background-color:#565559;*/
	width: 70%;
}
@media (max-width: 1024px){ .searchpage-results { width:100%;} }/*bloqued less 1024px*/



.searchpage-item {
	padding: 10px 0px 10px 10px;
	margin: 0px 10px 10px 0px;
	position: relative;
}
@media (max-width: 350px){ .searchpage-item {width:100%;margin-right:0px; padding-left:0px;margin-bottom:20px;border-bottom:1px solid #FFFFFF;} }



.searchpage-item:hover {
	background: url() center top no-repeat #d6d6d6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.searchpage-item-status {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 120px;
  width: 124px;
  z-index: 9999;
}
.search-item-suspended {background: url("/images/badge-suspended.png") no-repeat;}
.search-item-rented {background: url("/images/badge-rented.png") no-repeat;}
.search-item-sold {background: url("/images/badge-sold.png") no-repeat;}
.search-item-reserved {background: url("/images/badge-reserved.png") no-repeat;}



.searchpage-item-image {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	background: transparent;
	/*moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;*/
	background: #FFFFFF;
	float:left;
}
@media (min-width: 500px){ .searchpage-item-image { width: 200px;height:150px; } }/*limited by square if >350px*/
@media (max-width: 500px){ .searchpage-item-image { width: 100%;} }/*responsive if 350 to 500px*/
@media (max-width: 350px){ .searchpage-item-image {width:200px;height:150px;margin-bottom:10px; } }/*limited by square if <350px*/




/*IDEM LEADING-OPERATION-TAG*/
.searchpage-item-operation-tag {
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity = 75);
	position: absolute;
	text-align: left;
	font-size: 16px;
	margin-left: 0px;
	margin-top:117px;
	letter-spacing: 0px;
	text-shadow: 2px 2px 2px #000;
	background-color:#231f20;
}
.searchpage-item-operation-tag a {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
}
.searchpage-item-operation-tag a:hover {
	text-decoration: underline;
}
/*VALIDO PARA LEADING Y SEARCHPAGE-ITEM-OPERATION-TAG*/
/*venta*/
.search-operation-1 {background-color: #231f20;color: #FFFFFF;padding:5px;}
/*alquiler*/
.search-operation-2 {background-color: #4b5b7f;padding:5px;	color: #FFFFFF;}
/*alquiler temporario*/
.search-operation-3 {background-color: #231f20;padding:5px;color: #FFFFFF;}



.searchpage-item .data {
	float:left;
	margin:0px 0px 0px 0px;
}
@media (min-width: 620px){ .searchpage-item .data { width: 350px;} }
@media (max-width: 350px){ .searchpage-item .data {width:100%;margin-left:0px; } }



.searchpage-item .title {
	font-size: 18px;
	margin-bottom: 5px;
	margin-left:0px;
}
.searchpage-item .title a {
	text-decoration: none;
	color:#231f20;
}
.searchpage-item .title a:hover {
	text-decoration: underline;
	color:#4b5b7f;
}
.searchpage-item .description {
	text-decoration: none;
	color: #5B5B5B;
	font-size: 12px;
}
.searchpage-item .description span {
	text-decoration: none;
	color: #4b5b7f;
	font-size: 12px;
}
.searchpage-item .price {
	font-size: 20px;
	color: #231f20;
	margin-bottom: 5px;
	margin-top: 0px;
	letter-spacing: -1px;
	float: left;
}
.pagination {
	margin: 0px 0px 20px 0px;
	text-align: center;
	padding: 10px 0px 10px 0px;
    width:100%;
	border: 1px solid #4b5b7f;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*background-color:#565559;*/
}
/*----END SEARCH-LIST----*/



/*----ERROR PAGE----*/
.property-error-message {
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 100px 100px 100px 100px;
	margin: 0px 0px 20px 0px;
	border: 4px solid #cc0000;
	/*color:#FFFFFF;*/
	font-weight:bold;
	font-size:24px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*background-color:#CC0000;*/

}
.property-error-message h1 {
	/*color:#FFFFFF;*/
	font-size:40px;
}
.property-error-message .home {
	/*color:#585858;*/
	font-size:30px;
	margin-top:50px;
}
.property-error-message .home a {
	/*color:#585858;*/

}
/*----ERROR PAGE----*/


 /*----PROPERTY----*/

.page .nota {
	padding: 5px 5px 5px 5px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	float:left;
	border-radius: 6px;
	background-color: #585858;
}


.page .code {
	margin: 10px 20px 10px 0px;
}
@media (max-width: 450px){ .page .code {width:100%;} }




#carousel-property-1 {
	z-index: 0;
	overflow: hidden;

}

@media (min-width: 500px){ #carousel-property-1 { position: relative;/*height: 100%;*/} }
@media (min-width: 768px){ #carousel-property-1 { position: relative;height: 400px;} }
@media (min-width: 1024px){ #carousel-property-1 { position: relative;height: 600px;} }


.main-image {}
@media (max-width: 500px){ .main-image { display: block;} }
@media (min-width: 500px){ .main-image { display: none;} }

.main-carousel {}
@media (max-width: 500px){ .main-carousel { display: none;} }
@media (min-width: 500px){ .main-carousel { display: block;} }



#carousel-property-1  .carousel-inner > .item > a > img, .carousel-inner > .item > img, .thumbnail > img {margin: auto}

#property-carousel-big .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
    color: #ffffff;
}
#carousel-property-2 .carousel-inner {}
.bt-property-carousel-big {
	position: relative;
	top: -76px;
	float: right;
	margin-right: 10px;
	z-index: 2;
}
.bt-property-contact {
	position: relative;
	top: -76px;
	float: right;
	margin-right: 10px;
	z-index: 2;
}
.property-info-bar {
	position: relative;
	top: -85px;
	/*float: left;*/
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 15px 15px 15px 15px;
	font-size: 25px;
	color: #ffffff;
}

.property-fluid-white {
	background-color: #ffffff;
	border-bottom:  1px solid #e2e2e2;
	padding-bottom: 25px;
	width: 100%;
}
/*
@media (min-width: 1024px){ .property-fluid-white { position: relative;top:500px;} }
@media (max-width: 1024px){ .property-fluid-white { position: relative;} }
*/
.property-fluid-gray {
	/*position: absolute;*/
	background-color: #e2e2e2;
	border-bottom:  1px solid #ffffff;
	padding-bottom: 25px;

}
.property-title {
	font-size: 25px;
	color: #666666;
	font-weight: 600;
	margin-top: -40px;
}
/*
@media (min-width: 1024px){ .property-fluid { top: 500px;} }
@media (max-width: 1024px){ .property-fluid { top: 450px;} }
@media (max-width: 600px){ .property-fluid { top: 400px;} }
*/


.property-fluid-gray {
	background-color: #f5f4ef;
}

.carousel-caption h4 {
	color:#ffffff;
	text-shadow: 2px 2px 2px #000;
}
.carousel-caption p {
	color:#ffffff;
	text-shadow: 2px 2px 2px #000;
}
.property-reservations {margin:0px 0px 10px 0px;padding:0px;}
.property-reservations h3 {}
.page .property-map {display: none;}
.page #map {
	height: 300px;
	width: 100%;
    margin:10px 0px 10px 0px;
}
.page .property-map-bg {
	margin:0px;
	padding:10px;
	border: 1px solid #870fb2;
    border-radius: 6px 6px 6px 6px;
	float:none;
}

/*idem error-message GENERICO NO TOCAR*/
.query-error {
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin: 20px 0px 0px 0px;
	border: 1px solid #585858;
	color:#FFFFFF;
	font-weight:bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color:#CC0000;
}

/*Bloqueos o correcciones codigo antiguo*/
.gallery {display: none;}
.page .gallery-title {display: none;}
.property-query{display: none;}
.page .property-description {display: none;}
.page .price {display: none;}
.page .conditions {display: none;}
/**property button functions*/
.functions {display: none;}
.functions .button {display: none;}
.functions .contactbt {display: none;}
.functions .images {display: none;}
.functions .detailsbt {display: none;}
.functions .call {display: none;}
.functions .search {display: none;}
/**end property button functions*/
.bold {}
.query {display:none;}
.query textarea {display: none;}
.hide,.hide a {}
.hide a:hover {}
.alignright {}
.query .note {}
.query-thanks {}
.query-thanks .note {}
.page .video-div {display: none;}
.page .videos-title {display: none;}
.page .details {display: none;}
.page #details {display: none;}
.page .details-title {display: none;}
.page .measures {display: none;}
.page .measures-title {display: none;}
.details .bold {}
.details .body {}
.measures .bold {}
.measures .body {}


/*----PROPERTY----*/



/*----CONTACT----*/
.contact-h2 {display:none;}
.contact-h3 {display:none;}
.contact {display:none;}
.contact textarea {display:none;}

/*idem query-error GENERICO NO TOCAR*/
#error-message {
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 20px 0px 20px 0px;
	margin: 20px 0px 0px 0px;
	border: 1px solid #585858;
	color:#FFFFFF;
	font-weight:bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color:#CC0000;
}
.contact-confirm {/*usado para /propiedad/consulta y para /contacto/enviar*/
	padding: 20px 0px 40px 0px;
	margin: 20px 0px 20px 0px;
	border: 1px solid #4b5b7f;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align:center;
}
/*----END CONTACT----*/


/**riquelmepropiedades.com.ar FLEX 02-2018- AUTOR PUCARALABS by Inkscape and Boostrap**/
