@media only screen and (max-width: 768px) {
	#home_restaurants_div {
		margin: 0px auto;
		position: relative;
		width: 300px;
		z-index: 5;
	}
	
	#home_restaurants_div_bg {
		height: 1500px;
	}
	
	a.home_restaurants_listing_div {
		float: none;
		width: 300px;
		margin: 0 0 20px 0;
		height: 375px;
	}
	
	.home_restaurants_listing_title{
		width: 246px; 
	}

	#home_top_div {
		padding: 20px;
	}
	
	#home_top_left_side {
		float: none;
		/*width: auto;
		padding-right: 0px;*/
	}
	
	#home_top_right_side {
		float: none;
		width: 220px;
		margin: 0px auto;
	}
	
	#home_top_right_side img {
		margin-top: 0;
	}

	#all_services_div {
		margin: 0px auto;
		width: 300px; 
	}
	
	.services_listing_div {
		float: left;
		width: 300px;
		margin: 30px 0;
	}

	#home_bottom_div {
		margin: 0px auto;
		width: 300px;
		padding: 50px 0;
	}
	
	#home_bottom_left_side {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	#home_restaurants_div {
		margin: 0px auto;
		position: relative;
		width: 400px;
		z-index: 5;
	}
	
	#home_restaurants_div_bg {
		height: 2100px;
	}
	
	a.home_restaurants_listing_div {
		float: left;
		width: 400px;
		margin: 0 0 40px 0px;
		height: 500px;
	}
	
	.home_restaurants_listing_title{
		width: 346px;
	}

	#home_top_div {
		padding: 50px;
	}
	
	#home_top_left_side {
		float: none;
		/*width: auto;
		padding-right: 0px;*/
	}
	
	#home_top_right_side {
		float: none;
		width: 220px;
		margin: 0px auto;
	}
		
	#home_top_right_side img {
		margin-top: 0;
	}

	#all_services_div {
		margin: 0px auto;
		width: 300px; 
	}
	
	.services_listing_div {
		float: left;
		width: 300px;
		margin: 30px 0;
	}

	#home_bottom_div {
		margin: 0px auto;
		width: 700px;
		padding: 50px 0;
	}
	
	#home_bottom_left_side {
		width: 100%;
	}
	
}

@media only screen and (min-width: 1024px) {
	#home_restaurants_div {
		margin: 0px auto;
		position: relative;
		width: 960px;
		z-index: 5;
	}
	
	#home_restaurants_div_bg {
		height: 920px;
	}
	
	a.home_restaurants_listing_div {
		float: left;
		width: 400px;
		margin: 0 40px 40px;
		height: 500px;
	}
	
	.home_restaurants_listing_title{
		width: 346px;
	}

	#home_top_div {
		padding: 50px;
	}
	
	#home_top_left_side {
		float: left;
		/*width: 638px;
		padding-right: 50px;*/
	}
	
	#home_top_right_side {
		float: left;
		width: 220px;
	}	

	#home_top_right_side img {
		margin-top: 100px;
	}
	
	#all_services_div {
		margin: 0px auto;
		width: 960px;
	}
	
	.services_listing_div {
		float: left;
		width: 300px;
		margin: 23px 10px;
	}

	#home_bottom_div {
		margin: 0px auto;
		width: 940px;
		padding: 50px 0;
	}
	
	#home_bottom_left_side {
		width: 65%;
	}
	
}

@media only screen and (min-width: 1250px) {
	
	#home_restaurants_div {
		margin: 0px auto;
		position: relative;
		width: 1200px;
		z-index: 5;
	}
	
	#home_restaurants_div_bg {
		height: 320px;
	}
	
	a.home_restaurants_listing_div {
		float: left;
		width: calc(33.33% - 50px);
		margin: 25px;
		height: 375px;
	}
	
	.home_restaurants_listing_title{
		width: calc(100% - 53px);
	}
	
	#all_services_div {
		margin: 0px auto;
		width: 1100px;
	}
	
	.services_listing_div {
		float: left;
		width: 300px;
		margin: 13px 33px;
	}

	#home_top_div {
		padding: 50px;
	}
	
	#home_top_left_side {
		float: left;
		/*width: 878px;
		padding-right: 50px;*/
	}
	
	#home_top_right_side {
		float: left;
		width: 220px;
	}
	
	#home_top_right_side img {
		margin-top: 100px;
	}
	
	#home_bottom_div {
		margin: 0px auto;
		width: 1100px;
		padding: 50px 0;
	}
	
	#home_bottom_left_side {
		width: 65%;
	}
	
}

