@media (min-width: 1199px) {
.container {
	width: 850px;
}
}



@media (max-width: 768px) {
.bartitle {
	width: 75%;
	height: 100px;
	max-height: 100px;
}
.barprice {
	width: 25%;
	height: 100px;
	max-height: 100px;
}
.bg12 .ps {
	width: 100%;
	float: none;
	padding-right: 0px;
}
.bg12 .pps {
	width: 100%;
	float: none;
	border-top: solid 3px #fff;
	border-left: none;
	padding-left: 0px;
}	
}

@media (max-width: 540px) {
.bartitle {
	height: 150px;
	max-height: 150px;
}
.barprice {
	height: 150px;
	max-height: 150px;
}
	
}

