body{
	font-family: "Oswald", sans-serif;
	margin-bottom:50px;
}

#footer{
	position: absolute;
	bottom:0;
	width:100%;
}


html{
	position: relative;
	min-height: 100%;
}



.list-group-item{
	color:#000;
	text-decoration: none;
}
.list-group-item:hover{
	background:#eee;
}


	.popularrestaurant{
		width:50px;
		height:50px;
	}


@media (min-width: 768px) and (max-width: 991px) {
	.popularrestaurant{
		width:30px;
		height:30px;
	}
}

@media (max-width: 414px){
	.popularrestaurant{
		width:40px;
		height:40px;
	}
}

@media (max-width: 320px){
	.popularrestaurant{
		width:30px;
		height:30px;
	}
}





#mapView{
	height:100%;
	position: fixed;
	right:0;
}


@media (max-width: 844px){
	#mapView{
		height:70%;
		position: initial;
	}	
}



.rating-container .star{
	text-shadow:0px 0px;
	font-size: 30px;
}

.rating-container .filled-stars{
	-webkit-text-stroke: 0px !important;
	color:#cab03a;
}

.rating-container .empty-stars{
	color:#555 !important;
}