/* Compiled Less CSS File */
/* Generated from "template.css" */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/* Helpers --------------------------------- */
.wrapper {
  width: 1024px;
  margin: 0 auto;
}
#left-column {
  float: left;
}
#right-column {
  float: left;
}
#inner-left-column {
  float: left;
}
#inner-right-column {
  float: left;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.no-padding {
  padding: 0!important;
}
.no-margin {
  margin: 0!important;
}
.invisible {
  visibility: hidden;
}
.hide-this {
  display: none !important;
  visibility: hidden;
}
.display-none {
  display: none;
}
.list-style {
  list-style: none;
}
.box-sizing {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.stuck {
  position: fixed;
  top: 0;
  z-index: 10000;
}
.horizontal-list li {
  float: left;
  list-style: none;
}
.vertical-list li {
  list-style: none;
}
.icon-links {
  padding-left: 28px !important;
}
.icon-items {
  padding-left: 24px;
}
.common-shadow {
  box-shadow: 0 0 3px #cecece;
  -moz-box-shadow: 0 0 3px #cecece;
  -webkit-box-shadow: 0 0 3px #cecece;
}
.no-border {
  border: none;
}
.no-shadow {
  box-shadow: 0 0 0 #c2c2c2;
  -moz-box-shadow: 0 0 0 #c2c2c2;
  -webkit-box-shadow: 0 0 0 #c2c2c2;
}
.box {
  background: #fff;
  box-shadow: 0 0 3px #cecece;
  -moz-box-shadow: 0 0 3px #cecece;
  -webkit-box-shadow: 0 0 3px #cecece;
  padding: 20px 24px 15px 22px;
  margin-bottom: 13px;
}
#left-column .box {
  width: 74%;
}
.block-title {
  padding-bottom: 23px;
}
.link {
  color: #89b4cc !important;
}
.button-link {
  color: #89b4cc;
  background: none;
  display: inline;
  padding: 0;
  border: none;
}
.button-link:hover {
  text-decoration: underline;
}
.btn-inline {
  display: inline-block !important;
}
.button-image-link {
  color: #89b4cc;
  background: none;
  padding-left: 28px;
  display: inline-block;
  border: none;
}
.button-image-link:hover {
  text-decoration: underline;
}
textarea.disabled {
  background: #EDEAEA  ;
  opacity: 0.6;
}
.no-underline {
  text-decoration: none;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.form-cont {
  position: relative;
}
.block {
  display: block !important;
}
.opacity-hover {
  opcatiy: 0.6;
}
.opacity-hover:hover {
  opacity: 1;
}
.two-columns #left-column {
  width: 285px;
  padding: 30px 0 0;
}
.two-columns #right-column {
  width: 730px;
  padding: 30px 0 0;
}
.three-columns #left-column {
  width: 24%;
  padding: 30px 0 0;
}
.three-columns #left-column #summary-details {
  width: 90%;
}
.three-columns #right-column {
  padding: 30px 0 0;
  width: 76%;
}
.three-columns #right-column #inner-left-column {
  width: 68%;
}
.three-columns #right-column #inner-left-column .inner-left-container {
  width: 97%;
}
.three-columns #right-column #inner-right-column {
  width: 32%;
}
.three-columns #right-column #status-updates .status-item {
  float: right;
  width: 85%;
  position: relative;
}
.three-columns #right-column #status-updates .status-item:after {
  right: 100%;
  top: 35px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 12px;
  margin-top: -12px;
}
.single-column #single-column {
  padding: 30px 0 0;
}
.Zebra_DatePicker_Icon_Wrapper button.Zebra_DatePicker_Icon {
  background: url(../images/calendar-icon.png) no-repeat left top;
  width: 17px;
  height: 17px;
  left: 91% !important;
  top: 20% !important;
}
.transition-fix {
  backface-visibility: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
/* File ../helpers/animate.less does not exists! */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  font-style: inherit;
  font-family: inherit;
}
* {
  outline: none;
}
.clear {
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2px;
}
a {
  /*color:@color-default-font;*/

  color: #a09393;
  text-decoration: none;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  -webkit-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
  backface-visibility: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
a img {
  border: none;
}
body {
  position: relative;
}
img {
  max-width: 100%;
}
.wrapper {
  width: 1100px;
  margin: 0 auto;
}
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #1e1d1d;
}
/* headings */
h1 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
h2 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 23px;
  font-weight: 600;
  color: #615e5e;
}
h3 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #000000;
}
h4 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #3e4547;
}
h5 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #3e4547;
}
p {
  padding: 0 0 25px;
  line-height: 35px;
  margin: 0;
}
/* buttons */
.button {
  padding: 12px 82px 12px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 8px;
}
.button:hover {
  color: #fff;
  background: #98cd45;
}
.button.btn-green {
  background: #67951f;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  backface-visibility: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  border: none;
  color: #fff;
  padding: 12px 42px 12px;
}
.button.btn-green:hover {
  background: #78ae24;
}
.button.btn-grey {
  background: #5f5b5b;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  backface-visibility: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  border: none;
  color: #fff;
  padding: 8px 22px;
}
.button.btn-grey:hover {
  background: #403e3e;
}
.button.btn-ppink {
  background: #ec008c;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  backface-visibility: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  border: none;
  color: #fff;
  padding: 8px 22px;
}
.button.btn-ppink:hover {
  background: #c80177;
}
.btn-prev-button {
  background-image: url(../images/arrow-icon.png) !important;
  background-repeat: no-repeat !important;
  background-position: 17px -57px !important;
  padding-left: 50px !important;
}
.btn-next-button {
  background-image: url(../images/arrow-icon.png) !important;
  background-repeat: no-repeat !important;
  background-position: 89% 13px !important;
  padding-right: 50px !important;
}
.textbox {
  display: block;
  padding: 13px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  border: 1px solid #e3dede;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4f4f4f;
  border-radius: 8px 8px;
}
.textarea {
  display: block;
  padding: 13px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  border: 1px solid #e3dede;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4f4f4f;
  border-radius: 8px 8px;
}
.left-col {
  width: 26.3%;
  float: left;
}
.two-col .left-col {
  width: 50%;
  float: left;
}
.two-col .right-col {
  width: 50%;
  float: left;
}
.module-title {
  text-align: center;
  padding-bottom: 55px;
}
.module-title h3 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #000000;
}
.module-title .title-slogan {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #000000;
}
.white-popup {
  position: relative;
  padding: 0;
  background: #fff;
  width: auto;
  max-width: 875px;
  margin: 80px auto 0;
  min-height: 200px;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background-color: #fff;
  /* change if the mask should have another color then white */

  z-index: 99;
  /* makes sure it stays on top */

}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: 100001;
  left: 50%;
  /* centers the loading animation horizontally one the screen */

  top: 50%;
  /* centers the loading animation vertically one the screen */

  background-image: url(../images/loading.gif);
  /* path to your loading animation */

  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */

}
div.selectBox {
  position: relative;
  display: inline-block;
  cursor: default;
  text-align: left;
  line-height: 30px;
  clear: both;
  color: #888;
  cursor: pointer;
}
span.selected {
  /*width:167px;*/

  border: 2px solid #fff;
  display: block;
  border-radius: 50px;
  background: none;
  overflow: hidden;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
span.selectArrow {
  cursor: pointer;
  width: 19px;
  height: 13px;
  font-size: 20px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
span.selectArrow {
  position: relative;
  float: left;
  height: 17px;
  z-index: 1;
  width: 19px;
  display: block;
  top: 18px;
  left: 15px;
  background: url(../images/arrow.png) no-repeat left top;
}
span.selected {
  position: relative;
  float: left;
  padding: 10px 0 1px 0;
  color: #fff;
  text-align: center;
  height: 40px;
  z-index: 1;
  width: 50px;
  display: block;
}
div.selectOptions {
  position: absolute;
  top: 58px;
  left: 0;
  width: 198px;
  border: 1px solid #ccc;
  overflow: hidden;
  background: #f6f6f6;
  padding-top: 2px;
  display: none;
}
span.selectOption {
  display: block;
  width: 80%;
  line-height: 20px;
  padding: 5px 10%;
  font-size: 16px;
}
span.selectOption:hover {
  color: #f6f6f6;
  background: #4096ee;
}
@media (max-width: 768px) {
  .white-popup {
    max-width: 95%;
  }
  #mtj-products .mfp-close,
  #mtj-recipe .mfp-close {
    left: 0;
    top: -58px;
  }
}
/* Init ------------------------------------ */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Fonts */
/* colors */
/*#content ul {
	padding: 0 0 30px 40px;
}
#content ul li {
	padding:0 0 11px 5px;
	line-height:25px;
}*/
/* common */
.no-repeat {
  background-repeat: no-repeat;
}
.b-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.b-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inline-block {
  display: inline-block;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
@media (max-width: 768px) {
  #main-container .wrapper {
    width: 90%;
  }
}
@media (max-width: 680px) {
  #main-container .wrapper {
    width: 90%;
  }
  #main-container .left-col {
    width: 100% !important;
    float: none;
  }
  #main-container .right-col {
    width: 100% !important;
    float: none;
  }
}
/* Layouts --------------------------------- */
body {
  padding-top: 0 !important;
}
@media (max-width: 768px) {
  
}
@media (max-width: 680px) {
  
}
@media (max-width: 480px) {
  
}
#contact {
  background: url(../images/leaf-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 80px 0 0;
  color: #fff;
}
#contact .error {
  display: inline-block;
  padding: 0;
  position: relative;
  top: -18px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #f6c04b;
}
#contact .module-title h3 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
#contact .module-title .title-slogan {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
#contact .contact-form {
  padding-top: 48px;
}
#contact .contact-form .contact-item {
  width: 33.33%;
  text-align: left;
  float: left;
}
#contact .contact-form .contact-item .txtContact {
  width: 95%;
  margin-bottom: 20px;
}
#contact .contact-form .contacttxt-item {
  width: 100%;
}
#contact .contact-form .contacttxt-item .txtareaCotact {
  width: 98%;
  height: 200px;
  margin-bottom: 30px;
}
#contact .contact-form .btn-submit {
  background: url(../images/btn-submit.png) no-repeat left top;
  width: 228px;
  height: 57px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  border: none;
  padding: 11px 35px;
}
#contact #newsletter {
  background: #0f0f0f ;
}
#contact #newsletter .txtNewsletter {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #c8c8c8;
  background: url(../images/newsletter-icon.jpg) no-repeat right center;
  border: none;
  width: 100%;
  text-tranform: uppercase;
  padding: 25px 0;
}
#contact #contact-details {
  background: #090909;
  padding-bottom: 46px;
}
#contact #contact-details .contact-item {
  margin: 48px 0;
  background: url(../images/footer-icons.jpg) no-repeat left top;
  float: left;
  line-height: 27px;
  width: 33.33%;
  height: 57px;
  position: relative;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #a7a7a7;
}
#contact #contact-details .contact-item.fmail {
  background-position: 19px 0;
}
#contact #contact-details .contact-item.fphone {
  background-position: 19px center;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 19px;
  font-weight: 300;
  color: #a7a7a7;
  line-height: 32px;
}
#contact #contact-details .contact-item.femail {
  background-position: 19px bottom;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 19px;
  font-weight: 300;
  color: #a7a7a7;
  line-height: 32px;
}
#contact #contact-details .contact-item.femail a:hover {
  color: #58b432;
}
#contact #contact-details .contact-item .contact-item-inner {
  padding-left: 83px;
}
#contact #contact-details .phone-link {
  display: none;
}
#contact #map {
  width: 100%;
  height: 300px;
}
#contact #message {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #78bc48;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  #contact #contact-details .contact-item.fmail {
    font-size: 15px;
  }
  #contact #contact-details .contact-item.fmail br {
    display: none;
  }
  #contact #contact-details .contact-item.femail {
    font-size: 16px;
  }
  #contact #contact-details .contact-item.fphone {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #contact .module-title h3 {
    font-size: 35px;
  }
  #contact .module-title .title-slogan {
    font-size: 16px;
  }
  #contact .contact-form {
    width: 95%;
    margin: 0 auto;
  }
  #contact #newsletter .txtNewsletter {
    text-align: center;
  }
  #contact #contact-details {
    padding-bottom: 10px;
  }
  #contact #contact-details .contact-item {
    font-size: 14px;
    width: 30.33%;
  }
  #contact #contact-details .contact-item br {
    display: none;
  }
  #contact #contact-details .contact-item .contact-item-inner {
    padding-left: 64px;
  }
  #contact #contact-details .contact-item.fphone {
    font-size: 15px;
  }
  #contact #contact-details .contact-item.femail {
    font-size: 15px;
  }
}
@media (max-width: 680px) {
  #contact .contact-form .contact-item {
    width: 100%;
  }
  #contact .contact-form .contact-item .txtContact {
    width: 100%;
  }
  #contact .contact-form .contacttxt-item .txtareaCotact {
    width: 100%;
  }
  #contact #contact-details .phone-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #contact #contact-details .contact-item.fmail {
    width: 70%;
  }
  #contact #contact-details .contact-item.fphone {
    width: 15%;
  }
  #contact #contact-details .contact-item.fphone span {
    display: none;
  }
  #contact #contact-details .contact-item.femail {
    width: 15%;
  }
  #contact #contact-details .contact-item.femail span {
    display: none;
  }
}
@media (max-width: 480px) {
  #contact {
    padding-top: 50px;
  }
  #contact #newsletter .txtNewsletter {
    font-size: 12px;
    background-image: none;
  }
  #contact .module-title h3 {
    font-size: 23px;
    padding-bottom: 30px;
  }
  #contact .module-title .title-slogan {
    font-size: 15px;
  }
  #contact #contact-details .contact-item {
    margin-bottom: 0;
  }
  #contact #contact-details .contact-item.fmail {
    width: 100%;
  }
  #contact #contact-details .contact-item.fphone {
    width: 50%;
    background-position: 74px center;
    margin-top: 20px;
  }
  #contact #contact-details .contact-item.fphone span {
    display: none;
  }
  #contact #contact-details .contact-item.femail {
    width: 50%;
    background-position: 74px bottom;
    margin-top: 20px;
  }
  #contact #contact-details .contact-item.femail span {
    display: none;
  }
}
#jackfruit-team {
  background: url(../images/leaf-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 72px 0 65px;
}
#jackfruit-team h3 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 45px;
  font-weight: 600;
  color: #ffffff;
}
#jackfruit-team .mjt-members .mjt-member {
  text-align: center;
  width: 33.33%;
  float: left;
  color: #fff;
  height: 520px;
  padding-bottom: 65px;
}
#jackfruit-team .mjt-members .mjt-member.below-member {
  min-height: 370px;
  padding-bottom: 0;
  height: auto !important;
}
#jackfruit-team .mjt-members .mjt-member .mjt-m-avatar {
  position: relative;
}
#jackfruit-team .mjt-members .mjt-member .mjt-m-avatar img {
  border-radius: 140px 140px;
}
#jackfruit-team .mjt-members .mjt-member .mjt-m-avatar .in {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -17px;
}
#jackfruit-team .mjt-members .mjt-member .mjt-member-inner {
  width: 300px;
}
#jackfruit-team .mjt-members .mjt-member .mjt-name {
  padding: 15px 0 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