/* # */
	#home_top_div {
		/*border: 1px solid #AF8E59;*/
		text-align: center;
		margin-top: 30px;
	}

	#home_restaurants_div_bg {
		background-color: #F6E097;
		background-position: 0 0;
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 0;
	}
	
	#home_restaurants_title {
		color: #af8e59;
		font-size: 27px;
		letter-spacing: 5px;
		line-height: 36px;
		margin: 30px 0 50px;
		text-align: center;
		text-transform: capitalize;
	}

	.home_title:lang(russian){
		font: 36px Romana, Arial;
	}

	.home_title:lang(english){
		font: 50px Tangerine Bold, Arial;
	} 

/* # */

/* . */

	a.home_restaurants_listing_div {
		background: #000;
		display: block;
		position: relative;
		opacity: 0;
		overflow: hidden;
		left: 100px;
		text-decoration: none;		
	}
	
	a.home_restaurants_listing_div img {
		opacity: 0.6;
		transition: all 0.35s ease-in-out 0s;
		transform: scale(1);
		width: 100%;
	}
	
	a.home_restaurants_listing_div:hover img {
		opacity: 1;
		transform: scale(1.05);
	}
	
	.home_restaurants_listing_title {
		background: #fff;
		position: absolute;
		color: #000;
		top: 30px;
		padding: 15px;
		margin: 0 27px;
		text-align: center;
		text-transform: uppercase;
	}
	
	.home_restaurants_listing_img_7 {
		background-position: -1074px -29px;
		height: 98px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -49px;
		margin-left: -58px;
		width: 117px;
	}
	
	.home_restaurants_listing_img_8 {
		background-position: -945px -162px;
		height: 105px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -49px;
		margin-left: -58px;
		width: 85px;
	}
	
	.home_restaurants_listing_img_9 {
		background-position: -1063px -162px;
		height: 106px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -49px;
		margin-left: -58px;
		width: 105px;
	}
	
	.home_restaurants_listing_img_4 {
		background-position: -930px -22px;
		height: 107px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -53px;
		margin-left: -58px;
		width: 117px;
	}

	.home_restaurants_listing_img_1 {
		background-position: -1217px -29px;
		height: 93px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -46px;
		margin-left: -29px;
		width: 58px;
	}

	.home_restaurants_listing_img_5 {
		background-position: -1314px -35px;
		height: 81px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -40px;
		margin-left: -27px;
		width: 55px;
	}

	a.services_listing_div {
		display: block;
		border: 1px solid #C7AE86;
		padding: 40px 25px;
		text-align: center;
		text-decoration: none;
		position: relative;
		left: 100px;
		opacity: 0;
		color: #4c2f0f;
	}
	
	a.services_listing_div:hover {
		border: 1px solid #900d0e;
	}
	
	.services_title_div {
		color: #940700;
		padding-bottom: 20px;
	}
	
	.services_text_div {
		height: 70px;
	}
	
	.service_bg_div {
		background-position: -230px -94px;
		height: 22px;
		width: 82px;
		margin: 0px auto;
	}
	
	a#view_all_services {
		background: #9e0205 none repeat scroll 0 0;
		color: #fff;
		display: block;
		margin: 30px auto 0;
		padding: 10px 30px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		width: 180px;
	}
	
	a#view_all_services:hover {
		background: #bf0307;
	}

	.home_catering_heading{
		margin-left: auto;
		margin-right: auto;
		
	}

	.home_catering_text{
		text-align: center;
	}

	#home_catering_button {
		background: #9e0205 none repeat scroll 0 0;
		color: #fff;
		display: block;
		margin: 30px auto 0;
		padding: 10px 30px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		width: 180px;
		outline: none;
	}

#home_catering_button:hover {
	background-color: #bf0307;
}
/* . */