

.eat-menu a.item{
	display: block;
	border: solid 1px #D6D6D6;
	padding: 14px;
	margin: 10px;
	font-size: 20px;  font-weight: bold;
	color: #444444; text-align: center;
	/*font-family: TrebuchetMs;*/
}

.eat-menu a.item .icon{
	display: inline-block; line-height: 0;
	position: absolute; top: 0px; left: 0px;
	width: 50px; height: 40px;
	
}
.eat-menu a.item .icon img.off{
	display: block; position: absolute; top: 0px; left: 0px; z-index: 2;
}
.eat-menu a.item .icon img.on{
	display: block; position: absolute; top: 0px; left: 0px; z-index: 1;
}

.eat-menu a.item .text{
	display: inline-block;     
	padding: 10px 0px 0px 60px;
	position: relative;
}

.eat-menu a.item:hover{
	background: #E24301; border-color: #E24301;
	color: #FFF;
}
.eat-menu a.item:hover img.off{
	opacity: 0;
}



@media (min-width: 992px) {
	.eat-menu a.item{
		padding: 19px;
	}
	.eat-menu a.item .text{   
		padding: 8px 0px 3px 60px;
	}
	.eat-menu {
		padding-bottom: 20px;
		float:none;
		margin:auto
	}
}

@media (max-width: 1170px) {
	.eat-menu a.item{
		text-align: center; padding: 10px;
	}
    .eat-menu a.item .icon{
		display: block; line-height: 0;
		position: relative; top: auto; left: auto;
		margin: 0 auto 10px;
		width: 50px; height: 40px;
	}
	.eat-menu a.item .text{
		padding: 10px 0px 0px 0px;
	}
}

@media (max-width: 991px) {
	.eat-menu a.item .text{
		padding: 10px 0px 0px 0px; font-size: 15px;
	}
}


/* page content */
.page-content p{
	font-size: 18px; 
}



/*Reservation*/

.reservation-modal .lpj_dialog_content_wrap{
	max-width: 1170px; width: 80%;
}

.reservation-modal .lpj_dialog_content_wrap .heading_2{
	text-align: center; margin-bottom: 20px;  font-weight: normal;
}

#ot-reservation-widget .ot-dtp-picker.wide{
	width: 100%; margin: 0 auto;
}

#ot-reservation-widget .ot-dtp-picker.wide .ot-dtp-picker-form{
	height: auto; float: left;
}

#ot-reservation-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button:after{
	width: 100%; float: left; font-size: 0px;
	content: " ";
}
#ot-reservation-widget .ot-dtp-picker.wide .ot-powered-by{
	float: right;
    clear: both;
    width: 165px;
    margin: 20px 160px 0 0;
}

#ot-reservation-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button{
	background: #DA3743;
    color: #FFF;
    border-color: #DA3743;
}

#ot-reservation-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button:hover{
	background: #b8222d;
    border-color: #b8222d;
}

.ot-dtp-picker.wide .ot-title{
	display: none;
}

@media (max-width: 1170px) {


	#ot-reservation-widget .ot-dtp-picker.wide{
		width: 100%;
	}
	#ot-reservation-widget .ot-dtp-picker.wide .ot-dtp-picker-form{
		width: 100%;
	}
	#ot-reservation-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector{
		width: 25%;
	}
	#ot-reservation-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button{
		width: 25%;
	}
}

@media (max-width: 880px) {
	#ot-reservation-widget .ot-dtp-picker.wide{
		width: 100%;
	}
	#ot-reservation-widget .ot-dtp-picker.wide .ot-dtp-picker-form{
		width: 100%;
	}
	#ot-reservation-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector{
		width: 50%; border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	}
	#ot-reservation-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button{
		width: 50%;
	}
}

@media (max-width: 520px) {
	#ot-reservation-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-selector{
		width: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	}
	#ot-reservation-widget .ot-dtp-picker.wide .ot-dtp-picker-form .ot-dtp-picker-button{
		width: 100%;
	}
}




/* order online */
.orderonline-modal .lpj_dialog_content_wrap{
	max-width: 510px;
}

.orderonline-modal .heading_3{
	text-align: center; margin-bottom: 20px;
}

#sel-resto{
	width: 100%; margin-bottom: 20px; margin-top: 20px;
}

.shop-links-wrap{
	text-align: center; margin-left: -10px; margin-right: -10px;
}

.shop-links-wrap p.ta-center{
	font-weight: bold; margin-bottom: 20px;
}

.shop-links-wrap a{
	display: inline-block; margin: 10px;
	border: solid 1px #D2D2D2; line-height: 0;
}
.shop-links-wrap a:hover{
	border-color: #E24301;
}





/* page content */
.page-content{
	text-align: center; margin-bottom: 40px;
}

.page-content .heading_1{
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.page-content .heading_1{
		font-size: 50px; line-height: 1.2;
	}
}





/* restaurants */

.restaurants-wrap{
	width: 100%; overflow: hidden; padding-top: 0px;
}

.restaurants-wrap .filter-frm{
	text-align: center; margin-bottom: 40px;
}

.restaurants-wrap .filter-frm select{
	display: inline-block; min-width: 320px;
}


.restaurants-wrap .items-wrap{
	/*margin-left: -5px; margin-right: -5px;*/
	position: relative;
}

.restaurants-wrap .item{
	display: block;
	text-align: left; color: #FFF; min-height: 400px; position: relative;
	margin: 10px; overflow: hidden;
}

