.kaushan-font {
	font-family: 'Kaushan Script', cursive;
}
.restaurant-menu-view {
	position: relative;
	border-radius: 2px;
	overflow: hidden;
	background-size: cover;
}
.restaurant-menu-content {
	position: relative;
	text-align: center;
	padding: 0px 0px 0px 10px;
	color: #c0c2c7;
}
.restaurant-menu-title {
	font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #caccce;
	margin: 0 0 20px;
	line-height: 35px;
	letter-spacing: 1px
}
.restaurant-menu-list {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}
.restaurant-menu-list>li {
	margin-bottom: 10px;
}
.restaurant-menu-list>li:last-child {
	margin-bottom: 0;
}
.restaurant-service-img {
	width: 64px;
	height: 64px;
}
.restaurant-facilities-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.restaurant-facilities-list>li {
	margin-bottom: 10px;
}
.restaurant-facilities-list>li .icon {
	margin-right: 10px;
	color: #aa7243;
}
.restaurant-bg-icon {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 180px;
	opacity: 0.2;
}
.nav-tabs-restaurant {
	text-align: center;
}
.nav-tabs-restaurant>li {
	float: none;
	display: inline-block;
}
@media (max-width:767px) {
	.nav-tabs-restaurant {
		text-align: left;
	}
	.nav-tabs-restaurant>li {
		float: none;
		display: block;
	}
}
.restaurant-menu-tab-content {
	padding: 50px 0 0;
}
.restaurant-menu-wrapper {
	margin-bottom: 40px;
}
.restaurant-menu-image {
	float: left;
	display: block;
}
.restaurant-menu-image img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-top: 10px;
}
.restaurant-menu-info {
	margin-left: 100px;
}
.restaurant-menu-price {
	display: inline-block;
	float: right;
	color: #aa7243;
	font-size: 18px;
	font-weight: 600;
}
.res-btn-bottom {
	color: #c0c3c9;
	font-family: "Montserrat", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 600;
	height: 70px;
	left: 0;
	letter-spacing: 1.5px;
	line-height: 37px;
	padding-top: 18px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
	width: 100%;
	display: block;
	background-color: rgba(41, 44, 49, 0.9)
}
.res-btn-bottom:hover {
	background-color: #e74c3c;
	color: #c0c3c9;
}
.intro-title {
	
	font-size: 50px;
	font-weight: 300;
	line-height: 50px;
	text-transform: none
}
.bg-img {
	background-size: cover !important
}
.restaurant-services-icon {
	text-align: center;
}
.restaurant-services-icon img {
	width: 60px;
	height: 60px;
	margin-bottom: 10px;
}
.page-restaurant-menu .restaurant-menu-image img {
	margin-top: 0;
}
.page-restaurant-menu .restaurant-menu-info .title-small {
	margin: 8px 0 5px;
}
.page-restaurant-menu .restaurant-menu-price {
	font-size: 26px;
	margin-top: 22px;
}
.title-restaurant-menu {
	font-family: 'Kaushan Script', cursive;
	text-transform: none;
	font-size: 50px;
	line-height: 65px;
	letter-spacing: 1px;
}
.flv_bread.bread_padding {
	padding: 0px;
}
.section-testimonials .icon {
	right: 150px;
	top: 60px;
}
.section-testimonials.large {
	margin: 0px;
}