/*
|------------------------------------------------------------
| Import reset
|------------------------------------------------------------
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
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;
}
a {
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
/*
|------------------------------------------------------------
| Import shared less files
|------------------------------------------------------------
*/
/*
|------------------------------------------------------------
| General variables
|------------------------------------------------------------
*/
/* apply a natural box layout model to all elements */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
|------------------------------------------------------------
| Help Classes
|------------------------------------------------------------
*/
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.fixed {
  position: fixed;
}
.no-margin {
  margin: 0;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
/*
|------------------------------------------------------------
| Clearfix
|------------------------------------------------------------
*/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
/*
|------------------------------------------------------------
| Typography
|------------------------------------------------------------
*/
@font-face {
  font-family: 'sunon';
  src: url('../fonts/sunon.eot?-jf63p7');
  src: url('../fonts/sunon.eot?#iefix-jf63p7') format('embedded-opentype'), url('../fonts/sunon.ttf?-jf63p7') format('truetype'), url('../fonts/sunon.woff?-jf63p7') format('woff'), url('../fonts/sunon.svg?-jf63p7#sunon') format('svg');
  font-weight: normal;
  font-style: normal;
}
body,
input,
button,
textarea {
  font-family: 'Source Sans Pro', sans-serif;
  color: #555555;
}
[class^="icon-"],
[class*=" icon-"],
.icon-font {
  font-family: 'sunon';
  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;
}
.icon-logo:before {
  content: "\e60b";
}
.icon-linkedin:before {
  content: "\e600";
}
.icon-facebook:before {
  content: "\e601";
}
.icon-google:before {
  content: "\e602";
}
.icon-lock:before {
  content: "\e603";
}
.icon-mail:before {
  content: "\e604";
}
.icon-r-arrow:before {
  content: "\e605";
}
.icon-rss:before {
  content: "\e606";
}
.icon-search:before {
  content: "\e607";
}
.icon-thin-arrow:before {
  content: "\e608";
}
.icon-twitter:before {
  content: "\e609";
}
.icon-youtube:before {
  content: "\e60a";
}
.icon-thin-arrow-up:before {
  content: "\e60c";
}
.icon-airplane:before {
  content: "\e60d";
}
.icon-c-quote:before {
  content: "\e60e";
}
.icon-o-quote:before {
  content: "\e60f";
}
.icon-thin-arrow-right:before {
  content: "\e610";
}
.icon-minus:before {
  content: "\e611";
}
.icon-plus:before {
  content: "\e612";
}
.icon-active-indicator:before {
  content: "\e613";
}
.icon-download:before {
  content: "\e614";
}
.icon-visibility:before {
  content: "\e615";
}
.icon-active-indicator-left:before {
  content: "\e616";
}
.icon-menu:before {
  content: "\e617";
}
.icon-menu2:before {
  content: "\e618";
}
h1 {
  margin-bottom: 15px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 46px;
  color: #009933;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 38px;
  }
}
h2 {
  font-family: 'Titillium Web', sans-serif;
}
h3 {
  margin-bottom: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 42px;
  color: #0e4320;
  font-weight: 600;
  text-align: center;
}
h4 {
  margin-bottom: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  color: #0e4320;
  font-size: 22px;
}
h4.widget-title {
  text-align: left;
}
/*
ENTRY
------------------------------------------*/
.entry {
  color: #555555;
  font-size: 18px;
  line-height: 30px;
  /*
	WP ENTRY IMAGES
	------------------------------------------*/
  /**
	* Blockquotes
	*/
}
.entry h1 {
  margin-bottom: 30px;
  font-size: 42px;
  line-height: normal;
}
.entry h1 span {
  display: block;
  margin-bottom: 40px;
  font-size: 30px;
  color: #0e4320;
  font-weight: 400;
  line-height: 30px;
}
.entry h2 {
  margin-bottom: 20px;
  text-align: left;
  font-size: 30px;
  color: #0e4320;
  font-weight: 600;
  line-height: normal;
}
.entry h3 {
  margin-bottom: 20px;
  color: #009933;
  text-align: left;
  font-weight: 400;
  line-height: normal;
}
.entry h4 {
  margin-bottom: 18px;
  color: #0e4320;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  font-family: 'Titillium Web', sans-serif;
}
.entry h5 {
  margin-bottom: 15px;
  color: #ffb72b;
  font-size: 22px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  line-height: normal;
}
.entry h6 {
  margin-bottom: 15px;
  color: #009933;
  font-size: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  line-height: normal;
}
.entry p,
.entry ul,
.entry ol {
  margin-bottom: 40px;
}
.entry a {
  display: inline-block;
  color: #009933;
  border-bottom: 2px solid #f7f7f7;
}
.entry a:hover {
  color: #0e4320;
  border-color: #c6c6c6;
}
.entry ul {
  padding: 0;
}
.entry ul li {
  position: relative;
  list-style: none;
  margin-bottom: 5px;
  padding-left: 13px;
}
.entry ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #0e4320;
  border-radius: 2px;
}
.entry ul.page-numbers li:before {
  display: none;
}
.entry ol {
  list-style: none;
  counter-reset: customCount;
}
.entry ol li:before {
  content: counter(customCount) ". ";
  counter-increment: customCount;
  margin-right: 6px;
  color: #0e4320;
}
.entry img.alignleft,
.entry img.alignright,
.entry img.alignnone,
.entry .alignleft,
.entry .alignright,
.entry .alignnone,
.entry .alignleft img,
.entry .alignright img,
.entry .alignnone img {
  display: block;
  width: auto !important;
  height: auto;
  padding: 5px;
  margin: 0 20px 20px;
  background: #ffffff;
  border: 1px solid #c6c6c6;
}
.entry .alignleft img,
.entry .alignright img,
.entry .alignnone img {
  margin: 0;
  padding: 0;
}
.entry .aligncenter {
  display: block;
  margin: 0 auto 20px !important;
}
.entry .alignleft {
  float: left;
  margin-left: 0 !important;
}
.entry .alignright {
  float: right;
  margin-right: 0 !important;
}
.entry p.wp-caption-text {
  padding: 8px 8px 4px;
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #aeaeae;
  font-style: italic;
  line-height: 1;
}
.entry blockquote,
.entry q {
  position: relative;
  padding: 20px 100px;
  clear: both;
  text-align: center;
  margin-bottom: 45px;
  background-color: #f7f7f7;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 0px 1px #e0e0e0;
  -moz-box-shadow: 0px 0px 0px 1px #e0e0e0;
  box-shadow: 0px 0px 0px 1px #e0e0e0;
}
.entry blockquote,
.entry q,
.entry blockquote *,
.entry q * {
  font-size: 17px;
  line-height: 24px;
}
.entry blockquote cite,
.entry q cite {
  display: block;
  padding-top: 7px;
  color: #009933 !important;
  font-weight: 700;
  font-size: 16px;
}
.entry blockquote:before,
.entry q:before {
  content: "\e60f";
}
.entry blockquote:after,
.entry q:after {
  content: "\e60e";
}
.entry blockquote:before,
.entry q:before,
.entry blockquote:after,
.entry q:after {
  position: absolute;
  font-size: 26px;
  font-family: 'sunon';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  color: #eaeaea;
}
.entry blockquote:before,
.entry q:before,
.entry blockquote:after,
.entry q:after {
  top: 50%;
  left: 24px;
  margin-top: -12px;
}
.entry blockquote:after,
.entry q:after {
  left: auto;
  right: 24px;
}
.entry blockquote.right,
.entry q.right,
.entry blockquote.left,
.entry q.left {
  width: 320px;
  padding: 0 30px 0 0;
  text-align: right;
  background: none;
  box-shadow: none;
  border: none;
  outline: none;
}
.entry blockquote.right:before,
.entry q.right:before,
.entry blockquote.left:before,
.entry q.left:before,
.entry blockquote.right:after,
.entry q.right:after,
.entry blockquote.left:after,
.entry q.left:after {
  top: 6px;
  right: 0;
  margin-top: 3px;
  font-size: 15px;
}
.entry blockquote.right:after,
.entry q.right:after,
.entry blockquote.left:after,
.entry q.left:after {
  top: 30px;
}
.entry blockquote.left,
.entry q.left {
  margin-right: 35px;
  padding-right: 0;
  padding-left: 32px;
  text-align: left;
}
.entry blockquote.left:before,
.entry q.left:before,
.entry blockquote.left:after,
.entry q.left:after {
  right: auto;
  left: 0px;
}
/*
|------------------------------------------------------------
| Buttons
|------------------------------------------------------------
*/
.button {
  display: inline-block;
  padding: 11px 23px;
  text-align: center;
  font-size: 18px;
  color: white !important;
  font-weight: 600;
  line-height: normal;
  background: #009933;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.button:hover {
  background-color: #006622;
}
.button.orange {
  background: #ffb72b;
}
.button.orange:hover {
  background-color: #f7a300;
}
.button.white {
  color: #009933 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e0e0e0;
  border-bottom-width: 2px;
  background: white;
}
.button.white:hover {
  background-color: #e0e0e0;
}
.widget .button {
  display: block;
  font-size: 17px;
}
.widget .button.text-left {
  padding: 11px 13px;
  text-align: left;
}
.widget .button.text-left i {
  float: right;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.widget .button.download {
  padding-left: 15px;
  padding-right: 15px;
}
.widget .button.spec {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
.widget .button.spec i {
  float: right;
  margin-left: 30px;
  font-size: 11px;
  line-height: 19px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
h4 .button,
h4 button {
  height: 38px;
  padding: 0 20px;
  line-height: 38px;
  border: none;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #009933;
  font-weight: 400;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #006622;
}
aside .widget a.button:not(.white) {
  color: #ffffff;
}
/*
|------------------------------------------------------------
| Import components less files
|------------------------------------------------------------
*/
/* icons contains all the rule declarations related to icons */
/*
|------------------------------------------------------------
| Icons
|------------------------------------------------------------
*/
.icon-defaults,
.icon {
  display: inline-block;
}
.wrapp-svg {
  display: inline-block;
}
.wrapp-svg .icon {
  pointer-events: none;
}
.icon {
  width: 20px;
  height: 20px;
}
/**
* Animated SVG
*/
.rotate {
  animation: roll 5s infinite linear;
  transform: rotate(30deg);
  opacity: 1;
}
@keyframes roll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
|------------------------------------------------------------
| INPUT fields general
|------------------------------------------------------------
*/
input[type=text],
input[type=password],
input[type=number],
input[type=email],
textarea,
select {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 7px 10px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  background: #f7f7f7;
  border: 1px solid #d3d3d3;
}
input[type=submit],
input[type=reset] {
  border: none;
  padding-top: 8px;
  padding-bottom: 10px;
}
input[type=reset] {
  background-color: #ffb72b;
  margin-left: 15px;
}
input[type=reset]:hover {
  background-color: #f7a300;
}
textarea {
  resize: vertical;
  min-height: 200px;
}
input:disabled,
select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
label {
  font-size: 15px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #6d6d6d;
  line-height: 30px;
}
label > span:not([class^='wpcf7-']) {
  color: #ff3333;
  font-weight: bold;
}
div.input-outer,
.wpcf7-radio > .wpcf7-list-item > label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
div.input-outer input[type=radio],
.wpcf7-radio > .wpcf7-list-item > label input[type=radio],
div.input-outer input[type=checkbox],
.wpcf7-radio > .wpcf7-list-item > label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
div.input-outer label i,
.wpcf7-radio > .wpcf7-list-item > label label i,
div.input-outer .wpcf7-list-item-label i,
.wpcf7-radio > .wpcf7-list-item > label .wpcf7-list-item-label i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
div.input-outer label i.radio,
.wpcf7-radio > .wpcf7-list-item > label label i.radio,
div.input-outer .wpcf7-list-item-label i.radio,
.wpcf7-radio > .wpcf7-list-item > label .wpcf7-list-item-label i.radio {
  position: relative;
  width: 22px;
  height: 22px;
  background: #f7f7f7;
  border: 1px solid #d3d3d3;
  border-radius: 11px;
}
div.input-outer input[type=radio]:checked + label i:before,
.wpcf7-radio > .wpcf7-list-item > label input[type=radio]:checked + label i:before,
div.input-outer input[type=radio]:checked + .wpcf7-list-item-label i:before,
.wpcf7-radio > .wpcf7-list-item > label input[type=radio]:checked + .wpcf7-list-item-label i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  background: #009933;
  border-radius: 5px;
}
@media screen and (max-width: 800px) {
  div.input-outer,
  .wpcf7-radio > .wpcf7-list-item > label {
    display: block;
    margin-right: 0;
    margin-bottom: 6px;
  }
}
fieldset legend {
  display: block;
  width: 100%;
  font-style: italic;
  border-bottom: 2px solid #efefef;
}
fieldset ul li {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
fieldset ul li span.phone {
  display: block;
  margin-bottom: 10px;
}
fieldset ul li span.phone > span {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0px;
}
fieldset ul li span.phone > span input {
  margin: 0;
}
fieldset ul li span.phone > span:first-child {
  width: 17%;
}
fieldset ul li span.phone > span:last-child {
  width: 77%;
}
fieldset ul li span.phone input {
  width: 100%;
}
fieldset ul li span.phone label {
  display: inline-block;
  vertical-align: middle;
  width: 6%;
  text-align: center;
}
fieldset ul li.halfs,
fieldset ul li .halfs {
  zoom: 1;
}
fieldset ul li.halfs:before,
fieldset ul li .halfs:before,
fieldset ul li.halfs:after,
fieldset ul li .halfs:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
fieldset ul li.halfs:after,
fieldset ul li .halfs:after {
  clear: both;
}
fieldset ul li.halfs > div,
fieldset ul li .halfs > div {
  width: 47%;
}
fieldset ul li.thirds {
  zoom: 1;
  margin-bottom: 10px !important;
}
fieldset ul li.thirds:before,
fieldset ul li.thirds:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
fieldset ul li.thirds:after {
  clear: both;
}
fieldset ul li.thirds > div {
  width: 30%;
}
fieldset ul li.thirds > div.left {
  margin-right: 5%;
}
fieldset ul li.three-fourth {
  width: 80%;
}
fieldset ul li.one-fourth {
  width: 20%;
}
fieldset ul li:before {
  display: none !important;
}
fieldset ul li .tilde {
  display: inline-block;
  vertical-align: middle;
  padding: 1.5%;
  text-align: center;
  box-sizing: border-box;
}
fieldset ul li .tilde label {
  display: block;
}
fieldset ul li h6 {
  margin: 15px 0 5px;
  font-style: italic;
}
fieldset ul li.submit {
  padding-top: 40px !important;
}
fieldset ul.page-numbers li {
  width: auto;
}
@media screen and (max-width: 800px) {
  fieldset ul li.three-fourth,
  fieldset ul li.thirds,
  fieldset ul li.thirds > div,
  fieldset ul li.halfs > div,
  fieldset ul li .halfs > div {
    width: 100%;
  }
}
span.wpcf7-list-item {
  margin-left: 0px;
}
.basic-search {
  margin-bottom: 35px;
}
.basic-search form {
  zoom: 1;
}
.basic-search form:before,
.basic-search form:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.basic-search form:after {
  clear: both;
}
/*
|------------------------------------------------------------
| Import vendor less files
|------------------------------------------------------------
*/
/*
GENERAL
------------------------------------------*/
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.wrapper.semi-narrow {
  width: 1250px;
}
.wrapper.narrow {
  width: 700px;
}
@media screen and (max-width: 1280px) {
  .wrapper {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .wrapper,
  .wrapper.semi-narrow,
  .wrapper.narrow {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.outer {
  padding-top: 98px;
}
@media screen and (max-width: 1024px) {
  .outer {
    padding-top: 0px;
  }
}
.content {
  margin-bottom: 70px;
}
.content > * {
  margin-bottom: 20px;
}
.content .entry {
  position: relative;
  width: 68%;
  float: left;
}
.content .entry:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -45px;
  width: 1px;
  background: #e0e0e0;
}
.content aside {
  width: 24%;
  float: right;
}
.content.sidebar-left .entry {
  position: static;
  float: right;
}
.content.sidebar-left .entry:before {
  display: none;
}
.content.sidebar-left aside {
  float: left;
}
@media screen and (max-width: 800px) {
  .content .entry,
  .content aside {
    width: 100%;
    float: none;
    clear: both;
  }
  .content.sidebar-left .entry,
  .content.sidebar-left aside {
    float: none;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
a.logo {
  padding: 20px 0;
  color: #009933;
  text-indent: -9999px;
  font-size: 20px;
}
a.logo:before {
  float: left;
  text-indent: 0;
}
/**
* Social menus
*/
ul.social {
  white-space: nowrap;
  overflow: hidden;
}
ul.social li {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 5px 7px;
  border-radius: 50%;
}
ul.social li a {
  display: block;
  text-indent: -9999px;
}
ul.social li a:before {
  float: left;
  width: 100%;
  height: 100%;
  font-family: 'sunon';
  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;
  text-indent: 0;
  font-size: 11px;
  line-height: 25px;
  text-align: center;
}
ul.social li a:hover:before {
  color: #ffffff;
}
ul.social li.facebook a:before {
  content: "\e601";
  font-size: 13px;
}
ul.social li.twitter a:before {
  content: "\e609";
}
ul.social li.linkedin a:before {
  content: "\e600";
  font-size: 13px;
}
ul.social li.google a:before {
  content: "\e602";
  font-size: 14px;
}
ul.social li.youtube a:before {
  content: "\e60a";
}
ul.social li.rss a:before {
  content: "\e606";
}
ul.social li.mail a:before {
  content: "\e604";
}
/**
* Accordions
*/
.accordion {
  clear: both;
  margin-bottom: 40px;
}
.accordion > div {
  display: none;
  padding: 25px 20px 0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  overflow: hidden;
}
.accordion > div:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.accordion > h3 {
  position: relative;
  margin: 0px;
  padding: 10px 30px 10px 15px;
  color: #555555;
  font-size: 17px;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  cursor: pointer;
}
.accordion > h3:before {
  font-family: 'sunon';
  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;
  content: "\e608";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2px;
  font-size: 8px;
  color: #e0e0e0;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.accordion > h3:not(.activated):hover {
  color: #009933;
  background: #eaeaea;
}
.accordion > h3:not(.activated):hover:before {
  color: #0e4320;
}
.accordion > h3.activated {
  color: #009933;
  background: #f2f2f2;
}
.accordion > h3.activated:before {
  margin-top: -4px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
/**
* Breadcrumbs
*/
.breadcrumbs {
  zoom: 1;
  display: block;
  width: 100%;
  margin: 0 0 90px;
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #ececec;
}
.breadcrumbs:before,
.breadcrumbs:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.breadcrumbs:after {
  clear: both;
}
.breadcrumbs li {
  display: inline-block;
  color: #c6c6c6;
}
.breadcrumbs li a {
  display: block;
}
.breadcrumbs li a:after {
  content: "\e610";
  font-family: 'sunon';
  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;
  margin: 0 8px;
  font-size: 8px;
  color: #e0e0e0;
}
.breadcrumbs li a:hover {
  color: black;
}
/**
* Ribbons
*/
.r-holder {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 199;
}
.ribbon {
  position: absolute;
  left: -5px;
  top: 9px;
  z-index: 199;
  display: block;
  padding: 5px 5px 4px 8px;
  color: white;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  line-height: normal;
  background: #ffb72b;
}
.ribbon:before {
  content: "";
  position: absolute;
  right: -13px;
  top: 0px;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffb72b transparent #ffb72b #ffb72b;
  border-width: 13px;
}
.ribbon:not(.shadow-clone):after {
  content: "";
  position: absolute;
  z-index: 99;
  bottom: -3px;
  left: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #2b1c00 transparent;
  border-width: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.ribbon.shadow-clone {
  z-index: -1;
  top: 12px;
  left: -3px;
  background: #c6c6c6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.ribbon.shadow-clone:before {
  z-index: -1;
  border-color: #c6c6c6 transparent #c6c6c6 #c6c6c6;
}
/**
* Tables
*/
table {
  width: 100%;
  margin-bottom: 40px;
  font-size: 18px;
}
table tr th,
table tr td {
  padding: 5px 10px;
  text-align: left;
  border: 1px solid #d3d3d3;
}
table tr th {
  max-width: 20%;
  font-weight: 600;
}
table tr:nth-child(even) {
  background: #f7f7f7;
}
/**
* Notifications
*/
.notification {
  padding: 25px 60px;
  text-align: center;
  background: #f7f7f7;
  border: 4px solid white;
  outline: 1px solid #f7f7f7;
}
.notification p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
/**
* featured-image
*/
figure.featured-image {
  margin-bottom: 50px;
  padding: 50px;
  text-align: center;
  background: #f7f7f7;
  border: 4px solid white;
  box-shadow: 0 0px 0px 1px #d3d3d3;
}
figure.featured-image img {
  display: inline-block;
}
/**
* Aside
*/
aside h4 {
  text-align: left;
}
aside .widget {
  margin-bottom: 50px;
  padding-bottom: 30px;
}
aside .widget:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
aside .widget ul {
  margin-bottom: 10px;
  zoom: 1;
}
aside .widget ul:before,
aside .widget ul:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
aside .widget ul:after {
  clear: both;
}
aside .widget ul li {
  font-size: 17px;
  color: #c6c6c6;
}
aside .widget ul li a {
  position: relative;
  display: block;
  margin-bottom: 7px;
  padding: 7px 0 7px 18px;
}
aside .widget ul li a:before {
  position: absolute;
  top: 15px;
  left: 0;
  font-family: 'sunon';
  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;
  content: "\e611";
  font-size: 2px;
}
aside .widget ul li a:hover {
  color: #0e4320;
}
aside .widget ul li.active {
  font-weight: 600;
  color: #009933;
}
aside .widget ul li.active a:hover {
  color: inherit;
}
aside .widget ul li ul {
  margin-bottom: 0;
  margin-left: 20px;
}
aside .widget ul li.menu-item-has-children > a:before {
  content: "\e612";
  top: 13px;
  font-size: 8px;
}
aside .widget ul.single-product-notes li {
  list-style-type: circle;
  margin-left: 20px;
  padding: 7px 7px 7px 0;
}
aside .widget ul.latest-posts li {
  margin-bottom: 10px;
  overflow: hidden;
}
aside .widget ul.latest-posts li a {
  padding: 10px 0;
}
aside .widget ul.latest-posts li a figure {
  float: left;
  margin-right: 10px;
  border: 1px solid #e0e0e0;
}
aside .widget ul.latest-posts li a figure img {
  display: block;
  border: 3px solid white;
}
aside .widget ul.latest-posts li a h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  overflow: hidden;
}
aside .widget ul.latest-posts li a:before {
  display: none;
}
aside .widget ul.latest-posts li a:hover {
  color: #009933;
}
aside .widget ul.categories li {
  margin-bottom: -1px;
  background: #f7f7f7;
  border: 1px solid #d3d3d3;
}
aside .widget ul.categories li a {
  margin: 0;
  padding: 18px 7px 18px 19px;
  color: #0e4320;
  font-weight: 400;
}
aside .widget ul.categories li a:before {
  left: 8px;
  top: 26px;
}
aside .widget ul.categories li a:hover {
  color: #c6c6c6;
}
aside .widget ul.categories li.menu-item-has-children {
  background: transparent;
  border: none;
}
aside .widget ul.categories li.menu-item-has-children a {
  padding: 13px 7px 13px 19px;
}
aside .widget ul.categories li.menu-item-has-children a:before {
  top: 20px;
}
aside .widget ul.categories li.menu-item-has-children > a {
  margin-bottom: -1px;
  padding: 18px 7px 18px 19px;
  background: #f7f7f7;
  border: 1px solid #d3d3d3;
}
aside .widget ul.categories li.menu-item-has-children > a:before {
  top: 23px;
}
aside .widget ul.categories li.active {
  position: relative;
  color: #009933;
  font-weight: 600;
  background: #ffffff;
}
aside .widget ul.categories li.active:before {
  content: "\e613";
  font-family: 'sunon';
  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;
  position: absolute;
  top: 50%;
  right: -7px;
  margin-top: -11px;
  font-size: 24px;
  color: #d3d3d3;
}
aside .widget ul.categories li.active > a,
aside .widget ul.categories li.active > a:hover {
  color: #009933;
  cursor: text;
}
aside .widget ul.categories li.active.menu-item-has-children:before {
  top: 17px;
  right: -6px;
  margin-top: 0;
}
aside .widget ul.categories li.active.menu-item-has-children > a {
  background: #fff;
}
aside .widget ul.single-product-features {
  text-align: center;
}
aside .widget ul.single-product-features li {
  float: left;
  width: 30%;
  padding: 5px 7px;
  border: 1px solid #e0e0e0;
}
aside .widget ul.single-product-features li img {
  display: inline-block;
  margin-bottom: 10px;
}
aside .widget ul.single-product-features li h6 {
  font-size: 12px;
}
aside .widget ul.single-product-features li:nth-child(3n + 2) {
  margin-left: 5%;
  margin-right: 5%;
}
aside .widget ul.related-pages {
  position: relative;
  left: -36px;
  width: calc(100% + 36px);
  margin-bottom: 40px;
}
aside .widget ul.related-pages li {
  margin: -1px 0 0;
}
aside .widget ul.related-pages li a {
  display: block;
  padding: 14px 5px 14px 22px;
  margin: 0;
  color: #555555;
  background: #f7f7f7;
  border: 1px solid #ececec;
}
aside .widget ul.related-pages li a:before {
  top: 21px;
  left: 7px;
  color: #d3d3d3;
}
aside .widget ul.related-pages li.active {
  position: relative;
}
aside .widget ul.related-pages li.active a {
  color: #009933;
  font-weight: 600;
  background: white;
}
aside .widget ul.related-pages li.active a:before {
  color: #009933;
}
aside .widget ul.related-pages li.active:before {
  font-family: 'sunon';
  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;
  content: "\e616";
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -11px;
  font-size: 24px;
  color: #e0e0e0;
}
aside .widget ul.related-pages li:first-child {
  margin-top: 0px;
}
aside .widget.model-search form {
  position: relative;
}
aside .widget.model-search form input[type=text] {
  padding-right: 40px;
}
aside .widget.model-search form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: 'sunon';
  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;
  padding: 4px 8px;
  vertical-align: middle;
  color: #ffffff;
  font-size: 16px;
  background: #009933;
  border: none;
}
aside .textwidget a {
  color: #009933;
}
aside .textwidget a:hover {
  color: #0e4320;
}
aside .textwidget p {
  margin-bottom: 5px;
  font-size: 17px;
  color: #7b7b7b;
  line-height: 28px;
}
aside .textwidget p small {
  font-size: 15px;
  line-height: 23px;
}
aside .textwidget p strong {
  font-weight: 600;
}
aside .textwidget h5 {
  margin: 20px 0;
  font-size: 20px;
  color: #0e4320;
  font-family: 'Titillium Web', sans-serif;
}
/*
HEADER
------------------------------------------*/
header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  height: 98px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  background: #009933;
  border-bottom: 1px solid #c6c6c6;
}
header .top-bar {
  line-height: 35px;
  height: 35px;
}
header .top-bar > .left {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
header .top-bar > .search {
  position: relative;
  min-width: 205px;
  height: 100%;
  text-align: right;
}
header .top-bar > .search input[type=text] {
  display: inline-block;
  width: 205px;
  padding: 4px 8px;
  margin: 0;
  color: #009933;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 1px;
}
header .top-bar > .search input[type=submit],
header .top-bar > .search .search-trigger {
  font-family: 'sunon';
  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;
  padding: 4px 8px;
  vertical-align: middle;
  color: inherit;
  font-size: 16px;
  background: none;
  border: none;
}
header .top-bar > .search .search-trigger {
  display: none;
  position: absolute;
  top: 6px;
  right: 0px;
  z-index: 999;
  background: #009933;
  cursor: pointer;
}
header .top-bar > .search ::-webkit-input-placeholder {
  color: #009933;
}
header .top-bar > .search :-moz-placeholder {
  /* Firefox 18- */
  color: #009933;
}
header .top-bar > .search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #009933;
}
header .top-bar > .search :-ms-input-placeholder {
  color: #009933;
}
header nav {
  color: #555555;
  font-size: 17px;
  font-weight: 600;
  background: #f7f7f7;
}
header nav i.icon-menu2 {
  display: none;
}
header nav .main-nav > li {
  display: inline-block;
}
header nav .main-nav > li > a {
  position: relative;
  display: block;
  padding: 25px 14px 20px;
}
header nav .main-nav > li:hover > a {
  color: black;
}
header nav .main-nav > li:hover > a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  background-color: #e0e0e0;
}
header nav .main-nav > li.current_page_item > a,
header nav .main-nav > li.current_page_ancestor > a,
header nav .main-nav > li.current_page_parent > a,
header nav .main-nav > li.current-menu-ancestor > a {
  color: black;
}
header nav .main-nav > li.current_page_item > a:after,
header nav .main-nav > li.current_page_ancestor > a:after,
header nav .main-nav > li.current_page_parent > a:after,
header nav .main-nav > li.current-menu-ancestor > a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  background-color: #aaaaaa;
}
header nav .main-nav > li.menu-item-has-children {
  position: relative;
}
header nav .main-nav > li.menu-item-has-children > a:before {
  font-family: 'sunon';
  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;
  content: "\e605";
  position: absolute;
  bottom: 7px;
  left: 50%;
  margin-left: -4px;
  font-size: 5px;
  color: #c6c6c6;
}
header nav .main-nav > li.menu-item-has-children > ul {
  display: none;
  position: absolute;
  width: 220px;
  text-align: left;
  background: #f7f7f7;
  border: 1px solid #c6c6c6;
}
header nav .main-nav > li.menu-item-has-children > ul > li {
  position: relative;
  border-bottom: 1px solid #ececec;
}
header nav .main-nav > li.menu-item-has-children > ul > li a {
  display: block;
  margin-left: 10px;
  padding: 10px;
  font-size: 17px;
  font-weight: 400;
}
header nav .main-nav > li.menu-item-has-children > ul > li:last-child {
  border: none;
}
header nav .main-nav > li.menu-item-has-children > ul > li:hover {
  background: #FDFDFD;
}
header nav .main-nav > li.menu-item-has-children > ul > li:hover:before,
header nav .main-nav > li.menu-item-has-children > ul > li:hover > a {
  color: #009933 !important;
}
header nav .main-nav > li.menu-item-has-children > ul > li.current_page_item,
header nav .main-nav > li.menu-item-has-children > ul > li.current_page_parent {
  background: #ffffff;
}
header nav .main-nav > li.menu-item-has-children > ul > li.current_page_item:before,
header nav .main-nav > li.menu-item-has-children > ul > li.current_page_parent:before,
header nav .main-nav > li.menu-item-has-children > ul > li.current_page_item > a,
header nav .main-nav > li.menu-item-has-children > ul > li.current_page_parent > a {
  color: #009933 !important;
}
header nav .main-nav > li.menu-item-has-children > ul > li:before {
  position: absolute;
  top: 17.5px;
  left: 7px;
  font-family: 'sunon';
  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;
  content: "\e611";
  font-size: 2px;
  color: #c6c6c6;
}
header nav .main-nav > li.menu-item-has-children > ul > li.menu-item-has-children:before {
  content: "\e612";
  top: 14px;
  font-size: 7px;
}
header nav .main-nav > li.menu-item-has-children > ul > li.menu-item-has-children ul {
  margin-left: 20px;
  padding-bottom: 9px;
}
header nav .main-nav > li.menu-item-has-children > ul > li.menu-item-has-children ul li {
  position: relative;
}
header nav .main-nav > li.menu-item-has-children > ul > li.menu-item-has-children ul li:before {
  position: absolute;
  top: 17.5px;
  left: 7px;
  font-family: 'sunon';
  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;
  content: "\e611";
  font-size: 2px;
  color: #c6c6c6;
}
header nav .main-nav > li.menu-item-has-children > ul > li.menu-item-has-children ul li:hover a,
header nav .main-nav > li.menu-item-has-children > ul > li.menu-item-has-children ul li:hover:before,
header nav .main-nav > li.menu-item-has-children > ul > li.menu-item-has-children ul li.current_page_item a,
header nav .main-nav > li.menu-item-has-children > ul > li.menu-item-has-children ul li.current_page_item:before {
  color: #009933;
}
header nav .main-nav > li.menu-item-has-children:hover > ul {
  display: block;
}
header nav .login-btn,
header nav i.icon-menu2 {
  margin: 12px 0 12px 0;
  padding: 8px 12px;
  font-size: 17px;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
  overflow: hidden;
}
header nav .login-btn > span,
header nav i.icon-menu2 > span {
  margin-right: 35px;
}
header nav .login-btn > i,
header nav i.icon-menu2 > i {
  font-size: 18px;
  color: #009933;
}
@media screen and (max-width: 1280px) and (min-width: 1024px) {
  header .main-nav {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    position: relative;
    height: auto;
  }
  header .top-bar {
    height: auto;
  }
  header .top-bar > .display-inline-block {
    display: none;
  }
  header .top-bar > .search.right {
    margin-bottom: 10px;
    position: static;
    min-width: 0px;
    width: 100%;
    float: none;
    text-align: center;
  }
  header .top-bar > .left {
    float: none;
    width: 100%;
  }
  header nav i.icon-menu2 {
    display: block;
    margin-left: 25px;
    font-size: 20px;
  }
  header nav .main-nav {
    display: none;
    position: absolute;
    top: 143px;
    left: 0;
    right: 0;
    background: rgba(230, 230, 230, 0.86);
  }
  header nav .main-nav li {
    display: block;
  }
  header nav .main-nav > li {
    border-bottom: 1px solid #d0d0d0;
  }
  header nav .main-nav > li.menu-item-has-children > ul {
    display: block;
    position: static;
    width: 100%;
    text-align: center;
  }
  header nav .main-nav > li.menu-item-has-children > ul li:before {
    display: none;
  }
  header nav .main-nav > li.menu-item-has-children > ul li ul {
    margin-left: 0 !important;
    background: #fafafa;
  }
}
@media screen and (max-width: 480px) {
  header .login-btn span {
    display: none;
  }
}
/*
FRONT PAGE HERO
------------------------------------------*/
.hero {
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.hero hgroup {
  padding-top: 15vh;
  margin-bottom: 9vh;
}
.hero hgroup h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
  color: #0e4320;
}
.hero .trigger-next {
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  font-size: 10px;
  color: white;
  line-height: 43px;
  background: #009933;
  border-radius: 20px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.hero.front {
  background-image: url(../../pictures/home-hero.jpg);
}
@media screen and (max-width: 800px) {
  .hero hgroup {
    padding-top: 54px;
  }
}
@media screen and (max-width: 640px) {
  .hero hgroup {
    margin-bottom: 15px;
  }
}
/*
SECTION placeholder
------------------------------------------*/
.placeholder {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  padding: 80px 0;
  text-align: center;
}
.placeholder .wrapper {
  position: relative;
  z-index: 20;
}
.placeholder.featured h2 {
  margin-bottom: 45px;
  font-size: 38px;
  color: #0e4320;
  text-align: center;
  font-weight: 600;
}
.placeholder.featured .product-list {
  zoom: 1;
  margin: 0 0 95px;
}
.placeholder.featured .product-list:before,
.placeholder.featured .product-list:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.placeholder.featured .product-list:after {
  clear: both;
}
.placeholder.featured .product-list li {
  float: left;
  width: 20%;
  padding: 0 15px;
}
.placeholder.featured .product-list li a figure img {
  display: block;
  margin: 0px;
}
.placeholder.featured .product-list li a h3 {
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  color: #009933;
}
.placeholder.featured .product-list li a:hover h3 {
  color: #0e4320;
}
.placeholder.eco-bgr {
  background-image: url(../../pictures/eco.jpg);
}
.placeholder.eco-bgr .wrapper h3 {
  color: #ffb72b;
}
.placeholder.eco-bgr .wrapper p {
  margin-bottom: 25px;
  color: white;
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}
.placeholder.eco-bgr:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #0e4320;
  -moz-opacity: 0.89;
  -khtml-opacity: 0.89;
  -webkit-opacity: 0.89;
  opacity: 0.89;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=89);
  filter: alpha(opacity=89);
}
.placeholder.dark-bgr:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
  filter: alpha(opacity=85);
}
.placeholder.dark-bgr h3 {
  margin-bottom: 70px;
  color: white;
}
.placeholder.dark-bgr h4,
.placeholder.dark-bgr h5 {
  font-family: 'Source Sans Pro', sans-serif;
}
.placeholder.dark-bgr h4 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  color: white;
}
.placeholder.dark-bgr h5 {
  font-size: 20px;
  color: #c6c6c6;
  font-weight: 700;
}
.placeholder.dark-bgr p {
  margin-bottom: 15px;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  color: #b9b9b9;
}
.placeholder h5 {
  margin-bottom: 25px;
  color: #009933;
  font-size: 24px;
  font-family: 'Source Sans Pro', sans-serif;
}
.placeholder img {
  margin-bottom: 30px;
}
/*
Video carousel
------------------------------------------*/
.video-stage {
  margin-bottom: 25px;
}
.video-stage img {
  margin: 0px;
}
.video-stage > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.video-stage > a:before {
  content: "";
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 53px;
  margin-left: -37.5px;
  margin-top: -26.5px;
  background: url(../img/yt.png) 0 0 no-repeat;
}
.video-stage > a:not(:hover):before {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg);
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
}
@media screen and (max-width: 800px) {
  .video-stage img {
    width: 100%;
    height: auto;
  }
}
.video-playlist {
  margin: 0;
  padding: 0;
  min-width: 300%;
}
.video-playlist li {
  float: left;
  margin-right: 22.5px;
  border: 2px solid #adadad;
}
.video-playlist li img {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .video-playlist {
    margin-bottom: 40px;
    display: block;
    overflow: hidden;
  }
}
/*
COLUMNED CONTENTS
------------------------------------------*/
.cols {
  zoom: 1;
}
.cols:before,
.cols:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.cols:after {
  clear: both;
}
.cols .col {
  float: left;
  width: 47%;
  margin: 0 3% 0 0;
  text-align: left;
  overflow: hidden;
}
.cols .col:last-child {
  margin: 0 0 0 3%;
}
@media screen and (max-width: 800px) {
  .cols .col {
    width: 100%;
    float: none;
  }
  .cols .col:last-child {
    margin: 0;
  }
}
/*
CATALOQUE
------------------------------------------*/
.results h2,
.cataloque h2,
.related-products h2,
.featured h2,
.results h3,
.cataloque h3,
.related-products h3,
.featured h3 {
  position: relative;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 30px;
  color: #0e4320;
}
.results h2 > span,
.cataloque h2 > span,
.related-products h2 > span,
.featured h2 > span,
.results h3 > span,
.cataloque h3 > span,
.related-products h3 > span,
.featured h3 > span {
  position: relative;
  z-index: 3;
  display: inline-block;
  padding: 5px 25px 5px 0px;
  background: white;
}
.results h2:before,
.cataloque h2:before,
.related-products h2:before,
.featured h2:before,
.results h3:before,
.cataloque h3:before,
.related-products h3:before,
.featured h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  z-index: -1;
  height: 1px;
  background: #d3d3d3;
}
.results ul:not(.page-numbers),
.cataloque ul:not(.page-numbers),
.related-products ul:not(.page-numbers),
.featured ul:not(.page-numbers) {
  zoom: 1;
}
.results ul:not(.page-numbers):before,
.cataloque ul:not(.page-numbers):before,
.related-products ul:not(.page-numbers):before,
.featured ul:not(.page-numbers):before,
.results ul:not(.page-numbers):after,
.cataloque ul:not(.page-numbers):after,
.related-products ul:not(.page-numbers):after,
.featured ul:not(.page-numbers):after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.results ul:not(.page-numbers):after,
.cataloque ul:not(.page-numbers):after,
.related-products ul:not(.page-numbers):after,
.featured ul:not(.page-numbers):after {
  clear: both;
}
.results ul:not(.page-numbers) li,
.cataloque ul:not(.page-numbers) li,
.related-products ul:not(.page-numbers) li,
.featured ul:not(.page-numbers) li {
  float: left !important;
  clear: none !important;
  width: 25% !important;
  margin: 0 !important;
  padding: 5px !important;
}
.results ul:not(.page-numbers) li a,
.cataloque ul:not(.page-numbers) li a,
.related-products ul:not(.page-numbers) li a,
.featured ul:not(.page-numbers) li a {
  display: block;
  font-weight: 600;
  color: #555555;
  text-align: center;
  border: 1px solid #d3d3d3;
}
.results ul:not(.page-numbers) li a figure,
.cataloque ul:not(.page-numbers) li a figure,
.related-products ul:not(.page-numbers) li a figure,
.featured ul:not(.page-numbers) li a figure {
  position: relative;
}
.results ul:not(.page-numbers) li a figure .image,
.cataloque ul:not(.page-numbers) li a figure .image,
.related-products ul:not(.page-numbers) li a figure .image,
.featured ul:not(.page-numbers) li a figure .image {
  position: relative;
  padding: 4px;
  border-bottom: 1px solid #d3d3d3;
}
.results ul:not(.page-numbers) li a figure .image img,
.cataloque ul:not(.page-numbers) li a figure .image img,
.related-products ul:not(.page-numbers) li a figure .image img,
.featured ul:not(.page-numbers) li a figure .image img {
  display: inline-block;
  max-width: 100%;
}
.results ul:not(.page-numbers) li a figure .image .model-no,
.cataloque ul:not(.page-numbers) li a figure .image .model-no,
.related-products ul:not(.page-numbers) li a figure .image .model-no,
.featured ul:not(.page-numbers) li a figure .image .model-no {
  position: absolute;
  bottom: 4px;
  left: 0px;
  z-index: 998;
  display: block;
  width: 100%;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 10px;
  font-weight: normal;
  line-height: 20px;
  background: rgba(255, 255, 255, 0.8);
}
.results ul:not(.page-numbers) li a figure .image:before,
.cataloque ul:not(.page-numbers) li a figure .image:before,
.related-products ul:not(.page-numbers) li a figure .image:before,
.featured ul:not(.page-numbers) li a figure .image:before,
.results ul:not(.page-numbers) li a figure .image:after,
.cataloque ul:not(.page-numbers) li a figure .image:after,
.related-products ul:not(.page-numbers) li a figure .image:after,
.featured ul:not(.page-numbers) li a figure .image:after {
  position: absolute;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.results ul:not(.page-numbers) li a figure .image:before,
.cataloque ul:not(.page-numbers) li a figure .image:before,
.related-products ul:not(.page-numbers) li a figure .image:before,
.featured ul:not(.page-numbers) li a figure .image:before {
  content: "";
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  z-index: 99;
  background-color: rgba(14, 67, 32, 0.6);
}
.results ul:not(.page-numbers) li a figure .image:after,
.cataloque ul:not(.page-numbers) li a figure .image:after,
.related-products ul:not(.page-numbers) li a figure .image:after,
.featured ul:not(.page-numbers) li a figure .image:after {
  content: "\e610";
  top: 39%;
  left: 50%;
  z-index: 100;
  font-family: 'sunon';
  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;
  font-size: 16px;
  color: white;
  margin-top: -8px;
  margin-left: -5px;
}
.results ul:not(.page-numbers) li a figure span,
.cataloque ul:not(.page-numbers) li a figure span,
.related-products ul:not(.page-numbers) li a figure span,
.featured ul:not(.page-numbers) li a figure span {
  position: absolute;
}
.results ul:not(.page-numbers) li a figure figcaption,
.cataloque ul:not(.page-numbers) li a figure figcaption,
.related-products ul:not(.page-numbers) li a figure figcaption,
.featured ul:not(.page-numbers) li a figure figcaption {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  background: #f7f7f7;
}
.results ul:not(.page-numbers) li a:hover,
.cataloque ul:not(.page-numbers) li a:hover,
.related-products ul:not(.page-numbers) li a:hover,
.featured ul:not(.page-numbers) li a:hover {
  color: #009933;
}
.results ul:not(.page-numbers) li a:hover figure .image:before,
.cataloque ul:not(.page-numbers) li a:hover figure .image:before,
.related-products ul:not(.page-numbers) li a:hover figure .image:before,
.featured ul:not(.page-numbers) li a:hover figure .image:before,
.results ul:not(.page-numbers) li a:hover figure .image:after,
.cataloque ul:not(.page-numbers) li a:hover figure .image:after,
.related-products ul:not(.page-numbers) li a:hover figure .image:after,
.featured ul:not(.page-numbers) li a:hover figure .image:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.results ul:not(.page-numbers) li a:hover figure figcaption,
.cataloque ul:not(.page-numbers) li a:hover figure figcaption,
.related-products ul:not(.page-numbers) li a:hover figure figcaption,
.featured ul:not(.page-numbers) li a:hover figure figcaption {
  background: transparent;
}
.results ul:not(.page-numbers) li:nth-child(5n),
.cataloque ul:not(.page-numbers) li:nth-child(5n),
.related-products ul:not(.page-numbers) li:nth-child(5n),
.featured ul:not(.page-numbers) li:nth-child(5n) {
  padding-right: 0px;
}
.results ul:not(.page-numbers) li:nth-child(5n + 1),
.cataloque ul:not(.page-numbers) li:nth-child(5n + 1),
.related-products ul:not(.page-numbers) li:nth-child(5n + 1),
.featured ul:not(.page-numbers) li:nth-child(5n + 1) {
  padding-left: 0px;
}
.results ul:not(.page-numbers) li:before,
.cataloque ul:not(.page-numbers) li:before,
.related-products ul:not(.page-numbers) li:before,
.featured ul:not(.page-numbers) li:before {
  display: none;
}
.results.related-products ul li,
.cataloque.related-products ul li,
.related-products.related-products ul li,
.featured.related-products ul li {
  width: 45%!important;
  padding: 0!important;
  margin-bottom: 6px!important;
}
.results.related-products ul li a,
.cataloque.related-products ul li a,
.related-products.related-products ul li a,
.featured.related-products ul li a {
  padding: 0;
}
.results.related-products ul li a:before,
.cataloque.related-products ul li a:before,
.related-products.related-products ul li a:before,
.featured.related-products ul li a:before {
  display: none;
}
.results.related-products ul li a figure figcaption,
.cataloque.related-products ul li a figure figcaption,
.related-products.related-products ul li a figure figcaption,
.featured.related-products ul li a figure figcaption {
  padding: 5px;
  font-size: 15px;
}
.results.related-products ul li:nth-child(odd),
.cataloque.related-products ul li:nth-child(odd),
.related-products.related-products ul li:nth-child(odd),
.featured.related-products ul li:nth-child(odd) {
  margin-right: 5% !important;
}
.results.related-products ul li:before,
.cataloque.related-products ul li:before,
.related-products.related-products ul li:before,
.featured.related-products ul li:before {
  display: none;
}
.results.featured h2:before,
.cataloque.featured h2:before,
.related-products.featured h2:before,
.featured.featured h2:before,
.results.featured h3:before,
.cataloque.featured h3:before,
.related-products.featured h3:before,
.featured.featured h3:before {
  display: none;
}
.results.featured ul,
.cataloque.featured ul,
.related-products.featured ul,
.featured.featured ul {
  margin-bottom: 70px;
}
.results.featured ul li,
.cataloque.featured ul li,
.related-products.featured ul li,
.featured.featured ul li {
  width: 12.5% !important;
}
.results.featured ul li a,
.cataloque.featured ul li a,
.related-products.featured ul li a,
.featured.featured ul li a {
  border: none;
}
.results.featured ul li a figure .image,
.cataloque.featured ul li a figure .image,
.related-products.featured ul li a figure .image,
.featured.featured ul li a figure .image {
  border: 1px solid #d3d3d3;
}
.results.featured ul li a figure figcaption,
.cataloque.featured ul li a figure figcaption,
.related-products.featured ul li a figure figcaption,
.featured.featured ul li a figure figcaption {
  background: none !important;
}
.results.results h5,
.cataloque.results h5,
.related-products.results h5,
.featured.results h5 {
  margin-bottom: 0;
}
.results.results p,
.cataloque.results p,
.related-products.results p,
.featured.results p {
  margin-bottom: 15px;
  font-size: 14px;
  font-style: italic;
}
.results .woocommerce-tabs ul li,
.cataloque .woocommerce-tabs ul li,
.related-products .woocommerce-tabs ul li,
.featured .woocommerce-tabs ul li {
  width: auto;
}
.results .woocommerce-tabs ul li a,
.cataloque .woocommerce-tabs ul li a,
.related-products .woocommerce-tabs ul li a,
.featured .woocommerce-tabs ul li a {
  border: none;
}
.results .woocommerce-tabs h2:before,
.cataloque .woocommerce-tabs h2:before,
.related-products .woocommerce-tabs h2:before,
.featured .woocommerce-tabs h2:before,
.results .woocommerce-tabs h3:before,
.cataloque .woocommerce-tabs h3:before,
.related-products .woocommerce-tabs h3:before,
.featured .woocommerce-tabs h3:before {
  display: none;
}
.results .woocommerce-tabs table,
.cataloque .woocommerce-tabs table,
.related-products .woocommerce-tabs table,
.featured .woocommerce-tabs table,
.results .woocommerce-tabs table.shop_attributes,
.cataloque .woocommerce-tabs table.shop_attributes,
.related-products .woocommerce-tabs table.shop_attributes,
.featured .woocommerce-tabs table.shop_attributes {
  border: inherit;
  border-top: inherit;
  margin-bottom: 35px;
  border: none;
}
.results .woocommerce-tabs table th,
.cataloque .woocommerce-tabs table th,
.related-products .woocommerce-tabs table th,
.featured .woocommerce-tabs table th,
.results .woocommerce-tabs table.shop_attributes th,
.cataloque .woocommerce-tabs table.shop_attributes th,
.related-products .woocommerce-tabs table.shop_attributes th,
.featured .woocommerce-tabs table.shop_attributes th,
.results .woocommerce-tabs table td,
.cataloque .woocommerce-tabs table td,
.related-products .woocommerce-tabs table td,
.featured .woocommerce-tabs table td,
.results .woocommerce-tabs table.shop_attributes td,
.cataloque .woocommerce-tabs table.shop_attributes td,
.related-products .woocommerce-tabs table.shop_attributes td,
.featured .woocommerce-tabs table.shop_attributes td {
  width: auto;
  font-weight: normal;
  padding: 5px 10px;
  line-height: 30px;
  border: 1px solid #d3d3d3;
}
.results .woocommerce-tabs table th p,
.cataloque .woocommerce-tabs table th p,
.related-products .woocommerce-tabs table th p,
.featured .woocommerce-tabs table th p,
.results .woocommerce-tabs table.shop_attributes th p,
.cataloque .woocommerce-tabs table.shop_attributes th p,
.related-products .woocommerce-tabs table.shop_attributes th p,
.featured .woocommerce-tabs table.shop_attributes th p,
.results .woocommerce-tabs table td p,
.cataloque .woocommerce-tabs table td p,
.related-products .woocommerce-tabs table td p,
.featured .woocommerce-tabs table td p,
.results .woocommerce-tabs table.shop_attributes td p,
.cataloque .woocommerce-tabs table.shop_attributes td p,
.related-products .woocommerce-tabs table.shop_attributes td p,
.featured .woocommerce-tabs table.shop_attributes td p {
  padding: 0;
}
@media screen and (max-width: 800px) {
  .results.featured ul li,
  .cataloque.featured ul li,
  .related-products.featured ul li,
  .featured.featured ul li {
    width: 24% !important;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 640px) {
  .results ul li,
  .cataloque ul li,
  .related-products ul li,
  .featured ul li {
    width: 50% !important;
  }
  .results.featured ul li,
  .cataloque.featured ul li,
  .related-products.featured ul li,
  .featured.featured ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 480px) {
  .results ul li,
  .cataloque ul li,
  .related-products ul li,
  .featured ul li {
    width: 100% !important;
  }
  .results.featured ul li,
  .cataloque.featured ul li,
  .related-products.featured ul li,
  .featured.featured ul li {
    width: 100% !important;
  }
}
.news ul {
  list-style: none;
}
.news ul li {
  zoom: 1;
  margin-bottom: 40px;
  padding: 0 0 35px 0;
}
.news ul li:before,
.news ul li:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.news ul li:after {
  clear: both;
}
.news ul li:before {
  display: none;
}
.news ul li h3 {
  font-size: 30px;
  line-height: 35px;
}
.news ul li figure {
  float: left;
  margin-right: 20px;
}
.news ul li article {
  overflow: hidden;
}
.news ul li article p {
  margin-bottom: 10px;
  line-height: 28px;
}
.news ul li article a.button {
  text-decoration: none;
  color: #ffffff;
  border: none;
  float: right;
}
.news ul li article a {
  border: none;
}
/*
FOOTER
------------------------------------------*/
footer {
  padding-top: 15px;
  text-align: center;
  color: white;
  background-color: #009933;
}
footer .logo {
  color: rgba(255, 255, 255, 0.2);
}
footer .logo:hover {
  color: white;
}
footer .nav {
  display: inline-block;
}
footer .nav li {
  display: inline-block;
  padding: 5px 0;
}
footer .nav li a {
  display: block;
  padding: 15px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
footer .nav li a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
footer .to-top {
  margin: 5px 0 5px 5px;
  padding: 10px 10px 13px;
  color: rgba(255, 255, 255, 0.35);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 3px;
}
footer .to-top i {
  margin-left: 27px;
  font-size: 10px;
  color: white;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
footer .to-top:hover {
  color: white;
}
footer .to-top:hover i {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
footer .social {
  margin-bottom: 25px;
}
footer .social li a:before {
  font-size: 9px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
footer .social li a:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
footer .social.facebook a:before {
  content: "\e601";
  font-size: 11px;
}
footer .social.linkedin a:before {
  content: "\e600";
  font-size: 11px;
}
footer .social.google a:before {
  content: "\e602";
  font-size: 12px;
}
footer .copyright {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.2);
  background-color: #009933;
}
@media screen and (max-width: 1024px) {
  footer .nav {
    display: block;
    clear: both;
  }
  footer a.logo,
  footer a.logo:before {
    float: none;
  }
  footer a.to-top.right {
    float: none;
    display: block;
    margin: 10px 10px 30px;
  }
}
@media screen and (max-width: 800px) {
  footer .nav {
    margin-top: 10px;
    margin-bottom: 64px;
  }
  footer .nav li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 1024px) {
  .results ul:not(.page-numbers) li,
  .cataloque ul:not(.page-numbers) li,
  .related-products ul:not(.page-numbers) li,
  .featured ul:not(.page-numbers) li {
    width: 50% !important;
  }
  .entry img.alignleft,
  .entry img.alignright,
  .entry img.alignnone,
  .entry .alignleft,
  .entry .alignright,
  .entry .alignnone,
  .entry .alignleft img,
  .entry .alignright img,
  .entry .alignnone img {
    display: inline-block;
  }
}


@media print {
  .leftside {
    display:none;
  }
  
  header {
    display:none; 
  }
  
  footer {
    display:none; 
  }
  
  body > .outer {
    padding:0;
  }
  
  body > .outer > .user-bar {
    display:none; 
  }
    
  .content .entry-new {
    width: 90% !important;
    margin-left:0;
  }
  
  .form-control {
    background-color:#FFF !important;
    border:0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 7px 0 !important;
  }

  .form-group .btn, .logs_forms {
    display: none;
  }
}
