/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/02/2017, 11:17:28 AM
    Author     : Adrian
*/
input[type="number"]{
    padding-right: 0px;
}
.no-margin{
    margin:0px!important;
}
.clear {
    clear: both;
}
.input-group.date{
    margin-bottom:18px;
}
#galeria {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
}
.la-paloma-right{
	margin:8px 0 8px 8px;
	float:right;
	}
.la-paloma-left{
	margin:8px 8px 8px 0;
	float:left;
	}
        
article h2 {;
    font-weight: 100;
    display: block;
    color: #A52E1E;
    margin: 0 0 15px 0;
}       

article hr {
    display: block;
    clear: both;
    height: 5px;
    background: url(../img/hr.svg);
    border: 0;
    margin: 2px 0 10px 0;
    width: 100%;
}

.listing-carousel .owl-item div{
    text-align: center;
}

.listing-carousel .owl-item div img {
/*	height: 300px!important;*/
}
/**/
#propertyGallery-container .wrap {
   overflow: hidden;
   margin: -5px;
}
#propertyGallery-container .box {
   float: left;
   position: relative;
   width: 25%;
   padding-bottom: 19%;
}
#propertyGallery-container .boxInner {
   position: absolute;
   left: 0px;
   right: 5px;
   top: 0px;
   bottom: 5px;
   overflow: hidden;
   background-repeat: none;
    background-position:center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#propertyGallery-container .boxInner img {
   width: 100%;
}
#propertyGallery-container .boxInner .titleBox {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   margin-bottom: -50px;
   background: #000;
   background: rgba(0, 0, 0, 0.5);
   color: #FFF;
   padding: 10px;
   text-align: center;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   -o-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out; 
}
#propertyGallery-container body.no-touch .boxInner:hover .titleBox, 
#propertyGallery-container body.touch .boxInner.touchFocus .titleBox {
   margin-bottom: 0;
}
@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
#propertyGallery-container    .box {
      width: 100%;
      padding-bottom: 60%;
   }
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: 2 tiles */
#propertyGallery-container    .box {
      width: 50%;
      padding-bottom: 30%;
   }
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
#propertyGallery-container    .box {
      width: 33.3%;
      padding-bottom: 23.3%;
   }
}
@media only screen and (max-width : 1290px) and (min-width : 1051px) {
   /* Medium desktop: 4 tiles */
#propertyGallery-container    .box {
      width: 25%;
      padding-bottom: 15%;
   }
}

/**/
#list-wrapper .summary{
    text-align:right;
    padding-bottom: 10px;
}
#list-wrapper .listing-footer p,
#list-wrapper .listing-title p,
#list-wrapper .listing-title h4,
#list-wrapper .listing-title span{
    margin:0px;
}

#list-wrapper .listing-title p{

/*    display: block;
    height: 40px;
    overflow: hidden;*/
    font-size: 14px;
    line-height: 21px;
}

/*.listing-footer p{
    display:block;
    height:25px;
    overflow: hidden;
}

.grid-layout-three .listing-footer{
    display: none;
}*/
    
.infoBubble{ 
    overflow:hidden;
    min-height: 100px;
}
.infoBubble img{
    width:133px;
    height:100px;
    float:left; 
    margin-right:10px;
}
.infoBubble p.titulo{
    font-size:1.3em;
    font-style:normal;
    color:#A52E1E;
}
.infoBubble p{
    font-size:1.1em;
    font-style:italic;
    color:#666;
    margin-bottom:0;
}
.infoBubble p a{
    color:#A52E1E !important;
}

/**/

.listing-carousel .owl-item > div.cover{
position: relative;
    padding-top: 66.66%;background:rgb(216, 216, 216)
}
.listing-carousel .owl-item > div.cover > div{
position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
}

/**/
.calendar-wrapper{
    position:relative;
    height:60px;
    max-width: 450px;
}
.calendar {
    overflow-x: auto;
    overflow-y: hidden;
/*    position:absolute;
    width: 100%;
    height:100%;*/
}
.calendar > ol {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    /*margin-bottom: -1em;*/
}
.calendar > ol > li {
    display: inline-block;
    /*margin-top: 2em;*/
}
.calendar > ol > li > ol {
    padding: 0;
}
.calendar > ol > li > ol > li {
    display: inline-block;
    width: 25px;
    position: relative;
    /*top: -3.2em;*/
    border: 1px solid #eee;
    text-align:center;
    margin-right: -4px;
}

.calendar > ol > li > ol > li.unavailable {
    background: #C55762;
    color: #fff;
    
    border: 1px solid #C55762;
}