
/* HOTEL CATEGORIES */
#hotel-kitchen {
	background: url(../pd/images//hotel/kitchen.jpg)no-repeat ; 
	background-size: cover;
	background-position: center;
}

#hotel-lounge {
	background: url(../pd/images//hotel/lounge.jpg)no-repeat ; 
	background-size: cover;
	background-position: center;
}

#hotel-bedroom {
	background: url(../pd/images//hotel/bedroom.jpg)no-repeat ; 
	background-size: cover;
	background-position: center;
}

#hotel-wardrobe {
	background: url(../pd/images//hotel/wardrobe.jpg)no-repeat ; 
	background-size: cover;
	background-position: center;
}
/* --- END OF HOTEL CATEGORIES ---- */


/* LOCKERS CATEGORIES */
#locker-locker1 {
	background: url(../pd/images//lockers/lockers1.jpg)no-repeat ; 
	background-size: cover;
	background-position: center;
}

#locker-locker2 {
	background: url(../images/dummy.png)no-repeat ; 
	background-size: cover;
	background-position: center;
}

#locker-locker3 {
	background: url(../images/dummy.png)no-repeat ; 
	background-size: cover;
	background-position: center;
}

#locker-locker4 {
	background: url(../images/dummy.png)no-repeat ; 
	background-size: cover;
	background-position: center;
}
/* --- END OF LOCKERS CATEGORIES ---- */

/* OFFICE CATEGORIES */
#office-seating {
	background: url(../pd/images//office/seating.jpg)no-repeat ;
	background-size: cover;
	background-position: center;
}

#office-workstations {
	background: url(../pd/images//office/workstations.jpg)no-repeat ; 
	background-size: cover;
	background-position: center;
}

#office-lounges {
	background: url(../pd/images//office/lounges.jpg)no-repeat ;
	background-size: cover;
	background-position: center;
}

#office-steel_storage {
	background: url(../images/dummy.png)no-repeat ; 
	background-size: cover;
	background-position: center;
}
/* --- END OF OFFICE CATEGORIES ---- */


/* RESTAURANT CATEGORIES */
#restaurant-outdoor_seating {
	background: url(../pd/images//restaurant/outdoorseating.jpg)no-repeat ;
	background-size: cover;
	background-position: center;
}

#restaurant-indoor_seating {
	background: url(../pd/images//restaurant/indoorseating.jpg)no-repeat ;
	background-size: cover;
	background-position: center;
}

#restaurant-reception_counter {
	background: url(../pd/images//restaurant/receptioncounter.jpg)no-repeat ;
	background-size: cover;
	background-position: center;
}

#restaurant-food_service_counter {
	background: url(../pd/images//restaurant/foodservicecounter.jpg)no-repeat ;
	background-size: cover;
	background-position: center;
}
/* --- END OF RESTAURANT CATEGORIES ---- */


/* SCHOOL CATEGORIES */
#school-storage_furniture {
	background: url(../pd/images//school/storagefurniture.jpg)no-repeat ;
	background-size: cover;
	background-position: center;
}

#school-auditorium {
	background: url(../pd/images//school/auditorium.jpg)no-repeat ;
	background-size: cover;
	background-position: center;
}

#school-study_hall {
	background: url(../pd/images//school/studyhall.jpg)no-repeat ;
	background-size: cover;
	background-position: center;
}

#school-lorem_ipsum {
	background: url(../images/dummy.png)no-repeat ; 
	background-size: cover;
	background-position: center;
}
/* --- END OF SCHOOL CATEGORIES ---- */



/* MAIN GRID CSS */

@media only screen and (min-width : 1601px) {
.grid_container {
	max-width: 1300px;
	padding: 20px;
	margin: auto;
	position: relative;
}

/* clearfix */
.grid_container:after {
	content: '';
	display: block;
	clear: both;
}
	
	.grid {
	  width: -moz-calc(34% - 20px); 
	  width: -webkit-calc(34% - 20px); 
	  width: -o-calc(34% - 20px); 
	  width: calc(34% - 20px);
	  height: 240px;
	  float: left;
	  margin-left: 20px;
	  margin-top: 20px;
	  position: relative;
	}

	.grid--width2 { 
		margin-left: 20px; 
		width: -moz-calc(33% - 20px); 
		width: -webkit-calc(33% - 20px); 
		width: -o-calc(33% - 20px); 
		width: calc(33% - 20px); 
	}

	.grid--height2 { 
		height: 500px; 
		margin-top: 20px;
	}

		.grid_absolute {
			position: absolute; 
			top: 0; 
			left: 0; 
			height: 240px;
			margin-top: 300px; 
			margin-left: 456px;
			width: -moz-calc(33% - 20px); 
			width: -webkit-calc(33% - 20px);
			width: -o-calc(33% - 20px); 
			width: calc(33% - 20px);
		}
}

