/*

    Template Author : pixelhint.com
    Author Email    : contact@pixelhint.com
    Template Name   : La Casa


    *****************************************


    - Fonts
    - General CSS
    - Header
    - Hero
    - Search
    - Listings
    - Footer
    - Responsive CSS


*/

#search_division_2_small{
    display:none;
}

#search_division_3_small{
    display:none;
}


/*  General CSS  */
body {
    background: #fff;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

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%;
}

    header .logo {
        float: left;
    }

    header a.hamburger {
        text-decoration: none;
        display: none;
        float: right;
        width: 24px;
        height: 19px;
        background: url('../img/hamburger_icon.png') no-repeat;
    }

        header a.hamburger.opned {
            width: 19px;
            background: url('../img/close_menu_icon.png') no-repeat;
        }


    header nav {
        float: right;
        opacity: 1;
    }


        header nav ul {
            margin-top: 5px;
            list-style: none;
            overflow: hidden;
            float: left;
        }

            header nav ul li {
                float: left;
                margin-left: 25px;
                margin-right: 25px;
            }

                header nav ul li a,
                header nav .login_btn {
                    text-decoration: none;
                    color: #fff;
                    font-family: "lato-regular", Helvetica, Arial, sans-serif;
                    font-size: 16px;
                    letter-spacing: 1px;
                }

        header nav .login_btn {
            float: right;
            margin: 0 0 0 30px;
            padding: 5px 30px 5px 30px;
            border: 2px solid #ffffff;
            background: transparent;
            transition: background .1s linear;
            -webkit-transition: background .1s linear;
            -moz-transition: background .1s linear;
            -o-transition: background .1s linear;
        }

            header nav .login_btn:hover {
                background: #ffffff;
                color: #1c3655;
            }










/*  Hero Section  */

