/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. General reset
   3. Common site styles
   4. Pages styles
   5. Styles for responsive breakpoints
   ---------------------------------------------------------*/

/* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/
   
@font-face {
  font-family: 'Rockwell';
  src: url('fonts/Rockwell.eot');
  src: url('fonts/Rockwell.eot?#iefix') format('embedded-opentype'),
       url('fonts/Rockwell.woff') format('woff'),
  	   url('fonts/Rockwell.ttf')  format('truetype'),
  	   url('fonts/Rockwell.svg#Rockwell') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rockwell-Bold';
  src: url('fonts/Rockwell-Bold.eot');
  src: url('fonts/Rockwell-Bold.eot?#iefix') format('embedded-opentype'),
  	   url('fonts/Rockwell-Bold.woff') format('woff'),
	   url('fonts/Rockwell-Bold.ttf')  format('truetype'),
	   url('fonts/Rockwell-Bold.svg#Rockwell-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

  
/* ---------------------------------------------------------
  2. General reset
   ---------------------------------------------------------*/
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}*/

html, body {
    height: 100%;
    margin: 0;
}


/* ---------------------------------------------------------
  3. Common site styles
   ---------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, body, p {
	font-family: 'Georgia', sans-serif;
	font-weight: 300;
	color:#1D77BB;
}
p {
	font-family:"Rockwell",Georgia,sans-serif;
	font-size: 14px;
	color: #656565
}
p.lead {
	margin-bottom: 2rem;
}
h1, h2, h3, h4, h5 {
	letter-spacing: 1px;
    font-size:30px;
}
h2 {
	font-size: 24px;
	margin-bottom: 2rem;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 13px;
	font-weight: 500;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #1D77BB;
}
a, a:visited {
	color: #1D77BB;
}
a:hover, a:focus {
	color: #1D77BB;
}

/* Unordered Lists */
.numlist li:before,
.numlist ol li:before {
	content:none;	
}
.list,
.list ul {
    list-style: none;
    padding:0;
    margin:0;
}
.list li { 
    padding-left: 1em; 
    text-indent: -1em;
}
.list ul li:before {
	color: #ccc;
}
.list li:before {
    content: "■ ";
    color: #80bd01; /* or whatever color you prefer */
	font-size: 9px;
	margin-right: 10px;
	position: relative;
	top: -3px;
} 
  
/* blockquote */
blockquote {
	margin: 0 0 1.25rem;
	padding: 0 1.25rem 0 1.1875rem;
	border-left: 3px solid #80bd01;
	font-weight:400;
	font-size:24px;
	text-transform:none;
	color:#444444;
	line-height: 30px;
	display:inline-block;
	width: 300px;
	float: left;
}
blockquote h1 {
	font-weight:300;
	font-size:24px;
	text-transform:none;
}

/*buttons*/
.button, button, input[type="submit"] {
	font-family: 'Rockwell', sans-serif;
	font-size:14px;
	background: #1d78bc;
	color: #fff!important;
	border: 0;
	border-radius: 0;
	-webkit-appearance:none;
	-webkit-box-shadow:none;
	-moz-appearance:none;
	appearance:none;
    height: 30px;
    padding:5px 10px;
    width: 100px;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 5px;
}
.delete {
    height:25px!important;
    width:25px!important;
    padding:0!important;
    font-family:Arial!important;
    font-size:12px!important;
}
.button.secondary, button.secondary {
	background: none;
}
button:hover, .button:hover, .button.secondary:hover, button.secondary:hover, button:focus, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	
}
input[type="submit"] {
    
}
input[type="text"],
input[type="password"],
select {
	font-family: 'Rockwell', sans-serif;
	font-size: 14px;
	color:#999;
	appearance: none;
	box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
	background:#fff;
	border:solid 1px #1d78bc;
	padding:5px 10px;
    width: 100%;
}

input[type="radio"] {
    margin-right:10px;
}
select {
	background: url(../images/mobile/arrow-down.png) no-repeat #fff;
	background-position: 97% 5px;
    background-size: 15px 19px;
	-moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
	text-indent: 0.01px;
	text-overflow: "";
}

label {
    font-family: Georgia;
    font-size: 14px;
    color: #444;
    padding-right: 10px;
    padding-top:10px;
}

