.border-box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .fdct-2 .container {
    width: 750px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  .fdct-2 .container {
    width: 960px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .fdct-2 .navbar .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.fdct-2 .btn {
  color: white;
  border: none;
  border-radius: 0;
  text-decoration: none;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .fdct-2 .btn {
    height: 1.875rem;
    line-height: 1.875rem;
    padding: 0 1rem;
    font-size: 1.063rem;
  }
}
@media (max-width: 767px) {
  .fdct-2 .btn {
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 0.5rem;
    font-size: 0.875rem;
  }
}
.fdct-2 .btn:hover {
  text-decoration: none;
  color: white;
}
.fdct-2 .btn.btn-success {
  background-color: #11a24e;
}
.fdct-2 .btn.btn-success:active {
  background-color: #0f803f;
}
.fdct-2 .btn.btn-warning {
  background-color: #f85d08;
}
.fdct-2 .btn.btn-warning:active {
  background-color: #cc4e09;
}
.fdct-2 .btn:disabled {
  background-color: #e4e4e4;
}
.fdct-2 .btn.big {
  font-family: HelveticaNeueLTStd-Md;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .fdct-2 .btn.big {
    height: 2.625rem;
    line-height: 2.625rem;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .fdct-2 .btn.big {
    height: 2rem;
    line-height: 2rem;
    padding: 0 0.75rem;
    font-size: 0.8125rem;
  }
}
.fdct-2 blockquote {
  padding: 0;
  margin: 0;
  border: none;
}
.fdct-2 .form-group {
  position: relative;
  margin-bottom: 25px;
}
.fdct-2 .form-group.has-error .form-control {
  border-color: #e9284a !important;
}
.fdct-2 .form-group.has-error .error {
  position: absolute;
  left: 0;
  top: -18px;
  font-size: 0.75rem;
  white-space: nowrap;
  color: #e9284a;
}
.fdct-2 .form-control {
  height: 2rem;
  padding: 0.3125rem 0.5rem 0.1875rem;
  border-radius: 1px;
  border: 1px solid #e1e1df;
  box-shadow: none;
  color: #464339;
}
.fdct-2 .form-control:focus {
  outline: none;
  border-color: #979797;
  box-shadow: none;
}
.fdct-2 .form-control:disabled {
  border-color: #f4f4f4;
}
@media (min-width: 768px) {
  .fdct-2 .form-control {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .fdct-2 .form-control {
    font-size: 0.875rem;
    -webkit-appearance: none;
  }
}
.fdct-2 textarea.form-control {
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.fdct-2 label {
  font-family: HelveticaNeueLTStd-Md;
  font-weight: normal;
}
.fdct-2 .alert {
  border-radius: 0;
  color: inherit;
}
.fdct-2 .alert.alert-success {
  color: inherit;
  background-color: #e8fdf1;
}
.fdct-2 .alert.page-alert {
  position: fixed;
  top: -80px;
  z-index: 100;
  width: 100%;
  padding: 19px;
  transition: top 0.3s linear;
  background-color: white;
  border-color: #e7e7e7;
}
.fdct-2 .alert.page-alert.in {
  top: 0;
}
.fdct-2 .alert.page-alert .text {
  line-height: 1.4em;
}
@media (min-width: 768px) {
  .fdct-2 .alert.page-alert {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .fdct-2 .alert.page-alert i.type {
    font-size: 2rem;
  }
  .fdct-2 .alert.page-alert .text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .fdct-2 .alert.page-alert {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .fdct-2 .alert.page-alert i.type {
    font-size: 1.5rem;
  }
  .fdct-2 .alert.page-alert .text {
    font-size: 0.875rem;
  }
}
.fdct-2 .carousel {
  overflow: hidden;
}
.fdct-2 .carousel .carousel-inner,
.fdct-2 .carousel .item {
  height: 100%;
}
.fdct-2 .carousel .carousel-control {
  color: #f4f4f4;
  text-shadow: none;
  background: none;
  background-image: none;
  opacity: 1;
}
@media (min-width: 768px) {
  .fdct-2 .carousel .carousel-control {
    width: 3%;
  }
}
@media (max-width: 767px) {
  .fdct-2 .carousel .carousel-control {
    width: 5%;
  }
}
.fdct-2 .carousel .carousel-control:hover {
  color: #e1e1df;
  opacity: 1;
}
.fdct-2 .carousel .carousel-control .glyphicon {
  margin-top: -12px;
  font-size: 1.25rem;
}
.fdct-2 .panel {
  border-radius: 0;
  border-color: #d6d5d1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
@media (min-width: 768px) {
  .fdct-2 .panel.panel-empty .panel-heading {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .fdct-2 .panel.panel-empty .panel-heading {
    padding: 30px 15px;
  }
}
.fdct-2 .panel-default .panel-heading {
  color: #777777;
  background-color: transparent;
  border-color: transparent;
}
.fdct-2 .panel-default .panel-footer {
  background-color: transparent;
  border-top: 1px solid #d6d5d1;
}
.fdct-2 .panel-title {
  text-transform: uppercase;
}
.fdct-2 .panel-body {
  padding: 0;
}
.fdct-2 .panel-body > p {
  margin: 0;
}
@media (min-width: 768px) {
  .fdct-2 .panel {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .fdct-2 .panel-heading {
    padding: 20px 20px 15px;
  }
  .fdct-2 .panel-title {
    font-size: 1.875rem;
  }
  .fdct-2 .panel-footer {
    padding: 15px 20px;
  }
  .fdct-2 .panel-body > p {
    padding: 0 20px 20px;
  }
}
@media (max-width: 767px) {
  .fdct-2 .panel {
    margin: 5px -15px;
    border-left: none;
    border-right: none;
  }
  .fdct-2 .panel-heading {
    padding: 15px 15px 10px;
  }
  .fdct-2 h1.panel-title {
    font-size: 1.125rem;
  }
  .fdct-2 h2.panel-title {
    font-size: 1rem;
  }
  .fdct-2 .panel-footer {
    padding: 15px 15px;
  }
  .fdct-2 .panel-body > p {
    padding: 0 15px 15px;
    font-size: 0.8125rem;
  }
}
.fdct-2 .modal .modal-body > * {
  width: 100%;
}
@media (min-width: 768px) {
  .fdct-2 .modal.wide {
    text-align: center;
  }
  .fdct-2 .modal.wide .modal-dialog {
    display: inline-block;
    width: auto;
    margin: 30px;
  }
}
.fdct-2 .thumbnail {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.fdct-2 .thumbnail[data-image=""] {
  cursor: default;
}
.fdct-2 .thumbnail img {
  width: 100%;
}
.fdct-2 .thumbnail img.original {
  position: absolute;
}
.fdct-2 .thumbnail img:not(.original) {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .fdct-2 .thumbnail {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .fdct-2 .thumbnail {
    margin-bottom: 6px;
  }
}
.fdct-2 .labels {
  overflow: hidden;
  height: 1.7em;
}
@media (min-width: 768px) {
  .fdct-2 .labels {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .fdct-2 .labels {
    font-size: 0.75rem;
  }
  .fdct-2 .labels.stacked {
    position: relative;
    overflow: visible;
  }
  .fdct-2 .labels.stacked .label {
    position: absolute;
    margin-left: 0;
    width: 42px;
    overflow: hidden;
  }
  .fdct-2 .labels.stacked .label:first-child {
    left: 0;
    right: 0;
    z-index: 1;
    box-shadow: 1px 1px 1px white;
  }
  .fdct-2 .labels.stacked .label:nth-child(2) {
    left: 3px;
    top: 3px;
  }
}
.fdct-2 .label {
  float: left;
  padding: 0.35em 0.6em;
  border-radius: 2px;
  font-size: 1em;
  font-weight: normal;
  background-color: #464339;
}
.fdct-2 .label + .label {
  margin-left: 0.4em;
}
.fdct-2 .nav-tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fdct-2 .nav-tabs > li {
  display: table-cell;
  width: 100%;
  float: none;
}
.fdct-2 .nav-tabs > li > a {
  position: relative;
  top: 1px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0;
  background-color: #e7e7e7;
}
.fdct-2 .nav-tabs > li > a:hover {
  background-color: #f0ede4;
}
@media (max-width: 767px) {
  .fdct-2 .nav-tabs > li > a {
    font-size: 0.625rem;
    padding: 6px 2px;
  }
}
.fdct-2 .vcenter {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .fdct-2 .vcenter-sm {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
.fdct-2 .vbottom {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}
@media (min-width: 1200px) {
  .fdct-2 .pull-left-lg,
  .fdct-2 .pull-right-lg {
    width: auto;
  }
  .fdct-2 .pull-left-lg {
    float: left;
    padding-right: 0;
  }
  .fdct-2 .pull-right-lg {
    float: right;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .fdct-2 .pull-left-md,
  .fdct-2 .pull-right-md {
    width: auto;
  }
  .fdct-2 .pull-left-md {
    float: left;
    padding-right: 0;
  }
  .fdct-2 .pull-right-md {
    float: right;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .fdct-2 .pull-left-sm,
  .fdct-2 .pull-right-sm {
    width: auto;
  }
  .fdct-2 .pull-left-sm {
    float: left;
    padding-right: 0;
  }
  .fdct-2 .pull-right-sm {
    float: right;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .fdct-2 .pull-left-xs,
  .fdct-2 .pull-right-xs {
    width: auto;
  }
  .fdct-2 .pull-left-xs {
    float: left;
    padding-right: 0;
  }
  .fdct-2 .pull-right-xs {
    float: right;
    padding-left: 0;
  }
}
body {
  margin: 0;
}
.fdct-2 {
  font-size: 16px;
}
.fdct-2 > *,
.fdct-2 input,
.fdct-2 textarea {
  font-family: HelveticaNeueLTStd-Roman,Helvetica,Arial,sans-serif;
}
.fdct-2 > * {
  line-height: 1.2em;
  color: #464339;
}
.fdct-2 ul {
  list-style: none;
  padding: 0;
}
.fdct-2 ul.styled,
.fdct-2 .paragraph ul {
  padding-left: 40px;
}
.fdct-2 ul.styled li,
.fdct-2 .paragraph ul li {
  list-style: disc;
}
.fdct-2 ol {
  padding-left: 1.5em;
}
.fdct-2 a {
  text-decoration: none;
  cursor: pointer;
  color: #464339;
}
.fdct-2 a:hover {
  color: #464339;
  text-decoration: none;
}
.fdct-2 a[disabled] {
  cursor: default;
  color: #bfbfbe;
}
.fdct-2 p a,
.fdct-2 ul.styled a,
.fdct-2 ol a,
.fdct-2 h1 a,
.fdct-2 h2 a,
.fdct-2 h3 a,
.fdct-2 dd a,
.fdct-2 dt a,
.fdct-2 .paragraph a {
  text-decoration: underline;
}
.fdct-2 p a:hover,
.fdct-2 ul.styled a:hover,
.fdct-2 ol a:hover,
.fdct-2 h1 a:hover,
.fdct-2 h2 a:hover,
.fdct-2 h3 a:hover,
.fdct-2 dd a:hover,
.fdct-2 dt a:hover,
.fdct-2 .paragraph a:hover {
  text-decoration: underline;
}
.fdct-2 h1,
.fdct-2 h2,
.fdct-2 h3 {
  margin: 0;
  font-weight: normal;
}
@media (min-width: 768px) {
  .fdct-2 h1,
  .fdct-2 h2,
  .fdct-2 h3 {
    line-height: 1.125em;
  }
}
@media (max-width: 767px) {
  .fdct-2 h1,
  .fdct-2 h2,
  .fdct-2 h3 {
    line-height: 1.2em;
  }
}
.fdct-2 h2,
.fdct-2 h3 {
  font-family: HelveticaNeueLTStd-Lt;
}
@media (min-width: 768px) {
  .fdct-2 h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .fdct-2 h1 {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .fdct-2 h2 {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .fdct-2 h2 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .fdct-2 h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .fdct-2 h3 {
    font-size: 1rem;
  }
}
.fdct-2 p,
.fdct-2 dd,
.fdct-2 dt,
.fdct-2 ul.styled li,
.fdct-2 ol li,
.fdct-2 .paragraph {
  line-height: 1.4em;
}
@media (min-width: 768px) {
  .fdct-2 p,
  .fdct-2 dd,
  .fdct-2 dt,
  .fdct-2 ul.styled li,
  .fdct-2 ol li,
  .fdct-2 .paragraph {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .fdct-2 p,
  .fdct-2 dd,
  .fdct-2 dt,
  .fdct-2 ul.styled li,
  .fdct-2 ol li,
  .fdct-2 .paragraph {
    font-size: 0.875rem;
  }
}
.fdct-2 p {
  margin: 1em 0;
}
@media (min-width: 768px) {
  .fdct-2 p.intro {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .fdct-2 p.intro {
    font-size: 0.9375rem;
  }
}
.fdct-2 .paragraph {
  margin: 1em 0;
}
.fdct-2 .paragraph i,
.fdct-2 .paragraph em {
  font-family: inherit;
  font-style: italic;
}
.fdct-2 .paragraph > p:first-child {
  margin-top: 0;
}
.fdct-2 dt {
  font-family: HelveticaNeueLTStd-Md;
  font-weight: normal;
}
.fdct-2 em {
  font-family: HelveticaNeueLTStd-Md;
  font-style: normal;
}
@media (min-width: 768px) {
  .fdct-2 br.xs {
    display: none;
  }
}
.fdct-2 .user-text {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.fdct-2 .download-app a {
  background-size: cover;
  display: inline-block;
  text-indent: -9999px;
}
.fdct-2 .download-app a.app-store {
  background-image: url("/resources/images/app-store.png?2");
}
.fdct-2 .download-app a.google-play {
  background-image: url("/resources/images/google-play.png?2");
}
.fdct-2 .download-app a + a {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .fdct-2 .download-app a {
    width: 169px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .fdct-2 .download-app a {
    width: 125px;
    height: 37px;
  }
}
.fdct-2 .download-app-panel {
  margin-bottom: 0;
  text-align: center;
}
.fdct-2 .download-app-panel .panel-body > * {
  display: inline-block;
  vertical-align: middle;
}
.fdct-2 .download-app-panel h2 {
  font-family: HelveticaNeueLTStd-Md;
}
@media (min-width: 768px) {
  .fdct-2 .download-app-panel .panel-body {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .fdct-2 .download-app-panel h2 {
    font-size: 1.25rem;
  }
  .fdct-2 .download-app-panel .download-app {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .fdct-2 .download-app-panel .panel-body {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .fdct-2 .download-app-panel h2 {
    margin-bottom: 6px;
    font-size: 0.9375rem;
  }
}
.fdct-2 .ad-panel {
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .fdct-2 .ad-panel .panel-body {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .fdct-2 .ad-panel .panel-body {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.fdct-2 .search .form-group {
  position: relative;
}
.fdct-2 .search .form-group input {
  padding-right: 36px;
}
.fdct-2 .search .form-group .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 36px;
  height: 100%;
  color: #bfbfbe;
  background-color: transparent;
}
.fdct-2 .search .form-group .glyphicon {
  top: 4px;
}
.fdct-2 .product-short:not(.empty):hover {
  cursor: pointer;
  background-color: #f8f6f1 !important;
  transition: background-color 0.15s;
}
.fdct-2 .grade-icon {
  display: inline-block;
  background-size: 100%;
}
.fdct-2 i.type.f-headline-bad {
  color: #e9284a;
}
.fdct-2 i.type.f-headline-info {
  color: #464339;
}
.fdct-2 i.type.f-headline-good {
  color: #11a24e;
}
@media (min-width: 768px) {
  .fdct-2 .nav-tabs {
    margin: 5px 0 2px;
    padding: 0 20px;
  }
}
.fdct-2 .tab-content {
  min-height: 150px;
}
.fdct-2 .stats {
  margin-top: 20px;
  text-align: center;
  color: #777777;
}
.fdct-2 .stats a,
.fdct-2 .stats i {
  display: inline-block;
  vertical-align: middle;
}
.fdct-2 .stats a {
  color: #777777;
}
.fdct-2 .stats i {
  position: relative;
  margin-right: 0.2em;
}
.fdct-2 .stats i.positive {
  color: #11a24e;
}
.fdct-2 .stats i.positive.f-followed {
  color: #00b2f0;
}
.fdct-2 .stats .comments i {
  top: 0;
}
.fdct-2 .stats .likes i {
  top: -2px;
}
.fdct-2 .stats .followers i {
  top: -3px;
}
@media (min-width: 768px) {
  .fdct-2 .stats > div + div {
    margin-left: 50px;
  }
  .fdct-2 .stats i {
    font-size: 1.5rem;
  }
  .fdct-2 .stats .value {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .fdct-2 .stats > div + div {
    margin-left: 30px;
  }
  .fdct-2 .stats a {
    padding: 5px;
    margin: -5px;
  }
  .fdct-2 .stats i {
    font-size: 1.25rem;
  }
  .fdct-2 .stats .value {
    font-size: 0.8125rem;
  }
}
@media (max-width: 374px) {
  .fdct-2 .stats > div + div {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .fdct-2 .item-list .feed-item .stats i {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .fdct-2 .item-list .feed-item .stats i {
    font-size: 1rem;
  }
}
.fdct-2 .community-post-form {
  border: 1px solid #e1e1df;
}
.fdct-2 .community-post-form textarea.post-textarea {
  padding: 0;
  border: none;
  resize: none;
}
.fdct-2 .community-post-form .btn-post-col {
  text-align: right;
}
@media (min-width: 768px) {
  .fdct-2 .community-post-form {
    padding: 10px 15px;
  }
  .fdct-2 .community-post-form .btn-post-col {
    width: 15.66666667%;
  }
}
@media (max-width: 767px) {
  .fdct-2 .community-post-form {
    padding: 6px 10px 10px;
  }
  .fdct-2 .community-post-form .btn-post {
    margin-top: 5px;
  }
}
.fdct-2 .share-panel {
  text-align: center;
}
.fdct-2 .share-panel .count {
  vertical-align: -1px;
  white-space: nowrap;
  color: #777777;
}
.fdct-2 .share-panel ul {
  display: inline-block;
  margin: 0;
}
.fdct-2 .share-panel li {
  display: inline-block;
}
.fdct-2 .share-panel .btn {
  padding: 0;
  border-radius: 50%;
  color: white;
  background-color: #777777;
}
.fdct-2 .share-panel .btn:focus {
  outline: none;
}
@media (min-width: 768px) {
  .fdct-2 .share-panel li + li {
    margin-left: 14px;
  }
  .fdct-2 .share-panel .btn {
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 1.125rem;
  }
  .fdct-2 .share-panel .count {
    font-size: 0.9375rem;
  }
  .fdct-2 .share-panel .count .total {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .fdct-2 .share-panel li + li {
    margin-left: 10px;
  }
  .fdct-2 .share-panel .btn {
    width: 30px;
    height: 30px;
    line-height: 34px;
    font-size: 0.9375rem;
  }
  .fdct-2 .share-panel .count {
    font-size: 0.8125rem;
  }
  .fdct-2 .share-panel .count .total {
    margin-left: 6px;
  }
}
.glass-pane {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
}
::-moz-placeholder {
  color: #bfbfbe !important;
}
::-webkit-input-placeholder {
  color: #bfbfbe !important;
}
input:-ms-input-placeholder {
  color: #bfbfbe !important;
}
/*** loading animations ***/
a.loading {
  background: url(/resources/images/ajax-loader-small.gif) no-repeat center;
}
button.loading {
  background: #ffffff url(/resources/images/ajax-loader-button.gif) no-repeat center !important;
}
div.loading {
  min-height: 80px;
  background: url(/resources/images/ajax-loader.gif) no-repeat center;
}
/* loading animation popup */
.ui-dialog-content.loading {
  padding: 30px 30px 30px 100px !important;
  font-size: 25px;
  background: #ffffff url(/resources/images/ajax-loader.gif) 12% 50% no-repeat;
}
/*
 * A common css files for all Fooducate web site content
 * @author itziky
 */
.fdct-1 {
  /*** resets unwanted browser defaults ***/
  /*** HTML elements ***/
  /*** general rules ***/
  /* dark buttons (such as smart phones links or user dialog buttons) or panels with gradients (full search box) */
  /* general style for Google plus sign in - didn't do a generalization of FB connect button - expecting to have a new style from Dana when we'll re-skin all web site*/
  /* simple lists */
  /* The main column at any page */
  /* AKA clearfix, see http://css-tricks.com/snippets/css/clear-fix/ */
  /* For cases that we can't use class "group" - when it conflicts "curls" */
  /*** Any popup ***/
  /* popup close link */
  /* #user-dialog .ui-dialog-titlebar-close:hover{height: 16px; width: 16px;}*/
  /* a drop down menu */
  /*** jbar (jquery message bar) ***/
  /*** Any for field ***/
  /*** Confirmation popup ***/
  /* Had to fix the jquery overlay div, otherwise it wouldn't cover the page and kept the loading dialog non modal */
  /* Search box */
  /*** Any page content ***/
  /*** The static content pages ***/
  /*** Add this tool box ***/
  /* JQUERY UI Custom */
  /*** Page level form styles (such as Contact Us, Delete Account) ***/
  /*** End page level form styles ***/
}
@font-face {
  font-family: 'FridaMediumEssential';
  src: url('/resources/fonts/23B8D8_0_0.eot');
  src: url('/resources/fonts/23B8D8_0_0.eot?#iefix') format('embedded-opentype'), url('/resources/fonts/23B8D8_0_0.woff') format('woff'), url('/resources/fonts/23B8D8_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'FridaBoldEssential';
  src: url('/resources/fonts/23B8D8_1_0.eot');
  src: url('/resources/fonts/23B8D8_1_0.eot?#iefix') format('embedded-opentype'), url('/resources/fonts/23B8D8_1_0.woff') format('woff'), url('/resources/fonts/23B8D8_1_0.ttf') format('truetype');
}
.fdct-1 * {
  box-sizing: content-box;
}
.fdct-1 li,
.fdct-1 ol,
.fdct-1 ul,
.fdct-1 dl,
.fdct-1 dd,
.fdct-1 dt,
.fdct-1 form,
.fdct-1 fieldset {
  margin: 0;
  padding: 0;
}
.fdct-1 li {
  list-style: none;
}
.fdct-1 em {
  font-style: normal;
}
.fdct-1 img {
  border: none;
}
.fdct-1 fieldset {
  border: none;
}
.fdct-1 legend {
  display: none;
}
.fdct-1 *:FOCUS {
  outline: none;
}
.fdct-1 > *,
.fdct-1 input,
.fdct-1 textarea,
.fdct-1 button {
  Font-Family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 13px;
  color: #474338;
}
.fdct-1 a {
  text-decoration: none;
  cursor: pointer;
}
.fdct-1 a,
.fdct-1 a:VISITED {
  color: #2b62b4;
}
.fdct-1 a:HOVER {
  text-decoration: underline;
}
.fdct-1 h3,
.fdct-1 h4 {
  margin: 0;
  font-weight: normal;
}
.fdct-1 p {
  margin-top: 13px;
  margin-bottom: 13px;
  line-height: 1.3em;
}
.fdct-1 button {
  padding: 0;
  border: 1px solid #eeedeb;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  /* for IE9 */
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #f9f8f4;
  /* Old browsers */
  /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjhmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjZjJlZmU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZWJlOGUzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjZTZlNWUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzZTJlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=); /* IE9 SVG */
  background: -moz-linear-gradient(top, #f9f8f4 0%, #f2efe8 8%, #ebe8e3 50%, #e6e5e0 92%, #e3e2e1 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #f9f8f4 0%, #f2efe8 8%, #ebe8e3 50%, #e6e5e0 92%, #e3e2e1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9f8f4 0%, #f2efe8 8%, #ebe8e3 50%, #e6e5e0 92%, #e3e2e1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9f8f4 0%, #f2efe8 8%, #ebe8e3 50%, #e6e5e0 92%, #e3e2e1 100%);
  /* IE10+ */
  background: linear-gradient(top, #f9f8f4 0%, #f2efe8 8%, #ebe8e3 50%, #e6e5e0 92%, #e3e2e1 100%);
  /* W3C */
}
.fdct-1 div.dark,
.fdct-1 a.dark,
.fdct-1 button.dark {
  color: white;
  background: #464338;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2NDMzOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iIzNiMzgyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjM4MmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* IE9 SVG*/
  background: -moz-linear-gradient(top, #464338 0%, #3b382f 50%, #3b382f 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #464338 0%, #3b382f 50%, #3b382f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #464338 0%, #3b382f 50%, #3b382f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #464338 0%, #3b382f 50%, #3b382f 100%);
  /* IE10+ */
  background: linear-gradient(top, #464338 0%, #3b382f 50%, #3b382f 100%);
  /* W3C */
}
.fdct-1 a.dark:HOVER,
.fdct-1 button.dark:HOVER,
.fdct-1 button.dark:focus {
  background: #3b382f;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNiMzgyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzNiMzgyZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NjQzMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* IE9 SVG*/
  background: -moz-linear-gradient(top, #3b382f 0%, #3b382f 50%, #464338 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #3b382f 0%, #3b382f 50%, #464338 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3b382f 0%, #3b382f 50%, #464338 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3b382f 0%, #3b382f 50%, #464338 100%);
  /* IE10+ */
  background: linear-gradient(top, #3b382f 0%, #3b382f 50%, #464338 100%);
  /* W3C */
}
.fdct-1 button#google-plus-sign-in {
  position: relative;
  font-size: 14px;
  color: white;
  background: #dd4c39;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
}
.fdct-1 button#google-plus-sign-in .logo {
  position: absolute;
  left: 10px;
  top: -6px;
}
.fdct-1 button#google-plus-sign-in em {
  font-size: 30px;
  font-weight: 300;
  font-family: trebuchet;
}
.fdct-1 #singin-button-dailog:focus {
  outline: 4px solid #fff;
}
.fdct-1 div.orange,
.fdct-1 a.orange,
.fdct-1 button.orange {
  background: #F79C18;
}
.fdct-1 div.green,
.fdct-1 a.green,
.fdct-1 button.green {
  background: #058109;
  color: #fff;
}
.fdct-1 ul.styled {
  padding-left: 40px;
}
.fdct-1 ul.styled li {
  list-style: disc;
}
.fdct-1 .content {
  /* any content panel will be centered on the browser window and have the same width */
  width: 960px;
  margin: 0 auto;
  vertical-align: middle;
  /* to have page bottom curls, in some inner panels (see secion.css) */
  position: relative;
  z-index: 0;
}
.fdct-1 .main-column {
  width: 635px;
  float: left;
  position: relative;
}
.fdct-1 .side-column {
  float: right;
  margin-bottom: 50px;
  width: 300px;
}
.fdct-1 .group:before,
.fdct-1 .group:after {
  content: "";
  display: table;
}
.fdct-1 .group:after {
  clear: both;
}
.fdct-1 .group {
  zoom: 1;
  /* For IE 7 (trigger hasLayout) */
}
.fdct-1 .clearance {
  clear: both;
}
.fdct-1 .prompt {
  color: #a19e91;
}
.fdct-1 a[disabled] {
  text-decoration: none;
  cursor: default;
  color: #d2d2d2 !important;
}
.fdct-1 .nowrap {
  white-space: nowrap;
}
.fdct-1 .date {
  font-size: 10px;
  color: #8a8378;
}
.fdct-1 .clickable {
  cursor: pointer;
}
.fdct-1 span.error,
.fdct-1 p.error {
  color: #ea3010;
}
.fdct-1 #not-found {
  text-align: center;
}
.fdct-1 #not-found li {
  text-align: left;
  margin-left: 35%;
}
.fdct-1 .ui-dialog-content {
  border: 1px solid #b5b4b0;
  box-shadow: 0 0 1px #b5b4b0;
  border-radius: 8px;
  /* for IE9 */
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  /* to change jquery dialog defaults */
  min-height: 0px !important;
}
.fdct-1 .ui-widget-overlay.lightbox {
  background-color: black;
  opacity: 0.4;
}
.fdct-1#product-scales-dialog .ui-dialog-titlebar-close,
.fdct-1#user-dialog .ui-dialog-titlebar-close {
  position: absolute;
  left: 300px;
  top: 20px;
  width: 16px;
  height: 16px;
  padding: 0;
  background: #e0e0e0 url(/resources/images/sprite.1.262.png) no-repeat 0 -90px;
  z-index: 100;
  border: 1px solid white;
  text-indent: -9999px;
  border-radius: 4px;
  /* for IE9 */
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fdct-1#product-scales-dialog .ui-dialog-titlebar-close .ui-icon .ui-icon-closethick,
.fdct-1#user-dialog .ui-dialog-titlebar-close .ui-icon .ui-icon-closethick {
  background: none;
}
.fdct-1#product-scales-dialog.ui-dialog div.ui-dialog-titlebar a.ui-dialog-titlebar-close span.ui-icon,
.fdct-1#user-dialog.ui-dialog div.ui-dialog-titlebar a.ui-dialog-titlebar-close span.ui-icon {
  background: none;
  height: 16px;
  width: 16px;
}
.fdct-1#product-scales-dialog .ui-dialog-titlebar-close:HOVER,
.fdct-1#user-dialog .ui-dialog-titlebar-close:HOVER {
  background-color: #ede7d9;
}
.fdct-1#product-scales-dialog .ui-widget-header,
.fdct-1#user-dialog .ui-widget-header {
  background: none;
  border: 0;
  position: absolute;
}
.fdct-1 .ui-dialog-content.drop-down-menu {
  margin-top: -10px;
  box-shadow: 0 1px 2px #b5b4b0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  /* for IE9 */
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0;
  padding: 0;
}
.fdct-1 .drop-down-menu li + li {
  border-top: 1px solid #E3E3E3;
}
.fdct-1 .drop-down-menu a {
  display: block;
  padding: 3px 6px;
  color: #474338;
  background-color: white;
  text-decoration: none;
}
.fdct-1 .drop-down-menu a:HOVER {
  background-color: #F7F6F0;
}
.fdct-1 .drop-down-menu li.hidden {
  display: none;
}
.fdct-1.jbar {
  height: 50px;
  width: 100%;
  position: fixed;
  text-align: center;
  left: 0px;
  top: 0px;
  z-index: 9999999;
  margin: 0px;
  padding: 0px;
}
.fdct-1.jbar .jbar-content {
  font-size: 18px;
  position: relative;
  padding: 13px 0;
  border: 1px solid #938d78;
  border-top: none;
  box-shadow: 1px 1px 3px #938d78;
  background-color: #F0F0F0;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  /* for IE9 */
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.fdct-1.jbar .text {
  background-image: url(/resources/images/sprite.1.262.png);
  background-repeat: no-repeat;
  padding-left: 60px;
  min-height: 72px;
  line-height: 72px;
}
.fdct-1.jbar .text.error {
  background-position: 30px -110px;
}
.fdct-1.jbar .text.info {
  background-position: 30px -190px;
}
.fdct-1.jbar .text.long {
  margin-left: -15px;
  padding-left: 125px;
  padding-right: 60px;
  font-size: 15px;
  line-height: 1.5em;
}
.fdct-1.jbar .text.long em {
  font-weight: bold;
}
.fdct-1.jbar .text.long p {
  margin: 6px 0 0;
  text-align: left;
}
.fdct-1.jbar .ui-dialog-titlebar-close {
  right: 11px;
  top: 13px;
}
.fdct-1 .field label {
  display: block;
  margin-left: 2px;
}
.fdct-1 .field input {
  margin-top: 3px;
  padding: 4px;
  border: none;
  font-size: 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* for IE9 */
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fdct-1 .field .error {
  float: left;
  font-size: 11px;
  margin: 3px 0 0 2px;
}
.fdct-1 #confirmation-popup {
  padding: 20px;
  background-color: #e8e2d2;
}
.fdct-1 #confirmation-popup h2 {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.fdct-1 #confirmation-popup button {
  float: left;
  width: auto;
  padding: 0 30px;
  font-size: 14px;
  font-weight: normal;
}
.fdct-1 #confirmation-popup[type='1'] button {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.fdct-1 #confirmation-popup a {
  margin-top: 23px;
  float: right;
  text-decoration: underline;
}
.fdct-1 .ui-widget-overlay {
  position: absolute;
  top: 0;
}
.fdct-1 #welcome-to-fooducate #search-product,
.fdct-1 #search-product {
  display: inline-block;
  padding: 0;
  /*3px 3px 3px 7px;*/
  background: url("/resources/images/home-sprite-1-28.png") no-repeat scroll 273px -242px #ffffff;
  border: 1px solid #464339;
  /* rounded corners */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* for IE9 */
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fdct-1 #search-product > input {
  float: left;
  height: 19px;
  width: 260px;
  padding: 3px 0;
  border: none;
  margin: 3px 7px 3px 7px;
  font-size: 16px;
}
.fdct-1 #search-product > button {
  float: left;
  width: 40px;
  height: 30px;
  background: none;
  border-radius: 0;
  border: 0;
}
.fdct-1 h1 {
  font-family: FridaMediumEssential;
  font-size: 32px;
}
.fdct-1 #page-content-strip {
  padding-top: 25px;
  padding-bottom: 70px;
  overflow: hidden;
}
.fdct-1 #page-content-strip {
  /* although we have sticky footer - for "loading" cases when the page is empty for a while */
  min-height: 600px;
}
.fdct-1 .content-page .section-full {
  padding: 15px 25px;
}
.fdct-1 .content-page p {
  line-height: 1.4em;
}
.fdct-1 .report-issue {
  margin-top: 10px;
  padding: 3px 0 0;
  display: inline-block;
  color: #474338;
  font-size: 12px;
}
.fdct-1 .report-issue:HOVER {
  background-position: -20px -60px;
}
.fdct-1 #add-this.vertical > *,
.fdct-1 #add-this.vertical > * > * {
  float: none;
}
.fdct-1 #add-this.vertical > * {
  display: block;
  padding: 0;
}
.fdct-1 #add-this.vertical > * + * {
  margin-top: 4px;
}
.fdct-1 #add-this.vertical > .addthis_button_pinterest_pinit + * {
  margin-top: -2px;
}
.fdct-1 #category-browse #add-this,
.fdct-1 .main-column #add-this {
  position: absolute;
  left: -33px;
  padding: 4px 4px 0px;
  background-color: white;
  border-radius: 5px;
  /* for IE9 */
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.fdct-1 #breadcrumbs {
  margin: 0 0 8px;
}
.fdct-1 #breadcrumbs a,
.fdct-1 #breadcrumbs a:visited {
  color: #464339;
}
.fdct-1 #sidetabs {
  position: fixed;
  right: 0;
  top: 180px;
}
.fdct-1 #sidetabs #iphone-side-tab {
  background: url('/resources/images/homepage_sprite.png') no-repeat 0 -1724px;
  width: 77px;
  height: 113px;
  display: block;
}
.fdct-1 #sidetabs #andriod-side-tab {
  background: url('/resources/images/homepage_sprite.png') no-repeat -1px -1888px;
  width: 77px;
  height: 113px;
  display: block;
}
.fdct-1 #sidetabs #iphone-side-tab:hover {
  background: url('/resources/images/sidetab-hover.png') no-repeat 0 -187px;
}
.fdct-1 #sidetabs #andriod-side-tab:hover {
  background: url('/resources/images/sidetab-hover.png') no-repeat 0 1px;
}
.fdct-1 #user-actions li {
  float: left;
  margin: 0 10px;
}
.fdct-1 .ui-datepicker-calendar .ui-state-active {
  background: none repeat scroll 0 0 #464339;
  color: #E0DBCD;
}
.fdct-1 .fdct-dialog-btn {
  background: url("/var/www/html/www.fooducate.com/public/resources/css/all/images/ui-bg_highlight-hard_20_464339_1x100.png") repeat-x scroll 50% 50% #464339 !important;
  border: 1px solid #28261F !important;
  color: #FFFFFF !important;
  font-weight: normal !important;
}
.fdct-1 .fdct-dialog-btn.red {
  background: url("/var/www/html/www.fooducate.com/public/resources/css/all/images/ui-bg_highlight-hard_20_464339_1x100.png") repeat-x scroll 50% 50% #da140f !important;
  border: 1px solid #28261F !important;
  color: #FFFFFF !important;
  font-weight: normal !important;
}
.fdct-1 .ui-dialog,
.fdct-1 .ui-dialog .ui-dialog-buttonpane {
  border: 0;
}
.fdct-1 .ui-dialog-content {
  border: 0;
  box-shadow: none;
}
.fdct-1 .fdct-dialog-btn-red {
  background: #da140f;
}
.fdct-1 .page-form a {
  color: #474338;
  text-decoration: underline;
}
.fdct-1 .page-form form {
  padding: 15px;
}
.fdct-1 .page-form form div + div {
  margin-top: 10px;
}
.fdct-1 .page-form label {
  margin-bottom: 2px;
  display: block;
  color: #9A9785;
}
.fdct-1 .page-form input,
.fdct-1 .page-form select,
.fdct-1 .page-form textarea {
  padding: 2px 5px;
}
.fdct-1 .page-form input {
  margin-right: 10px;
  font-size: 14px;
}
.fdct-1 .page-form input {
  width: 150px;
}
.fdct-1 .page-form select {
  margin: 0;
}
.fdct-1 #contact.page-form select {
  margin-top: 15px;
}
.fdct-1 #textarea-box {
  height: 103px;
}
.fdct-1 .page-form textarea {
  width: 98%;
  height: 4em;
  margin-bottom: 8px;
  font-size: 13px;
}
.fdct-1 .page-form .error {
  padding: 2px 10px;
  color: white;
  background-color: #ea3010;
  font-weight: bold;
}
.fdct-1 .page-form button {
  margin-top: 10px;
  width: 55px;
  height: 27px;
}
.fdct-1 #success {
  float: left;
  margin-top: 15px;
  padding: 10px;
  color: white;
  background-color: #88B06A;
  font-weight: bold;
  /* rounded corners */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /* for IE9 */
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fdct-1 #success p {
  margin: 0;
}
.fdct-1 #success p + p {
  margin-top: 10px;
}
.fdct-1 button.read-more,
.fdct-1 a.read-more {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  color: #ffffff;
  clear: both;
  display: inline-block;
  font-size: 14px;
  font-family: FridaBoldEssential;
  font-weight: bold;
  padding: 3px 20px;
  text-decoration: none;
  background-color: #4e4b42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4e4b42), to(#2f2d27));
  background-image: -webkit-linear-gradient(top, #4e4b42, #2f2d27);
  background-image: -moz-linear-gradient(top, #4e4b42, #2f2d27);
  background-image: -o-linear-gradient(top, #4e4b42, #2f2d27);
  background-image: linear-gradient(to bottom, #4e4b42, #2f2d27);
  background-image: -ms-linear-gradient(#4e4b42, #2f2d27);
}
.fdct-1 button.read-more:hover,
.fdct-1 a.read-more:hover {
  background-color: #5d5a4e;
  /*2f2d27;*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2f2d27), to(#4e4b42));
  background-image: -webkit-linear-gradient(top, #2f2d27, #4e4b42);
  background-image: -moz-linear-gradient(top, #2f2d27, #4e4b42);
  background-image: -o-linear-gradient(top, #2f2d27, #4e4b42);
  background-image: linear-gradient(to bottom, #2f2d27, #4e4b42);
}
.fdct-1 a.read-more:focus,
.fdct-1 button.read-more:focus {
  outline: 4px solid #fff;
}
@media (min-width: 768px) {
  header.fdct-2 {
    height: 73px;
  }
}
@media (max-width: 767px) {
  header.fdct-2 {
    height: 40px;
  }
}
header.fdct-2 .navbar {
  background-color: white;
  border-bottom: 1px solid #e7e7e7;
}
@media (min-width: 768px) {
  header.fdct-2 .navbar {
    height: 73px;
  }
}
@media (max-width: 767px) {
  header.fdct-2 .navbar {
    height: 40px;
  }
}
header.fdct-2 .navbar .navbar-brand {
  padding: 0;
}
header.fdct-2 .navbar .navbar-brand img {
  height: 100%;
}
header.fdct-2 .navbar .navbar-brand .text {
  font-family: HelveticaNeueLTStd-Md;
}
@media (min-width: 768px) {
  header.fdct-2 .navbar .navbar-header {
    height: 73px;
  }
}
@media (max-width: 767px) {
  header.fdct-2 .navbar .navbar-header {
    height: 40px;
  }
}
header.fdct-2 .navbar-nav > li > a {
  color: #464339;
  line-height: normal;
}
header.fdct-2 .navbar-nav.main-nav > li > a {
  text-transform: uppercase;
}
header.fdct-2 .navbar-nav .dropdown-menu > li > a {
  padding: 6px 10px;
}
header.fdct-2 .user-menu .login {
  color: #777777;
}
header.fdct-2 .user-menu .avatar {
  margin: -3px 3px -2px 0;
  height: 22px;
  width: auto;
  border-radius: 50%;
}
header.fdct-2 .user-menu .nick {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: auto;
  vertical-align: middle;
}
@media (min-width: 768px) {
  header.fdct-2 .search {
    margin-top: 20px;
  }
  header.fdct-2 .navbar-collapse {
    padding: 0;
  }
  header.fdct-2 .navbar-nav {
    margin-top: 13px;
  }
  header.fdct-2 .navbar-nav > li > a {
    font-family: HelveticaNeueLTStd-Md;
    font-size: 0.8125rem;
  }
  header.fdct-2 .navbar-nav.main-nav > li > a {
    padding-left: 7px;
    padding-right: 7px;
    text-transform: uppercase;
  }
  header.fdct-2 .user-menu .login {
    font-size: 0.8125rem;
  }
  header.fdct-2 .user-menu > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  header.fdct-2 .user-menu .nick {
    max-width: 80px;
  }
}
@media (min-width: 992px) {
  header.fdct-2 .navbar .navbar-brand {
    margin: 12px 0 0;
    height: 40px;
  }
  header.fdct-2 .navbar .navbar-brand .text {
    font-size: 1.375rem;
    vertical-align: -5px;
    margin-left: 2px;
  }
  header.fdct-2 .search {
    margin-left: 10px;
  }
  header.fdct-2 .search .form-group input {
    width: 230px;
  }
  header.fdct-2 .navbar-nav > li > a {
    font-size: 0.875rem;
  }
  header.fdct-2 .navbar-nav.main-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  header.fdct-2 .user-menu .nick {
    max-width: 115px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header.fdct-2 .navbar .navbar-brand {
    margin: 20px 0 0;
    height: 28px;
  }
  header.fdct-2 .navbar .navbar-brand .text {
    font-size: 0.9375rem;
    vertical-align: -3px;
  }
  header.fdct-2 .search .form-group input {
    width: 152px;
  }
}
@media (max-width: 767px) {
  header.fdct-2 .navbar {
    min-height: 40px;
  }
  header.fdct-2 .navbar .navbar-header {
    float: left;
  }
  header.fdct-2 .navbar .navbar-brand {
    margin-left: 4px;
    padding: 11px 0 8px;
    height: auto;
  }
  header.fdct-2 .navbar .navbar-brand .text {
    font-size: 1rem;
  }
  header.fdct-2 .navbar .navbar-toggle {
    margin: 4px 0 0 5px;
    float: left;
    border-radius: 0;
  }
  header.fdct-2 .navbar .navbar-toggle .icon-bar {
    width: 20px;
    height: 2px;
    background-color: #464339;
  }
  header.fdct-2 .navbar .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
  }
  header.fdct-2 .navbar .navbar-collapse {
    position: absolute;
    top: 40px;
    width: 100%;
    max-height: 400px;
    background-color: white;
    border-bottom: 1px solid #e7e7e7;
  }
  header.fdct-2 .navbar-nav > li > a {
    font-family: HelveticaNeueLTStd-Lt;
    font-size: 1.125rem;
  }
  header.fdct-2 .search {
    float: right;
    margin: 2px -15px 0 0;
    padding: 0;
  }
  header.fdct-2 .search .form-group {
    position: static;
    margin: 0;
  }
  header.fdct-2 .search .form-group input {
    position: absolute;
    left: 726px;
    top: 3px;
    z-index: 1;
    border: none;
    transition: left 0.3s;
  }
  header.fdct-2 .search .form-group input.open {
    left: 50px;
  }
  header.fdct-2 .search .form-group .btn {
    position: relative;
    z-index: 2;
    width: 41px;
    height: 32px;
    padding-right: 5px;
    color: #777777;
    background-color: white;
  }
  header.fdct-2 .user-menu .login {
    font-size: 1rem;
    font-family: HelveticaNeueLTStd-Roman;
    padding-top: 12px;
    padding-bottom: 9px;
  }
  header.fdct-2 .user-menu.uncollapsed {
    margin: 0;
    float: right;
  }
  header.fdct-2 .user-link:hover {
    background-color: transparent !important;
  }
  header.fdct-2 .user-link .nick {
    font-size: 0.875rem;
  }
  header.fdct-2 .user-link .avatar {
    margin-right: 0;
    height: 16px;
  }
}
@media (max-width: 414px) {
  header.fdct-2 .search .form-group input {
    left: 373px;
  }
}
#page {
  background-color: #f0ede4;
}
html,
body {
  height: 100%;
}
#page {
  min-height: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #page {
    margin-bottom: -269px;
  }
  #push-footer,
  footer {
    height: 269px;
  }
}
@media (max-width: 767px) {
  #page {
    margin-bottom: -495px;
  }
  #push-footer,
  footer {
    height: 495px;
  }
}
footer.fdct-2 {
  background-color: white;
  text-align: center;
}
footer.fdct-2 .pr-list {
  display: block;
}
footer.fdct-2 .pr-list img {
  max-width: 100%;
  margin: 0 auto;
}
footer.fdct-2 .rights {
  font-size: 0.75rem;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  footer.fdct-2 .promo-section {
    padding-top: 40px;
  }
  footer.fdct-2 .pr-list {
    padding: 50px 0 10px;
  }
  footer.fdct-2 nav {
    padding-top: 40px;
    font-size: 0.875rem;
  }
  footer.fdct-2 nav .nav-list {
    display: inline-block;
  }
  footer.fdct-2 nav ul {
    display: inline-block;
  }
  footer.fdct-2 nav li {
    float: left;
  }
  footer.fdct-2 nav li + li {
    margin-left: 18px;
  }
  footer.fdct-2 .rights {
    padding: 10px 0 20px;
  }
}
@media (min-width: 992px) {
  footer.fdct-2 nav ul {
    float: left;
  }
  footer.fdct-2 nav ul + ul {
    margin-left: 18px;
  }
}
@media (max-width: 767px) {
  footer.fdct-2 .promo-section {
    padding: 30px 0;
  }
  footer.fdct-2 .pr-list {
    padding: 20px 0 30px;
  }
  footer.fdct-2 nav {
    padding: 30px 0;
    border-top: 1px solid #5c5c5a;
    border-bottom: 1px solid #5c5c5a;
    text-align: left;
  }
  footer.fdct-2 nav ul {
    width: 50%;
    float: left;
  }
  footer.fdct-2 nav li + li {
    margin-top: 12px;
  }
  footer.fdct-2 .rights {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  #general-page .panel {
    width: 80%;
  }
}
#general-page .panel h2,
#general-page .panel h3 {
  margin: 1.5em 0 0.5em;
}
#general-page .panel h2.subtitle,
#general-page .panel h3.subtitle {
  margin-top: 0;
}
@media (min-width: 768px) {
  #general-page .panel p,
  #general-page .panel dd,
  #general-page .panel ul.styled li,
  #general-page .panel ol li {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  #general-page .panel dt {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  #general-page .panel dt {
    font-size: 0.9375rem;
  }
}
#general-page .panel p {
  margin: 1.25em 0 0.5em;
}
@media (min-width: 768px) {
  #general-page .panel p.intro {
    font-size: 1.125rem;
  }
}
#general-page .panel p:first-child {
  margin-top: 0;
}
#general-page .panel p:last-child {
  margin-bottom: 0;
}
#general-page .panel em {
  color: #37352c;
}
#general-page .panel form {
  margin-top: 30px;
}
#general-page .panel .btn {
  margin-top: 15px;
}
#general-page .panel .alert {
  margin: 20px 0 0;
}
#general-page .panel label.error {
  position: absolute;
  left: 2px;
  top: -17px;
  font-size: 0.75rem;
  white-space: nowrap;
  color: #e9284a;
}
@media (min-width: 768px) {
  #general-page .panel-heading {
    padding: 30px;
  }
  #general-page .panel-body {
    padding: 0 30px 30px;
  }
}
@media (max-width: 767px) {
  #general-page .panel-heading {
    padding: 15px;
  }
  #general-page .panel-body {
    padding: 0 15px 15px;
  }
}
#general-page .item-list-panel .panel-body {
  padding: 0;
}
#general-page .item-list .item:first-child {
  border-top: 1px solid #d6d5d1;
}
@media (min-width: 768px) {
  #general-page .item-list .item {
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  #general-page .item-list .item {
    padding: 10px 15px;
  }
}
@media (min-width: 992px) {
  #general-page #advisory-board .panel {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #general-page #advisory-board .panel-body {
    padding: 30px 50px;
  }
}
#general-page #advisory-board li + li {
  margin-top: 60px;
}
#general-page #advisory-board h2,
#general-page #advisory-board h3 {
  margin: 0;
}
@media (min-width: 768px) {
  #general-page #advisory-board h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  #general-page #advisory-board h2 {
    font-size: 1.25rem;
  }
}
#general-page #advisory-board h2 a {
  text-decoration: none;
}
#general-page #advisory-board .picture {
  border-radius: 50%;
}
@media (min-width: 992px) {
  #general-page #advisory-board .picture {
    width: 195px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #general-page #advisory-board .picture {
    width: 140px;
  }
}
@media (max-width: 767px) {
  #general-page #advisory-board .picture {
    display: block;
    margin: 10px auto 20px;
  }
}
#page.sugar-rush {
  text-align: center;
}
#page.sugar-rush .top {
  background-color: #3eaac6;
}
#page.sugar-rush .top * {
  color: white;
}
#page.sugar-rush .top .samples > * {
  display: inline-block;
  vertical-align: middle;
}
#page.sugar-rush .top .samples .sample {
  position: relative;
}
#page.sugar-rush .top .samples .sample .content {
  position: absolute;
  width: 86%;
  left: 7%;
  top: 12%;
}
#page.sugar-rush .top .samples .sample .phone {
  position: relative;
  width: 100%;
}
#page.sugar-rush .bottom .message p {
  margin-bottom: 0.5rem;
}
#page.sugar-rush .bottom .download-app {
  margin-top: 25px;
}
@media (min-width: 768px) {
  #page.sugar-rush .top {
    padding: 20px 0 60px;
  }
  #page.sugar-rush .top .message p {
    font-size: 1.75rem;
  }
  #page.sugar-rush .top .samples {
    margin-top: 50px;
  }
  #page.sugar-rush .top .samples .splash {
    width: 250px;
  }
  #page.sugar-rush .top .samples .sample {
    margin-left: 30px;
    width: 150px;
  }
  #page.sugar-rush .bottom {
    padding: 20px 0 50px;
  }
  #page.sugar-rush .bottom .message h1 {
    font-size: 1.75rem;
  }
  #page.sugar-rush .bottom .message p {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  #page.sugar-rush .top {
    padding: 10px 0 30px;
  }
  #page.sugar-rush .top .message p {
    font-size: 1.125rem;
  }
  #page.sugar-rush .top .samples {
    margin-top: 30px;
  }
  #page.sugar-rush .top .samples .splash {
    width: 150px;
  }
  #page.sugar-rush .top .samples .sample {
    margin-left: 20px;
    width: 100px;
  }
  #page.sugar-rush .bottom {
    padding: 10px 0 50px;
  }
  #page.sugar-rush .bottom .message h1 {
    font-size: 1.375rem;
  }
  #page.sugar-rush .bottom .message p {
    font-size: 1.125rem;
  }
}
#home .hero-section {
  color: white;
  background-size: cover;
}
#home .hero-section h1,
#home .hero-section h2 {
  text-shadow: 0 0 2px #60681d;
}
#home .hero-section h1 {
  line-height: 1.25em;
}
#home .hero-section h2 {
  font-family: HelveticaNeueLTStd-Roman;
}
@media (min-width: 768px) {
  #home .hero-section {
    height: 500px;
    background-position: center;
  }
  #home .hero-section h1 {
    padding-top: 70px;
    font-size: 2.875rem;
  }
  #home .hero-section h2 {
    margin-top: 30px;
  }
  #home .hero-section .download-app {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #home .hero-section h1.large {
    font-size: 2.875rem;
  }
  #home .hero-section h2 {
    font-size: 1.4375rem;
  }
}
@media (max-width: 767px) {
  #home .hero-section {
    height: 290px;
    background-position: 55% center;
  }
  #home .hero-section h1 {
    padding-top: 30px;
    font-size: 1.625rem;
  }
  #home .hero-section h2 {
    margin-top: 12px;
  }
  #home .hero-section .download-app {
    margin-top: 15px;
  }
}
#home .page-content {
  background-color: #f0ede4;
}
#home .testimonials-section {
  background-color: white;
  color: #5c5c5a;
}
#home .testimonials-section img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
#home .testimonials-section .text-col {
  padding-left: 0;
}
#home .testimonials-section q {
  line-height: 1.4em;
  font-style: italic;
}
#home .testimonials-section cite {
  display: block;
}
@media (min-width: 768px) {
  #home .testimonials-section {
    margin-top: 30px;
    height: 150px;
  }
  #home .testimonials-section .item {
    padding: 25px;
  }
  #home .testimonials-section img {
    width: 100px;
    height: 100px;
  }
  #home .testimonials-section q {
    font-size: 1.25rem;
  }
  #home .testimonials-section cite {
    margin-top: 10px;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  #home .testimonials-section {
    margin-top: 0;
    height: 145px;
  }
  #home .testimonials-section .item {
    padding: 15px;
  }
  #home .testimonials-section img {
    width: 50px;
    height: 50px;
  }
  #home .testimonials-section q {
    display: block;
    font-size: 0.875rem;
  }
  #home .testimonials-section cite {
    margin-top: 5px;
    font-size: 0.875rem;
  }
}
#home .panel-default .panel-body {
  border-top: 1px solid #d6d5d1;
}
#home .panel-heading {
  position: relative;
}
#home .panel-heading:before,
#home .panel-heading:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
}
@media (min-width: 768px) {
  #home .panel-heading:before,
  #home .panel-heading:after {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  #home .panel-heading:before,
  #home .panel-heading:after {
    width: 50px;
    height: 50px;
  }
}
#home .panel-heading:before {
  border-left-style: solid;
  border-top-style: solid;
  border-left-color: transparent;
}
@media (min-width: 768px) {
  #home .panel-heading:before {
    border-left-width: 100px;
    border-top-width: 100px;
  }
}
@media (max-width: 767px) {
  #home .panel-heading:before {
    border-left-width: 50px;
    border-top-width: 50px;
  }
}
#home .panel-heading:after {
  background-size: 100%;
}
#home .tracker-section .panel-heading:before {
  border-top-color: #00b2f0;
}
#home .tracker-section .panel-heading:after {
  background-image: url("/resources/images/home/tracker.png?2");
}
#home .tracker-section .btn {
  background-color: #00b2f0;
}
#home .tracker-section .btn:active {
  background-color: #029acf;
}
#home .products-section .panel-heading:before {
  border-top-color: #e9284a;
}
#home .products-section .panel-heading:after {
  background-image: url("/resources/images/home/products.png?2");
}
#home .products-section .btn {
  background-color: #e9284a;
}
#home .products-section .btn:active {
  background-color: #cc2341;
}
#home .discussions-section .panel-heading:before {
  border-top-color: #f85d08;
}
#home .discussions-section .panel-heading:after {
  background-image: url("/resources/images/home/discussions.png?2");
}
#home .discussions-section .btn {
  background-color: #f85d08;
}
#home .discussions-section .btn:active {
  background-color: #cc4e09;
}
#home .dailyTip-section .panel-heading:before {
  border-top-color: #11a24e;
}
#home .dailyTip-section .panel-heading:after {
  background-image: url("/resources/images/home/dailyTip.png?2");
}
#home .dailyTip-section .btn {
  background-color: #11a24e;
}
#home .dailyTip-section .btn:active {
  background-color: #0f803f;
}
#home .recipes-section .panel-heading:before {
  border-top-color: #a4b914;
}
#home .recipes-section .panel-heading:after {
  background-image: url("/resources/images/home/recipes.png?2");
}
#home .recipes-section .btn {
  background-color: #a4b914;
}
#home .recipes-section .btn:active {
  background-color: #879811;
}
#home .panel {
  overflow: hidden;
}
#home .panel .panel-title {
  text-transform: none;
}
@media (min-width: 768px) {
  #home .panel {
    margin: 30px 0;
  }
  #home .panel .panel-heading {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #home .panel .panel-title {
    font-size: 2.25rem;
  }
  #home .panel p.intro {
    margin: 0.875rem 0 0;
  }
  #home .panel .panel-footer {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  #home .panel .panel-heading {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  #home .panel .panel-title {
    font-size: 1.25rem;
    font-family: HelveticaNeueLTStd-Roman;
  }
  #home .panel p.intro {
    margin: 0.5rem 0 0;
  }
  #home .panel .panel-footer {
    border-top: none;
    text-align: center;
  }
  #home .panel .panel-footer .btn {
    width: 150px;
  }
}
#home .tracker-section .image-col {
  text-align: center;
}
#home .tracker-section .image-col img {
  max-width: 100%;
}
#home .tracker-section .download-app {
  display: none;
}
@media (min-width: 768px) {
  #home .tracker-section .image-col img {
    padding: 30px;
  }
  #home .tracker-section .image-col + .image-col {
    border-left: 1px solid #d6d5d1;
  }
}
@media (max-width: 767px) {
  #home .tracker-section .image-col img {
    padding: 15px;
  }
  #home .tracker-section .image-col + .image-col {
    border-top: 1px solid #d6d5d1;
  }
}
#home .dynamic-content-section .loading {
  background-color: white;
}
@media (min-width: 768px) {
  #home .dynamic-content-section .loading {
    min-height: 340px;
  }
}
@media (max-width: 767px) {
  #home .dynamic-content-section .loading {
    min-height: 130px;
  }
}
#home .products-section .carousel .inner-item {
  float: left;
  height: 100%;
  background-color: white;
}
#home .products-section .carousel .inner-item + .inner-item {
  border-left: 1px solid #d6d5d1;
}
#home .products-section .inner-item h3 {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 56px;
}
@media (min-width: 768px) {
  #home .products-section {
    min-height: 340px;
  }
  #home .products-section .carousel {
    height: 340px;
  }
  #home .products-section .inner-item {
    width: 33.33333333%;
    padding: 18px;
  }
  #home .products-section .inner-item .picture {
    margin: 0 auto;
  }
  #home .products-section .inner-item .picture {
    width: 180px;
    height: 180px;
    position: relative;
  }
  #home .products-section .inner-item .picture img {
    position: absolute;
    left: 0;
    clip: rect(0, 180px, 180px, 0);
    width: 180px;
  }
  #home .products-section .inner-item .grade-icon {
    display: block;
    margin: 12px auto 0;
    width: 60px;
    height: 60px;
  }
  #home .products-section .inner-item h3 {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  #home .products-section .carousel {
    height: 130px;
  }
  #home .products-section .inner-item {
    width: 100%;
    padding: 14px;
  }
  #home .products-section .inner-item .picture {
    float: left;
    margin-right: 10px;
  }
  #home .products-section .inner-item .picture {
    width: 96px;
    height: 96px;
    position: relative;
  }
  #home .products-section .inner-item .picture img {
    position: absolute;
    left: 0;
    clip: rect(0, 96px, 96px, 0);
    width: 96px;
  }
  #home .products-section .inner-item .grade-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
  }
  #home .products-section .inner-item h3 {
    margin-top: 1px;
  }
}
.fdct-1 {
  /* Product picture */
  /* grade icon */
  /* when the grade is on the procut picture */
}
.fdct-1 .product-details:HOVER {
  cursor: pointer;
  background-color: #f7f6f0;
}
.fdct-1 .product-picture-holder {
  position: relative;
}
.fdct-1 .product-picture-holder .picture {
  position: absolute;
  left: 0;
}
.fdct-1 .product-picture-holder.small {
  width: 90px;
  height: 90px;
}
.fdct-1 .product-picture-holder.small .picture {
  width: 90px;
  clip: rect(0 90px 90px 0);
}
.fdct-1 .product-picture-holder.small span.personalized {
  background: url("/resources/images/personalized_grey.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 53px;
  margin-top: -15px;
  padding-top: 10px;
  position: absolute;
  right: -20px;
  text-align: center;
  top: 52px;
  width: 62px;
}
.fdct-1 .product-picture-holder.large {
  width: 180px;
  height: 180px;
}
.fdct-1 .product-picture-holder.large .picture {
  width: 180px;
  clip: rect(0 180px 180px 0);
}
.fdct-1 .grade-icon {
  width: 40px;
  height: 40px;
  background-image: url(/resources/images/grade-sprite.png);
}
.fdct-1 .product-picture-holder .grade-icon {
  position: absolute;
  right: -20px;
  bottom: 0;
}
.fdct-1 .product-picture-holder.small span.personalized .grade-icon {
  background-image: url(/resources/images/grade-sprite.png);
  position: relative;
  right: 0;
  bottom: 0;
}
.fdct-1 #product-list .product-picture-holder.small span.personalized .grade-icon {
  background-image: url(/resources/images/grade-sprite.png);
  position: relative;
  left: 11px;
  display: block;
}
.fdct-1 #feature-inner .product-picture-holder.small span.personalized .grade-icon {
  background-image: url(/resources/images/grade-sprite.png);
  position: absolute;
  right: 11px;
  bottom: 10px;
}
.fdct-2 #search-page .search .form-group {
  margin-bottom: 10px;
}
.fdct-2 #search-page .panel-title {
  min-height: 1.125rem;
  text-transform: none;
  font-family: HelveticaNeueLTStd-Roman;
}
@media (min-width: 768px) {
  .fdct-2 #search-page .panel-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .fdct-2 #search-page .panel-title {
    font-size: 1rem;
  }
}
.fdct-2 #search-page .item.empty {
  min-height: 150px;
}
.fdct-2 #search-page .community-search-result-item.item:not(.empty):hover {
  cursor: pointer;
  background-color: #f8f6f1 !important;
  transition: background-color 0.15s;
}
.fdct-2 #search-page .community-search-result-item.item:not(.empty) .post {
  position: relative;
}
.fdct-2 #search-page .community-search-result-item.item:not(.empty) .post:before {
  position: absolute;
  left: 13%;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #f2eee3;
  content: "";
}
.fdct-2 #search-page .community-search-result-item.item:not(.empty) .post .user-nick {
  font-size: inherit;
}
.fdct-2 #search-page .community-search-result-item.item:not(.empty) .post p {
  margin: 0;
}
@media (min-width: 768px) {
  .fdct-2 #search-page .community-search-result-item.item:not(.empty) {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .fdct-2 #search-page .community-search-result-item.item:not(.empty) .post {
    margin-top: 30px;
  }
  .fdct-2 #search-page .community-search-result-item.item:not(.empty) .post:before {
    top: -30px;
    border-width: 15px;
  }
}
@media (min-width: 992px) {
  .fdct-2 #search-page .community-search-result-item.item:not(.empty) {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .fdct-2 #search-page .community-search-result-item.item:not(.empty) {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .fdct-2 #search-page .community-search-result-item.item:not(.empty) .post {
    margin-top: 15px;
    padding: 8px;
  }
  .fdct-2 #search-page .community-search-result-item.item:not(.empty) .post:before {
    top: -20px;
    border-width: 10px;
  }
}
.fdct-1 {
  /*
	 * Product list view, used in history page
	 */
  /* product details - specific to product list view */
  /*** product list view ***/
  /* search info */
}
.fdct-1 .product-list .product-details > * + * {
  margin-left: 20px;
}
.fdct-1 .product-list .product-details > .name {
  margin-left: 35px;
}
.fdct-1 .product-list .product-details .product-picture-holder {
  margin-top: -20px;
}
.fdct-1 .product-list .product-details .name {
  width: 240px;
}
.fdct-1 .product-list .section-header,
.fdct-1 .product-list .section,
.fdct-1 .product-list .section-footer {
  padding-left: 15px;
  padding-right: 15px;
}
.fdct-1 .product-list .section-header {
  padding-top: 8px;
  padding-bottom: 7px;
}
.fdct-1 .product-list .product-details {
  padding-top: 30px;
  padding-bottom: 20px;
}
.fdct-1 .product-list .product-details,
.fdct-1 .product-list .day-break {
  border-bottom: 1px solid #e3e3e3;
}
.fdct-1 .product-list .day-break {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 11px;
  background: #f0f0f0;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGZkZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* IE9 */
  background: -moz-linear-gradient(left, #f0f0f0 0%, #f8f8f8 33%, #fdfdfd 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(left, #f0f0f0 0%, #f8f8f8 33%, #fdfdfd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f0f0f0 0%, #f8f8f8 33%, #fdfdfd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f0f0f0 0%, #f8f8f8 33%, #fdfdfd 100%);
  /* IE10+ */
  background: linear-gradient(left, #f0f0f0 0%, #f8f8f8 33%, #fdfdfd 100%);
  /* W3C */
}
.fdct-1 .product-list .search-info {
  font-size: 14px;
}
.fdct-1 .product-list .results-for {
  font-weight: bold;
  font-style: italic;
}
.fdct-1 #product-search-page .ad {
  float: right;
}
.fdct-1 #delete-history {
  float: right;
  color: #474338;
}
/*
* product details in product search page, in product page or in alternatives
* TODO still in use at browse product page - will be removed when we'll rewrite the browse page
*/
.fdct-1 {
  /* product details - specific to product page */
  /* product details sepecific to alternatives */
}
.fdct-1 .product-details > * {
  float: left;
}
.fdct-1 .product-details .grade-details,
.fdct-1 .product-details .calories {
  cursor: pointer;
}
.fdct-1 .arrow-box {
  position: relative;
  width: 100%;
}
.fdct-1 .arrow {
  position: absolute;
  top: 0;
  background-image: url(/resources/images/grade-sprite.png);
}
.fdct-1 .grade-details .arrow-box {
  margin-top: 1px;
  height: 14px;
}
.fdct-1 .grade-details .arrow {
  width: 9px;
  height: 12px;
  background-position: 0 -450px;
}
.fdct-1 .grade-scale {
  text-align: center;
}
.fdct-1 .grade-scale li {
  float: left;
}
.fdct-1 .grade-scale li + li {
  margin-left: 1px;
}
.fdct-1 .grade-scale .color {
  display: block;
  width: 4px;
  height: 10px;
  /* rounded corners */
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  /* for IE9 */
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.fdct-1 .product-details .calories,
.fdct-1 .product-details .likes,
.fdct-1 .grade-details {
  font-size: 11px;
}
.fdct-1 .product-details .name {
  font-size: 22px;
}
.fdct-1 .product-details .calories {
  width: 57px;
  text-align: center;
}
.fdct-1 .product-details .calories em {
  display: block;
  height: 49px;
  width: 100%;
  font-size: 27px;
  font-weight: bold;
}
.fdct-1 .product-details .calories em.unavailable {
  background: url(/resources/images/grade-sprite.png) no-repeat 17px -470px;
}
.fdct-1 .product-details .likes {
  width: 90px;
  padding-top: 51px;
  display: inline-block;
  text-align: center;
  background: url(/resources/images/likes-sprite.png) no-repeat;
}
.fdct-1 #product-header-holder .product-details,
.fdct-1 #product-page .product-details {
  padding-top: 20px;
  padding-bottom: 20px;
}
.fdct-1 #product-header-holder .product-details .details,
.fdct-1 #product-page .product-details .details {
  width: 385px;
  margin-left: 25px;
}
.fdct-1 #product-header-holder .product-details .name,
.fdct-1 #product-page .product-details .name {
  width: 100%;
  margin: 0 0 18px;
  font-size: 27px;
  font-weight: normal;
}
.fdct-1 #product-page .grade-details {
  margin-top: -5px;
  text-align: center;
}
.fdct-1 #product-header-holder .grade-details.personalized,
.fdct-1 #product-page .grade-details.personalized {
  background: url('/resources/images/personalized.png') no-repeat;
  height: 53px;
  padding-top: 10px;
  margin-top: -15px;
  text-align: center;
  width: 62px;
}
.fdct-1 #product-header-holder .grade-details.personalized .grade-scale,
.fdct-1 #product-header-holder .grade-details.personalized .arrow-box,
.fdct-1 #product-page .grade-details.personalized .grade-scale,
.fdct-1 #product-page .grade-details.personalized .arrow-box {
  margin-left: 5px;
}
.fdct-1 #product-page .grade-details .label {
  float: left;
  margin-top: 1px;
  width: 100%;
}
.fdct-1 #product-header-holder .grade-icon,
.fdct-1 #product-page .grade-icon {
  display: inline-block;
}
.fdct-1 #product-header-holder .product-details .calories em,
.fdct-1 #product-page .product-details .calories em {
  height: 51px;
  font-size: 30px;
}
.fdct-1 .product-details .vote-box {
  width: 90px;
  text-align: center;
}
.fdct-1 .product-details .vote-actions > * {
  float: left;
}
.fdct-1 .product-details .vote-actions > * + * {
  margin-left: 2px;
}
.fdct-1 .product-details .vote-actions a {
  display: inline-block;
  height: 16px;
  font-size: 11px;
  color: #474338;
  text-decoration: underline;
}
.fdct-1 .product-details .vote-actions a[disabled] {
  text-decoration: none;
}
.fdct-1 .product-details .vote-actions #like {
  margin-left: 8px;
  width: 18px;
}
.fdct-1 .product-details .vote-actions #dont-like {
  width: 47px;
}
.fdct-1 #product-header-holder .product-details .details > div,
.fdct-1 #product-page .product-details .details > div {
  margin-top: 25px;
}
.fdct-1 #product-header-holder .product-details .details > div > *,
.fdct-1 #product-page .product-details .details > div > * {
  float: left;
}
.fdct-1 #product-header-holder .product-details .details > div > * + *,
.fdct-1 #product-page .product-details .details > div > * + * {
  margin-left: 35px;
}
.fdct-1 #product-header-holder .product-details .details > div > .calories,
.fdct-1 #product-page .product-details .details > div > .calories {
  margin-left: 55px;
}
.fdct-1 #product-page #alternates .product-details .name {
  float: right;
  width: 170px;
  margin-top: 20px;
  /* may be improved to be vertically aligned (there are some css tricks to do it) */
  font-size: 13px;
}
.fdct-1 #product-page #alternates #alternates-inner {
  overflow: hidden;
}
.fdct-1 #product-page .alternate_control {
  display: none;
}
#product-page .product-header {
  margin-bottom: 0;
}
#product-page .product-header .panel-title {
  display: inline-block;
}
#product-page .product-header .category {
  margin-left: 0.5em;
  color: #979797;
}
#product-page .product-header .contributed-by {
  position: absolute;
  color: #979797;
}
#product-page .product-header .contributed-by i {
  margin-right: 2px;
}
#product-page .product-header .calories {
  color: #777777;
}
#product-page .product-header .calories .text {
  display: inline-block;
  margin-left: 0.5em;
  line-height: 1em;
}
#product-page .product-header .calories.unavailable .text {
  line-height: 1.2em;
}
#product-page .product-header .labels ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #product-page .product-header {
    background-color: white;
  }
  #product-page .product-header .panel-body {
    padding: 10px 20px 30px;
  }
  #product-page .product-header .category {
    font-size: 1.125rem;
  }
  #product-page .product-header .picture {
    width: 240px;
    height: 240px;
    position: relative;
  }
  #product-page .product-header .picture img {
    position: absolute;
    left: 0;
    clip: rect(0, 240px, 240px, 0);
    width: 240px;
  }
  #product-page .product-header .contributed-by {
    bottom: -38px;
    font-size: 1.125rem;
  }
  #product-page .product-header .name {
    margin: -5px 0 13px;
    line-height: 1.1em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 105px;
  }
  #product-page .product-header .grade-col {
    padding-left: 10px;
    height: 79px;
  }
  #product-page .product-header .grade-icon {
    width: 75px;
    height: 75px;
  }
  #product-page .product-header .calories:not(.unavailable) em {
    font-size: 3.75rem;
  }
  #product-page .product-header .calories:not(.unavailable) .text {
    font-size: 1.375rem;
  }
  #product-page .product-header .calories-col {
    vertical-align: 10px;
  }
  #product-page .product-header .labels {
    margin-top: -26px;
  }
  #product-page .product-header .stats {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #product-page .product-header .panel-body {
    padding: 0 15px 15px;
  }
  #product-page .product-header .category {
    font-size: 0.875rem;
  }
  #product-page .product-header .picture {
    width: 90px;
    height: 90px;
    position: relative;
  }
  #product-page .product-header .picture img {
    position: absolute;
    left: 0;
    clip: rect(0, 90px, 90px, 0);
    width: 90px;
  }
  #product-page .product-header .contributed-by {
    bottom: -26px;
    font-size: 0.875rem;
  }
  #product-page .product-header .name {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 63px;
  }
  #product-page .product-header .grade-col {
    padding-left: 8px;
    padding-right: 0;
  }
  #product-page .product-header .grade-icon {
    width: 36px;
    height: 36px;
  }
  #product-page .product-header .calories-col {
    padding-left: 0;
    margin-top: 11px;
  }
  #product-page .product-header .calories em {
    font-size: 1.75rem;
    letter-spacing: -1px;
  }
  #product-page .product-header .calories .text {
    font-size: 0.6875rem;
  }
  #product-page .product-header .labels {
    margin-top: 15px;
  }
}
#product-page .ad-panel-side .panel-body {
  padding: 0;
}
#product-page .headlines .type {
  margin-right: 4px;
}
@media (min-width: 768px) {
  #product-page .headlines img.type {
    width: 1.5rem;
  }
}
@media (max-width: 767px) {
  #product-page .headlines img.type {
    width: 0.875rem;
  }
}
@media (min-width: 768px) {
  #product-page .headlines dd {
    margin-left: 34px;
  }
}
@media (max-width: 767px) {
  #product-page .headlines dd {
    margin-left: 23px;
  }
}
#product-page .grade-details {
  border-bottom: 1px solid #d6d5d1;
}
#product-page .grade-details .grade-info {
  text-align: center;
}
#product-page .grade-details .grade-info h3 {
  margin-bottom: 13px;
}
#product-page .grade-details .grade-info .relative-text {
  font-family: HelveticaNeueLTStd-Md;
}
#product-page .grade-details .grade-scale {
  display: inline-block;
  position: relative;
  padding-top: 1.25em;
}
#product-page .grade-details .grade-scale li {
  display: inline-block;
  margin: 0px 0.1875em;
  width: 1.125em;
}
#product-page .grade-details .grade-scale .color,
#product-page .grade-details .grade-scale .text {
  width: 100%;
}
#product-page .grade-details .grade-scale .color {
  display: block;
  height: 3em;
}
#product-page .grade-details .grade-scale .text {
  margin-top: 0.1875em;
  display: inline-block;
  font-size: 0.75em;
  font-family: HelveticaNeueLTStd-Md;
  text-align: center;
}
#product-page .grade-details .grade-scale .arrow-box {
  position: absolute;
  top: 0;
  width: 1.5em;
  text-align: center;
}
#product-page .grade-details .grade-scale .arrow-box .arrow {
  display: inline-block;
  transform: rotate(90deg);
  color: #37352c;
  font-size: 0.75em;
}
#product-page .grade-details .grade-scale .scale-middle {
  position: absolute;
  top: 1.125em;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  height: 3.25em;
  border-right: 2px dashed #bfbfbe;
}
@media (min-width: 768px) {
  #product-page .grade-details .grade-info h3 {
    font-size: 1.25rem;
  }
  #product-page .grade-details .grade-info .grade-icon {
    width: 60px;
    height: 60px;
  }
  #product-page .grade-details .grade-scale {
    font-size: 1rem;
  }
  #product-page .grade-details .range-text {
    font-size: 0.9375rem;
  }
}
@media (max-width: 767px) {
  #product-page .grade-details {
    text-align: center;
  }
  #product-page .grade-details .grade-info h3 {
    font-size: 1.125rem;
  }
  #product-page .grade-details .grade-info .grade-icon {
    width: 36px;
    height: 36px;
  }
  #product-page .grade-details .grade-scale {
    margin-top: 20px;
    font-size: 0.875rem;
  }
  #product-page .grade-details .range-text {
    font-size: 0.875rem;
  }
}
#product-page .alternates .panel-heading {
  padding-bottom: 5px;
}
#product-page .alternates .secondary-title {
  margin: 0;
  color: #979797;
}
#product-page .alternates .name {
  line-height: 1.2em;
}
#product-page .alternates .calories {
  color: #777777;
}
@media (min-width: 768px) {
  #product-page .alternates .panel-body {
    min-height: 12px;
  }
  #product-page .alternates .panel-body.loading {
    min-height: 88px;
  }
  #product-page .alternates .item {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  #product-page .alternates .picture {
    width: 80px;
    height: 80px;
    position: relative;
  }
  #product-page .alternates .picture img {
    position: absolute;
    left: 0;
    clip: rect(0, 80px, 80px, 0);
    width: 80px;
  }
  #product-page .alternates .name {
    margin-top: 10px;
    font-size: 1rem;
    font-family: HelveticaNeueLTStd-Roman;
  }
  #product-page .alternates .grade-icon {
    width: 45px;
    height: 45px;
  }
  #product-page .alternates .calories {
    text-align: center;
    float: right;
  }
  #product-page .alternates .calories em {
    line-height: 1em;
    font-size: 1.75rem;
  }
  #product-page .alternates .calories .text {
    display: block;
    margin-top: 2px;
    font-size: 0.75rem;
    line-height: 1.2em;
  }
}
@media (max-width: 767px) {
  #product-page .alternates .panel-body {
    min-height: 7px;
  }
  #product-page .alternates .item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #product-page .alternates .picture-col:after {
    position: absolute;
    top: 10px;
    right: 1px;
    width: 1px;
    height: 50px;
    background-color: #e7e7e7;
    content: " ";
  }
  #product-page .alternates .picture {
    width: 70px;
    height: 70px;
    position: relative;
  }
  #product-page .alternates .picture img {
    position: absolute;
    left: 0;
    clip: rect(0, 70px, 70px, 0);
    width: 70px;
  }
  #product-page .alternates .name {
    min-height: 40px;
    font-size: 0.875rem;
    font-family: HelveticaNeueLTStd-Roman;
  }
  #product-page .alternates .grade-icon {
    width: 25px;
    height: 25px;
  }
  #product-page .alternates .calories {
    margin-top: 4px;
    font-size: 0.75rem;
    text-transform: lowercase;
  }
}
.fdct-2 .item-list {
  margin: 0;
}
.fdct-2 .item-list .item {
  border-top: 1px solid #d6d5d1;
}
.fdct-2 .item-list .item.more-link {
  padding: 0 !important;
}
.fdct-2 .item-list .item.more-link a {
  display: block;
  text-align: center;
  color: #777777;
}
.fdct-2 .item-list .item.more-link a:hover {
  color: #464339;
}
.fdct-2 .item-list .item.break {
  background-color: #f2eee3;
}
.fdct-2 .item-list > .item:not(.break):first-child {
  border-top: none;
}
@media (min-width: 768px) {
  .fdct-2 .item-list .item {
    padding: 10px 20px;
  }
  .fdct-2 .item-list .item.more-link a {
    padding: 15px 0;
  }
  .fdct-2 .item-list .item.break {
    padding: 6px 20px;
  }
}
@media (max-width: 767px) {
  .fdct-2 .item-list .item {
    padding: 8px 15px;
  }
  .fdct-2 .item-list .item.more-link a {
    padding: 6px 0;
    font-size: 0.875rem;
  }
  .fdct-2 .item-list .item.break {
    padding: 3px 20px 2px;
    font-size: 0.875rem;
  }
}
.fdct-2 .item-list .item dt {
  position: relative;
}
.fdct-2 .item-list .item dt .glyphicon {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.375rem;
  font-size: 0.75rem;
  color: #777777;
}
.fdct-2 .item-list .item dt.expandable {
  cursor: pointer;
  padding-right: 0.75rem;
}
.fdct-2 .item-list .item dt.expanded .glyphicon:before {
  content: "\e114";
}
.fdct-2 .item-list .item dd {
  margin-top: 6px;
}
@media (min-width: 768px) {
  .fdct-2 .item-list .item.product-short:not(.empty):not(.break) {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .fdct-2 .item-list .item.product-short:not(.empty):not(.break) {
    padding: 10px 6px;
  }
}
.fdct-2 .product-short {
  color: #777777;
}
.fdct-2 .product-short .product-short-inner {
  position: relative;
}
.fdct-2 .product-short .details-col {
  position: absolute;
  right: 0;
}
.fdct-2 .product-short .name {
  color: #464339;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
}
.fdct-2 .product-short i {
  display: inline-block;
  margin-right: 0.4em;
}
@media (min-width: 768px) {
  .fdct-2 .product-short {
    font-size: 1.125rem;
  }
  .fdct-2 .product-short .picture {
    width: 150px;
    height: 150px;
    position: relative;
  }
  .fdct-2 .product-short .picture img {
    position: absolute;
    left: 0;
    clip: rect(0, 150px, 150px, 0);
    width: 150px;
  }
  .fdct-2 .product-short .details-col {
    left: 200px;
  }
  .fdct-2 .product-short .name {
    margin-top: 12px;
    max-height: 66px;
  }
  .fdct-2 .product-short .calories {
    margin-top: 8px;
  }
  .fdct-2 .product-short .bottom-row {
    margin-top: 36px;
  }
  .fdct-2 .product-short .grade-icon {
    margin-top: -18px;
    width: 50px;
    height: 50px;
  }
  .fdct-2 .product-short i.f-comments {
    vertical-align: -3px;
  }
  .fdct-2 .product-short .labels {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .fdct-2 .product-short .likes-col {
    padding: 0;
  }
  .fdct-2 .product-short .comments-col {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .fdct-2 .product-short {
    font-size: 0.6875rem;
  }
  .fdct-2 .product-short .picture-col {
    position: relative;
  }
  .fdct-2 .product-short .picture-col:after {
    position: absolute;
    right: -7px;
    top: 5%;
    width: 1px;
    height: 90%;
    background-color: #e7e7e7;
    content: " ";
  }
  .fdct-2 .product-short .picture {
    width: 90px;
    height: 90px;
    position: relative;
  }
  .fdct-2 .product-short .picture img {
    position: absolute;
    left: 0;
    clip: rect(0, 90px, 90px, 0);
    width: 90px;
  }
  .fdct-2 .product-short .details-col {
    left: 104px;
  }
  .fdct-2 .product-short .name {
    margin-top: 3px;
    height: 32px;
    font-size: 0.875rem;
    font-family: HelveticaNeueLTStd-Roman;
  }
  .fdct-2 .product-short .calories {
    margin-top: 7px;
    font-size: 0.75rem;
    line-height: 1.1em;
  }
  .fdct-2 .product-short .bottom-row {
    margin-top: 7px;
  }
  .fdct-2 .product-short .bottom-row > *:not(:first-child) {
    padding: 0 6px;
  }
  .fdct-2 .product-short .bottom-row > *:not(:first-child).labels-col {
    padding: 0;
  }
  .fdct-2 .product-short .grade-icon {
    margin-top: -5px;
    width: 25px;
    height: 25px;
  }
  .fdct-2 .product-short i.f-comments {
    vertical-align: -1px;
  }
  .fdct-2 .product-short .labels {
    font-size: 0.75rem;
  }
}
.fdct-2 .nutrients .nutrient-level-1 {
  font-family: HelveticaNeueLTStd-Md;
}
.fdct-2 .nutrients .nutrient-level-2 {
  margin-left: 8%;
}
.fdct-2 .nutrients .nutrient-level-3 {
  margin-left: 16%;
}
.fdct-2 .nutrients .login {
  width: 100%;
}
@media (min-width: 768px) {
  .fdct-2 .nutrients .item {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .fdct-2 .nutrients .item-list {
    font-size: 0.75rem;
    line-height: 1.2em;
  }
  .fdct-2 .nutrients .item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .fdct-2 .nutrients .daily-value-indication {
    padding: 0;
  }
  .fdct-2 .nutrients .login {
    padding: 0;
    font-size: 0.8125rem;
  }
}
.fdct-2 .item-list .type {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .fdct-2 .item-list .type {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .fdct-2 .item-list .type {
    font-size: 0.875rem;
  }
}
.feed-item .user-nick {
  font-family: HelveticaNeueLTStd-Md;
}
.feed-item .title {
  font-family: HelveticaNeueLTStd-Md;
}
.feed-item .text {
  margin-top: 0;
}
.feed-item .text img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .feed-item .content > * {
    margin-top: 15px;
  }
  .feed-item .user-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
  }
  .feed-item .user-nick {
    font-size: 1.5rem;
  }
  .feed-item .title {
    font-size: 1rem;
  }
  .feed-item .title + .text {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .feed-item .content > * {
    margin-top: 8px;
  }
  .feed-item .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 13px;
  }
  .feed-item .user-nick {
    font-size: 1rem;
  }
  .feed-item .title {
    font-size: 0.875rem;
  }
  .feed-item .text {
    margin-bottom: 8px;
  }
}
.feed-item.single .date {
  font-family: HelveticaNeueLTStd-Lt;
  color: #777777;
}
@media (min-width: 768px) {
  .feed-item.single {
    font-size: 1.125rem;
  }
  .feed-item.single .date {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .feed-item.single {
    padding: 0 15px 15px;
    font-size: 0.75rem;
  }
}
.item-list .feed-item {
  position: relative;
}
.item-list .feed-item:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.item-list .feed-item:not(.empty):hover {
  cursor: pointer;
  background-color: #f8f6f1 !important;
  transition: background-color 0.15s;
}
.item-list .feed-item .text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
}
.item-list .feed-item img.thumbnail,
.item-list .feed-item .thumbnail > img {
  margin-bottom: 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .item-list .feed-item.empty {
    padding: 20px;
  }
  .item-list .feed-item .text {
    max-height: 65px;
  }
}
@media (max-width: 767px) {
  .item-list .feed-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .item-list .feed-item .text {
    max-height: 59px;
  }
}
@media (min-width: 768px) {
  .feed-item.single,
  .item-list .feed-item.item {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .feed-item.single,
  .item-list .feed-item.item {
    padding-left: 110px;
    padding-right: 205px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .feed-item.single,
  .item-list .feed-item.item {
    padding-left: 50px;
    padding-right: 110px;
  }
}
@media (min-width: 768px) {
  #community-page .community-post-form {
    margin: 5px 20px 20px;
  }
}
@media (max-width: 767px) {
  #community-page .community-post-form {
    margin: 0 15px 15px;
  }
}
.post {
  background-color: #f2eee3;
}
.post .user-avatar {
  margin-right: 13px;
}
.post .user-nick {
  font-family: HelveticaNeueLTStd-Md;
}
.post .date {
  font-family: HelveticaNeueLTStd-Lt;
  color: #777777;
}
.post .thumbnail img {
  width: 100%;
}
.post .actions {
  color: #777777;
}
.post .actions a {
  display: inline-block;
  color: #777777;
}
.post .actions .dropdown-toggle[disabled] i {
  color: #bfbfbe;
}
.post .actions .vote {
  float: left;
}
.post .likes i {
  vertical-align: -1px;
}
.post .likes i.my-user-liked {
  color: #11a24e;
}
@media (min-width: 768px) {
  .post {
    padding: 20px 20px 16px;
    font-size: 1.125rem;
  }
  .post .user-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
  }
  .post .user-nick {
    font-size: 1.5rem;
  }
  .post .date {
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  .post {
    padding: 10px 10px 5px;
    font-size: 0.75rem;
  }
  .post .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
  }
  .post .user-nick {
    font-size: 1rem;
  }
  .post .text {
    margin: 6px 0 8px;
  }
}
@media (min-width: 768px) {
  .post-list.single-column .post {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .post-list.single-column .post {
    padding-left: 90px;
    padding-right: 185px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .post-list.single-column .post {
    padding-left: 30px;
    padding-right: 85px;
  }
}
.feed-item.recipe-main .thumbnail-and-info {
  position: relative;
}
.feed-item.recipe-main .recipe-info {
  padding: 0.75em 0;
  color: white;
  background-color: rgba(70, 67, 57, 0.6);
  text-align: center;
}
.feed-item.recipe-main .recipe-info i {
  margin-right: 0.2em;
  font-size: 1.1em;
  font-weight: bold;
}
.feed-item.recipe-main .recipe-info i.f-timer {
  vertical-align: -1px;
}
.feed-item.recipe-main .recipe-info i.f-no-photo-bowl {
  vertical-align: -2px;
}
.feed-item.recipe-main .thumbnail + .recipe-info {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
@media (min-width: 768px) {
  .feed-item.recipe-main .title {
    font-size: 1.25rem;
  }
  .feed-item.recipe-main .recipe-info {
    margin-top: 15px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .feed-item.recipe-main .title {
    font-size: 1rem;
  }
  .feed-item.recipe-main .recipe-info {
    margin-top: 8px;
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  #recipe-page .item-list .item {
    padding-left: 220px;
    padding-right: 205px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #recipe-page .item-list .item {
    padding-left: 110px;
    padding-right: 110px;
  }
}
#recipe-page .ingredients .item .serving-text {
  color: #777777;
}
#recipe-page .ingredients .item .name {
  font-family: HelveticaNeueLTStd-Roman;
}
#recipe-page .ingredients .item.product:hover,
#recipe-page .ingredients .item.recipe:hover {
  cursor: pointer;
  background-color: #f8f6f1 !important;
  transition: background-color 0.15s;
}
@media (min-width: 768px) {
  #recipe-page .ingredients .item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #recipe-page .ingredients .item .picture {
    width: 100px;
    height: 100px;
    position: relative;
  }
  #recipe-page .ingredients .item .picture img {
    position: absolute;
    left: 0;
    clip: rect(0, 100px, 100px, 0);
    width: 100px;
  }
  #recipe-page .ingredients .item .name {
    margin-top: 5px;
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  #recipe-page .ingredients .item .picture {
    width: 60px;
    height: 60px;
    position: relative;
  }
  #recipe-page .ingredients .item .picture img {
    position: absolute;
    left: 0;
    clip: rect(0, 60px, 60px, 0);
    width: 60px;
  }
  #recipe-page .ingredients .item .serving-text {
    font-size: 0.875rem;
  }
  #recipe-page .ingredients .item .name {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  #recipe-page .directions .item {
    font-size: 0.875rem;
  }
  #recipe-page .directions .item .serial-no {
    padding-right: 0;
  }
}
/*
 * Preference, used 
 */