#jackfruit-team .mjt-members .mjt-member .mjt-title {
  padding-bottom: 15px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
#jackfruit-team .mjt-members .mjt-member .mjt-edu {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 18px;
}
#jackfruit-team .mjt-members .mjt-member .mjt-desc {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  line-height: 23px;
}
@media (max-width: 768px) {
  #main-container #jackfruit-team h3 {
    font-size: 39px;
  }
  #main-container #jackfruit-team .mjt-members .mjt-member .mjt-member-inner {
    width: 85%;
    margin: 0 auto;
  }
  #main-container #jackfruit-team .mjt-members .mjt-member .mjt-name {
    font-size: 17px;
  }
  #main-container #jackfruit-team .mjt-members .mjt-member .mjt-title {
    font-size: 12px;
  }
  #main-container #jackfruit-team .mjt-members .mjt-member .mjt-desc {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (max-width: 680px) {
  #main-container #jackfruit-team h3 {
    font-size: 38px;
    line-height: 48px;
    margin: 0 auto;
    text-align: center;
    width: 368px;
  }
  #main-container #jackfruit-team .mjt-members .mjt-member {
    width: 50%;
    padding-bottom: 0;
  }
  #main-container #jackfruit-team .mjt-members .mjt-member.below-member {
    min-height: 521px !important;
  }
}
@media (max-width: 480px) {
  #container #main-container #jackfruit-team h3 {
    width: 90%;
  }
  #container #main-container #jackfruit-team .owl-theme .owl-controls .owl-page span {
    width: 33px;
  }
  #container #main-container #jackfruit-team .mjt-members .mjt-member {
    width: 100%;
  }
  #container #main-container #jackfruit-team .mjt-members .mjt-member.below-member {
    min-height: auto !important;
  }
}
#superfood {
  background: url(../images/superfood-bg.jpg) center top;
  backgorund-size: cover;
  padding: 93px 0 70px;
  position: relative;
}
#superfood .sp-left {
  background: url(../images/superfood-left-bg.png) no-repeat left top;
  width: 379px;
  height: 365px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
