/**** Menu Of The Day ****/

.menu-button-filter {
	list-style: none;
	padding: 0;
	text-align: center;
	display: block;
}
.menu-button-filter li {
	text-transform: uppercase;
	font-size: 22px;
	color: #999999;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	margin: 10px 15px;
	cursor: pointer;
}
.menu-button-filter li {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.menu-button-filter li.tagsort-active {
	color: #e7e7e7;
}
.menu-button-filter li:hover .iconBox-icon:before, .menu-button-filter li:hover .iconBox-icon .glyph-icon:before {
	/*border-color: #c5a86a;*/
	color: #c5a86a;
}
.menu-button-filter li:hover .r-name {
	color:#e7e7e7;
}
.menu-button-filter .iconBox-icon {
	text-align: center;
	width: 90px;
	height: 90px;
	background: transparent;
	border-radius: 50%;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu-button-filter .iconBox-icon:before {
	content: "";
	height: 90px;
	width: 90px;
	/*border: 2px solid #616161;*/
	border-radius: 50%;
	position: absolute;
	top: -10px;
	left: -8px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu-button-filter .tagsort-active .iconBox-icon .glyph-icon:before, .menu-button-filter .tagsort-active .iconBox-icon:before {
	color: #c5a86a;
	/*border-color: #c5a86a;*/
}
.menu-button-filter .iconBox-icon .glyph-icon:before {
	font-size: 50px;
	margin-left: 0px;
	color: #616161;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.menu-button-filter .r-name {
	display: block;
	padding: 15px 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.menu-list-section .menu-items-list .menu-item .menu-wrapper {
	background-color: #151515;
	padding: 10px 20px;
	border: 1px solid #323232;
	margin: 10px;
}
.menu-list-section .menu-items-list .menu-item p {
	margin-bottom: 5px;
}
.menu-list-section .menu-items-list .menu-item .menu-wrapper{
	border-radius: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-list-section .menu-items-list .menu-item .menu-wrapper:hover {
	border-radius: 0px;
}
.menu-list-section .menu-items-list .menu-item .title{
	float: left;
}
.menu-list-section .menu-items-list .menu-item .manuscript {
	font-family: 'Dancing Script', cursive;
	font-size: 30px;
	text-transform: none;
	font-weight: 700;
	color: #e7e7e7;
	padding: 10px 0;
	margin: 0;
}
.menu-list-section .menu-items-list .menu-item .price {
	float: right;
	font-family: 'Dancing Script', cursive;
	font-weight: 700;
	font-size: 21px;
	color: #c5a86a;
	padding: 10px 0;
}
.menu-list-section .menu-items-list .menu-item .desc {
	display: inline-block;
	width: 100%;
}
.menu-items-list {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}


.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.Athelas-Regular {
	font-family: "Athelas Regular";
}

.Athelas-Bold {
	font-family: "Athelas Bold";
}

.Athelas-Regular .marque {
	font-size: 22px;
}

.container{
	width: 100%!important;
	margin: 0!important;
	padding: 0!important;
}

.menu-button-filter{
	height: 130px;
	position: relative;
	overflow-x: scroll;

}

@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 400;
	src:url("../fonts/Quicksand-Regular.ttf");

}


@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/DancingScript-Regular.ttf");
}