.fdct-1 {
  /*.formFactory-line  .ui-dform-p {clear:both;} */
  /*.fromFactory div.ui-dform-div.boolean-warper{width:100%; float:left;} */
  /*#preferencesFormWarper #next-btn{margin: 5px 30px;} */
  /*
	#profile-warper #preferencesFormWarper .in-step{
		width:745px;
	}*/
  /* Sign in */
}
.fdct-1 #preference-main-content {
  background: #F0EDE4;
  width: 960px;
}
.fdct-1 #preference-main-content .fromFactory h3 {
  font-size: 18px;
  margin: 5px 20px;
}
.fdct-1 #preference-main-content .fromFactory .ui-dform-p {
  margin: 5px 20px;
}
.fdct-1 .fromFactory .field_side {
  float: left;
}
.fdct-1 .fromFactory .tip {
  float: right;
  margin-right: 10px;
  width: 230px;
}
.fdct-1 .fromFactory input,
.fdct-1 .fromFactory label,
.fdct-1 .fromFactory select {
  font-family: FridaMediumEssential;
  font-size: 17px;
  margin: 5px 2px;
  float: left;
}
.fdct-1 .fromFactory input,
.fdct-1 .fromFactory select {
  font-size: 15px;
}
.fdct-1 .fromFactory.signup input,
.fdct-1 .fromFactory.signup select {
  margin-top: 28px;
}
.fdct-1 .fromFactory label {
  margin: 8px 5px 0 0;
  font-weight: bold;
  float: left;
  display: block;
}
.fdct-1 .fromFactory.signup label {
  margin: 28px 5px 0 8px;
}
.fdct-1 .fromFactory input.ui-dform-checkbox {
  margin: 0 10px 0 0;
}
.fdct-1 .formFactory-line {
  clear: both;
  width: 97%;
  margin: 0 0 6px;
}
.fdct-1 .fromFactory p.ui-dform-p {
  margin: 0;
}
.fdct-1 .fromFactory label.error {
  color: red;
  float: none;
  margin: 0 10px;
}
.fdct-1 .fromFactory input.error {
  color: red;
}
.fdct-1 .fromFactory div.ui-dform-div.boolean-warper label {
  float: left;
}
.fdct-1 .fromFactory div.ui-dform-div.boolean-warper label.error {
  color: red;
  float: right;
  text-align: left;
  width: 40%;
}
.fdct-1 #preferencesForm.fromFactory .formFactory-line {
  border-bottom: 1px solid #ccc;
  padding: 7px 10px;
  clear: both;
}
.fdct-1 #preferencesForm.fromFactory.signup .formFactory-line {
  padding: 0 10px;
  min-height: 84px;
  margin: 0;
}
.fdct-1 #preferencesForm.fromFactory.signup .formFactory-line:last-child {
  border: none;
}
.fdct-1 #preferencesFormWarper-bottom-actions {
  margin: 15px 0 0 0;
}
.fdct-1 #preferencesFormWarper-bottom-actions div {
  float: left;
}
.fdct-1 #preferencesFormWarper-buttons #preferencesFormWarper-signin {
  margin: 5px 0 0;
}
.fdct-1 #preferencesFormWarper-buttons {
  margin: 0 0 0 270px;
}
.fdct-1 #preferencesFormWarper-buttons #prev-btn {
  opacity: 0.4;
}
.fdct-1 .fromFactory.signup .tip {
  margin-top: 15px;
}
.fdct-1 #registerForm {
  padding-top: 4px;
}
.fdct-1 #registerForm .formFactory-line {
  padding: 0;
  margin: 0;
  min-height: 60px;
  width: 280px;
  overflow: hidden;
}
.fdct-1 #registerForm label {
  width: 82px;
}
.fdct-1 #registerForm .fromFactory input,
.fdct-1 #registerForm.fromFactory select {
  margin: 0 2px 5px;
}
.fdct-1 #registerForm.fromFactory label {
  margin: 15px 0 0 17px;
}
.fdct-1 #registerForm.fromFactory label.error {
  clear: both;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 3px 0 0 19px;
  width: 260px;
}
.fdct-1 #registerForm.fromFactory input {
  height: 19px;
  margin: 13px 0 0;
  width: 159px;
}
.fdct-1 #registerForm.fromFactory input#re-password {
  margin: 13px 0 0;
}
.fdct-1 #registerForm.fromFactory input#zipcode {
  margin: 15px 0 0 2px;
}
.fdct-1 #registerForm.fromFactory input#nick {
  margin: 12px 0 0;
}
.fdct-1 #registerForm div.ui-dform-div div.ui-dform-div label.ui-dform-label {
  width: 300px;
}
.fdct-1 #registerForm.fromFactory div.ui-dform-div label.error {
  clear: both;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 3px 0 0 19px;
  width: 260px;
}
.fdct-1 #signin-warper #registerForm.fromFactory div.ui-dform-div label.error {
  margin: 0 0 0 5px;
}
.fdct-1 #registerForm.fromFactory div.ui-dform-div div.ui-dform-div.boolean-warper input {
  margin: 0 0 0 19px;
  width: 15px;
}
.fdct-1 #registerForm.fromFactory div.ui-dform-div div.ui-dform-div.boolean-warper label {
  float: left;
  font-size: 13px;
  left: 0;
  margin: -17px 0 0 37px;
  position: relative;
  width: 220px;
}
.fdct-1 #registerForm.fromFactory div.ui-dform-div div.ui-dform-div.boolean-warper label.error {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0px 0 0 37px;
}
.fdct-1 button.orange,
.fdct-1 button.dark,
.fdct-1 #register-submit {
  color: white;
  display: block;
  font-size: 16px;
  height: 34px;
  margin-top: 15px;
  width: 247px;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fdct-1 #update-submit {
  margin: 0 10px 5px 160px;
}
.fdct-1 #update-password-submit {
  margin: 0 10px 5px 207px;
}
.fdct-1 #register-external-wrapper button {
  margin-top: 150px;
  height: 34px;
  width: 232px;
}
.fdct-1 #register-external-wrapper #google-plus-sign-in {
  margin-top: 50px;
}
.fdct-1 #register-fb-block button#fb-connect-signin {
  font-size: 14px;
  border-top: 1px solid #889ac0;
  border: none;
  color: #fff;
  background: #6179ab;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6179ab 0%, #4c679d 50%, #3c5892 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #6179ab 0%, #4c679d 50%, #3c5892 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6179ab 0%, #4c679d 50%, #3c5892 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6179ab 0%, #4c679d 50%, #3c5892 100%);
  /* IE10+ */
  background: linear-gradient(top, #6179ab 0%, #4c679d 50%, #3c5892 100%);
  /* W3C */
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fdct-1 #register-fb-block #fb-connect div {
  display: inline-block;
}
.fdct-1 #register-fb-block #fb-connect div > * {
  float: left;
}
.fdct-1 #register-fb-block #fb-connect em {
  font-size: 28px;
}
.fdct-1 #register-fb-block #fb-connect span {
  margin: 9px 0 0 14px;
}
.fdct-1 #register-external-wrapper-signin,
.fdct-1 #register-external-wrapper,
.fdct-1 #preferencesFormWarper {
  float: left;
  overflow: hidden;
  width: 635px;
  position: relative;
}
.fdct-1 #preferencesFormWarper.signin {
  width: 285px;
}
.fdct-1 #preferencesFormWarper #preferencesFormWarper-inner {
  overflow: hidden;
  width: 1270px;
}
.fdct-1 #preferencesFormWarper #preferencesFormWarper-inner .in-step {
  width: 635px;
  float: left;
  padding: 5px 0 10px;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fdct-1 #preferencesFormWarper #preferencesFormWarper-inner #register-step {
  height: 430px;
  width: 280px;
}
.fdct-1 #profile-warper #preferencesFormWarper #preferencesFormWarper-inner .in-step {
  width: 755px;
}
.fdct-1 #preference-side {
  background: #F0EDE4;
  float: right;
  height: 500px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 300px;
}
.fdct-1 #preference-side h3 {
  font-family: FridaMediumEssential;
  font-size: 29px;
  text-align: left;
  margin-bottom: 10px;
}
.fdct-1 #preference-side p {
  text-align: left;
  margin: 10px 0 3px;
}
.fdct-1 #preference-side ul {
  text-align: left;
}
.fdct-1 #preference-side li {
  list-style-type: disc;
  list-style-position: outside;
  margin: 5px 20px 15px;
}
.fdct-1 #preference-side #register-now-btn {
  margin: 0 16px;
}
.fdct-1 #preferencesFormWarper .read-more {
  font-family: FridaMediumEssential;
  font-size: 18px;
}
.fdct-1 #preferencesFormWarper #preferencesFormWarper-buttons {
  float: right;
  margin: 4px 10px 2px;
}
.fdct-1 #preferencesFormWarper #preferencesFormWarper-buttons a {
  margin: 0;
}
.fdct-1 #preferencesFormWarper #prev-btn {
  opacity: 0.4;
}
.fdct-1 .hasDatepicker {
  background: url('/resources/images/calendar-icon.png') no-repeat 102% -2px transparent;
  cursor: default;
  width: 115px;
}
.fdct-1 #profile-warper {
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  height: 400px;
  min-height: 150px;
  position: relative;
  width: 960px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fdct-1 #profile-warper #profile-menu {
  float: left;
  font-size: 16px;
  padding: 20px 0 0;
  width: 200px;
  border-right: 1px solid #CCCCCC;
}
.fdct-1 #profile-warper #profile-menu li {
  cursor: pointer;
  margin: 0 0 10px;
  padding: 0 10px;
}
.fdct-1 #profile-warper #profile-menu li.active {
  background: #ccc;
}
.fdct-1 #profile-warper #preferencesFormWarper {
  background: #fff;
  border-radius: 0;
  float: left;
  overflow: hidden;
  width: 750px;
  height: 400px;
  position: relative;
}
.fdct-1 #profile-warper #preferencesFormWarper h2 {
  padding: 0 0 0  20px;
}
.fdct-1 #profile-warper #preferencesFormWarper .formFactory-line {
  padding: 7px 0;
  margin: 0 20px;
}
.fdct-1 #profile-warper #preferencesFormWarper .formFactory-line:last-child {
  border: 0;
}
.fdct-1 .fromFactory .formFactory-line.account-update label {
  width: 90px;
}
.fdct-1 .fromFactory .formFactory-line.password-update label {
  width: 140px;
}
.fdct-1 .fromFactory.password-update label.error,
.fdct-1 .fromFactory.account-update label.error {
  width: auto;
  font-size: 12px;
  float: left;
  margin-top: 10px;
  Font-Family: "Trebuchet MS", Helvetica, sans-serif;
}
.fdct-1 #preferencesFormWarper #preferencesFormWarper-inner #welcome-to-fooducate {
  padding: 20px;
}
.fdct-1 #welcome-to-fooducate #search-product {
  float: left;
}
.fdct-1 #welcome-to-fooducate #search_warper span {
  float: left;
  margin: 0 8px;
  padding: 8px 3px 0;
}
.fdct-1 a.green {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  color: #ffffff;
  clear: both;
  display: inline-block;
  font-size: 14px;
  font-family: FridaBoldEssential;
  font-weight: bold;
  padding: 3px 20px;
  text-decoration: none;
  background-color: #058109;
}
.fdct-1 a.green:hover {
  background-color: #058109;
  /*2f2d27;*/
}
.fdct-1 #register-external-wrapper {
  height: 445px;
  width: 280px;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fdct-1 #register-external-wrapper,
