@media screen and (max-width:1000px)
{
	.booking_service_three
	{
		border:0px;
		border-radius:20px;
		width: calc(100% - 30px);
		margin:15px !important;
	}
	.booking_service_three:hover
	{
		border:0px;
	}
	.booking_service_three .booking_service_three_image
	{
		width:100%;
		border-radius:20px 20px 0px 0px;
	}
	.booking_service_three .booking_service_three_content
	{
		border-radius:0px 0px 20px 20px;
		width:calc(100% - 20px);
		position:relative;
		display:inline-block;
	}
	.booking_service_three .booking_service_three_price 
	{
		display:none;
	}
	.booking_service_three .booking_service_description
	{
		display:none;
	}
	.booking_service_three_content h1
	{
		text-align:center;
		font-family:bold;
	}
	.service_button.button_grey.wishlist_button
	{
		display:none;
	}
	.booking_service_three_price_bottom 
	{
		position: absolute;
		bottom: 80px;
		font-family: bold;
		font-size: 26px;
		color: #0fb551;
		text-align: center;
		width: 100%;
	}
	.booking_service_three_price_bottom strike
	{
		font-size: 16px;
		margin-right:10px;
	}
	.booking_service_buttons
	{
		position:absolute;
		width:100%;
		bottom:20px;
		left:0;
		text-align:center !important;
	}
	.service_button.button_grey.know_button
	{
		position: relative;
		width: 40px;
		height: 40px;
		font-size: 14px;
		line-height: 40px;
		letter-spacing: 0px;
		color: #ffffff;
		text-transform: uppercase;
		text-decoration: none;
		padding: 0px;
		background-color: #c7c7c7;
		border-radius: 40px;
		border: 0px #dddddd solid;
		text-align: center;
		cursor: pointer;
		outline: none;
		text-indent: -9999px;
		background-image: url(/_images/icon-view.png);
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: center;
		margin:0px 5px;
		
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		transition: height 0.3s;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		animation: fadein 0.5s;
		-moz-animation: fadein 0.5s;
		-webkit-animation: fadein 0.5s;
		-o-animation: fadein 0.5s;
	}
	
	.service_button.button.add_button
	{
		position: relative;
		width: 40px;
		height: 40px;
		color: #ffffff;
		line-height: 40px;
		padding: 0;
		background-color: #0fb551;
		border-radius: 40px;
		border: 0px #ff0000 solid;
		visibility: visible !important;
		z-index: 1;
		outline: none;
		text-indent: -9999px;
		background-image: url(/_images/icon-cart-white.png);
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: center;
		margin:0px 5px;
	}
}