.invalid {
    color:red;
}

h1.pagetitle,
.pagetitle {
    font-family: Georgia,sans-serif;
    font-size:20px;
    line-height: 24px;
}
/* ---------------------------------------------------------
  4. Pages styles
   ---------------------------------------------------------*/
.container {

}
html, body {
    height: 100%;
    margin: 0;
}
#aspnetForm {
    height:99.1%;
}
body{
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
	min-width:320px;
	font:14px/23px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #434343;
}
 
#page {
    display:table;
    width:100%;
}  
#page #header,
#page #content-wrap,
#page #footer {
    display:table-row;
}

#header {
	width:100%;
	height:70px;
	display:table;
    background: #c80010; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #c80010 0%, #af000e 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#c80010), color-stop(100%,#af000e)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #c80010 0%,#af000e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #c80010 0%,#af000e 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #c80010 0%,#af000e 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #c80010 0%,#af000e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c80010', endColorstr='#af000e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#content-wrap {
    height:100%;
}
#footer {
	background:#1D77BB;
	width:100%;
}
.main-content {
    margin-top:20px;
	margin-bottom:20px;
}

.row {
	margin-left:0; margin-right:0;
}
/* logo */
.logo{
	z-index:50;
	background:url(../images/mobile/logo.png) no-repeat;
    background-size:100%;
	width:99px;
	height:57px;
	overflow:hidden;
	text-indent:-9999px;
	position:relative;
	margin-top: 6px;
	float:left;
}
.logo a{
	display:block;
	height:100%;
}

/* top social media */
.social-links  {
	list-style:none;
	margin-top: 24px;
	float:right;
	padding-left:0;
	margin-left:0;
}

