/* LESS Document */
.aligncenter {
  text-align: center;
  margin: auto;
}
.menu-cont ul.sub-menu li a {
  width: 100% !important;
}
.animation {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.more a:hover,
.content-social .send a:hover {
  color: #0b3f17 !important;
}
body,
html {
  background: #0b3f17 url(../../img/back.jpg) repeat-x 100% 0px;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "open-sans", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  color: #333;
}
.container {
  width: 1000px;
}
#menu {
  width: 240px;
  float: left;
  background: #0b3f17;
}
.content {
  width: 760px;
  background: #ffffff;
  float: left;
}
.logo-cont {
  text-align: center;
  height: 150px;
  width: 240px;
  display: table;
}
.logo-inner {
  display: table-cell;
  vertical-align: middle;
  height: 150px;
}
.icon {
  font-size: 35px;
  margin-right: 20px;
  vertical-align: middle;
  line-height: 30px;
  display: inline-block;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.menu-cont {
  overflow: auto;
  overflow-x: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.menu-cont ul.main {
  background: #0b3f17;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.menu-cont ul.main li {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  font-size: 22px;
  font-weight: 600;
  font-family: "cronos-pro", sans-serif;
  list-style: none;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0px 25px;
  overflow: hidden;
}
.menu-cont ul.main li img {
  margin-right: 15px;
  vertical-align: 100;
  vertical-align: middle;
}
.menu-cont ul.main li a {
  width: 100%;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.menu-cont ul.main li span.text {
  display: inline-block;
}
.menu-cont ul.main li:hover {
  background: #093212;
}
.menu-cont ul.sub-menu {
  top: 0px;
}
.menu-cont ul.sub-menu li {
  list-style: none;
}
.lang-select {
  position: absolute;
}
.menu-cont:not(.mobile) ul.main {
  height: 100%;
}
.menu-cont ul.main li {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  padding: 0px 17px;
}
.menu-cont ul.main li a span.text {
  opacity: 0;
}
.menu-cont ul.main li:hover,
.menu-cont ul.main li.active {
  background: #f4f5e3;
}
.menu-cont ul.main li:hover .icon,
.menu-cont ul.main li.active .icon {
  color: #0e6942;
}
.menu-cont ul.main li.current-menu-item:hover,
.menu-cont ul.main li.active:hover,
.menu-cont ul.main li.active {
  background: #f4f5e3 !important;
}
.menu-cont ul.main li.current-menu-item:hover .icon,
.menu-cont ul.main li.active:hover .icon,
.menu-cont ul.main li.active .icon {
  color: #0e6942;
}
.menu-cont ul.sub-menu {
  margin: 0;
  padding: 0;
  left: 65px;
  width: 75%;
  z-index: 1000;
}
.menu-cont ul.sub-menu li {
  height: auto;
  border-bottom: 1px solid rgba(11, 63, 23, 0.1);
  padding: 10px 20px;
  line-height: 20px;
  margin: 0;
}
.menu-cont ul.sub-menu li a {
  color: #0b3f17;
  text-decoration: none;
  font-size: 14px;
  font-family: "open-sans", sans-serif;
  font-weight: 300;
}
.menu-cont ul.sub-menu li:hover,
.menu-cont ul.sub-menu li.active {
  background: #eaeddb;
}
.menu-cont ul.sub-menu li.current-menu-item {
  background: #eaeddb;
}
ul.main li:hover .main,
ul.main li.active .main {
  /*width:70px;*/
}
body.nojs ul.main li:hover .sub-menu,
ul.main li.active .sub-menu,
ul.main li.csshover .sub-menu, 
.maintainHover {
  max-height: 1500px;
  min-height: 100%;
  display: block;
}
ul.sub-menu {
  display: none;
  background: #f4f5e3;
  position: absolute;
}
ul.sub-menu li {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  height: 40px;
  border-bottom: 1px solid rgba(11, 63, 23, 0.1);
  padding: 0px 20px;
}
ul.sub-menu li a {
  display: inline-block;
  width: 100%;
  color: #0e6942;
  line-height: 20px;
  text-decoration: none;
  font-size: 14px;
  max-width: 166px;
  text-overflow: ellipsis;
}
ul.sub-menu li:hover {
  background: #eaeddb;
}
.header {
  padding-bottom: 38%;
  background: url(../../img/header.png) no-repeat 50%;
}
.content .item:hover .image .inner-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.content .item {
  width: 50%;
  float: left;
  height: 190px;
}
.content .item .image {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  width: 50%;
  height: 190px;
  text-align: center;
  float: left;
  position: relative;
}
.content .item .image .inner-image {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.content .item .information {
  background: #f4f5e3;
  width: 150px;
  height: 150px;
  float: left;
  padding: 20px;
}
.content .item .information .title {
  font-size: 12px;
  text-transform: uppercase;
  color: #8bb422;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding-bottom: 25px;
}
.content .item .information .heading {
  font-size: 16px;
  line-height: 24px;
  font-weight: 200;
  color: #333 !important;
}
.content .item .information .heading a {
  color: #000;
  text-decoration: none;
}
.content .item.right .image {
  float: right;
}
.content .item.right .information {
  float: right;
}
.feed {
  width: 300px;
  padding: 40px;
  float: left;
}
.feed .feed-title {
  font-size: 24px;
  font-family: "cronos-pro", sans-serif;
  color: #8bb422;
  margin-bottom: 25px;
}
.feed .feed-item .date {
  color: #999999;
  font-size: 11px;
  margin-bottom: 3px;
}
.feed .feed-heading a {
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-size: 14px;
  margin-bottom: 20px;
}
.more a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #8bb422;
}
.more a .arrow {
  font-size: 20px;
  vertical-align: middle;
  padding-right: 10px;
}
.clear {
  float: none;
  clear: both;
}
@media screen and (max-width: 750px) {
  #menu {
    display: none;
  }
  .content {
    width: 100% !important;
  }
  .feed {
    width: 90% !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #mobile-menu .sub-menu {
    width: 500% !important;
  }
  #search {
    top: 30px !important;
  }
  .mobile.sub-menu .main {
    width: 100%;
  }
  .mobile.sub-menu .icon {
    width: 12%;
  }
  
  .inner-content img {
    max-width: 100%;
	height:auto;
  }
  .authorr .image {
    height: 70vw !important;
  }
}
#mobile-menu .main {
  width: 100%;
}
#mobile-menu .main .icon {
  width: 20%;
}
#mobile-menu .main .sub-menu li a {
  padding: 0 20px;
}
#mobile-menu .main:hover li span:not(.icon) {
  display: none;
}
.lang-select .active-lang,
.dropdown .listitem {
  height: 30px;
  width: 70px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.lang-select .active-lang a,
.dropdown .listitem a {
  color: #fff;
  text-decoration: none;
}
.pictures {
  border: #f4f5e3 1px solid;
}
.slider {
  margin-top: 10px;
}
.slider .image {
  width: 100%;
  height: 160px;
  background: url(../../img/viiner.jpg) center no-repeat;
  background-size: contain;
}
.ean-info {
  padding: 20px;
  color: #999 !important;
}
.ean-info .title {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.ean-info ul {
  margin: 0;
  padding: 0 !important;
  margin-top: 5px;
  font-size: 12px;
}
.ean-info ul li {
  list-style: none;
  font-size: 12px !important;
}
.ean-info ul li:before {
  content: '' !important;
  margin: 0 !important;
  padding: 0 !important;
}
.pictures .arrows {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.btn {
  font-size: 10px !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #dce2ce;
  display: inline-block;
  text-align: center;
  background: #f4f5e3;
  cursor: pointer;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  margin-left: -5px;
}
.related.recipes {
  margin-top: -1px;
}
.related.recipes .image {
  margin: 10px 0px 5px 0px;
  height: 150px;
}
.btn:hover {
  color: #8bb422 !important;
  background: #fff;
}
.dropdown {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.lang-select .active-lang:hover {
  background: #8bb422;
}
.lang-select:hover .dropdown {
  height: 60px;
}
.lang-select:hover .dropdown span:hover {
  background: #8bb422;
}
.smallarrow {
  font-size: 8px;
  padding-left: 2px;
  vertical-align: middle;
}
#mobile-menu {
  display: none;
}
#mobile-menu .menu-cont {
  background: #f4f5e3 !important;
}
#mobile-menu .mobile-menu-inner {
  background: #0b3f17;
  height: 90px;
  text-align: center;
  line-height: 90px;
  position: relative;
}
#mobile-menu .mobile-menu-inner img {
  vertical-align: middle;
}
.menu-button {
  position: absolute;
  color: #fff;
  top: 0px;
  right: 20px;
  font-size: 30px;
  /* line-height: 105px; */
  vertical-align: middle;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  cursor: pointer;
}
.menu-button:hover {
  color: #8bb422;
}
.mobile-lang {
  top: 50%;
  margin-top: -20px;
  left: 20px;
  width: 60px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  position: absolute;
  height: 40px;
  z-index: 1000;
  line-height: 40px;
  font-size: 12px;
}
.mobile-lang .smallarrow {
  font-size: 10px;
}
.mobile-lang .active-lang {
  display: block;
  width: 60px;
  height: 40px;
}
.mobile-lang .dropdown,
.mobile-lang .dropdown .listitem {
  width: 60px;
  background: #093212;
}
.mobile-lang:hover .active-lang {
  background: #8bb422;
}
.mobile-lang:hover .dropdown {
  height: auto;
}
#mobile-menu .menu-cont.expanded {
  max-height: 1000px !important;
}
#mobile-menu .menu-cont {
  overflow: hidden;
  position: relative;
  max-height: 0px;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  background: #0b3f17;
}
#mobile-menu .menu-cont .main {
  overflow: hidden;
}
#mobile-menu .menu-cont .main li {
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  padding: 0px 20px !important;
  height: auto !important;
}
#mobile-menu .menu-cont .main li .sub-menu {
  position: absolute;
  left: 80px;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