.hero {
    width: 100%;
    height: 200px;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

    .hero .caption {
        width: 100%;
        position: absolute;
        text-align: center;
        top: 50%;
        margin-top: -105px;
        z-index: 10;
    }

        .hero .caption h2 {
            color: #fff;
            font-family: "p22_corinthia", Helvetica, Arial, sans-serif;
            font-size: 100px;
            font-weight: lighter;
            margin: 0;
            position: relative;
            display: block;
        }

        .hero .caption h3 {
            color: #fff;
            font-family: "lato-regular", Helvetica, Arial, sans-serif;
            font-size: 14px;
            margin: -15px 0 0 25px;
            left: 1px;
        }










/*  Search Section  */
.search {
    width: 100%;
    height: 100px;
    background: #bfd9f2;
    position: relative;
}

    .search #search {
        display: block;
        width: 90.90909090909091%;
        height: 100px;
        float: left;
        border: 0;
        outline: none;
        margin: 0;
        padding: 0;
        background: #bfd9f2;
        color: #ffffff;
        font-family: "lato-regular", Helvetica, Arial, sans-serif;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 22px;
    }

        .search #search::-webkit-input-placeholder {
            color: #95badf;
        }

        .search #search:-moz-placeholder {
            color: #95badf;
        }

        .search #search::-moz-placeholder {
            color: #95badf;
        }

        .search #search:-ms-input-placeholder {
            color: #95badf;
        }

    .search #submit_search {
        display: none;
    }

    .search .advanced_search_icon {
        display: block;
        width: 26px;
        height: 26px;
        float: right;
        background: url('../img/advanced_search_inactive.png') no-repeat;
        margin-top: 37px;
        transition: all .2s linear;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
    }

        .search .advanced_search_icon:hover {
            background: url('../img/advanced_search_hover.png') no-repeat;
        }

        .search .advanced_search_icon.active {
            background: url('../img/advanced_search_active.png') no-repeat;
        }







    .search .advanced_search {
        width: 100%;
        position: absolute;
        top: 100px;
        left: 0;
        background: #cbe0f4;
        border-top: 1px solid #aac8e4;
        border-bottom: 1px solid #aac8e4;
        z-index: 9999;
        display: none;
    }

        .search .advanced_search .arrow {
            display: block;
            width: 14px;
            height: 9px;
            background: url('../img/search_arrow.png') no-repeat;
            position: absolute;
            top: -8px;
            right: 6px;
        }

        .search .advanced_search #check_in_date,
        .search .advanced_search #check_out_date,
        .search .advanced_search #min_price,
        .search .advanced_search #max_price {
            display: block;
            width: 509px;
            height: 100px;
            border: 0;
            margin: 0;
            padding: 0 20px;
            outline: none;
            background: #cbe0f4;
        }

        .search .advanced_search #check_in_date,
        .search .advanced_search #check_out_date {
            background: url('../img/calendar_icon.png') no-repeat;
            background-position: 484px 50%;
            padding: 0 100px 0 20px;
            width: 429px;
        }

        .search .advanced_search .float {
            float: left;
        }

        .search .advanced_search .search_fields {
            overflow: hidden;
            border-bottom: 1px solid #aac8e4;
        }

        .search .advanced_search .field_sep {
            display: inline-block;
            width: 1px;
            height: 60px;
            border: 0;
            background: #aac8e4;
            margin: 20px 0 0 0;
            padding: 0;
        }

        .search .advanced_search #keywords {
            display: block;
            width: 1060px;
            height: 100px;
            border: 0;
            margin: 0;
            padding: 0 20px;
            outline: none;
            background: #cbe0f4;
        }

        .search .advanced_search #check_in_date,
        .search .advanced_search #check_out_date,
        .search .advanced_search #min_price,
        .search .advanced_search #max_price,
        .search .advanced_search #keywords {
            color: #ffffff;
            font-family: "lato-regular", Helvetica, Arial, sans-serif;
            font-size: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
            line-height: 22px;
        }


            .search .advanced_search #check_in_date::-webkit-input-placeholder,
            .search .advanced_search #check_out_date::-webkit-input-placeholder,
            .search .advanced_search #min_price::-webkit-input-placeholder,
            .search .advanced_search #max_price::-webkit-input-placeholder,
            .search .advanced_search #keywords::-webkit-input-placeholder {
                color: #95badf;
            }

            .search .advanced_search #check_in_date:-moz-placeholder,
            .search .advanced_search #check_out_date:-moz-placeholder,
            .search .advanced_search #min_price:-moz-placeholder,
            .search .advanced_search #max_price:-moz-placeholder,
            .search .advanced_search #keywords:-moz-placeholder {
                color: #95badf;
            }

            .search .advanced_search #check_in_date::-moz-placeholder,
            .search .advanced_search #check_out_date::-moz-placeholder,
            .search .advanced_search #min_price::-moz-placeholder,
            .search .advanced_search #max_price::-moz-placeholder,
            .search .advanced_search #keywords::-moz-placeholder {
                color: #95badf;
            }

            .search .advanced_search #check_in_date:-ms-input-placeholder,
            .search .advanced_search #check_out_date:-ms-input-placeholder,
            .search .advanced_search #min_price:-ms-input-placeholder,
            .search .advanced_search #max_price:-ms-input-placeholder,
            .search .advanced_search #keywords:-ms-input-placeholder {
                color: #95badf;
            }











/*  listings section  */
.listings {
    padding: 0;
}

    .listings .grid {
        list-style: none;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }

/* .listings .grid .grid-item {
        display: block;
        width: 30.90909090909091%;
        min-height: 430px;
        height: auto;
        position: relative;

        margin: 0 3.636363636363636% 3.636363636363636% 0;
    }*/

.grid-item {
    float: left;
    width: 330px;
    border: 1px solid hsla(0, 0%, 0%, 0.5);
    border-color: #f1f1f2;
    margin: 10px;
}

.listings .grid .grid-item img.property_img {
    width: 100%;
    height: auto !important;
    vertical-align: top;
}