@media only screen and (max-width : 1600px) {

.grid_container {
	max-width: 1300px;
	padding: 20px;
	margin: auto;
	position: relative;
}

/* clearfix */
.grid_container:after {
	content: '';
	display: block;
	clear: both;
}

	.grid {
	  width: -moz-calc(34% - 20px); 
	  width: -webkit-calc(34% - 20px); 
	  width: -o-calc(34% - 20px); 
	  width: calc(34% - 20px);
	  height: 240px;
	  float: left;
	  margin-left: 20px;
	  margin-top: 20px;
	  position: relative;
	}

	.grid--width2 { 
		margin-left: 20px; 
		width: -moz-calc(33% - 20px); 
		width: -webkit-calc(33% - 20px); 
		width: -o-calc(33% - 20px); 
		width: calc(33% - 20px); 
	}

	.grid--height2 { 
		height: 500px; 
		margin-top: 20px;
	}
		.grid_absolute {
			position: absolute; 
			top: 0; 
			left: 0; 
			height: 240px;
			margin-top: 300px; 
			margin-left: 456px;
			width: -moz-calc(33% - 20px); 
			width: -webkit-calc(33% - 20px);
			width: -o-calc(33% - 20px); 
			width: calc(33% - 20px);
		}

}

@media only screen and (max-width : 1300px) {

.grid_container {
	max-width: 1000px;
	padding: 20px;
	margin: auto;
	position: relative;
}

/* clearfix */
.grid_container:after {
	content: '';
	display: block;
	clear: both;
}

	.grid {
	  width: -moz-calc(34% - 20px); 
	  width: -webkit-calc(34% - 20px); 
	  width: -o-calc(34% - 20px); 
	  width: calc(34% - 20px);
	  height: 180px;
	  float: left;
	  margin-left: 20px;
	  margin-top: 20px;
	  position: relative;
	}

	.grid--width2 { 
		margin-left: 20px; 
		width: -moz-calc(33% - 20px); 
		width: -webkit-calc(33% - 20px); 
		width: -o-calc(33% - 20px); 
		width: calc(33% - 20px); 
	}

	.grid--height2 { 
		height: 380px; 
		margin-top: 20px;
	}

		.grid_absolute {
			position: absolute; 
			top: 0; 
			left: 0; 
			height: 180px;
			margin-top: 240px; 
			margin-left: 356px;
			width: -moz-calc(33% - 22px); 
			width: -webkit-calc(33% - 22px);
			width: -o-calc(33% - 22px); 
			width: calc(33% - 22px);
		}

}

@media only screen and (max-width : 1000px) {

.grid_container {
	max-width: 800px;
	padding: 20px;
	margin: auto;
	position: relative;
}

/* clearfix */
.grid_container:after {
	content: '';
	display: block;
	clear: both;
}

	.grid {
	  width: -moz-calc(34% - 20px); 
	  width: -webkit-calc(34% - 20px); 
	  width: -o-calc(34% - 20px); 
	  width: calc(34% - 20px);
	  height: 150px;
	  float: left;
	  margin-left: 20px;
	  margin-top: 20px;
	  position: relative;
	}

	.grid--width2 { 
		margin-left: 20px; 
		width: -moz-calc(33% - 20px); 
		width: -webkit-calc(33% - 20px); 
		width: -o-calc(33% - 20px); 
		width: calc(33% - 20px); 
	}

	.grid--height2 { 
		height: 320px; 
		margin-top: 20px;
	}

		.grid_absolute {
			position: absolute; 
			top: 0; 
			left: 0; 
			height: 150px;
			margin-top: 210px; 
			margin-left: 36.3%;
			width: -moz-calc(33% - 25px); 
			width: -webkit-calc(33% - 25px);
			width: -o-calc(33% - 25px); 
			width: calc(33% - 25px);
		}

}

@media only screen and (max-width : 700px) { 

.grid_container {
	width: 100%;
	padding: 20px;
	margin: auto;
	position: relative;
}

/* clearfix */
.grid_container:after {
	content: '';
	display: block;
	clear: both;
}	

	.grid {
	  width: 100%;
	  height: 300px;
	  float: left;
	  margin: auto;
	  margin-top: 20px;
	}

	.grid--width2 { width: 100%; margin: auto; margin-top: 20px; }

	.grid--height2 { height: 300px; }
	
	.grid_absolute {
		position: relative !important;
		width: 100%;
		height: 300px;
		float: left;
		margin: auto;
		margin-top: 20px;
	}
		
}

@media only screen and (max-width : 400px) { 

.grid_container {
	width: 100%;
	padding: 20px;
	margin: auto;
	position: relative;
}

/* clearfix */
.grid_container:after {
	content: '';
	display: block;
	clear: both;
}

	.grid {
	  width: 100%;
	  height: 200px;
	  float: left;
	  margin: auto;
	  margin-top: 20px;
	}

	.grid--width2 { width: 100%; margin: auto; margin-top: 20px; }

	.grid--height2 { height: 200px; }

	.grid_absolute {
		position: relative !important;
		width: 100%;
		height: 200px;
		float: left;
		margin: auto;
		margin-top: 20px;
	}
		
}
/* ---- END OF MAIN GRID CSS ---- */