.restaurants-wrap .item .item-cat{
	position: absolute; top: 0px; left: 0px;
	width: 100%; 
	padding: 20px 40px; z-index: 4; font-family: 'Istok Web', sans-serif;
	font-size: 18px; text-align: center; text-transform: uppercase; font-weight: 600;
}

.restaurants-wrap .item .img{
	line-height: 0px; text-align: center;
}

.restaurants-wrap .item .img img{
	width: 100%;
}

.restaurants-wrap .item:hover{

}

.restaurants-wrap .item .bg_filter{
	background: rgba(0, 0, 0, 0.50);
}

.restaurants-wrap .item:hover .bg_filter{
	background: rgba(0, 0, 0, 0.70);
}

.restaurants-wrap .item .content{
	z-index: 4; padding: 20px 40px;
}

.restaurants-wrap .item .content .heading_1{
	line-height: 1.2;  margin-bottom: 25px; text-transform: uppercase; font-weight: bold;
}

.restaurants-wrap .item .content-wrap1 .content .heading_1{
	 margin-bottom: 0px;
}

.restaurants-wrap .item .content .heading_1 span{
	font-size: 25px; display: block; font-weight: normal; text-transform: capitalize;
}

.restaurants-wrap .item .content p{
	margin: 0px 0px 30px;
}

.restaurants-wrap .item .content a.lpj_btn{
	color: #FFF; border-color: #FFF;
}
.restaurants-wrap .item .content a.lpj_btn:hover{
	border-color: #E24301; background: #E24301;
}

.restaurants-wrap .item .content-wrap{
	text-align: left;
}



@media (min-width: 480px) {
	.restaurants-wrap .item .content-wrap{
		text-align: center;
	}

	.restaurants-wrap .item .content .heading_1{
		line-height: 1.2; padding-bottom: 25px; margin-bottom: 25px; text-align: center;
		background: url(../img/home/hr3-title-bg.jpg) bottom center no-repeat;
	}
	
	.restaurants-wrap .item .content-wrap1 .content .heading_1{
		margin-bottom: 25px;
	}

	.restaurants-wrap .item .content .heading_1 span{
		font-size: 32px;
	}

	#orderonline-modal{
		min-width: 420px;
	}
}

@media (min-width: 768px) {
	.restaurants-wrap .item .bg_filter{
		background: rgba(0, 0, 0, 0.30);
	}

	.restaurants-wrap .item .content{
		padding: 60px 20px 20px;
	}

	.restaurants-wrap .item .content-wrap{
		position: absolute; top: 0px; left: 0px;
		width: 100%; height: 100%; overflow: hidden;
	}
	
	.restaurants-wrap .item .content .hidden-content{
		margin: 0px; height: 0px; overflow: hidden; opacity: 0;
	}

	.restaurants-wrap .item:hover .content .hidden-content{
		display: block; height: 46px; opacity: 1;
	}

	/*.restaurants-wrap .item .content-wrap1{
		top: 0; height: 100%; opacity: 1;
	}
	.restaurants-wrap .item .content-wrap2{
		top: 0; top: auto; height: 100%; opacity: 0;
	}

	.restaurants-wrap .item:hover .content-wrap1{
		top: 0; height: 100%; opacity: 0;
	}
	.restaurants-wrap .item:hover .content-wrap2{
		top: 0; height: 100%;  opacity: 1;
	}*/

	#orderonline-modal{
		min-width: 570px;
	}
}

@media (max-width: 1440px) {
	.restaurants-wrap .item .img{
		display: none;
	}

	.restaurants-wrap .item .img img{
		display: none;
	}
}



@media (max-width: 767px) {
	.restaurants-wrap .item{
		margin: 15px; min-height: 300px
	}

	.restaurants-wrap .item .content-wrap1{
		display: block;
	}

	.restaurants-wrap .item .content-wrap1 .content .heading_1{
		margin-bottom: 10px;
	}
}

@media (max-width: 479px) {
	.restaurants-wrap .item{
		margin: 0px;
	}
	.restaurants-wrap .item .item-cat{
		text-align: left;
	}
}





/* FEEDBACK */
.feedback{
	padding-top: 0px;
}
.feedback .wrap{
	margin: 10px;
	border: solid 1px #D6D6D6;
}

.feedback .question{
	background: #E24301;
	position: relative;
	margin-right: 21px;
	height: 80px;
}

.feedback .question .question-bg{
	width: 22px; height: 80px;
	position: absolute; top: 0px; right: -21px;
	background: url('../img/eat/feedback-bg.png');
}

.feedback .question .heading_3{
	color: #FFF; margin: 0px; padding-left: 30px;
}

.feedback .btns{
	text-align: right;
	padding: 11px 15px;
} 
.feedback .btns .lpj_btn{
	margin: 5px;
}

@media (max-width: 1170px) {
	.feedback .question .heading_3{
		font-size: 25px;
	}
}

@media (min-width: 768px) and (max-width: 1090px) {
    .feedback .question .heading_3{
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.feedback{
		text-align: center;
	}
	.feedback .question{
		margin-right: 0px; 
	}
	.feedback .question .heading_3{
		font-size: 20px; padding: 0 10px;
	}
	.feedback .question .question-bg{
		display: none;
	}
	.feedback .btns{
		text-align: center;
	}

}




