/* ============= vars & mixins ============= */
/* ============== header ============= */
body {
    background-image:none;
    background-color:rgb(255, 255, 255);
    font-family: 'Open Sans';
    color: #333; }

.suprahead {
  padding: 12px 0;
  width: 840px;
  position: relative;
  padding-left: 132px; }

.search-bar {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  border: 1px solid #e5e3dd;
  overflow: hidden;
  width: auto; }
  .search-bar .search-label:hover {
    cursor: pointer; }
  .search-bar .inner.search-field {
    width: auto;
    overflow: hidden;
    border: none;
    position: relative; }

.search-dropdown, .main-head .sub-menu ul li .search-dropdown {
  position: absolute;
  z-index: 999;
  background: #fff;
  width: 145px;
  margin-top: 32px; }
  .search-dropdown ul, .main-head .sub-menu ul li .search-dropdown ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #e5e3dd; }
    .search-dropdown ul li a, .main-head .sub-menu ul li .search-dropdown ul li a {
      display: block;
      padding: 5px 0 5px 15px;
      text-decoration: none;
      color: #333; }
      .search-dropdown ul li a:hover, .main-head .sub-menu ul li .search-dropdown ul li a:hover {
        background-color: #f4f4f4; }

.search-bar .inner {
  padding: 7px 15px;
  border-right: 1px solid #e5e3dd; }
  .search-bar .inner .fa-angle-down {
    color: #81ae18;
    font-weight: 800; }

.search-bar input[type="text"] {
  padding: 0;
  margin: 0;
  border: none;
  color: #ccc;
  width: auto;
  width: 100%; }

.search-bar input[type="text"]:focus {
  outline: none;
  color: #333; }

.search-bar .inner.search-btn {
  padding: 0;
  background-color: #81ae18;
  border-right: none;
  position: absolute;
  right: 0;
  top: 0; }

.search-btn a {
  display: block;
  padding: 7px 15px;
  color: #fff; }

.user-area {
  height: 32px;
  border-left: 1px solid #dad9d7;
  margin-left: 15px;
  padding-top: 2px;
  position: relative; }

.search-dropdown, .main-head .sub-menu ul li .search-dropdown {
  font-size: 13px;
  font-weight: 600;
  top: 12px;
  left: 95px; }
  .search-dropdown:before, .search-dropdown:after, .main-head .sub-menu ul li .search-dropdown:before, .main-head .sub-menu ul li .search-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ccc;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px; }
  .search-dropdown:after, .main-head .sub-menu ul li .search-dropdown:after {
    z-index: 9;
    border-bottom: 10px solid #fff;
    top: -9px; }

.main-head .sub-menu ul li .search-dropdown {
  left: -48px;
  top: 9px; }

.user-area.user-nelogat .pro-avatar p a.nelogat-link {
  display: inline;
  float: none;
  border-radius: 0 0 0 0;
  color: #81ae18;
  text-decoration: none; }
  .user-area.user-nelogat .pro-avatar p a.nelogat-link:hover {
    text-decoration: underline; }

.user-area .profile-icon {
  width: 32px;
  height: 32px;
  float: left;
  margin-left: 12px;
  position: relative; }
  .user-area .profile-icon a {
    display: block;
    width: 31px;
    height: 31px;
    background: url(../img/user-tiles.png) 0 0 no-repeat; }
  .user-area .profile-icon a:hover {
    opacity: 0.8; }

.profile-icon.pro-messages a {
  background-position: -31px 0; }

.profile-icon.pro-alerts a {
  background-position: -62px 0; }

.profile-icon.pro-messages a {
  background-position: -31px 0; }

.pro-avatar {
  float: left;
  margin-left: 12px; }
  .pro-avatar:hover {
    cursor: pointer; }

.profile-icon .pro-events {
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 11px;
  padding: 1px 5px;
  color: #fff;
  font-weight: 600;
  background-color: #c91700;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px; }

.pro-avatar a {
  background: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  overflow: hidden;
  float: left;
  display: block;
  width: auto; }

.pro-avatar p {
  float: left;
  margin: 2px 0 0 7px;
  font-size: 13px;
  color: #81ae18;
  line-height: 14px;
  font-weight: 600; }

.pro-avatar p span {
  display: block;
  font-size: 12px;
  font-weight: 400; }

.share-area {
  height: 32px;
  border-left: 1px solid #dad9d7;
  margin-left: 15px;
  padding-top: 2px; }

.pro-share {
  width: 32px;
  height: 32px;
  float: left;
  margin-left: 12px; }
  .pro-share a {
    display: block;
    width: 32px;
    height: 32px;
    background: url("../img/user-tiles.png") no-repeat; }
  .pro-share.pro-fb a {
    background-position: -93px; }
  .pro-share.pro-yt a {
    background-position: -125px; }

.main-head {
  background-color: #fff; }
  .main-head .centro.mm {
    height: 61px; }
  .main-head .main-menu {
    padding: 7px 0; }
    .main-head .main-menu ul {
      padding: 0;
      margin: 0;
      margin-left: 13px; }
      .main-head .main-menu ul li {
        display: block;
        float: left; }
        .main-head .main-menu ul li.act a {
          color: #81ae18; }
        .main-head .main-menu ul li.act a span:after, .main-head .main-menu ul li.act a span:before {
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 7px 7px 7px;
          border-color: transparent transparent #81ae18 transparent;
          position: absolute;
          left: 50%;
          margin-left: -7px;
          bottom: -23px;
          content: "";
          z-index: 9; }
        .main-head .main-menu ul li.act a span:before {
          z-index: 8;
          bottom: -20px;
          border-color: transparent transparent #779d1d transparent; }
        .main-head .main-menu ul li:first-child span {
          border: none; }
        .main-head .main-menu ul li a {
          text-decoration: none;
          font-size: 14px;
          font-weight: 700;
          color: #333333;
          display: block;
          padding: 15px 0 10px; }
          .main-head .main-menu ul li a:hover {
            color: #81ae18; }
          .main-head .main-menu ul li a span {
            display: block;
            padding: 0 17px;
            border-left: 1px solid #e5e5e5;
            position: relative; }
  .main-head .sub-menu {
    background-color: #81ae18;
    border-top: 2px solid #779d1d; }
    .main-head .sub-menu ul {
      margin: 0;
      padding: 0; }
    .main-head .sub-menu ul li {
      float: left;
      display: block;
      margin: 3px 0 0 0;
      font-size: 13px;
      text-transform: uppercase;
      position: relative; }
      .main-head .sub-menu ul li.act a span:after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 7px 7px 7px;
        border-color: transparent transparent #f9f6f0 transparent;
        position: absolute;
        left: 50%;
        margin-left: -7px;
        bottom: -4px;
        content: ""; }
      .main-head .sub-menu ul li.liplus {
        font-size: 24px;
        line-height: 18px;
        position: relative; }
        .main-head .sub-menu ul li.liplus li {
          float: none; }
      .main-head .sub-menu ul li a {
        text-decoration: none;
        color: #fff;
        display: block;
        padding: 10px 0 10px; }
        .main-head .sub-menu ul li a:hover {
          color: #e7ff46; }
        .main-head .sub-menu ul li a span {
          display: block;
          padding: 0 17px;
          border-left: 1px solid #749c16; }
    .main-head .sub-menu ul li:first-child span {
      padding-left: 0;
      border: none; }
    .main-head .sub-menu ul li.act a {
      color: #e7ff46; }

/* ============== homepage ============= */
h1.main-title {
  letter-spacing: -1px;
  font-size: 34px;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 30px; }
  h1.main-title a {
    text-decoration: none;
    color: #333333; }
    h1.main-title a:hover {
      color: #81ae18; }

p.author {
  color: #81ae18;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  float: left; }
  p.author a {
    color: #81ae18;
    text-decoration: none; }
    p.author a:hover {
      text-decoration: underline; }
  p.author i {
    font-weight: 400; }
  p.author span {
    font-weight: 600;
    display: block;
    position: absolute;
    right: -28px;
    top: 1px;
    width: 23px;
    height: 16px;
    background: url(../img/cook-ranking.png) 0 0 no-repeat;
    text-align: center;
    font-size: 11px;
    padding-top: 1px; }

.shaded-box-inner {
  padding: 2px;
  border: 1px solid #e3e0d6;
  background-color: #fff; }

.big-pic {
  float: left; }
  .big-pic img {
    display: block; }

.premium-opening {
  float: right;
  padding: 18px 15px 0 15px;
  width: 280px; }
  .premium-opening h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #c92005;
    text-align: center;
    margin: 0;
    padding: 0; }
  .premium-opening p.premium-statement {
    color: #8b877c;
    font-size: 14px;
    text-align: center;
    margin-top: 8px; }
  .premium-opening .item {
    border-top: 2px solid #f9f6f0;
    padding-top: 15px;
    margin-top: 16px; }
    .premium-opening .item .desc {
      float: left;
      width: 190px;
      margin-left: 12px; }
      .premium-opening .item .desc h3 {
        line-height: 20px; }
    .premium-opening .item .thumb {
      width: 76px;
      height: 76px;
      float: left; }
    .premium-opening .item p.author {
      margin-top: -3px; }

.desc h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  margin-top: 2px; }
  .desc h3 a {
    color: #333;
    text-decoration: none; }
    .desc h3 a:hover {
      color: #81ae18; }

.c1 .opening-more .shaded-box-inner {
  width: 316px; }

.cat-row {
  margin-bottom: 20px; }

.opening-more .shaded-box {
  margin-left: 15px; }
  .opening-more .shaded-box:first-child {
    margin-left: 0; }
.opening-more .shaded-box-inner {
  width: 316px; }
.opening-more .desc {
  padding: 0 18px 10px 18px; }
  .opening-more .desc h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: 5px;
    height: 48px; }
.opening-more .social-ranks {
  padding-top: 12px;
  padding-bottom: 2px;
  border-top: 1px solid #ebe7e0;
  margin-top: 12px; }
  .opening-more .social-ranks a {
    padding-left: 17px;
    background: url(../img/icons/social-ranks_Bucataras.png) 0 1px no-repeat;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #b1afaa;
    text-decoration: none;
    margin-right: 20px; }
    .opening-more .social-ranks a.stars {
      background-position: -71px 1px; }
    .opening-more .social-ranks a.comms {
      background-position: -144px 1px; }
.opening-more .more-end {
  width: 300px; }

.add-write {
  background: #c92005;
  background: -moz-linear-gradient(top, #c92005 0%, #bc1d04 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c92005), color-stop(100%, #bc1d04));
  background: -webkit-linear-gradient(top, #c92005 0%, #bc1d04 100%);
  background: -o-linear-gradient(top, #c92005 0%, #bc1d04 100%);
  background: -ms-linear-gradient(top, #c92005 0%, #bc1d04 100%);
  background: linear-gradient(to bottom, #c92005 0%, #bc1d04 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c92005', endColorstr='#bc1d04',GradientType=0 ); }
  .add-write a {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    float: left;
    line-height: 20px;
    padding: 6px  18px 12px 62px;
    border-left: 1px solid #a21600;
    background: url(../img/add-write.png) 17px 12px no-repeat; }
    .add-write a:first-child {
      border-left: none;
      border-right: 1px solid #e33215; }
    .add-write a.write {
      background-position: -135px 12px; }
    .add-write a.write.back {
      background-position: -318px 12px; }
    .add-write a:hover {
      background-color: #b11800; }
    .add-write a span {
      display: block;
      font-size: 11px;
      font-weight: 400; }
  .add-write.galpag a {
    width: 219px; }

.full .slice .thumb {
  position: relative; }
.full .slice .desc {
  padding: 0 18px 15px 18px;
  width: 274px; }
.full .slice .shaded-box {
  margin-left: 15px; }
  .full .slice .shaded-box:first-child {
    margin-left: 0; }
.full .slice.bucataras-tv .thumb a:after {
  display: block;
  position: absolute;
  content: "";
  width: 95px;
  height: 95px;
  background: url(../img/play-btn.png) 0 0 no-repeat;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto; }
.full .slice.cei-mai-activi .author-wrap {
  margin-bottom: 15px; }
  .full .slice.cei-mai-activi .author-wrap p.author {
    float: left;
    display: block;
    margin-left: 15px;
    margin-top: 7px; }
    .full .slice.cei-mai-activi .author-wrap p.author strong {
      display: block;
      font-size: 20px;
      font-weight: 300;
      margin-top: -2px; }
.full .slice.cei-mai-activi .top-avatar {
  width: 56px;
  height: 56px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -o-border-radius: 99px;
  border-radius: 99px;
  overflow: hidden;
  float: left; }
.full .slice.home-premium .desc {
  width: 189px; }
.full .slice.home-premium .shaded-box {
  margin-left: 18px; }
  .full .slice.home-premium .shaded-box:first-child {
    margin-left: 0; }
.full h4.box-head {
  margin-bottom: 15px;
  margin-top: 25px;
  color: #c92005;
  font-weight: 600;
  font-size: 18px; }

.cas-partener {
  padding: 25px 0 30px;
  background-color: #ccc;
  margin-top: 30px;
  padding-left: 205px; }
  .cas-partener .shaded-box {
    margin-left: 18px; }
  .cas-partener .desc {
    width: 189px;
    padding: 0 18px 15px 18px; }

.head-premium span {
  font-weight: 400;
  letter-spacing: 1px; }
.head-premium img {
  margin-bottom: -6px; }

.head-partener span {
  font-weight: 400;
  letter-spacing: 1px; }
.head-partener img {
  margin-bottom: -6px; }

#pag-reteta .author-wrap i {
  font-style: normal; }
#pag-reteta .art-c1 {
  width: 662px; }
  #pag-reteta .art-c1.zoomed {
    width: 980px; }
    #pag-reteta .art-c1.zoomed .big-media.galpag td {
      width: 976px; }
      #pag-reteta .art-c1.zoomed .big-media.galpag td img {
        max-width: 976px;
        max-height: 800px; }
  #pag-reteta .art-c1 .big-media img {
    display: block; }
  #pag-reteta .art-c1 .big-media.galpag td {
    width: 656px;
    background: #efefef;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    position: relative; }
  #pag-reteta .art-c1 .big-media.galpag td img {
    max-width: 656px;
    max-height: 656px; }
  #pag-reteta .art-c1 .big-media.galpag td i.fa-search-plus {
    position: absolute;
    z-index: 99;
    bottom: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    font-size: 40px;
    color: #fff;
    text-shadow: 0 0 40px #000; }
  #pag-reteta .art-c1 .big-media.galpag td i.fa-chevron-left, #pag-reteta .art-c1 .big-media.galpag td i.fa-chevron-right {
    z-index: 100;
    width: 90px;
    height: 90px;
    color: #fff;
    text-shadow: 0 0 40px #000;
    display: none; }
  #pag-reteta .art-c1 .big-media.galpag td:hover i.fa-chevron-left, #pag-reteta .art-c1 .big-media.galpag td:hover i.fa-chevron-right {
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    font-size: 90px;
    display: block;
    opacity: 0.5; }
  #pag-reteta .art-c1 .big-media.galpag td:hover i.fa-chevron-right {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  #pag-reteta .art-c1 a.chev-left, #pag-reteta .art-c1 a.chev-right {
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    text-decoration: none; }
  #pag-reteta .art-c1 a.chev-left {
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto; }
  #pag-reteta .art-c1 a.chev-right {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  #pag-reteta .art-c1 .big-media.galpag td:hover a.chev-left:hover i, #pag-reteta .art-c1 .big-media.galpag td:hover a.chev-right:hover i {
    opacity: 1; }
  #pag-reteta .art-c1 .in-article-cols {
    padding: 0 0 20px 20px; }
  #pag-reteta .art-c1 .in-c1 {
    width: 410px;
    float: left; }
  #pag-reteta .art-c1 .in-c2 {
    width: 205px;
    float: right;
    background: url(../img/bg-author.png) 0 bottom repeat-x #fbf9f4;
    height: 100%;
    position: relative;
    padding-bottom: 40px; }
    #pag-reteta .art-c1 .in-c2 .author-avatar {
      width: 82px;
      height: 82px;
      -webkit-border-radius: 99px;
      -moz-border-radius: 99px;
      -o-border-radius: 99px;
      border-radius: 99px;
      overflow: hidden;
      position: absolute;
      border: 2px solid #fff;
      top: -35px;
      z-index: 99;
      left: 50%;
      margin-left: -43px; }
    #pag-reteta .art-c1 .in-c2 .author-rank {
      margin: 65px auto 0 auto;
      width: 39px;
      height: 29px;
      background: url(../img/bg-big-rank.png) 0 0 no-repeat; }
      #pag-reteta .art-c1 .in-c2 .author-rank p {
        display: block;
        width: 39px;
        text-align: center;
        padding-top: 2px;
        font-size: 19px;
        font-weight: 600;
        color: #6a9b00; }
    #pag-reteta .art-c1 .in-c2 h3.author-name {
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      color: #6a9b00;
      width: 180px;
      margin: 5px auto 0 auto; }
      #pag-reteta .art-c1 .in-c2 h3.author-name a {
        color: #6a9b00;
        text-decoration: none; }
        #pag-reteta .art-c1 .in-c2 h3.author-name a:hover {
          text-decoration: underline; }
    #pag-reteta .art-c1 .in-c2 p.rank-name {
      font-size: 13px;
      font-weight: 400;
      font-style: italic;
      text-align: center;
      display: block;
      margin-top: 2px;
      color: #777; }
    #pag-reteta .art-c1 .in-c2 .popularity {
      border: 1px solid #e6e1d8;
      width: 160px;
      margin: 20px auto 10px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      background: url(../img/bg-popular.png) 0 0 repeat-x;
      overflow: hidden; }
    #pag-reteta .art-c1 .in-c2 .popularity a {
      display: block;
      float: left;
      width: 79px;
      text-align: center;
      text-decoration: none;
      font-size: 12px;
      color: #63605a;
      padding: 7px 0;
      border-left: 1px solid #fff;
      line-height: 17px; }
      #pag-reteta .art-c1 .in-c2 .popularity a.click-act {
        color: #81ae18; }
      #pag-reteta .art-c1 .in-c2 .popularity a img {
        margin-bottom: -1px; }
      #pag-reteta .art-c1 .in-c2 .popularity a strong {
        display: block;
        font-size: 14px;
        font-weight: 700; }
      #pag-reteta .art-c1 .in-c2 .popularity a:first-child {
        float: left;
        border-left: none;
        border-right: 1px solid #e6e1d8; }
      #pag-reteta .art-c1 .in-c2 .popularity a:hover {
        background: #fff; }
    #pag-reteta .art-c1 .in-c2 .popularity.favs {
      margin-top: 0px; }
      #pag-reteta .art-c1 .in-c2 .popularity.favs a {
        width: 160px; }
    #pag-reteta .art-c1 .in-c2 .popularity.adms {
      background: #FAF9F7; }
    #pag-reteta .art-c1 .in-c2 .popularity.adms a {
      float: none;
      width: 160px;
      padding-bottom: 4px;
      border-top: 1px solid #fff;
      border-bottom: 1px solid #e6e1d8; }
      #pag-reteta .art-c1 .in-c2 .popularity.adms a:last-child {
        border-bottom: none; }
    #pag-reteta .art-c1 .in-c2 p.tags {
      font-size: 11px;
      width: 160px;
      margin: 0 auto;
      line-height: 16px; }
  #pag-reteta .art-c1 .in-share {
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e5; }
  #pag-reteta .art-c1 .in-share a {
    color: #9f9f9f;
    font-size: 13px;
    text-decoration: none;
    line-height: 14px;
    display: block;
    width: 90px;
    height: 30px;
    float: left;
    padding-left: 40px;
    background: url(../img/in-share.png) 0 0 no-repeat; }
    #pag-reteta .art-c1 .in-share a.in-twit {
      width: 75px;
      background-position: 0 -40px; }
    #pag-reteta .art-c1 .in-share a.in-yahoo {
      background-position: 0 -80px; }
    #pag-reteta .art-c1 .in-share a.in-fb strong {
      color: #395f9e; }
    #pag-reteta .art-c1 .in-share a.in-twit strong {
      color: #00adef; }
    #pag-reteta .art-c1 .in-share a.in-yahoo strong {
      color: #640e6c; }
    #pag-reteta .art-c1 .in-share a strong {
      display: block;
      font-weight: 700; }
  #pag-reteta .art-c1 .intro-reteta p {
    font-size: 14px;
    line-height: 21px; }
  #pag-reteta .art-c1 .ingrediente p, #pag-reteta .art-c1 .ingrediente li {
    padding: 0;
    line-height: 20px;
    margin: 0;
    font-size: 13px; }
  #pag-reteta .art-c1 .ingrediente p, #pag-reteta .art-c1 .ingrediente ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
  }
  #pag-reteta .art-c1 h3.rete-title {
    font-size: 16px;
    color: #6a9b00;
    font-weight: 600;
    border-bottom: 1px solid #e7e7e5;
    padding-bottom: 16px; }
  #pag-reteta .art-c1 .reteta-content {
    padding: 0 20px 20px 20px;
    width: 616px; }
    #pag-reteta .art-c1 .reteta-content p {
      font-size: 14px;
      line-height: 21px; }
    #pag-reteta .art-c1 .reteta-content .portii-timp {
      background-color: #fbf9f4;
      padding: 15px 20px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px;
      margin: 10px 0 30px; }
    #pag-reteta .art-c1 .reteta-content .portii-timp div {
      float: left;
      font-size: 14px;
      margin-left: 50px;
      background: url(../img/portii-timp.png) 0 -80px no-repeat;
      padding: 10px 0 10px 55px; }
      #pag-reteta .art-c1 .reteta-content .portii-timp div:first-child {
        margin-left: 20px;
        background-position: 0 0; }
    #pag-reteta .art-c1 .reteta-content .rete-tips div {
      margin-top: 20px; }
    #pag-reteta .art-c1 .reteta-content .rete-tips div p {
      float: left;
      display: block;
      width: 565px;
      margin: 0; }
      #pag-reteta .art-c1 .reteta-content .rete-tips div p:first-child {
        width: 34px; }
      #pag-reteta .art-c1 .reteta-content .rete-tips div p.tip-nr {
        color: #74a211;
        margin-top: 5px;
        margin-right: 15px;
        font-weight: 700;
        text-align: center;
        width: 30px;
        height: 26px;
        padding-top: 4px;
        -webkit-border-radius: 99px;
        -moz-border-radius: 99px;
        -o-border-radius: 99px;
        border-radius: 99px;
        border: 2px solid #74a211; }
      #pag-reteta .art-c1 .reteta-content .rete-tips div p.tip-text {
        padding-bottom: 20px;
        border-bottom: 1px solid #e7e7e7; }
    #pag-reteta .art-c1 .reteta-content .rete-tips div:last-child p.tip-text {
      border-bottom: none; }