.social-links li {
	display:table-cell;
	padding-left:15px;
}
.social-links li:first-child{
	padding-left:0;
}
.social-links li.menu {
    padding-left:20px;
}
.social-links a span { display:none;}
.social-links a{
	display:block;
    color:#fff;
    text-decoration:none;
    font-size:20px;
	width:20px;
	height:23px;
}
.social-links a:hover { color:#F1AA00; }

.addthis_default_style .at300m,
.addthis_default_style .at300bs {
    float:none!important;
    padding:0!important;
}
#at20mc { position:relative!important; }
.social-links  .fa-twitter { background:url(../images/mobile/icon-twitter.png) no-repeat; background-size:100% 100%; }
.social-links  .fa-facebook { background:url(../images/mobile/icon-facebook.png) no-repeat; background-size:100% 100%; }
.social-links  .fa-pinterest { background:url(../images/mobile/icon-pinterest.png) no-repeat; background-size:100% 100%;}
.social-links  .fa-youtube { background:url(../images/mobile/icon-youtube.png) no-repeat; background-size:100% 100%;}
.social-links  .fa-share-alt { background:url(../images/mobile/icon-share.png) no-repeat; background-size:100% 100%;}

/* top menu */
.top-menu  {
	display:block;
	clear:both;
	float:none;
}
.top-menu ul {
	list-style:none;
	color:#fff;
	margin: 0;
	padding: 0;
}
.top-menu a {
    color:#fff; 
    display:block;
    
}
.top-menu>ul { display:table;}
.top-menu>ul>li { display: table-cell; padding-right:10px; }
.top-menu>ul>li { position:relative; }
.top-menu>ul a{
    padding:10px;    
}

/* 2nd level */
.top-menu>ul>li:hover ul {
    display:block;
}
.top-menu ul ul {
    display:none;
    position:absolute;
    width:200px;
    background:#1d78bc;
    z-index: 100;
}


/* 3rd level */
.top-menu>ul>li:hover ul ul {
    display:none;
    position:absolute;
    left:100%;
    top:0;
    background:#1D7890;
}
.top-menu>ul>li:hover ul>li:hover ul {
    display:block;
}
.top-menu .clsRecipeMenuSearchContainer {
    display:none;
}

/* footer */

.footer-links {
	list-style:none;
	display:table;
	margin:0 auto;
	text-align:center;
	min-height:30px;
	padding-left:0;
    color:#fff;
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size:10pt;
}
.footer-links li {
	display:table-cell;
	vertical-align:middle;
}
.footer-links a {
	color:#fff;
	font-family: 'Myriad Pro', Arial, sans-serif;
	font-size:10px;
}
.footer-links a:before {
	content:'|';
	padding-left:10px;
	padding-right:10px;
}
.footer-links li:first-child  a:before{
	content:none;
}

/* home page */

.home-wrapper {
    display:table;
    width:100%;
    height:100%
}
.home-wrapper .content1-wrap,
.home-wrapper .content2-wrap {
    display:table-row;
}
.home-wrapper .content1-wrap { height: 100%; }


/* home carousel */

.carousel{
	position:relative;
    margin-bottom:20px;
}
.carousel img{
	display:block;
	width:100%;
}
.carousel .mask{
	width:100%;
	overflow:hidden;
}
.carousel .btn-prev,
.carousel .btn-next{
	background:url('../images/mobile/arrow-sprites.png') no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	width:24px;
	height:34px;
    top: 90px;
}
.carousel .btn-prev {
    left:15px;
}
.carousel .btn-next{
	right:15px;
	background-position:-34px 0;
}
.carousel .title{
	display:block;
    padding-top:20px;
    padding-bottom:20px;
    font-family: Georgia, sans-serif;
	font-size: 24px;
	line-height: 28px;
    text-decoration:none;
    color: #1D77BB;
}
.carousel .descr{
	font-family: 'Rockwell', Georgia, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color:#666;
}
.carousel a,
.carousel .link-more  {
	font-family: 'Rockwell-Bold', Georgia, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color:#c5c5c5;
    z-index:1000;
}





/* home banner */
.banner-image {
	display:table;
	width:100%;
}
.banner-image .image {
	display:table-cell;
	position:relative;
	width:50%;
    vertical-align:top;
}
.banner-image .image:hover {
	opacity:.7;
}
.banner-image .image:first-child {
	border-right:1px solid #fff;
}
.banner-image .image img {
	width:100%;
}
.banner-image .image .caption {
	position:absolute;
	bottom:0;
	background-color:rgba(221,221,221,0.7);
	padding:10px 20px;
	width:100%;
	text-align:center;
	font-family: 'Rockwell-Bold',sans-serif;
	font-size:16px;
	line-height:20px;
	color:#233D81;
}


/* Products Landing Page */
.nav {
	list-style:none;
	padding:0;
	margin:0;
	display:table;
	width:100%;
	margin-bottom:20px;
}
.nav li {
	display:table-cell;
	width:50%;
	background:#fff;
	vertical-align:middle;
}
.nav li a {
	padding:15px 10px;
	text-align:center;
	text-decoration:none;
	font-family:'Rockwell-Bold', sans-serif;
	font-size:16px;
	line-height:20px;
	color:#233D81;
	height:100%;
}
.nav li a:hover {
	background:none;
}
.nav li.inactive.left {
	background:#F3F3F3;
	-webkit-box-shadow: inset -3px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset -3px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow: inset -3px 0px 5px 1px rgba(0,0,0,0.05);
}
.nav li.inactive.right {
	background:#F3F3F3;
	-webkit-box-shadow: inset 3px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 3px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow: inset 3px 0px 5px 1px rgba(0,0,0,0.05);
}
.nav li.inactive.default {
	background:#F3F3F3;
    }


/* Recipe Search Form */
.search-box {
	margin-bottom:20px;
}
.search-box:after {
	content:'';
	display:table;
	float:none;
	clear:both;
}
.search-box  .search-textbox {
	width: 75%;
	height:30px;
	float:left;
}
.search-box  .search-textbox:focus {
	outline: none;
}
.search-box  .search-button {
	width:25%;
	height:30px;
	float:right;
    margin:0;
    text-align:center;
}
.search-by {
	color:#1d78bc;
}
.goto-select {
	width:100%;
	margin-bottom:20px;
}
.product-search,
.product-search ul ,
.product-detail,
.product-detail ul {
	list-style:none;
	padding-left:0;
	width:100%;
}

/* accordion */
.accordion {
	margin-bottom:20px;
    list-style:none;
	padding-left:0;
	width:100%;
}
.accordion>li {
	border-top:solid 1px #EDEDED;
}
.accordion>li:last-child{
	border-bottom:solid 1px #EDEDED;
}
.accordion  .opener {
	
	padding:10px 0 10px;
	margin:0;
	width:100%;
	display:block;
	cursor:pointer;
	text-decoration:none;
	font-family: 'Rockwell-Bold', sans-serif;
	font-size:16px;
	position:relative;
}
.accordion .opener:after {
	content:'+';
	position:absolute;
	right:5px;
}
.accordion li.active .opener:after {
	content:'-';
	right:7px;
}
.accordion .slide {
	margin-top: 20px;
	margin-bottom:20px;
}

.product-search.accordion ul li {
    padding-bottom:20px;
}

.product-search.accordion ul li img {
    padding-right: 10px;
}

.product-search.accordion .instant-rice img {
    height: 100%;
    width: 35%;
}
.product-search.accordion .readytoserve-rice img {
    width:50%;
}

/* results page */

.results-count {
	color:#666;
}

.ratingStar,
.readOnlyStar {
    font-size: 0pt;
    width: 16px;
    height: 18px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
	position: relative;
	top: -10px;
}
.myRatingStar { background-image: url(../images/mobile/FilledStar.png); } 
.emptyRatingStar { background-image: url(../images/mobile/EmptyStar.png); } 
.avgRatingStar { background-image: url(../images/mobile/SavedStar.png); }


.recipe-table {
	width:100%;
	margin:0;
	padding:0;
	font-size: 14px;
	line-height: 18px;
}

.recipe-table .thcol {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Rockwell-Bold', sans-serif;
}
.recipe-table .throw,
.recipe-table .trow {
	border-top:1px solid #EDEDED;
	font-family: Georgia, sans-serif;
}
.recipe-table .trow:last-child {
	border-bottom:1px solid #EDEDED;
}
.recipe-table .tcol {
	padding-top:5px;
	padding-bottom:5px;
}

.prevnext {
	width:100%;
	margin-bottom:20px;
	margin-top:20px;
}
.prevnext:after {
	content:'';
	display:block;
	clear:both;
	float:none;
}
.prevnext input[type="submit"].prev,
.prevnext input[type="submit"].next {
	background:none;
	color:#1d78bc!important;
	font-family:'Rockwell-Bold', sans-serif;
	font-size:14px;
	line-height: 18px;
	padding:0;
    width:auto;
}
.prevnext input[type="submit"].prev {
	float:left;
}
.prevnext input[type="submit"].next {
	float:right;
}

.pagenumbers {
    display:none; 
	margin-top:10px;
	margin-bottom:20px; }
.pagenumbers a {
	margin-right:10px;
	text-decoration:none;
	padding:3px 5px;
}
.pagenumbers .pagenumberselected {
	background:#1d78bc;
	color:#fff;
}

.search-help .opener span{
    padding-left: 45px;
    font-family:'Roboto',sans-serif;
}
.search-help .opener:before {
    content:'';
    background:url(../images/btnQuestion.gif) no-repeat;
    width:34px;
    height:34px;
    position:absolute;
    margin-top:-8px;
}
.search-help > li,
.search-help > li:last-child {
    border:none;
}

/* Recipe Details Page */

.addthis_button_facebook_like {
	overflow:hidden;
	width:50px!important;
}

.recipe-image {
	width:100%;
}

.product-detail {
	margin-top: 20px;
	margin-bottom: 20px;
}
.product-detail.accordion .directions{
    text-align:center;    
}
.product-detail.accordion .nutrition-info{
    display:none;
}
.product-detail.accordion .comments{
    display:none;
}
.product-detail.accordion .opener {
    background: #1D77BB;
    color:#fff;
    text-align:right;
    padding-right:40px;
    border:none;
}
.product-detail.accordion .opener:after {
	content:'';
    background: url(../images/mobile/arrow-sprites.png) -65px -4px no-repeat;
	position:absolute;
	right: 15px;
    top: 16px;
    width:11px;
    height:8px;
}
.product-detail.accordion li.active .opener:after {
	content:'';
    background: url(../images/mobile/arrow-sprites.png) -81px -4px no-repeat;
    right: 15px;
    top: 16px;
}
.product-detail.accordion .opener:before {
	content:'';
	height:40px;
	width:9999px;
	background:#1D77BB;
	position:absolute;
	left:0;
	top:0;
	margin-left:-9999px;
}

.ratingshare-wrap { position: relative; }
.ratingshare-wrap:after {
    content:'';
    display:block;
    float:none;
    clear:both;
}
.ratingshare-wrap .share-wrap { float:left; padding-top: 12px; }
.ratingshare-wrap .rating-wrap { float:right; position:relative; right:-20px; }

.ingredients-table {
	width:100%;
	margin:0 auto;
	padding:0;
	font-size: 14px;
	line-height: 18px;
    color:#656565;
}

.ingredients-table .trow {
	border-top:1px solid #EDEDED;
	font-family: Georgia, sans-serif;
}
.ingredients-table .trow:last-child {
	border-bottom:1px solid #EDEDED;
}
.ingredients-table .tcol {
	padding-top:5px;
	padding-bottom:5px;
    padding-right: 15px;
}
.ingredients-table .tcol:last-child {
    padding-right:0;
}
.ingredients-table .tcol:first-child {
    text-align:right;
    width:50px;
}
.ingredients-table .tcol b {
	color:#1D77BB;
}
.recipe-title {
    font-size:24px;
    padding-bottom:10px;
}
.recipe-desc {
    font-size:14px;
    color:#656565;
}
.recipe-serving {
    font-family: 'Rockwell-Bold', sans-serif;
    font-size:14px;
    color:#C70015;
}

.NumReviewer {
    width: 100%;
    display: block;
    float: right;
    text-align: right;
    display:none;
}

/* product landing page */
.product-catergory { width:100%; margin-top:20px; margin-bottom:30px; }
.product-catergory img {
    width:100%;
}
.product-catergory a {
    text-decoration:none;
    font-family:Georgia,sans-serif;
    font-size:18px;
    line-height: 24px;
    text-align:center;
    display:block;
}

.product-list {
    list-style:none;
	padding:0;
	margin:0;
	width:100%;
}
.product-list li {
    width:100%;
    padding-bottom:20px;
}
.product-list li:after{
    content:'';
    display:block;
    float:none;
    clear:both;
}

.product-list li .img-data {
    float:right;
    width:30%;
}
.product-list.alt li .img-data {
    width:40%;
}

.product-list li .img-data img {
    width:100%;
}
.product-list li .desc {
    float:left;
    width:70%;
    margin-top: 14%;
    padding-right: 20px;
    text-align: right;
}
.product-list.alt li .desc {
    margin-top: 3%;
    width:60%;
}
.product-list li .desc a,
.product-list li .desc span { display:block; }

.product-list li .desc a,
.product-list li .desc span.learn-more {
    font-family: Rockwell-Bold, sans-serif;
    font-size: 14px;
    line-height:18px;
    color:#1D77BB;
}
.product-list li .desc span { 
    font-family: Georgia, sans-serif;
    font-size: 18px;
    line-height:24px;
    color:#1D77BB;
}

.product-list li:nth-child(even) .img-data,
.product-list li:nth-child(even) .img-data img {
    float:left;
}

.product-list li:nth-child(even) .desc {
    float:right;
    text-align: left;
    padding-left: 20px;
}


/* product detail page */
.product-details img {
    display:block;
    width:auto;
    max-width:100%!important;
    padding-bottom: 15px;
}
.product-details-image {
    float:left;
    width:40%;
    padding-right: 30px;
    padding-bottom:20px;
}
.product-details-image img {
    width:100%;
    display:block;
}



a.productSize {
    text-decoration: none;
}
a.productSize.selected {
    text-decoration: none;
    color:#C80016;
}
span.productSize {
    color:#C80016;
}
.nutritionfacts-table {
	width:100%;
	margin:0;
	padding:0;
	font-size: 14px;
	line-height: 18px;
    color:#656565;
}
.nutritionfacts-table tr {
	border-top:1px solid #EDEDED;
    border-bottom:1px solid #EDEDED;
}
.nutritionfacts-table tr:first-child {
    border-top:3px solid #EDEDED
}
.nutritionfacts-table tr td {
    padding-top:5px;
    padding-bottom:5px;
}
.remarks {
    margin-top:20px;
    margin-bottom:20px
}
.suggested-recipes ul {
    list-style:none;
    width:100%;
    padding:0;
    margin:0;
}

.suggested-recipes img  { 
    float:left;
    width:40%;
    padding-right:20px; }
.suggested-recipes .links {
    float:right;
    width:60%;
    z-index:100;
}
.suggested-recipes .links a {
    display:block;
    padding-bottom:10px;
    font-family: 'Georgia',sans-serif;
    color:#1D77BB;
}
.suggested-recipes .links a.link-recipe {
    color:#656565;
    text-decoration:none;
}

.suggested-recipes .btn-next,
.suggested-recipes .btn-prev {
    top: 35%;
}

/* nutrition analysis page */



.analysis-table {
	width:100%;
	margin:0;
	padding:0;
	font-size: 14px;
	line-height: 18px;
}

.analysis-table th {
	font-family: 'Rockwell-Bold', sans-serif;
    color:#fff;
    background:#CD0010;
    padding:10px 5px;
}
.analysis-table th:first-child {
    padding-left:15px;
}
.analysis-table th tr,
.analysis-table tr {
	border-top:1px solid #EDEDED;
	font-family: Georgia, sans-serif;
}
.analysis-table tr:last-child {
	border-bottom:1px solid #EDEDED;
}
.analysis-table tr.alt {
    background:#F3F3F3;
}
.analysis-table td {
	padding:5px;
    border-left:1px solid #EDEDED;
}
.analysis-table td:last-child {
    border-right:1px solid #EDEDED;
}
.analysis-table td:first-child {
    padding-left:15px;
}

/* full allergy page */
.analysis-table.allergy th { width:5%; }
.analysis-table.allergy th:first-child { width:40%; }
.analysis-table.allergy .usfda {
    background:#d8d8d8;
    color:#666;
    padding:5px;
    text-align:center;
    font-style:italic;
}
.analysis-table.allergy .no-style,
.analysis-table.allergy .no-style td:last-child,
.analysis-table.allergy .no-style td:first-child {
    border:none;
}
.analysis-table.allergy .title {
    background:#717171;
    color:#fff;
}
.analysis-table.allergy th span.GlutenFree          { background: url(/resources/minuterice2010/images/allergies/lbl_glutenfree.gif) no-repeat; }
.analysis-table.allergy th span.MSGFree             { background: url(/resources/minuterice2010/images/allergies/lbl_MSGfree.gif) no-repeat; }
.analysis-table.allergy th  th span.AllergenFree    { background: url(/resources/minuterice2010/images/allergies/lbl_allergenfree.gif) no-repeat; }
.analysis-table.allergy th span.PreservativeFree    { background: url(/resources/minuterice2010/images/allergies/lbl_preservativefree.gif) no-repeat; }
.analysis-table.allergy th span.Milk                { background: #88000B url(/resources/minuterice2010/images/allergies/lbl_milk.gif) no-repeat; }
.analysis-table.allergy th span.Eggs                { background: #88000B url(/resources/minuterice2010/images/allergies/lbl_egg.gif) no-repeat; }
.analysis-table.allergy th span.Peanuts             { background: #88000B url(/resources/minuterice2010/images/allergies/lbl_peanuts.gif) no-repeat; }
.analysis-table.allergy th span.TreeNuts            { background: #88000B url(/resources/minuterice2010/images/allergies/lbl_treenuts.gif) no-repeat; }
.analysis-table.allergy th span.Soy                 { background: #88000B url(/resources/minuterice2010/images/allergies/lbl_soy.gif) no-repeat; }
.analysis-table.allergy th span.Wheat               { background: #88000B url(/resources/minuterice2010/images/allergies/lbl_wheats.gif) no-repeat; }
.analysis-table.allergy th span.Fish                { background: #88000B url(/resources/minuterice2010/images/allergies/lbl_fish.gif) no-repeat; }
.analysis-table.allergy th span.CrustaceanShellfish { background: #88000B url(/resources/minuterice2010/images/allergies/lbl_shellfish.gif) no-repeat }
.analysis-table.allergy th span.WheatGluten         { background: #88000B url(/resources/minuterice2010/images/allergies/lbl_wheatgluten.gif) no-repeat; }
.analysis-table.allergy th span.CornGluten          { background: #88000B url(/resources/minuterice2010/images/allergies/lbl_corngluten.gif) no-repeat; }
.analysis-table.allergy th span.Grains              { background: #88000B url(/resources/minuterice2010/images/allergies/lbl_grains.gif) no-repeat; }
.analysis-table.allergy th span.MSGMonosodiumGlutamate { background: #88000B url(/resources/minuterice2010/images/allergies/lbl_msg.gif) no-repeat; }
.analysis-table.allergy th span.Kosher              { background: url(/resources/minuterice2010/images/allergies/lbl_kosher.gif) no-repeat; }

.analysis-table.allergy th span.GlutenFree,
.analysis-table.allergy th span.MSGFree,
.analysis-table.allergy th span.AllergenFree,
.analysis-table.allergy th span.PreservativeFree,
.analysis-table.allergy th span.Milk,
.analysis-table.allergy th span.Eggs,
.analysis-table.allergy th span.Peanuts,
.analysis-table.allergy th span.TreeNuts,
.analysis-table.allergy th span.Soy,
.analysis-table.allergy th span.Wheat,
.analysis-table.allergy th span.Fish,
.analysis-table.allergy th span.CrustaceanShellfish,
.analysis-table.allergy th span.WheatGluten,
.analysis-table.allergy th span.CornGluten,
.analysis-table.allergy th span.Grains,
.analysis-table.allergy th span.MSGMonosodiumGlutamate,
.analysis-table.allergy th span.Kosher
{
    display: block;
    height: 91px; 
    border-left: 1px solid #fff;
}
.analysis-table.allergy th .hiddenText { display:none; }
.analysis-table.allergy th:not(:first-child) {
    padding:0;
}

/* recipe club login */
.recipe-login {
    padding: 10px;
}
.recipe-login input[type="text"],
.recipe-login input[type="password"] {
    width:100%;
    background: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px none;
    padding: 5px 10px;
}

.recipe-login .forgetPassword {
    padding:0;   
    padding-top:10px;
}
.recipe-login label {
    color:#fff;
    font-weight:normal;
}
.recipe-login .button {
    padding: 5px;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 15px;
    font-family: Georgia, sans-serif;
    width: 100%;
    text-align:center;
}
.recipe-login .button:hover {
    color:#fff;
    background:#2F94DF;
}
.recipe-login .recipe-signup h3 { color: #fff;}
.recipe-login .recipe-signup ul {
    list-style:square;
    padding-left: 15px;
}
.recipe-login dl {
    margin-bottom:10px;
}

/* recipe box */
.recipe-addnote {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background-color:rgba(0,0,0,0.5);
    z-index:100;
}
.recipe-addnote .recipe-addnote-content {
    width: 70%;
    margin:0 auto;
    padding:15px;
    background:#fff;
    margin-top:100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.recipe-addnote .recipe-addnote-content input[type="submit"] {
    width: 70px;
}
.recipe-addnote .recipe-addnote-content textarea {
    width:100%;
}

/* recipe club side bar menu */
.recipeclub-menu {
    padding:20px;
    background:#FAF2D5;
}

/* contact us */
.contact-details {
    list-style:none;
    padding:0;
    width:100%;
    color:#656565;
    font-size:14px;
    line-height:24px;
}
.contact-details li {
    list-style:none;
    padding:0;
    display:block;
    border-bottom:1px solid #ccc;
    width:100%;
    position:relative;
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact-details li:last-child {
    border-bottom:none;
}
.contact-details li.icon-mail:before,
.contact-details li.icon-phone:before,
.contact-details li.icon-keyboard:before {
    background:url(../images/mobile/contactus-sprites.gif) no-repeat;
    position:absolute;
    left: 0;
    top: 30px;
}
.contact-details li.icon-mail:before {
    content:'';
    background-position:0 0;
    width:35px; height:41px;
}
.contact-details li.icon-phone:before {
    content:'';
    background-position:-45px 0;
    width:35px; height:41px;
}
.contact-details li.icon-keyboard:before {
    content:'';
    background-position:-90px 0;
    width:36px; height:41px;
    top: 20px;
}



/* ---------------------------------------------------------
   5. Styles for responsive breakpoints
   ---------------------------------------------------------*/


@media only screen and (max-width: 420px) {
    
    #featured-recipe img{
        height:220px;
    }
    
}

@media only screen and (max-width: 380px) {
    .NumReviewer {
        width: 100%;
        float: none;
    }

    .NumReviewer {
        display: inline;
        text-align: left;
        padding-left: 10px;
        position: relative;
        top: -10px;
        display:none;
    }
}

@media only screen and (max-width: 365px) {
    .social-links li { padding-left: 9px; }
    .social-links li.menu { padding-left: 12px; }
}

/* iphone 5 */
@media only screen and (max-width: 320px) {
    .social-links li { padding-left: 9px; }
    .social-links li.menu { padding-left: 12px; }
}


/* UPDATE 2018 */

@font-face {
    font-family: 'Brandon Printed';
    src: url('fonts/BrandonPrinted-One.eot');
    src: url('fonts/BrandonPrinted-One.eot?#iefix') format('embedded-opentype'),
         url('fonts/BrandonPrinted-One.woff2') format('woff2'),
         url('fonts/BrandonPrinted-One.woff') format('woff'),
         url('fonts/BrandonPrinted-One.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow Book';
    src: url('fonts/GothamNarrow-Book.eot');
    src: url('fonts/GothamNarrow-Book.eot?#iefix') format('embedded-opentype'),
         url('fonts/GothamNarrow-Book.woff2') format('woff2'),
         url('fonts/GothamNarrow-Book.woff') format('woff'),
         url('fonts/GothamNarrow-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow';
    src: url('fonts/GothamNarrow-Light.eot');
    src: url('fonts/GothamNarrow-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/GothamNarrow-Light.woff2') format('woff2'),
         url('fonts/GothamNarrow-Light.woff') format('woff'),
         url('fonts/GothamNarrow-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow';
    src: url('fonts/GothamNarrow-Medium.eot');
    src: url('fonts/GothamNarrow-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/GothamNarrow-Medium.woff2') format('woff2'),
         url('fonts/GothamNarrow-Medium.woff') format('woff'),
         url('fonts/GothamNarrow-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Narrow';
    src: url('fonts/GothamNarrow-Bold.eot');
    src: url('fonts/GothamNarrow-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/GothamNarrow-Bold.woff2') format('woff2'),
         url('fonts/GothamNarrow-Bold.woff') format('woff'),
         url('fonts/GothamNarrow-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


h1, h2, h3, h4, h5, h6, body, p {
    font-family: 'Gotham Narrow Book';
    font-weight: normal;
}


input[type="text"], input[type="password"], select {
    font-family: 'Gotham Narrow Book';
    font-weight: normal;
    border: solid 1px #1B3568;
}

.button, button, input[type="submit"] {
    font-family: 'Gotham Narrow Book';
    font-weight: normal;
    background: #1B3568;
}

a {
    font-family: 'Gotham Narrow Book';
    font-weight: normal;
    color: #00338E;
}
    a, a:visited {
        color: #00338E;
    }
    a:hover, a:focus {
        color: #00338E;
    }

#header {
    background: rgb(233,6,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(233,6,0,1) 0%, rgba(201,0,16,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(233,6,0,1) 0%,rgba(201,0,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(233,6,0,1) 0%,rgba(201,0,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e90600', endColorstr='#c90010',GradientType=0 ); /* IE6-9 */
}
.logo {
    background: url('../images/mobile/logo_v2.png') no-repeat;
}

.banner-image .image .caption {
    font-family: 'Brandon Printed';
    color: #00338E;
}

.carousel .title {
    font-family: 'Brandon Printed';
    color: #00338E;
}

.carousel a, .carousel .link-more {
    font-family: 'Gotham Narrow';
    font-weight: bold;
}

#footer {
    background: #1B3568
}


.nav li a {
    font-family: 'Brandon Printed';
    color: #00338E;
}

.accordion .opener {
    font-family: 'Gotham Narrow';
    font-weight: bold;
}

.product-catergory a {
    font-family: 'Gotham Narrow';
    font-weight: normal;
}

.product-list li .desc span {
    font-family: 'Gotham Narrow Book';
}

.product-list li .desc a,
.product-list li .desc span.learn-more {
    font-family: 'Gotham Narrow';
    font-weight: normal;
    color:#00338E
}

.search-by {
    color: #00338E;
}