/* Place */
.place {
    color: #333333;
    cursor: pointer;
    display: block;
    margin: 0 auto 50px;
    /*EXTRA
    max-width: 287px;*/
    text-decoration: none !important;
}

.place:hover { color: #333333; }

.place .image {

    position: relative;
    z-index: 0;
    /*max-width: 287px;*/
    /*se agrego extra
    max-width: 287px;
    height: 192px;*/

}

.place .image .inner {
    background: #ffffff;
    overflow: hidden;
    padding-bottom: 67%;
    position: relative;
    /*width: 287px;*/
}

.mapmini {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    max-width: 383px;
}

.place .image img {
    display: block;
    height: auto;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    padding-left: 2px

}



.place .data {
    margin: 10px 10px;

}

.place .data .part {
    float: left;
    overflow: hidden;
    width: 100%;
}

.place .data .name {
    font-size: 14px;
    font-family: 'Conv_Verb-Regular', sans-serif;
    white-space: normal;
}

.place .data .price {
    font-family: 'Conv_Verb-Regular-Bold', sans-serif;
    font-size: 17px;

}




.place .data .feature {
    float: left;
    /*text-align: center;*/
    /*width: 33.3333%;*/
    /*margin-left: 5%;*/
    margin-left: 8%;
}

.place .data .feature:first-child {
    margin-left: 0;
}

.place .data .feature .value {
    font-size: 18px;
    font-family: 'Conv_Verb-Regular', sans-serif;
    color: #333333;
    margin-left: -11px;
}

.place .data .feature .title {
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 22px;
    font-family: 'Conv_Verb-Regular', sans-serif;
    color: #333333;
}


/* Data - Tablet, mobile browser */
.place .image .data {
    bottom: 0;
    color: #fff;
    display: none;
    left: 0;
    margin: 0;
    padding: 55px 5px 5px;
    position: absolute;
    visibility: hidden;
    width: 100%;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,333333+100&0+0,1+60,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(31,31,31,1) 60%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(31,31,31,1) 60%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(31,31,31,1) 60%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#333333',GradientType=0 ); /* IE6-9 */

}

.place .image .data .name {
    font-size: 12px;
}

.place .image .data .price {
    font-size: 15px;
}

.place .image .data .feature .value {
    /*font-size: 13px;*/
    font-size: 18px;
}

.place .image .data .feature .title {
    font-size: 13px;
}


.place .more {
    background: transparent;
    border: 1px solid #000000;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: normal;
    max-width: 110px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;

    -webkit-transition: background 350ms, color 350ms, border 350ms;
    -moz-transition: background 350ms, color 350ms, border 350ms;
    -ms-transition: background 350ms, color 350ms, border 350ms;
    -o-transition: background 350ms, color 350ms, border 350ms;
    transition: background 350ms, color 350ms, border 350ms;
}

.place:hover .more {
    background: #CF2149;
    border-color: #CF2149;
    color: #ffffff;
}

@media (max-width: 990px) {

}


@media (max-width: 767px) {


    .place .data {
        display: none;
        visibility: hidden;
    }

    .place .image .data {
        display: block;
        visibility: visible;
    }

    .place .image .data .feature .value {
        font-size: 18px;
        color: #FFFFFF;
    }

    .place .image .data .feature .title {
        font-size: 13px;
        color: #FFFFFF;
    }

    .place .image .inner {
        background: #f0f0f0;
        overflow: hidden;
        padding-bottom: 87%;
        padding-right: 100%;
        position: relative;
        width: 170px;
    }



    .place .more {
        background: transparent;
        border: 1px solid #000000;
        color: #000;
        display: block;
        font-size: 13px;
        line-height: normal;
        max-width: 100px;
        margin-top: 22px;
        margin-bottom: 22px;
        text-align: center;
        text-transform: uppercase;


        -webkit-transition: background 350ms, color 350ms, border 350ms;
        -moz-transition: background 350ms, color 350ms, border 350ms;
        -ms-transition: background 350ms, color 350ms, border 350ms;
        -o-transition: background 350ms, color 350ms, border 350ms;
        transition: background 350ms, color 350ms, border 350ms;
    }



}

@media (max-width: 480px) {
    .place {
        margin-bottom: 20px;
    }

}
