@media screen and (min-width:760px) 
{
	#flooring_first_section
	{
		max-height: 380px;
		width: 100%;
		float: left;
	}
	
	.flooring_image
	{
		margin: 50px 20px 30px 80px;
		height: 300px;
		width: 38%;
		border: 1px solid;
		background-size: cover;
		background-position: center;
		float: left;
		background-repeat: no-repeat;
		background-image: url("https://www.citidecor.co/images/projects/projects_flooring.png");
	}
	
	.flooring_booking
	{
		margin-top: 50px;
		height: 400px;
		width: 40%;
		float: left;
		padding: 0px;
	}
	
	.flooring_title_booking
	{
		margin: 0px;
		font-size: 30px;
		color: #7615c8;
	}
	
	.flooring_reviews
	{
		margin-left: 10px;
		font-size: 13px;
	}
	
	.flooring_description
	{
		width: 90%;
		padding: 0px 0px;
		margin: auto;
		font-size: 14px;
	}
	
	.flooring_postal
	{
		width: 80%;
		padding: 0px 0px;
		margin: 0px;
	}
	.flooring_button_booking
	{
		padding: 0px;
		margin-top: 20px;
		color: white;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		height: 30px;
		float: left;
		width: 100%;
	}
	
	.flooring_add_to_cart
	{
		border: 1px #a3a39b solid;
		height: 30px;
		border-radius: 5px;
		background-color: #3d505e;
		margin: auto;
		width: 70%;
	}
	
	#flooring_second_section
	{
		height: 100px;
		width: 100%;
		float: left;
	}
	
	.flooring_service_includes_heading
	{
		height: 30px;
		width: 100%;
		float: left;
		font-size: 16px;
		font-weight: bold;
		padding-left: 0px;
		color: #6d9cb9;
	}
	
	.flooring_service_includes_listing
	{
		font-size: 14px;
		width: 48%;
		float: left;
		border: 0px solid red;
	}	
	
	.flooring_three_section
	{
		height: 26px;
		width: 100%;
		float: left;
		border-top: 1px #a3a39b solid;
		border-bottom: 1px #a3a39b solid;
		background-color: #3d505e;
		color: white;
		text-align: center;
		font-weight: bold;
		margin: auto;
	}
	
	.flooring_nation_wide_banner
	{
		font-size: 12px;
		height: 26px;
		width: 30%;
		float: left;
		padding-left: 10px;
	}
	
	.flooring_four_section 
	{
		height: 160px;
		width: 100%;
		float: left;
		margin: auto;
	}
	
	.flooring_faq_heading
	{
		width: 100%;
		height: 40px;
		margin: 0px;
		font-size: 20px;
		color: #6d9cb9;
		margin: auto;
		font-weight: bold;
		text-align: center;
		float: left;
	}
	
	.flooring_faq_topic
	{
		float: left;
		width: 100%;
		text-align: center;
	}
	
	.flooring_faq_topic_header
	{
		border: 0px solid red;
		text-align: center;
		height: 50%;
		width: 100%;
		font-size: 16px;
		font-weight: bold;
	}
	
	.flooring_faq_topic_description
	{
		border: 0px solid blue;
		text-align: center;
		height: 50%;
		width: 100%;
	}
	
	.flooring_request_form
	{
		position: relative;
		width: 80%;
		height: 70%;
		background-color: white; 
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border: 1px solid white;
	}
	
	.flooring_request_form fieldset
	{
		border: none;
	}
	
	.flooring_request_form_content
	{
		position: fixed;
		float: left;
		width: 80%;
		height: 80%;
		background-color: rgba(255,255,255,0.5); 
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border: 1px solid black;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	
	.flooring_request_first
	{
		position: fixed;
		float: left;
		width: 99%;
		height: 99%;
		background-color: rgba(255,255,255,0.5); 
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border: 0px solid black;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	
	.flooring_request_project_heading
	{
		height: 20%;
		font-size: 20px;
		width: 100%;
		font-weight: bold;
		float: left;
		text-align: center;
		border-bottom: 1px solid gray;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	
	.flooring_request_project_info
	{
		height: 60%;
		font-size: 16px;
		width: 100%;
		float: left;
		margin: auto;
		border-bottom: 1px solid gray;
		align-items: center;
		justify-content: center;
		text-align: center;	
	}
	
	.flooring_information_left
	{
		width: 44%;
		height: 200px;
		float: left;
		text-align: right;
		border: 0px black solid;
		float: left;
		margin-top: 1%;
	}
	
	.flooring_information_left > div
	{
		margin: 2.5px;
	}
	
	.flooring_information_right
	{
		width: 50%;
		height: 200px;
		float: left;
		text-align: left;
		border: 0px black solid;
		float: left;
		margin-top: 1%;
	}
	
	.flooring_information_right > div
	{
		margin: 2px;
	}
	
	.flooring_information_center
	{
		width: 100%;
		height: 100%;
		float: center;
		text-align: center;
		border: 0px black solid;
		float: left;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	
	.flooring_request_project_postal_heading
	{
		float: left;
		width: 100%;
		height: 40%;
	}
	
	.flooring_request_project_text
	{
		margin: auto;
		float: left;
		width: 100%;
		height: 40%;
	}
	
	.flooring_request_project_text input
	{
		height: 60%;
		text-align: center;
	}
	
	.flooring_page_change_left
	{
		float: left;
		width: 48%;
		border: 0px solid;
	}
	
	.flooring_page_change_right
	{
		float: left;
		width: 50%;
		border: 0px solid;
	}
	
	.flooring_request_add_to_cart_next
	{
		border: 1px black solid;
		height: 30px;
		border-radius: 5px;
		padding: 0%;
		margin: auto;
		width: 150px;
		float: center;
		font-size: 16px;
		color: black;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		background-color: rgba(255,255,200,0.5); 
		filter: invert(100%) sepia(0%) saturate(7450%) hue-rotate(62deg) brightness(115%) contrast(115%);
	}
	
	.flooring_request_add_to_cart_previous
	{
		border: 1px black solid;
		height: 30px;
		border-radius: 5px;
		padding: 0%;
		margin: auto;
		width: 150px;
		float: center;
		font-size: 16px;
		color: black;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		background-color: rgba(200,255,200,0.5); 
		filter: invert(100%) sepia(0%) saturate(7450%) hue-rotate(62deg) brightness(115%) contrast(115%);
	}
	
	#flooring_request_second
	{
		position: fixed;
		float: left;
		width: 99%;
		height: 99%;
		background-color: rgba(255,255,255,0.5); 
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border: 0px solid black;
		align-items: center;
		justify-content: center;
		text-align: center;
		display: none;
	}
	
	#flooring_request_third
	{
		position: fixed;
		float: left;
		width: 99%;
		height: 99%;
		background-color: rgba(255,255,255,0.5); 
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border: 0px solid black;
		align-items: center;
		justify-content: center;
		text-align: center;
		display: none;
	}
	
	#flooring_request_fourth
	{
		position: fixed;
		float: left;
		width: 99%;
		height: 99%;
		background-color: rgba(255,255,255,0.5); 
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border: 0px solid black;
		align-items: center;
		justify-content: center;
		text-align: center;
		display: none;
	}
	
	#flooring_request_fifth
	{
		position: fixed;
		float: left;
		width: 99%;
		height: 99%;
		background-color: rgba(255,255,255,0.5); 
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border: 0px solid black;
		align-items: center;
		justify-content: center;
		text-align: center;
		display: none;
	}
	
	#flooring_request_sixth
	{
		position: fixed;
		float: left;
		width: 99%;
		height: 99%;
		background-color: rgba(255,255,255,0.5); 
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border: 0px solid black;
		align-items: center;
		justify-content: center;
		text-align: center;
		display: none;
	}
	
	#flooring_request_seventh
	{
		position: fixed;
		float: left;
		width: 99%;
		height: 99%;
		background-color: rgba(255,255,255,0.5); 
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border: 0px solid black;
		align-items: center;
		justify-content: center;
		text-align: center;
		display: none;
	}
	
	#flooring_request_eighth
	{
		position: fixed;
		float: left;
		width: 99%;
		height: 99%;
		background-color: rgba(255,255,255,0.5); 
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border: 0px solid black;
		align-items: center;
		justify-content: center;
		text-align: center;
		display: none;
	}
	
	#flooring_request_ninth
	{
		position: fixed;
		float: left;
		width: 99%;
		height: 99%;
		background-color: rgba(255,255,255,0.5); 
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border: 0px solid black;
		align-items: center;
		justify-content: center;
		text-align: center;
		display: none;
	}
	
	#flooring_request_tenth
	{
		position: fixed;
		float: left;
		width: 99%;
		height: 99%;
		background-color: rgba(255,255,255,0.5); 
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border: 0px solid black;
		align-items: center;
		justify-content: center;
		text-align: center;
		display: none;
	}
	
}
	@media screen and (min-width:0px) and (max-width: 900px) 
	{
		.flooring_first_section
		{
			min-height: 520px;
			width: 100%;
			float: left;
			border: 0px solid red;
		}
		
		.flooring_image
		{
			margin: auto;
			height: 300px;
			width: 100%;
			border: 0px solid;
			background-size: cover;
			background-position: center;
			float: left;
			background-repeat: no-repeat;
			background-image: url("https://www.citidecor.co/images/projects/projects_flooring.png");
		}
		
		.flooring_booking
		{
			margin: 0px;
			max-height: 200px;
			width: 100%;
			float: left;
			padding: 0px;
		}
		
		.flooring_title_booking
		{
			margin: 0px;
			min-height: 26px;
			width: 100%;
			font-size: 25px;
			color: #7615c8;
			float: left;
		}

		.flooring_reviews
		{
			height: 25px;
			font-size: 12px;
			width: 100%;
			float: left;
		}

		.flooring_description
		{
			width: 100%;
			min-height: 100px;
			padding: 0px;
			margin: auto;
			float: left;
			font-size: 12px;
			margin-bottom: 0px;
			overflow: hidden;
		}
		
		.flooring_button_booking
		{
			padding: 0px;
			margin-top: 10px;
			margin-bottom: 10px;
			text-align: center;
			font-weight: bold;
			height: 28px;
			float: left;
			width: 100%;
		}
		
		.flooring_add_to_cart
		{	
			border: 1px #a3a39b solid;
			height: 20px;
			padding: 2px;
			font-size: 16px;
			border-radius: 5px;
			background-color: #3d505e;
			margin: auto;
			width: 35%;
			color: white;
		}

		.flooring_second_section
		{
			height: 120px;
			width: 100%;
			float: left;
			border-top: .1px solid #7615c8;
			border-bottom: .1px solid #7615c8;
		}

		.flooring_service_includes_heading
		{
			height: 30px;
			width: 100%;
			float: left;
			font-size: 14px;
			font-weight: bold;
			padding-left: 0px;
			color: #6d9cb9;
		}

		.flooring_service_includes_listing
		{
			font-size: 10px;
			width: 100%;
		}

		.flooring_three_section
		{
			height: 45px;
			width: 100%;
			float: left;
			border-top: 1px #a3a39b solid;
			border-bottom: 1px #a3a39b solid;
			background-color: #3d505e;
			color: white;
			text-align: center;
			font-weight: bold;
			margin: auto;
		}

		.flooring_nation_wide_banner
		{
			font-size: 10px;
			height: 15px;
			width: 30%;
			float: left;
			padding-left: 0px;
		}
		
		.flooring_four_section 
		{
			height: 160px;
			width: 100%;
			float: left;
			margin: auto;
		}
		
		.flooring_faq_heading
		{
			width: 100%;
			height: 40px;
			margin: 0px;
			font-size: 16px;
			color: #6d9cb9;
			margin: auto;
			font-weight: bold;
			text-align: center;
			float: left;
		}
		
		.flooring_faq_topic
		{
			float: left;
			width: 100%;
			text-align: center;
		}
		
		.flooring_faq_topic_header
		{
			border: 0px solid red;
			text-align: center;
			height: 50%;
			width: 100%;
			font-size: 12px;
			font-weight: bold;
		}
		
		.flooring_faq_topic_description
		{
			border: 0px solid blue;
			text-align: center;
			height: 50%;
			width: 100%;
			font-size: 10px;
		}
		
	}