#superfood .sp-right {
  background: url(../images/superfood-rightbg.png) no-repeat left top;
  width: 379px;
  height: 606px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
#superfood p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  width: 800px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 100;
}
#superfood .module-title {
  position: relative;
  z-index: 100;
  padding-bottom: 36px;
}
#superfood .module-title h3 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 47px;
  font-weight: 600;
  color: #29a011;
  text-transform: uppercase;
  padding-bottom: 27px;
}
#superfood .module-title .title-slogan {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 29px;
  font-weight: 600;
  color: #000000;
}
#superfood .superfood-items {
  position: relative;
  z-index: 100;
  text-align: center;
}
#superfood .superfood-items .superfood-item {
  opacity: 0.7;
  text-align: center;
  padding-top: 48px;
  width: 22%;
  display: inline-block;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  backface-visibility: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
#superfood .superfood-items .superfood-item:hover {
  opacity: 1;
}
#superfood .superfood-items .superfood-item .s-i-img {
  padding-bottom: 25px;
}
#superfood .superfood-items .superfood-item .s-i-img img {
  border-radius: 110px;
}
#superfood .superfood-items .superfood-item .s-i-title {
  color: #224a01;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 768px) {
  #superfood .module-title .title-slogan {
    font-size: 24px;
    padding: 0 50px;
  }
  #superfood .module-title .title-slogan br {
    display: none;
  }
  #superfood .sp-left {
    background-size: 266px;
  }
  #superfood .sp-right {
    background-size: 250px;
    background-position: right top;
  }
  #superfood p {
    width: 90%;
    font-size: 16px;
  }
  #superfood .superfood-items .superfood-item {
    width: 28.33%;
  }
  #superfood .superfood-items .superfood-item a {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  #superfood .superfood-items .superfood-item .s-i-title {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  #superfood .module-title h3 {
    font-size: 40px;
  }
  #superfood .module-title .title-slogan {
    width: 65%;
    margin: 0 auto;
  }
  #superfood .module-title p {
    width: 79%;
  }
  #superfood .superfood-items .superfood-item {
    width: 49%;
  }
}
@media (max-width: 480px) {
  #superfood .sp-left {
    background-position: -80px top;
    width: 50%;
  }
  #superfood .sp-right {
    background-position: 180px top;
    width: 50%;
  }
  #superfood .module-title h3 {
    font-size: 32px;
  }
  #superfood .module-title .title-slogan {
    width: 85%;
    padding: 0 16px;
    font-size: 23px;
  }
}
#online-shop {
  padding: 100px 0;
  position: relative;
  background: url(../images/ecom-bottom-bg.jpg) repeat-x center bottom;
}
#online-shop .label-comingsoon {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 15px;
  font-weight: 200;
  color: #000000;
  padding-top: 23px;
}
#online-shop .module-title {
  padding-bottom: 0;
}
#online-shop .module-title h3 {
  text-transform: uppercase;
}
#online-shop .chart-keys {
  position: absolute;
  left: 40px;
  z-index: 1000;
  top: 82px;
  opacity: 0.5;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  backface-visibility: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
#online-shop .chart-keys:hover {
  opacity: 1;
}
#online-shop .chart-keys h6 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#online-shop .chart-keys .chart-items li {
  display: block;
}
#online-shop .chart-keys .chart-items li:hover {
  width: 180px;
  opacity: 1;
}
#online-shop .product-item {
  padding-top: 50px;
  float: left;
  width: 25%;
  text-align: center;
}
#online-shop .product-item .p-title {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 18px;
  margin-bottom: 20px;
  background: url(../images/chart-sep.jpg) no-repeat center bottom;
}
#online-shop .product-item .chart-items li {
  display: inline-block;
  width: 30px;
  height: 30px;
  opacity: 1;
}
#online-shop .product-item .chart-items span {
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 31px;
}
#online-shop #online-store {
  padding-top: 150px;
}
#online-shop #online-store .module-title {
  border-top: 1px solid #e6dee6;
}
#online-shop #online-store .module-title .online-store-icon {
  margin: -46px 0 0;
}
#online-shop #online-store .module-title p {
  padding-top: 64px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #2f2f2f;
  width: 80%;
  line-height: 28px;
  margin: 0 auto;
  padding-bottom: 63px;
}
#online-shop #online-store .ecom-logos .ecom-item {
  width: 25%;
  float: left;
  text-align: center;
}
#online-shop #online-store .ecom-logos .ecom-item img {
  max-width: 90%;
}
.chart-items li {
  color: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
  width: 40px;
  overflow: hidden;
  height: 40px;
  opacity: 0.5;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  backface-visibility: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.chart-items li.dairy-free-cont {
  background: #e63518;
}
.chart-items li.non-gmo-cont {
  background: #f0de0e;
}
.chart-items li.no-gluten-cont {
  background: #67357e;
}
.chart-items li.organic-certified-cont {
  background: #226a22;
}
.chart-items li.vegane-cont {
  background: #2e90d1;
}
.chart-items li.vegitarian-cont {
  background: #20c918;
}
.chart-items li.wheat-free-cont {
  background: #a98b1e;
}
.chart-items li label {
  display: inline-block;
  padding: 0 10px 0 10px;
  line-height: 15px;
  margin-top: -2px;
  position: relative;
  top: -2px;
  text-transform: uppercase;
}
.chart-items li span {
  width: 40px;
  height: 42px;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}
.chart-items li span.dairy-free {
  background: #ef3b1d;
}
.chart-items li span.non-gmo {
  background: #ffec0d;
}
.chart-items li span.no-gluten {
  background: #753e8e;
}
.chart-items li span.organic-certified {
  background: #277727;
}
.chart-items li span.vegan {
  background: #34a0e8;
}
.chart-items li span.vegitarian {
  background: #25ec1c;
}
.chart-items li span.wheat-free {
  background: #be9c20;
}
@media (max-width: 768px) {
  #online-shop .product-item a {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  #online-shop .product-item .p-title {
    font-size: 15px;
  }
  #online-shop #online-store {
    padding-top: 100px;
  }
  #online-shop #online-store .module-title p {
    font-size: 19px;
    padding: 36px 20px 20px;
  }
}
@media (max-width: 680px) {
  #online-shop {
    padding-bottom: 60px;
  }
  #online-shop .product-item {
    width: 50%;
  }
  #online-shop .chart-keys {
    left: 0;
    top: 60px;
    width: 35px;
  }
  #online-shop .chart-keys .chart-title-bg {
    position: relative;
  }
  #online-shop .chart-keys .chart-title-bg h6 {
    width: 38px;
    height: 132px;
    background: url(../images/title-chartkeys.png) no-repeat 0px 8px;
  }
  #online-shop .chart-keys .chart-title-bg .title-inner {
    display: none;
  }
  #online-shop #online-store .ecom-logos .ecom-item {
    width: 50%;
    padding-bottom: 25px;
  }
  #online-shop #online-store .module-title p {
    width: 90%;
    font-size: 18px;
    line-height: 31px;
    font-weight: 300;
    padding: 26px 20px 40px;
  }
  #online-shop #online-store .module-title .online-store-icon {
    margin-top: -31px;
  }
  #online-shop #online-store .module-title .online-store-icon img {
    width: 10%;
  }
  .chart-items li {
    font-size: 12px;
    width: 35px;
    height: 35px;
  }
  .chart-items li span {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .chart-items li {
    font-size: 12px;
    width: 35px;
    height: 35px;
  }
  .chart-items li span {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  #online-shop .chart-keys {
    left: 0;
    top: 60px;
    width: 35px;
  }
  #online-shop .chart-keys .chart-title-bg {
    position: relative;
  }
  #online-shop .chart-keys .chart-title-bg h6 {
    width: 38px;
    height: 132px;
    background: url(../images/title-chartkeys.png) no-repeat 0px 8px;
  }
  #online-shop .chart-keys .chart-title-bg .title-inner {
    display: none;
  }
}
#wholesale {
  background: #67951f;
  text-align: center;
  color: #fff;
  padding-bottom: 46px;
}
#wholesale .wholesales-icon {
  width: 117px;
  margin: -62px auto 0;
  background: #67951f;
  position: relative;
  z-index: 100;
  border-radius: 100px;
  padding: 8px;
}
#wholesale h4 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 33px;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 10px;
}
#wholesale .w-slogan {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 20px;
}
#wholesale .w-grass {
  background: url(../images/grass-top.png) repeat-x left top;
  height: 31px;
  width: 100%;
  position: relative;
  z-index: 10;
  top: -30px;
}
#wholesale p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  line-height: 27px;
  padding-bottom: 40px;
}
#wholesale .button {
  margin: 0 0 0 ;
}
@media (max-width: 768px) {
  #wholesale p {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #wholesale h4 {
    font-size: 28px;
  }
  #wholesale .wholesales-icon {
    width: 97px;
  }
  #wholesale .w-slogan {
    font-size: 17px;
  }
}
#recipies {
  color: #fff;
  background: #ee8927 url(../images/recipe-bg.jpg) no-repeat center -60px;
  background-size: 100%;
  padding: 70px 0 0;
}
#recipies .sub {
  text-align: left;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
}
#recipies .mix {
  display: none;
}
#recipies .recipie-bottom {
  background: url(../images/recipe-slant.png) no-repeat right top;
  height: 138px;
  width: 100%;
}
#recipies .module-title h3 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
#recipies .module-title .title-slogan {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 30px;
}
#recipies p {
  text-align: left;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
}
#recipies .recipie-list {
  padding: 70px 0 20px;
}
#recipies .recipie-list .recipie-item {
  display: none;
  float: left;
  width: 33.33%;
}
#recipies .recipie-list .recipie-item .recipie-item-inner {
  width: 275px;
  margin: 0 auto;
}
#recipies .recipie-list .recipie-item .ri-img img {
  border-radius: 150px;
}
#recipies .recipie-list .recipie-item .ri-time {
  background: #397415;
  width: 84px;
  height: 64px;
  color: #fff;
  font-size: 31px;
  line-height: 26px;
  padding-top: 20px;
  border-radius: 100px;
  text-transform: uppercase;
  margin: -50px auto 15px;
  position: relative;
  z-index: 100;
}
#recipies .recipie-list .recipie-item .ri-time label {
  display: block;
  font-size: 13px;
}
#recipies .recipie-list .recipie-item .ri-desc h5 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 12px;
}
#recipies .recipie-list .recipie-item .ri-desc p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}
#recipies .recipie-list .recipie-item .ri-buttons {
  padding-bottom: 40px;
}
#recipies .recipie-list .recipie-item .ri-buttons .aviewmore {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 30px;
  display: block;
  background: url(../images/ri-icons.png) no-repeat 11px center;
  height: 45px;
  width: 45px;
  margin: 0 auto;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  backface-visibility: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
