@charset "UTF-8";
/* ---------------------------------------------------------
   1. General reset
   2. Common site styles
   3. Styles for responsive breakpoints
   ---------------------------------------------------------*/
object { width: 100%;}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close, .alert-dismissable .submit-recipe .top-block .back, .submit-recipe .top-block .alert-dismissable .back,
  .alert-dismissible .close,
  .alert-dismissible .submit-recipe .top-block .back,
  .submit-recipe .top-block .alert-dismissible .back {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

/* ---------------------------------------------------------
   1. General reset
   ---------------------------------------------------------*/
body {
  font-weight: 300;
  min-width: 320px; }

input,
textarea,
select {
  font-weight: normal;
  outline: none; }

header, footer, article, section, nav, figure, aside, main {
  display: block; }

figure {
  margin: 0;
  padding: 0; }

sup,
sub {
  font-size: 74%; }

/* ---------------------------------------------------------
   2. Common site styles
   ---------------------------------------------------------*/
   body > .history {
  padding-top: 0 !important; }
/* carousel */
#custom-carousel {
  max-width: 892px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  clear: both;
  overflow: hidden;
  background: #fff; }
  #custom-carousel img {
    visibility: hidden;
    cursor: pointer; }
  #custom-carousel .btn-next, #custom-carousel .btn-prev {
    position: absolute;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    top: 50%;
    margin-top: -27px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    right: 0;
    background: #d0006f;
    z-index: 2;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    #custom-carousel .btn-next:hover, #custom-carousel .btn-prev:hover {
      background: #d0006f; }
    #custom-carousel .btn-next:after, #custom-carousel .btn-prev:after {
      content: '';
      position: absolute;
      top: 13px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 10px;
      border-color: transparent transparent transparent #fff;
      left: 16px; }
  #custom-carousel .btn-prev {
    left: 0;
    right: auto; }
    #custom-carousel .btn-prev:after {
      border-width: 6px 10px 6px 0;
      border-color: transparent #fff transparent transparent;
      left: 13px; }