.fdct-1 #register-or {
  float: left;
  width: 0;
  overflow: hidden;
  text-align: center;
}
.fdct-1 #register-or {
  margin: 200px 0 0;
  font-family: FridaBoldEssential;
  font-size: 18px;
}
.fdct-1 #signin-warper,
.fdct-1 #register-external-wrapper-signin {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.fdct-1 #preferencesFormWarper #preferencesFormWarper-inner #signin-warper {
  width: 280px;
}
.fdct-1 #register-external-wrapper-signin,
.fdct-1 #register-or-signin {
  float: left;
  overflow: hidden;
  text-align: center;
}
.fdct-1 #register-or-signin {
  margin: 95px 0 0;
  font-family: FridaBoldEssential;
  font-size: 18px;
  width: 60px;
}
.fdct-1 #register-external-wrapper-signin {
  width: 285px;
  background: #fff;
  height: 215px;
}
.fdct-1 #register-external-wrapper-signin button {
  margin-top: 54px;
  height: 34px;
  width: 232px;
}
.fdct-1 #register-external-wrapper-signin #google-plus-sign-in {
  margin-top: 30px;
}
.fdct-1 #preferencesFormWarper.signin {
  width: 285px;
}
.fdct-1 #signin-warper #registerForm div.ui-dform-div div.ui-dform-div label.ui-dform-label {
  margin: 19px 0 0 15px;
  padding: 0;
  width: 83px;
}
.fdct-1 #signin-warper #registerForm.fromFactory input {
  height: 19px;
  margin: 13px 0 0;
  width: 159px;
}
.fdct-1 #signin-warper #registerForm.fromFactory div.ui-dform-div label.error {
  padding: 3px 0 0 10px;
}
.fdct-1 .formFactory-line .boolean-warper .ui-dform-radiobuttons {
  float: left;
  margin: 7px 0 0 6px;
}
.fdct-1 .formFactory-line .boolean-warper .ui-dform-radiobuttons label {
  margin: 4px 7px 0 2px;
}
.fdct-1 .signup .formFactory-line .boolean-warper .ui-dform-radiobuttons {
  float: left;
  margin: 4px 0 0 6px;
}
.fdct-1 .signup .formFactory-line .boolean-warper .ui-dform-radiobuttons label {
  margin: 25px 7px 0 2px;
}
.fdct-1 {
  /*** dialog specific rules ***/
}
.fdct-1 .user-dialog {
  background-color: white;
}
.fdct-1 .user-dialog .main,
.fdct-1 .user-dialog .odd {
  width: 231px;
  margin: 2px;
  padding-left: 50px;
  padding-right: 50px;
}
.fdct-1 .user-dialog .main {
  background-color: #e8e2d2;
}
.fdct-1 .user-dialog .odd {
  background-color: #f0f0f0;
}
.fdct-1 .user-dialog .top {
  float: left;
  padding-top: 35px;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  /* for IE9 */
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.fdct-1 .user-dialog .bottom {
  clear: both;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  /* for IE9 */
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.fdct-1 .user-dialog .heading {
  margin-bottom: 30px;
}
.fdct-1 .user-dialog h2 {
  float: left;
  margin: 0px;
  font-size: 24px;
  font-weight: normal;
}
.fdct-1 .user-dialog a {
  color: #474338;
  text-decoration: underline;
}
.fdct-1 .user-dialog .heading a {
  float: right;
  margin-top: 10px;
  font-size: 14px;
}
.fdct-1 .user-dialog .heading p {
  clear: both;
  margin: 0;
  padding-top: 10px;
}
.fdct-1 .user-dialog .field {
  padding-bottom: 25px;
  /* room for error message*/
}
.fdct-1 .user-dialog .field input {
  width: 96%;
}
.fdct-1 .user-dialog .field input[type=checkbox] {
  width: auto;
}
.fdct-1 .user-dialog .field label[for=checkbox] {
  display: inline;
}
.fdct-1 .user-dialog button {
  display: block;
  margin-top: 15px;
  width: 231px;
  /*not simply 100%, to preserve width after loading animation */
  height: 39px;
  font-size: 16px;
  color: white;
}
.fdct-1 .user-dialog #forgot-password {
  display: inline-block;
  margin-top: 11px;
}
.fdct-1 .user-dialog .extra {
  float: left;
  margin-top: 10px;
}
.fdct-1 .user-dialog #or {
  font-size: 15px;
  text-align: center;
}
.fdct-1 .user-dialog .bottom button {
  height: 36px;
}
.fdct-1 .user-dialog button#fb-connect {
  margin-top: 10px;
  font-size: 14px;
  border-top: 1px solid #889ac0;
  background: #6179ab;
  /* Old browsers */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxNzlhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzRjNjc5ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYzU4OTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #6179ab 0%, #4c679d 50%, #3c5892 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #6179ab 0%, #4c679d 50%, #3c5892 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6179ab 0%, #4c679d 50%, #3c5892 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6179ab 0%, #4c679d 50%, #3c5892 100%);
  /* IE10+ */
  background: linear-gradient(top, #6179ab 0%, #4c679d 50%, #3c5892 100%);
  /* W3C */
}
.fdct-1 #fb-connect-signin div,
.fdct-1 .user-dialog #fb-connect div {
  display: inline-block;
}
.fdct-1 #fb-connect-signin div > *,
.fdct-1 .user-dialog #fb-connect div > * {
  float: left;
}
.fdct-1 #fb-connect-signin em,
.fdct-1 .user-dialog #fb-connect em {
  font-size: 28px;
}
.fdct-1 #fb-connect-signin span,
.fdct-1 .user-dialog #fb-connect span {
  margin: 9px 0 0 14px;
}
.fdct-1 .user-dialog .error em {
  font-weight: bold;
}
.fdct-1 #sign-in-dialog .top,
.fdct-1 #sign-up-dialog .top {
  padding-bottom: 15px;
}
.fdct-1 #sign-in-dialog .bottom,
.fdct-1 #sign-up-dialog .bottom {
  padding-top: 8px;
  padding-bottom: 26px;
}
.fdct-1 #sign-up-dialog input[type=checkbox] {
  margin-left: 2px;
}
.fdct-1 #sign-up-dialog input[type=checkbox] + label {
  vertical-align: 2px;
}
.fdct-1 #sign-up-dialog #terms {
  margin-top: 10px;
  margin-bottom: 10px;
}
.fdct-1 #update-profile-dialog .top {
  padding-bottom: 5px;
}
.fdct-1 #update-profile-dialog .odd {
  clear: both;
  padding-top: 18px;
}
.fdct-1 #update-profile-dialog .bottom {
  padding-top: 4px;
  padding-bottom: 21px;
}
.fdct-1 #password-reset-dialog button {
  margin-top: 30px;
}
.fdct-1 #password-reset-dialog .bottom {
  padding-bottom: 58px;
}
.fdct-1#user-dialog .user-dialog .extra {
  position: absolute;
  top: 213px;
}
.fdct-1 #email-change-dialog .bottom,
.fdct-1 #email-change-finished-dialog .bottom,
.fdct-1 #delete-account-confirmation-dialog .bottom {
  padding-bottom: 35px;
}
.fdct-1 #email-change-dialog .actions .submit,
.fdct-1 #delete-account-confirmation-dialog .actions .submit {
  float: left;
  width: 160px;
}
.fdct-1 #email-change-dialog .actions .cancel,
.fdct-1 #delete-account-confirmation-dialog .actions .cancel {
  float: right;
  margin-top: 23px;
}
.community-posts .more-link-wrapper {
  text-align: center;
}
.community-posts .more-link {
  padding: 5px 10px;
  margin: -5px -10px;
  color: #777777;
}
.community-posts .more-link:hover {
  color: #464339;
}
.community-posts .panel-body {
  border-top: 1px solid #d6d5d1;
}
.community-posts .panel-body.loading {
  padding-top: 60px;
  background-position: center 20px;
}
@media (min-width: 768px) {
  .community-posts .panel-title + .more-link-wrapper {
    margin: 20px 0 -10px;
  }
  .community-posts .panel-body {
    padding: 20px;
  }
  .community-posts .post + .post {
    margin-top: 13px;
  }
  .community-posts .community-post-form {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .community-posts .panel-title + .more-link-wrapper {
    margin: 8px 0 -6px;
  }
  .community-posts .more-link {
    font-size: 0.875rem;
  }
  .community-posts .panel-body {
    padding: 15px;
  }
  .community-posts .post + .post {
    margin-top: 8px;
  }
  .community-posts .community-post-form {
    margin-top: 15px;
  }
}