#recipies .recipie-list .recipie-item .ri-buttons .aviewmore:hover {
  background-color: #52b018;
  border: 2px solid #52b018;
}
#recipies .recipe-sort {
  float: right;
  width: 183px;
}
#recipies .recipe-sort label {
  float: left;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
#recipies .recipe-sort .selectBox {
  float: left;
  left: 60px;
  top: -37px;
}
#recipies .recipe-sort .label-mins {
  float: right;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  top: -22px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #recipies {
    padding-top: 50px;
  }
  #recipies .module-title h3 {
    font-size: 37px;
  }
  #recipies .module-title h3 .title-slogan {
    font-size: 17px;
  }
  #recipies p {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #recipies .recipie-list .recipie-item .recipie-item-inner {
    width: 90%;
  }
  #recipies .recipie-list .recipie-item .ri-time {
    width: 77px;
    height: 54px;
    font-size: 28px;
    line-height: 23px;
  }
}
@media (max-width: 680px) {
  #recipies .recipie-list .recipie-item {
    width: 50%;
  }
  #recipies .recipe-sort {
    display: none;
  }
}
@media (max-width: 480px) {
  #recipies .module-title {
    padding-bottom: 0;
  }
  #recipies .recipie-list {
    padding-top: 10px;
  }
  #recipies .recipie-list .recipie-item {
    width: 100%;
  }
}
#go-vegan {
  background: url(../images/img-govegan.jpg) no-repeat right bottom;
  padding: 110px 0 260px;
}
#go-vegan .module-title {
  padding-bottom: 38px;
}
#go-vegan .module-title h3 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 60px;
  font-weight: 600;
  color: #0a5f16;
  padding: 0 0 40px;
}
#go-vegan .module-title .title-slogan {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 31px;
  font-weight: 600;
  color: #0caf23;
}
#go-vegan .gveg-desc {
  width: 626px;
}
#go-vegan p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #233304;
  line-height: 32px;
  text-align: center;
  width: 530px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #go-vegan {
    background-size: 446px;
    padding: 30px 0 159px;
    background-position: 330px bottom;
  }
  #go-vegan .module-title {
    padding-bottom: 28px;
  }
  #go-vegan .module-title h3 {
    font-size: 38px;
    padding-bottom: 30px;
  }
  #go-vegan .module-title .title-slogan {
    font-size: 24px;
    padding: 0 0 0 20px;
  }
  #go-vegan p {
    line-height: 24px;
    font-size: 14px;
    width: 80%;
  }
  #go-vegan .gveg-desc {
    width: 65%;
  }
}
@media (max-width: 680px) {
  #go-vegan {
    background: url(../images/rwd-vegan.jpg) no-repeat 137px 380px;
    background-size: 475px auto;
    padding-bottom: 264px;
  }
  #go-vegan .gveg-desc {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #go-vegan {
    background-size: 415px ;
    background-position: -31px 556px;
  }
}
#my-tree {
  background: url(../images/leaf-bg.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
  padding: 100px 0 120px;
}
#my-tree .module-title h3 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 58px;
  font-weight: 600;
  color: #ffffff;
}
#my-tree .module-title h3 span {
  display: inline-block;
  width: 57px;
  height: 63px;
  background: url(../images/icon-mytree.png) no-repeat left top;
  text-indent: -9999999px;
}
#my-tree p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 21px;
  font-weight: 500;
  color: #ffffff;
  padding: 0 75px 40px;
}
#my-tree .eco-logos {
  padding-top: 20px;
}
#my-tree .eco-logos .eco-logo-item {
  width: 20%;
  text-align: center;
  float: left;
}
#my-tree .eco-logos .eco-logo-item img {
  max-width: 80%;
}
@media (max-width: 768px) {
  #my-tree {
    padding: 67px 0 76px;
  }
  #my-tree p {
    font-size: 17px;
    line-height: 27px;
  }
  #my-tree .module-title {
    padding-bottom: 38px;
  }
  #my-tree .module-title h3 {
    font-size: 47px;
  }
}
@media (max-width: 680px) {
  #my-tree p {
    padding: 0 28px 40px;
  }
  #my-tree .eco-logos .eco-logo-item {
    height: 120px;
    width: 25%;
  }
  #my-tree .eco-logos {
    text-align: center;
  }
  #my-tree .eco-logos .eco-logo-item {
    display: inline-block;
    width: 32.33%;
    float: none;
  }
  #my-tree .eco-logos .eco-logo-item img {
    max-width: 90%;
  }
}
@media (max-width: 480px) {
  #my-tree .eco-logos {
    text-align: center;
  }
  #my-tree .eco-logos .eco-logo-item {
    width: 30.33%;
    height: 85px;
    display: inline-block;
    float: none;
  }
  #my-tree .eco-logos .eco-logo-item img {
    max-width: 92%;
  }
}
#latest-updates {
  background: #0a0a0a;
  color: #fff;
}
#latest-updates .module-title {
  padding: 70px 0 40px;
}
#latest-updates .module-title h3 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
#latest-updates .module-title .title-slogan {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #448816;
}
#twitter {
  background: #0e0e0e;
  padding: 66px 0;
}
#twitter .twitter-feed .feed-item {
  float: left;
  width: 50%;
}
#twitter .twitter-feed .feed-item .twitter-img {
  float: left;
  width: 15%;
}
#twitter .twitter-feed .feed-item .twitter-feed-desc {
  float: left;
  width: 85%;
}
#twitter .twitter-feed .feed-item .twitter-username {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
#twitter .twitter-feed .feed-item .twitter-username .twitter-handle {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
}
#twitter .twitter-feed .feed-item .twitter-desc {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  padding: 14px 70px 17px 0;
  line-height: 23px;
}
#twitter .twitter-feed .feed-item .twitter-time {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #5e5959;
}
#instagram .instagram-feed .inst-item {
  width: 14.28%;
  float: left;
}
#instagram .instagram-feed .inst-item a img {
  width: 100%;
  opacity: 0.5;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  backface-visibility: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
