/*List*/
#page .cont_m#receitas .list
					{
						width: 100%;float:left; margin-top:20px;
						overflow: hidden;

						display: -webkit-flex;
						display: -ms-flexbox;
						display: flex;

						-webkit-flex-wrap: wrap;
						-ms-flex-wrap: wrap;
						flex-wrap: wrap;
					}
						#page .cont_m#receitas .list .list__item
						{
							width: 25%;
							float: left;
							padding: 0.625rem; /* 10 */

							display: -webkit-flex;
							display: -ms-flexbox;
							display: flex; 
						}
							#page .cont_m#receitas .list .list__item__inner
							{
								width: 100%;
								color: #474d51;
								background-color: #fff;
								overflow: hidden;

								-webkit-box-shadow: 0 0.125rem 0.313rem rgba( 0, 0, 0, .2 ); /* 2 5 */
								box-shadow: 0 0.125rem 0.313rem rgba( 0, 0, 0, .2 ); /* 2 5 */
							}
							#page .cont_m#receitas .list	.list__item img
								{
									width: 100%;
									display: block;
								}
							#page .cont_m#receitas .list	.list__item figcaption
								{
									padding: 1.25rem; /* 20 */
								}
							#page .cont_m#receitas .list	.list__item figcaption .title {font-size:1em; padding:2px 0px 4px 0px; font-weight:bold; width:100%; display:block; }
							#page .cont_m#receitas .list	.list__item figcaption .descrri {font-size:0.8em; padding:2px 0px 2px 0px; width:100%; display:block; text-align:justify; line-height:1.7em;}
							#page .cont_m#receitas .list	.list__item figcaption .descrri_n {font-size:0.8em; padding:2px 0px 2px 0px; width:100%; display:block; text-align:justify; line-height:1.7em; font-weight:bold;}
							#page .cont_m#receitas .list	.list__item figcaption .detalhes {float:left; width:40%; display:inline-block; padding:2px 3px 2px 3px; font-size:0.8em; line-height:1.7em; margin-top:8px; text-indent:32px; height:30px;}
							#page .cont_m#receitas .list	.list__item figcaption .detalhes#area {background:url(layout/ico_area.png) no-repeat left; height:30px; width:100%;}
							#page .cont_m#receitas .list	.list__item figcaption .detalhes#cama {background:url(layout/ico_cama.png) no-repeat left; height:30px; width:100%;}
							#page .cont_m#receitas .list	.list__item figcaption .detalhes#carro {background:url(layout/ico_carro.png) no-repeat left; height:30px; width:100%;}
							#page .cont_m#receitas .list	.list__item figcaption .preco {width:80%; display:inline; text-align:left; font-size:1.5em; padding:2px 0px 2px 0px; font-weight:bolder; margin-top:23px;  float:left; background:url(layout/ico_preco.png) left no-repeat; height:40px; text-indent:42px;}
							
							#page .cont_m#receitas .list	.list__item figcaption .fancybox#plus {background:url(layout/ico_detalhes.png) no-repeat left; height:30px; width:100%; margin-bottom:18px; margin-top:23px; cursor:pointer; color:#000;}

						/* JavaScript disabled */

						html.no-js .list__item
						{
							width: 100%;
							float: none;
						}
							html.no-js .list__item img
							{
								max-width: 9.375rem; /* 150 */
								float: right;
								margin-left: 1.25rem; /* 20 */
							}

						@supports ( display: -webkit-flex ) or ( display: -ms-flex ) or ( display: flex )
						{
							html.no-js .list__item
							{
								width: 25%;
								float: left;
							}
								html.no-js .list__item img
								{
									max-width: none;
									float: none;
									margin-left: 0;
								}



		@media screen and ( max-width: 50em ) /* 800 */
		{
			#page .cont_m#receitas .list .list__item
			{
				width: 33.333%; /* 3 items per row */
			}
			
			}
		}

		@media screen and ( max-width: 40em ) /* 640 */
		{
		#page .cont_m#receitas .list	.list__item
			{
				width: 100%; /* 2 items per row */
			}
			
			}
		}

		@media screen and ( max-width: 20em ) /* 320 */
		{
		#page .cont_m#receitas .list	.list__item
			{
				width: 100%; /* 1 item per row */
				float: none;
			}
			
				}
				html.no-js .list__item img
				{
					max-width: none;
					float: none;
					margin-left: 0;
				}
		}


@media (min-width: 300px) and (max-width: 768px) {


#page .cont_m#receitas .list .list__item
			{
				width: 100%; /* 1 items per row */
			}
}