.listings .grid .grid-item .price {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 15px 20px;
    background: rgba(255,255,255,0.8);
    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 .grid .grid-item .fav {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 5px;
    background: rgba(255,255,255,0.5);
}

.listings .grid .grid-item .fav img {
    width: 30px;
    height: auto;
}

.container .content .row .fav {
    background: rgba(181, 181, 181, 0.5);
    border-radius: 10px;
    padding: 5px;
    margin: 25px;
}

.container .content .row .fav img {
    width: 30px;
    height: auto;
}

.oldprice {
    position: absolute;
    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;
    text-decoration: line-through;
}


.listings .grid .grid-item .property_details {
    width: 87.64705882352941%;
    padding: 2.941176470588235% 5.882352941176471% 4.117647058823529% 5.882352941176471%;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.listings .grid .grid-item:hover .property_details {
    border-bottom: 1px solid #95badf;
    border-left: 1px solid #95badf;
    border-right: 1px solid #95badf;
}

.listings .grid .grid-item .property_details h4 {
    color: #666464;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 28px;
}

    .listings .grid .grid-item .property_details h4 a {
        text-decoration: none;
        color: #666464;
    }

.listings .grid .grid-item .property_details .property-short-desc {
    color: #9d9d9d;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 26px;
    font-weight: normal;
}

.listings .grid .grid-item .property_details .property_size {
    color: #676767;
}

.listings .more_listing {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 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;
}



@media screen and (min-width: 767px) {
    .center_text_small {
      display: none;
    }
}

/*  footer  */
.full {
    width: 100%;
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.img-imatico-footer {
    padding: 40px 0 10px;
}
.footer {
	background: rgb(30, 48, 84);;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer .footer-title {
	border-bottom: 1px solid #BAC1C8;
	color: #fbf7f5;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #fbf7f5;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #fbf7f5
}
.footer a:hover {
	color: #fbf7f5
}
.footer-bottom {
	background: #E3E3E3;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}/*  responsive css */


@media (max-width:1500px) {
    .hero {
        height: 800px;
    }
}


@media (max-width: 1150px) {
    .wrapper {
        padding: 0 40px;
        max-width: 1020px;
    }

    .search .advanced_search .arrow {
        top: -8px;
        right: 46px;
    }

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date,
    .search .advanced_search #min_price,
    .search .advanced_search #max_price {
        width: 46.27272727272727%;
        padding: 0 1.818181818181818%;
    }

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date {
        background: url('../img/calendar_icon.png') no-repeat;
        background-position: 95.08840864440079% 50%;
    }

    .search .advanced_search #keywords {
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
    }

    footer .footer > ul > li {
        margin-right: 5.454545454545455%;
    }

        footer .footer > ul > li.links {
            width: 17.90909090909091%;
        }

        footer .footer > ul > li.about {
            width: 29.72727272727273%;
        }
}


@media (max-width:800px) {
    .hero {
        height: 600px;
    }

        .hero .caption {
            width: 92.72727272727273%;
            padding: 0 3.636363636363636%;
        }

            .hero .caption h3 {
                margin: 0;
                left: 0;
            }

    /* header a.hamburger{
        display: block;
    }

    header nav{
        position: absolute;
        display: none;
        width: 92.72727272727273%;
        top: 95px;
        left: 3.636363636363636%;
        float: none;
        z-index: 20;
        overflow: hidden;
        background: #fff;
        border-top: 5px solid #bfd9f2;
    }

    header nav.active{
        display: block;
    }

    header nav .login_btn{
        float: none;
        display: inline-block;
        width: 100%;
        border: 0;
        margin: 0;
        padding: 20px 0;
        text-align: center;
        background: #f2f3f3;
    }

    header nav ul{
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    header nav ul li{
        display: block;
        width: 100%;
        float: none;
        margin-left: 0;
    }

    header nav ul li a{
        display: block;
        padding: 25px 0;
        border-bottom: 1px solid #f2f3f3;

        transition: background .2s linear;
        -webkit-transition: background .2s linear;
        -moz-transition: background .2s linear;
        -o-transition: background .2s linear;
    }

    header nav ul li a:active{
        background: #f2f3f3;
    }

    header nav ul li a,
    header nav .login_btn{
        color: #1c3655;
    }

    header nav .login_btn:hover{
        background: #eaebeb;
    }

    header nav ul li:last-child{
        border: 0;
    }*/

    .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;
        }

    footer .footer > ul > li {
        width: 29.6969696969697% !important;
        margin-right: 5.454545454545455%;
        margin-bottom: 100px;
    }

        footer .footer > ul > li:nth-child(3) {
            margin-right: 0;
        }

        footer .footer > ul > li.links li a {
            text-align: center;
        }

        footer .footer > ul > li.about {
            text-align: center;
            float: none;
            display: inline;
            margin-right: 100%;
            overflow: hidden;
            border-top: 1px solid #82abd4;
        }
}


@media (max-width:700px) {

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date,
    .search .advanced_search #min_price,
    .search .advanced_search #max_price {
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
        border-bottom: 1px solid #aac8e4;
    }

    .search .advanced_search #check_in_date,
    .search .advanced_search #check_out_date {
        background: url('../img/calendar_icon.png') no-repeat;
        background-position: 95.08840864440079% 50%;
    }

    .search .advanced_search #keywords {
        width: 96.36363636363636%;
        padding: 0 1.818181818181818%;
    }

    .search .advanced_search .search_fields {
        border-bottom: 0;
    }

    .search .advanced_search .field_sep {
        display: none;
    }
}


