.table-places-item {
	display: table;
	padding: 40px 0 20px;

	background-image: url('i/div.gif');
	background-position: 0 100%;
	background-repeat: repeat-x;
}

.table-places-item-left-cell {
	width: 66.6%;
}

.table-places-item-middle-cell {
	width: 11.1%;
}

.table-places-item-right-cell {
	width: 22.2%;
}

.table-places-item-image {
	float: left;
	margin-right: 20px;
	width: 140px;
	height: 140px;
}

.table-places-item-data-cnt {
	padding-left: 160px;
}

.table-places-item-header-cnt {
	display: table;
	width: 100%;
}

.table-places-item-header-left-cnt {
	float: left;
}

.table-places-item-type {
	font-family: "Proxima Nova";
	font-size: 16px;
	color: #555;
	margin-bottom: 5px;
}

.table-places-item-name {
	font-family: "Proxima Nova";
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}

.table-places-item-header-right-cnt {
	float: right;
}

.table-places-item-count {
	display: inline-block;
	margin-right: 10px;
}

.table-places-item-count:last-child {
	margin-right: 0;
}

.table-places-item-count a {
	color: #555;
	text-decoration: none;
}

.table-places-item-descript {
	margin-top: 15px;
}

.table-places-item-descript p {
	color: #555;
	line-height: 20px;
	margin-bottom: 10px;
}

.table-places-item-readmore-link {
	color: #555;
}
.table-places-item-readmore-link:hover {
	color: #00aeef;
}

.table-places-item-info-blk {
	vertical-align: middle;
}

.table-places-item-info-ico {
	width: 27px;
	min-height: 1px;
	margin-right: 10px;
	float: left;
}

.table-places-item-info-data {
	display: table-cell;
    height: 27px;
    padding-bottom: 14px;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.25;
}

.table-places-item-info-data,
.table-places-item-info-data a {
	color: #555;
}

/* KITCHEN */
.kitchen-items-cnt {
	width: 100%;
	overflow: hidden;
}

.kitchen-items-wrapper {
	margin-right: -30px;
}

.kitchen-item {
	width: 270px;
	height: 320px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #f5f5f5;
	cursor: pointer;
}

.kitchen-item-image {
	width: 270px;
	height: 153px;
	overflow: hidden;
}

.kitchen-item-image img {
	transition: all 1s ease;
}

.kitchen-item:hover .kitchen-item-image img {
	transform: scale(1.4) rotate(11deg);
}

.kitchen-item-data {
	text-align: center;
	padding: 10px 15px;
	color: #5a5a5a;
}

.kitchen-item-title {
	width: 240px;
	display: table-cell;
	height: 65px;
	vertical-align: middle;
	font-family: "Proxima Nova";
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.25;
	color: #000;
	padding-bottom: 5px;
}

.kitchen-item-cost {
	margin-top: 5px;
}

.kitchen-item-cost-digit,
.kitchen-item-cost-curr {
	color: #d93838;
	font-size: 24px;
	position: relative;
}

.kitchen-item-cost-curr:before {
	content: "P";
}

.kitchen-item-cost-curr:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #d93838;
	top: 18px;
}