.tops .daily-recipe .shaded-box-inner, .forums .daily-recipe .shaded-box-inner {
  width: 656px; }
  .tops .daily-recipe .shaded-box-inner .daily-bigpic, .forums .daily-recipe .shaded-box-inner .daily-bigpic {
    position: relative; }
  .tops .daily-recipe .shaded-box-inner ul, .forums .daily-recipe .shaded-box-inner ul {
    position: absolute;
    bottom: 0;
    padding: 0;
    margin: 0;
    right: 0;
    z-index: 99; }
  .tops .daily-recipe .shaded-box-inner ul.days-tabs li, .forums .daily-recipe .shaded-box-inner ul.days-tabs li {
    display: block;
    width: 40px;
    height: 36px;
    float: left;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    padding-top: 4px;
    background-color: rgba(255, 255, 255, 0.5); }
    .tops .daily-recipe .shaded-box-inner ul.days-tabs li:hover, .tops .daily-recipe .shaded-box-inner ul.days-tabs li.act, .forums .daily-recipe .shaded-box-inner ul.days-tabs li:hover, .forums .daily-recipe .shaded-box-inner ul.days-tabs li.act {
      cursor: pointer;
      background-color: #fff;
      color: #c92005; }
    .tops .daily-recipe .shaded-box-inner ul.days-tabs li.expl, .forums .daily-recipe .shaded-box-inner ul.days-tabs li.expl {
      width: 143px;
      font-size: 12px;
      line-height: 14px; }
      .tops .daily-recipe .shaded-box-inner ul.days-tabs li.expl strong, .forums .daily-recipe .shaded-box-inner ul.days-tabs li.expl strong {
        font-weight: 400;
        margin-top: 3px;
        display: block; }
    .tops .daily-recipe .shaded-box-inner ul.days-tabs li.expl:hover, .forums .daily-recipe .shaded-box-inner ul.days-tabs li.expl:hover {
      background-color: rgba(255, 255, 255, 0.5);
      color: #333;
      cursor: default; }
    .tops .daily-recipe .shaded-box-inner ul.days-tabs li p, .forums .daily-recipe .shaded-box-inner ul.days-tabs li p {
      display: block;
      margin: 0;
      padding: 0;
      line-height: 15px; }
    .tops .daily-recipe .shaded-box-inner ul.days-tabs li span, .forums .daily-recipe .shaded-box-inner ul.days-tabs li span {
      display: block;
      font-weight: 600;
      font-size: 16px;
      line-height: 18px; }
  .tops .daily-recipe .shaded-box-inner img.todays, .forums .daily-recipe .shaded-box-inner img.todays {
    display: block; }
  .tops .daily-recipe .shaded-box-inner .daily-desc, .forums .daily-recipe .shaded-box-inner .daily-desc {
    margin-left: 18px;
    margin-top: 23px;
    height: 160px; }
    .tops .daily-recipe .shaded-box-inner .daily-desc h4, .forums .daily-recipe .shaded-box-inner .daily-desc h4 {
      color: #c92005;
      font-size: 16px;
      font-weight: 600;
      margin: 20px 0; }
    .tops .daily-recipe .shaded-box-inner .daily-desc .daily-title .date, .forums .daily-recipe .shaded-box-inner .daily-desc .daily-title .date {
      color: #c92005;
      width: 115px;
      vertical-align: middle;
      padding: 5px 5px 5px 0; }
    .tops .daily-recipe .shaded-box-inner .daily-desc .daily-title .day, .forums .daily-recipe .shaded-box-inner .daily-desc .daily-title .day {
      font-size: 50px;
      font-weight: 300;
      letter-spacing: -2px;
      margin-right: 7px;
      line-height: 69px; }
    .tops .daily-recipe .shaded-box-inner .daily-desc .daily-title .month-year p, .forums .daily-recipe .shaded-box-inner .daily-desc .daily-title .month-year p {
      margin: 0;
      font-size: 18px;
      font-weight: 700;
      color: #b3b3b3; }
    .tops .daily-recipe .shaded-box-inner .daily-desc .daily-title .month-year span, .forums .daily-recipe .shaded-box-inner .daily-desc .daily-title .month-year span {
      display: block;
      font-size: 22px;
      margin-top: 12px;
      line-height: 22px; }
    .tops .daily-recipe .shaded-box-inner .daily-desc .daily-title .title, .forums .daily-recipe .shaded-box-inner .daily-desc .daily-title .title {
      vertical-align: middle;
      padding-left: 15px;
      border-left: 1px solid #e7e6e4;
      width: 340px; }
    .tops .daily-recipe .shaded-box-inner .daily-desc .daily-title .title h2, .forums .daily-recipe .shaded-box-inner .daily-desc .daily-title .title h2 {
      font-size: 22px;
      font-weight: 600;
      line-height: 24px;
      letter-spacing: -1px;
      margin: 0; }
      .tops .daily-recipe .shaded-box-inner .daily-desc .daily-title .title h2 a, .forums .daily-recipe .shaded-box-inner .daily-desc .daily-title .title h2 a {
        color: #333;
        text-decoration: none; }
        .tops .daily-recipe .shaded-box-inner .daily-desc .daily-title .title h2 a:hover, .forums .daily-recipe .shaded-box-inner .daily-desc .daily-title .title h2 a:hover {
          color: #80a91d; }
    .tops .daily-recipe .shaded-box-inner .daily-desc .daily-title .sponsor, .forums .daily-recipe .shaded-box-inner .daily-desc .daily-title .sponsor {
      width: 145px;
      text-align: center;
      position: relative; }
      .tops .daily-recipe .shaded-box-inner .daily-desc .daily-title .sponsor img, .forums .daily-recipe .shaded-box-inner .daily-desc .daily-title .sponsor img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        margin-top: -45px; }
    .tops .daily-recipe .shaded-box-inner .daily-desc table.daily, .forums .daily-recipe .shaded-box-inner .daily-desc table.daily {
      margin-bottom: 20px; }

.best-of.sarbatoriti .for-head, .best-of.topusers .for-head, .best-of.cas-restaurante .for-head {
  padding-left: 66px;
  background: url(../img/sarba-tort.png) 0 0 no-repeat; }
.best-of.sarbatoriti .thumb, .best-of.topusers .thumb, .best-of.cas-restaurante .thumb {
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -o-border-radius: 99px;
  border-radius: 99px;
  overflow: hidden; }
.best-of.sarbatoriti .author, .best-of.topusers .author, .best-of.cas-restaurante .author {
  font-size: 16px;
  font-weight: 400;
  padding-top: 10px; }
  .best-of.sarbatoriti .author span, .best-of.topusers .author span, .best-of.cas-restaurante .author span {
    display: block !important;
    margin-top: 12px; }
.best-of.sarbatoriti p.lma, .best-of.topusers p.lma, .best-of.cas-restaurante p.lma {
  font-size: 12px;
  margin-top: 2px; }
.best-of.sarbatoriti p.lma a, .best-of.topusers p.lma a, .best-of.cas-restaurante p.lma a {
  color: #999;
  font-size: 12px;
  text-decoration: none; }

.best-of.topusers .for-head {
  padding-left: 66px;
  background: url(../img/icon-top-utilizatori.png) 5px 1px no-repeat; }

.best-of.cas-restaurante .for-head {
  padding-left: 0;
  background: none; }

.best-of .shaded-box-inner {
  width: 258px;
  padding: 20px 20px 10px 20px;
  height: 547px; }
  .best-of .shaded-box-inner p.statement {
    width: 190px;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 10px;
    display: block;
    color: #8b877c;
    line-height: 18px; }
.best-of .tops-head {
  margin-bottom: 5px; }
.best-of .tops-desp {
  width: 100px;
  margin: 0 auto;
  height: 1px;
  background-color: #ebe7e0; }
.best-of ul.tops-tabs {
  margin: 0;
  padding: 0; }
.best-of li {
  display: block;
  float: left;
  margin: 10px 0 10px 6px;
  font-size: 18px;
  font-weight: 700;
  color: #b1afaa; }
  .best-of li.act a {
    color: #c92005; }
  .best-of li a {
    color: #b1afaa;
    text-decoration: none; }
    .best-of li a:hover {
      color: #c92005; }
  .best-of li.desp {
    font-size: 13px;
    padding-top: 4px; }
.best-of .tops-items {
  padding: 20px 0; }
  .best-of .tops-items .item {
    margin-top: 16px; }
    .best-of .tops-items .item:first-child {
      margin-top: 0; }
.best-of .tops-items .thumb {
  width: 55px;
  height: 55px; }
.best-of .tops-items .desc {
  width: 190px;
  margin-left: 12px; }
  .best-of .tops-items .desc h3 {
    line-height: 20px; }
  .best-of .tops-items .desc p.author {
    margin-top: -2px; }
    .best-of .tops-items .desc p.author span {
      display: none; }
.best-of .view-all {
  padding: 15px 0;
  border-top: 1px solid #ebe7e0;
  font-size: 14px;
  text-align: right; }
  .best-of .view-all a {
    color: #c92005;
    text-decoration: none; }
    .best-of .view-all a:hover {
      text-decoration: underline; }

.c1 {
  width: 662px; }

.c1 .shaded-box-inner {
  width: 656px; }
  .c1 .shaded-box-inner h4.box-head, .c1 .shaded-box-inner h4.box-subhead {
    color: #c92005;
    font-size: 16px;
    font-weight: 600;
    margin: 20px; }
  .c1 .shaded-box-inner h4.box-subhead {
    margin: 0; }
  .c1 .shaded-box-inner .sub-cols .bigger {
    width: 360px;
    padding-bottom: 20px; }
    .c1 .shaded-box-inner .sub-cols .bigger .desc {
      padding: 0 20px; }
      .c1 .shaded-box-inner .sub-cols .bigger .desc h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        margin-top: 5px;
        font-weight: 600;
        letter-spacing: -1px; }
  .c1 .shaded-box-inner .sub-cols .smaller {
    width: 255px;
    margin-left: 20px; }
    .c1 .shaded-box-inner .sub-cols .smaller .item {
      margin-top: 15px; }
    .c1 .shaded-box-inner .sub-cols .smaller .thumb {
      width: 76px;
      height: 76px; }
    .c1 .shaded-box-inner .sub-cols .smaller .desc {
      width: 165px;
      margin-top: -12px; }
      .c1 .shaded-box-inner .sub-cols .smaller .desc h3 {
        line-height: 19px;
        font-size: 16px; }
  .c1 .shaded-box-inner .sub-cols .view-more {
    padding: 25px 0;
    text-align: right;
    border-bottom: 1px solid #ebe7e0; }
    .c1 .shaded-box-inner .sub-cols .view-more a {
      color: #c92005;
      text-decoration: none;
      font-size: 14px; }
      .c1 .shaded-box-inner .sub-cols .view-more a:hover {
        text-decoration: underline; }

.specialist {
  color: #fff;
  padding: 23px; }
  .specialist.sylvia {
    background: url(../img/bg-sylvia.png) left bottom no-repeat black; }
  .specialist.nana {
    background: url(../img/bg-nana.png) left bottom no-repeat #37004c; }
  .specialist.oana {
    background: url(../img/bg-oana.png?v=0.02) left bottom no-repeat #FFFFFF;
    height: 362px;
    padding: 0px;
    }
    .spec-desc-new {
        padding-left: 390px !important;
    }
    .spec-desc-new a.ask {
        margin-top: 80px !important;
        background: #FF0000;
    }
    .spec-recipe-new {
        margin-left: 300px;
        margin-top: 125px;
    }
  .specialist .spec-head h4 {
    margin: 0;
    font-weight: 600; }
  .specialist .spec-desc {
    padding-left: 180px; }
    .specialist .spec-desc h3 {
      font-size: 40px;
      font-weight: 300;
      margin: 0;
      line-height: 40px;
      letter-spacing: -1px;
      margin-top: 15px; }
    .specialist .spec-desc p {
      margin: 0;
      font-size: 13px;
      font-weight: 400;
      color: #bbbbbb;
      margin-top: 20px; }
    .specialist .spec-desc a.ask {
      color: #fff;
      text-decoration: none;
      display: block;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px;
      border: 1px solid rgba(255, 255, 255, 0.4);
      float: left;
      padding: 5px 25px 7px;
      margin-top: 20px; }
      .specialist .spec-desc a.ask:hover {
        color: #000;
        background-color: #FFF;
        border-color: #fff; }
  .specialist .spec-recipe {
    margin-left: 180px;
    margin-top: 25px; }
    .specialist .spec-recipe .thumb {
      padding: 5px;
      border: 1px solid rgba(255, 255, 255, 0.4);
      float: left; }
      .specialist .spec-recipe .thumb img {
        display: block; }
    .specialist .spec-recipe .desc {
      float: left;
      width: 220px;
      margin-left: 15px; }
      .specialist .spec-recipe .desc p.author {
        margin-top: 5px; }
      .specialist .spec-recipe .desc h3 {
        font-size: 22px;
        line-height: -1px;
        line-height: 26px;
        font-weight: 400; }
        .specialist .spec-recipe .desc h3 a {
          color: #fff; }

.forums {
  margin-top: 0; }
  .forums .forumer .shaded-box-inner {
    width: 258px;
    padding: 20px 20px 10px 20px; }
    .forums .forumer .shaded-box-inner p.statement {
      width: 190px;
      font-size: 14px;
      margin-left: 15px;
      margin-top: 10px;
      display: block;
      color: #8b877c;
      line-height: 18px; }
  .forums .forumer h4.for-head {
    color: #c92005;
    margin: 0;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebe7e0;
    font-weight: 600; }
  .forums .forumer .desp {
    height: 1px;
    background-color: #eaeaea;
    width: 50%;
    margin-left: 70px; }
  .forums .forumer .item {
    margin-top: 17px;
    padding-bottom: 17px; }
    .forums .forumer .item .thumb {
      width: 56px;
      height: 56px;
      -webkit-border-radius: 99px;
      -moz-border-radius: 99px;
      -o-border-radius: 99px;
      border-radius: 99px;
      overflow: hidden; }
    .forums .forumer .item .desc {
      width: 190px; }
      .forums .forumer .item .desc p.author {
        margin: -6px 0 0 0; }
      .forums .forumer .item .desc h3 {
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0;
        margin: 0; }
      .forums .forumer .item .desc a.conti {
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        margin: 0;
        display: block;
        margin-top: 1px;
        text-decoration: none;
        color: #81ae18; }
        .forums .forumer .item .desc a.conti:hover {
          text-decoration: underline; }
        .forums .forumer .item .desc a.conti strong {
          font-weight: 600; }
  .forums .forumer .view-all {
    padding: 15px 0;
    border-top: 1px solid #ebe7e0;
    font-size: 14px;
    text-align: right; }
    .forums .forumer .view-all a {
      color: #c92005;
      text-decoration: none; }
      .forums .forumer .view-all a:hover {
        text-decoration: underline; }

.tops.videos .shaded-box-inner {
  height: auto; }

.tops.videos .best-of .tops-items, .forums .best-of .tops-items {
  padding: 0; }

.tops.videos .view-all {
  margin-top: 20px; }

h4.for-head {
  color: #c92005;
  margin: 0;
  font-size: 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebe7e0;
  font-weight: 600; }

.c2 {
  width: 300px; }

#pag-reteta h1 {
  margin-top: 20px; }

#footer {
  margin-top: 70px;
  background-color: #fff;
  padding: 20px;
  position: relative;
  margin-bottom: -15px;
  border-top: 1px solid #81ae18; }
  #footer .flogo {
    margin: 30px 0; }
  #footer .footdesc {
    font-size: 13px;
    color: #999;
    top: 120px;
    width: 400px;
    position: absolute; }
  #footer table {
    width: 500px;
    margin-left: 320px; }
  #footer table td {
    font-size: 13px;
    color: #999;
    width: 400px; }
  #footer table a {
    font-size: 13px;
    color: #555;
    text-decoration: none; }
    #footer table a:hover {
      color: #81ae18; }

p.surinput {
  font-size: 12px;
  font-weight: 700;
  color: #81ae18;
  margin-bottom: 5px; }

.cas-restaurante .restinp {
  border: 1px solid #81ae18;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #81ae18;
  width: 235px;
  height: 21px;
  position: relative; }

.cas-restaurante .restinp a.ddown {
  color: #81ae18;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #81ae18;
  padding: 6px 10px; }

.cas-restaurante .restlist, .cas-restaurante .restinp li {
  float: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  background: #fff; }

.cas-restaurante ul {
  padding: 10px;
  margin: 0;
  padding-top: 0;
  width: 200px; }

.cas-restaurante .restlist {
  display: none;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #81ae18;
  border-top: none;
  width: 220px;
  margin-left: -11px;
  z-index: 999;
  position: absolute;
  max-height: 190px;
  overflow: auto; }

.cas-restaurante .restinp:hover .restlist {
  display: block;
  cursor: pointer; }

.cas-restaurante .restinp li {
  padding-top: 3px; }
  .cas-restaurante .restinp li a {
    color: #81ae18; }

.cauta-propune a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  background-color: #81ae18;
  color: #fff;
  text-decoration: none;
  float: left;
  margin: 20px 0 15px 10px;
  padding: 6px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .cauta-propune a:first-child {
    margin-left: 0; }
  .cauta-propune a:hover {
    background-color: #fff;
    border: 1px solid #81ae18;
    padding: 5px 29px;
    color: #81ae18; }

.contitle {
  font-size: 16px;
  font-weight: 600;
  margin-left: 15px;
  margin-top: 10px;
  line-height: 19px;
  float: left;
  color: #81ae18; }
  .contitle span {
    font-weight: 400;
    font-size: 12px;
    color: #333; }

.icom a {
  margin: 10px 6px; }

.galerie-row {
  margin-bottom: 15px; }
  .galerie-row .gal-item {
    width: 110px;
    height: 90px;
    margin-left: 16px; }
    .galerie-row .gal-item:first-child {
      margin-left: 0; }
    .galerie-row .gal-item a:hover {
      opacity: 0.8; }

.zoom-300 {
  margin: 20px 15px 15px 0; }

.comm-container .comm-item {
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px dotted #dedede; }
  .comm-container .comm-item:first-child {
    border-top: none;
    padding-top: 0; }
.comm-container .comm-avt {
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -o-border-radius: 99px;
  border-radius: 99px;
  overflow: hidden;
  width: 90px;
  height: 90px; }
.comm-container .comm-message {
  width: 510px; }
  .comm-container .comm-message .author-wrap i {
    display: block;
    float: left;
    font-size: 12px;
    margin-top: 12px;
    margin-left: 35px;
    color: #999; }
  .comm-container .comm-message p.author {
    font-size: 12px !important; }
    .comm-container .comm-message p.author span {
      line-height: 16px; }
  .comm-container .comm-message .comm-text p {
    margin: 0; }

.option-comms {
  width: 475px;
  margin-left: 105px; }

.more-comms {
  margin: 10px auto 15px;
  display: block;
  text-align: center;
  color: #81ae18;
  text-decoration: none;
  padding: 6px 24px;
  border: 1px solid #81ae18;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-size: 13px; }
  .more-comms:hover {
    background: #81ae18;
    color: #fff; }
  .more-comms i {
    font-size: 16px;
    margin-right: 10px; }

.comm-doer {
  border: 2px solid #81ae18;
  width: 295px;
  height: 246px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.comm-doer textarea {
  width: 270px;
  height: 180px;
  border: none;
  margin-left: 10px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #555; }

.comm-doer textarea:focus {
  outline: none; }

.emotishit {
  margin: 15px 0 0 10px; }

.comm-send a {
  font-weight: 600;
  color: #81ae18;
  margin-right: 15px;
  text-decoration: none; }

.c1 .opening-more .cat-open .shaded-box-inner {
  width: 556px;
  padding: 0 50px 40px 50px; }

.c1 .opening-more .cat-open .cat-title {
  color: #81ae18;
  margin: 20px auto;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px; }

.cat-title h2 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -1px;
  text-align: center;
  margin: 0; }

.c1 .opening-more .cat-open .cat-title p {
  color: #c92005;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  font-weight: 600; }

.c1 .opening-more .cat-open p {
  font-size: 12px;
  margin: 0;
  color: #555; }

.c1 .opening-more .cat-open p strong {
  color: #81ae18; }

.cat-search {
  position: relative; }

.cat-search input {
  margin: 20px 0;
  width: 538px;
  font-size: 16px;
  padding: 8px;
  border: 2px solid #81ae18;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px; }

.cat-search input:focus {
  outline: none; }

.cat-search a {
  display: block;
  color: #81ae18;
  position: absolute;
  right: 5px;
  top: 21px;
  font-size: 26px;
  width: 36px;
  height: 36px;
  text-align: center; }

.cat-menu ul {
  list-style-type: none;
  margin: 15px 0 20px 0;
  padding: 0; }

.cat-menu ul li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 8px; }
  .cat-menu ul li a {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    display: block;
    padding: 4px 10px;
    color: #fff;
    text-decoration: none;
    background: #81ae18; }
  .cat-menu ul li a.act, .cat-menu ul li a:hover {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    display: block;
    padding: 2px 8px;
    background: #fff;
    border: 2px solid #81ae18;
    color: #81ae18;
    text-decoration: none; }

/* ============= presets ============= */
.centro {
  width: 980px;
  margin: 0 auto; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt50 {
  margin-top: 50px; }

.fl {
  float: left; }

.fr {
  float: right; }

.fw300 {
  font-weight: 300; }

.fw400 {
  font-weight: 400; }

.fw600 {
  font-weight: 600; }

.fw700 {
  font-weight: 700; }

.fw800 {
  font-weight: 800; }

.nofloat {
  float: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

* html .clearfix {
  height: 1%; }



/*my*/
.mb20 {margin-bottom: 20px; }
.mb10 {margin-bottom: 10px; }

ul.v3-comments-post-emoticons {display:none;border: 1px solid #c5c5c5;background-color:#ffffff;top:-123px;position:absolute;width:200px;padding:10px;top:-108px\9; * top:-123px; * left:0; }
ul.v3-comments-post-emoticons li {width:40px;text-align:center;float:left;}
.emotishit:hover ul {display:block;}
.cat-title h1{font-size: 36px;font-weight: 300;letter-spacing: -1px;margin: 0;text-align: center;}

#footer_new {margin-top: 70px;background-color: #fff;padding: 20px;position: relative;margin-bottom: -15px;border-top: 1px solid #81ae18;}
#footer_new .flogo {margin: 30px 0; }
#footer_new .footdesc {font-size: 13px;color: #999;top: 120px;width: 400px;position: absolute;}
#footer_new table {width: 500px;margin-left: 320px;}
#footer_new table td {font-size: 13px;color: #999;width: 400px;}
#footer_new table a {font-size: 13px;color: #555;text-decoration: none;}
#footer_new table a:hover {color: #81ae18;}
#footer_new ul {list-style-type: disc;}

.__content a {color:#6a9b00;text-decoration:underline;}
.paginare_new{background-color:#fff;border: 1px solid #E3E0D6;height:40px;padding-top:10px;}
.paginare_new #centeredmenu {float:left;width:100%;background:#fff;overflow:hidden;position:relative;}
.paginare_new #centeredmenu ul {clear:left;float:left;list-style:none;margin:0;padding:0;position:relative;left:50%;text-align:center;}
.paginare_new #centeredmenu ul li {display:block;float:left;list-style:none;margin:0;padding:1px;position:relative;right:50%;border-radius:5px;font-size:15px;}
.paginare_new #centeredmenu ul li a {display:block;margin:0 0 0 1px;padding:3px 10px;background:#eee;color:#000;text-decoration:none;line-height:1.3em;}
.paginare_new #centeredmenu ul li a:hover {background:#81AE18;color:#fff;}
.paginare_new #centeredmenu ul li a.active,#centeredmenu ul li a.active:hover {color:#fff;background:#81AE18;}

.v3-aboutcookies {background-color: rgba(255, 255, 255, 0.9);box-shadow: 0 0 4px gray;height: 22px;padding-top: 5px;position: fixed;bottom: 0px;z-index: 100000;cursor:pointer;}


/*box unirea
.caseta_homepage{width:980px;height:344px;background-color: #fef5d8;}
.caseta_homepage .top{height:2px;background-color: #82b94a;}
.caseta_homepage .center{height:296px;padding:33px 28px 9px 6px;}
.unirea{float:left;margin-right:4px;}
.unirea_reteta{width:225px;height:290px;border:1px solid #e3e0d6;padding:2px;float:left;margin-right:12px;background-color:#fff;position: relative}
.unirea_reteta:last-child{margin-right:0;}
.unirea_reteta .titlu{font-size:18px;color:#333;line-height: 1.3em}
.unirea_reteta .titlu a{color:#333;text-decoration:none;}
.unirea_reteta .titlu a:hover{color:#81AE18;text-decoration:none;}
.pachet{position: absolute;bottom:2px;right:2px;}
.pachet img{width:58px;}
.bottom{height:2px;background-color: #269332;}
.caseta_int{width:630px;height:333px;background-color:#fef5d8;border:1px solid #dad7ce;PADDING:15PX;}
.caseta_int img{border:0 !important}
.caseta_int .poster{float:left;margin-right:20px;margin-top:20px;}
.caseta_int .dreapta{float:left;width:416px;margin-top:20px;}
.item{margin-bottom:20px;}
.item_dr{float:left;width:328px;}
.item_dr .titlu{color:#3c3c3c;font-size:18px;}
.item_dr .titlu a{text-decoration:none;color:#3c3c3c;}
.item_dr .text{font-size:12px;color:#757575;}
.mr12{margin-right:12px;}
.padd10{padding:10px;}
.clear{clear:both}
.fl{float:left;}
*/
/*delikat aprilie 2015*/
.campanie_delikat .titlu_paste{font-size:18px;float:left;margin-top:10px;font-weight: bold}
.campanie_delikat .titlu_paste a{color:#333;text-decoration:none;}
.campanie_delikat .titlu_paste a:hover{color:#81AE18;text-decoration:none;}
.campanie_delikat .logo_delikat{float:right;margin-right:-10px;}


.full .social-ranks {
    padding-top: 12px;
    padding-bottom: 2px;
    border-top: 1px solid #ebe7e0;
    margin-top: 12px;
}
.full .social-ranks a {
    padding-left: 17px;
    background: url(../img/icons/social-ranks_Bucataras.png) 0 1px no-repeat;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #b1afaa;
    text-decoration: none;
    margin-right: 20px;
}
.full .social-ranks a.stars {
    background-position: -71px 1px; }
.full .social-ranks a.comms {
    background-position: -144px 1px; }
.full .more-end {
    width: 300px;
}
.new-class-socials .shaded-box-inner {
    width: 310px;
}
.facebook-login {
    width: 250px;
    display: inline-block;
    margin-right: 30px;
    float: right;
    margin-top: 50px;
}
.facebook-login .facebook {
    margin-right: 4%;
    background-color: #3b5998;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 1.1;
    font-weight: bold;
    padding: 12px 10px 11px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    vertical-align: baseline;
}
.facebook-login .google{
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 1.1;
    font-weight: bold;
    padding: 12px 10px 11px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    margin-right: 2%;
    vertical-align: baseline;
    background-color: #e04a31;
    margin-top: 20px;
}
#pag-reteta .art-c1 h2.rete-title {
    font-size: 16px;
    color: #6a9b00;
    font-weight: 600;
    border-bottom: 1px solid #e7e7e5;
    padding-bottom: 16px;
}
.opening-more .desc .new_title_list {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: 5px;
    height: 48px;
    overflow: hidden;
}
.desc .title-top-for-seo {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    margin-top: 2px;
    line-height: 20px;
}
.c1 .shaded-box-inner .sub-cols .bigger .desc .title-for-seo {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 5px;
    letter-spacing: -1px;
}
.full h2.box-head {
    margin-bottom: 15px;
    margin-top: 0px;
    color: #c92005;
    font-weight: 600;
    font-size: 18px;
}
.c1 .shaded-box-inner h2.box-head, .c1 .shaded-box-inner h2.box-subhead {
    color: #c92005;
    font-size: 16px;
    font-weight: 600;
    margin: 20px;
}
header {
    z-index: 99 !important;
}
.brat-tracking {
    position:absolute;
}
.wy-popup {
    display: none;
}
img.map, map area {
    outline: none;
}
.adocean-brandings {
    width:100%;
    text-align:center;
}
.user-menu-logged-in {
    display:none;
    z-index: 99999;
}
.hide-menu-inactive-page {
    display:none;
}
.sub-menu-style {
    height: 48px;
}
.main-head .sub-menu .meniu-articole li a span {
    display: block;
    padding: 0 12px;
    border-left: 1px solid #749c16;
}
.foodpr {
    border-left:0;
}
.supe-ciorbe-menu {
    border-right: 1px solid #749c16 !important;
}
.mancaruri-cu-carne-menu {
    border-left: none !important;
}
.mancaruri-cu-post-menu {
    border-left: none !important;
}
.dulciuri-menu {
    border-right: 1px solid #749c16 !important;
}
.more-items-menu {
    margin-left: 0px !important;
}
.more-items-menu-plus {
    border-left: none !important;
}
.more-items-menu-dropdown {
    display:none;
}

.main-head .sub-menu ul li a span {
    padding: 0 12px !important;
}
.main-head .sub-menu ul li .search-dropdown {
    left: -54px !important;
}
.banner-300-250-1 {
    background-color:#fff;
    width:300px;
    height:250px;
}
.img-300-250-1 {
    width: 300px;
    height: 250px;
}
.google-intern-660-150 {
    width:660px;
    height:150px;
    margin-bottom:10px;
}
.cas-partener-delaco {
    background:url(/misc/delaco/box-3-retete.jpg) no-repeat;
    margin-top:0px;
    cursor:pointer;
}
.cas-partener-lurpak {
    background:url(/misc/delaco/caseta-delaco-lurpak.jpg) no-repeat;
    margin-top:0px;
    cursor:pointer;
}
.cas-parteneri-box {
    height:310px;
    width: 225px !important;
}
.custom-box-301 {
    margin-top: -2px;
}
.opening-more .desc h3 {
    overflow: hidden;
}
.nl-content {
    background: #ffffff;
    padding: 15px 20px 15px 15px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #cccccc;
}

.nl-content h2 {
    margin: 0px;
    padding: 0px;
    color: #CA2102;
}

.nl-content h3 {
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-weight: bold;
}

.nl-content input {
    width: 98%;
    padding: 5px 2px 5px 2px;
}

.nl-content .nl-separator-line {
    margin: 15px 0px 0px 0px;
    border-top: 1px solid #cccccc;
    padding: 0px 0px 15px 0px;

}

.nl-content .nl-separator {
    height: 15px;
}

.nl-content .clear {
    clear: both;
    display: block;
}

.nl-save-button {
    -webkit-border-radius: 6px 6px 6px 6px !important;
    -moz-border-radius: 6px 6px 6px 6px !important;
    border-radius: 6px 6px 6px 6px !important;
    box-shadow: 2px 2px 2px 0px #dddddd;
    -webkit-box-shadow: 2px 2px 2px 0px #dddddd;
    -moz-box-shadow: 2px 2px 2px 0px #dddddd;
    color: #ffffff;
    background: #DD200D;
    padding: 8px 15px 8px 15px;
    outline: none;
}
.nl-content .nl-form {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

.nl-content .nl-messages {
    display: none;
}

.isa_info, .isa_success, .isa_warning, .isa_error {
margin: 10px 0px;
padding:12px;
}
.isa_info {
    color: #FFFFFF;

}
.isa_success {
    color: #FFFFFF;
}
.isa_warning {
    color: #9F6000;
    background-color: #FEEFB3;
}
.isa_error {
    color: #FFFFFF;
    margin-left: 30px;

}
.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
    margin:10px 22px;
    font-size:2em;
    vertical-align:middle;
}


.nl-cover {
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    z-index:5;
    width:100%;
    height:100%;
    display:none;
    z-index: 999999999999999999;
}

.nl-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 520px;
    height: 434px;
    padding: 0px;
    margin: -219px 0px 0px -270px;
}

.nl-pop-header {
    width: 500px;
    height: 160px;
    background: url('{/literal}{$smarty.const.URL_MISC}{literal}nl/header-popup-facebook.jpg') no-repeat top;
}


.nl-popup-thank-you {
    background: url('{/literal}{$smarty.const.URL_MISC}{literal}nl/pop-up-thank-you-31082016.png') no-repeat top;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 434px;
    padding: 0px;
    margin: -219px 0px 0px -270px;
}

.nl-popup-thank-you .nl-popup-content {
    position: relative;
    padding: 0px;
    margin: 20px;
}
.nl-popup-thank-you .nl-popup-content .nl-popup-close {
    position: absolute;
    right: 2px;
    top: 2px;
    background: url('{/literal}{$smarty.const.URL_MISC}{literal}nl/close-button-new.png') no-repeat top left transparent!important;
    width: 21px;
    height: 21px;
    display: block;
}
.nl-popup-thank-you .nl-popup-content .nl-popup-close:hover {
    background: url('{/literal}{$smarty.const.URL_MISC}{literal}nl/close-button-new-hover.png') no-repeat top left transparent!important;
}

.nl-popup .nl-popup-content {
    position: relative;
    padding: 0px;
    margin: 20px;
}

.nl-popup .nl-popup-content .nl-popup-close {
    position: absolute;
    right: 2px;
    top: 2px;
    background: url('{/literal}{$smarty.const.URL_MISC}{literal}nl/close-button-new.png') no-repeat top left transparent!important;
    width: 21px;
    height: 21px;
    display: block;
}
.nl-popup .nl-popup-content .nl-popup-close:hover {
    background: url('{/literal}{$smarty.const.URL_MISC}{literal}nl/close-button-new-hover.png') no-repeat top left transparent!important;
}

.nl-popup .nl-popup-top-message {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
}

.nl-popup .nl-popup-top-message h2, .nl-popup .nl-popup-top-message h3 {
    font-weight: bold;
}

.nl-popup .nl-popup-top-message h3 {
    text-transform: uppercase;
}

.nl-popup .nl-popup-fields {
    width: 250px;
    text-align: center;
    margin: 0px auto 0px auto;
    padding: 0px;
}

.nl-popup .nl-popup-fields .nl-popup-fields-input {
    height: 25px;
    width: 90%;
    padding: 5px 5px 5px 10px;
    border: 1px solid #cccccc;
    box-shadow: 2px 2px 2px 0px #e3e0d6;
    -webkit-box-shadow: 2px 2px 2px 0px #e3e0d6;
    -moz-box-shadow: 2px 2px 2px 0px #e3e0d6;
}

.nl-popup .nl-messages {
    position: absolute;
    top: -95px;
    left: 21px;
    display: none;
}

.text-popup {
    background: #e9ebee;
    width: 500px;
    height: 50px;
    text-align: center;
    position: relative;
}

.space-popup {
    height: 15px;
    width: 500px;
}

.no-thx-pop {
    margin-top: 50px;
    color: #4267b2;
}
.digital-atelier-300x600 {
    width:300px;
}
.google-intern-300-250 {
    width:300px;height:250px;margin-bottom:10px;
}