/*

    Template Author : pixelhint.com
    Author Email    : contact@pixelhint.com
    Template Name   : La Casa
    
    
    *****************************************
    
    
    - Fonts
    - General CSS
    - Header
    - Hero
    - Search
    - Listings
    - Footer
    - Responsive CSS
    

*/

/*  Fonts  */
@font-face {
    font-family: 'lato-bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato-regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'p22_corinthia';
    src: url('../fonts/p22_corinthia.eot');
    src: url('../fonts/p22_corinthia.eot?#iefix') format('embedded-opentype'),
         url('../fonts/p22_corinthia.woff') format('woff'),
         url('../fonts/p22_corinthia.ttf') format('truetype'),
         url('../fonts/p22_corinthia.svg#P22Corinthia') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*  General CSS  */
body{
    background: #fff;
}

.wrapper{
    //padding-top: 40px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    font-family: "p22_corinthia", Helvetica, Arial, sans-serif;
    //font-size: 30px;
    font-weight: lighter;
    text-align: right;

}
    .wrapper > #idioma {

    width: 20%;
    float: left;
    text-align: left;
    color: #fff;

}
   .wrapper > #texto {

    width: 100%;
    float: left;
    text-align: right;
    color: #fff;

} 

h1, h2, h3, h4, h5 ,h6{
    color: #626262;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}


/*  Header Section  */

header{
    width: 100%;
    height: 100px;
    background-color: rgba(44, 73, 85, 0.6);
}

/*  Hero Section  */

.hero{
    width: 100%;
    height: 100px;
    position: relative;
    background: url('../images/top6.png') no-repeat bottom center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

/*  listings section  */
.listings{
    padding: 100px 0;
}

.listings ul.properties_list{
    list-style: none;
    overflow: hidden;
}

.listings ul.properties_list li{
    display: block;
    width: 30.90909090909091%;
    height: auto;
    position: relative;
    float: left;
    margin: 0 3.636363636363636% 3.636363636363636% 0;
}

.listings ul.properties_list li img.property_img{
    width: 100%;
    height: auto!important;
    vertical-align: top;
}


.listings ul.properties_list li .price{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 15px 20px;
    background: #ffffff;
    color: #514d4d;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;

    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}


.listings ul.properties_list li:nth-child(3n+0){
    margin-right: 0;
}

.listings ul li .property_details{
    width: 87.64705882352941%;
    padding: 2.941176470588235% 5.882352941176471% 4.117647058823529% 5.882352941176471%;
    border-bottom: 1px solid #f2f1f1;
    border-left: 1px solid #f2f1f1;
    border-right: 1px solid #f2f1f1;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.listings ul li:hover .property_details{
    border-bottom: 1px solid #95badf;
    border-left: 1px solid #95badf;
    border-right: 1px solid #95badf;
}

.listings ul li .property_details h1{
    color: #666464;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px!important;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 28px;
}

.listings ul li .property_details h1 a{
    text-decoration: none;
    color: #666464;
}

.listings ul li .property_details h2{
    color: #9d9d9d;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 26px;
    font-weight: normal;
}

.listings ul li .property_details .property_size{
    color: #676767;
}

.listings .more_listing{
    display: block;
    width: 100%;
    text-align: center;
    margin: 84px 0 22px 0;
}

.listings .more_listing_btn{
    text-decoration: none;
    padding: 20px 40px;
    border: 2px solid #bfd9f1;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    color: #afcbe6;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.listings .more_listing_btn:hover{
    color: #a0c3e5;
    border: 2px solid #a0c3e5;    
}

/*  footer  */
footer{
    padding-top: 100px;
    //background: #95badf;
    background-color: rgba(26, 122, 119, 1);

}

/*  responsive css */


@media (max-width:1500px){
    .hero{
        height: 300px;
    } 

.wrapper > #idioma> a {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: lighter;
    padding-top: 15px;
}

   .wrapper > #texto > a{

    color: #fff;
    font-family: "p22_corinthia", Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-weight: lighter;

}
   .wrapper > #texto > p{

    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 20px;
    font-weight: lighter;
    padding-top: 15px;
    padding-bottom: 5px;

}


}


@media (max-width: 1150px){
    .wrapper{
        padding: 0 20px;
        max-width: 1020px;
    }

.wrapper > img{
     display: table-cell;
 vertical-align: middle;
 text-align: right;
}  

footer{
    display: none;
}
    
}


@media (max-width:800px){
    .wrapper > #idioma> a {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 20px;
    font-weight: lighter;
    padding-top: 10px;
}

   .wrapper > #texto > a{

    color: #fff;
    font-family: "p22_corinthia", Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-weight: lighter;

}
   .wrapper > #texto > p{

    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 20px;
    font-weight: lighter;
    padding-top: 5px;


}
    .hero{
        height: 100px;
    }

    .listings ul.properties_list li{
        width: 46.36363636363636%;
        margin: 0 7.272727272727273% 7.272727272727273% 0;
    }

    .listings ul.properties_list li:nth-child(3n+0){
        margin: 0 7.272727272727273% 7.272727272727273% 0;
    }

    .listings ul.properties_list li:nth-child(2n+0){
        margin-right: 0;
    }
}

@media (max-width:700px){

    .wrapper > #idioma> a {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: lighter;
    padding-top: 10px;
}
    .wrapper > #texto {
        text-align: center;
    }

   .wrapper > #texto > a{

    color: #fff;
    font-family: "p22_corinthia", Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-weight: lighter;
  


}
   .wrapper > #texto > p{

    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: lighter;
    padding-top: 5px;

}
}

@media (max-width:500px){
        .wrapper > #texto {
        text-align: center;
    }

    .wrapper > #idioma> a {
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: lighter;
    padding-top: 10px;
}

   .wrapper > #texto > a{

    color: #fff;
    font-family: "p22_corinthia", Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-weight: lighter;

}
   .wrapper > #texto > p{

    color: #fff;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: lighter;
    padding-top: 5px;

}
    .listings ul.properties_list li{
        width: 100%;
        margin-bottom: 60px!important;
    }

    .listings ul.properties_list li:last-child{
        margin-bottom: 0!important;
    }


    .listings ul.properties_list li:nth-child(3n+0),
    .listings ul.properties_list li:nth-child(2n+0){
        margin:0;
    }

    .listings .more_listing_btn{
        display: block;
        width: 100%; 
        padding-left: 0!important;
        padding-right: 0!important;
    }

}