/* header styles */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent url('../images/bg.jpg') left top repeat-x;
  z-index: 5; 
  height: 162px;}
  @media (max-width: 992px) {
    #header {display: none !important;}
    .header {
      background: #d0006f;
      height: 92px; } }
  @media (max-width: 767px) {
    .header .section {
      height: 82px; } }
  @media (max-width: 992px) {
    .header .nav-holder {
      background: #d0006f !important; } }
  .header .container {
    position: relative; }
  .header .social {
    position: absolute;
    right: 5px;
    font-size: 12px;
    line-height: 15px;
    top: 8px;}
    @media (max-width: 767px) {
      .header .social {
        position: relative;
        right: inherit;
        top: inherit; } }
    .header .social .txt {
      float: left;
      margin: 5px 5px 0 0;
      color: #333; }
      @media (max-width: 767px) {
        .header .social .txt {
          margin: 5px 0px 0 0 !important; }
          .header .social .txt a {
            color: white !important;
            padding-right: 5px !important; } }
    .header .social span.txt > a {
      color: #333;
      padding-right: 10px; }
      .header .social span.txt > a:after {
        content: '|';
        padding-left: 10px; }
        @media (max-width: 767px) {
          .header .social span.txt > a:after {
          content: '';
            padding-left: 5px; } }
      .header .social span.txt > a:hover {
        text-decoration: none; }
    .header .social span.txt:last-child > a:after {
      content: ''; }
    .header .social ul {
      list-style: none;
      margin: 0;
      padding: 0;
      float: left; }
      .header .social ul li {
        float: left;
        margin: 0 0 0 11px; }
      .header .social ul a:hover {
        opacity: 0.8; }

.navbar-collapse {
  padding: 0; }

/* add-menu */
.add-menu {
  list-style: none;
  margin: 27px -15px 0 0 !important;
  padding: 0;
  float: right;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  width: 81%; }
  @media (min-width: 768px) and (max-width: 1250px) and (orientation: portrait) {
    .add-menu {
      width: 76%; } }
  .add-menu .has-drop-down:before {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -3px;
    bottom: -9px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4.5px 0 4.5px;
    border-color: #ffffff transparent transparent transparent; }
  .add-menu > li {
    float: left;
    text-align: center;
    margin: 0 7px;
    font-size: 13px;
    font-weight: normal; }
    @media (min-width: 768px) and (max-width: 1250px) and (orientation: portrait) {
      .add-menu > li {
        margin: 0 6px;
        font-size: 11px; } }
    .add-menu > li:first-child {
      margin-left: 0; }
      .add-menu > li:after {
      content: '|';
      color: white;
      position: absolute;
      top: -2px;
      right: -12px;
      opacity: 0.3; }
      @media (max-width: 767px) {
        .add-menu > li:after {
          content: none; } }
    .add-menu > li:first-child {
      margin-left: 0; }
    .add-menu > li:last-child:after {
      display: none; }
    .add-menu > li > a {
      padding-bottom: 20px;
      border-bottom: 3px solid transparent;
      text-decoration: none;
      color: #fff;
      position: relative;
      display: block;
      background: none !important;
      padding: 0 0 18px !important;
      line-height: 14px; }
      .add-menu > li > a:hover, .add-menu > li > a:active {
        border-bottom: 3px solid white; }
      .add-menu > li > a:hover {
        opacity: 0.8; }
  .add-menu .ico {
    display: block;
    height: 28px; }

/* page logo styles */
.logo {
  margin-bottom: 18px; 
  /*position: absolute;*/
  float: left;
}
  .logo img {
    vertical-align: top; }

/* slogan */
.slogan {
  float: left;
  margin: 8px 0 0 7px; }

/* search-form */
.search-form {
  float: left;
  background: #d0006f;
  border-radius: 4px;
  width: 202px;
  margin: 28px 0 0 25px; }
  .search-form input[type="submit"] {
    float: right;
    margin: 9px 11px 0 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    border: 0;
    background: url(../images/ico-search.png) no-repeat;
    width: 23px;
    height: 24px;
    overflow: hidden;
    text-indent: -9999px; }
  .search-form .area {
    overflow: hidden; }
    .search-form .area input {
      width: 100%;
      padding: 11px 12px 12px;
      margin: 0;
      background: none;
      border: 0;
      color: #fff;
      font-weight: bold; }
      .search-form .area input::-moz-placeholder {
        color: white;
        opacity: 1; }
      .search-form .area input:-ms-input-placeholder {
        color: white; }
      .search-form .area input::-webkit-input-placeholder {
        color: white; }

/* gallery styles */
.gallery {
  width: 100%;
  margin: 0 0 20px;
  overflow: hidden; }
  .gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .gallery ul li {
      left: 0;
      top: 0;
      width: 100%;
      position: absolute; }
      .gallery ul li.active {
        z-index: 2; }
    .gallery ul .btn-next, .gallery ul #custom-carousel .btn-prev, #custom-carousel .gallery ul .btn-prev, .gallery ul .btn-prev {
      position: absolute;
      width: 39px;
      height: 39px;
      border-radius: 50%;
      top: 60%;
      margin-top: -27px;
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      right: 60px;
      background: #d0006f;
      z-index: 2;
      opacity: 0.7;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease;
      cursor: pointer; }
      .gallery ul .btn-next:hover, .gallery ul #custom-carousel .btn-prev:hover, #custom-carousel .gallery ul .btn-prev:hover, .gallery ul .btn-prev:hover {
        background: #d0006f; }
      .gallery ul .btn-next:after, .gallery ul #custom-carousel .btn-prev:after, #custom-carousel .gallery ul .btn-prev:after, .gallery ul .btn-prev:after {
        content: '';
        position: absolute;
        top: 13px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 10px;
        border-color: transparent transparent transparent #fff;
        left: 16px; }
    .gallery ul .btn-prev {
      left: 60px;
      right: auto; }
      .gallery ul .btn-prev:after {
        border-width: 6px 10px 6px 0;
        border-color: transparent #fff transparent transparent;
        left: 13px; }
  .gallery img {
    width: 100%;
    height: auto;
    vertical-align: top; }

/* add-nav */
.add-nav {
  background: #fff;
  padding: 20px 0 29px; }
  .add-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 0;
    letter-spacing: -4px;
    text-align: center; }
    .add-nav ul li {
      position: relative;
      padding: 0 18px 20px;
      line-height: 15px;
      letter-spacing: 0;
      display: inline-block;
      vertical-align: top; }
      .add-nav ul li:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 9999px;
        content: "";
        border-left: 1px dotted #aaa; }
      .add-nav ul li:first-child:before {
        display: none; }
      @media (max-width: 767px) {
        .add-nav ul li {
          width: 29%;
          display: inline-block !important;
          text-align: center !important;
          margin: 0 2%; } }
      @media (max-width: 767px) {
        .add-nav ul li .ico {
          margin: 0; } }
    .add-nav ul a {
      color: #88526A;
      border: none; }
      .add-nav ul a:hover, .add-nav ul a.selected {
        text-decoration: none;
        color: #989898 !important; }
        .add-nav ul a:hover svg, .add-nav ul a.selected svg {
          fill: #989898; }
    .add-nav ul .ico {
      display: table;
      width: 100%;
      height: 65px; }
      .add-nav ul .ico span svg {
        fill: #88526E;
        height: 64px;
        width: 64px; }
      .add-nav ul .ico span {
        display: table-cell;
        vertical-align: middle;
        width: 100%; }
      .add-nav ul .ico img {
        vertical-align: top; }

/* main-container */
.main-container {
  text-align: center;
  padding: 13px 0 1px;
  background-color: #f9e7f1;
  background-image: linear-gradient(90deg, #f7d9e8 1px, #f9e7f1 1px);
  background-size: 11px; }

#main.bg-strip {
  background-color: #f9e7f1;
  background-image: -moz-linear-gradient(90deg, #f7d9e8 1px, #f9e7f1 1px);
  background-image: linear-gradient(90deg, #f7d9e8 1px, #f9e7f1 1px);
  background-size: 11px;
  padding: 0 0 43px;
  border-top: 1px solid #f3cee3; }

#main {
  background: #EEEFF4; 
padding-top: 0 !important; 
  margin-top: 20px;
}

/* filter-links */
.filter-links {
  display: inline-block;
  vertical-align: top;
  border-radius: 12px;
  list-style: none;
  margin: 0;
  padding: 21px 0 18px; }
  .filter-links li {
    float: left;
    margin: 0 0 0 1px; }
    .filter-links li:first-child {
      margin: 0; }
      .filter-links li:first-child .btn {
        border-radius: 24px 0 0 24px; }
    .filter-links li.last .btn {
      border-radius: 0 24px 24px 0; }
  .filter-links .active-88, 
  .filter-links .active-89, 
  .filter-links .active-91, 
  .filter-links .active-113, 
  .filter-links .active-220, 
  .filter-links .active-221 {
    display: none; }
  .filter-links .btn {
    display: block;
    padding: 15px 40px 16px;
    text-decoration: none;
    color: #fff;
    background: #d0006f;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    outline: none; }
    .filter-links .btn.selected {
      background: #d0006f; }
  .filter-links .btn:focus,
  .filter-links .btn:active,
  .filter-links .btn:hover,
  .filter-links li.active .btn {
    background: #d0006f;
    color: #fff; }

/* products */
@-webkit-keyframes RECIPE-ANIMATION {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes RECIPE-ANIMATION {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-o-keyframes RECIPE-ANIMATION {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes RECIPE-ANIMATION {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }
.products .box {
  background: #fff;
  position: relative;
  padding: 10px 10px 44px;
  text-align: left;
  margin: 16px 0 22px;
  height: 431px;
  -webkit-animation: RECIPE-ANIMATION 0.5s linear;
  /* Safari 4+ */
  -moz-animation: RECIPE-ANIMATION 0.5s linear;
  /* Fx 5+ */
  -o-animation: RECIPE-ANIMATION 0.5s linear;
  /* Opera 12+ */
  animation: RECIPE-ANIMATION 0.5s linear;
  /* IE 10+, Fx 29+ */ }
  .products .box:before {
    position: absolute;
    left: 0;
    bottom: -3px;
    background: url(../images/bg-box.png) repeat-x;
    height: 3px;
    width: 100%;
    overflow: hidden;
    text-indent: -9999px;
    content: ""; }
.products .flag {
  position: absolute;
  right: 20px;
  top: -6px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/flag.png) no-repeat;
  width: 52px;
  height: 84px; }
  .products .flag.disable {
    background: url(../images/flag-disabled.png) no-repeat; }
.products .image {
  display: block;
  margin: 0 0 12px; }
  .products .image img {
    width: 100%;
    height: auto;
    vertical-align: top; }
    @media (min-width: 992px) {
      .products .image img {
        width: 280px !important;
        height: 280px !important; } }
    .products .image img:hover {
      opacity: 0.8; }
.products .heading {
  padding: 38px 0 1px;
  font-size: 16px;
  line-height: 18px;
  color: #ac2068;
  font-weight: 600; }
  .products .heading p {
    margin-bottom: 32px; }
.products h1 {
  color: #d0006f;
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 38px; }
.products h2 {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 11px;
  color: #d0006f;
  font-weight: 600; }
  .products h2 a {
    color: #d0006f; }
.products .row-text {
  overflow: hidden;
  padding: 6px 0 12px 2px; }
.products .link-share {
  float: right;
  background: url(../images/link-share.png) no-repeat;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -9999px;
  margin: 4px 3px 0 0; }
.products .text-box {
  float: left;
  font-style: italic;
  color: #c22970;
  font-size: 13px; }
.products .img {
  float: left;
  border-radius: 29px;
  margin: -6px 6px 0 0; }
  .products .img img {
    border-radius: 29px;
    vertical-align: top; }
.products .meta {
  background: #fdf7fb;
  border-top: 1px solid #f9e6f1;
  padding: 10px 10px 11px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }
  .products .meta .like {
    float: right;
    background: url(../images/bg-like.png) no-repeat;
    height: 21px;
    padding: 2px 12px 0 31px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none; }
    .products .meta .like:hover {
      opacity: 0.8; }
  .products .meta:after {
    content: "";
    display: block;
    clear: both; }
.products .rate {
  float: left;
  margin: 2px 0 0; }
  .products .rate img {
    float: left;
    margin: 0 7px 0 0; }
.products .btn-more {
  margin: 15px 0 49px;
  border-radius: 22px;
  padding: 12px 70px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600; }
.products .filter-links li .btn {
  min-width: 214px; }

/* products-section */
.products-section {
  border-top: 1px solid #f3cde3;
  background-color: #f9e7f1;
  background-image: linear-gradient(90deg, #fceff5 1px, #fdf5f9 1px);
  background-size: 11px;
  text-align: center;
  padding: 35px 0 48px; }
  @media (max-width: 767px) {
    .products-section nav#products > a {
      display: none; } }
  .products-section .select-area {
    display: none; }
    @media (max-width: 767px) {
      .products-section .select-area {
        display: block;
        width: 100% !important; } }
  .products-section a {
    display: inline-block; }
  .products-section h2 {
    margin: 0 0 38px;
    font-size: 28px;
    line-height: 30px;
    font-weight: normal;
    color: #ac2068; }
  .products-section ul {
    list-style: none;
    margin: 0 -10px;
    padding: 0;
    letter-spacing: -4px;
    line-height: 0; }
    .products-section ul li {
      margin: 0 0 10px;
      display: inline-block;
      vertical-align: bottom; }
      .products-section ul li img {
        vertical-align: top; }

/* banner */
.banner {
  background: #fff;
  margin: 0 0 20px;
  padding: 7px 0;
  text-align: center; }
  .banner.baking-club {
    min-height: inherit; }
  .banner .holder {
    border: dashed #ecb1d3;
    border-width: 2px 0;
    padding: 20px 0; }
  .banner img {
    height: auto;
    vertical-align: top; }

/* footer */
#footer {
  margin: -6px 0 0;
  padding: 37px 0 0;
  position: relative;
  background: url(../images/bg-footer.png) repeat-x;
  font-size: 13px;
  line-height: 15px;
  color: #00155f; }
  #footer .social svg {
    width: 26px;
    height: 26px;
    vertical-align: top;
    fill: #00155f; }
  #footer a {
    color: #00155f;
    font-weight: 400; }
  #footer .title {
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin: 2px 0 14px;
    letter-spacing: -1px; }
  #footer .boxes ul {
    list-style: none;
    margin: 0;
    padding: 0;
    letter-spacing: -0.5px; }
    #footer .boxes ul li {
      margin: 0 0 16px; }
      #footer .btn-warning {
    width: 100%; }

/* footer-slogan */
.footer-slogan {
  text-align: center; }
  .footer-slogan img {
    vertical-align: top; }

/* footer-logo */
.footer-logo {
  text-align: center;
  position: relative;
  margin: 0 0 10px; }
  .footer-logo:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 17px 0 0;
    overflow: hidden;
    text-indent: -9999px;
    content: "";
    width: 100%;
    height: 1px;
    background: #00155f; }
  .footer-logo span {
    background: #ffffff;
    padding: 0 23px;
    position: relative;
    display: inline-block;
    vertical-align: top; }
  .footer-logo img {
    vertical-align: top; }

/* footer-toolbar */
.footer-toolbar {
  text-align: center;
  position: relative;
  top: -6px;
  margin: 0 0 22px; }
  .footer-toolbar:after {
    content: "";
    display: block;
    clear: both; }
  .footer-toolbar .social {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 300px; }
    .footer-toolbar .social li {
      float: left;
      margin: 0 0 10px 24px; }
      .footer-toolbar .social li img {
        vertical-align: top; }
        .footer-toolbar .social li img:hover {
          opacity: 0.8; }
  .footer-toolbar .btn {
    color: #fff !important;
    background: #00155f;
    border-radius: 14px;
    border: 0;
    padding: 4px 24px 6px; }

/* footer-section */
.footer-section {
  border: solid #00155f;
  border-width: 1px 0;
  overflow: hidden;
  padding: 14px 0 19px;
  font-size: 12px; }
  .footer-section .copy {
    float: right; }
  .footer-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left; }
    .footer-section ul li {
      float: left;
      margin: 0 18px 0 0; }

.by {
  text-align: center;
  text-transform: uppercase;
  padding: 14px 0; }

/* navbar-toggle */
.navbar-toggle {
  margin: 26px 10px 0 0;
  background: #000; }
  .navbar-toggle .icon-bar {
    background: #fff;
    width: 26px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px; }

/* icon cake */
.ico-cake {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto 12px;
  text-align: center; }

/* banner */
.menu-banner {
  padding: 50px 0 !important; }
  @media (max-width: 767px) {
    .menu-banner {
      padding: 50px 0 !important; } }
  .menu-banner .btn {
    font-size: 21px;
    line-height: 24px;
    padding: 11px 10px 14px;
    min-width: 274px;
    border-radius: 33px; }
    @media (max-width: 767px) {
      .menu-banner .btn {
        font-size: 15px !important;
        padding: 5px;
        min-width: 0; } }

.page-banner {
  position: relative;
  z-index: 1;
  height: 680px;
  overflow: hidden;
  padding: 203px 0 22px; }
  .page-banner h1 {
    font-size: 54px;
    line-height: 56px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 125px; }
  .page-banner .btn {
    font-size: 21px;
    line-height: 24px;
    padding: 11px 10px 14px;
    min-width: 274px;
    border-radius: 33px; }

.bg-stretch {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1; }

/* history */

#left-sidebar .intro-left-sidebar .chelsea-ico {
  display: none;
} 
#left-sidebar .intro-left-sidebar {
  height: auto !important;
  padding: 120px 0 !important;
  margin: 0;
  background-position: 0;
}
#left-sidebar .intro-left-sidebar header {
  padding: 0;
} 
.left-sidebar-container {
  background: #fdf6fa !important; }

.history, .left-sidebar-container {
  background: #fff !important;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #333; }
  .history .sidebar img, .left-sidebar-container .sidebar img {
    padding: 10px;
    background: white;
    max-width: 100%;
    height: auto; }
  .history .sidebar ul.nav, .left-sidebar-container .sidebar ul.nav {
    margin-bottom: 25px; }
    .history .sidebar ul.nav li a, .left-sidebar-container .sidebar ul.nav li a {
      color: #d0006f; }
    .history .sidebar ul.nav ul, .left-sidebar-container .sidebar ul.nav ul {
      list-style: none; }
    .history .sidebar ul.nav ul li, .left-sidebar-container .sidebar ul.nav ul li {
      margin: 10px 0; }
  .history .main, .left-sidebar-container .main {
    padding-bottom: 80px; }
    .history .main h3, .left-sidebar-container .main h3 {
      color: #d0006f; }
    .history .main img, .left-sidebar-container .main img {
      max-width: 100%;
      height: auto;
      float: right;
      margin-left: 15px;
      margin-bottom: 15px; }
  .history header, .left-sidebar-container header {
    padding-top: 58px;
    padding-bottom: 26px; }
    .intro-block.intro-left-sidebar.about-chelsea {
background: white url(../images/img27.jpg);
}
body > .intro-left-sidebar .btn { margin-top: 100px;}
  .history h1, .left-sidebar-container h1 {
    font-size: 38px;
    line-height: 35px;
    color: #d0006f;
    margin: 0 0 12px;
    font-weight: 600; }
  .history h2, .left-sidebar-container h2 {
    font-size: 18px;
    line-height: 22px;
    color: #d0006f;
    margin: 0 0 10px;
    font-weight: 700; }
    .history h2 a, .left-sidebar-container h2 a {
      color: #d0006f; }
  .history .subtitle, .left-sidebar-container .subtitle {
    color: #ac2068;
    font-size: 16px;
    line-height: 22px;
    display: block;
    font-weight: 600; }
  .history .main-container, .left-sidebar-container .main-container {
    position: relative;
    padding: 59px 0 42px;
    line-height: 21px;
    border: solid #f3cee3;
    border-width: 1px 0; }
  .history .txt-celebrating, .left-sidebar-container .txt-celebrating {
    display: block;
    width: 315px;
    height: 102px;
    background: url(../images/img28.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 auto 27px; }
  .history .row, .left-sidebar-container .row {
    margin-bottom: -293px; }
    .history .row.last-row, .left-sidebar-container .row.last-row {
      margin-bottom: 0; }
  .history .timeline, .left-sidebar-container .timeline {
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px; }
  .history .last-timeline, .left-sidebar-container .last-timeline {
    position: relative; }
    .history .last-timeline .timeline-badge, .left-sidebar-container .last-timeline .timeline-badge {
      left: 50%;
      top: -115px; }
  .history .timeline-holder, .left-sidebar-container .timeline-holder {
    position: relative; }
    .history .timeline-holder:before, .left-sidebar-container .timeline-holder:before {
      content: '';
      position: absolute;
      left: 50%;
      margin-left: -1px;
      width: 3px;
      background: #d75ba1;
      top: 0;
      bottom: 67px;
      display: block; }
  .history .timeline-badge, .left-sidebar-container .timeline-badge {
    position: absolute;
    width: 70px;
    height: 70px;
    position: absolute;
    border: 3px solid #fff;
    background: #e79dc7;
    border-radius: 50%;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    right: -94px;
    margin-left: -35px;
    top: -35px; }
    .history .timeline-badge .t, .left-sidebar-container .timeline-badge .t {
      display: table;
      width: 100%;
      height: 100%; }
    .history .timeline-badge .c, .left-sidebar-container .timeline-badge .c {
      display: table-cell;
      vertical-align: middle;
      padding: 7px 4px; }
    .history .timeline-badge.present, .left-sidebar-container .timeline-badge.present {
      width: 64px;
      height: 64px;
      border: none;
      background: #ec0085;
      left: 50%;
      font-size: 11px;
      text-transform: uppercase; }
  .history .thumbnail, .left-sidebar-container .thumbnail {
    max-width: 391px;
    display: inline-block;
    vertical-align: top;
    min-height: 400px;
    padding-bottom: 67px; }
    .history .thumbnail img, .left-sidebar-container .thumbnail img {
      display: block;
      max-width: 100%;
      height: auto;
      margin-bottom: 12px; }
    .history .thumbnail p, .left-sidebar-container .thumbnail p {
      margin-bottom: 17px; }
  .history .line, .left-sidebar-container .line {
    height: 2px;
    border-top: 2px dashed #ec0085;
    position: relative;
    margin-bottom: 8px;
    margin-right: -21px; }
    .history .line:after, .left-sidebar-container .line:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      right: -8px;
      top: -7px;
      border-style: solid;
      border-color: transparent transparent transparent #ec0085;
      border-width: 6px 0 6px 12px; }
  .history .pull-right, .left-sidebar-container .pull-right {
    text-align: right; }
    .history .pull-right .thumbnail, .left-sidebar-container .pull-right .thumbnail {
      text-align: left; }
    .history .pull-right .line, .left-sidebar-container .pull-right .line {
      margin: 0 0 8px -21px; }
      .history .pull-right .line:after, .left-sidebar-container .pull-right .line:after {
        border-width: 6px 12px 6px 0;
        border-color: transparent #ec0085 transparent transparent;
        right: auto;
        left: -8px; }
    .history .pull-right .timeline-badge, .left-sidebar-container .pull-right .timeline-badge {
      right: auto;
      left: -57px; }
  .history .last-timeline, .left-sidebar-container .last-timeline {
    padding-top: 54px; }
    .history .last-timeline .thumbnail, .left-sidebar-container .last-timeline .thumbnail {
      max-width: 100%;
      padding-bottom: 0; }
      .history .last-timeline .thumbnail img, .left-sidebar-container .last-timeline .thumbnail img {
        display: inline-block;
        vertical-align: top; }

.intro-block {
  padding: 198px 0 35px;
  background: white url(../images/bg-pattern01.png); }
  .intro-block.intro-left-sidebar {
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    padding: 180px 0 !important;
    height: 620px;
    margin: 10px 0; }
    @media (min-width: 1250px){
      .intro-block.intro-left-sidebar {
      height: 620px;}
      }
    @media (max-width: 1250px){
      .intro-block.intro-left-sidebar {
        height: auto;
      }
    }  
      @media (max-width: 1250px) and (min-width: 768px) {
      .intro-block.intro-left-sidebar, #left-sidebar .intro-left-sidebar {
        padding: 0 !important;
      }
      }
  .intro-block.intro-left-sidebar.internal-banner {
    /*padding: 60px 0 0 !important;*/ }
    .intro-block.intro-left-sidebar.about-foodservice {
      background: white url(../images/about-foodservice.jpg); }
    .intro-block.intro-left-sidebar.download-recipes {
      background: white url(../images/download-recipes.jpg); }
    .intro-block.intro-left-sidebar.our-products {
      background: white url(../images/our-products.jpg); }
    .intro-block.intro-left-sidebar.promos-events {
      background: white url(../images/promos-events.jpg); }
    .intro-block.intro-left-sidebar.costing-calculator {
      background: white url(../images/costing-calculator.jpg); }
    .intro-block.intro-left-sidebar.how-sugar {
      background: white url(../images/how_sugar_made.jpg); }
    .intro-block.intro-left-sidebar.types-sugar {
      background: white url(../images/types_of_sugar.jpg); }
    .intro-block.intro-left-sidebar.faq {
      background: white url(../images/FAQ.jpg); }
    @media (max-width: 767px) {
      .intro-block.intro-left-sidebar {
        padding: 13px 0;
        background-size: cover !important; } }
    .intro-block.intro-left-sidebar header span, .intro-block.intro-left-sidebar header h1 {
      color: white !important; }
  .intro-block h1 {
    color: #d0006f;
    margin: 0 0 10px;
    font-weight: 600; }
    .intro-block h1.add {
      margin-right: 60px; }
  .intro-block .bottom-block {
    overflow: hidden;
    width: 100%;
    text-align: center; }
    .intro-block .bottom-block .btn {
      border-color: #f7deec;
      font-size: 15px;
      line-height: 17px;
      font-weight: 600;
      color: #d0006f;
      border-radius: 31px;
      padding: 11px 38px 15px 58px;
      position: relative;
      margin: 0 18px 10px; }
      .intro-block .bottom-block .btn:after {
        content: '';
        position: absolute;
        width: 23px;
        height: 21px;
        left: 21px;
        top: 8px;
        background: url(../images/sprite.png) no-repeat -31px 0; }
      .intro-block .bottom-block .btn.btn-create {
        padding: 11px 27px 15px 50px; }
        .intro-block .bottom-block .btn.btn-create:after {
          background-position: -63px 0; }
  .intro-block .search-recipe {
    display: inline-block;
    vertical-align: top;
    width: 290px;
    border: 1px solid #f7deec;
    border-radius: 5px;
    background: #fff;
    margin: 0 18px 10px; }
  .intro-block .form-control, .intro-block .join-up input[type="text"], .join-up .intro-block input[type="text"] {
    border: none;
    font-weight: 600;
    color: #d0006f;
    font-size: 16px;
    height: 44px;
    padding-right: 47px; }
  .intro-block input[type=submit] {
    width: 23px;
    height: 24px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/sprite.png) no-repeat -1px 0;
    border: none;
    outline: none;
    margin: -35px 14px 0 0;
    float: right;
    position: relative;
    z-index: 2; }
  .intro-block .heading {
    padding: 0 10px 52px 0; }
    @media (max-width: 767px) {
      .intro-block .heading {
        padding: 20px 0 !important; } }
    .intro-block .heading h3 {
      color: white;
      font-size: 50px;
      margin: 25px 0; }
      @media (max-width: 767px) {
        .intro-block .heading h3 {
          font-size: 28px; } }
      @media (max-width: 1250px) and (min-width: 768px) {
      .intro-block .heading {
        padding: 76px 0 !important;
      }
      }
      @media (max-width: 767px) {
      .intro-block.intro-left-sidebar {
        padding: 13px 0 !important;
        background-size: cover !important; } }
      @media (max-width: 1250px) and (min-width: 768px) {
      .intro-block .heading h3 {
        font-size: 37px;
      }
      }
      .intro-block .heading h3:after, .intro-block .heading h3:before {
        content: url("../images/hr.jpg");
        top: -16px;
        position: relative;
        margin: 0 12px; }
        @media (min-width: 768px) and (max-width: 1250px) {
          .intro-block .heading h3:after, .intro-block .heading h3:before {
            top: -9px;
            opacity: 0.7; } }
        @media (min-width: 768px) and (max-width: 1250px) and (orientation: portrait) {
          .intro-block .heading h3:after, .intro-block .heading h3:before {
            content: none; } }
        @media (max-width: 767px) {
          .intro-block .heading h3:after, .intro-block .heading h3:before {
            content: none; } }
    .intro-block .heading .chelsea-ico img {
      display: block;
      margin: 0 auto;
      float: none; }
  .intro-block .ico-cake {
    margin-bottom: 8px; }
    .intro-block .ico-cake img {
      float: none;
      border-radius: 0;
      margin: 0; }
  .intro-block img {
    float: left;
    margin: 43px 10px 17px 0; }

/* promo list */
.promo-list {
  background: #fdf7fa;
  border: solid #f3cee3;
  border-width: 1px 0;
  padding: 36px 0 44px; }
  .promo-list .row {
    padding-bottom: 33px; }
  .promo-list .products .box {
    margin: 0; }
  .promo-list .promo {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    position: relative; }
    .promo-list .promo .caption {
      position: absolute;
      left: 10px;
      top: 10px;
      max-width: 142px;
      font-size: 26px;
      font-weight: 800;
      color: #fff;
      line-height: 24px; }
    .promo-list .promo .doll {
      position: absolute;
      right: 16px;
      top: 40px; }
    .promo-list .promo.promo1 {
      margin-top: 54px; }
  .promo-list .box1 {
    border: none;
    padding: 8px 17px 7px 12px;
    margin: 0 0 10px;
    background: #ec0085;
    border-radius: 6px;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0; }
    .promo-list .box1 q {
      font-style: italic;
      font-size: 14px;
      line-height: 21px;
      display: block;
      margin-bottom: 5px; }
      .promo-list .box1 q.highlight {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 18px; }
    .promo-list .box1 cite {
      font-size: 12px;
      line-height: 15px; }
      .promo-list .box1 cite a {
        color: #fff; }
      .promo-list .box1 cite span {
        display: inline-block;
        vertical-align: middle;
        max-width: 229px;
        font-style: italic; }
    .promo-list .box1 img.pull-right {
      margin: 3px 0 37px 20px; }
    .promo-list .box1 .user {
      display: inline-block;
      vertical-align: middle;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 5px; }
    .promo-list .box1 h2 {
      font-size: 36px;
      line-height: 38px;
      margin: 0 0 10px;
      color: #fff;
      font-weight: 600; }
      .promo-list .box1 h2 a {
        color: #fff; }
    .promo-list .box1.box-purple {
      background: #d0006f; }
    .promo-list .box1.box-pink {
      background: #df7cb4; }
      .promo-list .box1.box-pink q {
        margin-bottom: 10px; }
      .promo-list .box1.box-pink h2 {
        margin-bottom: 2px; }
    .promo-list .box1.box-white {
      background: #fff;
      color: #333;
      padding-bottom: 16px; }
      .promo-list .box1.box-white h2 {
        color: #d0006f;
        font-size: 26px;
        line-height: 29px;
        margin-bottom: 0; }
        .promo-list .box1.box-white h2 a {
          color: #d0006f; }
  .promo-list .new-recipes {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700; }
    .promo-list .new-recipes h2 {
      font-size: 19px;
      line-height: 22px;
      font-weight: 600;
      margin: 0 0 10px; }
    .promo-list .new-recipes ul {
      list-style: none;
      margin: 0 0 -1px;
      padding: 0; }
    .promo-list .new-recipes li {
      margin-bottom: 6px; }
      .promo-list .new-recipes li a {
        color: #fff;
        text-decoration: underline; }
        .promo-list .new-recipes li a:hover {
          text-decoration: none; }
    .promo-list .new-recipes img {
      margin: 0 9px 0 0; }
    .promo-list .new-recipes .txt {
      display: inline-block;
      vertical-align: middle;
      width: 70%; }
  .promo-list .product-show {
    padding: 5px 24px;
    background: #fff;
    border-color: #f1e2e6;
    overflow: hidden;
    margin-top: -11px;
    margin-bottom: 15px; }
    .promo-list .product-show ul {
      float: left;
      width: 60%;
      list-style: none;
      padding: 0;
      margin: 0; }
    .promo-list .product-show li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 3px; }
    .promo-list .product-show .img {
      float: right;
      margin-top: 24px; }

.page1 .intro-block {
  background: #FFF;
  padding: 199px 0 14px; }
  .page1 .intro-block .heading {
    padding-bottom: 34px; }
  .page1 .intro-block h1 {
    margin-bottom: 23px; }
.page1 .promo-list {
  background: none;
  border-top: none; }
  .page1 .promo-list .box1 {
    border-radius: 0;
    min-height: 180px; }
  .page1 .promo-list .col-sm-4 {
    width: 40%; }
    .page1 .promo-list .col-sm-4 .box1 + .box1 {
      margin-top: 15px; }
  .page1 .promo-list .col-sm-3 {
    width: 20%;
    padding: 0 5px; }
    .page1 .promo-list .col-sm-3 .box1 {
      padding-right: 8px;
      padding-bottom: 25px; }
  .page1 .promo-list .row {
    padding-bottom: 14px; }
  .page1 .promo-list .product-show {
    margin-top: 0; }
.page1 .filter-links {
  padding: 21px 0 0; }
  .page1 .filter-links .btn {
    font-size: 15px;
    line-height: 18px;
    padding: 12px 30px 15px;
    min-width: 108px; }

/* white box */
.box-white {
  line-height: 21px; }
  .box-white header {
    overflow: hidden;
    padding-bottom: 9px;
    min-height: 83px; }
    .box-white header img {
      float: right;
      margin-left: 10px; }
    .box-white header h2 {
      overflow: hidden; }
    .box-white header .img {
      text-align: center;
      padding: 13px 0 19px; }
      .box-white header .img img {
        float: none;
        vertical-align: top; }

/* tab2 */
.tab-content #tab2 {
  padding: 54px 0 38px; }
.tab-content .search-form {
  margin: 0;
  background: #fff;
  width: 365px;
  margin-right: 3px; }
  .tab-content .search-form .area input {
    color: #d0006f;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    padding: 14px; }
    .tab-content .search-form .area input::-moz-placeholder {
      color: #d0006f;
      opacity: 1; }
    .tab-content .search-form .area input:-ms-input-placeholder {
      color: #d0006f; }
    .tab-content .search-form .area input::-webkit-input-placeholder {
      color: #d0006f; }
  .tab-content .search-form input[type="submit"] {
    margin: 11px 17px 0 0;
    background: url(../images/sprite.png) no-repeat; }
.tab-content .top-block {
  padding-bottom: 38px !important; }
  .tab-content .top-block .btn {
    padding: 14px 11px 15px;
    vertical-align: top;
    border: none;
    min-width: 91px;
    color: #d0006f;
    position: relative; }
    .tab-content .top-block .btn:after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: 6px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 4px 0;
      margin-left: -4px;
      border-color: #d0006f transparent transparent; }

/* record */
.record {
  background: #fff;
  padding: 14px 12px 8px;
  color: #333;
  margin-bottom: 28px; }
  .record header {
    overflow: hidden;
    padding: 0 0 10px;
    min-height: 114px; }
    .record header img {
      float: right;
      margin-left: 12px; }
  .record h2 {
    overflow: hidden;
    margin: 12px 0 0;
    padding-bottom: 10px;
    font-size: 36px;
    font-weight: 600;
    line-height: 32px;
    color: #d0006f; }
    .record h2 span {
      display: block;
      font-size: 24px; }
  .record h3 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #d0006f;
    margin: 0 0 2px; }
  .record .note {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #333;
    padding: 9px 0 3px; }

.table {
  font-weight: 400;
  table-layout: fixed; }
  .table > thead > tr > th {
    border: none;
    color: #d0006f;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 0; }
  .table > tbody > tr > td {
    border: none;
    border-bottom: 1px solid #c2c2c2;
    font-size: 14px;
    line-height: 15px;
    color: #333;
    padding: 8px 8px 8px 0; }
  .table .col1 {
    width: 61%; }
  .table .col2 {
    width: 39%; }
  .table .col01 {
    width: 39%; }
  .table .col02 {
    width: 36%; }
  .table .col03 {
    width: 25%; }
  .table .col001 {
    width: 20%; }
  .table.full-width .col01 {
    width: 14%; }
  .table.full-width .col02 {
    width: 20%; }
  .table.full-width .col03 {
    width: 57%; }
  .table.full-width > tbody > tr > td {
    height: 64px;
    line-height: 25px;
    padding-top: 2px; }

/* page title */
.page-title {
  text-align: center;
  padding: 0 0 80px;
  color: #d0006f; }
  .page-title h1 {
    margin: 0;
    font-size: 54px;
    line-height: 56px;
    font-weight: 600; }

.contact-t {
  padding-bottom: 35px; }
  .contact-t .col {
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #d0006f;
    border-bottom: 1px solid #d75ba1; }
    .contact-t .col header {
      text-align: center;
      position: relative;
      padding-bottom: 28px;
      z-index: 1; }
      .contact-t .col header:after {
        content: '';
        position: absolute;
        height: 1px;
        left: 0;
        top: 13px;
        right: 0;
        background: #d75ba1;
        z-index: -1; }
  .contact-t h2 {
    display: inline-block;
    vertical-align: top;
    padding: 1px 17px 3px;
    background: #d75ba1;
    border: solid #fdf7fa;
    border-width: 0 4px;
    position: relative;
    color: #fdf7fa;
    font-size: 17px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
    margin: 0; }
    .contact-t h2:after, .contact-t h2:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 0 0 12px;
      border-color: #d75ba1 transparent transparent; }
    .contact-t h2:after {
      border-width: 8px 12px 0 0;
      left: auto;
      right: 0; }
  .contact-t ul {
    margin: 0;
    list-style: none;
    padding: 0 9px;
    text-align: center; }
    .contact-t ul li + li {
      margin-top: 19px; }
    .contact-t ul span {
      display: block;
      padding: 5px 10px;
      font-size: 15px;
      line-height: 18px; }
  .contact-t .btn {
    display: block;
    padding: 15px 12px 14px; }
  .contact-t address {
    text-align: center;
    padding: 12px 10px 23px;
    line-height: 20px; }

.contact-b {
  text-align: center;
  padding-bottom: 7px; }
  .contact-b .btn {
    font-size: 14px;
    padding: 11px 11px 13px;
    border-radius: 30px;
    min-width: 208px;
    margin-bottom: 44px; }
  .contact-b img {
    vertical-align: top;
    margin-bottom: 12px; }
  .contact-b address {
    text-align: center;
    font-weight: 600;
    line-height: 20px;
    color: #d0006f; }

/* map */
.map {
  text-align: center;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .map .map-wrap {
    float: left;
    position: relative;
    left: 50%;
    min-width: 1200px;
    width: 100%; }
  .map img {
    float: left;
    left: -50%;
    position: relative;
    width: 100%;
    height: auto; }

/* display of products */
.product-display {
  margin: 0 50px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  letter-spacing: -4px; }
  @media (max-width: 767px) {
    .product-display {
      margin: 0;
      letter-spacing: 0; } }
  @media (max-width: 767px) {
    .product-display a {
      display: none; } }
  .product-display .select-area {
    display: none; }
    @media (max-width: 767px) {
      .product-display .select-area {
        display: block;
        width: 100% !important; } }
  .product-display li {
    float: left;
    width: 50%;
    padding: 0 3px;
    letter-spacing: 0; }
  .product-display img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto; }
    @media (min-width: 768px) and (max-width: 1250px) and (orientation : portrait) {
    .product-display img {
    max-width: 42px;
    }
  }

.page2 .filter-links {
  padding: 0 0 38px; }
  .page2 .filter-links .btn {
    min-width: 50px;
    font-size: 15px;
    line-height: 18px;
    padding: 13px 26px 14px; }
.page2 .page-title {
  padding-bottom: 50px; }
.page2 .products h1 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  padding-bottom: 17px;
  border-bottom: 1px solid #694175;
  margin: 0 0 15px; }
.page2 .products .row {
  padding-bottom: 16px; }
.page2 .products .text-center {
  padding-bottom: 46px; }
  .page2 .products .text-center .btn {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding: 14px 22px 17px;
    border-radius: 31px;
    min-width: 461px; }

/* cyclic carousel sytles */
.gallery-holder {
  background: #fff;
  padding: 20px 10px;
  border-top: 1px solid #f3cee3;
  overflow: hidden; 
  height: 320px !important;}

div.cycle-gallery {
  height: 291px;
  position: relative;
  max-width: 892px;
  overflow: hidden;
  margin: 0 auto; }
  div.cycle-gallery div.mask {
    position: relative;
    overflow: visible !important;
    width: 300px;
    margin: 0 auto;
    height: 300px !important; }
    div.cycle-gallery div.mask div.slideset {
      float: left;
      width: 99999px; }
    div.cycle-gallery div.mask div.slide {
      float: left;
      width: 300px;
      text-align: center;
      opacity: 0.3;
      filter: alpha(opacity=30); 
    vertical-align: middle !important;}
      div.cycle-gallery div.mask div.slide .img-holder {
        display: table;
        width: 100%;
        height: 100%;
        vertical-align: bottom; }
        div.cycle-gallery div.mask div.slide .img-holder a {
          display: table-cell;
          vertical-align: middle; }
      div.cycle-gallery div.mask div.slide.active {
        z-index: 1;
        opacity: 1;
        filter: alpha(opacity=100); }
        div.cycle-gallery div.mask div.slide.active .img-holder a {
          padding: 0 25px; vertical-align: middle !important; }
      div.cycle-gallery div.mask div.slide img {
        height: auto;
        width: auto; 
        vertical-align: middle !important;}
  div.cycle-gallery .btn-next, div.cycle-gallery #custom-carousel .btn-prev, #custom-carousel div.cycle-gallery .btn-prev, div.cycle-gallery .btn-prev {
    position: absolute;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    top: 50%;
    margin-top: -27px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    right: 0;
    background: #d0006f;
    z-index: 2;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    div.cycle-gallery .btn-next:hover, div.cycle-gallery #custom-carousel .btn-prev:hover, #custom-carousel div.cycle-gallery .btn-prev:hover, div.cycle-gallery .btn-prev:hover {
      background: #ac2068; }
    div.cycle-gallery .btn-next:after, div.cycle-gallery #custom-carousel .btn-prev:after, #custom-carousel div.cycle-gallery .btn-prev:after, div.cycle-gallery .btn-prev:after {
      content: '';
      position: absolute;
      top: 13px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 10px;
      border-color: transparent transparent transparent #fff;
      left: 16px; }
  div.cycle-gallery .btn-prev {
    left: 0;
    right: auto; }
    div.cycle-gallery .btn-prev:after {
      border-width: 6px 10px 6px 0;
      border-color: transparent #fff transparent transparent;
      left: 13px; }

@media (max-width: 767px) {
  .product-header .filter-links {
    display: none; } }

.product-content {
  padding: 23px 10px 33px; }
  .product-content h2 {
    font-size: 38px;
    line-height: 40px;
    color: #d0006f;
    font-weight: 600;
    margin: 0 0 32px; }
  .product-content .txt {
    max-width: 380px;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    font-style: italic;
    color: #ac2068;
    padding-bottom: 32px; }
    .product-content .txt p {
      margin-bottom: 27px; }
  .product-content aside blockquote {
    border: 0 none;
    font-size: 14px;
    line-height: 21px;
    color: #d75ba1;
    font-weight: 400;
    font-style: italic; }

.tips {
  font-size: 14px;
  line-height: 21px;
  color: #d75ba1;
  font-weight: 600;
  font-style: italic;
  padding-bottom: 29px; }
  .tips header {
    text-align: center;
    position: relative;
    padding-bottom: 12px;
    font-style: normal;
    z-index: 1; }
    .tips header:after {
      content: '';
      position: absolute;
      height: 1px;
      left: 2px;
      top: 10px;
      right: 2px;
      z-index: -1;
      background: #d75ba1; }
  .tips h2 {
    display: inline-block;
    border: solid #fdf7fa;
    border-width: 0 3px;
    vertical-align: top;
    padding: 1px 15px 4px;
    background: #d75ba1;
    position: relative;
    color: #fdf7fa;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-align: center;
    margin: 0; }
    .tips h2:after, .tips h2:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 0 0 12px;
      border-color: #d75ba1 transparent transparent; }
    .tips h2:after {
      border-width: 8px 12px 0 0;
      left: auto;
      right: 0; }
  .tips .text {
    padding: 0 8px; }

.product-info {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #333;
  padding-bottom: 34px; }
  .product-info h2 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 10px;
    padding-bottom: 9px;
    border-bottom: 1px solid #694175; }
  .product-info .table > tbody > tr:first-child {
    font-style: italic; }
  .product-info .table > tbody > tr > td {
    border-bottom: none;
    padding: 11px 4px 15px; }
    .product-info .table > tbody > tr > td.hastable {
      padding: 0; }
    .product-info .table > tbody > tr > td + td {
      border-left: 2px solid #f9e6f1; }
  .product-info .table > tbody > tr + tr > td {
    background: url(../images/bg-line.gif) repeat-x; }
  .product-info .table span,
  .product-info .table strong {
    display: block;
    margin-bottom: 5px; }
  .product-info .table .col1 {
    width: 28%; }
  .product-info .table .col2 {
    width: 28%; }
  .product-info .table .col3 {
    width: 44%; }

.available {
  padding-bottom: 36px;
  max-width: 382px; }
  .available h3 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #d0006f;
    border-bottom: 1px solid #694175;
    margin: 0 0 11px;
    padding-bottom: 8px; }
  .available ul {
    margin: 0 -18px;
    overflow: hidden;
    padding: 0;
    list-style: none;
    font-size: 0;
    letter-spacing: -4px; }
    .available ul li {
      display: inline-block;
      vertical-align: top;
      width: 66px;
      letter-spacing: 0;
      font-size: 14px;
      margin: 0 18px; }
  .available .img-holder {
    margin-bottom: 10px; }
  .available img {
    vertical-align: top; }
  .available .weight {
    display: block;
    color: #333; }

.search-results {
  background: #fbeff6;
  border: solid #efbdd9;
  border-width: 0 1px 1px;
  margin-bottom: 60px; }
  .search-results .top-block {
    overflow: hidden;
    padding: 20px; }
  .search-results ul {
    margin: 0 -6px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    letter-spacing: -4px;
    text-align: center; }
  .search-results li {
    padding: 0 6px 16px;
    letter-spacing: 0;
    width: 157px;
    display: inline-block;
    vertical-align: top; }
  .search-results .thumbnail {
    background: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    -webkit-transition: all 0.29s ease-in;
    -o-transition: all 0.29s ease-in;
    transition: all 0.29s ease-in; }
    .search-results .thumbnail a {
      color: #d0006f;
      display: block;
      height: 100%;
      padding: 10px;
      text-decoration: none;
      -webkit-transition: all 0.29s ease-in;
      -o-transition: all 0.29s ease-in;
      transition: all 0.29s ease-in; }
    .search-results .thumbnail .caption {
      display: block; }
    .search-results .thumbnail img {
      margin-bottom: 10px;
      vertical-align: top; }
    .search-results .thumbnail:hover {
      background: #e79dc7; }
      .search-results .thumbnail:hover a {
        color: #fff; }
  .search-results .ajax-load {
    text-align: center;
    padding: 20px; }

/* close */
.close, .submit-recipe .top-block .back {
  opacity: 1;
  filter: alpha(opacity=100);
  max-width: 250px;
  font-size: 16px;
  line-height: 16px; }
  .close:focus, .submit-recipe .top-block .back:focus {
    outline: none; }
  .close:hover, .submit-recipe .top-block .back:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); }

.page3 #main {
  padding: 142px 0 30px; }

.submit-recipe {
  max-width: 551px;
  padding: 20px 35px;
  background: #fbeff6;
  border: solid #efbdd9;
  border-width: 0 1px 1px;
  margin: 0 auto;
  color: #333;
  font-weight: 400; }
  .submit-recipe .top-block {
    overflow: hidden;
    padding-bottom: 20px; }
    .submit-recipe .top-block .back {
      float: left;
      color: #d0006f;
      font-weight: 600;
      text-decoration: none; }
  .submit-recipe .ico-cake {
    margin-bottom: 9px; }
  .submit-recipe h1 {
    font-size: 54px;
    line-height: 57px;
    font-weight: 600;
    color: #d0006f;
    margin: 0 0 28px; }
  .submit-recipe header {
    font-size: 16px;
    font-weight: 600;
    color: #707070;
    line-height: 20px;
    text-align: center;
    padding-bottom: 25px; }
  .submit-recipe .input-wrap {
    padding-bottom: 33px; }
    .submit-recipe .input-wrap p {
      margin-bottom: 17px; }
  .submit-recipe .form-control, .submit-recipe .join-up input[type="text"], .join-up .submit-recipe input[type="text"] {
    height: 46px;
    padding: 6px 15px; }
  .submit-recipe textarea {
    width: 100% !important;
    height: auto;
    min-height: 204px; }
  .submit-recipe .select-area {
    width: 100% !important; }
  .submit-recipe form {
    padding: 0 9px; }
  .submit-recipe label {
    margin-bottom: 9px;
    color: #333; }
  .submit-recipe .title {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    vertical-align: top; }
  .submit-recipe .three-col {
    overflow: hidden; }
    .submit-recipe .three-col .title {
      float: left;
      width: 37%;
      margin-top: 14px; }
    .submit-recipe .three-col .col {
      float: left;
      width: 31.5%;
      padding-left: 10px; }
    .submit-recipe .three-col label {
      float: left;
      margin-top: 14px; }
    .submit-recipe .three-col .select-area {
      width: 70px !important;
      float: right; }
  .submit-recipe .img-holder {
    border: 1px solid #f7deec;
    margin-top: 3px; }
    .submit-recipe .img-holder img {
      max-width: 100%; }
  .submit-recipe .btn-list {
    margin: 0;
    padding: 37px 9px 0 0;
    list-style: none; }
    .submit-recipe .btn-list li {
      margin-bottom: 32px; }
    .submit-recipe .btn-list .btn {
      display: block;
      border-radius: 30px;
      padding: 6px 12px 9px;
      max-width: 184px; }
      .submit-recipe .btn-list .btn.btn-grey {
        background: #ccc;
        border-color: #ccc; }
        .submit-recipe .btn-list .btn.btn-grey:hover {
          opacity: 0.8;
          filter: alpha(opacity=80); }
    .submit-recipe .btn-list span.label {
      display: block;
      overflow: hidden; }
    .submit-recipe .btn-list label {
      font-size: 13px;
      color: #000;
      margin: 0;
      font-weight: 400;
      display: inline;
      font-style: italic; }
  .submit-recipe input[type="submit"] {
    display: block;
    width: 100%;
    border-radius: 30px;
    font-size: 21px;
    line-height: 26px;
    outline: none;
    font-weight: 600;
    padding: 10px 12px 13px; }
    .submit-recipe input[type="submit"]:focus {
      outline: none; }

.recipe-detail .btn {
  border-radius: 17px;
  padding: 7px 6px 8px;
  min-width: 187px; }

#content {
  padding-top: 9px; }

/*recipe row */
.recipe-row {
  overflow: hidden;
  line-height: 21px;
  font-weight: 400;
  padding: 22px 0;
  color: #333;
  background: url(../images/bg-line01.png) repeat-x 0 100%; }
  .recipe-row .title {
    float: left;
    width: 25%;
    padding-right: 10px;
    font-size: 18px;
    line-height: 22px;
    color: #d0006f;
    font-weight: 600; }
  .recipe-row .desc {
    overflow: hidden;
    padding: 0 0 10px; }
  .recipe-row:first-child ul li + li {
    margin-top: 0; }
  .recipe-row ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .recipe-row ul li {
      overflow: hidden; }
      .recipe-row ul li + li {
        margin-top: 11px; }
    .recipe-row ul .subtitle {
      float: left;
      font-weight: 700;
      min-width: 51px;
      padding-right: 5px; }
    .recipe-row ul .value {
      display: block;
      overflow: hidden; }

/* intro banner */
.intro-banner {
  background: #f7deec;
  padding: 15px 0 0; }
  .intro-banner h1 {
    font-size: 38px;
    line-height: 46px;
    color: #d0006f;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 33px; }
  .intro-banner blockquote {
    border: none;
    padding: 0 66px 0 0;
    margin-bottom: 67px; }
    .intro-banner blockquote cite {
      display: block;
      margin-bottom: 13px;
      color: #ac2068;
      font-size: 12px;
      line-height: 15px;
      font-weight: 400;
      font-style: italic; }
      .intro-banner blockquote cite span {
        display: inline-block;
        vertical-align: middle;
        padding-top: 11px;
        max-width: 240px; }
      .intro-banner blockquote cite a {
        color: #ac2068; }
    .intro-banner blockquote q {
      color: #d0006f;
      font-size: 21px;
      line-height: 27px;
      font-style: italic;
      font-weight: 400;
      display: block; }
    .intro-banner blockquote .user {
      display: inline-block;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 1px;
      vertical-align: middle; }
  .intro-banner .meta {
    padding: 15px 0 13px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #ac2068;
    background: white url(../images/bg-line01.png) repeat-x 0 100%; }
  .intro-banner .rate-block {
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 6px 0;
    line-height: 21px; }
  .intro-banner .btn-add {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 21px;
    color: #ac2068;
    margin: 8px 54px 10px 0; }
    .intro-banner .btn-add:before {
      content: '';
      position: absolute;
      width: 12px;
      height: 14px;
      left: 0;
      top: 0;
      background: url(../images/sprite.png) no-repeat -90px -1px; }
  .intro-banner .rate {
    display: inline-block;
    line-height: 17px;
    vertical-align: top;
    margin-right: 5px; }
    .intro-banner .rate img {
      margin-right: 3px; }

.social-networks {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
  text-align: right;
  width: 50%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-transform: capitalize; }
  .social-networks li {
    display: inline-block;
    vertical-align: top;
    padding: 7px 11px 10px; }
    .social-networks li a {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      padding-left: 26px;
      color: #ac2068; }
      .social-networks li a:after {
        content: '';
        position: absolute;
        width: 21px;
        height: 21px;
        left: 0;
        top: 0; }
    .social-networks li + li {
      border-left: 1px solid #c67a95; }
    .social-networks li.facebook a:after {
      background-position: -1px -66px; }
    .social-networks li.instagram a:after {
      background-position: -26px -66px; }
    .social-networks li.twitter a:after {
      background-position: -52px -66px; }
    .social-networks li.print a:after {
      background-position: -78px -66px; }
    .social-networks li.more {
      padding: 7px 0 7px 12px; }
      .social-networks li.more a {
        padding-left: 0;
        line-height: 21px;
        padding-right: 10px;
        position: relative; }
        .social-networks li.more a:after {
          content: '';
          left: auto;
          top: 50%;
          margin-top: -3px;
          right: 0;
          background: url("../images/sprite.png") no-repeat -116px -3px;
          width: 6px;
          height: 7px; }
  .social-networks li:last-child {
    margin-left: -39px; }

/* featured dish */
.featured-dish {
  margin: -43px 0 0; }
  .featured-dish .img-holder {
    background: #fff;
    padding: 10px;
    margin-bottom: 11px;
    position: relative; }
    .featured-dish .img-holder img {
      max-width: 100%;
      height: auto; }
  .featured-dish .like {
    float: right;
    background: url(../images/sprite.png) no-repeat -144px -66px;
    height: 21px;
    padding: 2px 10px 0 33px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none; }
    .featured-dish .like:hover {
      opacity: 0.8; }
  .featured-dish .flag {
    position: absolute;
    right: 16px;
    top: -4px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/flag.png) no-repeat;
    width: 52px;
    height: 84px; }
    .featured-dish .flag.disable {
      background: url(../images/flag-disabled.png) no-repeat; }

/* duration level */
.duration-level {
  margin: 0 -9px 36px;
  list-style: none;
  padding: 0;
  font-size: 11px;
  line-height: 15px;
  color: #cb4985;
  font-weight: 400;
  overflow: hidden; }
  .duration-level li {
    float: left;
    padding: 7px 10px; }
    .duration-level li + li {
      background: url(../images/bg-line02.png) repeat-y; }
    .duration-level li:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 29px;
      height: 33px;
      margin-right: 5px;
      background: url(../images/sprite.png) no-repeat -1px -25px; }
    .duration-level li div {
      display: inline-block;
      vertical-align: middle;
      min-width: 50px; }
    .duration-level li span {
      display: block; }
    .duration-level li:first-child:before {
      width: 34px; }
    .duration-level li.ptime:before {
      background-position: -44px -27px; }
    .duration-level li.ctime:before {
      background-position: -85px -27px; }
    .duration-level li.serve:before {
      background-position: -125px -27px; }
    .duration-level li.serve span {
      display: inline; }

/* comment block */
.comment-block {
  background: url(../images/bg-line01.png) repeat-x 0 100%;
  padding: 18px 0 25px;
  color: #d0006f;
  font-weight: 700;
  color: #d0006f; }
  .comment-block .form-control, .comment-block .join-up input[type="text"], .join-up .comment-block input[type="text"] {
    color: #333;
    margin-bottom: 23px;
    padding: 4px 9px;
    min-height: 137px;
    font-size: 14px;
    font-weight: 400;
    font-style: italic; }
  .comment-block p {
    margin-bottom: 10px; }
  .comment-block h2 {
    font-size: 28px;
    line-height: 30px;
    color: #d0006f;
    font-weight: 600;
    margin: 0 0 24px; }
  .comment-block form {
    max-width: 620px; }
  .comment-block .btn-wrap {
    text-align: right; }
  .comment-block .btn {
    border-radius: 31px;
    background: #ccc;
    border-color: #ccc;
    padding: 7px 12px 8px;
    min-width: 185px; }
    .comment-block .btn:hover {
      background: #ac2068;
      border-color: #ac2068; }

/* comment list */
.comments {
  padding: 20px 0 10px;
  color: #d0006f;
  font-style: italic;
  font-weight: 400; }
  .comments .pull-left {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px; }
  .comments .media-heading {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 12px;
    color: #ac2068; }
    .comments .media-heading a {
      color: #ac2068; }
  .comments .media-body {
    padding: 17px 0 0; }
  .comments .media {
    margin-top: 13px; }
    .comments .media:first-child {
      margin-top: 0; }
  .comments .btn-wrap {
    text-align: right;
    padding: 42px 0 16px; }
  .comments .btn {
    border-radius: 31px;
    padding: 7px 12px 8px;
    min-width: 180px; }

/* promotion */
.promotion {
  background: #fff;
  text-align: center;
  margin: 51px 0 0; }
  .promotion .logo,
  .promotion .img-holder,
  .promotion .btn {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 6px;
    float: none;
    border-radius: 30px;
    min-width: 184px; }
  .promotion .img-holder {
    margin: 0 6px; }
  .promotion .logo {
    margin-right: 24px; }

/* product used */
.products-used {
  background: #fff;
  padding: 42px 0;
  margin-bottom: 54px; }
  .products-used h1 {
    font-size: 28px;
    line-height: 32px;
    color: #d0006f;
    font-weight: 600;
    margin: 0 0 39px;
    padding-bottom: 17px;
    border-bottom: 1px solid #694175; }
  .products-used .holder {
    padding: 0 10px; }
  .products-used .ingredient-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: -4px;
    width: 440px; }
    .products-used .ingredient-list li {
      display: inline-block;
      vertical-align: bottom;
      letter-spacing: 0; }
    .products-used .ingredient-list .caption {
      display: block;
      font-size: 12px;
      line-height: 15px;
      font-weight: 600;
      color: #333;
      padding: 0 4px;
      text-align: center; }
    .products-used .ingredient-list img {
      vertical-align: top;
      margin-bottom: 12px;
      max-width: 100px; }
  .products-used .btn {
    vertical-align: bottom;
    margin-bottom: 30px;
    min-width: 167px; }

/* sidebar */
#sidebar {
  padding-top: 36px; }
  #sidebar .box1 {
    background: #fff;
    border: 0 none;
    border-radius: 5px;
    padding: 8px 17px 12px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 24px;
    color: #333; }
    #sidebar .box1 h2 {
      overflow: visible;
      margin: 0 0 3px;
      font-size: 26px;
      line-height: 32px;
      color: #d0006f;
      font-weight: 600; }
      #sidebar .box1 h2:before {
        content: '';
        clear: both;
        display: block; }
      #sidebar .box1 h2 a {
        color: #d0006f; }
    #sidebar .box1 img {
      margin-bottom: 9px; }
  #sidebar .box-pink {
    background: #d75ba1;
    border-radius: 5px;
    color: #fff;
    border: none;
    padding-top: 10px; }
    #sidebar .box-pink h2 {
      font-size: 36px;
      line-height: 43px;
      color: #fff;
      margin-bottom: 7px; }
    #sidebar .box-pink q {
      font-style: italic;
      font-size: 14px;
      line-height: 21px;
      display: block;
      margin-bottom: 18px; }
    #sidebar .box-pink cite {
      display: block;
      font-size: 12px;
      line-height: 15px;
      margin-bottom: 12px; }
      #sidebar .box-pink cite a {
        color: #fff; }
      #sidebar .box-pink cite span {
        display: inline-block;
        vertical-align: middle;
        max-width: 124px;
        font-style: italic; }
    #sidebar .box-pink img {
      margin: 0; }
    #sidebar .box-pink .user {
      display: inline-block;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 5px;
      vertical-align: middle; }
  #sidebar .add {
    padding-bottom: 22px; }
    #sidebar .add img {
      margin-bottom: 6px;
      max-width: 100%;
      height: auto; }
  #sidebar .btn-wrap {
    text-align: center; }
  #sidebar .btn {
    min-width: 140px; }

.promo-food {
  border-radius: 5px;
  background-color: #f5d8e9;
  background-image: -moz-linear-gradient(90deg, #f7d9e8 1px, #f9e7f1 1px);
  background-image: linear-gradient(90deg, #f7d9e8 1px, #f9e7f1 1px);
  background-size: 11px;
  padding: 20px 10px 28px;
  text-align: center;
  position: relative;
  margin-bottom: 20px; }
  .promo-food img {
    max-width: 100%;
    height: auto; }
  .promo-food .tag {
    position: absolute;
    width: 72px;
    height: 71px;
    background: url(../images/bg-shape01.png) no-repeat;
    color: #fff;
    text-transform: uppercase;
    bottom: 17px;
    right: 17px;
    font-weight: 400;
    padding: 26px 10px;
    overflow: hidden; }

/* hide original element */
.jcf-hidden {
  display: block !important;
  position: absolute !important;
  left: -9999px !important;
  /* change to right: -9999px on RTL sites */ }

/* custom checkbox styles */
.chk-area {
  background: #999;
  margin: 5px 13px 0 5px;
  float: left;
  width: 11px;
  height: 11px; }

.chk-checked {
  background: #ac2068; }

.chk-focus {
  border-color: #f00; }

.chk-disabled {
  background: #eee; }

.jcf-label-disabled {
  color: #ccc; }

/* custom select styles */
.select-area {
  border: 1px solid #f7deec;
  background: #fff;
  position: relative;
  overflow: hidden;
  cursor: default;
  height: 46px;
  float: left;
  border-radius: 4px;
  padding: 0; }
  .select-area .center {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding: 13px 35px 13px 16px; }
  .select-area .select-opener {
    position: absolute;
    height: 0;
    width: 0;
    right: 19px;
    top: 21px;
    border-style: solid;
    border-width: 7px 4px 0;
    border-color: #d0006f transparent transparent; }

.select-disabled {
  background: #eee; }

.select-options {
  position: absolute;
  overflow: hidden;
  background: #fff;
  z-index: 2000; }
  .select-options .opt-disabled a {
    background: #fff !important;
    color: #aaa !important; }
  .select-options .drop-holder {
    border: 1px solid #f7deec;
    overflow: hidden;
    height: 1%; }
  .select-options ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0; }
    .select-options ul li {
      width: 100%;
      float: left; }
    .select-options ul a {
      text-decoration: none;
      padding: 5px 10px;
      display: block;
      cursor: default;
      color: #000;
      height: 1%; }
  .select-options .item-selected a {
    text-decoration: none;
    background: #eab8d5;
    color: #fff; }
  .select-options .optgroup {
    clear: both; }
    .select-options .optgroup strong {
      display: block;
      padding: 5px; }
    .select-options .optgroup ul a {
      padding-left: 30px; }

.intro-signup {
  padding: 144px 0 !important; }
  @media (max-width: 767px) {
    .intro-signup {
      padding: 0 !important; } }
  .intro-signup svg {
    fill: #d0006f;
    display: block;
    margin: 27px auto; 
    width: 200px;
  }

.submit-recipe-intro {
  text-align: center; }

.join-up {
  background-color: #EEEFF4;
  border: 1px solid #d0006f;
  /* firefox 19+ */
  /* ie */ }
  .join-up .sign-nav:after {
    content: "";
    display: block;
    clear: both; }
  .join-up img {
    display: block;
    margin: 50px auto 10px auto;
    float: none; }
  .join-up .title-login {
    color: #d0006f;
    font-size: 54px;
    margin: 20px 0 40px 0;
    text-align: center;
    display: block; }
    @media (max-width: 767px) {
      .join-up .title-login {
        font-size: 32px; } }
  .join-up button.btn-warning {
    width: 100%; }
  .join-up a.btn-warning {
    opacity: 0.7; }
    @media (max-width: 767px) {
      .join-up a.btn-warning {
        width: 49%;
        padding: 10px 0; } }
    .join-up a.btn-warning.left {
      border-radius: 22px 0 0 22px;
      float: left; }
    .join-up a.btn-warning.right {
      border-radius: 0 22px 22px 0;
      float: right; }
    .join-up a.btn-warning.active-nav {
      opacity: 1; }
      .join-up a.btn-warning.active-nav:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #b01a69;
        position: absolute;
        top: 61px;
        text-align: center;
        margin-left: -46px; }
        @media (max-width: 767px) {
          .join-up a.btn-warning.active-nav:after {
            top: 57px; } }
  .join-up .select-area {
    width: 100% !important;
    margin-bottom: 20px; }
  .join-up input[type="text"] {
    width: 100%;
    margin-bottom: 10px; }
  .join-up input[type="number"] {
    width: 58px;
    padding-right: 10px;
    display: inline-block; }
  .join-up .img-placeholder {
    width: 100%;
    height: 200px;
    background: url(../images/image_upload_bg.png) white no-repeat center 50px; }
  .join-up .btn-warning.grey {
    background: #d0006f;
    border: 1px solid #770438; }
  .join-up .btn-warning.grey, .join-up .btn-warning.upload {
    width: 100%;
    margin: 15px 0; }
  .join-up .small-label-cooking {
    margin-top: 12px; }
  .join-up .small-label {
    margin-right: 10px; }
  .join-up textarea {
    height: auto !important; }
  .join-up ::-webkit-input-placeholder {
    font-weight: normal; }
  .join-up ::-moz-placeholder {
    font-weight: normal; }
  .join-up :-ms-input-placeholder {
    font-weight: normal; }
  .join-up input:-moz-placeholder {
    font-weight: normal; }

/* RATING */
.rating-star {
  margin-right: 3px; }

.rating-star-off, .rating-star-off a, .rating-star-live, .rating-star-live a {
  background: url("../images/ico-rate-active.png") no-repeat 0 0 !important; }

.rating-star-on, .rating-star-on a, .rating-star-hover, .rating-star-hover a {
  background: url("../images/ico-rate.png") no-repeat 0 0 !important; }

/* VALIDATION STYLES */
.main.single_page > .ccm-error {
  display: none; }

.validation-msg .ccm-error {
  display: block;
  font-weight: normal;
  padding-left: 20px; }
  .validation-msg .ccm-error li {
    margin: 5px 0;
    color: #a94442; }

.show-tooltip {
  display: block !important;
  position: absolute;
  top: 84px;
  right: -58px; }

/* Autocomplete recipes search*/
.search-recipes-result {
  background-color: transparent; }
  .search-recipes-result a {
    color: #d0006f !important; }

.search-recipes-result .container {
  background: #F9E7F1;
  border: 1px solid #F8DEEB;
  border: 1px solid #F0BFD8;
  min-height: 457px; }

.loader {
  display: none; }

#search-recipes-result-container {
  padding-bottom: 16px;
  border: 1px solid #F0BFD8; }

#search-recipes-result-container .col-md-2 {
  margin-bottom: 10px; }

@media (min-width: 992px) {
  #search-recipes-result-container {
    width: 962px !important; } }
#search-recipes-result-container .thumbnail {
  background: #fff;
  padding: 5px;
  width: 140px;
  height: 197px; }
  #search-recipes-result-container .thumbnail img {
    width: 130px;
    height: 130px; }

#search-recipes-result-container .caption {
  color: #693772; }

/* CUSTOM FORM STYLING */
.miniSurveyView input[type="text"], .miniSurveyView input[type="email"], .miniSurveyView input[type="tel"], .miniSurveyView textarea, .simple-form input[type="text"], .simple-form input[type="email"], .simple-form input[type="tel"], .simple-form textarea {
  border: none;
  font-weight: 600;
  color: #d0006f;
  font-size: 16px;
  height: 44px;
  padding-right: 47px;
  width: 70%;
  display: block;
  background: rgba(246, 1, 140, 0.12); }
.miniSurveyView textarea, .simple-form textarea {
  height: auto; }

.stButton .sharethis {
  background-image: url("../images/link-share.png") !important; }

.footBotRow {
  font-size: 10px;
  display: none !important; }

.st_sharethis {
  position: absolute;
  right: 20px;
  bottom: 60px; }

.nav-item-1662 {
  display: none !important; }

/* ---------------------------------------------------------
   2. Corporate Styles
   ---------------------------------------------------------*/
.nav-header {
  display: block;
  width: 100%;
  background: #d0006f;
  float: left; }
  .nav-header li {
    display: inline-block; }

.header-title {
  margin-left: 165px; }
  @media (max-width: 992px) {
    .header-title {
      margin-left: 0;
    }
  }
  .header-title h3 {
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    right: 19px;
    top: 30px;
    color: #777777; }
    @media (max-width: 992px) {
      .header-title h3 {
        display: none; } }
  .header-title h2 {
    text-transform: uppercase;
    color: #d0006f;
    margin: 0;
    margin-top: 34px;
    margin-left: 18px;
    font-size: 24px; }
    @media (max-width: 767px) {
      .header-title h2 {
        color: white;
        margin: 29px 0; } }
.btn-warning {
  background-color: #d0006f;
  border-color: #d0006f;
  font-size: 18px !important; }

.btn-stable {
  margin: 20px 0;
  font-size: 14px !important;
  line-height: 24px;
  padding: 11px 10px 14px;
  min-width: 274px;
  border-radius: 33px;
  background: #EEEFF4;
  border-color: #EEEFF4; }
  .btn-stable:hover {
    background: #cfd2e0;
    border-color: #cfd2e0; }

.banner-careers {
  background: #EEEFF4; }
  .banner-careers h2 {
    color: #000B63; }

.banner-slogan {
  background: #d0006f;
  margin: 20px 0; }
  @media (max-width: 767px) {
    .banner-slogan img {
      width: 100%; } }

.btn-default {
  margin: 20px 0;
  line-height: 24px;
  padding: 11px 10px 14px;
  min-width: 274px;
  border-radius: 33px;
  background: #ffffff;
  border-color: #ffffff;
  color: #000B63; }
  .btn-default:hover {
    color: #000B63;
    background: #e6e6e6;
    border-color: #e6e6e6; }

.foodservice-hero {
  background: white;
  padding: 79px 0 20px;
  background: url(../images/foodservice-hero.jpg) no-repeat bottom center;
  background-size: 100%;
  height: 530px; }
  @media (max-width: 1250px) and (min-width: 768px) {
  .foodservice-hero {
    height: auto;
    padding-top: 35px;
  }
  }
  @media (min-width: 768px) and (max-width: 1250px) and (orientation : portrait) {
      .foodservice-hero {
        background: none;
      }
      }
      @media (max-width: 768px) {
      .foodservice-hero {
        padding-top: 0;
        padding-bottom: 0;
        background: none;
        height: 403px;
      }
      }
  .foodservice-hero h2 {
    color: #d0006f;
    margin: 20px 0; }
    @media (max-width: 767px) {
    .corporate-hero img {
      display: none !important; } }
  .foodservice-hero .lead {
    color: #A7004E;
    font-size: 18px; }
    @media (max-width: 768px) { 
    .foodservice-hero .lead {
    font-size: 16px; }
    }
    @media (min-width: 768px) and (max-width: 1250px) {
      .corporate-hero .lead {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .corporate-hero .lead {
        font-size: 14px; } }
  @media (min-width: 768px) and (max-width: 1250px) {
    .corporate-hero {
      height: auto;
      padding-top: 35px; } }

.btn-warning {
  line-height: 24px;
  padding: 11px 10px 14px;
  border-radius: 33px; }
  @media (min-width: 768px) and (max-width: 1250px) and (orientation: portrait) {
    .btn-warning {
      min-width: inherit; } }

  body > .intro-block {
  /*margin-top: -160px;*/ }

.login-modal {
  background-color: #F6DEEC;
  border: 1px solid #EEBDD9;
  left: 50%;
  margin-left: -27%;
  padding: 20px;
  position: absolute;
  opacity: 0;
  transition: all linear 250ms;
  top: 42px;
  visibility: hidden;
  width: 60%;
  max-width: 940px;
  text-align: center;
  position: fixed;
  z-index: 2;
  -webkit-box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.64);
  box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.64); }
  @media (max-width: 767px) {
    .login-modal {
      width: 100%;
      left: 0;
      margin: 0;
      top: -25px;
      z-index: 2000;
      height: 3000px; }
      .login-modal .svg-replace {
        width: 45%;
        display: none; } }
  @media (min-width: 992px) {
    .login-modal {
      left: 53%; } }
  .login-modal .btn-more {
    margin: 0; }
  .login-modal .btn-user-connect {
    border: none;
    margin: 10px 0 20px 0; }
    @media (max-width: 767px) {
      .login-modal .btn-user-connect {
        margin: 10px 0 10px 0 !important; } }
  .login-modal .btn-user-connect.facebook {
    background: #3D5A98; }
    .login-modal .btn-user-connect.facebook:hover {
      background: #2e4474; }
  .login-modal .btn-user-connect.email {
    background: #EC0085; }
    .login-modal .btn-user-connect.email:hover {
      background: #b90068; }
  .login-modal .help-text {
    color: #666;
    margin-bottom: 20px;
    padding: 0 20px; }
  .login-modal .title-login {
    color: #d0006f;
    font-size: 54px;
    margin: 20px 0 0 0; }
    @media (max-width: 767px) {
      .login-modal .title-login {
        font-size: 30px; } }
  .login-modal .title-connect {
    color: #666;
    font-size: 22px;
    margin: 20px 0 10px; }
  .login-modal svg {
    fill: #d0006f; }

.login-modal.in, .browse-recipes-submenu.in, .search-recipes-result.in {
  opacity: 1;
  transform: translateY(100px);
  visibility: visible; }

.search-recipes-result.in {
  background: transparent; }

.add-nav-homepage-list {
  opacity: 0; }

.btn-more {
  margin: 15px 0 49px;
  border-radius: 22px;
  padding: 12px 70px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600; }

.add-menu .drop-down-active:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ef0086;
  bottom: -32px;
  content: "";
  display: block;
  left: 50%;
  margin-left: -14px;
  position: absolute; }

/* add-nav */
.add-nav {
  background: #fff;
  padding: 20px 0 29px; }
  .add-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 13px;
    line-height: 0;
    letter-spacing: -4px;
    text-align: center; }
    .add-nav ul li {
      position: relative;
      padding: 0 18px 20px;
      line-height: 15px;
      letter-spacing: 0;
      display: inline-block;
      vertical-align: top; }
      .add-nav ul li:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 9999px;
        content: "";
        border-left: 1px dotted #aaa; }
      .add-nav ul li:first-child:before {
        display: none; }
    .add-nav ul a {
      color: #555; }
      .add-nav ul a:hover {
        text-decoration: none;
        opacity: 0.8; }
    .add-nav ul .ico {
      display: table;
      width: 100%;
      height: 65px; }
      .add-nav ul .ico span {
        display: table-cell;
        vertical-align: middle;
        width: 100%; }
      .add-nav ul .ico img {
        vertical-align: top; }

.recipes-highlight a {
  color: #88526e !important; }
.recipes-highlight li:hover a {
  color: #683f54 !important; }
.recipes-highlight li:hover svg {
  fill: #683f54; }
.recipes-highlight svg {
  fill: #88526e;
  height: 64px;
  width: 64px; }

.browse-recipes-submenu, .search-recipes-result {
  background: #f9e7f1;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 42px;
  transition: all linear 250ms;
  visibility: hidden;
  width: 100%;
  z-index: 3;
  position: fixed; }
  @media (max-width: 767px) {
    .browse-recipes-submenu, .search-recipes-result {
      width: 100%;
      left: 0;
      margin: 0;
      top: -64px;
      z-index: 2000;
      height: 3000px; }
      .browse-recipes-submenu .other-recipe-items, .browse-recipes-submenu .other-recipe-title, .search-recipes-result .other-recipe-items, .search-recipes-result .other-recipe-title {
        display: none; }
      .browse-recipes-submenu ul > li, .search-recipes-result ul > li {
        padding: 0 !important; } }
  .browse-recipes-submenu ul > li, .search-recipes-result ul > li {
    padding: 0 14px 20px; }
  .browse-recipes-submenu li, .search-recipes-result li {
    border-left-color: #c09caf; }
  .browse-recipes-submenu li:hover a, .search-recipes-result li:hover a {
    color: #683f54 !important; }
  .browse-recipes-submenu li:hover svg, .search-recipes-result li:hover svg {
    fill: #683f54; }
  .browse-recipes-submenu .brand-title, .search-recipes-result .brand-title {
    color: #b01a69; }
  .browse-recipes-submenu .submenu-title, .search-recipes-result .submenu-title {
    font-size: 18px;
    margin-bottom: 18px;
    text-align: center; }
  .browse-recipes-submenu .other-recipe-title, .search-recipes-result .other-recipe-title {
    margin-bottom: 28px;
    margin-top: 40px; }
  .browse-recipes-submenu .other-recipe-items > div:first-child:before, .search-recipes-result .other-recipe-items > div:first-child:before {
    border-left: none; }
  .browse-recipes-submenu .other-recipe-items > div:before, .search-recipes-result .other-recipe-items > div:before {
    content: "";
    display: block;
    height: 100px;
    border-left: 1px dotted #c19db0;
    position: absolute;
    margin-left: -20px; }
  .browse-recipes-submenu .btn-more, .search-recipes-result .btn-more {
    margin: 28px 0 0 0; }
  .browse-recipes-submenu a, .search-recipes-result a {
    color: #88526e !important; }
  .browse-recipes-submenu svg, .search-recipes-result svg {
    fill: #88526e;
    height: 64px;
    width: 64px; }

.add-nav-homepage-list {
  transition: all linear 350ms; }

.slice-container {
  height: 100%; }

.banner {
  position: relative;
  margin: 0 auto;
  min-height: 600px;
  width: 100%;
  height: 100%;
  display: block; }

.bg-img:first-child {
  bottom: 50%; }

.bg-img:last-child {
  top: 50%;
  position: fixed;
  z-index: 900; }
  .bg-img:last-child img {
    top: -100%; }

.bg-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100%; }

.page-banner {
  z-index: 2;
  margin: 0 auto;
  padding: 0 1.25em;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: auto; }

/* -------------------------- */
/* Sliced */
/* -------------------------- */
.intro-effect-sliced:not(.notrans) .bg-img,
.intro-effect-sliced:not(.notrans) .page-banner {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.intro-effect-sliced:not(.notrans) .banner h1,
.intro-effect-sliced:not(.notrans) .codrops-demos a {
  -webkit-transition-property: color;
  transition-property: color; }

.intro-effect-sliced:not(.notrans) .banner p {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.intro-effect-sliced:not(.notrans) .content > div {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity; }

.intro-effect-sliced:not(.notrans) .bg-img,
.intro-effect-sliced:not(.notrans) .banner h1,
.intro-effect-sliced:not(.notrans) .page-banner,
.intro-effect-sliced:not(.notrans) .banner p,
.intro-effect-sliced:not(.notrans) .content > div,
.intro-effect-sliced:not(.notrans) .codrops-demos a {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.intro-effect-sliced.modify:not(.notrans) .banner h1,
.intro-effect-sliced.modify:not(.notrans) .page-banner,
.intro-effect-sliced.modify:not(.notrans) .banner p,
.intro-effect-sliced.modify:not(.notrans) .content > div,
.intro-effect-sliced.modify:not(.notrans) .codrops-demos a {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.intro-effect-sliced.modify:not(.notrans) .page-banner .btn-warning {
  opacity: 0; }

.intro-effect-sliced .bg-img:first-child {
  bottom: 15%; }

.intro-effect-sliced .bg-img:last-child {
  top: 50%;
  position: fixed;
  z-index: 1; }

.intro-effect-sliced .bg-img:last-child img {
  top: -100%; }

.intro-effect-sliced.modify .bg-img:first-child {
  -webkit-transform: translateY(-24%);
  transform: translateY(-24%); }

.intro-effect-sliced.modify .bg-img:last-child {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.intro-effect-sliced .codrops-demos {
  text-align: center; }

.intro-effect-sliced .codrops-demos a {
  color: #fff;
  font-size: 0.8em; }

.intro-effect-sliced.modify .codrops-demos a {
  color: #cf4a5c; }

.intro-effect-sliced .page-banner {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
  transform: translateX(-50%) translateY(-50%) scale(0.7); }

.intro-effect-sliced.modify .page-banner {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1); }

.intro-effect-sliced .banner p {
  opacity: 0;
  color: #514753; }

.intro-effect-sliced.modify .banner p {
  opacity: 1; }

.intro-effect-sliced.modify .banner h1 {
  color: #fff; }

.intro-effect-sliced .content > div {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0; }

.intro-effect-sliced.modify .content > div {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/* Delays */
.intro-effect-sliced.modify:not(.notrans) .page-banner {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

/* ---------------------------------------------------------
   3. Styles for responsive breakpoints
   ---------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .search-form {
    position: absolute;
    left: 165px;
    top: -69px; }
    .search-form .area input {
      padding: 10px 12px; }

  .add-nav ul li {
    padding: 0 11px 20px; } }
@media only screen and (min-width: 1199px) {
  .container {
    width: 960px !important; } }
@media only screen and (min-width: 1600px) {
  .gallery ul {
    height: 640px !important; }
    .gallery ul li {
      bottom: 0; } }
@media only screen and (min-width: 992px) and (max-width: 1599px) {
  .gallery ul {
    height: 500px !important; }
    .gallery ul li {
      bottom: 0; } }
@media only screen and (max-width: 992px) {
  .logo {
    margin: 0 0 -20px;
    text-align: center; }
    .logo img {
      width: 100px;
      height: auto; }
  .slogan {
    margin: 20px 0 0 10px; }
    .slogan img {
      width: 50px;
      height: auto; }    
  .header {
    position: relative;
    top: 0; }
  .header .section {
    position: relative;
    z-index: 2; }
    .header .section:after {
      content: "";
      display: block;
      clear: both; }
  .navbar-toggle{
    display: block;
  }      
  /* add-menu */
  .add-menu {
    float: none;
    margin: 0 !important; }
    .add-menu > li {
      float: none;
      margin: 0 0 10px;
      max-width: 100%; }
      .add-menu > li > a {
        text-align: left;
        display: block;
        /*overflow: hidden;*/ }
    .add-menu .ico {
      display: inline-block;
      vertical-align: middle;
      width: 40px;
      text-align: center;
      margin: 0 10px 0 0; }

  .navbar-collapse {
    box-shadow: none;
    border: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 !important; }

  .navbar-collapse.collapse{
    display: none!important;
    height: 0!important;
  }

  .navbar-collapse.collapse.in{
    display: block!important;
    height: auto!important;
  }  

  .nav-holder {
    padding: 15px 10px 0;
    background: #ec0186; }

  .header .social{
    position: static;
    margin: 10px 0;
  } 

  .header .social .txt{
    float: none;
  }

  .header .social span.txt > a{
    color: #fff;
  }

  .gallery {
    width: 100%; }
    .gallery ul {
      margin: 0 -70px; }
    .gallery img {
      width: 100% !important;
      height: auto !important;
      margin: 0 !important; }

}

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

  

  #main{
    margin-top: 0;
  }

  /* slogan */
  

  /* add-nav */
  .add-nav ul li {
    display: block;
    padding: 0;
    text-align: left;
    overflow: hidden; }
    .add-nav ul li:before {
      display: none; }
  .add-nav ul a {
    display: block;
    padding: 10px 0; }
  .add-nav ul .ico {
    height: auto;
    width: auto;
    width: 70px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0; }
    .add-nav ul .ico span {
      display: block;
      width: auto; }
  .add-nav ul br {
    display: none; }

  .filter-links {
    display: block;
    padding: 0; }
    .filter-links li {
      float: none;
      margin: 0 0 5px !important;
      width: 32%;
      display: inline-block; }
    .filter-links .btn {
      display: block;
      width: 100%;
      padding: 14px 0;
      font-size: 12px; }

  .footer-slogan {
    display: none; }

  .footer-toolbar {
    top: 0;
    margin: 0 0 10px; }

  .footer-toolbar .social {
    padding: 10px 0 0;
    position: static; }
    .footer-toolbar .social:after {
      content: "";
      display: block;
      clear: both; }
    .footer-toolbar .social li {
      margin: 0 10px 10px 0; }

  /* footer-section */
  .footer-section ul {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px; }
  .footer-section .copy {
    float: none;
    text-align: left; }

  .search-form {
    position: static;
    width: auto;
    margin: 20px 0 10px;
    overflow: hidden;
    float: none; }

  /* header */
  .header .social {
    position: static;
    overflow: hidden;
   }
    .header .social .txt {
      color: #fff; }
  

  

  

  .products .box {
    height: auto !important; } }
@media only screen and (max-width: 991px) {
  .history .thumbnail {
    max-width: 280px; }

  .promo-list .product-show {
    padding: 21px 10px;
    text-align: center; }
    .promo-list .product-show ul {
      float: none;
      width: auto; }
    .promo-list .product-show .img {
      float: none;
      max-width: 100%;
      height: auto; }
  .promo-list .promo img {
    max-width: 100%;
    height: auto; }
  .promo-list .promo.promo1 {
    margin-top: 32px; }
  .promo-list .promo .caption {
    font-size: 23px;
    font-weight: 600;
    top: auto;
    bottom: 10px; }
  .promo-list .box1 q.highlight {
    font-size: 20px;
    line-height: 28px; }

  .tab-content .search-form {
    position: static; }

  .page2 .filter-links .btn {
    padding: 10px 18px 11px; }

  div.cycle-gallery {
    max-width: 700; }
    div.cycle-gallery div.mask {
      width: 252px; }
      div.cycle-gallery div.mask div.slide {
        width: 252px; }
        div.cycle-gallery div.mask div.slide.active .img-holder a {
          padding: 0 5px; }

  .product-info .table .col1 {
    width: 40%; }
  .product-info .table .col2 {
    width: 30%; }
  .product-info .table .col3 {
    width: 30%; }

  .intro-banner h1 {
    font-size: 28px;
    line-height: 35px; }
  .intro-banner blockquote q {
    font-size: 16px; }
  .intro-banner .btn-add {
    float: left; }
  .intro-banner .rate-block {
    float: right; }
  .intro-banner .social-networks {
    width: 100%;
    text-align: center; }

  .duration-level {
    margin-right: -141px; }

  #sidebar .box1 h2 {
    font-size: 21px;
    line-height: 30px; }

  .submit-recipe .top-block {
    padding-top: 28px; }

  .contact-t .btn {
    font-size: 11px; } }
@media only screen and (max-width: 767px) {
  .history .col-xs-6 {
    width: 100%; }
  .history .row {
    margin-bottom: 0; }
  .history .timeline-holder:before {
    display: none; }
  .history .thumbnail {
    max-width: 100%;
    width: 100%; }
    .history .thumbnail img {
      width: 100%; }
  .history .line {
    margin: 0 0 8px !important; }
    .history .line:after {
      display: none; }
    .history .line .timeline-badge {
      right: auto !important;
      left: 7px !important;
      margin: -55px 0 0; }
  .history .txt-celebrating {
    width: 200px;
    height: 66px;
    background-size: 200px auto; }
  .history .pull-right {
    float: none !important; }
  .history .last-timeline .timeline-badge {
    top: 18px; }

  .intro-block {
    padding-top: 90px; }
    .intro-block .heading {
      padding: 0 0 52px; }
    .intro-block .search-recipe {
      margin: 0 3px 10px; }
    .intro-block img {
      float: none;
      margin: 0 0 20px; }
    .intro-block h1 {
      font-size: 36px; }

  .promo-list .products .box {
    margin-bottom: 15px; }
  .promo-list .promo {
    max-width: 300px;
    margin: 0 auto 15px; }
    .promo-list .promo img {
      width: 100%; }
    .promo-list .promo .doll {
      width: auto; }
  .promo-list .box1 {
    margin: 0 0 15px; }
  .promo-list .product-show li {
    margin: 0 3px 15px; }

  .tab-content .top-block {
    text-align: center; }
  .tab-content .search-form {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    width: 298px; }

  .page1 .intro-block {
    padding-top: 90px; }
  .page1 .promo-list .row {
    padding-bottom: 0; }
  .page1 .promo-list .col-sm-4 {
    width: 100%; }
  .page1 .promo-list .col-sm-3 {
    width: 100%;
    padding: 0 10px; }

  #main {
    padding-top: 65px; }

  .contact-t .col-sm-4 {
    margin-bottom: 39px; }

  .map .map-wrap {
    min-width: 857px; }

  .record header img {
    width: 58px;
    height: auto; }
  .record h2 {
    font-size: 24px; }
    .record h2 span {
      font-size: 19px; }

  .table > thead > tr > th {
    font-size: 10px; }
  .table > tbody > tr > td {
    font-size: 10px;
    line-height: 13px; }
  .table.full-width > tbody > tr > td {
    line-height: 13px; }

  .product-content .txt {
    max-width: 100%; }

  .product-display li {
    width: 100%;
    margin-bottom: 15px; }

  .page-title h1 {
    font-size: 36px; }

  .page2 .products .text-center .btn {
    min-width: 279px; }

  .page3 #main {
    padding-top: 0; }

  .search-results li {
    width: 298px; }
    .search-results li img {
      width: 100%;
      height: auto; }

  .submit-recipe {
    padding: 20px 10px; }
    .submit-recipe h1 {
      font-size: 36px;
      line-height: 38px; }
    .submit-recipe form {
      padding: 0; }
    .submit-recipe .img-holder {
      max-width: 220px;
      margin-bottom: 20px; }
    .submit-recipe .input-wrap .col-sm-6 {
      overflow: hidden; }
      .submit-recipe .input-wrap .col-sm-6:first-child {
        margin-bottom: 10px; }

  .intro-banner blockquote {
    margin-bottom: 27px;
    padding: 0; }
  .intro-banner .meta {
    text-align: center; }
    .intro-banner .meta .btn-add,
    .intro-banner .meta .rate-block {
      float: none;
      margin: 0 10px 10px; }

  .duration-level {
    margin: 0 0 20px; }

  .featured-dish {
    margin-top: 0; }
    .featured-dish .img-holder {
      max-width: 440px;
      margin: 0 auto 15px; }
    .featured-dish .text-right {
      overflow: hidden;
      padding-bottom: 15px; }

  .social-networks li + li {
    border: none; }

  #sidebar {
    padding-bottom: 30px; }
    #sidebar .add {
      max-width: 320px;
      margin: 0 auto 20px; }
      #sidebar .add img {
        width: 100%; }

  .recipe-row .title {
    float: none;
    display: block;
    width: auto;
    margin-bottom: 10px; }

  .products-used h1 {
    font-size: 21px;
    padding-bottom: 8px; }
  .products-used .holder {
    text-align: center; }
  .products-used .ingredient-list {
    width: auto; }
    .products-used .ingredient-list li {
      padding-bottom: 20px; } }

      .product-header {
        padding-top: 30px;
      }
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
background-color: #d0006f;
border-color: #d0006f;
}
.nav-item-9819 {
  display: none;
}
.corporate-search {
  float: left;
  position: relative;
  background: #DDDDDD;
  border-radius: 4px;
  /* width: 213px; */
  margin: 29px 0 -6px 30px;
}
.corporate-search input.ccm-search-block-text {
  width: 195px;
  padding: 8px 12px;
  margin: 0;
  background: none;
  border: 0;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
}
.corporate-search input[type="submit"] {
  float: right;
  margin: 5px 5px 0 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  border: 0;
  background: url(../images/ico-search.png) #DDDDDD no-repeat center right;
  width: 26px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
}
.header-title h2 {
  width: 183px;
  /*display: inline-block !important;*/
  float: left !important;
  display: none;
}
.searchResult span {
  background-color: #FF7978 !important;
}
.searchResult p {
  font-weight: normal !important;
}
.searchResult h3, .searchResult a {
  color: #d0006f !important;
}
.ui-state-hover {
  background: #FF7978 !important;
  border-color: #d0006f !important;
}
@media (min-width: 768px) and (max-width: 1250px) and (orientation: portrait) {
  .corporate-search {
  margin: 0 auto;
  display: block;
  float: right;
  }
  .header .social {
    top: 5px;
    right: 237px;
  }
}
@media (min-width: 768px) and (max-width: 1250px) and (orientation: portrait) {
  .corporate-search {
  margin: 0 auto;
  display: block;
  float: right;
  }
  .header .social {
    top: 5px;
    right: 283px;
  }
}
@media (max-width: 992px) {
  .header-title h2 {
    width: 100% !important;
    display: block;
  }
  .corporate-search {
    margin: 0 0 29px 0;
    display: block;
    width: 80%;
    margin-right: 19%;
    float: none;
  }
}

@media (max-width: 767px) {
  input[type='text'],
input[type='number'],
textarea {
  font-size: 16px !important;
}

}

/*@media (min-width: 768px) and (max-width: 992px) and (orientation: portrait) {
  .header .navbar-collapse{
    text-align: right;
  }
  .header .social{
    position: static;
    width: 100%;
    margin: 5px 0;
    text-align: right;
  }
  .header .social .txt{
    float: none;
  }
  .header .header-title h3{
    position: static;
    margin-top: 10px;
  }
}*/