#instagram .instagram-feed .inst-item a:hover img {
  opacity: 1;
}
#instagram .instagram-intro {
  padding: 40px 0;
  text-align: center;
}
#instagram .instagram-intro h6 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #dcdbdb;
  padding-bottom: 29px;
}
#instagram .instagram-intro .inst-tag {
  width: 800px;
  margin: 0 auto;
}
#instagram .instagram-intro .inst-tag a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #dcdbdb;
}
#instagram .instagram-intro .inst-tag a:hover {
  color: #448816;
}
#events .wrapper {
  border-top: 1px solid #252525;
}
#events .wrapper .module-title {
  padding-top: 40px;
}
#events .wrapper .module-title h3 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 33px;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 10px;
}
#events .wrapper .module-title .title-slogan {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #c2bdbd;
}
#events .event-list {
  padding-bottom: 70px;
}
#events .event-list .event-item {
  width: 50%;
  float: left;
}
#events .event-list .event-item-inner {
  background: #070707;
  width: 82%;
  margin: 0 auto;
}
#events .event-list .event-item-inner .event-img {
  position: relative;
}
#events .event-list .event-item-inner .event-img img {
  width: 100%;
}
#events .event-list .event-item-inner .event-img .event-box-date {
  background: #0e2903;
  line-height: 23px;
  width: 57px;
  height: 72px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1000;
  text-align: center;
}
#events .event-list .event-item-inner .event-img .event-box-date .e-number {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  text-align: center;
  padding-top: 11px;
}
#events .event-list .event-item-inner .event-img .event-box-date .e-month {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  display: block;
  text-align: center;
}
#events .event-list .event-date {
  background: #000;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  padding: 15px 0 15px 20px;
}
#events .event-list .event-desc {
  padding: 18px 25px;
}
#events .event-list .event-desc h3 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 10px;
}
#events .event-list .event-desc p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  line-height: 20px;
  padding-bottom: 10px;
}
#events .event-list .event-tag {
  padding: 0 20px 15px 25px;
}
#events .event-list .event-tag a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #636363;
}
@media (max-width: 768px) {
  #latest-updates .module-title {
    padding: 46px 0 40px;
  }
  #twitter {
    padding: 50px 0;
  }
  #twitter .twitter-feed .feed-item .twitter-img {
    padding-left: 15px;
    width: 11%;
  }
  #twitter .twitter-feed .feed-item .twitter-username {
    font-size: 14px;
  }
  #twitter .twitter-feed .feed-item .twitter-desc {
    font-size: 13px;
    line-height: 20px;
    padding: 14px 30px 17px 15px;
  }
  #twitter .twitter-feed .feed-item .twitter-username {
    padding-left: 20px;
  }
  #twitter .twitter-feed .feed-item .twitter-username .twitter-handle {
    font-size: 14px;
  }
  #twitter .twitter-feed .feed-item .twitter-time {
    font-size: 13px;
    padding-left: 20px;
  }
  #instagram .instagram-intro h6 {
    font-size: 16px;
    padding-bottom: 22px;
  }
  #instagram .instagram-intro .inst-tag {
    padding: 0 20px;
    width: 80%;
  }
  #instagram .instagram-intro .inst-tag a {
    font-size: 15px;
  }
  #events .event-list .event-item-inner {
    width: 90%;
  }
  #events .event-list .event-desc p {
    font-size: 13px;
  }
  #events .event-list .event-desc h3 {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  #twitter .twitter-feed .feed-item {
    width: 100%;
    padding-bottom: 25px;
  }
  #instagram .instagram-feed .inst-item {
    width: 25%;
  }
  #events .event-list .event-item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #twitter .twitter-feed .feed-item .twitter-feed-desc {
    width: 82%;
  }
  #latest-updates .module-title h3 {
    font-size: 26px;
  }
  #latest-updates .module-title .title-slogan {
    font-size: 17px;
  }
  #instagram .instagram-feed .inst-item {
    width: 33.33%;
  }
  #instagram .instagram-intro .inst-tag {
    line-height: 26px;
  }
  #instagram .instagram-intro .inst-tag a {
    font-size: 13px;
  }
  #events .wrapper .module-title h3 {
    font-size: 24px;
  }
  #events .wrapper .module-title .title-slogan {
    font-size: 15px;
  }
}
#mtj-superfood {
  width: 875px;
  border: 1px solid #000;
  background: #ffffff url(../images/p-top-bg.jpg) no-repeat left top;
}
#mtj-superfood .p-content-top {
  padding: 0 38px;
  padding-top: 100px;
}
#mtj-superfood .p-content-top .left-col {
  width: 70%;
}
#mtj-superfood .p-content-top .left-col h3 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 44px;
  font-weight: 600;
  color: #4ea012;
  letter-spacing: -2px;
}
#mtj-superfood .p-content-top .left-col .p-tag {
  margin-top: -6px;
  padding-bottom: 25px;
}
#mtj-superfood .p-content-top .left-col .p-tag a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #656161;
}
#mtj-superfood .p-content-top .left-col p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #2f2f2f;
  line-height: 29px;
  padding-bottom: 30px;
}
#mtj-superfood .p-content-top .left-col .chart-items {
  float: right;
  padding-top: 19px;
}
#mtj-superfood .p-content-top .left-col .chart-items li {
  width: 30px;
  height: 30px;
  opacity: 1;
  margin-left: 5px;
}
#mtj-superfood .p-content-top .left-col .chart-items li span {
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 31px;
}
#mtj-superfood .p-content-top .right-col {
  width: 30%;
  float: right;
}
#mtj-superfood .p-content-top .right-col .video-product {
  position: relative;
}
#mtj-superfood .p-content-top .right-col .video-product .video-link {
  position: absolute;
  top: -212px;
  right: -100px;
  border-radius: 175px;
  box-shadow: 4px -4px 13px #474646;
}
#mtj-superfood .p-content-top .right-col .video-product .video-link .play-button {
  background: url(../images/btn-play.png) no-repeat left top;
  width: 144px;
  z-index: 100000;
  cursor: pointer;
  height: 137px;
  position: absolute;
  right: 27%;
  top: 32%;
  opacity: 0.7;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  backface-visibility: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
