.dining-search{
	display:block;
	position:relative;
	}
.dining-search .form-control{
	color:#3b3b3b;
	font-size:16px;
	padding: 10px 50px 10px 20px;
	letter-spacing:1px;
	border:solid 1px rgba(151, 151, 151, 0.38);
	border-radius:30px;
	width:100%;
	height:50px;
	display:inline-block;
	}
.dining-search .btn-search{
	width:18px;
	height:18px;
	cursor:pointer;
	right:15px;
	top:50%;
	transform: translateY(-50%);
	position:absolute;
	display:inline-block;
	}
.dining-search .btn-search:hover svg g{ stroke:#ce132d; }

.dining-option .btn-group{
	border:1px solid #cccccc;
	border-radius:30px;
	display: block;
}
.dining-option .btn-group .multiselect-selected-text{
	display: block;
	overflow: hidden;
}
.dining-option .btn-group .multiselect{
	width: 100%;
	padding: 10px 40px 10px 20px;
	letter-spacing:1px;
	color:#000000;
	font-size:16px;
	font-weight: bold;
	line-height: 22px;
	text-align: left;
	height:48px;
}
.dining-option .btn-group .multiselect.dropdown-toggle::after{
	background-image: url('../images/down-arrow.svg');
	width: 17px; height: 10px;
	border: 0;
	position: absolute;
	right: 15px;
	top:50%;
	transform: translateY(-50%);

}
.dining-option .dropdown-menu.show{ 
	width: 100%; padding: 10px 0; 
	box-shadow: 4px 4px 7px -4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 4px 4px 7px -4px rgba(0, 0, 0, 0.3);
	border: 1px solid #d8d8d8;
	border-radius: 5px;
}
.dining-option .multiselect-container>li>a>label{
	padding: 5px 15px;
	display: block;
}
.dining-option .multiselect-container>li>a>label>input[type=checkbox]{
	margin-bottom: 0;
	margin-right: 5px;
}

/***********************************/
.restaurants-outer{}
/*** For Grid Space20 ***/
.restaurants-outer.grid-sp20 { margin-left: -15px; margin-right: -15px; }
.restaurants-outer.grid-sp20>div { padding-left: 15px; padding-right: 15px; }
.restaurants-outer.grid-sp20 > div.mb-5 {margin-bottom:57px !important;}
.row.restaurants-outer .col-6.mb-4 {margin-bottom:30px !important;}
.list-restaurants{
	height:100%;
	background:#ffffff;
	position: relative;
	}
.img-restaurants{
	height:199px;
	width:100%;
	overflow:hidden;
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	}
.img-restaurants .imagesbox-inner{
	display: flex;
	position:relative;
	overflow:hidden;
	height:100%;
	align-items:center;
	justify-content:center;
	min-height:212px;
	max-height:212px;
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	background-size: cover !important;
	}
.list-restaurants:hover .img-restaurants .imagesbox-inner{
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.29);
  transform: scale(1.04);
  transition: all 0.5s;
}
.img-restaurants img{
	max-width:100%;
	display:inline-block;
	}
.img-restaurants .dining-tag{
	position: absolute;
	left: 15px; top: 15px;
	background-color: #9db0ac;
	border-radius: 2px;
	padding: 4px 8px 2px;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	letter-spacing: 0.46px;
  	color: #ffffff;
  	z-index: 1;
  	display: inline-block;
}
.img-restaurants .dining-tag.tag1{ background-color: #ab989d; }
.img-restaurants .dining-tag.tag2{ background-color: #4b4f54; }
.img-restaurants .dining-map{
	position: absolute;
	right: 15px; top: 15px;
	width: 36px; height: 36px;
	background-color: #ffffff;
	border: 1px solid #1d242b;
	border-radius: 50%;
  	z-index: 1;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	transition: all 0.4s;
}
.img-restaurants .dining-map:hover{	background-color: #1d242b; border:1px solid #ffffff;}
.img-restaurants .dining-map:hover svg path{ fill: #ffffff; }
.list-restaurants .item-hd {
    position: absolute;
    bottom: -27px;
    left: 10px;
    right: 10px;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.67px;
    color: #000000;
    line-height: 1.2;
    padding: 15px 75px 16px 15px;
    display: block;
    transition: all .3s;
    background: #ffffff;
    border-radius: 4px;
    z-index: 2;
    cursor: pointer;
    box-shadow: 0 2px 24px 0 rgba(59, 59, 59, 0.16);
}
.list-restaurants .item-hd:after {
    position: absolute;
    bottom: 0;
    top: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 15px;
    content: "";
    height: 15px;
    right: 15px;
    background: url(../images/arrow-right-black.svg) no-repeat;
    display: block;
}
.list-restaurants .item-hd:hover:after{
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
	}

@media (min-width:992px) and (max-width: 1199px) {

}
@media(max-width:1199px){
	.img-restaurants {
    	height:154px;
		}
	.img-restaurants .imagesbox-inner{
		min-height:154px;
		max-height:154px;
		}
	.dining-search .form-control{
		font-size:14px;
	}

}
@media(max-width:992px){
	.img-restaurants {
    	height:154px;
		}
	.img-restaurants .imagesbox-inner{
		min-height:154px;
		max-height:154px;
		}
}
@media(max-width: 767px){
	.img-restaurants {
    	height:182px;
		}
	.img-restaurants .imagesbox-inner{
		min-height:182px;
		max-height:182px;
		}
	.row.restaurants-outer {
		margin-left:-7px;
		margin-right:-7px;
		}
	.row.restaurants-outer .col-6{
		padding-left:7px;
		padding-right:7px;
		}
	.row.restaurants-outer .col-6.mb-4 {
		margin-bottom:14px !important;
		}
	.hd-restaurants{
		font-size:16px;
		}
	.text-restaurants{font-size:13px;}

	.dining-search{margin-bottom:15px;}
	.cms-text2{margin-bottom:15px;}
}
@media(max-width:575px){
	.row.restaurants-outer .col-6{
	-ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
	}
	}