.button-ms{
	font-family:arial;
	font-size:11px;
	color:#8e8e8e;
	display:block;
	border:1px solid #e8e8e8;
	padding:8px 11px 9px 26px;
	border-radius:3px;
	position:relative;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 37%, rgba(242,242,242,.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 37%,rgba(242,242,242,.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 37%,rgba(242,242,242,.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
}
.button-ms:before{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #F7941D;
	position:absolute;
	top:8px;
	left:10px;
}
.grid_filtro_menu{
	width:160px;
}

.p-t-i{padding-top:40px!important;}
.p-b-i{padding-bottom:40px!important;}
.ms-parent{width:151px!important;}

.page-avaliacoes{
	width:100%;
	max-width:1020px;
	padding:0 20px;
	margin:60px auto!important;
	font-family:Arial;
	font-size:14.58px;
	line-height:20px;
}

.page-avaliacoes .text-center{
	text-align:center;
}
.page-avaliacoes .text-center h1{
    color: #f7941d;
    font-family: 'moon_flower_boldregular';
	font-size:57px;
	line-height:51px;
	margin-bottom:40px;
}
.page-avaliacoes .fotos{
	width:100%;
	height:auto;
	margin:60px 0;
}
.page-avaliacoes .fotos:after{
	content:" ";
	clear:both;
	display:table;
}
.page-avaliacoes .fotos img{
	height:auto;
	width:100%;
	box-shadow:0px 0px 10px rgba(0,0,0,.3);
}
.page-avaliacoes .fotos .right, .page-avaliacoes .fotos .left{
	width:100%;
}
@media (min-width:640px){
.page-avaliacoes .fotos .right, .page-avaliacoes .fotos .left{
	width:48%;
	float:left;
}
}
.page-avaliacoes .fotos .left{
	margin-right:4%;
}
.page-avaliacoes .fotos .right img{
	float:right;
}

.avaliacoes li{
	padding:10px 0;
}

.avaliacoes li:after{
	content:" ";
	clear:both;
	display:table;
}
.avaliacoes li .info-left{
	float:left;
	width:180px;
	padding-right:10px;
}
.avaliacoes li img{
	max-width:18px;
}
.avaliacoes li .info-right{
	float:right;
	width:calc(100% - 190px);
}
.avaliacoes li .info-left h2{
	margin-bottom:10px;
}
.avaliacoes li .info-left strong{
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}

.confira-menu h4{
	font-weight:bold;
	color:#ff7f00;
}

.only-mobile{
	display: none;
}

@media (max-width:880px){
	.only-mobile{
		display: block;
	}
}


.compensa{
	height:66px;
	width: 301px;
	margin:60px auto;
}
.escolha-seu-menu{
	text-align:center;
}
.escolha-seu-menu h2{
	color:#ff7f00;
	font-size:25px;
	line-height:30px;
}
a.personal-chef{
    display: block;
    width: 301px;
    height: 66px;
    overflow: hidden;
	transition:all .2s ease;
}
a.personal-chef:hover{
    width: 290px;
    height: 50px;
}

.page-avaliacoes .text-center p, .avaliacoes p{
	color:#8e8e8e;
	font-weight:300;
	line-height:20px;
}