#mtj-superfood .p-content-top .right-col .video-product .video-link .play-button:hover {
  opacity: 1;
}
#mtj-superfood h5 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 23px;
  font-weight: 600;
  color: #47610e;
  padding-bottom: 27px;
}
#mtj-superfood .nutrition-table {
  border-top: 1px solid #d6d6d6;
  padding-top: 40px;
}
#mtj-superfood .hide-nutrition {
  border-bottom: 1px solid #d6d6d6;
  margin-top: 50px;
  height: 13px;
}
#mtj-superfood .hide-nutrition .btn-hide-nutrition {
  border: 1px solid #d6d6d6;
  background: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #2f2f2f;
  text-transform: capitalize;
  border-radius: 0;
  padding: 8px 18px 8px;
  margin-top: -20px;
}
#mtj-superfood .p-content-bottom {
  padding: 0 38px 38px;
}
#mtj-superfood .p-content-bottom .did-you-know {
  padding-top: 60px;
}
#mtj-superfood .p-content-bottom .did-you-know h5 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #000000;
}
#mtj-superfood .p-content-bottom .did-you-know .two-col .left-col {
  width: 32%;
}
#mtj-superfood .p-content-bottom .did-you-know .two-col .left-col img {
  margin-left: -115px;
}
#mtj-superfood .p-content-bottom .did-you-know .two-col .right-col {
  width: 68%;
}
#mtj-superfood .p-content-bottom .did-you-know .two-col .right-col .dknw-desc {
  margin: 0 0 0 -74px;
}
#mtj-superfood .p-content-bottom .did-you-know .two-col .right-col .dknw-desc h6 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #292626;
  padding-bottom: 18px;
}
#mtj-superfood .p-content-bottom .did-you-know .two-col .right-col .dknw-desc p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  line-height: 25px;
  padding-bottom: 28px;
}
@media (max-width: 768px) {
  #product-popup {
    width: 100%;
  }
  #product-popup h5 {
    font-size: 21px;
  }
  #product-popup .p-content-top .right-col {
    width: 40%;
  }
  #product-popup .p-content-top .right-col .video-product .video-link {
    right: -52px;
    top: -97px;
  }
  #product-popup .p-content-top .right-col .video-product .video-link img {
    max-width: 100%;
  }
  #product-popup .p-content-top .left-col {
    width: 60%;
  }
  #product-popup .p-content-top .left-col h3 {
    font-size: 38px;
  }
  #product-popup .p-content-top .left-col p {
    font-size: 15px;
    clear: both;
    padding-top: 10px;
  }
  #product-popup .p-content-top .left-col .chart-items {
    float: none;
  }
  #product-popup .p-content-top .left-col .p-tag {
    padding-bottom: 0;
  }
  #product-popup .p-content-bottom .did-you-know {
    padding-top: 45px;
  }
  #product-popup .p-content-bottom .did-you-know h5 {
    font-size: 23px;
  }
  #product-popup .p-content-bottom .did-you-know .two-col .left-col img {
    margin-left: 0;
    max-width: 90%;
  }
  #product-popup .p-content-bottom .did-you-know .two-col .right-col .dknw-desc {
    margin-left: 0;
  }
  #product-popup .p-content-bottom .did-you-know .two-col .right-col .dknw-desc h6 {
    font-size: 17px;
  }
  #product-popup .p-content-bottom .did-you-know .two-col .right-col .dknw-desc p {
    line-height: 22px;
    font-size: 13px;
  }
}
@media (max-width: 680px) {
  #product-popup .p-content-top .left-col {
    width: 100%;
  }
  #product-popup .p-content-top .right-col {
    width: 36%;
  }
  #product-popup .p-content-top .right-col .video-product .video-link {
    right: -41px;
    top: -180px;
  }
  #product-popup .p-content-top .right-col .video-product .video-link .play-button {
    background-size: 80px;
    width: 80px;
    height: 80px;
  }
  #product-popup .hide-nutrition .btn-hide-nutrition {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    display: block;
  }
  #product-popup .p-content-bottom .did-you-know h3 {
    text-align: center;
  }
  #product-popup .p-content-bottom .did-you-know .button.btn-green {
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
  #product-popup .p-content-bottom .did-you-know .two-col .left-col {
    width: 100%;
    text-align: center;
    padding-bottom: 22px;
  }
  #product-popup .p-content-bottom .did-you-know .two-col .right-col {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #product-popup .p-content-top .right-col {
    float: none;
    margin: 0 auto;
    width: 65%;
  }
  #product-popup .p-content-top .right-col .video-product .video-link {
    right: 0;
  }
  #product-popup .p-content-top .left-col {
    padding-top: 26px;
  }
  #product-popup .p-content-top .left-col h3,
  #product-popup .p-content-top .left-col .p-tag {
    text-align: center;
  }
  #product-popup .p-content-top .left-col .chart-items {
    text-align: center;
  }
  #product-popup .p-content-top .left-col .chart-items li {
    display: inline-block;
    float: none;
  }
  #product-popup .p-content-bottom .did-you-know h5 {
    text-align: center;
  }
}
#recipe-popup {
  width: 875px;
  padding-bottom: 30px;
}
#recipe-popup .p-content-top {
  padding: 0 38px;
  padding-top: 35px;
}
#recipe-popup .p-content-top .left-col {
  width: 60%;
}
#recipe-popup .p-content-top .left-col h3 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 44px;
  font-weight: 600;
  color: #d97c19;
  letter-spacing: -2px;
}
#recipe-popup .p-content-top .left-col .p-tag {
  margin-top: -6px;
  padding-bottom: 25px;
}
#recipe-popup .p-content-top .left-col .p-tag a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #656161;
}
#recipe-popup .p-content-top .left-col p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #2f2f2f;
  line-height: 29px;
  padding-bottom: 55px;
}
#recipe-popup .p-content-top .right-col {
  width: 40%;
  float: right;
}
#recipe-popup .p-content-top .right-col .recipe-image-rtime {
  position: relative;
  margin-top: -120px;
}
#recipe-popup .p-content-top .right-col .recipe-image-rtime .recipe-image img {
  border-radius: 180px;
}
#recipe-popup .p-content-top .right-col .recipe-image-rtime .recipe-time {
  width: 100px;
  height: 80px;
  text-align: center;
  background: #397415;
  border-radius: 100px;
  line-height: 32px;
  padding-top: 20px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  z-index: 1000;
  right: 11px;
  bottom: -12px;
}
#recipe-popup .p-content-top .right-col .recipe-image-rtime .recipe-time label {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
}
#recipe-popup h5 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #47610e;
  padding-bottom: 27px;
}
#recipe-popup .nutrition-table {
  border-top: 1px solid #d6d6d6;
  padding-top: 40px;
}
#recipe-popup .hide-nutrition {
  border-bottom: 1px solid #d6d6d6;
  margin-top: 50px;
  height: 13px;
}
#recipe-popup .hide-nutrition .btn-hide-nutrition {
  border: 1px solid #d6d6d6;
  background: #fff;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #2f2f2f;
  text-transform: capitalize;
  border-radius: 0;
  padding: 12px 22px 12px;
  margin-top: -20px;
}
#recipe-popup .p-content-bottom {
  border-top: 1px solid #d6d6d6;
  padding: 0 38px 38px;
}
#recipe-popup .p-content-bottom .ingredients-how-to-make {
  padding-top: 40px;
}
#recipe-popup .p-content-bottom .ingredients-how-to-make h5 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #000000;
}
#recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .left-col {
  width: 38%;
}
#recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .left-col h5 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  padding-bottom: 35px;
}
#recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .left-col ul li {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 33px;
}
#recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .right-col {
  width: 62%;
}
#recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .right-col .how-to-prepare h5 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}
#recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .right-col .how-to-prepare .htp-item-cont {
  background: url(../images/image-line.jpg) repeat-y left top;
}
#recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .right-col .how-to-prepare .htp-item-cont .htp-item {
  padding-bottom: 30px;
}
#recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .right-col .how-to-prepare .htp-item-cont .htp-item .htp-img {
  float: left;
  width: 20%;
}
#recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .right-col .how-to-prepare .htp-item-cont .htp-item .htp-img img {
  border-radius: 50px;
}
#recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .right-col .how-to-prepare .htp-item-cont .htp-item .htp-desc {
  float: left;
  width: 80%;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  line-height: 25px;
}
.share-with-others {
  background: url(../images/icon-share.jpg) no-repeat 252px 29px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #0e0e0e;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 27px 0 13px 0;
  height: 38px;
  text-align: center;
  display: block;
  margin-top: 10px;
  width: 875px;
  border-top: 10px solid #38220f;
}
@media (max-width: 768px) {
  #recipe-popup {
    width: 100%;
  }
  #recipe-popup .p-content-top .left-col {
    width: 65%;
  }
  #recipe-popup .p-content-top .left-col p {
    font-size: 15px;
  }
  #recipe-popup .p-content-top .right-col {
    width: 35%;
  }
  #recipe-popup .p-content-top .right-col .recipe-image-rtime {
    margin-right: -60px;
    margin-top: -114px;
  }
  #recipe-popup .p-content-top .right-col .recipe-image-rtime .recipe-time {
    width: 75px;
    height: 56px;
    right: 29%;
    font-size: 28px;
    line-height: 23px;
  }
  #recipe-popup .p-content-top .right-col .recipe-image-rtime .recipe-time label {
    font-size: 12px;
  }
  #recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .left-col {
    width: 100%;
    float: none;
  }
  #recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .left-col .ingredients {
    overflow: auto;
  }
  #recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .left-col h5 {
    font-size: 23px;
    padding-bottom: 24px;
    color: #47610e;
  }
  #recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .left-col ul li {
    font-size: 14px;
    width: 50%;
    float: left;
    line-height: 32px;
  }
  #recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .right-col {
    width: 100%;
    float: none;
    padding-top: 24px;
    border-top: 1px solid #d6d6d6;
    margin-top: 24px;
    clear: both;
  }
  #recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .right-col .how-to-prepare .htp-item-cont .htp-item .htp-img {
    width: 15%;
  }
  #recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .right-col .how-to-prepare .htp-item-cont .htp-item .htp-desc {
    width: 85%;
  }
  .share-with-others {
    width: 101%;
    background-position: 143px 29px;
  }
}
@media (max-width: 680px) {
  #recipe-popup .p-content-top .left-col {
    width: 100%;
    padding-top: 34px;
  }
  #recipe-popup .p-content-top .left-col h3 {
    text-align: center;
    font-size: 37px;
  }
  #recipe-popup .p-content-top .left-col .p-tag {
    text-align: center;
  }
  #recipe-popup .p-content-top .left-col .p-tag a {
    font-size: 15px;
  }
  #recipe-popup .p-content-top .right-col {
    float: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  #recipe-popup .p-content-top .right-col .recipe-image-rtime {
    margin-right: 0;
  }
  #recipe-popup .p-content-top .right-col .recipe-image-rtime .recipe-time {
    right: 33%;
    top: 81%;
  }
  #recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .right-col .how-to-prepare .htp-item-cont .htp-item .htp-desc {
    font-size: 14px;
    width: 81%;
  }
  #recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .right-col .how-to-prepare .htp-item-cont .htp-item .htp-img {
    width: 19%;
  }
}
@media (max-width: 480px) {
  #recipe-popup .p-content-top .right-col {
    width: 66%;
  }
  #recipe-popup .p-content-top .right-col .recipe-image-rtime .recipe-time {
    height: 54px;
    width: 69px;
    padding-top: 17px;
  }
  #recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .left-col ul li {
    width: 100%;
  }
  #recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .right-col .how-to-prepare .htp-item-cont .htp-item .htp-img {
    width: 28%;
  }
  #recipe-popup .p-content-bottom .ingredients-how-to-make .two-col .right-col .how-to-prepare .htp-item-cont .htp-item .htp-desc {
    width: 72%;
  }
  .share-with-others {
    text-indent: -999999px;
    background-position: center;
  }
}
/* Modules --------------------------------- */
header {
  height: 76px;
  z-index: 10002;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  width: 100%;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  backface-visibility: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
header .wrapper {
  position: relative;
}
header #logo {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  backface-visibility: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
header #logo img {
  max-width: 100%;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  backface-visibility: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
header.smaller {
  height: 56px;
  background: rgba(0, 0, 0, 0.9);
}
header.smaller #logo {
  top: -20px;
}
header.smaller #logo img {
  max-width: 80%;
}
header.smaller #main-menu-social-links .main-menu li a {
  padding: 16px 20px;
}
header.smaller #main-menu-social-links .social-icons {
  padding-top: 20px;
}
.rwd-menu .open {
  position: fixed;
  top: 12px;
  right: 18px;
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.rwd-menu .open:hover {
  opacity: 0.8;
}
.rwd-menu .open span {
  display: block;
  float: left;
  clear: both;
  height: 3px;
  width: 33px;
  border-radius: 40px;
  background-color: #fff;
  position: absolute;
  right: 3px;
  top: 3px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.rwd-menu .open span:nth-child(1) {
  margin-top: 10px;
  z-index: 9;
}
.rwd-menu .open span:nth-child(2) {
  margin-top: 23px;
}
.rwd-menu .open span:nth-child(3) {
  margin-top: 36px;
}
.rwd-menu .sub-menu {
  -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  position: absolute;
  background-color: rgba(54, 108, 17, 0.54);
  border-radius: 50%;
  z-index: 18;
  overflow: hidden;
}
#banner .banner-desc .font40 h1{
      font-size: 55px;
}
.rwd-menu .sub-menu li a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
}
.rwd-menu .sub-menu li a:hover {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
}
.rwd-menu .sub-menu li {
  display: block;
  float: right;
  clear: both;
  height: auto;
  margin-right: -160px;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.rwd-menu .sub-menu li:first-child {
  margin-top: 100px;
}
.rwd-menu .sub-menu li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
}
.rwd-menu .sub-menu li:nth-child(2) {
  -webkit-transition-delay: 0.10s;
}
.rwd-menu .sub-menu li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
}
.rwd-menu .sub-menu li:nth-child(4) {
  -webkit-transition-delay: 0.20s;
}
.rwd-menu .sub-menu li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
}
.rwd-menu .sub-menu li a {
  color: #fff !important;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: 100%;
  display: block;
  float: left;
  padding: 5px 0 !important;
  line-height: 40px;
}
.rwd-menu .oppenned .sub-menu {
  opacity: 1;
  height: 560px;
  width: 100%;
  padding-top: 75px;
}
.rwd-menu .oppenned span:nth-child(2) {
  overflow: visible;
}
.rwd-menu .oppenned span:nth-child(1),
.rwd-menu .oppenned span:nth-child(3) {
  z-index: 100;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rwd-menu .oppenned span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(7px) translateX(12px);
  transform: rotate(45deg) translateY(7px) translateX(12px);
}
.rwd-menu .oppenned span:nth-child(2) {
  height: 700px;
  width: 700px;
  right: -160px;
  top: -160px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.9);
}
.rwd-menu .oppenned span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-7px) translateX(11px);
  transform: rotate(-45deg) translateY(-7px) translateX(11px);
}
.rwd-menu .oppenned li {
  margin-right: 245px;
}
.rwd-menu .buttonr {
  display: block;
  float: left;
  clear: both;
  padding: 20px 40px;
  background: #fff;
  border-radius: 3px;
  border: 2px solid #10a1ea;
  overflow: hidden;
  position: relative;
}
.rwd-menu .buttonr:after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  content: "";
  position: absolute;
  height: 200px;
  width: 400px;
  -webkit-transform: rotate(45deg) translateX(-540px) translateY(-100px);
  transform: rotate(45deg) translateX(-540px) translateY(-100px);
  background: #10a1ea;
  z-index: 1;
}
.rwd-menu .buttonr:before {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  text-align: center;
  padding: 20px 40px;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
}
.rwd-menu .buttonr:hover {
  text-decoration: none;
}
.rwd-menu .buttonr:hover:after {
  -webkit-transform: translateX(-300px) translateY(-100px);
  transform: translateX(-300px) translateY(-100px);
}
.rwd-menu .buttonr:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 768px) {
  header #logo {
    left: -14px;
    width: 16%;
  }
  header.smaller .rwd-menu .open span {
    /*box-shadow :0 -4px 0px #000;*/
  
  }
  header #main-menu-social-links {
    padding-left: 111px;
  }
  header #main-menu-social-links .social-icons {
    padding-top: 27px;
    /*display:none;*/
  
  }
  header #main-menu-social-links .social-icons a {
    margin-left: 5px;
  }
}
@media (max-width: 680px) {
  header {
    background: none;
  }
  header #logo {
    max-width: 70%;
    left: 5px;
    width: auto;
  }
}
@media (max-width: 480px) {
  header #logo img {
    width: 70%;
  }
}
footer {
  height: 48px;
  border-top: 1px solid #121212;
  background: #000;
  padding-top: 22px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #474747;
}
footer .designby {
  padding: 0 20px 0 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #474747;
}
footer .designby a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #474747;
  display: inline-block;
  padding: 0 0 0 24px;
  background: url(../images/ewd-icon.jpg) no-repeat 4px 0;
}
footer .designby a:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .copyright {
    padding: 0 0 0 20px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #474747;
  }
  .designby {
    padding: 0 20px 0 0;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #474747;
  }
}
@media (max-width: 680px) {
  .copyright {
    width: 100%;
    float: none;
    padding: 0 0 5px;
    text-align: center;
  }
  .designby {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
  }
}
#banner img {
  width: 100%;
}
#banner .banner-desc {
  position: absolute;
  top: 250px;
  width: 100%;
  text-align: center;
}
#banner .banner-desc h1 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 71px;
  font-weight: 600;
  color: #ffffff;
}
#banner .banner-desc .banner-slogan {
  font-family: Georgia,Times,Times New Roman,serif;
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
}
#banner .flex-caption {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.flexslider .slides > li {
    position: relative;
}
.blossom-banner{
	    width: 65%;
	        margin-left: 5%;
}
.blossom-banner h1{
	text-shadow: 0px 5px 14px rgba(0, 0, 0, 0.65);
	font-size: 60px !important;
    line-height: 76px;
	margin-bottom: 40px;
}
@media (max-width: 768px) {
  #main-container #banner .banner-desc h1 {
    font-size: 53px !important;
  }
  #main-container #banner .banner-desc .banner-slogan {
    font-size: 24px;
  }
  .blossom-banner {
    width: 100%;
}
#main-container #banner .banner-desc h1 {
    font-size: 50px;
    line-height: 52px;
}
}
@media (max-width: 680px) {
  #main-container #banner .banner-desc .banner-slogan {
    font-size: 20px;
  }
  #main-container #banner .flex-caption {
    top: -64px;
  }
  #main-container #banner .flex-caption h1 {
    font-size: 46px;
  }
}
@media (max-width: 480px) {
  #main-container #banner .banner-desc {
    top: 199px;
  }
  #main-container #banner .banner-desc .banner-slogan {
    font-size: 15px;
  }
  #main-container #banner .flex-caption h1 {
    font-size: 19px !important;
    line-height: 23px;
    margin-bottom: 12px;
  }
  .blossom-banner {
    margin-left: 0px;
    margin-top: -20px;
}
  .flex-direction-nav a:before {
    font-size: 24px !important;}
}
#content {
  padding: 80px 0 58px;
}
#content .about-us {
  padding-bottom: 120px;
}
#content .about-us .two-col .left-col {
  width: 37.27%;
  float: left;
  text-align: right;
}
#content .about-us .two-col .right-col {
  width: 62.72%;
  float: left;
}
#content .about-us h2 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 30px;
}
#content .about-us h3 {
  padding-bottom: 14px;
  padding-top: 20px;
}
#content .about-us p {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
}
#content .about-us .abt-quote {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 37px;
  font-weight: 300;
  color: #000000;
}
#content .about-us .inner-content {
  padding-left: 60px;
}
@media (max-width: 768px) {
  #content .about-us h2 {
    font-size: 34px;
  }
  #content .about-us .abt-quote {
    font-size: 26px;
    padding-left: 20px;
  }
  #content .about-us p {
    font-size: 16px;
    padding-right: 20px;
  }
  #content .about-us .two-col .left-col {
    width: 46%;
  }
  #content .about-us .two-col .right-col {
    width: 54%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  #content .about-us .abt-quote {
    padding-left: 0;
  }
  #content .about-us .inner-content {
    padding-left: 0;
  }
  #content .about-us .two-col .left-col {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  #content .about-us .two-col .right-col {
    width: 100%;
  }
}
@media (max-width: 680px) {
  #main-container #content {
    padding-top: 20px;
  }
  #main-container #content .about-us .inner-content {
    padding-left: 0;
    text-align: justify;
  }
  #main-container #content .about-us h2 {
    text-align: center;
    padding-bottom: 20px;
  }
  #main-container #content .about-us .abt-quote {
    font-size: 23px;
    line-height: 36px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 40px;
  }
  #main-container #content .about-us p {
    line-height: 29px;
    padding-right: 0;
  }
  #main-container #content .about-us h3 {
    font-size: 23px;
    padding-bottom: 18px;
  }
}
@media (max-width: 480px) {
  p {
    text-align: justify;
  }
  #content {
    padding-top: 0;
  }
  #content .about-us {
    padding-bottom: 40px;
  }
  #content .about-us .inner-content {
    padding-left: 0;
  }
  #content .about-us .abt-quote {
    font-size: 21px;
    padding: 0 0 25px !important;
  }
}
.menu-social-links-container li a {
  background: url(../images/social-icons.png) no-repeat left top;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.menu-social-links-container li a span {
  display: none;
}
.menu-social-links-container li.icon-facebook a {
  background-position: 0 -4px;
}
.menu-social-links-container li.icon-gplus a {
  background-position: 0 -49px;
}
.menu-social-links-container li.icon-linkedin a {
  background-position: 0 -92px;
}
.menu-social-links-container li.icon-twtter a {
  background-position: 0 -138px;
}
.menu-social-links-container li.icon-youtube a {
  background-position: 0 -183px;
}
.menu-social-links-container li.icon-blogger a {
  background-position: 0 -229px;
}
.newsletter-block {
  float: right;
}
.newsletter-block .txt-newsletter {
  background: url(../images/top-icons.png) no-repeat 7px -118px;
  width: 268px;
  float: left;
}
.newsletter-block .btn-newsletter {
  float: left;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
}
.newsletter-block .txt-newsletter {
  padding-left: 48px;
}
.newsletter-block .wysija-paragraph {
  float: left;
  padding: 0;
}
.newsletter-block .wysija-paragraph .wysija-input {
  display: block;
  padding: 13px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  border: 1px solid #e3dede;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4f4f4f;
  border-radius: 8px 8px;
  background: url(../images/top-icons.png) no-repeat 7px -118px;
  width: 268px;
  float: left;
  padding-left: 48px;
  padding-top: 0;
  padding-bottom: 0;
  height: 34px;
}
.newsletter-block .wysija-submit {
  padding: 12px 82px 12px;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 8px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  float: left;
  margin: 0 !important;
}
.newsletter-block .wysija-submit:hover {
  color: #fff;
  background: #98cd45;
}
.newsletter-block .wysija-submit.btn-green {
  background: #67951f;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  backface-visibility: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  border: none;
  color: #fff;
  padding: 12px 42px 12px;
}
.newsletter-block .wysija-submit.btn-green:hover {
  background: #78ae24;
}
.newsletter-block .wysija-submit.btn-grey {
  background: #5f5b5b;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  backface-visibility: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  border: none;
  color: #fff;
  padding: 8px 22px;
}
.newsletter-block .wysija-submit.btn-grey:hover {
  background: #403e3e;
}
.newsletter-block .wysija-submit.btn-ppink {
  background: #ec008c;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  backface-visibility: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  border: none;
  color: #fff;
  padding: 8px 22px;
}
.newsletter-block .wysija-submit.btn-ppink:hover {
  background: #c80177;
}
.n-sent-msg {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #4f9443;
  padding: 15px 0 0;
  text-align: center;
}
#main-menu-social-links {
  padding-left: 230px;
}
#main-menu-social-links .main-menu {
  position: relative !important;
  float: left;
}
#main-menu-social-links .main-menu li a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #ededed;
  display: block;
  padding: 25px 20px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  backface-visibility: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
