.search {
	background: url("../recipe/img/bg_01.jpg") top left no-repeat, url("../recipe/img/bg_03.jpg") bottom left no-repeat, url("../recipe/img/bg_02.jpg") top left repeat-y;
	margin-bottom: 2em;
	overflow: hidden;
	*zoom: 1;
}

.search h2 img {
	vertical-align: bottom;
}

.categories h3 {
	background: #FFF;
	padding: 3px 5px;
	border-right: 28px solid #842121;
	margin-bottom: 1px;
	position: relative;
}

.categories h3:before {
	font-family: FontAwesome;
	content: "\f0d7";
	color: #FFCC00;
	margin-right: 0.5em;
	position: absolute;
	right: -25px;
}

.categories ul {
	position: absolute;
}

.categories ul li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	background: #FFF;
	border: 1px solid #DCD59F;
	margin-top: -1px;
}

.categories ul li a:before {
	font-family: FontAwesome;
	content: "\f0da";
	color: #842121;
	margin-right: 0.5em;
}

.categories ul li a:hover {
	background-color: #EEE;
}

#recipe_category header {
	margin-bottom: 1.5em;
}

#recipe_category .category-articles {
	margin-bottom: 2em;
}

#recipe_category .category-articles h3 {
	font-size: 22px;
	font-weight: 700;
	border-bottom: 1px solid #000;
	color: #842121;
	margin-bottom: 1em;
	background: url("../misc/icon_heading.png") left top no-repeat;
	padding-left: 38px;
}

#recipe_category .category-articles .rows {
	border-bottom: 1px dashed #842121;
	margin-bottom: 1em;
	padding-bottom: 1em;
	overflow: hidden;
	*zoom: 1;
	display: table;
	width: 100%;
}

#recipe_category .category-articles .rows .photo {
	display: table-cell;
	width: 128px;
	float: left;
	margin-right: 1em;
	vertical-align: top;
}

#recipe_category .category-articles .rows .content {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

#recipe_category .category-articles .rows .content h4 {
	background-color: #FDF0EA;
	font-size: 18px;
	padding: 3px 8px;
}

#recipe_category .category-articles .rows .content h4:before {
	font-family: FontAwesome;
	content: "\f152";
	color: #842121;
	font-size: 22px;
	position: relative;
	top: 1px;
	margin-right: 0.5em;
}

#recipe_category .category-articles .rows .content h4 a {
	color: #842121;
}

#recipe_entry header {
	margin-bottom: 1.5em;
}

#recipe_entry article {
	background: url("../recipe/img/recipe_04.gif") left top repeat-x;
}

#recipe_entry article a {
	color: #0073BD;
}

#recipe_entry article h3 {
	background: url("../recipe/img/recipe_08.gif") left bottom no-repeat;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0.8em;
	color: #842121;
	padding-bottom: 0.3em;
}

#recipe_entry article h4 {
	border-bottom: 1px dotted #FBB7B7;
	margin-bottom: 0.5em;
	font-size: 18px;
	font-weight: 700;
	color: #842121;
	background: url("../misc/icon_06.gif") left 7px no-repeat;
	padding-left: 21px;
}

#recipe_entry article .rows {
	overflow: hidden;
	*zoom: 1;
	margin-bottom: 1.5em;
}

#recipe_entry article .rows .content h5 {
	font-size: 17px;
	margin-bottom: 0.5em;
}

#recipe_entry article .rows .content h5 img {
	vertical-align: middle;
	margin-right: 0.5em;
}

#recipe_entry article .rows .content table {
	width: 100%;
}

#recipe_entry article .rows .content table tr {
	border-bottom: 1px dashed #CCC;
}

#recipe_entry article .rows .content table tr td {
	padding: 6px;
}

#recipe_entry article .flow {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 1.5em;
	position: relative;
	padding-left: 1.5em;
}

#recipe_entry article .flow:before {
	color: #990000;
	font-size: 1.2em;
	position: absolute;
	top: -2px;
	margin-left: -1.2em;
}

#recipe_entry article .flow p {
	margin-bottom: 0;
}

#recipe_entry article .flow img {
	float: right;
}

#recipe_entry article .flow1:before {
	content: '\002460';
}

#recipe_entry article .flow2:before {
	content: '\002461';
}

#recipe_entry article .flow3:before {
	content: '\002462';
}

#recipe_entry article .flow4:before {
	content: '\002463';
}

#recipe_entry article .flow5:before {
	content: '\002464';
}

#recipe_entry article .flow6:before {
	content: '\002465';
}

#recipe_entry article .flow7:before {
	content: '\002466';
}

#recipe_entry article .flow8:before {
	content: '\002467';
}

#recipe_entry article .flow9:before {
	content: '\002468';
}

#recipe_entry article .flow10:before {
	content: '\002469';
}

#recipe_entry article .flow11:before {
	content: '\002470';
}

#recipe_entry article .flow12:before {
	content: '\002471';
}

#recipe_entry .point {
	background-color: #FBFAF5;
	border: 3px solid #842121;
	overflow: none !important;
	margin-top: 3em;
}

#recipe_entry .point h2 {
	background: none;
	position: relative;
}

#recipe_entry .point h2 .icon {
	position: absolute;
	left: 10px;
	top: -35px;
}

#recipe_entry .point h2 .heading {
	position: absolute;
	left: 50px;
	top: -15px;
}

#recipe_entry .point p {
	margin: 1em;
	margin-left: 4em;
}

/*# sourceMappingURL=page_recipe.css.map */

@media print, screen and (min-width: 741px) {

.search h2 {
	width: 317px;
	float: left;
}

.categories {
	width: 180px;
	float: right;
	margin-right: 1em;
	margin-top: 9px;
}

.categories ul {
	width: 180px;
}

#recipe_entry article {
	padding: 25px;
}

#recipe_entry article .rows .photo {
	width: 381px;
	float: left;
	margin-right: 15px;
}

#recipe_entry article .rows .content {
	width: 315px;
	float: left;
}

#recipe_entry article .flow img {
	margin-left: 1em;
}

}

@media only screen and (max-width: 740px) {

.search {
	background-size: contain;
}

.categories {
	margin: 0 3%;
	margin-bottom: 3%;
}

.categories ul {
	width: 89%;
}

#recipe_entry article {
	padding: 12px;
}

#recipe_entry article .flow img {
	width: 25%;
}

#recipe_category .category-articles h3{
	font-size: 18px;
}

#recipe_category .category-articles .rows .content h4{
	font-size: 15px;
}

#recipe_entry article h3{
	font-size: 18px;
}
  #campaign .bnr-area {
    margin-top: 25px;
  }
}

