@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
*, *:before, *:after {
  outline: 0;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
body {
  line-height: 1.2;
  color: #1e1f1c;
  font-family: jubilat, sans-serif;
  font-size: 14px;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6, p, ul, ol, pre, blockquote {
  margin-bottom: 18px; }

a {
  color: #6d7f43;
  text-decoration: none;
  -webkit-transition: color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: color 0.4s cubic-bezier(0.55, 0, 0.1, 1); }
a:link {
  color: #6d7f43;
  text-decoration: none; }
a:hover {
  color: #8cc63f;
  text-decoration: none; }

strong, b, dt {
  font-weight: bold; }

em, i, var {
  font-style: italic; }

del, s {
  text-decoration: line-through; }

small {
  font-size: 87.5%; }

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

sup {
  vertical-align: super; }

sub {
  vertical-align: sub; }

mark {
  background: #fff59d; }

u, ins {
  text-decoration: underline; }

ins {
  font-style: italic; }

abbr {
  border-bottom: 1px dashed #1e1f1c;
  cursor: help; }

kbd, code {
  padding: 1em-0.61805em/2 0.54079em;
  font-size: 0.875em;
  background: #f5f5f5; }

kbd {
  -webkit-box-shadow: 0 1px rgba(30, 31, 28, 0.7);
  -moz-box-shadow: 0 1px rgba(30, 31, 28, 0.7);
  box-shadow: 0 1px rgba(30, 31, 28, 0.7);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

pre {
  display: block;
  padding: 14px;
  background: #f5f5f5; }
  pre var {
    color: #4e6cef;
    font-style: normal; }

sample, code, pre {
  font-family: monospace;
  text-align: left; }
h1, h2, h3, h4, h5, h6 {
  font-family: Montserrat, sans-serif;
  font-weight: normal; }

h1 {
  line-height: 1;
  color: #1e1f1c;
  font-size: 20px;
  font-weight: 700; }

h2 {
  line-height: 1.2;
  color: #282828;
  font-size: 24px;
  font-weight: 600; }

h3 {
  line-height: 25px;
  color: #1e1f1c;
  font-size: 25px;
  font-weight: 600; }

h4 {
  line-height: 16px;
  color: #868686;
  font-size: 14px; }

h5 {
  line-height: 1.2;
  color: #1e1f1c;
  font-size: 13px;
  font-weight: 600; }

h6 {
  line-height: 1.2;
  color: #1e1f1c;
  font-size: 12px;
  font-weight: 600; }

ol {
  list-style: decimal; }

ul, ol {
  overflow: hidden;
  padding: 0 0 0 35px; }

ul {
  list-style: disc outside; }

ol ol, ul ul, ul ol, ol ul {
  margin: 0; }

img {
  max-width: 100%; }

blockquote {
  overflow: hidden;
  padding: 28px;
  border-left: 1 solid #1e1f1c;
  font-size: 16px;
  font-style: italic; }
  blockquote cite {
    display: block;
    color: #999;
    font-size: 12px; }
    blockquote cite:before {
      content: "- "; }

input:not([type]), input[type=color], input[type=date], input[type=email], input[type=image], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea, input[type=file] {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 36px;
  margin-bottom: 18px;
  padding: 0 10px;
  white-space: nowrap;
  line-height: 36px;
  color: #6d7f43;
  font-family: jubilat, sans-serif;
  font-size: 16px;
  background: white;
  border: 1px solid #b7b7b7;
  -webkit-transition: border 0.4s cubic-bezier(0.55, 0, 0.1, 1),  background 0.4s cubic-bezier(0.55, 0, 0.1, 1),  color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: border 0.4s cubic-bezier(0.55, 0, 0.1, 1),  background 0.4s cubic-bezier(0.55, 0, 0.1, 1),  color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: border 0.4s cubic-bezier(0.55, 0, 0.1, 1),  background 0.4s cubic-bezier(0.55, 0, 0.1, 1),  color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: border 0.4s cubic-bezier(0.55, 0, 0.1, 1),  background 0.4s cubic-bezier(0.55, 0, 0.1, 1),  color 0.4s cubic-bezier(0.55, 0, 0.1, 1); }
  input:not([type]):focus, input[type=color]:focus, input[type=date]:focus, input[type=email]:focus, input[type=image]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus, input[type=file]:focus {
    color: black;
    border: 1px solid black; }
  input:not([type])[disabled], input[type=color][disabled], input[type=date][disabled], input[type=email][disabled], input[type=image][disabled], input[type=month][disabled], input[type=number][disabled], input[type=password][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=text][disabled], input[type=time][disabled], input[type=url][disabled], input[type=week][disabled], select[disabled], textarea[disabled], input[type=file][disabled] {
    background: #888;
    border: #ddd; }
  input:not([type])::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=image]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type=file]::-webkit-input-placeholder {
    color: #fff; }
  input:not([type]):-moz-placeholder, input[type=color]:-moz-placeholder, input[type=date]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=image]:-moz-placeholder, input[type=month]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=time]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=week]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder, input[type=file]:-moz-placeholder {
    color: #fff; }
  input:not([type])::-moz-placeholder, input[type=color]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=image]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, input[type=file]::-moz-placeholder {
    color: #fff; }
  input:not([type]):-ms-input-placeholder, input[type=color]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=image]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type=file]:-ms-input-placeholder {
    color: #fff; }

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none; }

textarea, select[multiple] {
  resize: vertical;
  line-height: 24px;
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 110px; }

select[multiple] option {
  height: 24px;
  line-height: 24px; }

input[type=checkbox], input[type=radio] {
  line-height: normal;
  margin-bottom: 18px; }

label, legend, fieldset {
  display: block;
  padding: 0;
  line-height: auto;
  max-width: 100%; }

label input[type=checkbox], label input[type=radio], fieldset input[type=checkbox], fieldset input[type=radio] {
  margin-top: 9.5px; }
label > span, label > p, label > label, label > fieldset, fieldset > span, fieldset > p, fieldset > label, fieldset > fieldset {
  line-height: 36px; }
label > span, label > p, label > label, label > fieldset, fieldset > span, fieldset > p, fieldset > label, fieldset > fieldset {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px; }
label label, label fieldset, fieldset label, fieldset fieldset {
  display: block; }
  label label input[type=checkbox], label label input[type=radio], label label input:not([type]), label label input[type=color], label label input[type=date], label label input[type=email], label label input[type=image], label label input[type=month], label label input[type=number], label label input[type=password], label label input[type=search], label label input[type=tel], label label input[type=text], label label input[type=time], label label input[type=url], label label input[type=week], label label select, label label textarea, label fieldset input[type=checkbox], label fieldset input[type=radio], label fieldset input:not([type]), label fieldset input[type=color], label fieldset input[type=date], label fieldset input[type=email], label fieldset input[type=image], label fieldset input[type=month], label fieldset input[type=number], label fieldset input[type=password], label fieldset input[type=search], label fieldset input[type=tel], label fieldset input[type=text], label fieldset input[type=time], label fieldset input[type=url], label fieldset input[type=week], label fieldset select, label fieldset textarea, fieldset label input[type=checkbox], fieldset label input[type=radio], fieldset label input:not([type]), fieldset label input[type=color], fieldset label input[type=date], fieldset label input[type=email], fieldset label input[type=image], fieldset label input[type=month], fieldset label input[type=number], fieldset label input[type=password], fieldset label input[type=search], fieldset label input[type=tel], fieldset label input[type=text], fieldset label input[type=time], fieldset label input[type=url], fieldset label input[type=week], fieldset label select, fieldset label textarea, fieldset fieldset input[type=checkbox], fieldset fieldset input[type=radio], fieldset fieldset input:not([type]), fieldset fieldset input[type=color], fieldset fieldset input[type=date], fieldset fieldset input[type=email], fieldset fieldset input[type=image], fieldset fieldset input[type=month], fieldset fieldset input[type=number], fieldset fieldset input[type=password], fieldset fieldset input[type=search], fieldset fieldset input[type=tel], fieldset fieldset input[type=text], fieldset fieldset input[type=time], fieldset fieldset input[type=url], fieldset fieldset input[type=week], fieldset fieldset select, fieldset fieldset textarea {
    margin-bottom: 0; }

input:not([type])[disabled], input[type=color][disabled], input[type=date][disabled], input[type=email][disabled], input[type=image][disabled], input[type=month][disabled], input[type=number][disabled], input[type=password][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=text][disabled], input[type=time][disabled], input[type=url][disabled], input[type=week][disabled], select[disabled], textarea[disabled], input[type=checkbox][disabled], input[type=radio][disabled] {
  cursor: not-allowed; }

button, input[type=submit], input[type=reset], input[type=button], a[role=button] {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  max-width: 100%;
  height: 36px;
  margin-bottom: 18px;
  padding: 0 8px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 36px;
  color: #1e1f1c;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #86f244;
  border: 1px solid #86f244;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: border 0.4s cubic-bezier(0.55, 0, 0.1, 1),  background 0.4s cubic-bezier(0.55, 0, 0.1, 1),  color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: border 0.4s cubic-bezier(0.55, 0, 0.1, 1),  background 0.4s cubic-bezier(0.55, 0, 0.1, 1),  color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: border 0.4s cubic-bezier(0.55, 0, 0.1, 1),  background 0.4s cubic-bezier(0.55, 0, 0.1, 1),  color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  transition: border 0.4s cubic-bezier(0.55, 0, 0.1, 1),  background 0.4s cubic-bezier(0.55, 0, 0.1, 1),  color 0.4s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, a[role=button]:hover {
    background: #6bc048;
    border: 1px solid #6bc048; }
  button::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, a[role=button]::-moz-focus-inner {
    border: 0;
    padding: 0; }

table {
  width: 100%;
  margin-bottom: 18px; }

.wrap {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1180px) {
    .wrap {
      margin-left: 15px;
      margin-right: 15px; } }

#wpadminbar ul {
  overflow: visible; }

.gform_heading:after, .gform_body:after, .gform_footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0; }
.gform_heading ul, .gform_body ul, .gform_footer ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.gform_heading .gfield_required, .gform_body .gfield_required, .gform_footer .gfield_required {
  display: inline-block;
  padding-left: 5px; }
.gform_heading input, .gform_heading select, .gform_heading textarea, .gform_heading button, .gform_body input, .gform_body select, .gform_body textarea, .gform_body button, .gform_footer input, .gform_footer select, .gform_footer textarea, .gform_footer button {
  margin: 0; }
.gform_heading .gfield_description, .gform_body .gfield_description, .gform_footer .gfield_description {
  display: block;
  font-size: 75%; }
.gform_heading .gfield_error label, .gform_body .gfield_error label, .gform_footer .gfield_error label {
  color: red; }
.gform_heading .gfield_error input:not([type]), .gform_heading .gfield_error input[type=color], .gform_heading .gfield_error input[type=date], .gform_heading .gfield_error input[type=email], .gform_heading .gfield_error input[type=image], .gform_heading .gfield_error input[type=month], .gform_heading .gfield_error input[type=number], .gform_heading .gfield_error input[type=password], .gform_heading .gfield_error input[type=search], .gform_heading .gfield_error input[type=tel], .gform_heading .gfield_error input[type=text], .gform_heading .gfield_error input[type=time], .gform_heading .gfield_error input[type=url], .gform_heading .gfield_error input[type=week], .gform_heading .gfield_error select, .gform_heading .gfield_error textarea, .gform_body .gfield_error input:not([type]), .gform_body .gfield_error input[type=color], .gform_body .gfield_error input[type=date], .gform_body .gfield_error input[type=email], .gform_body .gfield_error input[type=image], .gform_body .gfield_error input[type=month], .gform_body .gfield_error input[type=number], .gform_body .gfield_error input[type=password], .gform_body .gfield_error input[type=search], .gform_body .gfield_error input[type=tel], .gform_body .gfield_error input[type=text], .gform_body .gfield_error input[type=time], .gform_body .gfield_error input[type=url], .gform_body .gfield_error input[type=week], .gform_body .gfield_error select, .gform_body .gfield_error textarea, .gform_footer .gfield_error input:not([type]), .gform_footer .gfield_error input[type=color], .gform_footer .gfield_error input[type=date], .gform_footer .gfield_error input[type=email], .gform_footer .gfield_error input[type=image], .gform_footer .gfield_error input[type=month], .gform_footer .gfield_error input[type=number], .gform_footer .gfield_error input[type=password], .gform_footer .gfield_error input[type=search], .gform_footer .gfield_error input[type=tel], .gform_footer .gfield_error input[type=text], .gform_footer .gfield_error input[type=time], .gform_footer .gfield_error input[type=url], .gform_footer .gfield_error input[type=week], .gform_footer .gfield_error select, .gform_footer .gfield_error textarea {
  border: 1px solid red; }
  .gform_heading .gfield_error input:not([type]):focus, .gform_heading .gfield_error input[type=color]:focus, .gform_heading .gfield_error input[type=date]:focus, .gform_heading .gfield_error input[type=email]:focus, .gform_heading .gfield_error input[type=image]:focus, .gform_heading .gfield_error input[type=month]:focus, .gform_heading .gfield_error input[type=number]:focus, .gform_heading .gfield_error input[type=password]:focus, .gform_heading .gfield_error input[type=search]:focus, .gform_heading .gfield_error input[type=tel]:focus, .gform_heading .gfield_error input[type=text]:focus, .gform_heading .gfield_error input[type=time]:focus, .gform_heading .gfield_error input[type=url]:focus, .gform_heading .gfield_error input[type=week]:focus, .gform_heading .gfield_error select:focus, .gform_heading .gfield_error textarea:focus, .gform_body .gfield_error input:not([type]):focus, .gform_body .gfield_error input[type=color]:focus, .gform_body .gfield_error input[type=date]:focus, .gform_body .gfield_error input[type=email]:focus, .gform_body .gfield_error input[type=image]:focus, .gform_body .gfield_error input[type=month]:focus, .gform_body .gfield_error input[type=number]:focus, .gform_body .gfield_error input[type=password]:focus, .gform_body .gfield_error input[type=search]:focus, .gform_body .gfield_error input[type=tel]:focus, .gform_body .gfield_error input[type=text]:focus, .gform_body .gfield_error input[type=time]:focus, .gform_body .gfield_error input[type=url]:focus, .gform_body .gfield_error input[type=week]:focus, .gform_body .gfield_error select:focus, .gform_body .gfield_error textarea:focus, .gform_footer .gfield_error input:not([type]):focus, .gform_footer .gfield_error input[type=color]:focus, .gform_footer .gfield_error input[type=date]:focus, .gform_footer .gfield_error input[type=email]:focus, .gform_footer .gfield_error input[type=image]:focus, .gform_footer .gfield_error input[type=month]:focus, .gform_footer .gfield_error input[type=number]:focus, .gform_footer .gfield_error input[type=password]:focus, .gform_footer .gfield_error input[type=search]:focus, .gform_footer .gfield_error input[type=tel]:focus, .gform_footer .gfield_error input[type=text]:focus, .gform_footer .gfield_error input[type=time]:focus, .gform_footer .gfield_error input[type=url]:focus, .gform_footer .gfield_error input[type=week]:focus, .gform_footer .gfield_error select:focus, .gform_footer .gfield_error textarea:focus {
    border: 1px solid red; }

.gform_validation_container {
  display: none; }

.alignleft {
  float: left;
  margin: 0 8px 0 0; }

.alignright {
  float: right;
  margin: 0 0 0 8px; }

.aligncenter {
  text-align: center; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.validation_error {
  margin-bottom: 18px;
  padding: 10px;
  border: 1px solid #e51c23;
  background: #f9bdbb;
  color: #c41411;
  text-align: center; }

.gfield_description.validation_message {
  display: block;
  margin: -14px 0 18px;
  background: #f9bdbb;
  color: #c41411;
  text-align: center; }

@font-face {
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  src: url("/wp-content/themes/biomed/font/project.eot");
  src: url("/wp-content/themes/biomed/font/project.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/biomed/font/project.woff") format("woff"), url("/wp-content/themes/biomed/font/project.ttf") format("truetype"), url("/wp-content/themes/biomed/font/project.svg#icomoon") format("svg"); }
.iconArrows:before {
  content: "";
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  speak: none; }

.iconBack:before {
  content: "";
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  speak: none; }

.iconDoc:before {
  content: "";
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  speak: none; }

.iconHome:before {
  content: "";
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  speak: none; }

.iconMail:before {
  content: "";
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  speak: none; }

.iconPhone:before {
  content: "";
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  speak: none; }

.iconTick:before {
  content: "";
  font-family: "Icons";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-variant: normal;
  speak: none; }

img[class*="wp-image"] {
  width: auto !important;
  max-width: 100%;
  height: auto !important; }

@font-face {
  font-family: 'JubilatThin';
  src: url("../fonts/JubilatThin.eot");
  src: url("../fonts/JubilatThin.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatThin.woff2") format("woff2"), url("../fonts/JubilatThin.woff") format("woff"), url("../fonts/JubilatThin.ttf") format("truetype"), url("../fonts/JubilatThin.svg#JubilatThin") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Jubilat';
  src: url("../fonts/JubilatThin-Italic.eot");
  src: url("../fonts/JubilatThin-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatThin-Italic.woff2") format("woff2"), url("../fonts/JubilatThin-Italic.woff") format("woff"), url("../fonts/JubilatThin-Italic.ttf") format("truetype"), url("../fonts/JubilatThin-Italic.svg#JubilatThin-Italic") format("svg");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'JubilatSuperThin';
  src: url("../fonts/JubilatSuperThin.eot");
  src: url("../fonts/JubilatSuperThin.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatSuperThin.woff2") format("woff2"), url("../fonts/JubilatSuperThin.woff") format("woff"), url("../fonts/JubilatSuperThin.ttf") format("truetype"), url("../fonts/JubilatSuperThin.svg#JubilatSuperThin") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Jubilat SuperThin';
  src: url("../fonts/JubilatSuperThin-Italic.eot");
  src: url("../fonts/JubilatSuperThin-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatSuperThin-Italic.woff2") format("woff2"), url("../fonts/JubilatSuperThin-Italic.woff") format("woff"), url("../fonts/JubilatSuperThin-Italic.ttf") format("truetype"), url("../fonts/JubilatSuperThin-Italic.svg#JubilatSuperThin-Italic") format("svg");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'JubilatExtraThin';
  src: url("../fonts/JubilatExtraThin.eot");
  src: url("../fonts/JubilatExtraThin.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatExtraThin.woff2") format("woff2"), url("../fonts/JubilatExtraThin.woff") format("woff"), url("../fonts/JubilatExtraThin.ttf") format("truetype"), url("../fonts/JubilatExtraThin.svg#JubilatExtraThin") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Jubilat ExtraThin';
  src: url("../fonts/JubilatExtraThin-Italic.eot");
  src: url("../fonts/JubilatExtraThin-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatExtraThin-Italic.woff2") format("woff2"), url("../fonts/JubilatExtraThin-Italic.woff") format("woff"), url("../fonts/JubilatExtraThin-Italic.ttf") format("truetype"), url("../fonts/JubilatExtraThin-Italic.svg#JubilatExtraThin-Italic") format("svg");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'JubilatExtraLight';
  src: url("../fonts/JubilatExtraLight.eot");
  src: url("../fonts/JubilatExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatExtraLight.woff2") format("woff2"), url("../fonts/JubilatExtraLight.woff") format("woff"), url("../fonts/JubilatExtraLight.ttf") format("truetype"), url("../fonts/JubilatExtraLight.svg#JubilatExtraLight") format("svg");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Jubilat';
  src: url("../fonts/JubilatExtraLight-Italic.eot");
  src: url("../fonts/JubilatExtraLight-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatExtraLight-Italic.woff2") format("woff2"), url("../fonts/JubilatExtraLight-Italic.woff") format("woff"), url("../fonts/JubilatExtraLight-Italic.ttf") format("truetype"), url("../fonts/JubilatExtraLight-Italic.svg#JubilatExtraLight-Italic") format("svg");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: 'Jubilat Hairline';
  src: url("../fonts/JubilatHairline-Italic.eot");
  src: url("../fonts/JubilatHairline-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatHairline-Italic.woff2") format("woff2"), url("../fonts/JubilatHairline-Italic.woff") format("woff"), url("../fonts/JubilatHairline-Italic.ttf") format("truetype"), url("../fonts/JubilatHairline-Italic.svg#JubilatHairline-Italic") format("svg");
  font-weight: 200;
  font-style: italic; }
@font-face {
  font-family: 'JubilatLight';
  src: url("../fonts/JubilatLight.eot");
  src: url("../fonts/JubilatLight.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatLight.woff2") format("woff2"), url("../fonts/JubilatLight.woff") format("woff"), url("../fonts/JubilatLight.ttf") format("truetype"), url("../fonts/JubilatLight.svg#JubilatLight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'JubilatHairline';
  src: url("../fonts/JubilatHairline.eot");
  src: url("../fonts/JubilatHairline.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatHairline.woff2") format("woff2"), url("../fonts/JubilatHairline.woff") format("woff"), url("../fonts/JubilatHairline.ttf") format("truetype"), url("../fonts/JubilatHairline.svg#JubilatHairline") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Jubilat';
  src: url("../fonts/JubilatLight-Italic.eot");
  src: url("../fonts/JubilatLight-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatLight-Italic.woff2") format("woff2"), url("../fonts/JubilatLight-Italic.woff") format("woff"), url("../fonts/JubilatLight-Italic.ttf") format("truetype"), url("../fonts/JubilatLight-Italic.svg#JubilatLight-Italic") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Jubilat';
  src: url("../fonts/Jubilat-Regular.eot");
  src: url("../fonts/Jubilat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Jubilat-Regular.woff2") format("woff2"), url("../fonts/Jubilat-Regular.woff") format("woff"), url("../fonts/Jubilat-Regular.ttf") format("truetype"), url("../fonts/Jubilat-Regular.svg#Jubilat-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Jubilat';
  src: url("../fonts/Jubilat-Italic.eot");
  src: url("../fonts/Jubilat-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Jubilat-Italic.woff2") format("woff2"), url("../fonts/Jubilat-Italic.woff") format("woff"), url("../fonts/Jubilat-Italic.ttf") format("truetype"), url("../fonts/Jubilat-Italic.svg#Jubilat-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'JubilatMedium';
  src: url("../fonts/JubilatMedium.eot");
  src: url("../fonts/JubilatMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatMedium.woff2") format("woff2"), url("../fonts/JubilatMedium.woff") format("woff"), url("../fonts/JubilatMedium.ttf") format("truetype"), url("../fonts/JubilatMedium.svg#JubilatMedium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Jubilat';
  src: url("../fonts/JubilatMedium-Italic.eot");
  src: url("../fonts/JubilatMedium-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatMedium-Italic.woff2") format("woff2"), url("../fonts/JubilatMedium-Italic.woff") format("woff"), url("../fonts/JubilatMedium-Italic.ttf") format("truetype"), url("../fonts/JubilatMedium-Italic.svg#JubilatMedium-Italic") format("svg");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'JubilatSemibold';
  src: url("../fonts/JubilatSemibold.eot");
  src: url("../fonts/JubilatSemibold.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatSemibold.woff2") format("woff2"), url("../fonts/JubilatSemibold.woff") format("woff"), url("../fonts/JubilatSemibold.ttf") format("truetype"), url("../fonts/JubilatSemibold.svg#JubilatSemibold") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Jubilat';
  src: url("../fonts/JubilatSemiBold-Italic.eot");
  src: url("../fonts/JubilatSemiBold-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatSemiBold-Italic.woff2") format("woff2"), url("../fonts/JubilatSemiBold-Italic.woff") format("woff"), url("../fonts/JubilatSemiBold-Italic.ttf") format("truetype"), url("../fonts/JubilatSemiBold-Italic.svg#JubilatSemiBold-Italic") format("svg");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: 'Jubilat';
  src: url("../fonts/Jubilat-Bold.eot");
  src: url("../fonts/Jubilat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Jubilat-Bold.woff2") format("woff2"), url("../fonts/Jubilat-Bold.woff") format("woff"), url("../fonts/Jubilat-Bold.ttf") format("truetype"), url("../fonts/Jubilat-Bold.svg#Jubilat-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Jubilat';
  src: url("../fonts/Jubilat-BoldItalic.eot");
  src: url("../fonts/Jubilat-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Jubilat-BoldItalic.woff2") format("woff2"), url("../fonts/Jubilat-BoldItalic.woff") format("woff"), url("../fonts/Jubilat-BoldItalic.ttf") format("truetype"), url("../fonts/Jubilat-BoldItalic.svg#Jubilat-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'JubilatBlack';
  src: url("../fonts/JubilatBlack.eot");
  src: url("../fonts/JubilatBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatBlack.woff2") format("woff2"), url("../fonts/JubilatBlack.woff") format("woff"), url("../fonts/JubilatBlack.ttf") format("truetype"), url("../fonts/JubilatBlack.svg#JubilatBlack") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'JubilatBlack';
  src: url("../fonts/JubilatBlack-Italic.eot");
  src: url("../fonts/JubilatBlack-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/JubilatBlack-Italic.woff2") format("woff2"), url("../fonts/JubilatBlack-Italic.woff") format("woff"), url("../fonts/JubilatBlack-Italic.ttf") format("truetype"), url("../fonts/JubilatBlack-Italic.svg#JubilatBlack-Italic") format("svg");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: jubilat-thin, serif;
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: jubilat-thin, serif;
  font-style: italic;
  font-weight: 400; }
@font-face {
  font-family: 'project';
  src: url("../fonts/project.eot?v6e7mz");
  src: url("../fonts/project.eot?v6e7mz#iefix") format("embedded-opentype"), url("../fonts/project.ttf?v6e7mz") format("truetype"), url("../fonts/project.woff?v6e7mz") format("woff"), url("../fonts/project.svg?v6e7mz#project") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'project' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-account:before {
  content: "\e900"; }

.icon-arrow-left:before {
  content: "\e901"; }

.icon-arrow-right:before {
  content: "\e902"; }

.icon-basket:before {
  content: "\e903"; }

.icon-blog:before {
  content: "\e904"; }

.icon-chat:before {
  content: "\e905"; }

.icon-delivery:before {
  content: "\e906"; }

.icon-download:before {
  content: "\e907"; }

.icon-facebook:before {
  content: "\e908"; }

.icon-home:before {
  content: "\e909"; }

.icon-instagram:before {
  content: "\e90a"; }

.icon-lock:before {
  content: "\e90b"; }

.icon-mail:before {
  content: "\e90c"; }

.icon-map:before {
  content: "\e90d"; }

.icon-member:before {
  content: "\e90e"; }

.icon-phone:before {
  content: "\e90f"; }

.icon-return:before {
  content: "\e910"; }

.icon-search:before {
  content: "\e911"; }

.icon-shop:before {
  content: "\e912"; }

.icon-twitter:before {
  content: "\e913"; }

.icon-uarrow:before {
  content: "\e914"; }

.icon-update:before {
  content: "\e915"; }

@font-face {
  font-family: 'newproject';
  src: url("../fonts/newproject.eot?37lx6u");
  src: url("../fonts/newproject.eot?37lx6u#iefix") format("embedded-opentype"), url("../fonts/newproject.ttf?37lx6u") format("truetype"), url("../fonts/newproject.woff?37lx6u") format("woff"), url("../fonts/newproject.svg?37lx6u#newproject") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="newicon-"], [class*=" newicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'newproject' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.newicon-linkedin:before {
  content: "\e900"; }

h2 a.button, p a.button, a.button, a.button:link {
  background-color: #6bc048;
  color: #fff;
  display: inline-block;
  font-family: 'Arvo', sans-serif;
  font-size: 15px;
  height: 45px;
  line-height: 45px;
  padding: 0 48px;
  text-decoration: none;
  margin-bottom: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px; }

h2 a.button:hover, p a.button:hover {
  background-color: #69813a; }

.alignleft {
  float: left;
  margin: 0 20px 20px 0; }
  @media only screen and (max-width: 680px) {
    .alignleft {
      float: none;
      margin: 0 auto 20px;
      display: block; } }

.alignright {
  float: right;
  border: 1px solid #f0f0f0;
  background-color: #FFF;
  margin: 0 0 25px 25px;
  padding: 8px; }
  @media only screen and (max-width: 680px) {
    .alignright {
      float: none;
      margin: 0 auto 20px;
      display: block; } }

.aligncenter {
  clear: both;
  text-align: center;
  border: 1px solid #f0f0f0;
  background-color: #FFF;
  margin: 0 auto 25px;
  padding: 8px; }

body p, body span, body ul, body li, body h1, body h2, body h3, body h4, body h5, body h6, body div {
  float: none;
  margin: 0 0 24px !important;
  padding: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  background: none !important;
  color: black !important;
  border: 0 !important; }
  body p, body p:first-child, body p:last-child, body span, body span:first-child, body span:last-child, body ul, body ul:first-child, body ul:last-child, body li, body li:first-child, body li:last-child, body h1, body h1:first-child, body h1:last-child, body h2, body h2:first-child, body h2:last-child, body h3, body h3:first-child, body h3:last-child, body h4, body h4:first-child, body h4:last-child, body h5, body h5:first-child, body h5:last-child, body h6, body h6:first-child, body h6:last-child, body div, body div:first-child, body div:last-child {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }

header .info,
header .header-top,
#navigation-fluid,
header .header-right,
#home-banner,
header .searchForm,
header .menus,
#box-list,
body footer,
.circles,
.footer-top,
.footer-middle,
.woocommerce .woocommerce-ordering,
.button, button, form {
  display: none !important; }

h1, h2, h3, h4, h5, h6 {
  font-size: 24px !important; }

p {
  font-size: 14px !important; }

.column-right .woocommerce ul.products li.product a .item-detail,
.woocommerce #main ul.products li.product a .item-detail {
  height: auto !important; }

.woocommerce #main ul.products li.product a .item-detail .extra-label,
.column-right .woocommerce ul.products li.product a .item-detail .extra-labels {
  position: relative;
  height: auto !important; }

.woocommerce #main ul.products li.product a .item-detail .extra-labels span img,
.column-right .woocommerce ul.products li.product a .item-detail .extra-labels span img,
.woocommerce .oneColumn .summary .product_meta .extra-labels span img,
.woocommerce-page .oneColumn .summary .product_meta .extra-labels span img {
  width: 50px; }

.blog-home .block-section article {
  width: 100%; }

/*# sourceMappingURL=print.css.map */