#mobile-menu .menu-cont .main li .sub-menu li {
  padding: 0 !important;
  line-height: 40px !important;
  text-transform: uppercase;
  padding: 0;
}
#mobile-menu .menu-cont .main li .sub-menu li a {
  color: #0e6942;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  white-space: normal;
}
#mobile-menu .menu-cont .main li .sub-menu li:hover {
  background: #f4f5e3 !important;
  color: #0e6942 !important;
}
#mobile-menu .menu-cont li .icon {
  vertical-align: middle;
  line-height: 30px;
  display: inline-block;
}
#mobile-menu .menu-cont li.active {
  background: #f4f5e3;
}
#mobile-menu .menu-cont li.active .sub-menu {
  background: #f4f5e3;
}
#mobile-menu .menu-cont li.active a {
  color: #0e6942 !important;
}
#mobile-menu .menu-cont li.active .icon {
  vertical-align: middle;
  line-height: 30px;
  display: inline-block;
  color: #0e6942 !important;
}
#mobile-menu .menu-cont .main li.active .sub-menu {
  margin-bottom: 0px;
}
#mobile-menu .menu-cont .main li.active .sub-menu-cont .sub-menu {
  max-height: 500px;
}
.sub-menu-cont {
  background: #f4f5e3;
}
.main-head {
  height: 150px;
  width: 100%;
  display: table;
  position: relative;
  background-position: center !important;
}
.main-head h1 {
  margin: 0;
  color: #fff;
  font-family: "cronos-pro-display", sans-serif;
  font-weight: 400;
  font-size: 44px;
  display: table-cell;
  vertical-align: bottom;
  padding: 30px 35px;
  line-height: 44px;
}
#search {
  top: 30px;
  right: 40px;
  position: absolute;
}
#search input[type="text"] {
  width: 320px;
  height: 20px;
  font-family: "open-sans", sans-serif;
  padding: 5px 50px 5px 10px;
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
  /* color, h-offset, v-offset, blur, spread */
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
  /* inset is optional */
}
#search input[type="text"]:focus {
  outline: none;
}
#search button {
  background: none;
  margin-left: -35px;
  border: none;
  height: 32px;
  vertical-align: middle;
  line-height: 20px;
  /* padding-top: 30px; */
  font-size: 20px;
  padding: 0px;
  color: #0e6942;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