@media (max-width:500px) {
    .hero .caption h2 {
        font-size: 85px;
    }

    .hero .caption h3 {
        font-size: 16px;
    }

    .search #search {
        width: 83%;
    }

    .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;
    }

    footer .footer > ul > li.links,
    footer .footer > ul > li.about {
        float: none;
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 60px;
        padding-bottom: 60px;
    }

    footer .footer > ul > li:last-child {
        padding-bottom: 0;
    }

    footer .footer > ul > li.links {
        border-bottom: 1px solid #82abd4;
    }
}



/* Footer Lang Menu Chooser */
.triangle {
    position: fixed;
    left: -270px;
    bottom: -74px;
    width: 470px;
    height: 130px;
    border-style: solid;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
    background: rgba(120, 120, 120, 0.2);
    /*Pedro's Bain*/
    background: -webkit-linear-gradient(top bottom, rgba(120, 120, 120, 0.2), rgba(120, 120, 120, 0.01)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(120, 120, 120, 0.2), rgba(120, 120, 120, 0.01)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(120, 120, 120, 0.2), rgba(120, 120, 255, 0.01)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(120, 120, 120, 0.2), rgba(120, 120, 120, 0.01)); /* Standard syntax */
    z-index: 1;
}

.triangle-retracted {
    -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
    left: -270px;
    bottom: -74px;
}

.triangle-expanded {
    -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
    left: -170px;
    bottom: 30px;
}


.flag {
    transition-duration: 0.5s;
    -moz-transform: scale(1) rotate(-45deg);
    -webkit-transform: scale(1) rotate(-45deg);
    transform: scale(1) rotate(-45deg);
    width: 70px;
    position: absolute;
    z-index: 999;
}

.smallflag {
    width: 50px !important;
}

    .smallflag:hover {
        -webkit-transition-duration: 0.5s; /* Safari */
        transition-duration: 0.5s;
        -moz-transform: scale(1.1) rotate(-45deg);
        -webkit-transform: scale(1.1) rotate(-45deg);
        transform: scale(1.1) rotate(-45deg);
    }

#position-one {
    left: 218px;
    bottom: 89px;
}

#position-two {
    left: 325px;
    bottom: 62px;
}

#position-three {
    left: 141px;
    bottom: 65px;
}

#position-four {
    left: 193px;
    bottom: 12px;
}

#position-five {
    left: 268px;
    bottom: 16px;
}

.flag img {
    width: 100%;
}
