/**7260 -www.arijoninmobiliaria.com.ar txt FLEX 07-2019- 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://netdna.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.css");*/

/*font googlewebfont*/
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300&subset=latin,latin-ext); */
@import url('https://fonts.googleapis.com/css?family=Montserrat');


/**COLORES OFICIALES**/
/*


customer1 #0101cc
customer2 #ff1900




system color gris #231F20;
*/

/*colors*/
.white {color:#FFFFFF;}
.black {color:#000000;}
.customer {color: #0101cc;}
.customer2 {color: #ff1900;}
/*FIN colores*/
/**gradient customer**/
a.pills {
	color: #ffffff;
	text-shadow:0px 0px 3px #000000;
	font-weight: bold;
	padding-top: 150px;
	display: block;
	width:100%;
	height:319px;
}
a.pills:hover {
	color: #ffffff;
	text-decoration: none;
	background-color:#000000;
	opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity = 70);
}

.grd-customer {
	background: #0101cc; /* Old browsers */
	background: -moz-linear-gradient(top,  #0101cc 0%, #0101cc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0101cc), color-stop(100%,#0101cc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0101cc 0%,#0101cc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0101cc 0%,#0101cc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0101cc 0%,#0101cc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0101cc 0%,#0101cc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0101cc', endColorstr='#0101cc',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: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',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;
	background-color: #ffffff;
	border-radius: 0px;}
	/*.navbar-header {height: 70px;}*/
.navbar-nav {}
.navbar-nav > li {}
			/*.navbar-nav > li > a {height: 68px;padding-top: 25px;}*/
.navbar-default {border: none;background-color: #ffffff}
.navbar-inverse {border: none;background-color: #ffffff}
.navbar-inverse .navbar-nav > li > a {color: #000000;}
.navbar-inverse .navbar-nav > li > a:focus {background-color: #ffffff;}
.navbar-inverse .navbar-nav > li > a:hover {background-color: #ff1900;color: #ffffff}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {background-color: #ff1900;}
.navbar-inverse .navbar-toggle {
border: none !important;
border-radius: 0px;
			}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #dddddd;
}
.navbar-inverse .navbar-toggle .icon-bar:hover {
background-color: #ffffff;
}
/* .navbar-inverse .navbar-collapse {
overflow: visible;
background-color: #0101cc;
}
.navbar-collapse.in {
overflow: visible;
background-color: #0101cc;
z-index:99999;
} */
.navbar-collapse {
max-height: 400px;
}
	/*END Boostrap personalizations*/





/**FLEX Bootstrap GRID SYSTEM**/
/*MARGIN & PADDING STYLES */

.top50 {margin-top:50px;}

.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;}

.pleft0 {padding-left:0px;}
.ptop0 {padding-top:0px;}
.pright0 {padding-right:0px;}
.pbottom0 {padding-bottom:0px;}
.pleft0 {padding-left:0px;}

.p9 {padding: 9px}
.padding3 {padding: 3px}
.none {display: none;}

.clear {
clear:both;
display:block;
overflow:hidden;
visibility:hidden;
width:0;
height:0
}


/**CUSTOMER CSS**/

/*GENERAL CSS*/
body {
	font-family: 'Montserrat', sans-serif;
	background: url() center top repeat-y #ffffff;
}
/* @media (max-width: @screen-xs) { body {padding-top: 150px;} }
@media (min-width: @screen-sm) and (max-width: @screen-sm-max) { body {padding-top: 380px;} }
@media (min-width: @screen-md) and (max-width: @screen-md-max) { body {padding-top: 380px;} }
@media (min-width: @screen-lg) { body {padding-top: 380px;} } */


/* valid for nmcapital model */
/* @media(max-width:768px){ body {padding-top: 105px;} }
@media(min-width:768px){ body {padding-top: 105px;} }
@media(min-width:992px){ body {padding-top: 105px;} }
@media(min-width:1200px){ body {padding-top: 105px;} } */

.form-control {
	border-radius: 0px;
}

input[type=text] {
/*font-family: 'Montserrat', sans-serif;*/
	border-radius: 0px !important;
}
.form-control {
/*font-family: 'Montserrat', sans-serif;*/
	border-radius: 0px !important;
}

select {
/*font-family: 'Montserrat', sans-serif;*/
	border-radius: 0px !important;
}
input[type=checkbox] {
/*font-family: 'Montserrat', sans-serif;*/
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	color:#666666;
}
h1 a {
	color: #0101cc;
	text-decoration: none;
}
h1 a:hover {
	color:#000000;
	text-decoration: underline;
}
h1 span {
	color: #0101cc;
	text-decoration: none;
}

h2 {
	color:#666666;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
}
h2 a {
	color:#0101cc;
	text-decoration: none;
}
h2 a:hover {
	color:#000000;
	text-decoration: underline;
}
h2 span {
	color:#0101cc;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	color:#666666;
}
h3 a {
	color:#333333;
	text-decoration: none;
}
h3 a:hover {
	color:#000000;
	text-decoration: underline;
}
h3 span {
	color:#0101cc;
	text-decoration: none;
}
p {	font-family: 'Montserrat', sans-serif;}
ul {}


/*btn personalization*/
.btn {
	border-radius: 0px !important;
}
.btn-info {
	color: #ffffff;
	background-color: transparent !important;
	border: none !important;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #ff1900;
	border-color: #ff1900;
}

.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: #ff1900;
	border-color: #ff1900;
}

.btn-info .badge {
	color: #ff1900;
	background-color: #1a1a1a;
}


.btn-info2 {
	color: #ffffff;
	background-color: #0101cc;
	border-color:#0101cc;
}




.btn-info2:hover,
.btn-info2:focus,
.btn-info2:active,
.btn-info2.active,
.open .dropdown-toggle.btn-info2 {
	color: #ffffff;
	background-color: #0101cc;
	border-color: #0101cc;
}

.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: #0101cc;
	border-color: #0101cc;
}
.btn-info2 .badge {
	color: #fff;
	background-color: #0101cc;
}


 /*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;
}

/*----Customer CSS CODE----*/
/*----MENU----*/
#menu-responsive {
	display:block;
	background: url() center top no-repeat #ffffff;
}
/*sin usar*/
#menu-top {display:none;}
#menu {display: none;}
/**END MENU**/

/*----HEADER----*/
#header {
	/*background-color: #ffffff;*/
	background: url("fd.png") center top repeat #ffffff;
	/*border-top: 15px solid #ff1900; */
}


.header {/*tratado como row*/
	/*margin-right: -15px;
	margin-left: -15px;*/
	/*custom*/
}
/*optional includes*/
.header-1 {}
.branch {
}
.name {display: block; font-size: 14px}
.phone {display: block;font-size: 25px; line-height: 10px; color: #ffffff; font-weight: bold}
.phonee {display: block;font-size: 30px; line-height: 30px; color: #ff1900; font-weight: bold}
.mobile {display: block;}
.address {display: block;font-size: 14px}

.header1-suc1 {}
.header1-suc2 {}
.header1-suc3 {}
.header1-suc4 {}
.header1-suc-name {color: #000000;font-weight: bold;font-size: 14px;}
.header1-suc-phone {color: #ffffff;font-size: 15px;}
.header1-suc-address {font-size: 10px;}

/*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 top no-repeat #ffffff;
	/* display: none; */
}
.form-horizontal {}/*nueva clase responsive uso alternativo*/

/*----BANNER PRINCIPAL----*/
#banner-before-menu {}


#banner-after-menu {/*usado para responsive*/
    				/*background:url(banner-bg.jpg) center top no-repeat  transparent;*/
					/* border-bottom: 3px solid #dddddd; */
					overflow-x: hidden;
					height: 533px;
}

/*settings for bg banner */
#carousel-home {
	position:absolute;
	z-index:0;
	width: 100%;
	background: url() center top no-repeat transparent;
/* height: 555px; */
	overflow-x: hidden;
}
#carousel-home .carousel-inner {
	height: 550px;
	width:2000px;
	overflow-x: hidden;
	left: 50%;
	margin-left: -1000px;
}
#banner-after-menu #carousel-home .carousel-inner > .item > img, #banner-after-menu #carousel-home  .carousel-inner > .item > a > img {
/* height: 400px; */
	width:2000px;
	overflow-x: hidden;
	height: 300px;
}

#carousel-home .carousel-inner > .item > .carousel-caption h1 {
	color:#FFFFFF !important;
	font-weight:bold;
	margin-top: -300px;
/* 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:4em !important}}







/*----END BANNER PRINCIPAL----*/


/*----SEARCHERS---*/

.searcher-float {
	margin-top: -100px;
	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 {}
#search-customer-home {
	/* border-bottom:5px solid #0101cc; */
	/* box-shadow: 2px 0px 3px #000000; */
	/* background:url() center top no-repeat #0101cc; */
}
/*vertical customer option - before mainbody*/
.search-v {
	background-color:#fff;
	color:#ffffff;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity = 90);
	/*border: 1px solid #707380;*/
	/*-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
	box-shadow:0px 0px 2px #000000;
	padding-bottom:10px;
	padding-top:10px;
	margin-top: 10px;
}
.search-v legend {
	margin-bottom: 5px;
}
.search-v a:hover {color: #ffffff; text-decoration: underline;}


/*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:block;}
#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 {background:url() center top no-repeat #0101cc;}
.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 {}
.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 {}

/*btn personalization*/
.btn-info3 {
	color: #dddddd;
	background-color: transparent;
	border-color: #dddddd;
	font-size: 35px;
	font-weight: bold;
	height: 230px;
	padding-top: 80px
}

/*
.mapp {
	width: 100% !important;


    border: 2px solid #dddddd;
	background-color: transparent;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 100%;
	text-align: center;
}
*/

.btn-info3:hover,
.btn-info3:focus,
.btn-info3:active,
.btn-info3.active,
.open .dropdown-toggle.btn-info3 {
	color: #ffffff;
	background-color: #dddddd;
	border-color: #dddddd;
}







.leading-contact {
	display: none;}

.leading-search {
	display: none;}


.leading-zone {
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	/*border: 1px solid #0101cc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
	display: block;
}

.leading-title {
	display:none;
	}

.leading-zone h2 {
	color:#dddddd;
	text-align: left;
	display:none;
}

.leading-zone h2 span.leading-customer-name {} /*option bloqued name*/
/*alternative title option*/
.leading-title2 {color: #0101cc; text-align: center;}
.leading-title2 h2 {display: block;padding-top:20px; text-align: center; color: #0101cc;
}
/*END alternative title option*/



.featured-item-container {
	height: 340px !important;
	width:280px;
	margin: 0px 2px 10px 2px;
	display: inline;
	float: left;
	/*background-color: #707380;*/
}

@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: 0px;
	text-align:left;
	float:left;
	position: absolute;
	text-shadow: 1px 1px 3px #000;
	padding-left: 5px;
	padding-top: 10px;
}

.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;
	/*border-top: 8px solid #231F20;
	border-bottom: 8px solid #231F20;*/
}

@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*/

.featured-main-image:hover {
	border-top: 8px solid #0101cc;
	border-bottom: 8px solid #0101cc;
}

/*IDEM SEARCHPAGE-ITEM-OPERATION-TAG*/

.featured-operation-tag {
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity = 75);
	position: absolute;
	text-align: left;
	font-size: 16px;
	margin-top:28px;
	text-shadow: 2px 2px 2px #000;
}

.featured-price {
	text-align: center;
	font-size: 18px;
	margin-top: -45px;
	float:left;
	padding: 5px;
	color: #FFFFFF;
	text-shadow:1px 1px 2px #231F20;
	background-color: #000000;
	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;
	padding: 5px;
}

.featured-location a {
	text-decoration: none;
	color: #333333;
}

.featured-location a:hover {
	text-decoration: underline;
	color: #0101cc;
}

/*---END LEADING ZONE---*/

/*----FOOTER PANEL----*/
#footer {
	background: url("fd_footer.png") center top repeat #ffffff;
	/* position: absolute;
	bottom: 0px */
}

.footer {}
.footer-bg {background: url() top left no-repeat transparent;}
/*footer includes*/
.footer-1 {}
.footer-1 .well {background-color: #0101cc; border: none; border-radius: 0px;}
.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*/
.powered {text-align: center}
.mapaprop_logos {
	float: right;
	display: none;
	/*width:420px;*/
}

.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;
	display:none;
}

.memudoya-logo a {
	width: 160px;
	height: 50px;
	display:block;
}



/*----FOOTER PANEL----*/


/*----MAINBODY----*/

#mainbody {background:url() center bottom no-repeat transparent; border-bottom: 12px solid #ff1900;}
#mainbody .container {background-color: transparent; padding-left:0px;padding-right: 0px;padding-top: 30px; /*box-shadow: 0px 4px 4px #666666;*/}
.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-property h1 {color: #dddddd;}
.page-property h3 {color: #dddddd;}
.page-contact {}
.page-content {/*color: #ffffff*/}
.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 h1 {display: none} */
/* .searchpage h2 {display: none} */
/* .searchpage #map {
	overflow: visible !important;
	position: inherit !important;
	} */

.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;
	/* background-color: #eee; */
}

@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 #eee;
	-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: 9998;
}

.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: #ff1900;color: #ffffff;padding:5px;}

/*alquiler*/
.search-operation-2 {background-color: #ff1900;padding:5px;	color: #ffffff;}

/*alquiler temporario*/
.search-operation-3 {background-color: #ff1900;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:#666666;
}

.searchpage-item .title a:hover {
	text-decoration: underline;
	color:#333333;
}

.searchpage-item .description {
	text-decoration: none;
	color: #333333;
	font-size: 12px;
}

.searchpage-item .description span {
	text-decoration: none;
	color: #666666;
	font-size: 12px;
}

.searchpage-item .price {
	font-size: 20px;
	color: #333333;
	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 #0101cc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	/*background-color:#565559;*/
	word-wrap: break-word;
}

.pagination  {
	font-weight: bold;
}

.pagination a {
	font-weight: normal;
}

/*----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 #0101cc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align:center;
}
/*----END CONTACT----*/
#banner-after-menu #carousel-home .carousel-inner > .item > img, #banner-after-menu #carousel-home .carousel-inner > .item > a > img{
	height: 550px!important;
}
/**260 -www.arijoninmobiliaria.com.ar txt FLEX 07-2019- AUTOR PUCARALABS by Inkscape and Boostrap**/
