/* 2.2 INFO-BOX
================================== */
.infoBox {
	overflow: hidden;
	margin: 170px 0px 0px -25px;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.5);
	border: 6px solid rgba(255,255,255,1);
}

.infoBox img {
	position: absolute !important;
	top: 5px;
	right: 5px;
	bottom: auto;
	left: auto;
	z-index: 9;
	background-color: #39A9E4;
}
 [class*='si-pointer-border'] {
 position: absolute;
 border: 15px solid transparent;
 z-index: 3;
}
[class*='si-pointer-bg'] {
	position: relative;
	border: 15px solid transparent;
	z-index: 4;
}
.si-has-border [class*='si-pointer-bg'] {
	border-width: 12px;
}
.si-pointer-border-top, .si-pointer-border-bottom {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.si-pointer-border-left, .si-pointer-border-right {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.si-pointer-top {
	border-bottom: 0;
}
.si-pointer-border-top {
	bottom: 0;
	border-top-color: #2b3031;
}
.si-pointer-bg-top {
	border-top-color: #fff;
}
.si-has-border .si-pointer-bg-top {
	top: -8px;
	margin-bottom: 3px;
}
.si-pointer-bottom {
	border-top: 0;
}
.si-pointer-border-bottom {
	top: 0;
	border-bottom-color: #2b3031;
}
.si-pointer-bg-bottom {
	border-bottom-color: #fff;
}
.si-has-border .si-pointer-bg-bottom {
	bottom: -8px;
	margin-top: 3px;
}
.ads-maps {
	width: 370px;
	height: auto;
	background-color: rgba(255, 255, 255, 0.9);
	overflow: hidden;/*border-bottom: 4px solid #b85954;*//* .img-container */
}

.ads-maps .img-container {
	position: relative !important;
	height: 260px;
	width: 370px;
	display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;/* .title */
}
.ads-maps .title-container {
	position: relative !important;
	padding: 10px;
	/* width: 370px; */
	display: block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;/*background-color:#e6d3d9;*//* .title */
}
.ads-maps .title-container .tipo {
	color: #808581;
	display: block;
	font-size: 17px;
	font-weight: 400;
	/* letter-spacing: normal; */
	/* line-height: 1.4; */
	overflow: hidden;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
}
.ads-maps .title-container .title {
	color: #2e4444;
	display: block;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.4px;
	line-height: 1.4;
	overflow: hidden;
	text-shadow: none !important;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform: uppercase;
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
}
.ads-maps .oferta-container {
	position: relative !important;
	padding: 15px 10px;
	width: 370px;
	display:block;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: rgba(89, 95, 93, 0.6);/* .title */
	visibility: hidden;
}
.ads-maps .oferta-container .subtitle {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.9;
	overflow: hidden;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ads-maps .oferta-container .title {
	color: #fff;
	display: block;
	font-size: 17px;
	line-height: 1;
	overflow: hidden;
	font-weight: 200;
	letter-spacing: 0.3px;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ads-maps .direccion-container {
	background-color: #fff;
	display: table;
	position: relative !important;
	width: 370px;
}
.ads-maps .direccion-container .block-menu {
	list-style: outside none none;
	margin: 5px 10px 10px 10px;
	padding: 0;
}
.ads-maps .direccion-container li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-bottom: 1px solid #ededed !important;
	border-image: none;
	border-left: medium none;
	border-right: medium none;
	border-top: medium none;
	color: #86636e;
	display: block;
	font-family: "Raleway";
	font-size: 13px;
	font-weight: 100;
	margin-top: -1px;
	padding: 8px 0;
	position: relative;
	text-align: left;
	transition: all 0.2s ease-in-out 0s;
}
.ads-maps .direccion-container li:last-child {
	border: none !important
}
.ads-maps .direccion-container li a {
	background-color: none;
	border: none;
	display: block;
	font-family: "Raleway";
	font-size: 13px;
	margin-top: -1px;
	padding: 0px;
	position: relative;
	transition: all 0.2s ease-in-out 0s;
	color: #86636e;
}
/* .ads-maps .logo_tipo {
	height: 75px;
	right: 5px;
	position: absolute !important;
	bottom: 95px;
	width: 75px;
	z-index: 9;
} */

.ads-maps .logo_tipo {

    /* background: #f2f0f0 none repeat scroll 0 0;
    border-radius: 50%; */
    height: 75px;
    /* left: 5px; */
    position: relative;
    /* bottom: 35px; */
    width: 75px;
    z-index: 9;
	top:20px;

}


.ads-maps .logo_tipo img {
	background-color: transparent;
	/*    height: 100%;
    position: absolute !important;
    right: 0px;
    top: 0px;
    width: 100%;*/
	z-index: 9;
	width: 100%
}
.ads-maps .img-container:after {
	border: 8px solid rgba(250, 250, 250, 0.5);
	content: '';
	width: 100%;
	position: absolute !important;
	top: 0;
	right: 0;
	bottom: 40px;
	left: 0;
	z-index: 7;
}
.ads-maps .img-container .title {
	background-color: rgba(31, 183, 166, 0.9);
	color: #ffffff;
	display: block;
	font-size: 18px;
	height: 40px;
	padding: 5px 10px 0 36px;
	line-height: 1.7;
	overflow: hidden;
	font-weight: 200;
	position: absolute !important;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 8;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.ads-maps .img-container .title:after, .ads-maps .img-container .title:before {
	font-family: 'FontAwesome';
	background-color: #188b7e;
	line-height: 1.15;
	text-align: center;
	position: absolute !important;
	top: 0;
	right: auto;
	bottom: 0;
	left: auto;
	z-index: 1;
}
.ads-maps .img-container .title:after {
	content: '\f0f5';
	font-size: 20px;
	padding-top: 8px;
	left: 0;
	width: 30px;
	font-weight: 100;
}
.ads-maps .img-container .title:before {
	content: '\f105';
	font-size: 32px;
	right: 0;
	width: 22px;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.ads-maps .img-container .title:hover {
	background-color: rgba(31, 183, 166, 0.9);
}
.ads-maps .img-container .title:hover:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
/* New Subtitle */

.details .subtitle {
	background-color: rgba(166, 169, 168, 0.5);
	bottom: 0;
	color: #111;
	display: block;
	font-family: "Raleway";
	font-size: 14px;
	font-weight: 100;
	height: 35px;
	left: 0;
	letter-spacing: 1.5px;
	line-height: 2.2;
	overflow: hidden;
	padding: 3px 10px 0 36px;
	position: absolute !important;
	right: 0;
	text-transform:uppercase;
	top: auto;
	transition: all 0.2s ease-in-out 0s;
	z-index: 8;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.details .subtitle:after, .details .subtitle:before {
	font-family: 'budicon';
	background-color: #737373;
	color: #fff;
	line-height: 1;
	text-align: center;
	position: absolute !important;
	top: 0;
	right: auto;
	bottom: 0;
	left: auto;
	z-index: 1;
}
.details .subtitle:after {
	content: '\e9b9';
	font-size: 20px;
	padding-top: 8px;
	left: 0;
	width: 30px;
	font-weight: 100;
}
.details .subtitle:before {
	content: '\eb14';
	font-size: 20px;
	right: 0;
	width: 22px;
	padding-top: 8px;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.details .subtitle:hover {
	background-color: rgba(134, 166, 155, 0.5);
}
.details .subtitle:hover:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
/* Fin New Subtitle */


.ads-maps .description {
	background-color: #FAFAFA;
	border-bottom: 1px solid #E5E5E5;
	font-size: 14.5px;
	font-weight: 100;
	line-height: 1.2;
	padding: 6px 12px 8px;
	text-align: justify;
	height: 81px;
	overflow: hidden;
}
.ads-maps .price {
	background-color: rgba(70, 190, 170, 0.8);
	color: #ffffff;
	font-size: 18px;
	font-weight: 100;
	height: 32px;
	padding: 2px 0 0;
	text-align: center;
	position: absolute !important;
	top: 336px;
	right: 30px;
	bottom: auto;
	left: 30px;
	z-index: 4;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}
.ads-maps:hover .price {
	top: 220px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.ads-maps .details {
	list-style: none;
	height: 35px;
	z-index: 5;
	padding: 0;
	margin: 10px 10px 5px 10px;
	display: block;
	width: 100%;
}
.ads-maps .details li {
	background: url(../images/icon-ads-grey.png) no-repeat scroll 5px top;
	float: left;
	color: #777;
	font-size: 13px;
	height: 36px;
	padding: 10px 0 0 54px;
	margin-right: 1px;
	position: relative;
	z-index: 8;
	width: 75px;
}
.ads-maps .details li.room {
	background-position: 9px -98px;
}
.ads-maps .details li.bed-room {
	background-color: #F7F7F7;
	background-position: 9px -130px;
}
.ads-maps .details li.bath-room {
	background-color: #EFEFEF;
	background-position: 9px -161px;
}
.ads-maps .details li.size {
	background-color: #E6E6E6;
	background-position: 9px -64px;
	margin-right: 0;
	width: 92px;
}
.ads-maps .details li:after {
	background: url(../images/mini-arrow.png) no-repeat scroll right top;
	content: "";
	height: 36px;
	width: 22px;
	position: absolute !important;
	top: 8px;
	right: auto;
	bottom: auto;
	left: 26px;
	z-index: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}
/* .ads-maps */
/* GENERIC BOX
================================== */
.box-ads {
	border: 1px solid #E5E5E5;
	position: relative;
	padding-bottom: 64px;
	margin: 8px 0 20px 16px;
	margin-left: 0;
}
.box-ads.margin-left {
	margin-left: 16px;
}
.box-ads .description {
	display: block;
	padding: 8px 12px 10px;
	font-size: 15px;
	border-top: 1px dotted #E5E5E5;
	border-bottom: 1px dotted #E5E5E5;
	background-color: #F7F7F7;
}
.box-ads .address {
	display: block;
	padding: 6px 12px;
}
.box-ads .image {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative !important;
}
.box-ads .title {
	background-color: rgba(255, 255, 255, 0.9);
	border-bottom: 3px solid #1fb7a6;
	color: #333;
	font-size: 20px;
	padding: 6px 12px;
	position: absolute !important;
	top: auto;
	right: auto;
	bottom: 3px;
	left: 0;
	z-index: 3;
}
.box-ads .detail {
	min-height: 120px;
	list-style: outside none none;
	margin: 10px 6px;
	padding: 0;
}
.box-ads .detail dt, .box-ads .detail dd {
	border-bottom: 1px solid #f7f7f7;
	height: 35px;
	padding: 5px 6px 3px;
	width: 35%;
	font-size: 14px;
}
.box-ads .detail dt {
	background: url(../images/icon-ads-grey.png) no-repeat scroll left center;
	float: left;
	font-weight: 400 !important;
	padding-left: 36px;
}
.box-ads .detail dt.status {
	background-position: left -35px;
}
.box-ads .detail dt.area {
	background-position: left -69px;
}
.box-ads .detail dt.bed {
	background-position: left -134px;
}
.box-ads .detail dt.bath {
	background-position: left -164px;
}
.box-ads .detail dd {
	background: url(../images/separator.png) no-repeat scroll left center;
	float: right;
	width: 64%;
	padding-left: 18px;
}
.box-ads .detail dd span {
	text-align: right;
	display: block;
	padding: 1px 6px;
	background-color: #FAFAFA;
	border: 1px solid #F0F0F0;
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}
.box-ads .price {
	position: absolute !important;
	top: auto;
	right: -1px;
	bottom: -1px;
	left: -1px;
	z-index: 2;
	font-size: 20px;
	height: 42px;
	background-color: #1fb7a6;
	font-weight: 400;
	color: #ffffff;
	padding: 6px 14px 0;
}
.box-ads .price:after {
	position: absolute !important;
	top: -10px;
	right: 50%;
	bottom: auto;
	left: auto;
	z-index: 2;
	content: "";
	margin-right: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #1fb7a6;
}
.box-ads .footer {
	clear: both;
}
.box-ads .footer a {
	padding: 2px 6px;
	position: absolute !important;
	top: auto;
	right: 7px;
	bottom: 7px;
	left: auto;
	z-index: 3;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
/* .box-ads */
/* BOX HOME
================================== */
.box-ads.box-home {
	margin: 0 0 30px;
}
.box-ads.box-home .image {
	height: 250px;
	width: 100%;
}
/* BOX LIST
================================== */
.box-ads.box-list {
	margin: 0 0 30px;
	position: relative;
	padding-bottom: 0;
	background-color: #FFF;
}
.box-ads.box-list .image {
	height: 172px;
	width: 240px;
	position: absolute !important;
	top: 10px;
	right: auto;
	bottom: auto;
	left: 10px;
	z-index: 1;
}
.box-ads.box-list .image:after {
	position: absolute !important;
	top: 6px;
	right: -6px;
	bottom: auto;
	left: auto;
	z-index: 1;
	content: " ";
	width: 0;
	height: 0;
	border-left: 8px solid #1fb7a6;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.box-ads.box-list .description {
	border: 1px solid #E5E5E5;
	border-right: none;
}
.box-ads.box-list .address, .box-ads.box-list .description, .box-ads.box-list .detail, .box-ads.box-list .footer {
	margin-left: 260px;
	border-left: 1px solid #E5E5E5;
}
.box-ads.box-list .detail {
	border-bottom: 1px solid #E5E5E5;
	float: none;
	margin: 0 0 0 260px;
	min-height: 30px;
}
.box-ads.box-list .detail dd, .box-ads.box-list .detail dt {
	float: none;
	width: auto;
	display: inline-block;
	border-bottom: none;
	padding-right: 4px;
}
.box-ads.box-list .detail dd {
	border-right: 1px solid #e5e5e5;
	padding-right: 8px;
}
.box-ads.box-list .detail dd span {
	display: inline;
}
.box-ads.box-list .price {
	font-size: 18px;
	height: 27px;
	padding: 1px 10px;
	position: absolute !important;
	top: 3px;
	right: 3px;
	bottom: auto;
	left: auto;
	z-index: 1;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.box-ads.box-list .price:after {
	border: none;
}
.box-ads.box-list .footer {
	position: relative;
	height: 40px;
	padding: 6px 10px;
}
/* .box-ads */
/* BOX GRID
================================== */
.box-ads.box-grid {
	padding-bottom: 40px;
}
.box-ads.box-grid .image {
	position: relative;
	overflow: hidden;
	height: 180px;
	width: 100%;
}
.box-ads.box-grid .description {
	border-bottom: 16px solid #f7f7f7;
	height: 133px;
	overflow: hidden;
	padding-bottom: 18px;
}
.box-ads.box-grid .detail {
	background-color: #FFF;
	margin: 0;
	padding: 10px;
	height: 131px;
	position: absolute !important;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-moz-transition: 0.3s all ease-in-out;
	-ms-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.box-ads.box-grid:hover .detail {
	bottom: 41px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
/* .box-ads */
/* MINI BOX GRID
================================== */

.box-ads.box-grid.mini .address, .box-ads.box-grid.mini .detail, .box-ads.box-grid.mini .description {
	display: none !important;
}
.box-ads.box-grid.mini .image {
	height: 160px;
}
.box-ads.box-grid.mini .price {
	background-color: #F7F7F7;
	border: 1px solid #E5E5E5;
	border-top: 4px solid #1fb7a6;
	color: #777;
	height: 45px;
}
.box-ads.box-grid.mini .price:after {
	right: auto;
	right: 24px;
	border-width: 7px;
	border-bottom-color: #1fb7a6;
}
/* .box-ads */
/* SLIDE BOX HOME
================================== */
.property-slide {
	position: relative;
	z-index: 1;
}
.box-property-slide {
	position: relative;
	height: 386px;
	color: #ffffff;
	width: 100%;/* right-block *//* left-block */
}
.box-property-slide .left-block, .box-property-slide .right-block {
	display: block;
	padding: 14px;
	height: 100%;
	width: 50%;
	background-color: rgba(31, 183, 166, 0.7);
	position: absolute !important;
	top: 0;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
}
.box-property-slide .right-block {
	right: 0;
}

.box-property-slide .left-block:after {
	position: absolute !important;
	top: 50%;
	right: -19px;
	bottom: auto;
	left: auto;
	z-index: 3;
	content: "";
	margin-top: -40px;
	width: 0;
	height: 0;
	border-left: 20px solid rgba(31, 183, 166, 0.7);
	border-top: 20px solid rgba(31, 183, 166, 0);
	border-bottom: 20px solid rgba(31, 183, 166, 0);
}
.box-property-slide .left-block .price {
	position: absolute !important;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	z-index: 1;
	font-size: 22px;
	background-color: #188b7e;
	color: #ffffff;
	padding: 10px 20px 10px 10px;
}
.box-property-slide .left-block .button {
	padding: 16px 26px;
	border: none;
	position: absolute !important;
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	z-index: 1;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.box-property-slide .left-block .detail {
	min-height: 120px;
	list-style: outside none none;
	margin: 6px;
	padding: 0;
}
.box-property-slide .left-block .detail dt, .box-property-slide .left-block .detail dd {
	height: 35px;
	padding: 6px 6px 3px;
	width: 35%;
	font-size: 14px;
}
.box-property-slide .left-block .detail dt {
	background: url(../images/icon-ads.png) no-repeat scroll left center;
	font-weight: 400 !important;
	float: left;
	padding-left: 36px;
}
.box-property-slide .left-block .detail dt.status {
	background-position: left -34px;
}
.box-property-slide .left-block .detail dt.area {
	background-position: left -68px;
}
.box-property-slide .left-block .detail dt.bed {
	background-position: left -133px;
}
.box-property-slide .left-block .detail dt.bath {
	background-position: left -163px;
}
.box-property-slide .left-block .detail dd {
	/*
				background: url(../../images/separator.png) no-repeat scroll left center;
				background: url(../../images/mini-arrow.png) no-repeat l bottom;
			*/
	float: right;
	width: 64%;
	padding-left: 18px;
}
.box-property-slide .left-block .detail dd span {
	position: relative;
	text-align: right;
	display: block;
	padding: 1px 6px;
	background-color: rgba(24, 139, 126, 0.3);
	border: 1px solid rgba(24, 139, 126, 0.9);
	-webkit-border-radius: 1px;
	-khtml-border-radius: 1px;
	-moz-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}
.box-property-slide .left-block .detail dd span:after {
	background: url(../images/mini-arrow.png) no-repeat right bottom;
	content: '';
	height: 21px;
	width: 9px;
	position: absolute !important;
	top: 0;
	right: auto;
	bottom: auto;
	left: -24px;
	z-index: 1;
}
.box-property-slide .left-block .detail li {
	background: url(../images/icon-ads.png) no-repeat left top;
	padding: 10px 5px 0 20px;
}
.box-property-slide .left-block .detail li .icon-bathroom {
	background-position: left -158px;
}
.box-property-slide .left-block .detail li .icon-bedroom {
	background-position: left -128px;
}
.box-property-slide .left-block .detail li .icon-purpose {
	background-position: left -30px;
}
.box-property-slide .left-block .detail li .icon-type {
	background-position: left 1px;
}
.box-property-slide .left-block .detail li .icon-size {
	background-position: left -63px;
}
.box-property-slide .left-block .detail span {
	/*background: url(../../images/mini-arrow.png) no-repeat -46px bottom;*/
	display: block;
	padding-left: 25px;
	margin-left: 10px;
}
.box-property-slide .left-block .detail b {
	/*background: url(../../images/mini-arrow.png) no-repeat -30px bottom;*/
	display: inline-block;
	padding-right: 30px;
	font-weight: 200;
}
.box-property-slide .left-block .title {
	font-size: 28px;
	display: block;
	border-bottom: 1px dotted #FFF;
	margin-bottom: 6px;
}
.box-property-slide .left-block .description {
	display: block;
	height: 118px;
	overflow: hidden;
	width: 100%;
}
.box-property-slide .rb {
	background: none;
	display: block;
	height: 191px;
	width: 100%;
	position: absolute !important;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 1;
}
/* .box-property-slide */
/* CAROUSEL BOX
================================== */
.property-carousel-box {
	padding-top: 160px;/* content */
}
.property-carousel-box .content {
	background-color: rgba(255, 255, 255, 0.5);
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 20px 0;
	text-align: left !important;
	float: none !important;
}
.property-carousel-box .content .title, .property-carousel-box .content .address, .property-carousel-box .content .price {
	float: left;
	clear: both;
	color: #444;
	font-size: 30px;
	padding: 0;
	margin: 0;
	border: none;
}
.property-carousel-box .content .price {
	font-size: 50px;
	margin-top: 14px;
	position: relative;
	padding-left: 64px;
}
.property-carousel-box .content .price span {
	display: inline-block;
	background-color: #1fb7a6;
	margin-top: 8px;
	font-size: 36px;
	color: #ffffff;
	padding: 0 14px;
	position: absolute !important;
	top: 0;
	right: auto;
	bottom: auto;
	left: 0;
	z-index: 1;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.property-carousel-box .content .price span:after {
	position: absolute !important;
	top: 50%;
	right: -8px;
	bottom: auto;
	left: auto;
	z-index: 1;
	content: "";
	margin-top: -8px;
	width: 0;
	height: 0;
	border-left: 8px solid #1fb7a6;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}
.property-carousel-box .content .title {
	font-size: 70px;
	border-bottom: 1px dotted #FFF;
	padding: 10px 0;
	margin-bottom: 10px;
	text-transform: none !important;
	font-weight: 100;
}
.property-carousel-box .button-read {
	margin-top: 20px;
	padding: 8px 30px;
	font-size: 22px;
}
/* #search-box */

.logo_tipo .item-type {
	/*  background-image: url(../images/icon-property.png);
  background-repeat: no-repeat;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;*/
	-moz-transition: 0.2s all ease-in-out;
	-ms-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.logo_tipo .restaurantes {
	background-position: 10px 7px;
}
.logo_tipo .bares {
	background-position: 10px -61px;
}
.logo_tipo .apartement {
	background-position: 10px -125px;
}
.logo_tipo .single-home {
	background-position: 10px -192px;
}
.logo_tipo .family-house {
	background-position: 10px -259px;
}
.logo_tipo .condominium {
	background-position: 10px -326px;
}

/* CSS ESPECÍFICOS PARA DISPOSITIVOS PEQUEÑOS  480 px*/

@media screen and (max-width: 480px) {
.infoBox {
	overflow: hidden;
	margin: 190px 5px 0px 5px !important;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.5);
	border: 6px solid rgba(255,255,255,1);
}
#mapa .ads-maps {
	width: 300px !important;
	height: auto;
	background-color: rgba(255, 255, 255, 0.9);
	overflow: hidden;
}
.ads-maps .img-container {
	width: 300px !important;
}
.ads-maps .logo_tipo {
	height: 60px;
	right: 5px;
	bottom: 83px;
	width: 60px;
	z-index: 9;
}
.ads-maps .logo_tipo img {
	z-index: 9;
	width: 100%;
}
.ads-maps .title-container {
	/* width: 300px !important; */
	padding: 5px 10px 5px !important;
}
.ads-maps .oferta-container {
	width: 300px !important;
	padding: 5px 10px 10px;
}
.ads-maps .title-container .tipo {
	font-size: 16px;
	line-height: 1.3;
}
.ads-maps .oferta-container .title {
	margin-top: 5px;
	font-size: 14px;
}
.ads-maps .oferta-container .subtitle {
	font-size: 12px;
}
.ads-maps .direccion-container {
	width: 300px !important;
	padding: 10px 10px !important;
}
.ads-maps .title-container .title {
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0.4px !important;
	line-height: 1.5 !important;
}
#mapa p {
	margin-bottom: 0px !important;
	font-size: 12px !important;
	letter-spacing: normal !important;
	font-weight: lighter !important;
}
.ads-maps .details {
	list-style: none;
	height: 35px;
}
}

#travelclub_local .infoBox {
	position: relative;
	background: #fff;
	overflow: visible !important;
}
.infoBox:after {
	top: 100%;
	left: 50%;
	border: solid #fff;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 25px;
	margin-left: -25px;
	visibility: visible;
}