#search button:focus {
  outline: none;
}
.inner-content {
  padding: 40px 20px 20px 20px;
  overflow: auto;
}
.inner-content h2 {
  font-family: "cronos-pro-subhead", sans-serif;
  font-size: 36px;
  margin: 0 20px 20px 20px;
  color: #0b3f17;
  font-weight: 400;
}
.inner-content p {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 20px;
}
.authorr {
  background: #78af2d;
}
.authorr .toidutare {
  background: url(../../img/toidutare.png) no-repeat center;
  height: 80px;
  background-size: contain;
}
.authorr .image {
  height: 250px;
  background-size: cover;
  background-position: center;
}
.authorr ul {
  margin: 0;
  padding: 0px 25px 20px 30px !important;
  font-size: 12px;
  font-weight: 400;
}
.authorr ul li {
  list-style: none;
  color: rgba(255, 255, 255, 0.5);
}
.authorr ul li a {
  color: #fff;
  text-decoration: none;
}
.authorr ul li:first-child {
  padding-left: 4px;
}
.authorr ul li:before {
  content: "" !important;
}
.content-social {
  border-bottom: 1px solid #dce2ce;
  padding: 10px 25px;
  background: #f4f5e3;
  margin: 20px;
  font-size: 10px;
  font-weight: 600;
}
.content-social .share {
  padding: 7px;
  float: right;
  padding-right: 40px;
}
.content-social .share-buttons {
  float: right;
  font-size: 10px;
  text-transform: uppercase;
  color: #666;
}
.content-social .share-buttons a {
  color: #7f9a7d;
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.content-social .share-buttons a:hover .ico.icon-facebook {
  color: #3b5998 !important;
}
.content-social .share-buttons a:hover .ico.icon-twitter {
  color: #2aa9e0 !important;
}
.content-social .share-buttons a:hover .ico.icon-pinterest {
  color: #cb2027 !important;
}
.content-social .share-buttons .ico {
  vertical-align: middle;
  font-size: 25px;
  padding-left: 5px;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.content-social .send {
  color: #8bb422;
  text-transform: uppercase;
  float: left;
  padding-right: 40px;
}
.content-social .send a {
  color: #8bb422;
  text-decoration: none;
}
.content-social .send .ico {
  vertical-align: middle;
  font-size: 25px;
  padding-right: 5px;
}
.related {
  position: relative;
  padding: 25px;
  border: 1px solid #f4f5e3;
}
.related .title {
  font-size: 12px;
  font-weight: 600;
  color: #8bb422;
  text-transform: uppercase;
}
.related .name {
  font-size: 14px;
  color: #333;
  word-break: break-word;
}
.related .image {
  height: 190px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
.related .image .badge {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  right: -10px;
  position: absolute;
  top: -10px;
}
.related .image .badge.new {
  background-image: url(../../img/newbadge.png);
}
.related .image .badge.siga {
  background-image: url(../../img/siga-badge.png);
}
.related .image .badge.eesti {
  background-image: url(../../img/flag.png);
}
.badge.new {
  background-image: url(../../img/newbadge.png);
}
.badge.siga {
  background-image: url(../../img/siga-badge.png);
}
.badge.eesti {
  background-image: url(../../img/flag.png);
}
.badge-row {
  overflow: auto;
  margin-bottom: 20px;
}
.badges .badge {
  width: 40px;
  height: 40px;
  background-size: 40px;
  float: left;
  margin-right: 3px;
}
.badges .new {
  background-image: url(../../img/newbadge.png);
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 3px;
}
.badges .siga {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 3px;
  background-image: url(../../img/siga-badge.png);
}
.badges .eesti {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 3px;
  background-image: url(../../img/flag.png);
}
.third {
  width: 200px;
  margin: 0px 20px 20px 20px;
  float: left;
}
.fourth {
  width: 155px;
  min-height: 160px;
  margin: 0px 10px 20px 10px;
  float: left;
}
.load-more {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.load-more button {
  width: 140px;
  border: #dce2ce 1px solid;
  background: #fff;
  font-family: "open-sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #8bb422;
  padding: 10px 0px;
  cursor: pointer;
}
.load-more button:hover {
  width: 140px;
  border: #8bb422 1px solid;
  background: #8bb422;
  font-family: "open-sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 0px;
}
.filter-cont-top {
  padding-top: 30px !important;
}
.left-container {
  width: 390px;
  float: left;
  margin: 0 20px;
}
.left-container h2,
.big-cont h2 {
  margin-left: 0;
  margin-right: 0;
}
.left-container h3,
.big-cont h3 {
  font-family: "cronos-pro-subhead", sans-serif;
  color: #8bb422;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.left-container table,
.big-cont table {
  margin-bottom: 1em;
}
.left-container table td,
.big-cont table td {
  font-size: 14px;
  padding: 3px 15px 3px 0px;
}
.right-container {
  width: 250px;
  float: left;
  margin: 0 20px;
}
.ingredients {
  background: #f4f5e3;
  padding: 10px 20px 20px 20px;
  color: #333;
  margin-bottom: 10px;
}
.ingredients h3 {
  margin-top: 15px;
  margin-bottom: 20px;
}
.ingredients .title-info {
  font-size: 12px;
  border-bottom: dotted 5px #fff;
  padding: 0px 20px 5px 20px;
  margin: 0 -20px;
}
.ingredients .icon-time {
  vertical-align: middle;
  font-size: 15px;
  color: #8bb422;
  padding-right: 3px;
}
.ingredients .level {
  display: inline-block;
  float: right;
}
.ingredients table {
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.ingredients table tr td:first-child {
  width: 100px;
}
.filter-cont {
  border-bottom: 1px solid #dce2ce;
  height: 40px;
  line-height: 40px;
  margin: 0px 40px;
  position: relative;
}
.filter-cont .right {
  float: right;
  margin: 0;
  padding: 0;
}
.filter-cont .right .arrows {
  float: left;
  position: relative;
}
.filter-cont .right .link {
  display: none;
  float: left;
  position: absolute;
  right: 78px;
  background: #fff;
}
.filter-cont .right .small-image {
  width: 40px;
  height: 40px;
  background: url(../../img/small-image.png);
  display: inline-block;
  vertical-align: top;
}
.filter-cont .right .small-text {
  font-size: 10px;
  line-height: 12px;
  display: inline-block;
  height: 20px;
  padding: 10px 5px;
  vertical-align: top;
  width: 120px;
  text-transform: uppercase;
}
.filter-cont .right a {
  text-decoration: none;
  color: #0b3f17;
}
.filter-cont .right a span {
  padding: 0;
}
.filter-cont .right a:hover {
  color: #8bb422;
}
.filter-cont .right .arrow-right,
.filter-cont .right .arrow-left {
  border-left: 1px solid #dce2ce;
  border-right: 1px solid #dce2ce;
  display: inline-block;
  height: 40px;
  width: 38px;
  text-align: center;
  background: #f4f5e3;
}
.filter-cont .right .arrow-right:hover,
.filter-cont .right .arrow-left:hover {
  background: #fff;
}
.filter-cont .right .arrow-right {
  margin-left: -5px;
}
.filter-cont .back,
.filter-cont .back a {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  color: #8bb422;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  float: left;
}
.filter-cont .back a:hover {
  color: #0b3f17;
}
.filter-cont .list {
  float: right;
  margin: 0;
  padding: 0;
}
.filter-cont .list li {
  display: inline;
  list-style: none;
  padding: 9px 15px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #666;
  cursor: pointer;
}
.filter-cont .list li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #666;
}
.filter-cont .list li.active {
  border-bottom: 3px solid #8bb422;
}
.filter-cont .list li.active a {
  color: #333;
}
.filter-cont span {
  vertical-align: middle;
  font-size: 20px;
  padding-right: 5px;
}
.row {
  overflow: auto !important;
}
a {
  color: #0e6942;
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.time {
  font-size: 11px;
  margin-bottom: 8px;
  color: #999999;
  min-height: 16px;
}
.time span {
  vertical-align: middle;
  font-size: 10px;
}
.campaign-content img {
  width: 100%;
}
.campaign-content iframe {
  width: 100%;
}
.nutrition {
  margin-top: 30px;
  width: 100%;
  border-collapse: collapse;
  font-weight: 400;
}
.nutrition th {
  border-collapse: collapse;
  font-size: 14px;
  background: #7f9a7d;
  padding: 7px 10px;
  color: #fff;
  text-align: left;
  font-weight: 400;
}
.nutrition td {
  border-collapse: collapse;
  padding: 7px 10px;
  font-size: 12px;
}
.nutrition tr {
  border-collapse: collapse;
}
.nutrition tr td:last-child {
  text-align: right;
}
.nutrition tr:nth-child(2n+1) {
  background: #f4f5e3;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
  .badge.new {
    background-image: url(../../img/newbadge@2x.png) !important;
  }
  .badge.siga {
    background-image: url(../../img/siga-badge@2x.png) !important;
  }
  .badge.eesti {
    background-image: url(../../img/flag@2x.png) !important;
  }
  .badges .new {
    background-image: url(../../img/newbadge@2x.png);
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 5px;
    background-size: 40px;
  }
  .badges .siga {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 5px;
    background-image: url(../../img/siga-badge@2x.png);
    background-size: 40px;
  }
  .badges .eesti {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 5px;
    background-image: url(../../img/flag@2x.png);
    background-size: 40px;
  }
  .one-news {
    border: 1px solid #dce2ce;
    margin: 0 20px 20px 20px;
  }
  .one-news .news-image {
    height: 140px;
    background: url(../../img/placeholder@2x.png) #dce2ce center no-repeat;
    width: 200px;
    float: left;
  }
}
.meatschool .third .name {
  font-size: 16px !important;
}
.recipes-type .third a,
.recipes-type .fourth a {
  text-decoration: none;
  color: #000;
}
.recipes-type .third a:hover,
.recipes-type .fourth a:hover {
  color: #0b3f17;
}
.recipes-type .third .third .image:hover .inner-cont .inner-image,
.recipes-type .fourth .third .image:hover .inner-cont .inner-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.recipes-type .third .person .image:hover .inner-cont .inner-image,
.recipes-type .fourth .person .image:hover .inner-cont .inner-image {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.recipes-type .third .image,
.recipes-type .fourth .image {
  position: relative;
  height: 140px;
  background: #f4f5e3;
  background-position: center;
  background-size: cover;
}
.recipes-type .third .image .inner-cont,
.recipes-type .fourth .image .inner-cont {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.recipes-type .third .image .inner-cont .inner-image,
.recipes-type .fourth .image .inner-cont .inner-image {
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.recipes-type .third .image .badge,
.recipes-type .fourth .image .badge {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  right: -10px;
  position: absolute;
  top: -10px;
}
.recipes-type .third .image .badge.new,
.recipes-type .fourth .image .badge.new {
  background-image: url(../../img/newbadge.png);
}
.recipes-type .third .image .badge.siga,
.recipes-type .fourth .image .badge.siga {
  background-image: url(../../img/siga-badge.png);
}
.recipes-type .third .image .badge.eesti,
.recipes-type .fourth .image .badge.eesti {
  background-image: url(../../img/flag.png);
}
.recipes-type .third .name,
.recipes-type .fourth .name {
  margin-top: 10px;
  font-size: 14px;
}
.recipes-type .fourth .image {
  background: #fff;
  height: 110px;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  background-position: center;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.recipes-type .fourth .image:hover {
  border: 1px solid #f4f5e3 !important;
}
.big-cont {
  padding: 0px 20px;
}
.two-column {
  /*-webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;*/
}
.products {
  padding: 40px 30px 20px 30px;
}
.products h2 {
  margin: 0 10px 20px 10px;
}
.pork {
  float: right;
  overflow: visible;
}
.pork .pork-title {
  font-size: 8px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #0b3f17;
  font-weight: 600;
}
.pork .pork-image {
  width: 53px;
  height: 30px;
  background: url(../../img/schema.jpg) no-repeat;
  background-size: 53px 30px;
}
.inner-content ul {
  line-height: 20px;
  padding-left: 10px;
}
.inner-content ul li {
  font-size: 14px;
  list-style: none;
}
.inner-content ul li:before {
  content: '•';
  color: #8bb422;
  padding-right: 5px;
  margin-left: -10px;
}
.inner-content ol {
  line-height: 20px;
  padding-left: 25px;
}
.inner-content ol li {
  font-size: 14px;
}
.hided {
  display: none;
}
.add {
  cursor: pointer;
}
.search a {
  color: #000 !important;
}
.one-news {
  border: 1px solid #dce2ce;
  margin: 0 20px 20px 20px;
}
.one-news .news-image {
  height: 140px;
  background: url(../../img/placeholder.png) #dce2ce center no-repeat;
  width: 200px;
  float: left;
}
.one-news a {
  color: inherit;
}
.one-news .news-text {
  padding: 15px;
  float: left;
  height: 110px;
  width: 448px;
  line-height: 20px;
}
.one-news .news-text .date {
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
}
.one-news .news-text .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.one-news .news-text .cntxt {
  font-size: 14px;
}
.news .date {
  font-size: 12px;
  color: #999;
  margin-bottom: 20px;
}
.news .date span {
  color: #333;
}
.half-cont {
  margin: 0 -20px;
}
.halves {
  width: 44.4%;
  float: left;
  margin: 0 20px;
  margin-bottom: 20px;
}
.contact ul {
  padding: 0;
  margin: 0;
}
.contact ul li:before {
  content: '';
  margin-left: 0 !important;
  padding-right: 0 !important;
}
.form {
  background: #f4f5e3;
  padding: 20px;
}
.form h3 {
  margin: 10px 20px 0px 20px;
}
.form .half {
  margin: 0 20px 20px 20px;
  width: 43.7%;
  font-size: 14px;
  float: left;
}
.form .half .subheading {
  font-weight: 900;
  margin-top: 15px;
}
.form .half input[type="text"],
.form .half input[type="date"],
.form .half input[type="number"],
.form .half input[type="email"] {
  border: 1px solid #dce2ce;
  font-weight: 300;
  width: 94%;
  margin-top: 15px;
  height: 25px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "open-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.form .half input[type="radio"] {
  margin-right: 10px;
}
.form .half input[type="submit"] {
  margin-top: 20px;
  border: none;
  padding: 10px 20px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background: #8bb422;
  font-weight: 700;
  border: 1px solid #8bb422;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.form .half input[type="submit"]:focus {
  outline: none;
}
.form .half input[type="submit"]:hover {
  background: #fff;
  color: #8bb422;
  border: 1px solid #8bb422;
}
.form .add {
  margin-top: 15px;
  color: #8bb422;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 900;
}
.form .add span {
  font-size: 20px;
  vertical-align: middle;
  padding-right: 7px;
}
.form .small-sub {
  margin: 10px 0px;
  font-size: 12px;
  color: #666;
}
input:focus {
  outline: none;
  -webkit-box-shadow: #f1f1f1 0px 0px 3px 3px;
  -moz-box-shadow: #f1f1f1 0px 0px 3px 3px;
  box-shadow: #f1f1f1 0px 0px 3px 3px;
}
.inner-half {
  margin-bottom: 10px;
}
.button {
  margin-top: 10px;
  border: none;
  padding: 10px 0px;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background: #8bb422;
  font-weight: 700;
  border: 1px solid #8bb422;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.button:focus {
  outline: none;
}
.button:hover {
  background: #fff;
  color: #8bb422;
  border: 1px solid #8bb422;
}
.one {
  margin: 0 20px;
}
textarea {
  border: 1px solid #dce2ce;
  resize: none;
  padding: 5px;
  width: 98%;
  font-size: 14px;
  font-weight: 300;
  font-family: "open-sans", sans-serif;
}
textarea:focus {
  outline: none;
  -webkit-box-shadow: #f1f1f1 0px 0px 3px 3px;
  -moz-box-shadow: #f1f1f1 0px 0px 3px 3px;
  box-shadow: #f1f1f1 0px 0px 3px 3px;
}
.inf {
  font-size: 12px;
  font-weight: 300;
  color: #666;
  margin-bottom: 10px;
}
.person .names {
  font-size: 18px;
  font-weight: 900;
}
.person a {
  color: #0e6942 !important;
}
.person .line {
  border-bottom: 3px solid #8bb422;
  width: 30px;
  margin: 15px 0px;
}
.person ul {
  margin: 0;
  padding: 0;
}
.person ul li:first-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}
.person ul li {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.person ul li:before {
  margin: 0;
  padding: 0;
  content: '';
}
.results {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.search hr {
  border-color: #f4f5e3;
  border-style: solid;
}
.search .result {
  padding: 10px 0px;
}
.search .result .breadcrumbs {
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
}
.search .result .title {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 5px;
}
.search .result .cntx {
  font-size: 14px;
}
.li {
  background: #fff;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.lingid {
  background: #fff;
  position: absolute;
  right: 0;
  top: 22px;
  padding: 10px;
  display: none;
  z-index: 10000000;
}
.show-800 {
  display: none;
}
.lingid a {
  display: block;
  color: blue;
}
*:focus {
  outline: none;
}
.social-media {
  background: #093212;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 240px;
  text-align: center;
  color: #53705a;
  font-size: 30px;
  padding: 5px 0px;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  /* easeInOutQuad */
}
.social-media a {
  color: #53705a;
  padding: 0 10px;
}
.social-media a:hover {
  color: #eaeddb;
}
.social-media span {
  vertical-align: middle;
}
.social-media.small {
  width: 60px !important;
  padding: 5px !important;
}
.arrow-lefts {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #f4f5e3;
  position: absolute;
  right: 0px;
  top: 20px;
}
.arrow-rights {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f4f5e3;
  position: absolute;
  left: 0px;
  top: 20px;
}
#mixincont .mix {
  /*display: none;*/
}
.menu-cont.mobile .social-media {
  display: block;
  position: relative;
  width: 100%;
}
.link {
  display: none;
}
.page-conten {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 20px;
}
.page-numbers,
.page-cont-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  color: #8bb422;
  border: 1px solid #8bb422;
  line-height: 25px;
  text-align: center;
  font-weight: 900;
  font-size: 12px;
  margin: 0 5px;
}
.page-numbers:hover,
.page-numbers.current {
  background: #8bb422;
  color: #fff;
}
.inner {
  display: inline;
}
.icon-plain-arrow-right,
.icon-plain-arrow-left {
  line-height: 24px;
}
input[type='text'],
input[type='number'],
input[type='email'],
textarea {
  font-size: 16px !important;
}
@media screen and (max-width: 1000px) {
  .social-media.small {
    width: 6.3% !important;
    padding: 10px !important;
  }
  .third {
    width: 40% !important;
    margin: 0 5% 20px 5% !important;
  }
  .products {
    padding: 40px 5% 20px 5% !important;
  }
  .fourth {
    width: 29% !important;
    margin: 0 2% 20px 2% !important;
  }
  .feed {
    width: 40%;
    padding: 40px 5%;
  }
  .logo-cont {
    width: 100% !important;
  }
  .container {
    width: 100%;
  }
  .content {
    width: 70%;
  }
  #menu {
    width: 30%;
  }
  .item {
    width: 100% !important;
  }
  .item .image {
    width: 50% !important;
  }
  .item .information {
    padding-left: 5% !important;
    padding-right: 5% !important;
    width: 40% !important;
  }
  .item.left:nth-child(2n) .image {
    float: right;
  }
  .item.left:nth-child(2n) .image .arrow-rights {
    width: 0;
    height: 0;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    border-left: 0px !important;
    border-right: 10px solid #f4f5e3 !important;
    position: absolute;
    right: 0px !important;
    left: auto !important;
    top: 20px;
  }
  .item.left:nth-child(2n) .image .arrow-lefts {
    width: 0;
    height: 0;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    border-right: 0px !important;
    border-left: 10px solid #f4f5e3 !important;
    position: absolute;
    left: 0px !important;
    right: auto !important;
    top: 20px;
  }
  .item.left:nth-child(2n) .information {
    float: right;
  }
  .item.right:nth-child(2n-1) .image {
    float: left;
  }
  .item.right:nth-child(2n-1) .image .arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    border-left: 0px !important;
    border-right: 10px solid #f4f5e3 !important;
    position: absolute;
    right: 0px !important;
    left: auto !important;
    top: 20px;
  }
  .item.right:nth-child(2n-1) .image .arrow-left {
    width: 0;
    height: 0;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    border-right: 0px !important;
    border-left: 10px solid #f4f5e3 !important;
    position: absolute;
    left: 0px !important;
    right: auto !important;
    top: 20px;
  }
  .item.right:nth-child(2n-1) .information {
    float: left;
  }
  .item.right:nth-child(2n) .image .arrow-rights {
    width: 0;
    height: 0;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    border-right: 0px !important;
    border-left: 10px solid #f4f5e3 !important;
    position: absolute;
    left: 0px !important;
    right: auto !important;
    top: 20px;
  }
  .item.right:nth-child(2n) .image .arrow-lefts {
    width: 0;
    height: 0;
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
    border-left: 0px !important;
    border-right: 10px solid #f4f5e3 !important;
    position: absolute;
    right: 0px !important;
    left: auto !important;
    top: 20px;
  }
  .left-container {
    width: 60% !important;
    margin: 0 2% !important;
  }
  .right-container {
    width: 32% !important;
    margin: 0 2% !important;
  }
  .menu-cont ul.sub-menu {
    width: 100% !important;
  }
  .menu-cont {
    /*ul.main:hover{
				width:25% !important;
				li{
					padding:0px 20%;
					a span.text{
						opacity:0;
					}
				}
				li.active{
					background:@greenish;
					.icon{
						color:@other-green;
					}
				}
			}*/
  }
  .menu-cont .icon {
    margin-right: 0px;
    width: 25%;
  }
  .menu-cont ul.main:hover .icon {
    /*width:100%;*/
  }
  .menu-cont ul.sub-menu {
    width: 80% !important;
  }
  .content-social {
    margin: 20px 20px !important;
  }
  .filter-cont {
    margin: 0 30px !important;
  }
  .one-news {
    margin: 0px 2% 20px 2% !important;
  }
  .one-news .news-image {
    width: 100% !important;
  }
  .one-news .news-text {
    height: auto !important;
    width: auto !important;
  }
  .form .half {
    margin: 0 3% 20px 3% !important;
    width: 44% !important;
  }
  .one {
    margin: 0 3% !important;
  }
  .halves {
    width: 46% !important;
    margin: 0 2% !important;
  }
  .social-media {
    width: 30% !important;
  }
  .social-media.small {
    width: 6% !important;
    padding: 10px !important;
  }
  .half-cont {
    margin: 0 -10px !important;
    margin-bottom: 20px !important;
  }
}
.menu-cont ul.main li:hover a {
  color: #000;
}
@media screen and (max-width: 750px) {
  .left-container,
  .right-container {
    width: 96% !important;
  }
  .hide-800 {
    display: none;
  }
  .show-800 {
    display: block;
  }
  #mobile-menu {
    display: block !important;
  }
  #mobile-menu .sub-menu {
    width: 500% !important;
  }
}
@media screen and (max-width: 700px) {
  .share,
  .send,
  .share-buttons {
    width: 50%;
    float: left !important;
    text-align: center;
    padding: 0 !important;
  }
  .share {
    margin: 0px -7px;
    padding: 7px !important;
  }
  .fourth {
    width: 46% !important;
    margin: 0 2% 20px 2% !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #mobile-menu .sub-menu {
    width: 500% !important;
  }
}
@media screen and (max-width: 600px) {
  .big-cont {
    padding: 0px 2% !important;
  }
  .inner-content h2 {
    margin: 0 2%  10px 2% !important;
  }
  .inner-content img {
    width: 100% !important;
  }
  .content-social {
    margin: 20px 2% !important;
  }
  .halves {
    width: 92% !important;
    margin: 0 4% !important;
    margin-bottom: 20px !important;
  }
  .front-items .item .image {
    background-size: cover !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #mobile-menu .sub-menu {
    width: 500% !important;
  }
}
@media screen and (max-width: 500px) {
  .subheading.second-one {
    margin-top: -50px !important;
  }
  .third {
    width: 90% !important;
  }
  .share,
  .send,
  .share-buttons {
    width: 100%;
    float: left !important;
    text-align: left;
    padding: 0 !important;
  }
  .share {
    margin: 0px -7px;
    padding: 7px !important;
  }
  #mobile-menu {
    display: block !important;
  }
  #mobile-menu .sub-menu {
    width: 500% !important;
  }
  .recipes-type .third .image,
  .recipes-type .fourth .image {
    height: 60vw !important;
  }
  #mobile-menu .menu-cont .main li {
    /*.sub-menu{
						-webkit-column-count: 2;
						   -moz-column-count: 2;
								column-count: 2; 
					}*/
  }
  .form .half {
    margin: 0 3% 20px 3% !important;
    width: 96% !important;
  }
  .one {
    margin: 0 3% !important;
  }
}
.one img {
  width: auto !important;
}
.load-more button img {
  width: auto !important;
}
.btn.btn-default{
	width: 90%;
    margin: 0px;
    padding: 5px 5%;
    background: #8bb422;
    font-size: 16px !important;
    color: #fff;
}