@media all and (max-width:800px){


	#appointment2_summary {
		display: none;
	}

	#appointment2_steps {
		width: 100%;
	}

	.appointment2_step {
		background-color: rgba(0, 0, 0, 0.1);
		cursor: pointer;
		float: left;
		font-size: 1.2em;
		margin: 0.5%;
		padding: 5px;
		width: 49%;
	}
	#appointment2_steps > ol {
		margin: 0;
		padding: 0;
		list-style: inside decimal;
	}
	.appointment2_step:first-child, .appointment2_step:last-child {
		margin: 0.5%;
		width: 49%;
	}

	#appointment2_wrapper {
		min-height: 350px;
		width: 100%;
	}


	.appointment2_location {
		margin: 1% 0%;
		min-height: 190px;
		width: 100%;
	}


	.appointment2_service {
		float: left;
		width: 100%;
	}
	.appointment2_service_details {
		float: left;
		width: 100%;
	}

	.appointment2_service_price {
		display:none;
	}
	.appointment2_service_price_smallview {
		display: block;
	}
	button.appointment2_service_info {
		float: right;
	}

	.appointment2_label, .appointment2_chooser {
		width: 100%;
		text-align: center;
	}
	#appointment2_choose_date label, #appointment2_employee label {
		float: none;
		text-align: center;
	}
	#appointment2_choose_date input, #appointment2_employee select {
		width: 100%;
	}


	.appointment2_timeslots_employee {

		height: auto;
		padding: 5px 5px 5px 0;
		width: 100%;
	}
	.appointment2_timeslots_buttons {

		min-height: 30px;
		width: 100%;
	}
	
	.appointment2_booking_detail_employee {
		display: none;
	}
	
	#appointment2_next_button {
		width: 100%;
	}
}


