.treatments {
	-moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
	-moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}
.treatment {
	margin-bottom: 10px;
	background-color: #f1efee;
	padding: 8.368200836820083% 8.368200836820083% 4.184100418410042% 8.368200836820083% ;
	text-align: center;
	width: 100%;
}
.treatmentTitle {
	font-family: 'Krona One',Arial,sans-serif;
	font-size: 15px;
	color: #ad946d;
	text-transform: uppercase;
	line-height: 160%;
}
.treatmentDescription ul {
	text-align: left;
}
.treatmentPrices {
	border-top: 1px solid #d5ccb8;
    margin-top: 25px;
	padding-top: 25px;
	padding: 5% 5% 2.5% 5%;
	font-style: italic;
	-ms-flex-wrap: no-wrap;
	    flex-wrap: no-wrap;
}
.treatmentPrice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 3px;
}
.treatmentPriceComment {
	font-size: 16px;
	width: 57%;
	min-height: 10px;
}
.treatmentPriceDuration {
	width: 18%;
	min-height: 10px;
}
.treatmentPricePrice {
	color: #881d30;
	width: 15%;
	min-height: 10px;
}
.treatmentRemItem {
	cursor: pointer;
	width: 10%;
	min-height: 10px;
}
#treatmentList {
	background-color: #f1efee;
}
.tLHeader {
	display: flex;
}
.treatmentLine {
	padding: 20px;
}
.tLTitle, .tLPrice, .tLDetails{
	border-bottom: 1px solid #d5ccb8;
}
.tLTitle, .tLPrice, .tLDetails .tLDetailsLabel {
	padding: 10px 0;
}
.tLTitle {
	width: 40%;
}
.tLPrice {
	width: 40%;
}
.treatmentContent {
	height: 0;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border-bottom: 1px solid #e6e1d6;
	padding: 0 30%;
	
}
.treatmentLine.act .treatmentContent {
	height: auto;
	overflow: hidden;
	visibility: visible;
	opacity: 1;
	padding: 30px 30%;
}
.tLDetails {
	width: 20%;
	position: relative;
}
.tLDetails .tLDetailsLabel {
	position: absolute;
	bottom: 0; 
	right: 0;
	cursor: pointer;
	
}
.tLDetails .tLDetailsLabel .glyphicon  {
	top: 5px;
	font-size: 18px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.treatmentLine.act .tLDetails .tLDetailsLabel .glyphicon {
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
@media screen and (max-width: 2109px) {
	.treatments {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
		-moz-column-gap: 15px;
		-webkit-column-gap: 15px;
		column-gap: 15px;
	}
}
@media screen and (max-width: 1599px) {
	.treatments {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		-moz-column-gap: 10px;
		-webkit-column-gap: 10px;
		column-gap: 10px;
	}
}
@media screen and (max-width: 1279px) {
	.treatments {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;
	}
}
@media screen and (max-width: 1024px) {
	.treatment {
		padding: 4%;
	}
	.treatmentPrices {
		padding: 5% 0 2.5% 0;
	}
	.tLTitle {
		width: 75%;
	}
	.tLDetails {
		width: 25%;
	}
	.treatmentLine.act .treatmentContent {
		padding: 30px 0;
	}
	.treatmentContentPadding .tLPrice {
		margin-bottom: 10px;
		width: 60%;
		border-bottom: 1px solid #e6e1d6;
	}
}
@media screen and (max-width: 768px) {
	.treatments {
		-webkit-column-count: 1;
		   -moz-column-count: 1;
		        column-count: 1;
	}
	.treatmentContentPadding .tLPrice {
		width: 100%;
	}
	.tLTitle {
		width: 60%;
	}
	.tLDetails {
		width: 40%;
	}
}