/* Price */
.wrap_priceTable {
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
}

.wrap_priceCell {
	padding: 15px 10px 10px 15px;
}

.wrap_priceCell {
	border-bottom: 1px solid #DCDCDC;
}

.type_heading .wrap_priceCell {
	font-family: Demibold;
	border-bottom: 1px solid #209640;
	color: #209640;
}

.type_heading .wrap_priceCell.name_apartments {
	font-size: 24px;
}

.wrap_priceCell.name_apartments {
	width: 28%;
	font-family: Demibold;
}

.wrap_priceCell.name_timeslot {
	width: 12%;
	text-align: center;
}

/* Terms */
.wrap_termsTop,
.wrap_termsBottom {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.wrap_termsBottom {
	padding-left: 75px;
	text-align: left;
}

.wrap_termsTop {
	margin-top: -1em;
}

.wrap_termsBottom {
	margin-top: 40px;
	margin-bottom: 40px;
}

.wrap_termsTop p,
.wrap_termsBottom p {
	font-size: 16px;
	line-height: 19px;
}

.wrap_termsTop strong,
.wrap_termsBottom strong {
	font-family: Demibold;
	font-weight: bold;
}


/* Media queries
========================================================================== */
/* Mobile */
@media only screen and (max-width : 767px) {
	.wrap_priceTable {
		width: 100%;
	}
	
	.wrap_priceTable {
		width: auto;
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.wrap_priceTable,
	.wrap_priceRow,
	.wrap_priceCell {
		display: block;
	}
	
	.type_heading .wrap_priceCell {
		border: none;
	}
	
	.type_heading .wrap_priceCell.name_apartments {
		padding: 0;
	}
	
	.type_heading .wrap_priceCell.name_timeslot {
		display: none;
	}
	
	.wrap_priceCell.name_apartments {
		width: 100%;
		padding-top: 20px;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		font-size: 16px;
	}
	
	.wrap_priceCell.name_timeslot {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		display: table;
	}
	.wrap_priceCell .text_label,
	.wrap_priceCell .text_value {
		width: 50%;
		display: table-cell;
	}
	
	.wrap_priceCell .text_label {
		font-family: Demibold;
	}

	.wrap_termsBottom {
		padding-left: 15px;
	}
	
	
}
