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

.place:hover { color: #333333; }

.place .image {
    margin: 0 0 10px;
    position: relative;
    z-index: 0;
    /*width: 240px;*/
    /*height: 160px;*/
}

.place .image .inner {
    background: #f0f0f0;
    overflow: hidden;
    padding-bottom: 69%;
    position: relative;
}

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

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

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

.place .data .name {
    font-size: 13px;
    white-space: nowrap;
}

.place .data .price {
    font-family: 'Conv_Verb-Regular-Bold';
    font-size: 15px;
}

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

    margin-left: 5%;
}

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

.place .data .feature .value {
    font-size: 15px;
    /*font-size: 10px;*/
}

.place .data .feature .title {
    font-size: 10px;
    text-transform: uppercase;
}

/* 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: 11px;
}

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

.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: #312a51;
    border-color: #312a51;
    color: #fff;
}

@media (max-width: 767px) {

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

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

}

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