#main-menu-social-links .main-menu li a:hover {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #60c637;
}
#main-menu-social-links .main-menu li.active a {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #60c637;
}
#main-menu-social-links .social-icons {
  padding-top: 31px;
  -moz-transition: padding-top 0.2s ease-in;
  -o-transition: padding-top 0.2s ease-in;
  -webkit-transition: padding-top 0.2s ease-in;
  transition: padding-top 0.2s ease-in;
  backface-visibility: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  float: right;
}
#main-menu-social-links .social-icons a {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/top-social-icons.png) no-repeat;
  margin-left: 21px;
}
#main-menu-social-links .social-icons a span {
  display: none;
}
#main-menu-social-links .social-icons a.aTwitter {
  width: 18px;
  height: 18px;
  background-position: -4px 0;
}
#main-menu-social-links .social-icons a.aLinkedin {
  width: 18px;
  height: 18px;
  background-position: right 0;
}
@media (max-width: 1024px) {
  .wrapper {
    width: 90%;
  }
  header #main-menu-social-links .main-menu li a {
    font-size: 13px;
    padding: 25px 18px;
  }
  header #main-menu-social-links .main-menu li a:hover {
    font-size: 13px;
  }
  header #main-menu-social-links .main-menu li.active a {
    font-size: 13px;
  }
  header.smaller #main-menu-social-links .main-menu li a {
    padding: 16px 18px;
  }
}
@media (max-width: 768px) {
  header #main-menu-social-links .main-menu li a {
    font-size: 12px;
    padding: 25px 9px;
  }
  header #main-menu-social-links .main-menu li a:hover {
    font-size: 12px;
  }
  header.smaller #main-menu-social-links .main-menu li a {
    padding: 16px 10px;
  }
}
@media (max-width: 680px) {
  header.smaller .rwd-menu .open {
    top: 0;
  }
  #main-menu-social-links .social-icons {
    display: none;
  }
}
@media (max-width: 480px) {
  
}
#our-partners .partner-content {
  padding-bottom: 40px;
}
#our-partners .partner-content .partner-item {
  /*width:20%;
			float:left;*/

  text-align: center;
}
@media (max-width: 680px) {
  #our-partners .module-title h3 {
    font-size: 28px;
    font-weight: 600;
  }
  #our-partners .module-title .title-slogan {
    font-size: 15px;
  }
}