/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #007236;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #007236;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ================================================ */
/* ! Mixins */
/* ================================================ */
.background-clip {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* ================================================ */
/* ! General Elements */
/* ================================================ */
p {
  margin: 0;
  margin-bottom: 10px;
}
p small {
  font-size: 10px;
  color: #808080;
}
/* ================================================ */
/* ! Headings */
/* ================================================ */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  font-weight: bold;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #808080;
}
h1,
.h1 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
}
h1 small,
.h1 small {
  font-size: 18px;
}
h2,
.h2 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 8px;
}
h2 small,
.h2 small {
  font-size: 14px;
}
h3,
.h3 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
}
h3 small,
.h3 small {
  font-size: 14px;
}
h4,
.h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
h4 small,
.h4 small {
  font-size: 12px;
}
h5,
.h5 {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 6px;
}
h6,
.h6 {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 2px;
  color: #bfbfbf;
  text-transform: uppercase;
}
/* same color despite link */
.colorfix,
.colorfix a {
  color: #333333;
}
/* Titles style - make a distinction betwen headings */
.title {
  border-bottom: 2px solid;
  margin-bottom: 14px;
}
h2.title {
  margin-bottom: 14px;
  line-height: 34px;
}
h3.title {
  margin-bottom: 14px;
  line-height: 28px;
}
h4.title {
  margin-bottom: 12px;
  line-height: 28px;
}
h5.title {
  margin-bottom: 12px;
  line-height: 26px;
}
h6.title {
  margin-bottom: 12px;
  line-height: 28px;
}
/* ================================================ */
/* ! Misc */
/* ================================================ */
/* Definition Lists */
dl {
  margin-bottom: 20px;
}
dl dt,
dl dd {
  line-height: 20px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 10px;
}
/* Horizontal rules */
hr {
  margin: 10px 0 9.5px;
  border: 0;
  border-bottom: 1px solid #eee;
}
/* Emphasis */
strong {
  font-style: inherit;
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
.muted {
  color: #bfbfbf;
}
/* Blockquotes */
blockquote {
  margin-bottom: 20px;
  border-left: 5px solid #eee;
  padding-left: 15px;
}
blockquote p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 0;
}
blockquote small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  color: #bfbfbf;
}
blockquote small:before {
  content: '\2014 \00A0';
}
/* Addresses */
address {
  display: block;
  line-height: 20px;
  margin-bottom: 20px;
}
/* Inline and block code styles */
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Andale Mono, Courier New, monospace;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
code {
  background-color: #fee9cc;
  color: rgba(0, 0, 0, 0.75);
  padding: 1px 3px;
}
pre {
  background-color: #f5f5f5;
  display: block;
  padding: 9.5px;
  margin: 0 0 20px;
  line-height: 20px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.symbol {
  font-family: "Arial", sans-serif;
}
/* ================================================ */
/* ! Forms */
/* ================================================ */
form p {
  margin-bottom: 20px;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
input,
textarea {
  margin: 0;
  cursor: text;
  padding: 6px 5px 6px 5px;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background-image: -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background-image: -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background-image: -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background-image: linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  transition: ease-in-out all 0.1s;
  -moz-transition: ease-in-out all 0.1s;
  -webkit-transition: ease-in-out all 0.1s;
  /* Defined in patterns.less */

}
input:focus,
textarea:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid #888;
  outline: none;
}
input + label,
textarea + label {
  padding-left: 10px;
}
input.full,
textarea.full {
  width: 100%;
}
input[type="radio"],
input[type="checkbox"] {
  border: none;
  background: none;
}
textarea {
  line-height: inherit;
  resize: vertical;
}
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
.desc {
  color: #808080;
  padding-top: 2px;
  padding-left: 10px;
}
.full-field {
  display: block;
  padding-right: 12px;
}
/* ================================================ */
/* ! Fieldset */
/* ================================================ */
fieldset {
  border: 1px solid #bfbfbf;
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0px;
  margin-bottom: 18px;
}
fieldset legend {
  background: none;
  font-weight: bold;
  padding: 0 24px;
}
/* ================================================ */
/* ! Images */
/* ================================================ */
figure {
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  transition: ease-in-out all 0.2s;
  -moz-transition: ease-in-out all 0.2s;
  -webkit-transition: ease-in-out all 0.2s;
  overflow: hidden;
  margin-bottom: 25px;
}
figure:hover {
  border-color: #bfbfbf;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
figure:hover figcaption {
  margin: 5px 0 -5px;
}
figcaption {
  font-weight: bold;
  text-align: center;
  margin: 10px 0 -35px 0;
  transition: ease-in-out all 0.2s;
  -moz-transition: ease-in-out all 0.2s;
  -webkit-transition: ease-in-out all 0.2s;
}
/* ================================================ */
/* ! Table */
/* ================================================ */
.table,
.table th,
.table tr,
.table td {
  border: 1px solid #bfbfbf;
  padding: 6px;
}
.table table {
  margin-bottom: 18px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.table tr:nth-child(even),
.table .even {
  background: #f7f7f7;
}
.table tbody tr:hover {
  background: #f0f0f0;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.table thead,
.table thead tr {
  background: #eee;
}
.table tfoot tr {
  background: #eee;
}
.column-1 {
  width: 6.275720164609054%;
}
.column-2 {
  width: 14.609053497942387%;
}
.column-3 {
  width: 22.94238683127572%;
}
.column-4 {
  width: 31.275720164609055%;
}
.column-5 {
  width: 39.60905349794239%;
}
.column-6 {
  width: 47.94238683127572%;
}
.column-7 {
  width: 56.275720164609055%;
}
.column-8 {
  width: 64.6090534979424%;
}
.column-9 {
  width: 72.94238683127573%;
}
.column-10 {
  width: 81.27572016460907%;
}
.column-11 {
  width: 89.6090534979424%;
}
.column-12 {
  width: 97.94238683127573%;
}
.column-13 {
  width: 106.27572016460907%;
}
.column-14 {
  width: 114.6090534979424%;
}
.column-15 {
  width: 122.94238683127574%;
}
.column-16 {
  width: 131.27572016460906%;
}
.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12,
.column-13,
.column-14,
.column-15,
.column-16 {
  float: left;
  position: relative;
  margin-left: 2.05761316872428%;
}
.column-pt {
  padding-top: 2.05761316872428%;
}
.column-pb {
  padding-bottom: 2.05761316872428%;
}
.column-pl {
  padding-left: 2.05761316872428%;
}
.column-pr {
  padding-right: 2.05761316872428%;
}
.column-mt {
  margin-top: 2.05761316872428%;
}
.column-mb {
  margin-bottom: 2.05761316872428%;
}
.column-ml {
  margin-left: 2.05761316872428%;
}
.column-mr {
  margin-right: 2.05761316872428%;
}
.row {
  zoom: 1;
  margin-left: -2.05761316872428%;
  width: 102.05761316872427%;
}
.row:before,
.row:after {
  content: '';
  display: table;
}
.row:after {
  clear: both;
}
.row-inverted {
  zoom: 1;
  margin-right: -2.05761316872428%;
  width: 102.05761316872427%;
}
.row-inverted:before,
.row-inverted:after {
  content: '';
  display: table;
}
.row-inverted:after {
  clear: both;
}
.row-inverted .column-1,
.row-inverted .column-2,
.row-inverted .column-3,
.row-inverted .column-4,
.row-inverted .column-5,
.row-inverted .column-6,
.row-inverted .column-7,
.row-inverted .column-8,
.row-inverted .column-9,
.row-inverted .column-10,
.row-inverted .column-11,
.row-inverted .column-12,
.row-inverted .column-13,
.row-inverted .column-14,
.row-inverted .column-15,
.row-inverted .column-16 {
  float: right;
  margin-left: 0;
  margin-right: 2.05761316872428%;
}
ul.row {
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .tablet-column-1 {
    width: 6.275720164609054%;
  }
  .tablet-column-2 {
    width: 14.609053497942387%;
  }
  .tablet-column-3 {
    width: 22.94238683127572%;
  }
  .tablet-column-4 {
    width: 31.275720164609055%;
  }
  .tablet-column-5 {
    width: 39.60905349794239%;
  }
  .tablet-column-6 {
    width: 47.94238683127572%;
  }
  .tablet-column-7 {
    width: 56.275720164609055%;
  }
  .tablet-column-8 {
    width: 64.6090534979424%;
  }
  .tablet-column-9 {
    width: 72.94238683127573%;
  }
  .tablet-column-10 {
    width: 81.27572016460907%;
  }
  .tablet-column-11 {
    width: 89.6090534979424%;
  }
  .tablet-column-12 {
    width: 97.94238683127573%;
  }
  .tablet-column-13 {
    width: 106.27572016460907%;
  }
  .tablet-column-14 {
    width: 114.6090534979424%;
  }
  .tablet-column-15 {
    width: 122.94238683127574%;
  }
  .tablet-column-16 {
    width: 131.27572016460906%;
  }
  .medium-column-1 {
    width: 6.275720164609054%;
  }
  .medium-column-2 {
    width: 14.609053497942387%;
  }
  .medium-column-3 {
    width: 22.94238683127572%;
  }
  .medium-column-4 {
    width: 31.275720164609055%;
  }
  .medium-column-5 {
    width: 39.60905349794239%;
  }
  .medium-column-6 {
    width: 47.94238683127572%;
  }
  .medium-column-7 {
    width: 56.275720164609055%;
  }
  .medium-column-8 {
    width: 64.6090534979424%;
  }
  .medium-column-9 {
    width: 72.94238683127573%;
  }
  .medium-column-10 {
    width: 81.27572016460907%;
  }
  .medium-column-11 {
    width: 89.6090534979424%;
  }
  .medium-column-12 {
    width: 97.94238683127573%;
  }
  .medium-column-13 {
    width: 106.27572016460907%;
  }
  .medium-column-14 {
    width: 114.6090534979424%;
  }
  .medium-column-15 {
    width: 122.94238683127574%;
  }
  .medium-column-16 {
    width: 131.27572016460906%;
  }
  .tablet-hidden,
  .medium-hidden {
    display: none;
  }
  .tablet-visible,
  .medium-visible {
    display: block;
  }
}
@media only screen and (max-width: 479px) {
  .mobile-column-1 {
    width: 6.275720164609054%;
  }
  .mobile-column-2 {
    width: 14.609053497942387%;
  }
  .mobile-column-3 {
    width: 22.94238683127572%;
  }
  .mobile-column-4 {
    width: 31.275720164609055%;
  }
  .mobile-column-5 {
    width: 39.60905349794239%;
  }
  .mobile-column-6 {
    width: 47.94238683127572%;
  }
  .mobile-column-7 {
    width: 56.275720164609055%;
  }
  .mobile-column-8 {
    width: 64.6090534979424%;
  }
  .mobile-column-9 {
    width: 72.94238683127573%;
  }
  .mobile-column-10 {
    width: 81.27572016460907%;
  }
  .mobile-column-11 {
    width: 89.6090534979424%;
  }
  .mobile-column-12 {
    width: 97.94238683127573%;
  }
  .mobile-column-13 {
    width: 106.27572016460907%;
  }
  .mobile-column-14 {
    width: 114.6090534979424%;
  }
  .mobile-column-15 {
    width: 122.94238683127574%;
  }
  .mobile-column-16 {
    width: 131.27572016460906%;
  }
  .small-column-1 {
    width: 6.275720164609054%;
  }
  .small-column-2 {
    width: 14.609053497942387%;
  }
  .small-column-3 {
    width: 22.94238683127572%;
  }
  .small-column-4 {
    width: 31.275720164609055%;
  }
  .small-column-5 {
    width: 39.60905349794239%;
  }
  .small-column-6 {
    width: 47.94238683127572%;
  }
  .small-column-7 {
    width: 56.275720164609055%;
  }
  .small-column-8 {
    width: 64.6090534979424%;
  }
  .small-column-9 {
    width: 72.94238683127573%;
  }
  .small-column-10 {
    width: 81.27572016460907%;
  }
  .small-column-11 {
    width: 89.6090534979424%;
  }
  .small-column-12 {
    width: 97.94238683127573%;
  }
  .small-column-13 {
    width: 106.27572016460907%;
  }
  .small-column-14 {
    width: 114.6090534979424%;
  }
  .small-column-15 {
    width: 122.94238683127574%;
  }
  .small-column-16 {
    width: 131.27572016460906%;
  }
  .mobile-hidden,
  .small-hidden {
    display: none;
  }
  .mobile-visible,
  .small-visible {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: '';
  display: table;
}
.cf:after {
  clear: both;
}
/* ================================================ */
/* ! Fonts */
/* ================================================ */
@font-face {
  font-family: 'SimplonMonoRegular';
  src: url('fonts/simplon/simplon_bptestfont_mono_regular-webfont.eot');
  src: url('fonts/simplon/simplon_bptestfont_mono_regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/simplon/simplon_bptestfont_mono_regular-webfont.woff') format('woff'), url('fonts/simplon/simplon_bptestfont_mono_regular-webfont.ttf') format('truetype'), url('fonts/simplon/simplon_bptestfont_mono_regular-webfont.svg#SimplonMonoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.font-simplon-mono-regular {
  font-family: 'SimplonMonoRegular', sans-serif;
  font-weight: normal;
}
@font-face {
  font-family: 'SimplonMonoBold';
  src: url('fonts/simplon/simplon_bptestfont_mono_bold-webfont.eot');
  src: url('fonts/simplon/simplon_bptestfont_mono_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/simplon/simplon_bptestfont_mono_bold-webfont.woff') format('woff'), url('fonts/simplon/simplon_bptestfont_mono_bold-webfont.ttf') format('truetype'), url('fonts/simplon/simplon_bptestfont_mono_bold-webfont.svg#SimplonMonoBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
.font-simplon-mono-bold {
  font-family: 'SimplonMonoBold', sans-serif;
  font-weight: bold;
}
@font-face {
  font-family: 'MetaPlusBlackRoman';
  src: url('fonts/meta/metapbr-webfont.eot');
  src: url('fonts/meta/metapbr-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/meta/metapbr-webfont.woff') format('woff'), url('fonts/meta/metapbr-webfont.ttf') format('truetype'), url('fonts/meta/metapbr-webfont.svg#MetaPlusBlackRoman') format('svg');
  font-weight: bold;
  font-style: normal;
}
.font-meta-plus-black-roman {
  font-family: 'MetaPlusBlackRoman', sans-serif;
  font-weight: bold;
}
@font-face {
  font-family: 'MetaPlusNormalCaps';
  src: url('fonts/meta/metapnc-webfont.eot');
  src: url('fonts/meta/metapnc-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/meta/metapnc-webfont.woff') format('woff'), url('fonts/meta/metapnc-webfont.ttf') format('truetype'), url('fonts/meta/metapnc-webfont.svg#MetaPlusNormalCaps') format('svg');
  font-weight: bold;
  font-style: normal;
}
.font-meta-plus-normal-caps {
  font-family: 'MetaPlusNormalCaps', sans-serif;
  font-weight: bold;
}
/* ================================================ */
/* ! Primary Styling */
/* ================================================ */
body {
  margin: 0 auto;
  color: #333333;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 20px;
  *font-size: small;
  -webkit-font-smoothing: antialiased;
}
/* === Hyperlinks === */
a {
  color: #007236;
  text-decoration: none;
}
a:visited {
  color: #007236;
}
a:active {
  color: #007236;
  text-decoration: none;
}
a:hover {
  color: #003f1e;
  text-decoration: underline;
}
/* ================================================ */
/* ! Sprite images */
/* ================================================ */
.sprite-icon-small {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.sprite {
  background-image: url(images/sprites.png);
  background-repeat: no-repeat;
}
.sprite-search {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -200px 0;
}
.sprite-rss {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -220px 0;
}
.sprite-youtube {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -240px 0;
}
.sprite-twitter {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -260px 0;
}
.sprite-facebook {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -280px 0;
}
.sprite-landd {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  width: 33px;
  background-position: -550px 0;
}
.sprite-landd:hover {
  background-position: -550px -20px;
}
.sprite-landd.current {
  background-position: -550px -40px;
}
.sprite-seed-multiplication {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  width: 158px;
  background-position: -583px 0;
}
.sprite-seed-multiplication:hover {
  background-position: -583px -20px;
}
.sprite-seed-multiplication.current {
  background-position: -583px -40px;
}
.sprite-lang-pt {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -400px 0;
}
.sprite-lang-pt.current,
.sprite-lang-pt:hover {
  background-position: -400px -20px;
}
.sprite-lang-es {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -420px 0;
}
.sprite-lang-es.current,
.sprite-lang-es:hover {
  background-position: -420px -20px;
}
.sprite-lang-it {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -500px 0;
}
.sprite-lang-it.current,
.sprite-lang-it:hover {
  background-position: -500px -20px;
}


.sprite-lang-fr {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -480px 0;
}
.sprite-lang-fr.current,
.sprite-lang-fr:hover {
  background-position: -480px -20px;
}



.sprite-lang-en {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -440px 0;
}
.sprite-lang-en.current,
.sprite-lang-en:hover {
  background-position: -440px -20px;
}
.sprite-lang-uy {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -460px 0;
}
.sprite-lang-uy.current,
.sprite-lang-uy:hover {
  background-position: -460px -20px;
}
/* ================================================ */
/* ! Abstractions */
/* ================================================ */
/* Navigations */
.nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav > li {
  display: inline-block;
}
.nav a {
  display: inline-block;
}
.nav-dropdown > li > ul {
  top: 100%;
}
.nav-dropdown ul {
  width: 100px;
  position: absolute;
  left: 0;
  z-index: 1;
  display: none;
}
.nav-dropdown ul ul {
  top: 0;
  left: 100%;
}
.nav-dropdown ul a,
.nav-dropdown ul li {
  display: block;
}
.nav-dropdown li {
  position: relative;
}
.nav-dropdown a:focus + ul {
  display: block;
}
.nav-dropdown li:hover > ul {
  display: block;
}
/* ================================================ */
/* ! Content Sections */
/* ================================================ */
/* Reusable */
.inside {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 940px;
}
/* ================================================ */
/* ! Header */
/* ================================================ */
.site-header {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
}
.site-header-decoration {
  border-width: 2px 0 3px 0;
  border-style: solid;
  border-color: #ffdd00 transparent #007236 transparent;
}
.site-header-separator {
  margin: 0 0;
}
.site-header-aside {
  padding: 2px 0;
}
.site-header-aside li {
  margin: 0 1px;
}
.site-header-aside-bottom {
  padding: 4px 0;
}
.site-header-aside-bottom li {
  margin: 0 1px;
}
.site-brand {
  float: left;
  display: inline-block;
}
.site-brand img {
  display: block;
}
.site-navigation {
  padding: 15px 0 15px 15px;
}
.main-navigation {
  font-family: 'SimplonMonoRegular', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.main-navigation ul {
  width: 140px;
}
.main-navigation a {
  color: #808080;
}
.main-navigation > li {
  margin-left: 40px;
}
.main-navigation > li:first-child {
  margin-left: 0;
}
.main-navigation > li:hover > a {
  font-family: 'SimplonMonoBold', sans-serif;
  font-weight: bold;
  color: #007236;
  text-decoration: underline;
}
.main-navigation > li > ul {
  margin-left: -10px;
}
.main-navigation ul {
  padding: 3px 6px;
  background: #ffdd00;
}
.main-navigation ul li {
  padding: 2px 0;
  border-top: 1px solid #007236;
}
.main-navigation ul li:first-child {
  border-top: none;
}
.main-navigation ul a {
  padding: 5px;
  color: #007236;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.main-navigation ul li:hover > a {
  font-family: 'SimplonMonoBold', sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #007236;
  text-decoration: none;
  background: #408c28;
  background: -moz-linear-gradient(top, #408c28 0%, #007237 3%, #007236 48%, #006931 52%, #01652f 55%, #026630 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #408c28), color-stop(3%, #007237), color-stop(48%, #007236), color-stop(52%, #006931), color-stop(55%, #01652f), color-stop(100%, #026630));
  background: -webkit-linear-gradient(top, #408c28 0%, #007237 3%, #007236 48%, #006931 52%, #01652f 55%, #026630 100%);
  background: -o-linear-gradient(top, #408c28 0%, #007237 3%, #007236 48%, #006931 52%, #01652f 55%, #026630 100%);
  background: -ms-linear-gradient(top, #408c28 0%, #007237 3%, #007236 48%, #006931 52%, #01652f 55%, #026630 100%);
  background: linear-gradient(to bottom, #408c28 0%, #007237 3%, #007236 48%, #006931 52%, #01652f 55%, #026630 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c28', endColorstr='#026630', GradientType=0);
}
.main-navigation .current > a {
  color: #007236;
  font-family: 'SimplonMonoBold', sans-serif;
  font-weight: bold;
}
.grad-dropdown-hover {
  background: #408c28;
  background: -moz-linear-gradient(top, #408c28 0%, #007237 3%, #007236 48%, #006931 52%, #01652f 55%, #026630 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #408c28), color-stop(3%, #007237), color-stop(48%, #007236), color-stop(52%, #006931), color-stop(55%, #01652f), color-stop(100%, #026630));
  background: -webkit-linear-gradient(top, #408c28 0%, #007237 3%, #007236 48%, #006931 52%, #01652f 55%, #026630 100%);
  background: -o-linear-gradient(top, #408c28 0%, #007237 3%, #007236 48%, #006931 52%, #01652f 55%, #026630 100%);
  background: -ms-linear-gradient(top, #408c28 0%, #007237 3%, #007236 48%, #006931 52%, #01652f 55%, #026630 100%);
  background: linear-gradient(to bottom, #408c28 0%, #007237 3%, #007236 48%, #006931 52%, #01652f 55%, #026630 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c28', endColorstr='#026630', GradientType=0);
}
/* ================================================ */
/* ! Content */
/* ================================================ */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'MetaPlusBlackRoman', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #007236;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  text-decoration: none;
}
.page-content {
  padding-top: 20px;
}
.page-title {
  font-family: 'MetaPlusBlackRoman', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 48px;
  color: #007236;
}
.page-title span {
  font-family: 'MetaPlusNormalCaps', sans-serif;
  font-weight: bold;
}
.page-title-border {
  padding-bottom: 5px;
  margin-bottom: 24px;
  border-bottom: 1px solid;
}
.page-title-black {
  color: #000;
}
.page-sub-title {
  font-family: 'MetaPlusNormalCaps', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  color: #808080;
}
.page-sub-title > * {
  border-bottom: 1px solid #007236;
}
.page-decoration-gradient {
  height: 100px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  -o-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
  background: #fddc00;
  background: -moz-linear-gradient(top, #fddc00 0%, #bcc10e 14%, #88ab19 27%, #5c9922 40%, #438e28 49%, #23812f 64%, #117932 75%, #047435 88%, #007236 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fddc00), color-stop(14%, #bcc10e), color-stop(27%, #88ab19), color-stop(40%, #5c9922), color-stop(49%, #438e28), color-stop(64%, #23812f), color-stop(75%, #117932), color-stop(88%, #047435), color-stop(100%, #007236));
  background: -webkit-linear-gradient(top, #fddc00 0%, #bcc10e 14%, #88ab19 27%, #5c9922 40%, #438e28 49%, #23812f 64%, #117932 75%, #047435 88%, #007236 100%);
  background: -o-linear-gradient(top, #fddc00 0%, #bcc10e 14%, #88ab19 27%, #5c9922 40%, #438e28 49%, #23812f 64%, #117932 75%, #047435 88%, #007236 100%);
  background: -ms-linear-gradient(top, #fddc00 0%, #bcc10e 14%, #88ab19 27%, #5c9922 40%, #438e28 49%, #23812f 64%, #117932 75%, #047435 88%, #007236 100%);
  background: linear-gradient(to bottom, #fddc00 0%, #bcc10e 14%, #88ab19 27%, #5c9922 40%, #438e28 49%, #23812f 64%, #117932 75%, #047435 88%, #007236 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fddc00', endColorstr='#007236', GradientType=0);
}
.hr-yellow {
  border-color: #ffdd00;
}
/* ================================================ */
/* ! Editor content */
/* ================================================ */
.page-editor-content h2 {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 8px;
  font-family: 'MetaPlusBlackRoman', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #007236;
  color: #000;
}
.page-editor-content h2 small {
  color: #808080;
}
.page-editor-content h2 small {
  font-size: 14px;
}
.page-editor-content h2 a {
  transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
}
.page-editor-content h2 a:hover {
  text-decoration: none;
}
.page-editor-content h3 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  font-family: 'MetaPlusBlackRoman', sans-serif;
  color: #007236;
  font-family: 'MetaPlusNormalCaps', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.page-editor-content h3 small {
  color: #808080;
}
.page-editor-content h3 small {
  font-size: 12px;
}
.page-editor-content h3 a {
  transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
}
.page-editor-content h3 a:hover {
  text-decoration: none;
}
.page-editor-content h3 span {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  font-family: 'MetaPlusBlackRoman', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #007236;
}
.page-editor-content h3 span small {
  color: #808080;
}
.page-editor-content h3 span small {
  font-size: 12px;
}
.page-editor-content h3 span a {
  transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
}
.page-editor-content h3 span a:hover {
  text-decoration: none;
}
/* ================================================ */
/* ! Section: Page Cover */
/* ================================================ */
.slides {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slides:before,
.slides:after {
  content: '';
  display: table;
}
.slides:after {
  clear: both;
}
.page-cover {
  position: relative;
  overflow: hidden;
}
.page-cover img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page-cover .slides > li {
  display: none;
  overflow: hidden;
}
.page-cover-loading {
  min-height: 150px;
  background: url(images/preloader.gif) no-repeat center center;
}
.page-cover-loading .slides {
  min-height: 150px;
}
.page-cover-details-position {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
.page-cover-details {
  max-width: 300px;
}
.page-cover-title {
  font-family: 'MetaPlusNormalCaps', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 34px;
  line-height: 42px;
  margin: 0;
}
.page-cover-title span {
  background: #942546;
  padding: 8px 16px;
}
.page-cover-sub-title {
  font-family: 'MetaPlusNormalCaps', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #333333;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  padding-top: 6px;
}
.page-cover-sub-title span {
  display: inline-block;
  background: #fff;
  padding: 2px 16px;
}
.page-cover-description {
  padding: 10px 0;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  color: #fff;
}
.page-cover-button,
a.page-cover-button {
  margin-top: 10px;
  display: inline-block;
  font-family: 'MetaPlusNormalCaps', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 16px;
  color: #fff;
  background: #942546;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
.page-cover-button:hover,
a.page-cover-button:hover {
  color: #fff;
}
@media only screen and (max-width: 768px - 1) {
  .page-cover-image {
    position: relative;
    max-width: 150% !important;
    left: -25%;
  }
}
@media only screen and (max-width: 480px - 1) {
  .page-cover-image {
    position: relative;
    max-width: 200% !important;
    left: -100%;
  }
}
.page-cover .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-cover .flex-direction-nav a {
  outline: none;
  position: absolute;
  display: block;
  background-image: url(images/sprites.png);
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  bottom: 10px;
  text-indent: -999em;
}
.page-cover .flex-direction-nav a-search {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -200px 0;
}
.page-cover .flex-direction-nav a-rss {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -220px 0;
}
.page-cover .flex-direction-nav a-youtube {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -240px 0;
}
.page-cover .flex-direction-nav a-twitter {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -260px 0;
}
.page-cover .flex-direction-nav a-facebook {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -280px 0;
}
.page-cover .flex-direction-nav a-landd {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  width: 33px;
  background-position: -550px 0;
}
.page-cover .flex-direction-nav a-landd:hover {
  background-position: -550px -20px;
}
.page-cover .flex-direction-nav a-landd.current {
  background-position: -550px -40px;
}
.page-cover .flex-direction-nav a-seed-multiplication {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  width: 158px;
  background-position: -583px 0;
}
.page-cover .flex-direction-nav a-seed-multiplication:hover {
  background-position: -583px -20px;
}
.page-cover .flex-direction-nav a-seed-multiplication.current {
  background-position: -583px -40px;
}
.page-cover .flex-direction-nav a-lang-pt {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -400px 0;
}
.page-cover .flex-direction-nav a-lang-pt.current,
.page-cover .flex-direction-nav a-lang-pt:hover {
  background-position: -400px -20px;
}
.page-cover .flex-direction-nav a-lang-es {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -420px 0;
}
.page-cover .flex-direction-nav a-lang-es.current,
.page-cover .flex-direction-nav a-lang-es:hover {
  background-position: -420px -20px;
}
.page-cover .flex-direction-nav a-lang-it {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -500px 0;
}
.page-cover .flex-direction-nav a-lang-it.current,
.page-cover .flex-direction-nav a-lang-it:hover {
  background-position: -500px -20px;
}
.page-cover .flex-direction-nav a-lang-en {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -440px 0;
}
.page-cover .flex-direction-nav a-lang-en.current,
.page-cover .flex-direction-nav a-lang-en:hover {
  background-position: -440px -20px;
}
.page-cover .flex-direction-nav a-lang-uy {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -460px 0;
}
.page-cover .flex-direction-nav a-lang-uy.current,
.page-cover .flex-direction-nav a-lang-uy:hover {
  background-position: -460px -20px;
}
.page-cover .flex-direction-nav a:focus {
  outline: none;
}
.page-cover .flex-direction-nav .flex-prev {
  right: 75px;
  background-position: -350px -50px;
}
.page-cover .flex-direction-nav .flex-prev:hover {
  background-position: -350px -95px;
}
.page-cover .flex-direction-nav .flex-next {
  right: 20px;
  background-position: -395px -50px;
}
.page-cover .flex-direction-nav .flex-next:hover {
  background-position: -395px -95px;
}
@media only screen and (min-width: 940px + 40 + 40 + (56 * 2)) {
  .page-cover .flex-direction-nav a {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    margin-top: -37px;
  }
  .page-cover .flex-direction-nav .flex-prev {
    left: 20px;
    background-position: 0 0;
  }
  .page-cover .flex-direction-nav .flex-prev:hover {
    background-position: 0 -75px;
  }
  .page-cover .flex-direction-nav .flex-next {
    right: 20px;
    background-position: -75px 0;
  }
  .page-cover .flex-direction-nav .flex-next:hover {
    background-position: -75px -75px;
  }
}
.flex-gallery {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  background: url(images/preloader.gif) no-repeat center center;
}
.flex-gallery img {
  display: block;
  max-width: 100%;
  height: auto;
}
.flex-gallery .slides > li {
  display: none;
}
.flex-gallery .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-gallery .flex-direction-nav a {
  display: block;
  position: absolute;
  transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
  opacity: 0;
  filter: Alpha(Opacity= 0 );
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 );
  background-image: url(images/sprites.png);
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  top: 50%;
  margin-top: -28px;
  text-indent: -999em;
}
.flex-gallery .flex-direction-nav a-search {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -200px 0;
}
.flex-gallery .flex-direction-nav a-rss {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -220px 0;
}
.flex-gallery .flex-direction-nav a-youtube {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -240px 0;
}
.flex-gallery .flex-direction-nav a-twitter {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -260px 0;
}
.flex-gallery .flex-direction-nav a-facebook {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -280px 0;
}
.flex-gallery .flex-direction-nav a-landd {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  width: 33px;
  background-position: -550px 0;
}
.flex-gallery .flex-direction-nav a-landd:hover {
  background-position: -550px -20px;
}
.flex-gallery .flex-direction-nav a-landd.current {
  background-position: -550px -40px;
}
.flex-gallery .flex-direction-nav a-seed-multiplication {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  width: 158px;
  background-position: -583px 0;
}
.flex-gallery .flex-direction-nav a-seed-multiplication:hover {
  background-position: -583px -20px;
}
.flex-gallery .flex-direction-nav a-seed-multiplication.current {
  background-position: -583px -40px;
}
.flex-gallery .flex-direction-nav a-lang-pt {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -400px 0;
}
.flex-gallery .flex-direction-nav a-lang-pt.current,
.flex-gallery .flex-direction-nav a-lang-pt:hover {
  background-position: -400px -20px;
}
.flex-gallery .flex-direction-nav a-lang-es {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -420px 0;
}
.flex-gallery .flex-direction-nav a-lang-es.current,
.flex-gallery .flex-direction-nav a-lang-es:hover {
  background-position: -420px -20px;
}
.flex-gallery .flex-direction-nav a-lang-it {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -500px 0;
}
.flex-gallery .flex-direction-nav a-lang-it.current,
.flex-gallery .flex-direction-nav a-lang-it:hover {
  background-position: -500px -20px;
}
.flex-gallery .flex-direction-nav a-lang-en {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -440px 0;
}
.flex-gallery .flex-direction-nav a-lang-en.current,
.flex-gallery .flex-direction-nav a-lang-en:hover {
  background-position: -440px -20px;
}
.flex-gallery .flex-direction-nav a-lang-uy {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -460px 0;
}
.flex-gallery .flex-direction-nav a-lang-uy.current,
.flex-gallery .flex-direction-nav a-lang-uy:hover {
  background-position: -460px -20px;
}
.flex-gallery .flex-direction-nav .flex-prev {
  left: 10px;
  background-position: -200px -50px;
}
.flex-gallery .flex-direction-nav .flex-prev:hover {
  opacity: 1;
  filter: Alpha(Opacity= 100 );
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 );
}
.flex-gallery .flex-direction-nav .flex-next {
  right: 10px;
  background-position: -256px -50px;
}
.flex-gallery .flex-direction-nav .flex-next:hover {
  opacity: 1;
  filter: Alpha(Opacity= 100 );
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 );
}
.flex-gallery:hover .flex-direction-nav a {
  opacity: 0.5;
  filter: Alpha(Opacity= 50 );
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 50 );
}
.flex-carousel {
  position: relative;
}
.flex-carousel .island {
  margin-bottom: 0;
}
.flex-carousel-home {
  position: relative;
}
.flex-carousel-home .island {
  margin-bottom: 0;
}
.min-height-island {
  min-height: 353px;
}
.featured-items .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 10px;
  text-align: right;
}
.featured-items .flex-direction-nav a {
  display: inline-block;
  background-image: url(images/sprites.png);
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  bottom: 10px;
  text-align: left;
  text-indent: -999em;
}
.featured-items .flex-direction-nav a-search {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -200px 0;
}
.featured-items .flex-direction-nav a-rss {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -220px 0;
}
.featured-items .flex-direction-nav a-youtube {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -240px 0;
}
.featured-items .flex-direction-nav a-twitter {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -260px 0;
}
.featured-items .flex-direction-nav a-facebook {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -280px 0;
}
.featured-items .flex-direction-nav a-landd {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  width: 33px;
  background-position: -550px 0;
}
.featured-items .flex-direction-nav a-landd:hover {
  background-position: -550px -20px;
}
.featured-items .flex-direction-nav a-landd.current {
  background-position: -550px -40px;
}
.featured-items .flex-direction-nav a-seed-multiplication {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  width: 158px;
  background-position: -583px 0;
}
.featured-items .flex-direction-nav a-seed-multiplication:hover {
  background-position: -583px -20px;
}
.featured-items .flex-direction-nav a-seed-multiplication.current {
  background-position: -583px -40px;
}
.featured-items .flex-direction-nav a-lang-pt {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -400px 0;
}
.featured-items .flex-direction-nav a-lang-pt.current,
.featured-items .flex-direction-nav a-lang-pt:hover {
  background-position: -400px -20px;
}
.featured-items .flex-direction-nav a-lang-es {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -420px 0;
}
.featured-items .flex-direction-nav a-lang-es.current,
.featured-items .flex-direction-nav a-lang-es:hover {
  background-position: -420px -20px;
}
.featured-items .flex-direction-nav a-lang-it {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -500px 0;
}
.featured-items .flex-direction-nav a-lang-it.current,
.featured-items .flex-direction-nav a-lang-it:hover {
  background-position: -500px -20px;
}
.featured-items .flex-direction-nav a-lang-en {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -440px 0;
}
.featured-items .flex-direction-nav a-lang-en.current,
.featured-items .flex-direction-nav a-lang-en:hover {
  background-position: -440px -20px;
}
.featured-items .flex-direction-nav a-lang-uy {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -460px 0;
}
.featured-items .flex-direction-nav a-lang-uy.current,
.featured-items .flex-direction-nav a-lang-uy:hover {
  background-position: -460px -20px;
}
.featured-items .flex-direction-nav a.flex-disabled {
  opacity: 0.65;
  filter: Alpha(Opacity= 65 );
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 65 );
  cursor: default;
}
.featured-items .flex-direction-nav li {
  display: inline;
}
.featured-items .flex-direction-nav a {
  margin: 0 5px;
}
.featured-items .flex-direction-nav .flex-prev {
  background-position: -350px -50px;
}
.featured-items .flex-direction-nav .flex-prev:hover {
  background-position: -350px -95px;
}
.featured-items .flex-direction-nav .flex-next {
  background-position: -395px -50px;
}
.featured-items .flex-direction-nav .flex-next:hover {
  background-position: -395px -95px;
}
@media only screen and (min-width: 940px + 40 + 40 + (56 * 2)) {
  
}
/* ================================================ */
/* ! Breadcrumbs */
/* ================================================ */
.breadcrumb {
  margin: 0 0 20px;
  padding: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #007236;
  font-family: 'MetaPlusNormalCaps', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #bfbfbf;
}
.breadcrumb-current a {
  color: #333333;
}
.breadcrumb-first {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.breadcrumb-first a {
  background-image: url(images/sprites.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-indent: -999em;
  background-position: -180px -20px;
}
.breadcrumb-first a-search {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -200px 0;
}
.breadcrumb-first a-rss {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -220px 0;
}
.breadcrumb-first a-youtube {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -240px 0;
}
.breadcrumb-first a-twitter {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -260px 0;
}
.breadcrumb-first a-facebook {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -280px 0;
}
.breadcrumb-first a-landd {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  width: 33px;
  background-position: -550px 0;
}
.breadcrumb-first a-landd:hover {
  background-position: -550px -20px;
}
.breadcrumb-first a-landd.current {
  background-position: -550px -40px;
}
.breadcrumb-first a-seed-multiplication {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  width: 158px;
  background-position: -583px 0;
}
.breadcrumb-first a-seed-multiplication:hover {
  background-position: -583px -20px;
}
.breadcrumb-first a-seed-multiplication.current {
  background-position: -583px -40px;
}
.breadcrumb-first a-lang-pt {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -400px 0;
}
.breadcrumb-first a-lang-pt.current,
.breadcrumb-first a-lang-pt:hover {
  background-position: -400px -20px;
}
.breadcrumb-first a-lang-es {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -420px 0;
}
.breadcrumb-first a-lang-es.current,
.breadcrumb-first a-lang-es:hover {
  background-position: -420px -20px;
}
.breadcrumb-first a-lang-it {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -500px 0;
}
.breadcrumb-first a-lang-it.current,
.breadcrumb-first a-lang-it:hover {
  background-position: -500px -20px;
}
.breadcrumb-first a-lang-en {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -440px 0;
}
.breadcrumb-first a-lang-en.current,
.breadcrumb-first a-lang-en:hover {
  background-position: -440px -20px;
}
.breadcrumb-first a-lang-uy {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -460px 0;
}
.breadcrumb-first a-lang-uy.current,
.breadcrumb-first a-lang-uy:hover {
  background-position: -460px -20px;
}
.breadcrumb-first + li .breadcrumb-separator {
  display: none;
}
/* ================================================ */
/* ! Forms */
/* ================================================ */
.form {
  margin-bottom: 20px;
}
.form-field {
  zoom: 1;
  margin-bottom: 10px;
}
.form-field:before,
.form-field:after {
  content: '';
  display: table;
}
.form-field:after {
  clear: both;
}
.form-label-fixed {
  float: left;
  display: inline-block;
  width: 150px;
  margin-right: 10px;
}
.form-label-fixed + div {
  float: left;
}
/* Error Messages */
.form-message-error {
  color: #e61919;
}
/* ================================================ */
/* ! Lists */
/* ================================================ */
.clean-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* ================================================ */
/* ! Island */
/* ================================================ */
.island {
  zoom: 1;
  display: block;
  border: 1px solid #007236;
  padding: 20px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-bottom: 10px;
}
.island:before,
.island:after {
  content: '';
  display: table;
}
.island:after {
  clear: both;
}
.island :last-child {
  margin-bottom: 0;
}
.island-highlighted {
  border-color: #ffdd00;
}
.island-highlighted .island-image {
  border: 1px solid #ffdd00;
}
.island-gradient {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f7f7f7 50%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #f7f7f7), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f7f7f7 50%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f7f7f7 50%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f7f7f7 50%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f7f7f7 50%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
}
.island-image {
  border: 1px solid #007236;
}
.island-image-media {
  float: left;
  margin-right: 10px;
  max-width: 50% !important;
}
@media only screen and (min-width: 480px) {
  .island-image-media {
    margin-right: 20px;
  }
}
.island-facebook {
  padding: 10px;
}
a.island {
  transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
}
a.island .island-title {
  color: #007236;
}
a.island .island-description {
  color: #333333;
}
a.island:hover {
  text-decoration: none;
  background-color: #fafcfb;
}
a.island:hover .island-title {
  color: #007236;
}
a.island-highlighted:hover {
  background-color: #fcfcfa;
}
.island-banner {
  zoom: 1;
}
.island-banner:before,
.island-banner:after {
  content: '';
  display: table;
}
.island-banner:after {
  clear: both;
}
.island-banner-title {
  margin: 0;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 8px;
  font-family: 'MetaPlusBlackRoman', sans-serif;
  color: #007236;
  line-height: 22px;
  font-family: 'MetaPlusNormalCaps', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 110px;
  margin-top: 28px;
  border-left: 2px solid #007236;
  padding-left: 10px;
}
.island-banner-title small {
  color: #808080;
}
.island-banner-title small {
  font-size: 14px;
}
.island-banner-title a {
  transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
}
.island-banner-title a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .island-banner-title {
    margin-left: 0;
    margin-top: 5px;
    text-align: center;
    border-left: none;
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px - 1) {
  .island-banner-title {
    margin-top: 42px;
  }
}
.island-banner-image {
  float: left;
  display: block;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .island-banner-image {
    margin: 0 auto;
    float: none;
  }
}
.color-inherit {
  color: inherit;
  text-decoration: inherit;
}
/* ================================================ */
/* ! Media Object */
/* ================================================ */
.media {
  zoom: 1;
}
.media:before,
.media:after {
  content: '';
  display: table;
}
.media:after {
  clear: both;
}
.media .bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.media .img img {
  display: block;
}
.media .img {
  float: left;
  margin-right: 10px;
}
.media .imgExt {
  float: right;
  margin-left: 10px;
}
/* ================================================ */
/* ! Pagination */
/* ================================================ */
.pagination {
  padding: 0;
}
.pagination li {
  display: inline;
  list-style: none;
  margin-right: 5px;
}
.pagination a {
  display: inline-block;
  padding: .1em .6em;
  border: 1px solid;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.pagination a:hover {
  border-color: #aaa;
  background: #ccc;
  text-decoration: none;
}
.pp-current a {
  color: #fff;
  border-color: #00592a;
  background: #007236;
}
/* ================================================ */
/* ! Images */
/* ================================================ */
.img-auto,
.auto-img {
  max-width: 100%;
  height: auto;
}
.img-holder {
  display: block;
  border-bottom: 1px solid #9d261d;
}
.img-center {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.iframe-auto {
  width: 100%;
  display: block;
}
.page-editor-content iframe {
  width: 100%;
  display: block;
}
/* ================================================ */
/* ! Type: Article */
/* ================================================ */
.article-footer {
  padding-top: 2px;
  border-top: 1px solid #007236;
  color: #007236;
  font-size: 10px;
}
.sidebar-categories {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sidebar-categories li {
  border-top: 1px solid #007236;
}
.sidebar-categories li:first-child {
  border-top: none;
}
.sidebar-categories a {
  display: block;
  padding: 5px 0;
}
.sidebar-categories .current {
  font-weight: bold;
}
/* ================================================ */
/* ! Type: Product */
/* ================================================ */
.list-product {
  padding: 20px;
  background: #e6f1eb;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.list-product-excerpt {
  color: #333333;
}
.list-product-title {
  color: inherit;
}
a.list-product {
  display: block;
  transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
}
a.list-product:hover {
  text-decoration: none;
  background: #c5dfd1;
}
/* ================================================ */
/* ! Type: New Product */
/* ================================================ */
.block-product-excerpt {
  color: #333333;
}
.block-product-title {
  color: inherit;
}
a.block-product {
  display: block;
  transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
}
a.block-product:hover {
  text-decoration: none;
}
/* ================================================ */
/* ! Social share */
/* ================================================ */
.social-share li {
  float: left;
  display: block;
  margin-left: 5px;
}
.social-share a {
  background-image: url(images/sprites.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: left;
  text-indent: -999em;
}
.social-share a-search {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -200px 0;
}
.social-share a-rss {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -220px 0;
}
.social-share a-youtube {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -240px 0;
}
.social-share a-twitter {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -260px 0;
}
.social-share a-facebook {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -280px 0;
}
.social-share a-landd {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  width: 33px;
  background-position: -550px 0;
}
.social-share a-landd:hover {
  background-position: -550px -20px;
}
.social-share a-landd.current {
  background-position: -550px -40px;
}
.social-share a-seed-multiplication {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  width: 158px;
  background-position: -583px 0;
}
.social-share a-seed-multiplication:hover {
  background-position: -583px -20px;
}
.social-share a-seed-multiplication.current {
  background-position: -583px -40px;
}
.social-share a-lang-pt {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -400px 0;
}
.social-share a-lang-pt.current,
.social-share a-lang-pt:hover {
  background-position: -400px -20px;
}
.social-share a-lang-es {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -420px 0;
}
.social-share a-lang-es.current,
.social-share a-lang-es:hover {
  background-position: -420px -20px;
}
.social-share a-lang-it {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -500px 0;
}
.social-share a-lang-it.current,
.social-share a-lang-it:hover {
  background-position: -500px -20px;
}
.social-share a-lang-en {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -440px 0;
}
.social-share a-lang-en.current,
.social-share a-lang-en:hover {
  background-position: -440px -20px;
}
.social-share a-lang-uy {
  text-indent: -999em;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: -460px 0;
}
.social-share a-lang-uy.current,
.social-share a-lang-uy:hover {
  background-position: -460px -20px;
}
.social-share-facebook {
  background-position: -280px -20px;
}
.social-share-facebook:hover {
  background-position: -280px 0;
}
.social-share-twitter {
  background-position: -260px -20px;
}
.social-share-twitter:hover {
  background-position: -260px 0;
}
/* ================================================ */
/* ! Tabs */
/* ================================================ */
.tabs {
  zoom: 1;
  border-bottom: 1px solid #ffdd00;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}
.tabs:before,
.tabs:after {
  content: '';
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs > ul {
  margin: 0;
  padding: 0;
}
.tabs > ul li {
  float: left;
  list-style: none;
}
.tabs > ul a {
  color: #333333;
  font-weight: bold;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
}
.tabs > ul a.active {
  background: #ffdd00;
  color: #333333;
}
.tabs > div {
  border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  -webkit-border-radius: 0 3px 0 0;
  padding: 10px 15px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #ffdd00;
}
.no-js .tabs > ul {
  display: none;
}
.product-categories-section {
  padding-top: 20px;
}
.product-categories-tabs {
  zoom: 1;
}
.product-categories-tabs:before,
.product-categories-tabs:after {
  content: '';
  display: table;
}
.product-categories-tabs:after {
  clear: both;
}
.product-categories-tabs > ul {
  margin: 0;
  padding: 0;
  text-align: right;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 20px;
}
.product-categories-tabs > ul li {
  display: inline;
  list-style: none;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #007236;
}
.product-categories-tabs > ul li:first-child {
  border-left: none;
}
.product-categories-tabs > ul a {
  display: inline-block;
  padding: 4px 0;
  transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  -webkit-transition: ease-in-out all 0.3s;
  color: #808080;
  font-family: 'MetaPlusNormalCaps', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.product-categories-tabs > ul a.active {
  font-family: 'SimplonMonoBold', sans-serif;
  font-weight: bold;
  color: #007236;
  text-decoration: underline;
}
/* ================================================ */
/* ! Footer */
/* ================================================ */
.site-footer {
  padding-top: 20px;
}
@media only screen and (max-width: 768px - 1) {
  .site-footer .site-brand {
    float: none;
  }
}
.site-footer-details {
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-footer-navigation {
  overflow: hidden;
  font-size: 10px;
  border-bottom: 2px solid #c8c8c8;
  padding-top: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  margin-left: 260px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px - 1) {
  .site-footer-navigation {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
  }
}
.site-footer-navigation .main-navigation {
  float: left;
}
.site-footer-copyright {
  display: block;
  text-align: center;
  border-top: 1px solid #007236;
  font-family: 'MetaPlusNormalCaps', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 9px;
  padding-bottom: 20px;
}
/* ================================================ */
/* ! Buttons */
/* ================================================ */
input[type="button"],
input[type="submit"],
input[type="reset"],
a.button,
.button {
  cursor: pointer;
  display: inline-block;
  padding: 6px 14px 6px;
  font-family: 'MetaPlusNormalCaps', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: normal;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #fff;
  background-color: #007236;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 0) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49%, rgba(5, 5, 5, 0)), color-stop(50%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 0) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 0) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 0) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 0) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
  border: 1px solid transparent;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
a.button:hover,
.button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #008c42;
}
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
a.button:focus,
.button:focus {
  outline: 1px dotted #666;
}
input[type="button"].primary,
input[type="submit"].primary,
input[type="reset"].primary,
a.button.primary,
.button.primary {
  color: #007236;
  background-color: #ffdd00;
}
input[type="button"].primary:hover,
input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
a.button.primary:hover,
.button.primary:hover {
  background-color: #ffe433;
}
input[type="button"].disabled,
input[type="submit"].disabled,
input[type="reset"].disabled,
a.button.disabled,
.button.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  opacity: 0.65;
  filter: Alpha(Opacity= 65 );
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 65 );
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input[type="button"][disabled],
input[type="submit"][disabled],
input[type="reset"][disabled],
a.button[disabled],
.button[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  opacity: 0.65;
  filter: Alpha(Opacity= 65 );
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 65 );
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
input[type="button"].large,
input[type="submit"].large,
input[type="reset"].large,
a.button.large,
.button.large {
  font-size: 14px;
  line-height: normal;
  padding: 8px 14px 8px;
}
input[type="button"].small,
input[type="submit"].small,
input[type="reset"].small,
a.button.small,
.button.small {
  padding: 6px 12px 6px;
  font-size: 11px;
}
.btn-grad {
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 0) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49%, rgba(5, 5, 5, 0)), color-stop(50%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 0) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 0) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 0) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 0) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
}
input + input,
.button + .button,
.button + input,
input + .button {
  margin-left: 6px;
}
:root .alert-message,
:root .button {
  border-radius: 0 \0;
}
button.button::-moz-focus-inner,
input[type=submit].button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* ================================================ */
/* ! Facebook */
/* ================================================ */
#fb-root {
  display: none;
}
.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
  width: 100% !important;
}
/* ================================================ */
/* ! Lists: Items */
/* ================================================ */
.list-items {
  zoom: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.list-items:before,
.list-items:after {
  content: '';
  display: table;
}
.list-items:after {
  clear: both;
}
.list-items li {
  margin-bottom: 5px;
}
.list-items-header {
  position: relative;
  display: block;
  color: inherit;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #cecece;
  background: #eee;
  padding: 0 10px;
  box-shadow: inset 0 0 2px 2px rgba(255, 255, 255, 0.8);
  -o-box-shadow: inset 0 0 2px 2px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 0 0 2px 2px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 2px 2px rgba(255, 255, 255, 0.8);
}
.list-items-header:hover {
  text-decoration: none;
}
.list-items-title {
  margin: 0;
  margin-right: 50px;
  line-height: 2.4em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  /* or "clip" */

  text-transform: uppercase;
}
.list-items-toggle {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 20px;
}
.list-items-toggle span {
  display: block;
  padding-top: 50%;
  text-align: right;
}
.list-items-content {
  display: none;
  padding: 10px 10px;
  background: #eee;
  border-bottom: 1px solid #cecece;
  margin-bottom: 20px;
  transition: ease-in-out all 0;
  -moz-transition: ease-in-out all 0;
  -webkit-transition: ease-in-out all 0;
}
.list-items-thumbnail {
  position: relative;
}
.list-items-gallery-button {
  padding: 3px 5px;
  width: 19px;
  height: 14px;
  background: red;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ffffff url(images/gallery-open.png) center center no-repeat;
  border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  -webkit-border-radius: 3px 0 0 0;
}
.list-items-secondary .list-items-header {
  background: #fff;
}
.list-items-secondary .list-items-title {
  line-height: 2em;
}
.list-items-secondary .list-items-toggle span {
  display: block;
  padding-top: 20%;
  text-align: right;
}
.list-items-secondary .list-items-content {
  background: #fff;
}
.category-label {
  padding: 3px 10px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
/* ================================================ */
/* ! Comment Form */
/* ================================================ */
.form-field-label {
  display: inline-block;
  width: 100px;
}
.form-field input,
.form-field textarea {
  display: inline-block;
  width: 200px;
}
.form-message {
  display: inline-block;
  padding: 6px 14px 6px;
  margin-bottom: 20px;
  font-family: 'MetaPlusNormalCaps', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  line-height: normal;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  color: #fff;
  background-color: #007236;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 0) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(49%, rgba(5, 5, 5, 0)), color-stop(50%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 0) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 0) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 0) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(5, 5, 5, 0) 49%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
  border: 1px solid transparent;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.form-error {
  color: red;
}
/* ================================================ */
/* ! Abstractions */
/* ================================================ */
/* Margins */
.mt {
  margin-top: 20px;
}
.mt-half {
  margin-top: 10px;
}
.mt-double {
  margin-top: 40px;
}
.mb {
  margin-bottom: 20px;
}
.mb-half {
  margin-bottom: 10px;
}
.mb-double {
  margin-bottom: 40px;
}
.ml {
  margin-left: 20px;
}
.ml-half {
  margin-left: 10px;
}
.ml-double {
  margin-left: 40px;
}
.mr {
  margin-right: 20px;
}
.mr-half {
  margin-right: 10px;
}
.mr-double {
  margin-right: 40px;
}
/* Paddings */
.pt {
  padding-top: 20px;
}
.pt-half {
  padding-top: 10px;
}
.pt-double {
  padding-top: 40px;
}
.pb {
  padding-bottom: 20px;
}
.pb-half {
  padding-bottom: 10px;
}
.pb-double {
  padding-bottom: 40px;
}
.pl {
  padding-left: 20px;
}
.pl-half {
  padding-left: 10px;
}
.pl-double {
  padding-left: 40px;
}
.pr {
  padding-right: 20px;
}
.pr-half {
  padding-right: 10px;
}
.pr-double {
  padding-right: 40px;
}
/* Styling */
.uppercase {
  text-transform: uppercase;
}
/* ================================================ */
/* ! Media Queries */
/* ================================================ */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}
/* ================================================ */
/* ! Button Styles */
/* ================================================ */
/* !Shared colors for buttons and alerts */
.btn.danger,
.message.danger,
.btn.danger:hover,
.message.danger:hover,
.btn.error,
.message.error,
.btn.error:hover,
.message.error:hover,
.btn.success,
.message.success,
.btn.success:hover,
.message.success:hover,
.btn.info,
.message.info,
.btn.info:hover,
.message.info:hover {
  color: #ffffff;
}
.btn.danger,
.message.danger,
.btn.error,
.message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.danger:hover,
.message.danger:hover,
.btn.error:hover,
.message.error:hover {
  border-color: #9c302a #9c302a #74231f;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.35);
}
.btn.danger:active,
.message.danger:active,
.btn.error:active,
.message.error:active {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ce1a15), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ce1a15, #c43c35);
  background-image: -ms-linear-gradient(top, #ce1a15, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ce1a15), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ce1a15, #c43c35);
  background-image: -o-linear-gradient(top, #ce1a15, #c43c35);
  background-image: linear-gradient(top, #ce1a15, #c43c35);
}
.btn.success,
.message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success:hover,
.message.success:hover {
  border-color: #458845 #458845 #346634;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.35);
}
.btn.success:active,
.message.success:active {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#348c34), to(#57a957));
  background-image: -moz-linear-gradient(top, #348c34, #57a957);
  background-image: -ms-linear-gradient(top, #348c34, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #348c34), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #348c34, #57a957);
  background-image: -o-linear-gradient(top, #348c34, #57a957);
  background-image: linear-gradient(top, #348c34, #57a957);
}
.btn.info,
.message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info:hover,
.message.info:hover {
  border-color: #287a91 #287a91 #1d5869;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.35);
}
.btn.info:active,
.message.info:active {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#2390b0), to(#339bb9));
  background-image: -moz-linear-gradient(top, #2390b0, #339bb9);
  background-image: -ms-linear-gradient(top, #2390b0, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2390b0), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #2390b0, #339bb9);
  background-image: -o-linear-gradient(top, #2390b0, #339bb9);
  background-image: linear-gradient(top, #2390b0, #339bb9);
}
/* ================================================ */
/* ! Close Icon */
/* ================================================ */
.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: Alpha(Opacity= 20 );
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 20 );
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: Alpha(Opacity= 40 );
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity= 40 );
}
/* ================================================ */
/* ! Error Styles */
/* ================================================ */
/* Base alert styles */
.message {
  position: relative;
  padding: 7px 15px;
  margin-bottom: 20px;
  color: #333333;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.message:hover {
  border-color: #e7ce68 #e7ce68 #e0bf3c;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.35);
}
.message:active {
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#f7d360), to(#eedc94));
  background-image: -moz-linear-gradient(top, #f7d360, #eedc94);
  background-image: -ms-linear-gradient(top, #f7d360, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7d360), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #f7d360, #eedc94);
  background-image: -o-linear-gradient(top, #f7d360, #eedc94);
  background-image: linear-gradient(top, #f7d360, #eedc94);
}
.message .close {
  *margin-top: 3px;
  /* IE7 spacing */

}
.message h5 {
  line-height: 20px;
}
.message p {
  margin-bottom: 0;
}
.message div {
  margin-top: 5px;
  margin-bottom: 2px;
  line-height: 28px;
}
.message .btn {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
/* ================================================ */
/* ! Alignments */
/* ================================================ */
.textcenter {
  display: block;
  text-align: center;
}
.textright {
  display: block;
  text-align: right;
}
/* Images */
img.aligncenter {
  margin: 0;
  height: auto;
  width: auto;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 0px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 0px;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-top: 0;
  margin-bottom: 20px;
}
.wp-caption img {
  margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
  text-align: center;
  color: #999;
}
/* ================================================ */
/* ! Boxes / Modules */
/* ================================================ */
.module {
  padding: 10px 15px;
  border: 3px solid #e6e6e6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.module .module-header {
  background: #e6e6e6;
  margin: -10px -15px 10px -15px;
  padding: 5px 15px 5px 15px;
}
.module .module-header span {
  color: #bfbfbf;
  float: right;
  padding-left: 10px;
}
.collapse {
  padding-bottom: 0;
}
.collapse .header {
  margin-bottom: -2px;
  cursor: pointer;
}
.collapse > div {
  margin-top: 12px;
  padding-bottom: 10px;
}
/* ================================================ */
/* ! Radio/Ckeckbox show on selection */
/* ================================================ */
.checked-show {
  padding-left: 2px;
}
.checked-info {
  display: none;
}
.checked-info p {
  margin-bottom: 0;
}
.no-js .checked-info {
  display: block;
}
/* ================================================ */
/* ! Dropdown Menus */
/* ================================================ */
.menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu {
  zoom: 1;
  line-height: 1.0;
}
.menu:before,
.menu:after {
  content: '';
  display: table;
}
.menu:after {
  clear: both;
}
.menu li {
  list-style: none;
}
.menu ul {
  position: absolute;
  top: -999em;
  width: 10em;
  /* left offset of submenus need to match (see below) */

}
.menu ul li {
  width: 100%;
}
.menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */

}
.menu li {
  float: left;
  position: relative;
}
.menu a {
  display: block;
  position: relative;
}
/* Menu Height */
.menu li:hover ul,
.menu li.sfHover ul {
  left: 0;
  /*top:			2.5em; match top ul list item height */

  z-index: 99;
}
/* / Menu Height */
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
  top: -999em;
}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
  left: 10em;
  /* match ul width */

  top: 0;
}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
  top: -999em;
}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
  left: 10em;
  /* match ul width */

  top: 0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
  padding-right: 2.25em;
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */

}
.sf-sub-indicator {
  position: absolute;
  display: block;
  right: .75em;
  top: 1.05em;
  /* IE6 only */

  width: 10px;
  height: 10px;
  text-indent: -999em;
  overflow: hidden;
  background: url('../images/arrows-ffffff.png') no-repeat -10px -100px;
  /* 8-bit indexed alpha png. IE6 gets solid image only */

}
a > .sf-sub-indicator {
  /* give all except IE6 the correct values */

  top: .8em;
  background-position: 0 -100px;
  /* use translucent arrow for modern browsers*/

}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/

}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
  /* arrow hovers for modern browsers*/

}
/* ================================================ */
/* ! Helper Classes */
/* ================================================ */
.fr {
  float: right;
}
.fl {
  float: left;
}
.cm {
  margin: 0;
}
.clear-list {
  list-style: none;
  padding: 0;
}
.clear-list li {
  list-style: none;
}
/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: sanbeiji.com/archives/953 */
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
