/*---------------------------------------------
//  Products
//---------------------------------------------
*/

.webVisualizationGroup {
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.wvg_image_name_container {
    position: relative;
    min-height: 60px;
}

.wvg_image_name_container h2 {
    position: absolute;
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 4% 10px 4%;
    /*z-index: 1*/;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.wvg_image_name_container[ng-click] h2:after {
    position: absolute;
    right: 2%;
    content: '\e904';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.wvg_image_name_container[ng-click] h2:hover:after {
    opacity: 0.6;
}

.wvg_moreInfo {
    float: left;
    padding: 4% 1% 0 4%;
}

.wvg_shortDescription + .wvg_longDescription + .wvg_moreInfo {
    margin-top: -4%;
}

.wvg_products .product {
    border-top: 1px solid #e0e0e0;
    padding: 2%;
    overflow: hidden; /* quiza cambiar por clearfix */
    position: relative;
}

/*
.product.hasLongDescription h4 {
    padding-left: 20px;
}
*/


.makeBookingButton {
    background: #a11515;
}

.product_longDescription_container {
    clear: both;
}

.product_moreInfo .product_moreInfoLabel {
    position: absolute;
    left: 4%;
    top: 17px;
}

#booking_budget {
    background: #F0E9DB;
}


.property_box {
    margin-bottom: 20px;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);
}


.searchResult .webVisualizationGroup {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/*---------------------------------------------
//  Header
//---------------------------------------------
*/

.wvg_header_product .wvg_image {
    background-size: auto !important;
    background-position: center center;
    padding: 0;
    height: 200px;
}

.wvg_header_product h1 {
    display: none;
}


/*---------------------------------------------
//  Responsive
//---------------------------------------------
*/

@media only screen
and (min-width: 600px) {

    .searchResult .webVisualizationGroup {
        /*width: 46%;*/
        /*margin: 2%;*/
    }

    .product_header {
        float: left;
        width: 71%;
    }

    .others .product_header {
        width: 60%;
    }

    .product_buy {
        float: right;
        width: 29%;
    }

    .others .product_dates {
        float: right;
        width: 40%;
    }.wvg_products .product

}

.ngdialog.bigDialog .ngdialog-content {
    width: 100%;
    max-width: 1240px;
/*    height: 100%;*/
}

.ngdialog.largeDialog .ngdialog-content {
    width: 80%;
}

.ngdialog.largeDialog .ngdialog-content .pack_texto_wrapper {
    overflow: auto;
    max-height: 500px;
}

.label-transferencia {
    display: inline-block;
    font-size: 12px;
    width: 25%;
}

.home {
    background: url(../img/background.webp) center center no-repeat;
    background-size: cover;
}