@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
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-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    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: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
}
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  overflow-y: scroll;
}
body {
  background-color: white;
  color: #333;
  padding: 0;
}
body * {
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #D8D8D8;
}
p {
  margin: 0 0 10px 0;
}
ul {
  list-style: none;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}
img,
object,
embed {
  max-width: 100%;
}
img {
  vertical-align: middle;
}
.img-rounded {
  border-radius: 6px;
}
.img-right {
  display: block !important;
  float: right !important;
  margin: 0 0 20px 50px !important;
  width: auto !important;
}
.img-left {
  display: block !important;
  float: left !important;
  margin: 0 50px 20px 0 !important;
  width: auto !important;
}
.style-svg {
  width: 100%;
  height: auto;
}
figure a {
  display: block;
}
figure .overlay {
  background-color: #F12A46;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 4;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure:hover > a > .overlay {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
figure .thumb-info {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
}
figure:hover .overlay .thumb-info {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.overlay .thumb-info i {
  width: 100%;
  position: absolute;
  top: 50%;
  font-size: 44px;
  margin-top: -15px;
  height: 30px;
  line-height: 33px;
  -moz-text-shadow: 0 0 5px rgba(0,0,0,0.2);
  -webkit-text-shadow: 0 0 5px rgba(0,0,0,0.2);
  text-shadow: 0 0 5px rgba(0,0,0,0.2);
  text-align: center;
}
.overlay .thumb-info i.small-icon {
  font-size: 32px;
  top: 42%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
td,
td img {
  vertical-align: top;
}
th p,
td p {
  font-size: 1em;
}
caption {
  display: none;
}
input,
select {
  vertical-align: middle;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
button {
  overflow: visible;
  width: auto;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.hidden {
  display: none !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.txt-right {
  text-align: right !important;
}
.txt-left {
  text-align: left !important;
}
.txt-center {
  text-align: center !important;
}
.txt-right img,
.txt-left img,
.txt-center img {
  display: inline !important;
}
.skip-float {
  clear: left;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
  display: block;
  line-height: 0;
  overflow: hidden;
  font-size: 0;
  height: 0;
  width: 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  text-align: center;
}
.alignright,
.alignnone,
.alignleft,
.aligncenter {
  max-width: 100%;
  height: auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0 0 5px 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 1.1em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  font-style: italic;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1260px;
  position: relative;
}
.boxed {
  margin-left: auto;
  margin-right: auto;
}
.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.row {
  position: relative;
  width: 100%;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.boxed,
.container {
  max-width: 1260px;
}
.full-width .container {
  max-width: 1260px !important;
}
.full-width .container .container {
  max-width: 1260px !important;
}
.row-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1260px;
}
.row-inner .container {
  max-width: 1260px;
  padding: 0;
}
.cols_group {
  margin-left: -10px;
  margin-right: -10px;
}
.cols_group:before,
.cols_group:after {
  content: " ";
  display: table;
}
.cols_group:after {
  clear: both;
}
.container_column {
  vertical-align: top !important;
}
.content_column {
  max-width: 630px;
  position: relative;
  width: 100%;
}
.container_column:before,
.container_column:after,
.content_column:before,
.content_column:after {
  content: " ";
  display: table;
}
.container_column:after,
.content_column:after {
  clear: both;
}
[class*="column_"] {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
[class*="column_"]:before,
[class*="column_"]:after {
  content: " ";
  display: table;
}
[class*="column_"]:after {
  clear: both;
}
.column_16 {
  width: 100%;
}
.column_15 {
  width: 93.75%;
}
.column_14 {
  width: 87.5%;
}
.column_13 {
  width: 81.25%;
}
.column_12 {
  width: 75%;
}
.column_11 {
  width: 68.75%;
}
.column_10 {
  width: 62.5%;
}
.column_9 {
  width: 56.25%;
}
.column_8 {
  width: 50%;
}
.column_7 {
  width: 43.75%;
}
.column_6 {
  width: 37.5%;
}
.column_5 {
  width: 31.25%;
}
.column_4 {
  width: 25%;
}
.column_3 {
  width: 18.75%;
}
.column_2 {
  width: 12.5%;
}
.column_1 {
  width: 6.25%;
}
.column_1_8 {
  width: 11.111111111111111%;
}
.column_1_6 {
  width: 23.809523809523809%;
}
.column_1_3 {
  width: 19.047619047619047%;
}
.column_2_3 {
  width: 80.952380952380952%;
}
.column_5_6 {
  width: 76.190476190476190%;
}
.column_7_8 {
  width: 88.888888888888888%;
}
.column_1_3_vc {
  width: 33.33333333333333%;
}
.column_2_3_vc {
  width: 66.66666666666666%;
}
.column_16_pull {
  right: 100%;
}
.column_15_pull {
  right: 93.75%;
}
.column_14_pull {
  right: 87.5%;
}
.column_13_pull {
  right: 81.25%;
}
.column_12_pull {
  right: 75%;
}
.column_11_pull {
  right: 68.75%;
}
.column_10_pull {
  right: 62.5%;
}
.column_9_pull {
  right: 56.25%;
}
.column_8_pull {
  right: 50%;
}
.column_7_pull {
  right: 43.75%;
}
.column_6_pull {
  right: 37.5%;
}
.column_5_pull {
  right: 31.25%;
}
.column_4_pull {
  right: 25%;
}
.column_3_pull {
  right: 18.75%;
}
.column_2_pull {
  right: 12.5%;
}
.column_1_pull {
  right: 6.25%;
}
.column_0_pull {
  right: 0%;
}
.column_16_push {
  left: 100%;
}
.column_15_push {
  left: 93.75%;
}
.column_14_push {
  left: 87.5%;
}
.column_13_push {
  left: 81.25%;
}
.column_12_push {
  left: 75%;
}
.column_11_push {
  left: 68.75%;
}
.column_10_push {
  left: 62.5%;
}
.column_9_push {
  left: 56.25%;
}
.column_8_push {
  left: 50%;
}
.column_7_push {
  left: 43.75%;
}
.column_6_push {
  left: 37.5%;
}
.column_5_push {
  left: 31.25%;
}
.column_4_push {
  left: 25%;
}
.column_3_pull {
  left: 18.75%;
}
.column_2_push {
  left: 12.5%;
}
.column_1_push {
  left: 6.25%;
}
.column_0_push {
  left: 0%;
}
.column_16_offset {
  margin-left: 100%;
}
.column_15_offset {
  margin-left: 93.75%;
}
.column_14_offset {
  margin-left: 87.5%;
}
.column_13_offset {
  margin-left: 81.25%;
}
.column_12_offset {
  margin-left: 75%;
}
.column_11_offset {
  margin-left: 68.75%;
}
.column_10_offset {
  margin-left: 62.5%;
}
.column_9_offset {
  margin-left: 56.25%;
}
.column_8_offset {
  margin-left: 50%;
}
.column_7_offset {
  margin-left: 43.75%;
}
.column_6_offset {
  margin-left: 37.5%;
}
.column_5_offset {
  margin-left: 31.25%;
}
.column_4_offset {
  margin-left: 25%;
}
.column_3_offset {
  margin-left: 18.75%;
}
.column_2_offset {
  margin-left: 12.5%;
}
.column_1_offset {
  margin-left: 6.25%;
}
.column_0_offset {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .column_16_xs {
    width: 100%;
  }
  .column_15_xs {
    width: 93.75%;
  }
  .column_14_xs {
    width: 87.5%;
  }
  .column_13_xs {
    width: 81.25%;
  }
  .column_12_xs {
    width: 75%;
  }
  .column_11_xs {
    width: 68.75%;
  }
  .column_10_xs {
    width: 62.5%;
  }
  .column_9_xs {
    width: 56.25%;
  }
  .column_8_xs {
    width: 50%;
  }
  .column_7_xs {
    width: 43.75%;
  }
  .column_6_xs {
    width: 37.5%;
  }
  .column_5_xs {
    width: 31.25%;
  }
  .column_4_xs {
    width: 25%;
  }
  .column_3_xs {
    width: 18.75%;
  }
  .column_2_xs {
    width: 12.5%;
  }
  .column_1_xs {
    width: 6.25%;
  }
  .column_1_6_xs {
    width: 23.809523809523809%;
  }
  .column_1_3_xs {
    width: 19.047619047619047%;
  }
  .column_2_3_xs {
    width: 80.952380952380952%;
  }
  .column_5_6_xs {
    width: 76.190476190476190%;
  }
  .column_16_xs_pull {
    right: 100%;
  }
  .column_15_xs_pull {
    right: 93.75%;
  }
  .column_14_xs_pull {
    right: 87.5%;
  }
  .column_13_xs_pull {
    right: 81.25%;
  }
  .column_12_xs_pull {
    right: 75%;
  }
  .column_11_xs_pull {
    right: 68.75%;
  }
  .column_10_xs_pull {
    right: 62.5%;
  }
  .column_9_xs_pull {
    right: 56.25%;
  }
  .column_8_xs_pull {
    right: 50%;
  }
  .column_7_xs_pull {
    right: 43.75%;
  }
  .column_6_xs_pull {
    right: 37.5%;
  }
  .column_5_xs_pull {
    right: 31.25%;
  }
  .column_4_xs_pull {
    right: 25%;
  }
  .column_3_xs_pull {
    right: 18.75%;
  }
  .column_2_xs_pull {
    right: 12.5%;
  }
  .column_1_xs_pull {
    right: 6.25%;
  }
  .column_0_xs_pull {
    right: 0%;
  }
  .column_16_xs_push {
    left: 100%;
  }
  .column_15_xs_push {
    left: 93.75%;
  }
  .column_14_xs_push {
    left: 87.5%;
  }
  .column_13_xs_push {
    left: 81.25%;
  }
  .column_12_xs_push {
    left: 75%;
  }
  .column_11_xs_push {
    left: 68.75%;
  }
  .column_10_xs_push {
    left: 62.5%;
  }
  .column_9_xs_push {
    left: 56.25%;
  }
  .column_8_xs_push {
    left: 50%;
  }
  .column_7_xs_push {
    left: 43.75%;
  }
  .column_6_xs_push {
    left: 37.5%;
  }
  .column_5_xs_push {
    left: 31.25%;
  }
  .column_4_xs_push {
    left: 25%;
  }
  .column_3_xs_pull {
    left: 18.75%;
  }
  .column_2_xs_push {
    left: 12.5%;
  }
  .column_1_xs_push {
    left: 6.25%;
  }
  .column_0_xs_push {
    left: 0%;
  }
  .column_16_xs_offset {
    margin-left: 100%;
  }
  .column_15_xs_offset {
    margin-left: 93.75%;
  }
  .column_14_xs_offset {
    margin-left: 87.5%;
  }
  .column_13_xs_offset {
    margin-left: 81.25%;
  }
  .column_12_xs_offset {
    margin-left: 75%;
  }
  .column_11_xs_offset {
    margin-left: 68.75%;
  }
  .column_10_xs_offset {
    margin-left: 62.5%;
  }
  .column_9_xs_offset {
    margin-left: 56.25%;
  }
  .column_8_xs_offset {
    margin-left: 50%;
  }
  .column_7_xs_offset {
    margin-left: 43.75%;
  }
  .column_6_xs_offset {
    margin-left: 37.5%;
  }
  .column_5_xs_offset {
    margin-left: 31.25%;
  }
  .column_4_xs_offset {
    margin-left: 25%;
  }
  .column_3_xs_offset {
    margin-left: 18.75%;
  }
  .column_2_xs_offset {
    margin-left: 12.5%;
  }
  .column_1_xs_offset {
    margin-left: 6.25%;
  }
  .column_0_xs_offset {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .column_16_sm {
    width: 100%;
  }
  .column_15_sm {
    width: 93.75%;
  }
  .column_14_sm {
    width: 87.5%;
  }
  .column_13_sm {
    width: 81.25%;
  }
  .column_12_sm {
    width: 75%;
  }
  .column_11_sm {
    width: 68.75%;
  }
  .column_10_sm {
    width: 62.5%;
  }
  .column_9_sm {
    width: 56.25%;
  }
  .column_8_sm {
    width: 50%;
  }
  .column_7_sm {
    width: 43.75%;
  }
  .column_6_sm {
    width: 37.5%;
  }
  .column_5_sm {
    width: 31.25%;
  }
  .column_4_sm {
    width: 25%;
  }
  .column_3_sm {
    width: 18.75%;
  }
  .column_2_sm {
    width: 12.5%;
  }
  .column_1_sm {
    width: 6.25%;
  }
  .column_1_6_sm {
    width: 23.809523809523809%;
  }
  .column_1_3_sm {
    width: 19.047619047619047%;
  }
  .column_2_3_sm {
    width: 80.952380952380952%;
  }
  .column_5_6_sm {
    width: 76.190476190476190%;
  }
  .column_16_sm_pull {
    right: 100%;
  }
  .column_15_sm_pull {
    right: 93.75%;
  }
  .column_14_sm_pull {
    right: 87.5%;
  }
  .column_13_sm_pull {
    right: 81.25%;
  }
  .column_12_sm_pull {
    right: 75%;
  }
  .column_11_sm_pull {
    right: 68.75%;
  }
  .column_10_sm_pull {
    right: 62.5%;
  }
  .column_9_sm_pull {
    right: 56.25%;
  }
  .column_8_sm_pull {
    right: 50%;
  }
  .column_7_sm_pull {
    right: 43.75%;
  }
  .column_6_sm_pull {
    right: 37.5%;
  }
  .column_5_sm_pull {
    right: 31.25%;
  }
  .column_4_sm_pull {
    right: 25%;
  }
  .column_3_sm_pull {
    right: 18.75%;
  }
  .column_2_sm_pull {
    right: 12.5%;
  }
  .column_1_sm_pull {
    right: 6.25%;
  }
  .column_0_sm_pull {
    right: 0%;
  }
  .column_16_sm_push {
    left: 100%;
  }
  .column_15_sm_push {
    left: 93.75%;
  }
  .column_14_sm_push {
    left: 87.5%;
  }
  .column_13_sm_push {
    left: 81.25%;
  }
  .column_12_sm_push {
    left: 75%;
  }
  .column_11_sm_push {
    left: 68.75%;
  }
  .column_10_sm_push {
    left: 62.5%;
  }
  .column_9_sm_push {
    left: 56.25%;
  }
  .column_8_sm_push {
    left: 50%;
  }
  .column_7_sm_push {
    left: 43.75%;
  }
  .column_6_sm_push {
    left: 37.5%;
  }
  .column_5_sm_push {
    left: 31.25%;
  }
  .column_4_sm_push {
    left: 25%;
  }
  .column_3_sm_push {
    left: 18.75%;
  }
  .column_2_sm_push {
    left: 12.5%;
  }
  .column_1_sm_push {
    left: 6.25%;
  }
  .column_0_sm_push {
    left: 0%;
  }
  .column_16_sm_offset {
    margin-left: 100%;
  }
  .column_15_sm_offset {
    margin-left: 93.75%;
  }
  .column_14_sm_offset {
    margin-left: 87.5%;
  }
  .column_13_sm_offset {
    margin-left: 81.25%;
  }
  .column_12_sm_offset {
    margin-left: 75%;
  }
  .column_11_sm_offset {
    margin-left: 68.75%;
  }
  .column_10_sm_offset {
    margin-left: 62.5%;
  }
  .column_9_sm_offset {
    margin-left: 56.25%;
  }
  .column_8_sm_offset {
    margin-left: 50%;
  }
  .column_7_sm_offset {
    margin-left: 43.75%;
  }
  .column_6_sm_offset {
    margin-left: 37.5%;
  }
  .column_5_sm_offset {
    margin-left: 31.25%;
  }
  .column_4_sm_offset {
    margin-left: 25%;
  }
  .column_3_sm_offset {
    margin-left: 18.75%;
  }
  .column_2_sm_offset {
    margin-left: 12.5%;
  }
  .column_1_sm_offset {
    margin-left: 6.25%;
  }
  .column_0_sm_offset {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .column_16_md {
    width: 100%;
  }
  .column_15_md {
    width: 93.75%;
  }
  .column_14_md {
    width: 87.5%;
  }
  .column_13_md {
    width: 81.25%;
  }
  .column_12_md {
    width: 75%;
  }
  .column_11_md {
    width: 68.75%;
  }
  .column_10_md {
    width: 62.5%;
  }
  .column_9_md {
    width: 56.25%;
  }
  .column_8_md {
    width: 50%;
  }
  .column_7_md {
    width: 43.75%;
  }
  .column_6_md {
    width: 37.5%;
  }
  .column_5_md {
    width: 31.25%;
  }
  .column_4_md {
    width: 25%;
  }
  .column_3_md {
    width: 18.75%;
  }
  .column_2_md {
    width: 12.5%;
  }
  .column_1_md {
    width: 6.25%;
  }
  .column_1_6_md {
    width: 16.666666666666664%;
  }
  .column_1_3_md {
    width: 33.33333333333333%;
  }
  .column_2_3_md {
    width: 66.66666666666666%;
  }
  .column_5_6_md {
    width: 83.33333333333334%;
  }
  .column_16_md_pull {
    right: 100%;
  }
  .column_15_md_pull {
    right: 93.75%;
  }
  .column_14_md_pull {
    right: 87.5%;
  }
  .column_13_md_pull {
    right: 81.25%;
  }
  .column_12_md_pull {
    right: 75%;
  }
  .column_11_md_pull {
    right: 68.75%;
  }
  .column_10_md_pull {
    right: 62.5%;
  }
  .column_9_md_pull {
    right: 56.25%;
  }
  .column_8_md_pull {
    right: 50%;
  }
  .column_7_md_pull {
    right: 43.75%;
  }
  .column_6_md_pull {
    right: 37.5%;
  }
  .column_5_md_pull {
    right: 31.25%;
  }
  .column_4_md_pull {
    right: 25%;
  }
  .column_3_md_pull {
    right: 18.75%;
  }
  .column_2_md_pull {
    right: 12.5%;
  }
  .column_1_md_pull {
    right: 6.25%;
  }
  .column_0_md_pull {
    right: 0%;
  }
  .column_16_md_push {
    left: 100%;
  }
  .column_15_md_push {
    left: 93.75%;
  }
  .column_14_md_push {
    left: 87.5%;
  }
  .column_13_md_push {
    left: 81.25%;
  }
  .column_12_md_push {
    left: 75%;
  }
  .column_11_md_push {
    left: 68.75%;
  }
  .column_10_md_push {
    left: 62.5%;
  }
  .column_9_md_push {
    left: 56.25%;
  }
  .column_8_md_push {
    left: 50%;
  }
  .column_7_md_push {
    left: 43.75%;
  }
  .column_6_md_push {
    left: 37.5%;
  }
  .column_5_md_push {
    left: 31.25%;
  }
  .column_4_md_push {
    left: 25%;
  }
  .column_3_md_pull {
    left: 18.75%;
  }
  .column_2_md_push {
    left: 12.5%;
  }
  .column_1_md_push {
    left: 6.25%;
  }
  .column_0_md_push {
    left: 0%;
  }
  .column_16_md_offset {
    margin-left: 100%;
  }
  .column_15_md_offset {
    margin-left: 93.75%;
  }
  .column_14_md_offset {
    margin-left: 87.5%;
  }
  .column_13_md_offset {
    margin-left: 81.25%;
  }
  .column_12_md_offset {
    margin-left: 75%;
  }
  .column_11_md_offset {
    margin-left: 68.75%;
  }
  .column_10_md_offset {
    margin-left: 62.5%;
  }
  .column_9_md_offset {
    margin-left: 56.25%;
  }
  .column_8_md_offset {
    margin-left: 50%;
  }
  .column_7_md_offset {
    margin-left: 43.75%;
  }
  .column_6_md_offset {
    margin-left: 37.5%;
  }
  .column_5_md_offset {
    margin-left: 31.25%;
  }
  .column_4_md_offset {
    margin-left: 25%;
  }
  .column_3_md_offset {
    margin-left: 18.75%;
  }
  .column_2_md_offset {
    margin-left: 12.5%;
  }
  .column_1_md_offset {
    margin-left: 6.25%;
  }
  .column_0_md_offset {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .column_16_lg {
    width: 100%;
  }
  .column_15_lg {
    width: 93.75%;
  }
  .column_14_lg {
    width: 87.5%;
  }
  .column_13_lg {
    width: 81.25%;
  }
  .column_12_lg {
    width: 75%;
  }
  .column_11_lg {
    width: 68.75%;
  }
  .column_10_lg {
    width: 62.5%;
  }
  .column_9_lg {
    width: 56.25%;
  }
  .column_8_lg {
    width: 50%;
  }
  .column_7_lg {
    width: 43.75%;
  }
  .column_6_lg {
    width: 37.5%;
  }
  .column_5_lg {
    width: 31.25%;
  }
  .column_4_lg {
    width: 25%;
  }
  .column_3_lg {
    width: 18.75%;
  }
  .column_2_lg {
    width: 12.5%;
  }
  .column_1_lg {
    width: 6.25%;
  }
  .column_1_6_lg {
    width: 23.809523809523809%;
  }
  .column_1_3_lg {
    width: 19.047619047619047%;
  }
  .column_2_3_lg {
    width: 80.952380952380952%;
  }
  .column_5_6_lg {
    width: 76.190476190476190%;
  }
  .column_16_lg_pull {
    right: 100%;
  }
  .column_15_lg_pull {
    right: 93.75%;
  }
  .column_14_lg_pull {
    right: 87.5%;
  }
  .column_13_lg_pull {
    right: 81.25%;
  }
  .column_12_lg_pull {
    right: 75%;
  }
  .column_11_lg_pull {
    right: 68.75%;
  }
  .column_10_lg_pull {
    right: 62.5%;
  }
  .column_9_lg_pull {
    right: 56.25%;
  }
  .column_8_lg_pull {
    right: 50%;
  }
  .column_7_lg_pull {
    right: 43.75%;
  }
  .column_6_lg_pull {
    right: 37.5%;
  }
  .column_5_lg_pull {
    right: 31.25%;
  }
  .column_4_lg_pull {
    right: 25%;
  }
  .column_3_lg_pull {
    right: 18.75%;
  }
  .column_2_lg_pull {
    right: 12.5%;
  }
  .column_1_lg_pull {
    right: 6.25%;
  }
  .column_0_lg_pull {
    right: 0%;
  }
  .column_16_lg_push {
    left: 100%;
  }
  .column_15_lg_push {
    left: 93.75%;
  }
  .column_14_lg_push {
    left: 87.5%;
  }
  .column_13_lg_push {
    left: 81.25%;
  }
  .column_12_lg_push {
    left: 75%;
  }
  .column_11_lg_push {
    left: 68.75%;
  }
  .column_10_lg_push {
    left: 62.5%;
  }
  .column_9_lg_push {
    left: 56.25%;
  }
  .column_8_lg_push {
    left: 50%;
  }
  .column_7_lg_push {
    left: 43.75%;
  }
  .column_6_lg_push {
    left: 37.5%;
  }
  .column_5_lg_push {
    left: 31.25%;
  }
  .column_4_lg_push {
    left: 25%;
  }
  .column_3_lg_pull {
    left: 18.75%;
  }
  .column_2_lg_push {
    left: 12.5%;
  }
  .column_1_lg_push {
    left: 6.25%;
  }
  .column_0_lg_push {
    left: 0%;
  }
  .column_16_lg_offset {
    margin-left: 100%;
  }
  .column_15_lg_offset {
    margin-left: 93.75%;
  }
  .column_14_lg_offset {
    margin-left: 87.5%;
  }
  .column_13_lg_offset {
    margin-left: 81.25%;
  }
  .column_12_lg_offset {
    margin-left: 75%;
  }
  .column_11_lg_offset {
    margin-left: 68.75%;
  }
  .column_10_lg_offset {
    margin-left: 62.5%;
  }
  .column_9_lg_offset {
    margin-left: 56.25%;
  }
  .column_8_lg_offset {
    margin-left: 50%;
  }
  .column_7_lg_offset {
    margin-left: 43.75%;
  }
  .column_6_lg_offset {
    margin-left: 37.5%;
  }
  .column_5_lg_offset {
    margin-left: 31.25%;
  }
  .column_4_lg_offset {
    margin-left: 25%;
  }
  .column_3_lg_offset {
    margin-left: 18.75%;
  }
  .column_2_lg_offset {
    margin-left: 12.5%;
  }
  .column_1_lg_offset {
    margin-left: 6.25%;
  }
  .column_0_lg_offset {
    margin-left: 0%;
  }
  .column_0 {
    float: none;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
}
.cols_group.gutter {
  margin-left: -10px;
  margin-right: -10px;
}
.cols_group.gutter > [class^="column_"],
.cols_group.gutter > [class*=" column_"] {
  padding-right: 10px;
  padding-left: 10px;
}
body.page .content .row.gutter-min {
  max-width: 100%;
  padding: 20px 20px 20px 60px;
}
body.page .content .row.gutter-min .cols_group {
  margin-right: -3px;
  margin-left: -3px;
}
body.page .content .row.gutter-min .cols_group > [class^="column_"],
body.page .content .row.gutter-min .cols_group > [class*=" column_"] {
  padding-right: 3px;
  padding-left: 3px;
}
body.page .content .row.gutter-min .container_column {
  padding: 50px 30px;
}
.cols_group.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.cols_group.no-gutter > [class^="column_"],
.cols_group.no-gutter > [class*=" column_"] {
  padding-right: 0;
  padding-left: 0;
}
.row.no-gutter .cols_group {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutter .cols_group > [class^="column_"],
.row.no-gutter .cols_group > [class*=" column_"] {
  padding-right: 0;
  padding-left: 0;
}
.container_height {
  display: table;
  width: 100%;
}
.cols_group_height {
  display: table-row;
}
.column_height {
  display: table-cell;
  float: none;
}
.column-top {
  vertical-align: top !important;
}
.column-middle {
  vertical-align: middle !important;
}
.column-bottom {
  vertical-align: bottom !important;
}
.vbottom {
  position: absolute;
  bottom: 0 !important;
}
.row.vertical-divider .cols_group > [class*='column_']:not(:last-child):after {
  background: #272E31;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}
.row-centered {
  text-align: center;
}
.row-centered .cols_group > [class^="column_"],
.row-centered .cols_group > [class*=" column_"] {
  display: inline-block;
  float: none;
  margin-right: -4px !important;
}
@media only screen and (max-width: 480px) {
  .container_height {
    display: block;
    width: 100%;
  }
  .cols_group_height {
    display: block;
  }
  .column_height {
    display: block;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .container_height {
    display: block;
    width: 100%;
  }
  .cols_group_height {
    display: block;
  }
  .column_height {
    display: block;
  }
}
.columna_min {
  padding-left: 50px;
}
.column_0 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.wow {
  visibility: hidden;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 2.4em;
  background-color: #F5F5F5;
  padding-top: 120px;
  padding-bottom: 25px;
}
body.home {
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 80px;
}
.page-heading {
  padding: 0;
}
.page-heading .tt_template_row:first-child {
  background-color: #ECECEA;
  border-bottom: 3px solid #FFF;
  margin: 0 0px !important;
  padding: 0px 0 14px 16px;
}
.page-heading h1 {
  margin: 0 0 0 -23px;
  padding-top: 27px !important;
}
.page-heading .box_subtitle {
  margin-left: -23px;
}
.page-heading .box_subtitle p {
  margin-bottom: 0 !important;
}
.page-heading .breadcrumbs {
  padding: 0;
  margin: 26px 0 0 0 !important;
}
.page-heading .social-links {
  text-align: right;
}
ul li {
  background: url("https://www.lgseeds.es/media/boliche11.png") no-repeat 0 9px;
  margin-bottom: 5px;
  padding: 0 0 1px 23px;
}
ul ul {
  padding: 18px 0 0 0;
}
ul li li {
  background: none;
  font-size: 1em;
  list-style-position: inside;
  list-style-type: circle;
  margin-bottom: 5px;
  padding: 0;
}
ol li {
  list-style-position: inside;
  margin-bottom: 10px;
  padding: 0;
}
ol ol {
  padding: 18px 0 8px 0;
}
ol li li {
  font-size: 1em;
  list-style-position: inside;
  list-style-type: lower-latin;
  margin-bottom: 5px;
  padding: 0 0 0 30px;
}
.box_ficha h2,
.box_ficha h3,
.box_ficha h4 {
  padding-left: 17px;
}
.box_ficha ul {
  padding: 0 0 30px 17px;
}
.box_ficha ul.list_menu,
ul.list_menu {
  padding: 0;
  margin: 0 -12px;
  border-top: 1px solid #FFF;
}
ul.list_menu li {
  background-image: none;
  border-bottom: 1px solid #FFF;
  padding: 23px;
  margin: 0;
}
ul.list_menu li a {
  padding: 23px;
  margin: -23px;
  display: block;
  color: #272928;
  background-image: url('/media/ic_down.png');
  background-position: right 35%;
  background-repeat: no-repeat;
}
ul.list_menu li a:hover {
  background-image: url('/media/ic_down_hover.png');
  color: #FFFFFF;
  background-color: #A11736;
}
a,
a:active,
a:focus,
img[usemap],
map area {
  outline: none;
}
a {
  color: #e30030;
}
a:hover {
  color: #393c41;
}
.button,
.button-med {
  background-color: #e30030;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  height: auto;
  padding: 10px;
  letter-spacing: .5px;
  line-height: 12.5px;
  margin: 0;
  outline: none;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
  text-transform: uppercase;
  vertical-align: middle;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
}
.button:hover,
.button-med:hover {
  background-color: #d4002d;
  color: #ffffff;
}
.button {
  font-size: 12px;
}
.button:after {
  content: "\f0da";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 9px;
  font-weight: 400;
  margin-left: 10px;
  vertical-align: top;
}
.button-med {
  font-size: 14px;
}
.button.rounded {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
table {
  border-top: 1px solid #DEDFE0;
  border-left: 1px solid #DEDFE0;
  margin: 15px 0;
}
table th {
  border-bottom: 1px solid #DEDFE0;
  border-right: 1px solid #DEDFE0;
  color: #666666;
  background-color: #f5f5f5;
  font-size: 1.3em;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
table td {
  border-bottom: 1px solid #DEDFE0;
  border-right: 1px solid #DEDFE0;
  color: #6A6A6A;
  font-size: 1.3em;
  padding: 10px;
  text-align: left;
}
table strong {
  color: '#393c41';
}
.top-border {
  border-top: 1px solid #dedede;
}
.bottom-border {
  border-bottom: 1px solid #dedede;
}
.left-border {
  border-left: 1px solid #dedede;
}
.right-border {
  border-right: 1px solid #dedede;
}
.top-spacing {
  padding-top: 80px;
}
.bottom-spacing {
  padding-bottom: 80px;
}
.top-spacing-med {
  padding-top: 40px;
}
.bottom-spacing-med {
  padding-bottom: 40px;
}
.top-spacing-min {
  padding-top: 20px;
}
.bottom-spacing-min {
  padding-bottom: 20px;
}
.bg-01 {
  background-color: #ffffff;
}
.bg-02 {
  background-color: #f0f0f0;
}
.bg-03 {
  background-color: #272928;
}
.bg-04 {
  background-color: #007cc1;
}
.bg-05 {
  background-color: #e2002a;
}
.top-border.bg-02 {
  border-top: 1px solid #fff;
}
.parallax-image {
  min-height: 100px;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .parallax-image {
    background-attachment: fixed;
    min-height: 270px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3),only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1),only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .parallax-image {
    background-attachment: scroll;
    background-position: 40% 50%;
  }
}
#toTop {
  background: url(/media/top.svg) no-repeat 0 0;
  bottom: 12px;
  display: none;
  height: 64px;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-indent: 100%;
  width: 64px;
}
#toTopHover {
  background: url(/media/top_over.svg) no-repeat 0 0;
  display: block;
  float: left;
  height: 64px;
  overflow: hidden;
  width: 64px;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
#toTop:active,
#toTop:focus {
  outline: none;
}
.header {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
}
.header .container {
  background-color: #E2002A;
}
.header-content {
  max-width: 1260px;
  margin: 0 auto;
}
.header-content:before,
.header-content:after {
  content: " ";
  display: table;
}
.header-content:after {
  clear: both;
}
.topHeader-fixed {
  left: 0;
  right: 0;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.topHeader-fixed .top-navigation,
.topHeader-fixed .top-languages-navigation {
  margin-top: 0;
}
.topHeader {
  background-color: #272928;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.header_mobile {
  background-color: #FFF;
  border-bottom: 1px solid #DDDDDD;
  display: none;
}
.has-mini-header .header_mobile {
  position: fixed;
  display: block;
  z-index: 9997;
  top: 0;
}
.header_mobile .visible-phone {
  display: block;
}
.header_mobile .hidden-phone {
  display: none;
}
.header_mobile .show-menu {
  display: none;
}
.topHeader .tt_template_structure {
  float: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
.moduleText h2:first-child,
.moduleText h3:first-child,
.moduleText h4:first-child,
.moduleText h5:first-child {
  margin-top: 0;
  padding-top: 0;
}
@font-face {
  font-family: 'Glyphter';
  src: url('/fonts/Glyphter.eot');
  src: url('/fonts/Glyphter.eot?#iefix') format('embedded-opentype'), url('/fonts/Glyphter.woff') format('woff'), url('/fonts/Glyphter.ttf') format('truetype'), url('/fonts/Glyphter.svg#Glyphter') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*='icon-lg-']:before {
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  speak: none;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-lg-cereals:before {
  content: "\0041";
}
.icon-lg-forage:before {
  content: "\0042";
}
.icon-lg-forage-corn:before {
  content: "\0043";
}
.icon-lg-grain-maize:before {
  content: "\0044";
}
.icon-lg-peas:before {
  content: "\0045";
}
.icon-lg-sunflower:before {
  content: "\0046";
}
.icon-lg-cereal:before {
  content: "\0047";
}
.icon-lg-maiz-ensilado:before {
  content: "\0048";
}
.icon-lg-forrajeras:before {
  content: "\0049";
}
.icon-lg-maiz-grano:before {
  content: "\004a";
}
.icon-lg-colza:before {
  content: "\004b";
}
.icon-lg-algodon:before {
  content: "\0071";
}
.icon-lg-remolacha:before {
  content: "\0070";
}
.icon-lg-girasol:before {
  content: "\004d";
}
.icon-lg-choix-varietal:before {
  content: "\004e";
}
.icon-lg-desherbage:before {
  content: "\004f";
}
.icon-lg-fertilisation:before {
  content: "\0050";
}
.icon-lg-irrigation:before {
  content: "\0051";
}
.icon-lg-protection:before {
  content: "\0052";
}
.icon-lg-recolte:before {
  content: "\0053";
}
.icon-lg-semis:before {
  content: "\0054";
}
.icon-lg-btn-recherche:before {
  content: "\0055";
}
.icon-lg-btn-pdf:before {
  content: "\0056";
}
.icon-lg-cercle-recherche:before {
  content: "\0057";
}
.icon-lg-experts:before {
  content: "\0058";
}
.icon-lg-contact:before {
  content: "\0059";
}
.icon-lg-description:before {
  content: "\005a";
}
.icon-lg-humidite:before {
  content: "\0061";
}
.icon-lg-news:before {
  content: "\0062";
}
.icon-lg-nos-produits:before {
  content: "\0063";
}
.icon-lg-strengths:before {
  content: "\0064";
}
.icon-lg-technical:before {
  content: "\0065";
}
.icon-lg-publications:before {
  content: "\0066";
}
.icon-lg-rendement:before {
  content: "\0067";
}
.icon-lg-tableau-de-bord:before {
  content: "\0068";
}
.icon-lg-telephone:before {
  content: "\0069";
}
.icon-lg-loupe:before {
  content: "\006a";
}
.icon-lg-mail:before {
  content: "\006b";
}
.icon-lg-oeil:before {
  content: "\006c";
}
.icon-lg-star:before {
  content: "\006d";
}
.icon-lg-twitter:before {
  content: "\006e";
}
.icon-lg-tools:before {
  content: "\006f";
}
.site-overlay {
  visibility: hidden;
  opacity: 0;
  transition: .1s .4s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  background-color: rgba(0,0,0,0.4);
}
.site-overlay.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.visible-phone {
  display: none;
}
.box_featured h2 {
  color: #FFFFFF;
  font-size: 3.5em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 18px 0;
  padding: 0 0 24px 0;
  background-image: url('/media/hr_4.jpg');
  background-repeat: no-repeat;
  background-position: 0 bottom;
  line-height: 1em;
}
.box_featured p {
  color: #FFFFFF;
  font-size: 2.0em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media only screen and (max-width: 480px) {
  .visible-phone {
    display: block !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .row {
    height: auto !important;
  }
  .row_1 {
    display: none;
  }
  .row_2 {
    background-color: #F9720F;
    padding: 0;
  }
  [class*="column_"] {
    width: 100%;
  }
  .column_0 {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .container_column {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    min-height: auto !important;
    height: auto !important;
  }
  .column_1_8,
  .column_1_6,
  .column_1_3,
  .column_2_3,
  .column_5_6,
  .column_7_8,
  .column_1_3_vc,
  .column_2_3_vc {
    display: block;
  }
  body.home .row > .container > .cols_group > .column_16 > .container_column > .moduleText {
    padding-left: 24px;
    padding-right: 24px;
  }
  .top-spacing {
    padding-top: 20px;
  }
  .bottom-spacing {
    padding-bottom: 20px;
  }
  .top-spacing-med {
    padding-top: 10px;
  }
  .bottom-spacing-med {
    padding-bottom: 10px;
  }
  .top-spacing-min {
    padding-top: 5px;
  }
  .bottom-spacing-min {
    padding-bottom: 5px;
  }
  .header {
    background-color: #E2002A;
  }
  .nav-control {
    display: inline-block;
    float: right;
    padding: 22.25px 16px;
  }
  .nav-control img {
    width: 45px;
  }
  .site-overlay {
    display: none;
  }
  .sidebar {
    padding: 0;
  }
  .submenu {
    margin-bottom: 15px;
  }
  .sidebar :last-child {
    margin-bottom: 0;
  }
  h1 {
    font-size: 3em;
  }
  h2,
  .h2 {
    font-size: 2.6em;
    line-height: normal;
  }
  h3,
  .h3 {
    font-size: 2em;
  }
  h4,
  .h4 {
    font-size: 1.6em;
  }
  .summary {
    font-size: 2.4em;
  }
  .table-responsive {
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive>table {
    margin-bottom: 0;
  }
  .bottomFooter p {
    text-aling: center;
  }
  .bottomFooter .menu {
    text-align: right;
    margin: 0 auto;
  }
  .bottomFooter .menu li {
    margin: 0 auto;
  }
  #toTop,
  #toTopHover {
    height: 32px;
    width: 32px;
  }
  #toTop {
    bottom: 12px;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  h1 {
    font-size: 3em;
  }
  .visible-phone {
    display: block !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .row {
    height: auto !important;
  }
  .row_1 {
    display: none;
  }
  .row_2 {
    background-color: #F9720F;
    padding: 0;
  }
  .columna_min {
    padding-left: 0px;
  }
  [class*="column_"] {
    width: 100%;
  }
  .column_0 {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .container_column {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    min-height: auto !important;
    height: auto !important;
  }
  .column_1_8,
  .column_1_6,
  .column_1_3,
  .column_2_3,
  .column_5_6,
  .column_7_8,
  .column_1_3_vc,
  .column_2_3_vc {
    display: block;
  }
  .top-spacing {
    padding-top: 60px;
  }
  .bottom-spacing {
    padding-bottom: 60px;
  }
  .top-spacing-med {
    padding-top: 40px;
  }
  .bottom-spacing-med {
    padding-bottom: 40px;
  }
  .top-spacing-min {
    padding-top: 20px;
  }
  .bottom-spacing-min {
    padding-bottom: 20px;
  }
  .header {
    background-color: #E2002A;
  }
  .nav-control {
    display: inline-block;
    float: right;
    padding: 22.25px 16px;
  }
  .nav-control img {
    width: 45px;
  }
  .site-overlay {
    display: none;
  }
  .sidebar {
    padding: 0;
  }
  .submenu {
    margin-bottom: 15px;
  }
  .sidebar :last-child {
    margin-bottom: 0;
  }
  h2,
  .h2 {
    font-size: 2.6em;
    line-height: normal;
  }
  .summary {
    font-size: 2.4em;
  }
  .table-responsive {
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive>table {
    margin-bottom: 0;
  }
  .bottomFooter .menu {
    text-align: center;
    margin: 0 auto;
  }
  .bottomFooter .menu li {
    margin: 0 auto;
  }
  #toTop,
  #toTopHover {
    height: 32px;
    width: 32px;
  }
  #toTop {
    bottom: 12px;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  .column_18 {
    width: 66.66666666666666%;
  }
  .column_6 {
    width: 33.33333333333333%;
  }
  .cols_group > .column_6:nth-child(3n+1) {
    clear: left;
  }
  .column_0 {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .container_column {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
  .background-left .container_column {
    background-position: 0 0 !important;
  }
  .sidebar {
    padding: 0;
  }
  .submenu {
    margin-bottom: 15px;
  }
  .sidebar :last-child {
    margin-bottom: 0;
  }
  .img-right {
    float: none !important;
    margin: 0 0 20px 0 !important;
  }
  .footer .col_1,
  .footer .col_1,
  .footer .col_1,
  .footer .col_4 {
    width: 50%;
  }
  .footer .column_24 {
    padding-bottom: 0;
    width: 100%;
  }
  .bottomFooter [class*="column_"] {
    text-align: center;
    width: 100%;
  }
  .bottomFooter .menu {
    text-align: center;
    margin: 0 auto;
    width: auto;
  }
  .bottomFooter .menu li {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 955px) {
  .header {
    background-color: #E2002A;
  }
  .nav-control {
    display: inline-block;
    float: right;
    padding: 22.25px 16px;
  }
  .nav-control img {
    width: 45px;
  }
  .site-overlay {
    display: none;
  }
}
@media only screen and (min-width : 957px) and (max-width: 1279px) {
  .topHeader [class*="column_"] {
    width: auto;
  }
}
body.maintenance {
  text-align: center;
}
body.maintenance h1 {
  line-height: 1.4em;
}
body.maintenance p {
  font-size: 1.8em;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
.team-member-image img {
  transition: all .2s ease-in-out;
}
.team-member-image img:hover {
  transform: scale(1.1);
}
.hidden-anchor br {
  display: none;
}
@media only screen and (max-width: 1098px) {
  .header .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header_mobile .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .home h1,
  .home .h1 {
    padding-top: 60px !important;
  }
}
@media only screen and (max-width: 800px) {
  .home h1,
  .home .h1 {
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 500px) {
  html {
    font-size: 59.5%;
  }
  .box_featured h2 {
    font-size: 2.5em;
  }
}
.acreditaciones-row .txt-right {
  top: 10px;
  left: 0;
  height: 59px;
  position: absolute;
  z-index: 9999;
}
.acreditaciones-row h2 {
  color: #AAA9AA !important;
}
.acreditaciones-row .directory-module {
  width: 100% !important;
  padding: 0 80px !important;
}
.acreditaciones-row .carousel-item {
  padding: 0 0 !important;
  width: 25%;
  border: 0;
}
.acreditaciones-row .media-top .directory-item-media {
  text-align: center !important;
  border: 0;
}
.acreditaciones-row .media-top .directory-item-media img {
  border: 0;
  margin: 0 auto;
}
.acreditaciones-row .directory-module a.prev,
.acreditaciones-row .directory-module a.next {
  background-image: url(/media/slide_pagination_2.png);
}
@media only screen and (max-width: 856px) {
  p.summary_form {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 500px) {
  .image-module {
    margin-bottom: 20px !important;
  }
  .has-mini-header .header_mobile,
  .has-mini-header .header .nav-control {
    display: none !important;
  }
}
.footer-bottom .menu-footer-menu-container,
.footer-bottom .menu-footer-menu-en-container {
  display: inline-block;
}
.footer-bottom .menu {
  margin-bottom: 0;
}
.footer-bottom .menu li {
  background: none;
  color: #ffffff;
  display: inline-block;
  font-size: 1em;
  line-height: 40px;
  margin: 0;
  padding: 0;
}
.footer-bottom .menu li:after {
  content: " - ";
  padding: 0 5px;
}
.footer-bottom .menu li:last-child:after {
  content: '';
}
.footer-bottom .menu li a {
  color: #ffffff;
}
.footer-bottom .menu li a:hover {
  color: #e30030;
}
.breadcrumbs {
  background-color: #fff;
  padding: 0;
  position: fixed;
  z-index: 4;
  top: 80px;
  width: 100%;
  max-width: 1260px;
}
.breadcrumbs-content {
  max-width: 1260px;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2);
  box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2);
}
.breadcrumbs p {
  color: #0B0C0C;
  display: table-cell;
  font-size: 1.3em;
  font-weight: 400;
  height: 40px;
  margin: 0;
  padding: 0 40px;
  text-align: left;
  vertical-align: middle;
}
.breadcrumbs p a,
.breadcrumbs p span {
  color: #0B0C0C;
}
.breadcrumbs p a:hover {
  color: #980A2C;
}
.breadcrumbs p span {
  margin-left: 5px;
  margin-right: 5px;
}
@media only screen and (max-width: 480px) {
  .breadcrumbs p {
    margin: 0;
    text-align: left;
  }
  .breadcrumbs p span:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .breadcrumbs p {
    margin: 0;
    text-align: left;
  }
  .breadcrumbs p span:first-child {
    margin-left: 0;
  }
}
.contact-info .contact-info-list li {
  background: none;
  font-size: 1.4em;
  margin: 0;
  padding: 0;
  position: relative;
}
.contact-info .contact-info-list li i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 21px;
  height: 21px;
  width: 21px;
  margin: 0 0 0 15px;
}
.contact-info .contact-info-list li i.fa-mobile {
  font-size: 1.2em;
}
.contact-info .contact-info-list li i.fa-envelope {
  font-size: 0.9em;
}
.contact-info .contact-info-list li strong {
  display: block;
}
.contact-info .contact-info-list li .contact-info-item {
  display: block;
  font-size: 1em;
  margin: 0 0 12px 40px;
}
.contact-info a {
  color: #FFF;
}
.contact-info .contact-info-list li.email a {
  color: #FFF;
}
.contact-info .contact-info-list li.email a:hover {
  color: #e30030;
}
.footer .contact-info .title-section {
  color: #B29F6B;
  font-size: 2.4em;
  font-weight: 600;
}
.footer .contact-info-list li {
  color: #0d0d13;
}
.footer .contact-info-list li strong,
.footer .contact-info-list li i {
  display: none;
}
.footer .contact-info-list li .contact-info-item {
  margin: 0 0 12px 12px;
}
.footer .contact-info-list li.email a {
  color: #0d0d13;
}
.footer .contact-info-list li.email a:hover {
  color: #96062a;
}
.sidebar .contact-info {
  padding: 12px;
}
.sidebar .contact-info .title-section {
  color: #fff !important;
  font-size: 2.4em !important;
  padding: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 0 0;
}
.sidebar .contact-info .contact-info-list li strong {
  color: #FFFFFF;
  display: block;
  font-size: 1.4em;
  text-decoration-color: #dedede;
  -moz-text-decoration-color: #dedede;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}
h1,
.h1 {
  color: #ffffff;
  font-size: 5.6em;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6em;
  text-transform: uppercase;
}
h1 i,
.h1 i {
  font-size: 1.4em;
  margin-right: 18px;
  padding-top: 4px;
  vertical-align: middle;
}
h2,
.h2 {
  color: #393c41;
  font-size: 2.1em;
  font-weight: 800;
  font-style: normal;
  text-transform: none;
  line-height: 1.3em;
  margin: 35px 0 35px 0;
  padding: 0;
}
h2 i,
.h2 i {
  font-size: 1.4em;
  margin-right: 18px;
  padding-top: 4px;
  vertical-align: middle;
}
h3,
.h3 {
  color: #e30030;
  font-size: 1.8em;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin: 30px 0 30px 0;
  padding: 0;
}
h3 i,
.h3 i {
  font-size: 1.4em;
  margin-right: 18px;
  padding-top: 4px;
  vertical-align: middle;
}
h4,
.h4 {
  color: #393c41;
  font-size: 2em;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  padding-top: 20px;
  padding-left: 0;
}
h5,
.h5 {
  color: #393c41;
  font-size: 1.9em;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  margin-bottom: 28px;
  padding-top: 10px;
  margin-bottom: 7px;
}
h6,
.h6 {
  color: ;
  font-size: ;
  font-weight: ;
  font-style: ;
  text-transform: ;
  margin-bottom: 28px;
  padding-top: 10px;
}
p {
  color: #393C41;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  margin: 0 0 20px 0;
  padding: 0;
}
p.h1 {
  margin-bottom: 0;
}
strong {
  color: '#393c41';
}
.title-row {
  color: #e30030;
  display: block;
  font-size: 2.6em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  margin: 35px 0 20px 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.title-section {
  color: #e30030;
  display: block;
  font-size: 2.6em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  margin: 35px 0 20px 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.has-title-row .title-section {
  margin-top: 0;
}
.title-content {
  color: #393c41;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 10px 0;
  text-transform: none;
}
.big-title-content {
  color: #393c41;
  font-size: 2.4em;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 0 10px 0;
  text-transform: none;
}
.min-title-content {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 18px;
}
.featured-text {
  color: #ee002d;
  font-weight: 600;
}
.summary {
  color: #393c41;
  font-size: 2em;
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 15px;
  margin-top: 15px;
}
.header-intro {
  color: #393C41;
}
.title-description,
.title-strengths,
.title-technical,
.title-experts,
.title-news,
.title-publications,
.title-videos,
.title-twitter,
.title-tools {
  color: #393c41;
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 20px -47px;
  text-transform: none;
}
.title-videos .icon-lg-videos:before {
  background: url(/media/icon-cam.png) no-repeat 0 0;
  height: 28px;
  width: 28px;
  content: ' ';
}
.column_1_3_vc .title-videos {
  margin-left: 0;
}
.column_1_3_vc .title-videos .icon-lg-videos {
  margin-right: 0;
}
.column_1_3_vc .title-videos .icon-lg-videos:before {
  display: none;
}
ul li,
ol li,
dl dt,
dl dd {
  color: #393C41;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}
dl dt {
  background: url(/media/hr3.png) repeat-x 0 bottom;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
dl dd {
  margin-bottom: 10px;
}
.nt_preview_header_title ul li {
  background: none;
  font-size: 10px;
  font-weight: 700;
  color: #000 !important;
}
.moduleText p,
.moduleText h1,
.moduleText h3,
.moduleText h4,
.moduleText h5,
.moduleText h6,
.moduleText li {
  text-align: left;
  padding-left: 0 !important;
  margin-left: 0 !important;
  background-image: none;
}
.moduleText ul {
  padding-left: 15px;
}
.moduleText ul li {
  list-style: disc;
}
.superindice {
  vertical-align: super;
  font-size: 0.9em;
}
.subindice {
  vertical-align: sub;
}
.moduleText .subtitle {
  color: #5b636c;
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 2em;
  margin: 0 auto 30px auto !important;
  padding: 0;
  text-transform: none;
  max-width: 70%;
}
.moduleText .title-description + p {
  font-family: "Roboto Slab", serif;
  font-size: 1.9em;
}
.moduleText .txt-icons img {
  display: inline-block;
  margin: 0 15px 15px 15px;
}
.txt-smaller {
  font-size: 1.4em;
}
.txt-semi-bold {
  font-weight: 600;
}
.bg-01,
.bg-01 .title-section,
.bg-01 p,
.bg-01 h1,
.bg-01 h3,
.bg-01 h4,
.bg-01 h5,
.bg-01 ul li,
.bg-01 .gform_wrapper ul li label {
  color: #111111 !important;
}
.bg-01 h2 {
  color: #781126;
}
.bg-01 .directory-item h3 {
  color: #fff;
  font-size: 2em;
  font-weight: 800;
  margin: 0px;
}
.bg-01 .directory-item h3 a {
  color: #fff;
}
.bg-01 .directory-item h3 a:hover {
  color: #C30427;
}
.bg-01 h2 {
  color: #393c41;
  font-size: 2.1em;
  font-weight: 800;
  font-style: normal;
  text-transform: none;
  line-height: 1.3em;
  text-align: center;
  margin: 40px 0 20px 0;
  padding: 0;
  position: relative;
}
.bg-01 .directory-module .pagination a,
.bg-01 .conversion-carousel .pagination a {
  background: url(/media/gallery-pagination1.svg) no-repeat transparent;
}
.bg-01 .directory-module .pagination a:hover,
.bg-01 .directory-module .pagination a.selected,
.bg-01 .conversion-carousel .pagination a:hover,
.bg-01 .conversion-carousel .pagination a.selected {
  background: url(/media/gallery-pagination_over.svg) no-repeat transparent;
}
.row.bg-02.vertical-divider .cols_group > [class*='column_']:not(:last-child):after {
  background: #fff;
}
.bg-02 .directory-item h3 a,
.bg-02 .moduleNews h2 a,
.bg-02 .moduleNews h3 a,
.bg-02 .moduleNews .more-post a {
  color: #111;
}
.bg-02 .directory-item h3 a:hover,
.bg-02 .moduleNews h2 a:hover,
.bg-02 .moduleNews h3 a:hover,
.bg-02 .moduleNews .more-post a:hover {
  color: #C30427;
}
.bg-02 .directory-module .pagination a,
.bg-02 .moduleNews .pagination a {
  background: url(/media/gallery-pagination21.svg) 0 0 no-repeat transparent;
}
.bg-02 .directory-module .pagination a:hover,
.bg-02 .directory-module .pagination a.selected,
.bg-02 .moduleNews .pagination a:hover,
.bg-02 .moduleNews .pagination a.selected {
  background: url(/media/gallery-pagination2_over.svg) 0 0 no-repeat transparent;
}
.bg-03,
.bg-03 p,
.bg-03 h1,
.bg-03 h2,
.bg-03 h3,
.bg-03 h4,
.bg-03 h5,
.bg-03 .gform_wrapper ul li label {
  color: #fff !important;
}
.bg-03 .title-section {
  color: #96062A !important;
}
.bg-04,
.bg-04 .title-section,
.bg-04 p,
.bg-04 h1,
.bg-04 h2,
.bg-04 h3,
.bg-04 h4,
.bg-04 h5,
.bg-04 .gform_wrapper ul li label {
  color: #212121 !important;
}
.bg-04 h2.title-border {
  background: url(/media/hr_1.png) no-repeat 0 bottom;
  padding-bottom: 5px;
}
.bg-04 .moduleNews h2 a,
.bg-04 .moduleNews h3 a,
.bg-04 .moduleNews .more-post a {
  color: #111;
}
.bg-04 .moduleNews h2 a:hover,
.bg-04 .moduleNews h3 a:hover,
.bg-04 .moduleNews .more-post a:hover {
  color: #C30427;
}
.bg-05,
.bg-05 .title-section,
.bg-05 p,
.bg-05 h1,
.bg-05 h2,
.bg-05 h3,
.bg-05 h4,
.bg-05 h5,
.bg-05 ul li,
.bg-05 .gform_wrapper ul li label {
  color: #FFFFFF !important;
}
.bg-05 .directory-item h3 {
  color: #fff;
  font-size: 1.6em;
  font-weight: 800;
  margin: 0px;
}
.bg-05 .directory-item h3 a {
  color: #fff;
}
.bg-05 .directory-item h3 a:hover {
  color: #fff;
}
.bg-05 h2 {
  text-align: center;
  font-family: 'Playfair Display', sans-serif;
  padding: 20px;
  background-image: url('/media/hr_2.png');
  background-position: 50% bottom;
  position: relative;
  left: auto;
}
.row-inner.bg-0 {
  padding-left: 30px;
  padding-right: 30px;
}
.row-inner.bg-01 .moduleText {
  padding: 20px 30px;
}
.bg-0 a.button,
.bg-0 input.button,
.bg-0 input[type="submit"],
.bg-0 .gform_wrapper .gform_footer input.button,
.bg-0 .gform_wrapper .gform_footer input[type="submit"] {
  background: #96062A;
  border: 1px solid #96062A;
  color: #ffffff;
}
.bg-0 a.button:hover,
.bg-0 input.button:hover,
.bg-0 input[type="submit"]:hover,
.bg-0 .gform_wrapper .gform_footer input.button:hover,
.bg-0 .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: none;
  border: 1px solid #96062A;
  color: #96062A;
}
.bg-01 a.button,
.bg-01 input.button,
.bg-01 input[type="submit"],
.bg-01 .gform_wrapper .gform_footer input.button,
.bg-01 .gform_wrapper .gform_footer input[type="submit"] {
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
}
.bg-02 a.button,
.bg-02 input.button,
.bg-02 input[type="submit"],
.bg-02 .gform_wrapper .gform_footer input.button,
.bg-02 .gform_wrapper .gform_footer input[type="submit"] {
  background: none;
  border: 1px solid #111111;
  color: #111;
}
.bg-02 a.button:hover,
.bg-02 input.button:hover,
.bg-02 input[type="submit"]:hover,
.bg-02 .gform_wrapper .gform_footer input.button:hover,
.bg-02 .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #111111;
  border: 1px solid #111111;
  color: #FFF;
}
.bg-04 a.button,
.bg-04 input.button,
.bg-04 input[type="submit"],
.bg-04 .gform_wrapper .gform_footer input.button,
.bg-05 .gform_wrapper .gform_footer input[type="submit"] {
  background: #111;
  border: 1px solid #111;
  color: #FFF;
}
.bg-05 a.button,
.bg-05 input.button,
.bg-05 input[type="submit"],
.bg-05 .gform_wrapper .gform_footer input.button,
.bg-05 .gform_wrapper .gform_footer input[type="submit"] {
  background: #781126;
  border: 1px solid #781126;
  color: #ffffff;
}
.bg-04 a.button:hover,
.bg-04 input.button:hover,
.bg-04 input[type="submit"]:hover,
.bg-04 .gform_wrapper .gform_footer input.button:hover,
.bg-04 .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #c30427;
  border: 1px solid #c30427;
  color: #FFF;
}
.bg-05 a.button:hover,
.bg-05 input.button:hover,
.bg-05 input[type="submit"]:hover,
.bg-05 .gform_wrapper .gform_footer input.button:hover,
.bg-05 .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: none;
  border: 1px solid #FFF;
  color: #FFF;
}
.bg-04 h3 a {
  color: #111;
}
.bg-03 a.button,
.bg-03 input.button,
.bg-03 input[type="submit"],
.bg-03 .gform_wrapper .gform_footer input.button,
.bg-03 .gform_wrapper .gform_footer input[type="submit"] {
  background: #96062A;
  border: 1px solid #96062A;
  color: #ffffff;
}
.bg-03 a.button:hover,
.bg-03 input.button:hover,
.bg-03 input[type="submit"]:hover,
.bg-03 .gform_wrapper .gform_footer input.button:hover,
.bg-03 .gform_wrapper .gform_footer input[type="submit"]:hover,
.bg-01 a.button:hover,
.bg-01 input.button:hover,
.bg-01 input[type="submit"]:hover,
.bg-01 .gform_wrapper .gform_footer input.button:hover,
.bg-01 .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #111111;
}
.gform_wrapper {
  margin: 0 !important;
  padding: 20px 0 0 0 !important;
  text-align: center !important;
}
.gform_wrapper form {
  margin: 0 auto !important;
  width: 70% !important;
}
.gform_wrapper form ul li {
  height: auto !important;
  margin: 0 0 10px 0 !important;
}
.gform_wrapper form ul li.input-right {
  float: right !important;
}
.gform_wrapper .gform_footer {
  padding: 0 !important;
}
.gform_wrapper ul li.gfield input,
.gform_wrapper ul li.gfield input.medium,
.gform_wrapper ul li.gfield select,
.gform_wrapper ul li.gfield textarea,
.gform_wrapper form #input_11_10 li input,
.gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.gform_wrapper ul.gfield_radio li input[type=radio],
.gform_wrapper ul li.gfield input,
.gform_wrapper ul li.gfield input.medium,
.gform_wrapper ul li.gfield input,
.gform_wrapper ul li.gfield input.medium {
  background-color: transparent !important;
  font-size: 1.8em !important;
}
.bg-01 .gform_wrapper ul li.gfield input,
.bg-01 .gform_wrapper ul li.gfield input.medium,
.bg-01 .gform_wrapper ul li.gfield select,
.bg-01 .gform_wrapper ul li.gfield textarea,
.bg-01 .gform_wrapper form #input_11_10 li input,
.bg-01 .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.bg-01 .gform_wrapper ul.gfield_radio li input[type=radio],
.bg-01 .gform_wrapper ul li.gfield input,
.bg-01 .gform_wrapper ul li.gfield input.medium,
.bg-01 .gform_wrapper ul li.gfield input,
.bg-01 .gform_wrapper ul li.gfield input.medium,
.bg-02 .gform_wrapper ul li.gfield input,
.bg-02 .gform_wrapper ul li.gfield input.medium,
.bg-02 .gform_wrapper ul li.gfield select,
.bg-02 .gform_wrapper ul li.gfield textarea,
.bg-02 .gform_wrapper form #input_11_10 li input,
.bg-02 .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.bg-02 .gform_wrapper ul.gfield_radio li input[type=radio],
.bg-02 .gform_wrapper ul li.gfield input,
.bg-02 .gform_wrapper ul li.gfield input.medium,
.bg-02 .gform_wrapper ul li.gfield input,
.bg-02 .gform_wrapper ul li.gfield input.medium,
.bg-05 .gform_wrapper ul li.gfield input,
.bg-05 .gform_wrapper ul li.gfield input.medium,
.bg-05 .gform_wrapper ul li.gfield select,
.bg-05 .gform_wrapper ul li.gfield textarea,
.bg-05 .gform_wrapper form #input_11_10 li input,
.bg-05 .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.bg-05 .gform_wrapper ul.gfield_radio li input[type=radio],
.bg-05 .gform_wrapper ul li.gfield input,
.bg-05 .gform_wrapper ul li.gfield input.medium,
.bg-05 .gform_wrapper ul li.gfield input,
.bg-05 .gform_wrapper ul li.gfield input.medium {
  color: #FFF !important;
  border: 2px solid #FFF !important;
  background-color: transparent !important;
}
.bg-03 .gform_wrapper ul li.gfield input,
.bg-03 .gform_wrapper ul li.gfield input.medium,
.bg-03 .gform_wrapper ul li.gfield select,
.bg-03 .gform_wrapper ul li.gfield textarea,
.bg-03 .gform_wrapper form #input_11_10 li input,
.bg-03 .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.bg-03 .gform_wrapper ul.gfield_radio li input[type=radio],
.bg-03 .gform_wrapper ul li.gfield input,
.bg-03 .gform_wrapper ul li.gfield input.medium,
.bg-03 .gform_wrapper ul li.gfield input,
.bg-03 .gform_wrapper ul li.gfield input.medium,
.bg-04 .gform_wrapper ul li.gfield input,
.bg-04 .gform_wrapper ul li.gfield input.medium,
.bg-04 .gform_wrapper ul li.gfield select,
.bg-04 .gform_wrapper ul li.gfield textarea,
.bg-04 .gform_wrapper form #input_11_10 li input,
.bg-04 .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.bg-04 .gform_wrapper ul.gfield_radio li input[type=radio],
.bg-04 .gform_wrapper ul li.gfield input,
.bg-04 .gform_wrapper ul li.gfield input.medium,
.bg-04 .gform_wrapper ul li.gfield input,
.bg-04 .gform_wrapper ul li.gfield input.medium {
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
  background-color: transparent !important;
}
.gform_wrapper div.validation_error {
  border-top: 2px solid #98002D !important;
  border-bottom: 2px solid #98002D !important;
  padding: 10px 0 !important;
  margin: 0 0 15px 0 !important;
  clear: both;
  width: 100%;
}
.gform_wrapper ul li.textarea-box,
.gform_wrapper ul li.textarea-box textarea,
.gform_wrapper ul li.textarea-box textarea,
.gform_wrapper .top_label .textarea-box textarea.medium {
  width: 100% !important;
  max-width: 100% !important;
}
.gform_wrapper ul li textarea,
.gform_wrapper .top_label textarea.medium {
  height: 40px !important;
  transition: all 2s;
  -webkit-transition: all 2s;
}
.gform_wrapper ul li textarea:focus,
.gform_wrapper .top_label textarea.medium:focus,
.gform_wrapper .top_label textarea:focus {
  height: 100px !important;
}
.bg-01.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0 !important;
}
.bg-01 .gform_wrapper ul li.gfield input[placeholder] {
  color: #fff !important;
}
.bg-02 .gform_wrapper ul {
  margin-bottom: 0 !important;
}
.bg-02 .gform_wrapper ul li {
  background: none !important;
}
.bg-02 .gform_wrapper ul li label {
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: none !important;
}
.bg-02 .gform_wrapper {
  padding: 0 !important;
}
.bg-02 .gform_wrapper form {
  width: 100% !important;
}
.bg-02 .gform_wrapper ul li.check label {
  color: #393C41 !important;
  font-weight: 400 !important;
}
.bg-02 .gform_wrapper ul li.gfield input,
.bg-02 .gform_wrapper ul ul li.gfield input.medium,
.bg-02 .gform_wrapper ul ul li.gfield select,
.bg-02 .gform_wrapper ul ul li.gfield textarea,
.bg-02 .gform_wrapper ul form #input_11_10 li input,
.bg-02 .gform_wrapper ul ul.gfield_checkbox li input[type=checkbox],
.bg-02 .gform_wrapper ul ul.gfield_radio li input[type=radio],
.bg-02 .gform_wrapper ul ul li.gfield input,
.bg-02 .gform_wrapper ul ul li.gfield input.medium,
.bg-02 .gform_wrapper ul ul li.gfield input,
.bg-02 .gform_wrapper ul ul li.gfield input.medium,
.bg-02 .gform_wrapper ul li.gfield input,
.bg-02 .gform_wrapper ul li.gfield input.medium,
.bg-02 .gform_wrapper ul li.gfield input,
.bg-02 .gform_wrapper ul li.gfield input.medium,
.bg-02 .gform_wrapper ul li.gfield textarea {
  background-color: #fff !important;
  border: 1px solid #D1D0D0 !important;
  color: #393C41 !important;
  font-size: 12px !important;
  height: 32px !important;
  max-width: 100% !important;
  outline: none !important;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}
.bg-02 .gform_wrapper ul li.gfield textarea {
  overflow: hidden !important;
}
.bg-02 .gform_wrapper ul ul.gfield_checkbox li input[type=checkbox] {
  border: 1px solid #D1D0D0 !important;
  height: auto !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.bg-02 .gform_wrapper ul li.check label a {
  color: #393C41 !important;
}
.bg-02 a.button,
.bg-02 input.button,
.bg-02 input[type="submit"],
.bg-02 .gform_wrapper .gform_footer input.button,
.bg-02 .gform_wrapper .gform_footer input[type="submit"] {
  background-color: #e30030 !important;
  border: none !important;
  color: #ffffff !important;
}
table {
  border: 0;
}
table tr th {
  background: none;
  border-right: 0;
  border-bottom: 1px solid #dbdbdb;
}
table tr td {
  border-right: 0;
  border-bottom: 1px dotted #dbdbdb;
}
table tr td:nth-child(2n) {
  background-color: #efefef;
}
body.page .border-left,
body.error404 .border-left {
  border-left: 20px solid #E2002A;
}
body.page .content .row-inner,
body.error404 .content .row-inner {
  padding: 20px;
  max-width: 820px;
}
body.page .content .row-inner.brand-video,
body.error404 .content .row-inner.brand-video {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  background: url(/media/video-dropshadow.png) center bottom no-repeat;
}
body.page .content .row-inner.row-inner-full,
body.error404 .content .row-inner.row-inner-full {
  max-width: 100% !important;
}
body.home .content .row-inner {
  max-width: 100%;
  padding: 0;
}
body.home .content .row-inner.top-spacing-min {
  padding-top: 20px;
}
body.home .content .row-inner.bottom-spacing-min {
  padding-bottom: 20px;
}
body.home .top-border {
  border-top: 4px solid #F5F5F5;
}
body.home .bottom-border {
  border-bottom: 4px solid #F5F5F5;
}
body.contacto .content .row-inner {
  max-width: 100%;
  padding: 20px 20px 20px 60px;
}
body.section-contacto .content .row-inner,
body.section-pregunta-a-nuestros-tecnicos .content .row-inner,
body.section-visitanos-nuestras-ferias .content .row-inner,
body.section-jornadas-tecnicas .content .row-inner {
  max-width: 100%;
  padding: 20px 40px 20px 60px;
}
body.section-contacto .content .row-inner.top-border,
body.section-pregunta-a-nuestros-tecnicos .content .row-inner.top-border,
body.section-visitanos-nuestras-ferias .content .row-inner.top-border,
body.section-jornadas-tecnicas .content .row-inner.top-border {
  border-top: 0;
}
body.section-contacto .content .row-inner.top-border .container,
body.section-pregunta-a-nuestros-tecnicos .content .row-inner.top-border .container,
body.section-visitanos-nuestras-ferias .content .row-inner.top-border .container,
body.section-jornadas-tecnicas .content .row-inner.top-border .container {
  border-top: 1px solid #dedede;
}
body.section-contacto .content .row-inner.bottom-border,
body.section-pregunta-a-nuestros-tecnicos .content .row-inner.bottom-border,
body.section-visitanos-nuestras-ferias .content .row-inner.bottom-border,
body.section-jornadas-tecnicas .content .row-inner.bottom-border {
  border-bottom: 0;
}
body.section-contacto .content .row-inner.bottom-border .container,
body.section-pregunta-a-nuestros-tecnicos .content .row-inner.bottom-border .container,
body.section-visitanos-nuestras-ferias .content .row-inner.bottom-border .container,
body.section-jornadas-tecnicas .content .row-inner.bottom-border .container {
  border-bottom: 1px solid #dedede;
}
body.section-contacto .content .row-inner.top-spacing,
body.section-pregunta-a-nuestros-tecnicos .content .row-inner.top-spacing,
body.section-visitanos-nuestras-ferias .content .row-inner.top-spacing,
body.section-jornadas-tecnicas .content .row-inner.top-spacing {
  padding-top: 0;
}
body.section-contacto .content .row-inner.top-spacing .container,
body.section-pregunta-a-nuestros-tecnicos .content .row-inner.top-spacing .container,
body.section-visitanos-nuestras-ferias .content .row-inner.top-spacing .container,
body.section-jornadas-tecnicas .content .row-inner.top-spacing .container {
  padding-top: 80px;
}
body.section-contacto .content .row-inner.bottom-spacing,
body.section-pregunta-a-nuestros-tecnicos .content .row-inner.bottom-spacing,
body.section-visitanos-nuestras-ferias .content .row-inner.bottom-spacing,
body.section-jornadas-tecnicas .content .row-inner.bottom-spacing {
  padding-bottom: 0;
}
body.section-contacto .content .row-inner.bottom-spacing .container,
body.section-pregunta-a-nuestros-tecnicos .content .row-inner.bottom-spacing .container,
body.section-visitanos-nuestras-ferias .content .row-inner.bottom-spacing .container,
body.section-jornadas-tecnicas .content .row-inner.bottom-spacing .container {
  padding-bottom: 80px;
}
body.section-contacto .content .row-inner.top-spacing-med,
body.section-pregunta-a-nuestros-tecnicos .content .row-inner.top-spacing-med,
body.section-visitanos-nuestras-ferias .content .row-inner.top-spacing-med,
body.section-jornadas-tecnicas .content .row-inner.top-spacing-med {
  padding-top: 0;
}
body.section-contacto .content .row-inner.top-spacing-med .container,
body.section-pregunta-a-nuestros-tecnicos .content .row-inner.top-spacing-med .container,
body.section-visitanos-nuestras-ferias .content .row-inner.top-spacing-med .container,
body.section-jornadas-tecnicas .content .row-inner.top-spacing-med .container {
  padding-top: 40px;
}
body.section-contacto .content .row-inner.bottom-spacing-med,
body.section-pregunta-a-nuestros-tecnicos .content .row-inner.bottom-spacing-med,
body.section-visitanos-nuestras-ferias .content .row-inner.bottom-spacing-med,
body.section-jornadas-tecnicas .content .row-inner.bottom-spacing-med {
  padding-bottom: 0;
}
body.section-contacto .content .row-inner.bottom-spacing-med .container,
body.section-pregunta-a-nuestros-tecnicos .content .row-inner.bottom-spacing-med .container,
body.section-visitanos-nuestras-ferias .content .row-inner.bottom-spacing-med .container,
body.section-jornadas-tecnicas .content .row-inner.bottom-spacing-med .container {
  padding-bottom: 40px;
}
body.section-contacto .content .row-inner.top-spacing-min,
body.section-pregunta-a-nuestros-tecnicos .content .row-inner.top-spacing-min,
body.section-visitanos-nuestras-ferias .content .row-inner.top-spacing-min,
body.section-jornadas-tecnicas .content .row-inner.top-spacing-min {
  padding-top: 0;
}
body.section-contacto .content .row-inner.top-spacing-min .container,
body.section-pregunta-a-nuestros-tecnicos .content .row-inner.top-spacing-min .container,
body.section-visitanos-nuestras-ferias .content .row-inner.top-spacing-min .container,
body.section-jornadas-tecnicas .content .row-inner.top-spacing-min .container {
  padding-top: 20px;
}
body.section-contacto .content .row-inner.bottom-spacing-min,
body.section-pregunta-a-nuestros-tecnicos .content .row-inner.bottom-spacing-min,
body.section-visitanos-nuestras-ferias .content .row-inner.bottom-spacing-min,
body.section-jornadas-tecnicas .content .row-inner.bottom-spacing-min {
  padding-bottom: 0;
}
body.section-contacto .content .row-inner.bottom-spacing-min .container,
body.section-pregunta-a-nuestros-tecnicos .content .row-inner.bottom-spacing-min .container,
body.section-visitanos-nuestras-ferias .content .row-inner.bottom-spacing-min .container,
body.section-jornadas-tecnicas .content .row-inner.bottom-spacing-min .container {
  padding-bottom: 20px;
}
body.section-contacto .content .row-inner .container_column.bg-02,
body.section-contacto .content .row-inner .container_column.bg-05,
body.section-pregunta-a-nuestros-tecnicos .content .row-inner .container_column.bg-02,
body.section-pregunta-a-nuestros-tecnicos .content .row-inner .container_column.bg-05,
body.section-visitanos-nuestras-ferias .content .row-inner .container_column.bg-02,
body.section-visitanos-nuestras-ferias .content .row-inner .container_column.bg-05,
body.section-jornadas-tecnicas .content .row-inner .container_column.bg-02,
body.section-jornadas-tecnicas .content .row-inner .container_column.bg-05 {
  padding: 50px;
}
.row-padding .container {
  padding: 20px;
}
.row-padding .container .container {
  padding: 0;
}
.row-padding .news-list .cols_group {
  margin: 0;
}
.row-padding .news-list .article-item {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .news-list .article-item {
    margin-bottom: 20px;
  }
}
.box-content {
  border-left: 5px #EE002D solid;
  background-color: #f6f6f6;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
.box-content .container h3 {
  font-family: 'Fjalla One', sans-serif;
  margin: 0;
  padding: 4px 7px 2px 3px;
  background-color: #EE002D;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
}
.box-content .container .image-module {
  padding: 16px !important;
}
.box-content .container .gform_wrapper {
  padding: 16px 30px !important;
}
.box-content .container .gform_wrapper form {
  margin: 0 !important;
  width: 100% !important;
}
.box-content .container .gform_wrapper ul {
  padding: 0;
  margin: 0;
}
.box-content .container .gform_wrapper ul li {
  list-style: none !important;
  width: 70% !important;
  padding-right: 12px !important;
}
.box-content .container .gform_wrapper ul li input {
  background-color: #fff !important;
  display: inline-block;
  font-size: 12px;
  width: 100%;
}
.box-content .container .gform_wrapper ul li.check {
  width: 100% !important;
}
.box-content .container .gform_wrapper ul li.check li {
  margin: 0 !important;
}
.box-content .container .gform_wrapper ul li.check label {
  font-size: 12px !important;
  width: 90% !important;
  float: left !important;
  line-height: 1em !important;
  margin-left: 0 !important;
  text-align: left !important;
}
.box-content .container .gform_wrapper ul li.check label a:hover {
  text-decoration: none;
}
.box-content .container .gform_wrapper ul li.check label span {
  color: #e30030 !important;
}
.box-content .container .gform_wrapper ul li.check input {
  float: left;
  height: auto !important;
  margin: 0 5px 0 0 !important;
  width: auto !important;
}
.box-content .container .gform_wrapper ul li.gfield_html {
  font-size: 1.1em !important;
  line-height: 1.1em !important;
  width: 100% !important;
}
.box-content .container .gform_wrapper ul li.gfield_html a {
  text-decoration: underline;
}
.box-content .container .gform_wrapper ul li.gfield_html a:hover {
  text-decoration: none;
}
.box-content .container .gform_wrapper ul ul {
  padding: 0;
}
.box-content .container .gform_wrapper ul ul li {
  line-height: 1em;
}
.box-content .container .gform_wrapper ul li.gfield input,
.box-content .container .gform_wrapper ul ul li.gfield input.medium,
.box-content .container .gform_wrapper ul ul li.gfield select,
.box-content .container .gform_wrapper ul ul li.gfield textarea,
.box-content .container .gform_wrapper ul form #input_11_10 li input,
.box-content .container .gform_wrapper ul ul.gfield_checkbox li input[type=checkbox],
.box-content .container .gform_wrapper ul ul.gfield_radio li input[type=radio],
.box-content .container .gform_wrapper ul ul li.gfield input,
.box-content .container .gform_wrapper ul ul li.gfield input.medium,
.box-content .container .gform_wrapper ul ul li.gfield input,
.box-content .container .gform_wrapper ul ul li.gfield input.medium {
  background-color: #fff !important;
  border: 1px solid #D1D0D0 !important;
  color: #68696a !important;
  font-size: 12px !important;
  height: 32px !important;
  max-width: 100% !important;
  outline: none !important;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}
.box-content .container .gform_wrapper ul ul.gfield_checkbox li input[type=checkbox] {
  height: auto !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.box-content .container .gform_wrapper .gform_body,
.box-content .container .gform_wrapper .gform_footer {
  text-align: left;
}
.box-content .container .gform_wrapper div.validation_error {
  display: none;
}
.box-content .container .gform_wrapper li.gfield.gfield_error,
.box-content .container .bg_form .gform_wrapper li.gfield.gfield_error,
.box-content .container .bg_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin-bottom: 10px !important;
}
.box-content .container .gform_wrapper div.validation_error,
.box-content .container .gform_wrapper .gfield_error .gfield_label,
.box-content .container .gform_wrapper .validation_message {
  color: #e30030 !important;
  line-height: 1.1em !important;
  padding-top: 3px !important;
}
.box-content .container .gform_confirmation_wrapper {
  font-size: 1.4em;
  text-align: left;
}
.box-content .container .gform_wrapper li.gform_hidden {
  display: none !important;
}
.box-content .container a.button,
.box-content .container input.button,
.box-content .container input[type="submit"],
.box-content .container .gform_wrapper .gform_footer input.button,
.box-content .container .gform_wrapper .gform_footer input[type="submit"] {
  background-color: #e30030 !important;
  border: none !important;
  color: #ffffff !important;
}
.box-content .container ::-webkit-input-placeholder {
  color: #68696a;
  text-transform: none;
}
.box-content .container ::-moz-placeholder {
  color: #68696a;
  text-transform: none;
}
.box-content .container :-ms-input-placeholder {
  color: #68696a;
  text-transform: none;
}
.box-content .container :-moz-placeholder {
  color: #68696a;
  text-transform: none;
}
.column_1_3_vc.box-content {
  border: 0;
  background: none;
  margin: 0;
  padding-bottom: 0;
}
.column_1_3_vc.box-content .container_column {
  border-left: 5px #EE002D solid;
  background-color: #f6f6f6;
  margin-bottom: 0;
  padding-bottom: 0;
}
.column_1_3_vc.box-content .container_column .moduleText {
  background-color: #f6f6f6;
}
.column_1_3_vc.box-content .container_column .moduleText h3 {
  font-family: 'Fjalla One', sans-serif;
  margin: 0 0 9px 0;
  padding: 4px 7px 2px 3px;
  background-color: #EE002D;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
}
.column_1_3_vc.box-content .container_column .moduleText p,
.column_1_3_vc.box-content .container_column .moduleText ul {
  padding: 0 11px !important;
}
.column_1_3_vc.box-content .container_column .moduleText .image-module {
  margin-bottom: 20px;
  padding: 11px !important;
}
.sidebar-right .box-content .container {
  padding: 0 14px;
}
.sidebar-right .box-content .container h3,
.sidebar-right .box-content .container h2,
.sidebar-right .box-content .container .title-row {
  font-family: 'Fjalla One', sans-serif;
  margin-left: -14px !important;
}
.sidebar-right .box-content .container p {
  margin: 0 0 20px 0 !important;
}
.sidebar-right .box-content .container .image-module {
  padding: 0 !important;
}
.sidebar-right .box-content .container .gform_wrapper {
  padding: 0 !important;
}
.sidebar-right .box-content .container .gform_wrapper .gform_body,
.sidebar-right .box-content .container .gform_wrapper .gform_footer {
  text-align: center;
}
.sidebar-right .box-content .container .gform_wrapper ul {
  margin-bottom: 0 !important;
}
.sidebar-right .box-content .container .gform_wrapper ul li {
  background: none !important;
  width: 100% !important;
  padding: 0 !important;
}
.sidebar-right .box-content .container .gform_wrapper ul li label {
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: none !important;
}
.sidebar-right .box-content .container .gform_wrapper {
  padding: 0 !important;
}
.sidebar-right .box-content .container .gform_wrapper form {
  width: 100% !important;
}
.sidebar-right .box-content .container .gform_wrapper ul li.check label {
  color: #393C41 !important;
  font-weight: 400 !important;
}
.sidebar-right .box-content .container .gform_wrapper ul li.gfield input,
.sidebar-right .box-content .container .gform_wrapper ul ul li.gfield input.medium,
.sidebar-right .box-content .container .gform_wrapper ul ul li.gfield select,
.sidebar-right .box-content .container .gform_wrapper ul ul li.gfield textarea,
.sidebar-right .box-content .container .gform_wrapper ul form #input_11_10 li input,
.sidebar-right .box-content .container .gform_wrapper ul ul.gfield_checkbox li input[type=checkbox],
.sidebar-right .box-content .container .gform_wrapper ul ul.gfield_radio li input[type=radio],
.sidebar-right .box-content .container .gform_wrapper ul ul li.gfield input,
.sidebar-right .box-content .container .gform_wrapper ul ul li.gfield input.medium,
.sidebar-right .box-content .container .gform_wrapper ul ul li.gfield input,
.sidebar-right .box-content .container .gform_wrapper ul ul li.gfield input.medium,
.sidebar-right .box-content .container .gform_wrapper ul li.gfield input,
.sidebar-right .box-content .container .gform_wrapper ul li.gfield input.medium,
.sidebar-right .box-content .container .gform_wrapper ul li.gfield input,
.sidebar-right .box-content .container .gform_wrapper ul li.gfield input.medium,
.sidebar-right .box-content .container .gform_wrapper ul li.gfield textarea {
  background-color: #fff !important;
  border: 1px solid #D1D0D0 !important;
  color: #68696a !important;
  font-size: 12px !important;
  height: 32px !important;
  max-width: 100% !important;
  outline: none !important;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}
.sidebar-right .box-content .container .gform_wrapper ul li.gfield textarea {
  overflow: hidden !important;
}
.sidebar-right .box-content .container .gform_wrapper ul ul.gfield_checkbox li input[type=checkbox] {
  border: 1px solid #D1D0D0 !important;
  height: auto !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.sidebar-right .box-content .container .gform_wrapper ul li.check label a {
  color: #393C41 !important;
}
.sidebar-right .box-content .container a.button,
.sidebar-right .box-content .container input.button,
.sidebar-right .box-content .container input[type="submit"],
.sidebar-right .box-content .container .gform_wrapper .gform_footer input.button,
.sidebar-right .box-content .container .gform_wrapper .gform_footer input[type="submit"] {
  background-color: #e30030 !important;
  border: none !important;
  color: #ffffff !important;
}
.sidebar-right .box-content .container ::-webkit-input-placeholder {
  color: #68696a;
  text-transform: none;
}
.sidebar-right .box-content .container ::-moz-placeholder {
  color: #68696a;
  text-transform: none;
}
.sidebar-right .box-content .container :-ms-input-placeholder {
  color: #68696a;
  text-transform: none;
}
.sidebar-right .box-content .container :-moz-placeholder {
  color: #68696a;
  text-transform: none;
}
body.single-products .content .social-share,
body.single-products .content .single-product-meta {
  padding-left: 60px;
  padding-right: 20px;
}
body.single-products .content .row {
  padding-left: 60px;
  padding-right: 20px;
}
body.single-products .content .row-inner {
  padding: 20px 20px 20px 47px;
}
body.single-products.template-products-category .content,
body.single-products.template-products-single .content {
  padding-left: 0;
  padding-right: 0;
}
body.single-products.template-products-category .content .row-inner,
body.single-products.template-products-single .content .row-inner {
  padding: 20px 160px 20px 80px;
  border-bottom: 0;
}
body.single-products.template-products-category .content .row-inner.row-inner-full,
body.single-products.template-products-single .content .row-inner.row-inner-full {
  padding: 20px 0;
}
body.single-products.template-products-category .cereal .border-left,
body.single-products.template-products-single .cereal .border-left,
body.single-products.template-products-page .cereal .border-left {
  border-left: 20px solid #D79A4A;
}
body.single-products.template-products-category .girasol .border-left,
body.single-products.template-products-single .girasol .border-left,
body.single-products.template-products-page .girasol .border-left {
  border-left: 20px solid #FF9F36;
}
body.single-products.template-products-category .maiz-grano .border-left,
body.single-products.template-products-single .maiz-grano .border-left,
body.single-products.template-products-page .maiz-grano .border-left {
  border-left: 20px solid #8F6E50;
}
body.single-products.template-products-category .maiz-ensilado .border-left,
body.single-products.template-products-single .maiz-ensilado .border-left,
body.single-products.template-products-page .maiz-ensilado .border-left {
  border-left: 20px solid #008635;
}
body.single-products.template-products-category .colza .border-left,
body.single-products.template-products-single .colza .border-left,
body.single-products.template-products-page .colza .border-left {
  border-left: 20px solid #FFC834;
}
body.single-products.template-products-category .forrajeras .border-left,
body.single-products.template-products-single .forrajeras .border-left,
body.single-products.template-products-page .forrajeras .border-left {
  border-left: 20px solid #7FC120;
}
body.single-products.template-products-category .algodon .border-left,
body.single-products.template-products-single .algodon .border-left,
body.single-products.template-products-page .algodon .border-left {
  border-left: 20px solid #4A8EAB;
}
body.single-products.template-products-category .remolacha .border-left,
body.single-products.template-products-single .remolacha .border-left,
body.single-products.template-products-page .remolacha .border-left {
  border-left: 20px solid #4A8EAB;
}
body.single-products.template-products-single .content .row {
  border-bottom: 1px solid #dedede;
}
body.single-products.template-products-single .content .row-inner {
  border-bottom: 0;
}
body.single-products.template-products-list .content {
  border: 0;
  padding: 20px 80px;
}
ul.stars-list {
  padding: 0;
}
ul.stars-list li {
  list-style: none;
  position: relative;
  padding: 3px 0 3px 25px !important;
}
ul.stars-list li i {
  color: #D79A4A;
  position: absolute;
  top: 5px;
  left: 0;
}
.social-share {
  padding: 12px 0;
}
.social-share div.crafty-social-buttons {
  margin: 0;
}
.form-group.footable-filtering-search {
  clear: both !important;
  float: none !important;
  display: block !important;
  margin-bottom: 20px !important;
}
.form-group.footable-filtering-search .input-group-btn {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 9 !important;
}
.footable_parent {
  overflow: hidden !important;
}
table.ninja_table_pro {
  table-layout: fixed;
}
table.ninja_table_pro thead,
table.ninja_table_pro tbody {
  display: table;
  width: 100%;
}
table.ninja_table_pro thead .footable-header th,
table.ninja_table_pro tbody th,
table.ninja_table_pro tbody td {
  float: none;
  text-align: center;
  vertical-align: middle;
  width: 9%;
}
.colored_table table.ninja_table_pro.inverted.red.table thead tr.footable-filtering th {
  color: #e30030 !important;
}
.footable-filtering .SumoSelect .select-all>label,
.footable-filtering .SumoSelect>.CaptionCont,
.footable-filtering .SumoSelect>.optWrapper>.options li.opt label {
  font-size: 14px;
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}
.footable-filtering .SumoSelect>.CaptionCont>span.placeholder {
  font-weight: 400 !important;
  padding-left: 5px;
  padding-right: 25px;
}
.foo-table li {
  font-size: 14px;
}
.foo-table li.dropdown-header {
  font-weight: 700;
  padding-left: 20px !important;
  padding-top: 10px;
}
body.post-type-archive-news .content,
body.tax-news_category .content {
  padding-left: 20px;
  padding-right: 20px;
}
body.single-news article >
  .row > .container {
  padding-left: 80px;
  padding-right: 80px;
}
.home.page .content .row-inner {
  border-bottom: 0;
}
.home.page .content .row-inner p {
  font-size: 2em;
}
.date-social {
  padding-bottom: 20px;
}
.date-social .container {
  display: table;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
  width: 100%;
}
.date-social .container .cols_group {
  display: table-row;
}
.date-social .container .cols_group .column_8 {
  display: table-cell;
  float: none;
  padding: 0;
  vertical-align: middle;
  width: 50%;
}
.date-social p {
  font-size: 1.4em;
  font-style: italic;
  margin: 13px 0 0 0;
}
@media only screen and (max-width: 480px) {
  h2,
  .h2 {
    font-size: 2.4em;
  }
  .row-inner.bg-01 .moduleText {
    padding: 0;
  }
  body.single-products .content .social-share,
  body.single-products .content .single-product-meta {
    padding-left: 60px;
    padding-right: 20px;
  }
  body.single-products .content .row {
    padding-left: 60px;
    padding-right: 20px;
  }
  body.single-products .content .row-inner {
    padding: 20px 20px 20px 47px;
  }
  body.single-products.template-products-category .content .row-inner,
  body.single-products.template-products-single .content .row-inner {
    padding: 20px 160px 20px 80px;
  }
  body.single-products.template-products-list .content {
    border: 0;
    padding: 20px;
  }
  body.single-news article >
    .row > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .row-inner.bg-01 .moduleText {
    padding: 0;
  }
  body.single-products .content .social-share,
  body.single-products .content .single-product-meta {
    padding-left: 60px;
    padding-right: 20px;
  }
  body.single-products .content .row {
    padding-left: 60px;
    padding-right: 20px;
  }
  body.single-products .content .row-inner {
    padding: 20px 20px 20px 47px;
  }
  body.single-products.template-products-category .content .row-inner,
  body.single-products.template-products-single .content .row-inner {
    padding: 20px 160px 20px 80px;
  }
  body.single-products.template-products-list .content {
    border: 0;
    padding: 20px;
  }
  body.single-news article >
    .row > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  body.single-products.template-products-list .content {
    border: 0;
    padding: 20px;
  }
}
@media screen and (min-width: 767px) and (max-width: 969px) {
  .full-width .container .container .row-inner-full .container {
    max-width: 100% !important;
  }
}
#cookie-law-info-bar .cli-bar-message a {
  color: #FFFFFF !important;
  text-decoration: underline !important;
  border-bottom: 0 !important;
}
#cookie-law-info-bar .cli-bar-message a:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.cli-tab-footer .cli-btn {
  background-color: #e2002a !important;
}
.copyright {
  display: inline-block;
  padding-top: 9px;
  padding-right: 10px;
}
.copyright p {
  font-size: 1.3em !important;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .copyright {
    margin-bottom: 0 !important;
  }
  .copyright :last-child {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .copyright {
    padding-bottom: 0px;
  }
  .copyright :last-child {
    margin-bottom: 0;
  }
}
.developer {
  padding: 0 !important;
  height: auto !important;
}
.developed_by {
  text-align: center;
  padding: 0 !important;
  height: auto !important;
}
.developed_by a {
  display: inline-block;
  font-size: 1.3em;
  padding: 0 !important;
  height: auto !important;
  line-height: 1.0em;
}
.developed_by img,
.developed_by br {
  margin: 0 !important;
  padding: 0 !important;
  display: none;
}
@media only screen and (max-width: 480px) {
  .developed_by {
    padding-bottom: 0;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .developed_by {
    padding-bottom: 0;
  }
}
.footer-container {
  padding: 0 0 0 0;
}
.footer-content {
  background-color: #ffffff;
  padding: 0;
  text-align: left;
}
.logo_footer {
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
}
.logo_footer img {
  vertical-align: top;
}
.footer a {
  color: #0d0d13;
}
.footer a:hover {
  color: #96062a;
}
.footer p,
.footer ul li {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 500;
  text-align: left;
}
.footer p {
  font-size: 1.4em;
}
.footer p a,
.footer ul li a {
  color: #ffffff;
}
.footer p a:hover,
.footer ul li a:hover {
  color: #9E9991;
}
.footer .destacado p a,
.footer .destacado ul li a {
  color: #9E9991;
}
.footer .destacado p a:hover,
.footer .destacado ul li a:hover {
  color: #ffffff;
}
.footer h2,
.footer .title-section {
  color: #9E9991;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0;
}
.footer h2 a,
.footer .title-section a {
  color: #9E9991;
}
.footer h2 a:hover,
.footer .title-section a:Hover {
  color: #FFFFFF;
}
.footer p.mas {
  color: #9E9991;
  font-size: 1.4em;
  font-weight: 700;
  text-align: left;
}
.footer p.mas a {
  color: #9E9991;
}
.footer p.mas a:hover {
  color: #ffffff;
}
.footer ul li {
  background-image: none;
  padding: 0;
  margin: 0;
}
.footer p img {
  margin-bottom: -20px;
}
.footer p a,
.footer a {
  color: #e30030;
}
.footer p a:hover,
.footer a:hover {
  color: #ffffff;
}
.footer .col_3,
.footer .col_3 p {
  text-align: right;
}
.footer .col_1 {
  border-right: 1px solid #2B2B31;
}
.footer .col_2 {
  padding-top: 21px;
}
.footer .col_3 {
  border-left: 1px solid #2B2B31;
  float: right;
}
.bottomFooter .bottomFooter-container {
  background-color: #202022;
  padding: 25px 0 !important;
  margin: 0 12px !important;
}
.bottomFooter .tt_template_structure {
  float: left;
}
.footer .colum_16 .tt_template_structure {
  float: left;
}
.bottomFooter .column_8 .tt_template_structure {
  float: right;
}
.bottomFooter p {
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
}
.bottomFooter strong {
  color: #ffffff;
}
.bottomFooter p a,
.bottomFooter a {
  color: #ffffff;
}
.bottomFooter p a:hover,
.bottomFooter a:hover {
  color: #e30030;
}
@media only screen and (max-width: 1296px) {
  .footer {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 959px) {
  .footer .column_7,
  .footer .column_10 {
    width: 33.33333333333333% !important;
    float: left !important;
  }
  .footer .col_3,
  .footer .col_3 p {
    text-align: center;
  }
  .footer .tt_template_structure.txt-right {
    text-align: left !important;
  }
  .bottomFooter .column_8 .tt_template_structure {
    float: left;
  }
}
@media only screen and (max-width: 610px) {
  .footer .column_7,
  .footer .column_10 {
    width: 100% !important;
    float: left !important;
    border: 0 !important;
  }
}
@media only screen and (max-width: 856px) {
  .footer {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .footer [class*="column_"] {
    padding-bottom: 0;
  }
  .home .footer-container {
    padding: 0px 0px;
  }
  .footer .column_18 .column_6 {
    width: 50% !important;
  }
}
@media only screen and (max-width: 768px) {
  .footer-container {
    padding: 0 !important;
  }
  .footer-container .style-svg {
    max-width: 252px;
  }
  .footer-container .directory-item + .directory-item .image-module {
    padding-top: 20px;
  }
  .bottomFooter .bottomFooter-container {
    margin: 0 !important;
  }
  .footer .column_18 .column_6,
  .footer .column_6 {
    width: 100% !important;
  }
  .bottomFooter .menu {
    text-align: left;
  }
  .bottomFooter .tt_template_structure {
    float: none;
  }
  .bottomFooter .menu li {
    display: block;
  }
  .bottomFooter .menu li::before {
    content: "";
    padding: 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .footer .column_16 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .footer .column_16 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  .footer .column_16 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-bottom {
  background-color: #202022;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
}
.footer-bottom h2 {
  color: #fff;
  font-size: 1.6em;
  font-weight: 300;
  margin: 0 0 12px 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}
.footer-bottom p {
  margin: 0;
  padding: 0;
}
.footer-bottom a {
  color: #ffffff;
}
.footer-bottom a:hover {
  color: #e30030;
}
.footer-bottom .logo_footer {
  padding-left: 10px;
}
.footer-bottom .logo_footer img {
  float: left;
  width: 40px;
}
.footer-bottom .logo_footer .baseline {
  float: left;
  line-height: 40px;
  margin-left: 10px;
}
.footer-bottom .content-widget {
  text-align: right;
}
.footer-bottom .content-widget p {
  display: inline-block;
  line-height: 40px;
}
.footer-bottom .content-widget p img {
  margin: 0;
  padding: 0;
}
.footer-bottom .content-widget + .menu-footer-menu-container {
  display: block;
}
.footer-bottom .content-widget + .menu-footer-menu-container ul {
  text-align: right;
}
.footer-bottom .content-widget + .menu-footer-menu-container + .developer {
  display: block;
}
.footer-bottom .developer {
  color: #999;
  display: block;
  margin-top: -5px;
}
.footer-bottom .developer a {
  color: #999;
}
.footer-bottom .developer a:hover {
  color: #e30030;
}
.footer-bottom .gform_wrapper {
  padding: 0 !important;
}
.footer-bottom .gform_wrapper form {
  margin: 0 !important;
  width: 100% !important;
}
.footer-bottom .gform_wrapper ul {
  padding: 0;
  margin: 0;
}
.footer-bottom .gform_wrapper ul li {
  list-style: none !important;
  width: 70% !important;
  padding-right: 2px !important;
}
.footer-bottom .gform_wrapper ul li label {
  display: none;
}
.footer-bottom .gform_wrapper ul li input {
  background-color: #fff !important;
  display: inline-block;
  font-size: 12px;
  width: 100%;
}
.footer-bottom .gform_wrapper ul li.check li {
  margin: 0 !important;
}
.footer-bottom .gform_wrapper ul li.check label {
  color: #999;
  font-size: 1.1em !important;
  width: 90% !important;
  float: left !important;
  line-height: 1em !important;
  margin-left: 0 !important;
  text-align: left !important;
}
.footer-bottom .gform_wrapper ul li.check label a {
  color: #999;
}
.footer-bottom .gform_wrapper ul li.check label a:hover {
  color: #999;
  text-decoration: none;
}
.footer-bottom .gform_wrapper ul li.check label span {
  color: #E2002A !important;
}
.footer-bottom .gform_wrapper ul li.check input {
  float: left;
  height: auto !important;
  margin: 0 5px 0 0 !important;
  width: auto !important;
}
.footer-bottom .gform_wrapper ul li.gfield_html {
  color: #999 !important;
  font-size: 1.1em !important;
  line-height: 1.1em !important;
  width: 100% !important;
}
.footer-bottom .gform_wrapper ul li.gfield_html a {
  color: #999;
  text-decoration: underline;
}
.footer-bottom .gform_wrapper ul li.gfield_html a:hover {
  color: #999;
  text-decoration: none;
}
.footer-bottom .gform_wrapper ul ul {
  padding: 0;
}
.footer-bottom .gform_wrapper ul ul li {
  line-height: 1em;
}
.footer-bottom .gform_wrapper ul li.gfield input,
.footer-bottom .gform_wrapper ul ul li.gfield input.medium,
.footer-bottom .gform_wrapper ul ul li.gfield select,
.footer-bottom .gform_wrapper ul ul li.gfield textarea,
.footer-bottom .gform_wrapper ul form #input_11_10 li input,
.footer-bottom .gform_wrapper ul ul.gfield_checkbox li input[type=checkbox],
.footer-bottom .gform_wrapper ul ul.gfield_radio li input[type=radio],
.footer-bottom .gform_wrapper ul ul li.gfield input,
.footer-bottom .gform_wrapper ul ul li.gfield input.medium,
.footer-bottom .gform_wrapper ul ul li.gfield input,
.footer-bottom .gform_wrapper ul ul li.gfield input.medium {
  background-color: #fff !important;
  border: 0 !important;
  font-size: 12px !important;
  height: 32px !important;
  max-width: 100% !important;
  outline: none !important;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}
.footer-bottom .gform_wrapper ul ul.gfield_checkbox li input[type=checkbox] {
  height: auto !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.footer-bottom .gform_wrapper .gform_body,
.footer-bottom .gform_wrapper .gform_footer {
  text-align: left;
}
.footer-bottom .gform_wrapper div.validation_error {
  display: none;
}
.footer-bottom .gform_wrapper li.gfield.gfield_error,
.footer-bottom .bg_form .gform_wrapper li.gfield.gfield_error,
.footer-bottom .bg_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  margin-bottom: 10px !important;
}
.footer-bottom .gform_wrapper div.validation_error,
.footer-bottom .gform_wrapper .gfield_error .gfield_label,
.footer-bottom .gform_wrapper .validation_message {
  color: #E2002A !important;
  line-height: 1.1em !important;
  padding-top: 3px !important;
}
.footer-bottom .gform_confirmation_wrapper {
  font-size: 1.4em;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .footer-bottom .column_8_xs {
    text-align: center !important;
  }
  .footer-bottom h2 {
    margin: 0 auto 12px auto;
    max-width: 360px;
    text-align: center;
  }
  .footer-bottom .content-widget {
    text-align: center;
  }
  .footer-bottom .content-widget p img {
    margin: 0 auto;
  }
  .footer-bottom .content-widget + .menu-footer-menu-container ul {
    text-align: center;
  }
  .footer-bottom .gform_wrapper form {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 260px !important;
  }
  .footer-bottom .gform_wrapper form .gform_footer {
    text-align: center !important;
  }
  .footer-bottom .gform_wrapper form .gform_footer input.button {
    margin: 0 auto !important;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .footer-bottom .column_8_xs {
    text-align: center !important;
  }
  .footer-bottom h2 {
    margin: 0 auto 12px auto;
    max-width: 360px;
    text-align: center;
  }
  .footer-bottom .content-widget {
    text-align: center;
  }
  .footer-bottom .content-widget p img {
    margin: 0 auto;
  }
  .footer-bottom .content-widget + .menu-footer-menu-container ul {
    text-align: center;
  }
  .footer-bottom .gform_wrapper form {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 360px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  .footer-bottom-nw .gform_wrapper li {
    max-width: 180px !important;
  }
  .footer-bottom-nw .gform_wrapper li.check {
    max-width: 100% !important;
  }
  .footer-bottom-nw .gform_wrapper li.check li {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 561px) {
  .footer-bottom .gform_wrapper form {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 260px !important;
  }
  .footer-bottom .gform_wrapper form .gform_footer {
    text-align: center !important;
  }
  .footer-bottom .gform_wrapper form .gform_footer input.button {
    margin: 0 auto !important;
  }
  .footer-bottom .gform_wrapper .gform_footer {
    text-align: center !important;
  }
}
@media only screen and (min-width: 768px) {
  .footer-bottom-nw .column_6_sm + .column_6_sm {
    text-align: right;
  }
  .footer-bottom-nw .content-widget + .menu-footer-menu-container + .developer {
    padding-right: 15px !important;
  }
}
@media only screen and (min-width: 769px) {
  .footer-bottom-nw .logo_footer {
    padding-top: 28px;
  }
  .footer-bottom-nw .social-links {
    padding-top: 32px;
  }
  .footer-bottom-nw .content-widget {
    padding-top: 26px;
  }
  .footer-bottom-nw .content-widget + .menu-footer-menu-container .menu li {
    line-height: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 808px) {
  .footer-bottom .column_4_sm,
  .footer-bottom .column_6_sm,
  .footer-bottom .column_8_sm {
    width: 100% !important;
    text-align: center !important;
  }
  .footer-bottom h2 {
    margin: 0 auto 12px auto;
    max-width: 360px;
    text-align: center;
  }
  .footer-bottom .content-widget {
    padding: 0;
    text-align: center;
  }
  .footer-bottom .content-widget p img {
    margin: 0 auto;
  }
  .footer-bottom .content-widget + .menu-footer-menu-container ul {
    text-align: center;
  }
  .footer-bottom .logo_footer,
  .footer-bottom .social-links {
    display: block;
    text-align: center;
  }
  .footer-bottom .logo-footer {
    padding-top: 0;
  }
  .footer-bottom .logo_footer img {
    float: none;
    margin: 0 auto;
  }
  .footer-bottom .social-links {
    padding: 7px 0;
  }
  .footer-bottom .gform_wrapper li {
    max-width: 360px !important;
  }
  .footer-bottom .gform_wrapper form {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: 360px !important;
  }
  .footer-bottom .gform_wrapper .gform_footer {
    text-align: center !important;
  }
}
@media only screen and (min-width: 809px) and (max-width: 978px) {
  .footer-bottom-nw .content-widget + .menu-footer-menu-container {
    display: block;
    padding-right: 5px;
  }
  .footer-bottom-nw .content-widget + .menu-footer-menu-container .menu li {
    line-height: 1em;
  }
  .footer-bottom-nw .content-widget + .menu-footer-menu-container + .developer {
    display: block;
    line-height: 1em;
    margin-top: 0;
    padding-right: 15px !important;
    text-align: right;
  }
}
.footer .contact-info p {
  color: #999 !important;
  font-size: 1.3em !important;
  margin: 0;
}
.footer .menu-footer-menu-container,
.footer .menu-footer-menu-en-container {
  display: inline-block;
}
.footer .menu li {
  background: none;
  display: inline-block;
  font-size: 1.3em;
  margin: 0;
  padding: 0;
}
.footer .menu li:after {
  color: #0d0d13;
  content: " | ";
  padding: 0 5px;
}
.footer .menu li a {
  color: #0d0d13;
}
.footer .menu li a:hover {
  color: #FFF;
}
.header .contact-info {
  padding: 10px 0 0 0;
  text-align: right;
}
.header .contact-info li {
  background: none;
  border-left: 1px solid #FFF;
  color: #FFF;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 400;
  margin: 0 0 0 24px;
  padding: 0 0 0 10px;
}
.header .contact-info li a {
  color: #FFF;
  text-decoration: underline;
}
.header .contact-info li a:hover {
  text-decoration: none;
}
.header .contact-info li:first-child {
  border: none;
}
.header .contact-info li span {
  padding-right: 10px;
}
.header .contact-info li {
  display: inline;
}
.header-media {
  text-align: center;
}
.header-media h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 6.5em;
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-align: center;
}
.header-media h2 {
  background: none;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 2.8em;
  font-style: italic;
  margin: 0;
  padding: 0;
  text-align: center;
}
.header-media .ic_down {
  background: url(/media/ic_down1.png) no-repeat 0 0;
  display: inline-block;
  height: 27px;
  margin: 40px auto 0 auto;
  width: 50px;
}
.header-media .wine-awards {
  bottom: 40px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
.header-media .wine-awards ul li {
  background: none;
  display: inline-block;
  list-style: none;
  padding: 0;
}
.header-media .wine-awards ul li + li {
  margin-left: 10px;
}
.taptap-front-wrapper {
  z-index: 99999999;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}
.taptap-front-wrapper-fixed {
  position: fixed;
  background-color: #111;
  min-height: 97px;
}
.taptap-front-wrapper-fixed .taptap-logo-wrapper {
  text-align: center;
  top: 15px;
}
.taptap-front-wrapper-fixed .taptap-logo-wrapper .taptap-logo-image img {
  max-height: 50px;
}
.taptap-front-wrapper-fixed .taptap-menu-button-wrapper,
.taptap-front-wrapper-fixed .taptap-languages-button,
.taptap-front-wrapper-fixed .taptap-search-button {
  top: 40px;
}
.taptap-front-wrapper-fixed .taptap-search-wrapper {
  height: 83px;
}
.taptap-front-wrapper-fixed .taptap-search-wrapper form {
  margin-top: 15px;
}
.taptap-front-wrapper-fixed .taptap-search-button {
  height: 40px;
}
.taptap-front-wrapper-fixed .taptap-search-button svg {
  margin-top: 10px;
}
.taptap-front-inner {
  position: absolute;
  max-width: 1152px;
  z-index: 99999999;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.tap-tap-container {
  max-width: 1128px;
}
.taptap-background-color {
  background-color: #111;
}
.taptap-menu-button-wrapper {
  left: 0;
  top: 60px;
  width: 72px !important;
}
.taptap-search-wrapper {
  background-color: #fff;
  height: 120px;
}
.taptap-search-wrapper form {
  margin-top: 27px;
}
.taptap-search-wrapper .taptap-search-close-icon {
  top: 30px;
}
.taptap-search-button {
  border-right: 1px solid #fff;
  right: 0;
  top: 55px;
}
.taptap-languages-button {
  top: 55px;
  right: 57px;
  left: auto;
}
.taptap-languages-button ul {
  padding: 0;
}
.taptap-languages-button ul li {
  background: none;
  color: #fff;
  font-size: 16px;
  line-height: 1.3em;
  list-style: none;
  padding: 0;
}
.taptap-languages-button ul li span {
  background: url(/media/drop-down-arrow.png) no-repeat 85% 18px;
  border-left: 1px solid #fff;
  display: block;
  height: 40px;
  padding: 8px 35px 0 20px;
}
.taptap-languages-button ul li a {
  color: #fff;
  display: block;
}
.taptap-languages-button ul li ul {
  display: none;
}
.taptap-languages-button ul li ul li {
  background: none;
  list-style: none;
  margin: 0;
  padding: 0 0 0 1px;
}
.taptap-languages-button ul li ul li a {
  background-color: #111;
  display: block;
  padding: 8px 20px 8px 20px;
}
.taptap-languages-button ul li ul li + li a {
  padding-top: 0;
}
.taptap-languages-button ul li:hover ul {
  display: block;
}
.taptap-menu-button-three:after,
.taptap-menu-button-three:before,
.taptap-menu-button-three div.taptap-menu-button-three-middle:before {
  background-color: #fff !important;
  width: 20px;
  height: 3px;
  margin: 4px 0;
}
.tap-tap-menu-button-three-description {
  position: absolute;
  width: 50px;
  height: 40px;
  top: 13px;
  left: 40px;
  color: #fff;
  font-size: 1.6em;
  text-transform: uppercase;
}
.close-taptap {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
}
.close-taptap svg {
  width: 35px;
  height: 35px;
  fill: #fff;
}
.close-taptap svg:hover {
  fill: #6B6F74;
}
.close-taptap:before,
.close-taptap:after {
  display: none;
}
.close-taptap-text {
  padding: 5px 0 0 10px;
}
.taptap-by-bonfire {
  padding-top: 70px;
}
.taptap-by-bonfire ul li {
  background: none;
  font-size: 1em;
  font-weight: 300 !important;
  padding: 0;
}
.taptap-by-bonfire ul li a {
  color: #fff !important;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 3.4em !important;
  font-weight: 300 !important;
  padding: 10px 32px !important;
}
.taptap-by-bonfire ul li a:hover {
  color: #666 !important;
  font-weight: 300 !important;
}
.taptap-by-bonfire ul li.featured {
  padding-top: 16px;
}
.taptap-by-bonfire ul li.featured a {
  border: 1px solid #fff;
  color: #fff !important;
}
.taptap-by-bonfire ul li.featured a:hover {
  background-color: #C30427;
  border: 1px solid #C30427;
}
.taptap-by-bonfire ul li ul {
  padding-bottom: 10px !important;
}
.taptap-by-bonfire ul li ul li a {
  font-size: 2.8em !important;
  padding: 0 0 5px 0 !important;
}
.taptap-menu-button,
.taptap-menu-button-three,
.taptap-menu-button-three:after,
.taptap-menu-button-three:before,
.taptap-menu-button-three div.taptap-menu-button-three-middle:before {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
.taptap-by-bonfire .menu li.menu-item-has-children span {
  top: 12px !important;
}
.taptap-by-bonfire .menu li:hover span,
.taptap-by-bonfire .menu li span:hover {
  border-color: #666;
}
.taptap-by-bonfire .menu li:hover span svg,
.taptap-by-bonfire .menu li span:hover svg {
  fill: #666 !important;
}
.taptap-search-button {
  border-left: 1px solid #fff;
  left: auto;
  right: 17px;
}
.taptap-search-button svg,
.taptap-search-button-right svg {
  margin: 12px 0 0 16px;
  fill: #FFF;
}
.taptap-search-button:hover svg,
.taptap-search-button-right:hover svg {
  fill: #666;
}
.taptap-search-wrapper #searchform input {
  color: #666;
}
.taptap-search-wrapper #searchform input:focus {
  outline: none;
}
:-moz-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
.taptap-logo-wrapper {
  left: 0;
  right: 0;
  top: 16px;
  width: 193px;
  margin: auto;
  max-width: 100%;
}
.taptap-logo-image img {
  max-height: 80px;
}
@media only screen and (max-width: 480px) {
  .taptap-logo-image img {
    max-height: 50px;
  }
  .taptap-languages-button {
    display: none;
  }
  .taptap-menu-button-wrapper,
  .taptap-search-button {
    top: 40px;
  }
  .taptap-search-wrapper {
    height: 83px;
  }
  .taptap-search-wrapper form {
    margin-top: 15px;
  }
  .taptap-search-button {
    height: 33px;
  }
  .taptap-search-button svg {
    margin-top: 10px;
  }
  .header-media h1 {
    font-size: 4.5em;
  }
  .wine-awards img {
    height: 70px;
    width: 70px;
  }
  .taptap-by-bonfire ul li a {
    padding: 10px 10px !important;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .header-media h1 {
    font-size: 4.5em;
  }
  .taptap-by-bonfire ul li a {
    padding: 10px 10px !important;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  .header-media h1 {
    font-size: 5.5em;
  }
}
#logo {
  display: inline-block;
  float: left;
  padding-top: 0;
  padding-bottom: 0;
}
#logo h1,
#logo .h1 {
  display: none;
}
.header_mobile #logo {
  padding: 0;
  text-align: left;
}
.accordion-module .ui-accordion .ui-accordion-header {
  position: relative;
  margin-top: 0;
}
.accordion-module {
  margin: 0 auto;
  max-width: 100%;
  padding: 20px 20px 20px 60px;
}
.accordion-module > h2 {
  margin: 0 0 16px 0;
}
.accordion-module .row-inner {
  padding: 0 !important;
}
.accordion-module .row-inner.bottom-border + .row-inner {
  padding-top: 20px !important;
}
.accordion-module .accordion-item > h3 {
  font-size: 2.1em;
  font-weight: 900;
  margin: 0 0 16px 0;
  padding-top: 0;
  text-transform: none;
}
.accordion-module .accordion-item > h3:last-of-type {
  margin-bottom: 0;
}
.accordion-module .accordion-item > h3 a {
  background-color: #D9D9D9;
  color: #393c41;
  display: block;
  text-decoration: none;
  padding: 13px 20px;
}
.accordion-module .accordion-item > h3 a:after {
  color: #E30030;
  content: "\f105";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  margin-left: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-module .accordion-item > h3.ui-state-active a:after {
  color: #E30030;
  content: "\f107";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  margin-left: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-module .accordion-item .ui-icon {
  background: url(/img/accordion-controls-style1.png) no-repeat -14px -31px;
  height: 32px;
  position: absolute;
  right: 7px;
  top: 15px;
  width: 29px;
}
.accordion-module .accordion-item .ui-state-active .ui-icon {
  background-position: 0 0;
  height: 28px;
  right: 20px;
  top: 15px;
}
.accordion-module .accordion-item .accordion-content {
  padding: 30px 0;
}
.accordion-module .accordion-item .accordion-content :last-child {
  margin-bottom: 0;
}
.accordion-module .accordion-item h4 {
  color: #111;
  font-size: 1.8em;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.accordion-module .accordion-item h5 {
  color: #111;
  text-align: center;
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 50px;
  text-transform: italic !important;
}
.accordion-module p {
  margin: 0 0 36px 0;
  padding: 0;
}
.accordion-module p.min-title-content {
  margin-bottom: 18px;
}
.accordion-module .moduleText {
  padding: 0;
}
.calculators-module {
  background-color: #F2F2F2;
  margin: 60px 0 0 0;
  position: relative;
  padding: 90px 30px;
  text-align: center;
}
.calculators-module i {
  height: 100px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -30px;
  width: 100px;
}
.calculators-module i:before {
  color: #808080;
  font-size: 10em;
}
.calculators-module label {
  color: #5b636c;
  display: table;
  font-size: 1.5em;
  font-weight: 600;
  text-align: left;
  margin: 0 auto 8px auto;
  width: 100%;
  max-width: 350px;
}
.calculators-module input,
.calculators-module .input-field-result {
  background-color: #fff;
  border: 1px solid #B8B8B8;
  display: block;
  font-size: 1.5em;
  height: 45px;
  margin: 0 auto 30px auto;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
  width: 100%;
  max-width: 350px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.calculators-module input.error,
.calculators-module .input-field-result.error {
  border: 1px solid #E2002A;
}
.calculators-module .input-field {
  display: table;
  font-size: 1.5em;
  font-weight: 600;
  height: auto;
  margin: 0 auto 8px auto;
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 350px;
}
.calculators-module .input-field-result {
  background-color: #B8B8B8;
  border: 1px solid #5B636C;
  color: #5B636C;
  font-size: 1.5em;
  line-height: 45px;
  vertical-align: middle;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
.calculators-module .label-txt {
  display: table-cell;
  padding-right: 33px;
  position: relative;
  vertical-align: bottom;
}
.calculators-module .group_input {
  text-align: left;
  margin: 0 auto 8px auto;
  width: 100%;
  max-width: 350px;
}
.calculators-module label.radio-label {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 400;
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 10px;
  width: auto;
}
.calculators-module [type="radio"]:not(:checked),
.calculators-module [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
.calculators-module [type="radio"]:not(:checked) + label.radio-label,
.calculators-module [type="radio"]:checked + label.radio-label {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
}
.calculators-module [type="radio"]:not(:checked) + label.radio-label:before,
.calculators-module [type="radio"]:checked + label.radio-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #5B636C;
  background: #fff;
  border-radius: 100%;
}
.calculators-module [type="radio"]:not(:checked) + label.radio-label:after,
.calculators-module [type="radio"]:checked + label.radio-label:after {
  background: url(/media/icon-check1.png) no-repeat 1px 1px;
  width: 17px;
  height: 17px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 0.8;
  color: #B8B8B8;
  transition: all .2s;
}
.calculators-module [type="radio"]:not(:checked) + label.radio-label:after {
  opacity: 0;
  transform: scale(0);
}
.calculators-module [type="radio"]:checked + label.radio-label:after {
  opacity: 1;
  transform: scale(1);
}
.calculators-module [type="radio"]:disabled:not(:checked) + label.radio-label:before,
.calculators-module [type="radio"]:disabled:checked + label.radio-label:before {
  box-shadow: none;
  border-color: #5B636C;
  background-color: #ddd;
}
.calculators-module [type="radio"]:disabled:checked + label.radio-label:after {
  color: #B8B8B8;
}
.calculators-module [type="radio"]:disabled + label.radio-label {
  color: #B8B8B8;
}
.calculators-module label.radio-label:hover:before {
  border: 1px solid #5B636C !important;
}
.calculators-module button {
  margin-bottom: 30px;
}
.calculators-module .calculator-results,
.calculators-module .calculator-results2 {
  display: none;
}
.calculators-module.calculator-rendimiento-lechero {
  background-color: #FFF;
  padding: 0;
}
.calculators-module .fieldset_group {
  background-color: #F2F2F2;
  margin-bottom: 24px;
  padding: 40px 30px 10px 30px;
}
.calculators-module .fieldset_group h3 {
  color: #5B646B;
  margin: 0 0 20px 0;
}
.calculators-module .fieldset_group.fieldset_group_error {
  color: #E2002A;
  padding-bottom: 35px;
}
.calculators-module .fieldset_group.fieldset_group_error h3 {
  color: #E2002A;
}
.calculators-module .fieldset_group.fieldset_group_error p {
  color: #E2002A;
  margin-bottom: 5px;
}
.tooltip-txt {
  border: 1px solid #5b636c;
  bottom: 0;
  color: #5b636c;
  font-size: 1.1em;
  font-weight: 700;
  height: 23px;
  line-height: 23px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 350px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.moduleCircles {
  background: #E2002A;
  border-radius: 50%;
  color: #FFF;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 400;
  height: 140px;
  line-height: 140px;
  margin: 0 auto 20px auto;
  padding: 0 3px;
  text-align: center;
  width: 140px;
}
.moduleCircles .circle-inner {
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
}
.moduleCircles .circle-inner p {
  color: #fff;
  font-size: 1em;
  line-height: 1.3em;
}
.moduleCircles .circle-inner p strong {
  display: block;
  font-size: 2.8em;
  line-height: 1.1em;
}
.moduleCircles.big-circle {
  font-size: 1.6em;
  height: 180px;
  line-height: 180px;
  width: 180px;
}
.moduleCircles.big-circle .circle-inner p {
  font-size: 1em;
  text-transform: uppercase;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.moduleCircles.big-circle .circle-inner p strong {
  font-size: 2.2em;
}
.moduleCircles + .moduleCircles {
  margin-left: 50px;
}
@media only screen and (max-width: 479px) {
  .moduleCircles + .moduleCircles {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 658px) {
  .moduleCircles + .moduleCircles {
    margin-left: 20px;
  }
  .row .moduleCircles:nth-child(3n+1) {
    margin-left: auto;
  }
}
@media only screen and (min-width: 659px) and (max-width: 980px) {
  .moduleCircles + .moduleCircles {
    margin-left: 30px;
  }
  .row .moduleCircles:nth-child(4n+1) {
    margin-left: auto;
  }
}
.conversion-module p {
  color: #ffffff;
  font-size: 2em;
  font-weight: ;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 25px;
}
.conversion-module .intro-heading {
  color: #ffffff;
  font-size: 2.8em;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
}
.conversion-module h2 {
  font-weight: 800;
  color: #FFFFFF;
  font-size: 3.0em;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center !important;
  margin-bottom: 30px;
  line-height: 28px;
}
.conversion-module h3 {
  color: #ffffff;
  font-size: 3em;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  text-align: center !important;
}
.conversion-module h4 {
  color: #ffffff;
  font-size: 2.5em;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}
.conversion_style_1 {
  padding-left: 40px;
  padding-right: 40px;
}
.conversion_style_1 div {
  text-align: center;
}
.conversion_style_1 p {
  text-align: left;
  font-weight: 500;
  font-size: 2.0em;
  font-style: normal;
}
.conversion_style_1 h2,
.conversion_style_1 p.title-section {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: none;
  color: #FFFFFF;
  font-size: 3.6em;
  margin: 0 auto 40px auto;
  text-align: center;
  line-height: 1.3em;
  width: 50% !important;
  position: relative;
}
.conversion_style_1 .button {
  background-color: #fff;
  border: 1px solid transparent;
  color: #ed002b;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  height: auto;
  padding: 20px 50px;
  letter-spacing: .5px;
  line-height: 12.5px;
  margin: 0;
  outline: none;
  position: relative;
  text-align: center;
  text-shadow: 0;
  text-transform: uppercase;
  vertical-align: middle;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
}
.conversion_style_1 .button:hover {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.conversion_style_1 .button:after {
  display: none;
}
.conversion_style_2 div {
  text-align: center;
}
.conversion_style_2 h2,
.conversion_style_2 p.title-section {
  font-weight: 600;
  text-transform: uppercase;
  color: #96062A;
  font-size: 2.0em;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.3em;
  padding-bottom: 8px;
  width: 100% !important;
  position: relative;
  left: auto;
}
.conversion_style_2 p {
  text-align: center;
  font-weight: 500;
  color: #FFFFFF !important;
  font-size: 2em;
  font-style: normal;
  margin-left: 0;
  padding: 0;
}
.conversion_style_2 h3 {
  text-align: center;
  line-height: 1.3em;
  font-weight: 300;
  font-size: 3.0em !important;
  text-transform: none !important;
  margin: 0 0 40px 0;
  padding: 0;
}
.conversion_style_2 h3 a {
  text-align: center;
  font-weight: 600;
  color: #4A4A4E;
  font-style: normal;
  text-decoration: underline !important;
  margin-bottom: 0;
  padding: 0;
}
.conversion_style_2 h3 a:hover {
  text-align: left;
  font-weight: 600;
  color: #FFFFFF;
  font-style: normal;
  text-decoration: none !important;
  margin-left: 0;
  padding: 0;
}
.conversion_style_2 .title-section.txt-left {
  background-position: 0 bottom;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .conversion-module .intro-heading {
    font-size: 2.4em;
  }
  .conversion-module [class*="column_"] {
    width: 100% !important;
    float: none !important;
    display: block !important;
  }
  .conversion_style_1 h2,
  .conversion_style_1 p.title-section {
    font-size: 2em;
    margin: 0 auto 20px auto;
    width: 90% !important;
  }
  .conversion_style_1 .button {
    font-size: 12px;
    padding: 20px 30px;
  }
  .conversion_style_2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .footer .conversion-module.top-spacing {
    padding-top: 60px !important;
  }
  .row-inner {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .conversion-module h2 {
    font-size: 2.2em !important;
  }
  .conversion-module h3 {
    font-size: 2em !important;
    line-height: 1.2em;
  }
  .conversion-module p {
    font-size: 1.8em !important;
  }
  .conversion-module .intro-heading {
    font-size: 2.4em;
  }
  .conversion-module [class*="column_"] {
    width: 100% !important;
    float: none !important;
    display: block !important;
  }
  .conversion_style_1 h2,
  .conversion_style_1 p.title-section {
    font-size: 2em !important;
    margin: 0 auto 20px auto;
    width: 80% !important;
  }
  .conversion_style_1 .button {
    font-size: 12px;
    padding: 20px 30px;
  }
  .conversion_style_2 {
    padding-left: 0;
    padding-right: 0;
  }
  .footer .conversion-module.top-spacing {
    padding-top: 60px !important;
  }
  .row-inner {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
@media only screen and (max-width: 856px) {
  .column_8 .conversion-module .column_12 {
    width: 100% !important;
    display: inline-block !important;
    text-align: center !important;
  }
  .column_8 .conversion-module .column_12 img {
    margin: 0 auto !important;
  }
  .conversion-module .directory-item-media.txt-left {
    text-align: center !important;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  .conversion-module [class*="column_"] {
    width: 100% !important;
    float: none !important;
    display: block !important;
  }
  .conversion_style_1 h2,
  .conversion_style_1 p.title-section {
    font-size: 3em !important;
    margin: 0 auto 20px auto;
    width: 70% !important;
  }
  .conversion_style_1 .button {
    font-size: 15px;
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 1159px) {
  .row-inner {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}
.row-centered .cols_group > .carousel-item {
  display: inline-block;
  float: none;
  padding: 0 12px;
  width: auto !important;
}
.row.vertical-divider .cols_group > .carousel-item:not(:last-child):after {
  background: #CBCBCB;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 30px;
}
.directory-module .carousel-items {
  height: auto;
  overflow: hidden;
}
.directory-module .carousel-item {
  float: left;
  position: relative;
  margin-bottom: 24px;
  min-height: 1px;
  padding: 0 12px;
  overflow: hidden;
}
.equalBox .carousel-item {
  margin-bottom: 0;
}
.directory-module .carousel-item:before,
.directory-module .carousel-item:after {
  content: " ";
  display: table;
}
.directory-module .carousel-item:after {
  clear: both;
}
.directory-module .num_items_1 .carousel-item {
  width: 100%;
}
.directory-module .num_items_2 .carousel-item {
  width: 50%;
}
.directory-module .num_items_3 .carousel-item {
  width: 33.33333333333333%;
}
.directory-module .num_items_4 .carousel-item {
  width: 25%;
}
.directory-module .num_items_6 .carousel-item {
  width: 16.666666666666664%;
}
.directory-module .arrows-pagination {
  text-align: center;
}
.directory-module a.prev,
.directory-module a.next {
  background-image: url(/media/carousel-pagination.png);
  display: inline-block;
  height: 39px;
  margin: 0 auto;
  outline: none;
  width: 39px;
}
.directory-module a.prev {
  left: 0;
}
.directory-module a.prev {
  background-position: 0 39px;
}
.directory-module a.prev:hover {
  background-position: 0 0;
}
.directory-module a.next {
  background-position: -38px 39px;
  margin-left: 5px;
}
.directory-module a.next:hover {
  background-position: -38px 0;
}
.directory-module a.prev span,
.directory-module a.next span {
  display: none;
}
.directory-module a.disabled {
  display: none !important;
}
.directory-module .pagination {
  display: none !important;
  padding: 5px 0;
  text-align: center;
}
.directory-module .pagination a {
  background: url(/media/gallery-pagination.png) -21px 0 no-repeat transparent;
  width: 21px;
  height: 20px;
  margin: 0 5px 0 0;
  display: inline-block;
}
.directory-module .pagination a.selected {
  background-position: 0 0;
  cursor: default;
  width: 21px;
  height: 20px;
}
.directory-module .pagination a span {
  display: none;
}
.directory-item-media i {
  font-size: 4.5em;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.directory-item-media a {
  color: #e30030;
}
.directory-item:hover .directory-item-media a {
  color: #e30030;
}
.directory-item-media a:hover {
  color: #393c41;
}
.directory-module .num_items_1 i {
  font-size: 10em;
}
.directory-item-media {
  text-align: center;
}
.directory-item-media img {
  vertical-align: top;
}
.directory-item-media .style-svg,
.directory-icon .style-svg {
  width: 130px;
  height: 130px;
  max-width: 130px;
}
.directory-item-content {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #FFF;
}
.directory-item-content-no-media {
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  vertical-align: middle;
}
.directory-item:hover .directory-item-content-no-media {
  background-image: url('/media/opacity_hover.png');
  background-position: 0 0;
  background-repeat: repeat;
}
.directory-item.catalog-link {
  cursor: pointer;
}
.directory-item h3 {
  color: #111111;
  text-transform: uppercase;
  font-size: 1.7em;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 20px 0px 10px 0px;
}
.directory-item h4 {
  color: #FFF !important;
  font-size: 3em;
  font-weight: 200;
  font-family: 'Playfair Display', sans-serif;
  padding: 20px 20px 20px 0;
  margin-left: 30px;
  background-image: url('/media/hr_2.png');
  background-position: 0% bottom;
  background-repeat: no-repeat;
  width: 100% !important;
  position: relative;
  left: auto;
}
.directory-item h4 a {
  color: #ffffff;
}
.directory-item:hover h4 a,
.directory-item h4 a:hover {
  color: #111111;
}
.directory-item p {
  font-size: 1.5em;
  font-style: italic;
  color: #131920;
  line-height: 1.5em;
  margin-rigth: 20px;
}
.media-left h3,
.media-left-around h3,
.media-right h3,
.media-right-around h3 {
  margin: -0.45em 0 5px;
}
.media-top .directory-item-media {
  margin-bottom: 1px;
  text-align: center;
}
.media-top .directory-item-media span {
  background-color: #F3F3F3;
  color: #888;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 160px;
  width: 160px;
}
.media-top .directory-item-media span:hover {
  background-color: #999999;
  color: #FFF;
}
.media-top .directory-item-media i {
  border: none;
  text-align: center;
  line-height: 160px;
}
.media-top .directory-item-media a {
  color: #e30030;
}
.media-top .directory-item:hover .directory-item-media span {
  color: #FFF;
}
.media-top .directory-item:hover span a {
  color: #FFF;
}
.media-left .directory-item-media,
.media-left-around .directory-item-media {
  display: block;
  float: left;
  text-align: center;
  width: 35.4609929078%;
}
.media-left-around .directory-item-media {
  margin-bottom: 12px;
  margin-right: 12px;
}
.media-left .directory-item-content {
  float: right;
  width: 35.4609929078%;
}
.media-right .directory-item-media,
.media-right-around .directory-item-media {
  float: right;
  text-align: center;
  width: 35.4609929078%;
}
.media-right-around .directory-item-media {
  margin-bottom: 12px;
  margin-left: 12px;
}
.media-right .directory-item-content {
  float: left;
  padding-right: 12px;
  width: 35.4609929078%;
}
.directory-style-1 .directory-item-content {
  width: 50%;
}
.directory-style-1 .directory-item-content h3 {
  background-image: url(/media/hr01.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  color: #0B0C0C;
  font-size: 1.7em;
  margin: 14px 0;
  padding: 0 0 7px 0;
  text-transform: none;
}
.directory-style-1 .directory-item-content h3 a {
  color: #0B0C0C;
}
.directory-style-1 .directory-item-content h3 a:hover {
  color: #781126;
}
.directory-style-1 .directory-item-content p {
  margin-bottom: 5px;
}
.directory-style-1 .directory-item-content.txt-right h3 {
  background-position: right bottom;
}
.directory-style-1 .button-link .button {
  background: none;
  border: 0;
  color: #781126;
  font-size: 3em !important;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.directory-style-1 .button-link .button:hover {
  color: #0B0C0C;
}
.directory-style-2 {
  text-align: center;
}
.directory-style-2 .carousel-item {
  margin-bottom: 60px;
}
.directory-style-2 .carousel-item:last-child {
  margin-bottom: 0;
}
.directory-style-2 .media-left .directory-item-media,
.directory-style-2 .media-left .directory-item-content,
.directory-style-2 .media-right .directory-item-media,
.directory-style-2 .media-right .directory-item-content {
  display: inline-block;
  float: none;
}
.directory-style-2 .media-left .directory-item-media {
  margin-right: 9px;
}
.directory-style-2 .media-right .directory-item-media {
  margin-left: 9px;
}
.directory-style-2 .directory-item-content {
  background: url(/media/bg-caja-destacados.png) repeat 0 0;
  padding: 30px;
  vertical-align: top;
}
.directory-style-2 .directory-item-content .directory-item-content-table {
  display: table;
  height: 100%;
}
.directory-style-2 .directory-item-content .directory-item-content-table .directory-item-content-cell {
  display: table-cell;
  vertical-align: middle;
}
.directory-style-2 .directory-item-content h3 {
  background-image: url(/media/hr01.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  color: #0B0C0C;
  font-size: 1.7em;
  margin: 14px 0;
  padding: 0 0 7px 0;
  text-transform: none;
}
.directory-style-2 .directory-item-content h3 a {
  color: #0B0C0C;
}
.directory-style-2 .directory-item-content h3 a:hover {
  color: #781126;
}
.directory-style-2 .directory-item-content p {
  margin-bottom: 5px;
}
.directory-style-2 .directory-item-content .button-link .button {
  background: none;
  border: 0;
  color: #781126;
  font-size: 3em !important;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.directory-style-2 .directory-item-content .button-link .button:hover {
  color: #0B0C0C;
}
.directory-style-2 .directory-item-content.txt-right h3 {
  background-position: right bottom;
}
.bg-03 .directory-item a {
  color: #fff;
}
.bg-03 .directory-item a:hover {
  color: #96062A;
}
@media only screen and (max-width: 480px) {
  .directory-module .num_items_1 .carousel-item {
    width: 100%;
  }
  .directory-module .num_items_2 .carousel-item {
    width: 100%;
  }
  .directory-module .num_items_3 .carousel-item {
    width: 100% !important;
  }
  .directory-module .num_items_4 .carousel-item {
    width: 100% !important;
  }
  .directory-module .carousel-item:last-child {
    margin-bottom: 0 !important;
  }
  .carousel-item,
  .directory-item {
    height: auto !important;
  }
  .directory-style-1 .directory-item-content {
    width: 100% !important;
  }
  .media-left .directory-item-media,
  .media-left-around .directory-item-media,
  .media-left .directory-item-content,
  .media-right .directory-item-media,
  .media-right-around .directory-item-media,
  .media-right .directory-item-content,
  .directory-style-2 .media-right .directory-item-media,
  .directory-style-2 .media-left .directory-item-media {
    height: auto !important;
    margin: 0 0 24px 0;
    width: 100%;
    max-width: 400px;
  }
  .directory-style-2 .carousel-item {
    margin-bottom: 0;
  }
  .directory-style-2 .directory-item-content {
    text-align: left !important;
  }
  .directory-style-2 .directory-item-content h3 {
    background-position: left bottom !important;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .directory-module [class*="column_"] {
    width: 100%;
  }
  .directory-module .num_items_4 .carousel-item {
    width: 100% !important;
  }
  .directory-item h3 {
    font-size: 1.5em !important;
  }
  .directory-module .num_items_2 .carousel-item:last-child,
  .directory-module .num_items_4 .carousel-item:last-child {
    margin-bottom: 0;
  }
  .carousel-item,
  .directory-item {
    height: auto !important;
  }
  .directory-style-1 .directory-item-content {
    width: 100% !important;
  }
  .media-left .directory-item-media,
  .media-left-around .directory-item-media,
  .media-left .directory-item-content,
  .media-right .directory-item-media,
  .media-right-around .directory-item-media,
  .media-right .directory-item-content,
  .directory-style-2 .media-right .directory-item-media,
  .directory-style-2 .media-left .directory-item-media {
    height: auto !important;
    margin: 0 0 24px 0;
    width: 100%;
    max-width: 400px;
  }
  .directory-style-2 .carousel-item {
    margin-bottom: 0;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  .directory-module [class*="column_"] {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .directory-module .num_items_4 .carousel-item {
    width: 50%;
  }
}
@media only screen and (max-width: 263px) {
  .directory-module .num_items_4 .carousel-item {
    width: 100%;
  }
  .directory-module .num_items_3 .carousel-item {
    width: 100%;
  }
  .directory-module .num_items_2 .carousel-item {
    width: 100%;
  }
}
.featured-slide-module {
  position: relative;
}
.featured-slide-module,
.featured-slide-item,
.featured-slide-item .content_slide {
  height: 400px;
  overflow: hidden;
}
.featured-slide-item {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.featured-slide-item .content_slide {
  float: none;
  padding: 0;
}
.featured-slide-item .content_slide_text {
  display: table;
}
.featured-slide-item p {
  color: #0A0A0A;
  font-size: 2.4em;
  font-weight: 300;
  text-align: center;
  padding-right: 0px;
  line-height: 1.3em;
}
.featured-slide-item p {
  font-family: 'Playfair Display', sans-serif;
  color: #FFFFFF;
  font-size: 2.4em;
  text-align: center;
}
.featured-slide-item .h1 {
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background-position: 0 bottom;
  background-repeat: no-repeat;
  padding: 35px 0 0 0;
}
.featured-slide-item p a {
  color: #A11736;
}
.featured-slide-item a.button {
  font-size: 2em;
  margin: 30px 0 0 0;
}
.featured-slide-item .content_slide_image img {
  bottom: 0;
  position: absolute;
}
.featured-slide-module .slide-navigation {
  position: absolute;
  height: 84px;
  max-width: 1128px;
  width: 100%;
  z-index: 80;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: none;
}
.featured-slide-module .slide-navigation a.prev,
.featured-slide-module .slide-navigation a.next {
  background-image: url('');
  display: inline-block;
  height: 84px;
  width: 84px;
  outline: none;
}
.featured-slide-module .slide-navigation a.prev {
  background-position: -8px -9px;
}
.featured-slide-module .slide-navigation a.next {
  background-position: -109px -9px;
  float: right;
}
.featured-slide-module .slide-navigation a.prev span,
.featured-slide-module .slide-navigation a.next span {
  display: none;
}
.featured-slide-module .pagination {
  display: block;
  overflow: hidden;
  text-align: center;
  top: 0;
  left: 0;
  padding: 26px 0;
}
.featured-slide-module .pagination a {
  background: url('') no-repeat 0 -108px;
  display: inline-block;
  height: 15px;
  margin: 5px 5px 0 0;
  width: 15px;
}
.featured-slide-module .pagination a.selected {
  background-position: -15px -108px;
  cursor: default;
}
.featured-slide-module .pagination a span {
  display: none;
}
.no-js .featured-slide-module a.prev,
.no-js .featured-slide-module a.next,
.no-js .featured-slide-module .pagination {
  display: none;
}
.slider-style-3 #logo {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.slider-style-3 .content_slide {
  text-align: center;
}
.slider-style-3 .featured-slide-box {
  background: url(/media/bg-featured-slide-box.png) repeat 0 0;
  width: 50%;
  overflow: hidden;
  margin: auto;
  padding: 30px 40px;
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translate(-50%,-80%);
}
.slide-box-link {
  cursor: pointer;
}
.featured-slide-module a.ic_down {
  cursor: pointer;
  display: inline-block;
  height: 52px;
  width: 52px;
  z-index: 90;
}
.featured-slide-module a.ic_down img {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .featured-slide-module,
  .featured-slide-item,
  .featured-slide-item .content_slide {
    height: auto !important;
  }
  .featured-slide-module {
    padding: 20px 0;
  }
  .featured-slide-item .h1 {
    font-size: 3em;
  }
  .featured-slide-item p {
    font-size: 1.8em;
  }
  .featured-slide-item .content_slide_text {
    left: 0;
    padding: 0 20px;
    position: relative;
  }
  .featured-slide-item .content_slide_image img {
    display: none;
  }
  .featured-slide-module a.prev,
  .featured-slide-module a.next,
  .featured-slide-module .pagination {
    display: none !important;
  }
}
@media only screen and (max-width: 800px) {
  .featured-slide-item p {
    padding-right: 10px;
  }
}
.ui-helper-reset {
  line-height: 24px;
}
.ui-widget {
  color: #151515;
  font-size: 1em;
}
.ui-widget-content {
  border: 0;
  background: none;
  color: auto;
}
.ui-widget-content a {
  color: #171717;
}
.ui-widget-header {
  border: 0;
  background: none;
  color: #171717;
  font-weight: normal;
}
.ui-widget-header a {
  color: #171717;
}
.ui-widget-content {
  border: 0;
  background: none;
  color: auto;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 0;
  background: none;
  font-weight: normal;
  color: #171717;
}
body .ui-datepicker {
  padding: 0;
}
.ui-datepicker {
  background: #fff;
  width: 290px;
  z-index: 10 !important;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  height: 30px;
  padding: 1.1em 0 .9em 0;
  background: #E2002A;
  font-size: 1.3em;
  color: #fff;
  font-weight: bold;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0;
  padding: 0;
  position: relative;
  float: none;
  line-height: 1.8em;
  text-align: center;
}
.ui-widget-header .ui-icon {
  background-image: url(/media/ui-icons_ffffff_256x240.png);
}
.ui-datepicker thead {
  background: #666;
}
.ui-datepicker thead tr th {
  background: #fff;
  font-weight: bold;
  font-size: 1em;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #666;
  padding: 9px 0;
  text-align: center;
  border: none;
}
.ui-datepicker table {
  border: 0;
  table-layout: fixed;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.ui-datepicker table tr td {
  border: none;
  text-align: center;
  padding: 0;
  font-size: 1em;
}
.ui-datepicker table tr td.ui-state-disabled {
  background-color: #fff;
}
.ui-datepicker table tr td a {
  display: block;
  padding: 5px;
  text-align: center;
  background: #fff;
  color: #232323;
  border: 1px solid transparent !important;
}
.ui-datepicker table tr td a:hover {
  border: 1px solid #EBEBEB !important;
  background-color: #FDFDFD;
}
.ui-datepicker table tr td.ui-datepicker-today a {
  background-color: #FCEBF4;
  border: 1px solid #FCEBF4 !important;
  color: #E2002A;
  font-weight: 800;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: auto;
  z-index: 9999;
}
body .ui-datepicker {
  z-index: 9999 !important;
  padding: 15px 20px;
  width: 285px;
  box-sizing: border-box;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
}
.ui-datepicker-month,
.ui-datepicker-month option {
  text-transform: capitalize;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background-image: none !important;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  display: none;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  font-weight: normal;
  align-items: center;
  justify-content: center;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\f100";
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\f101";
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.bg_form h2 {
  font-size: 2.5em;
  color: #192027 !important;
  margin: 0 0 13px 0 !important;
  padding: 0 0 0 0 !important;
  background-position: 100% bottom !important;
}
p.summary_form {
  font-family: 'Alegreya Sans', sans-serif;
  color: #0A0A0A;
  font-size: 2.8em;
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
  font-weight: 300;
  text-align: center;
}
.gform_wrapper {
  padding: 20px 0 0 0;
}
.gform_wrapper ul li {
  font-size: 1em;
  background-image: none;
  padding: 0 !important;
  margin: 0 0 40px 0 !important;
  width: 33.33333333333333% !important;
  float: left;
  clear: none !important;
  border: 0 !important;
  height: 100px;
  padding-right: 10px !important;
}
.gform_wrapper ul li {
  margin-left: 2% !important;
  width: 31.33333333333333% !important;
}
.gform_wrapper.form-2-columns_wrapper form {
  margin: 0 auto !important;
  width: 90% !important;
}
.gform_wrapper.form-2-columns_wrapper ul li {
  width: 50% !important;
}
.gform_wrapper ul li.full-field {
  width: 100% !important;
}
.gform_wrapper ul li.full-field input,
.gform_wrapper ul li.full-field input.medium,
.gform_wrapper ul li.full-field textarea,
.gform_wrapper ul li.full-field textarea.medium {
  height: 50px !important;
  width: 100%;
  max-width: 100% !important;
}
.gform_wrapper ul li.full-field input[type=file] {
  border: 0;
  font-size: 1.6em !important;
  height: 25px !important;
  padding: 0 !important;
}
.gform_wrapper ul li.full-field textarea,
.gform_wrapper ul li.full-field textarea.medium {
  font-size: 1.8em !important;
  overflow-y: auto !important;
}
.gform_wrapper ul li.check,
.gform_wrapper ul li.check li {
  margin-left: 0 !important;
  width: 100% !important;
  height: auto !important;
}
.gform_wrapper ul li input,
.gform_wrapper input.medium,
.gform_wrapper ul li textarea,
.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium,
.gform_wrapper .top_label textarea.medium {
  height: 40px !important;
  width: 100% !important;
  max-width: 300px !important;
  background-color: #FFF;
  border: 1px solid #212121;
  font-size: 2.6em !important;
  padding: 8px 10px !important;
}
.gform_wrapper ul li input::-webkit-input-placeholder {
  color: #212121;
}
.gform_wrapper ul li input::-moz-placeholder {
  color: #212121;
}
.gform_wrapper ul li input:-ms-input-placeholder {
  color: #212121;
}
.gform_wrapper ul li textarea::-webkit-input-placeholder {
  color: #212121;
}
.gform_wrapper ul li textarea::-moz-placeholder {
  color: #212121;
}
.gform_wrapper ul li textarea:-ms-input-placeholder {
  color: #212121;
}
.gform_wrapper ul li label {
  font-size: 1.4em;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}
.gform_wrapper ul li.check input,
.gform_wrapper ul li.check label {
  display: inline;
  margin: 0 !important;
  padding: 50 !important;
}
.gform_wrapper ul li.check label {
  font-size: 1.2em;
  width: 100% !important;
  vertical-align: top !important;
  text-transform: none;
}
.gform_wrapper ul li.check label a {
  color: #212121;
  text-decoration: underline;
  vertical-align: top;
}
.gform_wrapper ul li.check label a:hover {
  color: #212121;
  text-decoration: underline;
}
.gform_wrapper ul li.check input {
  height: auto !important;
  margin: 0 5px 0 0 !important;
}
.gform_wrapper ul li.check label.gfield_label {
  display: none;
  color: #212121;
}
.gform_wrapper ul li.check label span {
  display: inline;
  margin: 0 5px 0 0 !important;
  vertical-align: top;
}
.gform_footer {
  text-align: center;
  clear: both;
}
.gform_wrapper li.gfield.gfield_error,
.bg_form .gform_wrapper li.gfield.gfield_error,
.bg_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper li.gfield.gfield_error label,
.bg_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.bg_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin: 0 !important;
}
.bg_form .gform_wrapper .ginput_container + .gfield_description.validation_message {
  margin: 0 !important;
  padding: 0 !important;
}
.bg_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-left: 0 !important;
}
.gform_wrapper div.validation_error,
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message {
  color: #98002D !important;
}
.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #98002D !important;
}
.gform_wrapper .gfield_description.validation_message {
  font-size: 1.2em !important;
}
.tt_validation_error {
  text-align: center;
  font-size: 1.6em !important;
}
#main .gform_wrapper ul li {
  background-color: #FFF;
  border: 1px solid #212121;
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
#main .gform_wrapper form {
  margin: 0 !important;
  text-align: left !important;
}
#main .gform_wrapper ul li input,
#main .gform_wrapper input.medium,
#main .gform_wrapper ul li textarea,
#main .gform_wrapper .top_label input.medium,
#main .gform_wrapper .top_label select.medium,
#main .gform_wrapper .top_label textarea.medium {
  width: 100% !important;
  max-width: 100% !important;
}
#main .gform_wrapper li input[type=file] {
  font-size: 1.4em !important;
  border: 0 !important;
  padding: 0 !important;
}
#main .gform_wrapper ul li.check li {
  list-style: none !important;
  margin: 0 !important;
}
#main .gform_wrapper ul li.check label {
  color: #999;
  font-size: 1.3em !important;
  width: 90% !important;
  float: left !important;
  line-height: 1em !important;
  margin-left: 0 !important;
  text-align: left !important;
}
#main .gform_wrapper ul li.check label a {
  color: #999;
}
#main .gform_wrapper ul li.check label a:hover {
  color: #999;
  text-decoration: none;
}
#main .gform_wrapper ul li.check label span {
  color: #E2002A !important;
}
#main .gform_wrapper ul li.check input {
  float: left;
  height: auto !important;
  margin: 0 5px 0 0 !important;
  width: auto !important;
}
#main .gform_wrapper ul ul {
  padding: 0;
}
#main .gform_wrapper ul ul li {
  line-height: 1em;
}
#main .gform_wrapper ul ul.gfield_checkbox li input[type=checkbox] {
  background-color: #fff !important;
  border: 0 !important;
  font-size: 12px !important;
  height: 32px !important;
  max-width: 100% !important;
  outline: none !important;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}
#main .gform_wrapper ul ul.gfield_checkbox li input[type=checkbox] {
  height: auto !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
#main .gform_wrapper div.validation_error {
  border-color: #E2002A !important;
}
#main .gform_wrapper div.validation_error,
#main .gform_wrapper .gfield_error .gfield_label,
#main .gform_wrapper .validation_message {
  color: #E2002A !important;
  line-height: 1.1em !important;
  padding-top: 3px !important;
}
#main .gform_wrapper li.gfield_error input[type=text],
#main .gform_wrapper li.gfield_error input[type=url],
#main .gform_wrapper li.gfield_error input[type=email],
#main .gform_wrapper li.gfield_error input[type=tel],
#main .gform_wrapper li.gfield_error input[type=number],
#main .gform_wrapper li.gfield_error input[type=password],
#main .gform_wrapper li.gfield_error input[type=file],
#main .gform_wrapper li.gfield_error textarea {
  border: 1px solid #E2002A !important;
}
#main .gform_confirmation_message {
  background-color: #FFFFC6;
  font-size: 1.6em;
  padding: 20px;
  text-align: center;
}
#main .gform_wrapper select,
#main .gform_wrapper textarea {
  font-size: 1.8em !important;
}
#main .gform_wrapper.form-2-columns_wrapper form {
  margin: 0 auto !important;
  width: 90% !important;
}
#main .gform_wrapper.form-2-columns_wrapper ul {
  margin-left: -12px !important;
  margin-right: -12px !important;
  width: 100%;
}
#main .gform_wrapper.form-2-columns_wrapper ul li {
  padding-left: 12px !important;
  padding-right: 12px !important;
  width: 50% !important;
}
#main .gform_wrapper.form-2-columns_wrapper ul li.check label {
  color: #393C41 !important;
  font-size: 1.4em !important;
  text-transform: uppercase;
  width: 80% !important;
}
#main .gform_wrapper.form-2-columns_wrapper ul li.check-legal label {
  color: #999 !important;
  text-transform: none !important;
}
#main .gform_wrapper ul li.full-field {
  width: 100% !important;
}
#main .gform_wrapper ul li.full-field p {
  margin: 0;
}
#main .gform_wrapper ul li.full-field ul li {
  width: 100% !important;
}
#main .gform_wrapper input[type=text]:focus,
#main .gform_wrapper input[type=checkbox]:focus,
#main .gform_wrapper select:focus,
#main .gform_wrapper textarea:focus,
#main .gform_wrapper ul ul.gfield_checkbox li input[type=checkbox]:focus {
  outline: 1px solid #212121 !important;
}
#main .gform_wrapper li.clearboth {
  clear: both !important;
  float: none !important;
  width: 100% !important;
}
#main .gform_wrapper .gfmc-column ul li {
  list-style: none;
}
#main .gform_wrapper .gfmc-column ul li ul li label {
  float: none !important;
  width: auto !important;
}
#main .gform_wrapper.form-2-columns_wrapper .gfmc-column input[type=text]:focus,
#main .gform_wrapper.form-2-columns_wrapper .gfmc-column input[type=checkbox]:focus,
#main .gform_wrapper.form-2-columns_wrapper .gfmc-column select:focus,
#main .gform_wrapper.form-2-columns_wrapper .gfmc-column textarea:focus {
  outline: 1px solid #212121 !important;
}
#main .gform_wrapper.form-2-columns_wrapper .gfmc-column li.full-field {
  display: inline-block;
  float: none !important;
  width: auto !important;
}
#main .gform_wrapper.form-2-columns_wrapper .gfmc-column li.check {
  margin-bottom: 0 !important;
  vertical-align: top !important;
  width: 150px !important;
}
#main .gform_wrapper.form-2-columns_wrapper .gfmc-column li.check label {
  float: none !important;
  width: auto !important;
}
#main .gform_wrapper.form-2-columns_wrapper .gfmc-column li.check + li {
  padding: 0 !important;
}
#main .gform_wrapper.form-2-columns_wrapper .gfmc-column li label {
  display: inline-block;
}
#main .gform_wrapper.form-2-columns_wrapper .gfmc-column li label + .ginput_container_text {
  display: inline-block;
}
#main .gform_wrapper.form-2-columns_wrapper .gfmc-column li label + .ginput_container_text input {
  height: 40px !important;
  margin-left: 12px;
  width: 100% !important;
  max-width: 140px !important;
}
#main .gform_wrapper.form-full-center_wrapper form {
  width: 100% !important;
}
#main .gform_wrapper.form-full-center_wrapper form p {
  text-align: center !important;
}
#main .gform_wrapper.form-full-center_wrapper form ul li.check.full-field {
  padding: 0 !important;
  text-align: center !important;
}
#main .gform_wrapper.form-full-center_wrapper form .ginput_container_checkbox {
  text-align: center;
}
#main .gform_wrapper.form-full-center_wrapper form ul li ul.gfield_checkbox {
  margin: 0 !important;
}
#main .gform_wrapper.form-full-center_wrapper form ul li ul.gfield_checkbox:before,
#main .gform_wrapper.form-full-center_wrapper form ul li ul.gfield_checkbox:after {
  content: " ";
  display: table;
}
#main .gform_wrapper.form-full-center_wrapper form ul li ul.gfield_checkbox:after {
  clear: both;
}
#main .gform_wrapper.form-full-center_wrapper form ul li.check.full-field.center-field .ginput_container_checkbox {
  margin-left: auto;
  margin-right: auto;
}
#main .gform_wrapper.form-full-center_wrapper form ul li.check.full-field.center-field .ginput_container_checkbox .gfield_checkbox {
  margin: 20px auto 0 auto !important;
  width: 3px;
}
#main .gform_wrapper.form-full-center_wrapper form ul li.check.full-field.center-field .ginput_container_checkbox .gfield_checkbox li {
  float: none !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .gform_wrapper.form-full-center_wrapper form .gform_page_footer {
  clear: both;
  text-align: center;
}
@media only screen and (max-width: 1156px) {
  #main .gform_wrapper.form-2-columns_wrapper .gfmc-column li.check + li {
    padding: 12px 12px 0 12px !important;
  }
}
@media only screen and (max-width: 560px) {
  .gform_wrapper form {
    padding-bottom: 24px;
  }
  .gform_wrapper form ul li,
  .gform_wrapper.form-2-columns_wrapper ul li,
  .gform_wrapper ul li:first-child {
    margin-left: 0 !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .gform_wrapper ul li input,
  .gform_wrapper input.medium,
  .gform_wrapper ul li textarea,
  .gform_wrapper .top_label input.medium,
  .gform_wrapper .top_label select.medium,
  .gform_wrapper .top_label textarea.medium {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 561px) and (max-width: 768px) {
  .gform_wrapper form {
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 561px) and (max-width: 959px) {
  .gform_wrapper form ul li {
    width: 46% !important;
  }
}
.gallery-slider-module,
.gallery-slider-items {
  overflow: hidden;
  width: 100%;
}
.gallery-slider-items {
  height: 100px;
}
.gallery-slider-module {
  padding-bottom: 40px;
  position: relative;
}
.gallery-slider-module a {
  display: inline-block;
  margin: 0 auto 0 5px;
  position: relative;
}
.gallery-slider-module a img {
  display: block;
  height: 100%;
}
.gallery-slider-module img {
  display: inline-block;
}
.gallery-slider-module .arrows-pagination {
  display: none;
  text-align: center;
}
.gallery-slider-module a.prev,
.gallery-slider-module a.next {
  background-image: url(/media/carousel-pagination.png);
  display: inline-block;
  height: 39px;
  margin: 0 auto;
  outline: none;
  width: 39px;
}
.gallery-slider-module a.prev {
  background-position: 0 39px;
}
.gallery-slider-module a.prev:hover {
  background-position: 0 0;
}
.gallery-slider-module a.next {
  background-position: -38px 39px;
  margin-left: 5px;
}
.gallery-slider-module a.next:hover {
  background-position: -38px 0;
}
.gallery-slider-module a.prev span,
.gallery-slider-module a.next span {
  display: none;
}
.gallery-slider-module a.disabled {
  display: none !important;
}
.gallery-slider-module .pagination {
  background: url(/media/bg-pagination) repeat 0 0;
  padding: 5px 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  text-align: center;
  width: auto;
  display: inline-block;
}
.gallery-slider-module .pagination a {
  background: url(/media/gallery-pagination3.png) -21px 0 no-repeat transparent;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 0;
  display: inline-block;
}
.gallery-slider-module .pagination a.selected {
  background-position: 0 0;
  cursor: default;
  width: 14px;
  height: 14px;
}
.gallery-slider-module .pagination a span {
  display: none;
}
.no-js .gallery-slider-module a.prev,
.no-js .gallery-slider-module a.next {
  display: none;
}
@media only screen and (max-width: 480px) {
  .gallery-slider-module .pagination {
    text-align: center;
  }
  .gallery-slider-module img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .gallery-slider-module .pagination {
    text-align: center;
  }
  .gallery-slider-module img {
    max-width: 100%;
    height: auto;
  }
}
.googlemaps-item {
  height: 480px;
  width: 100%;
}
.googlemaps-item div {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.gm-style-iw {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  line-height: normal !important;
  padding: 5px !important;
}
.gm-style a:link,
.gm-style a:visited,
.gm-style a:hover,
.gm-style a:active {
  text-decoration: underline !important;
  color: #000000 !important;
}
.gm-style img {
  border: 0;
  max-width: none !important;
}
@media only screen and (max-width: 480px) {
  .googlemaps-item {
    height: 260px;
    width: 100%;
  }
  .googlemaps-module .kicker {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .googlemaps-item {
    height: 380px;
    width: 100%;
  }
  .googlemaps-module .kicker {
    margin-bottom: 20px;
  }
}
#wpsl-stores ul li,
#wpsl-results-label ul li,
.wpsl-dropdown .wpsl-selected-item,
.wpsl-dropdown li,
.wpsl-selected-item {
  background-image: none !important;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 1.5em;
}
#wpsl-result-list li {
  border-bottom: 2px solid #F5F5F5 !important;
}
#wpsl-result-list li p {
  font-size: 1.0em;
  font-family: 'Alegreya Sans', sans-serif;
}
#wpsl-result-list li p strong {
  color: #9E9991;
  font-size: 1.266666666666667em;
}
#wpsl-result-list li a {
  color: #9E9991 !important;
  text-decoration: none !important;
}
#wpsl-result-list li a:hover {
  color: #9E9991 !important;
  text-decoration: underline !important;
}
.wpsl-search {
  padding: 12px 0 12px 12px !important;
  background-color: #ECECEA !important;
}
#wpsl-search-wrap .wpsl-select-wrap {
  width: 68% !important;
}
#wpsl-search-wrap .wpsl-input {
  width: 30% !important;
}
.wpsl-select-wrap {
  padding: 0 !important;
}
.wpsl-select-wrap div {
  width: 32.33333333333333% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.wpsl-select-wrap div:last-child {
  width: 32.33333333333333% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: right;
}
.wpsl-select-wrap {
  margin: 0 !important;
  padding: 0 !important;
}
#wpsl-search-wrap div label {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  width: 140px;
}
.wpsl-dropdown .wpsl-selected-item,
.wpsl-selected-item {
  padding: 20px 12px !important;
}
.wpsl-directions {
  display: none !important;
}
.image-module img {
  max-width: 100%;
  height: auto;
}
.image-caption {
  font-size: 1.4em;
  padding: 12px 0 0 0;
}
.intro-module {
  background-color: #393C41;
}
.intro-module .column_7 {
  width: 38.725%;
}
.intro-module .column_9 {
  width: 61.275%;
}
.intro-module .intro-module-content {
  padding: 30px;
}
.intro-module .intro-module-content h2 {
  color: #fff;
  margin: 0 0 12px 0;
}
.intro-module .intro-module-content p {
  color: #fff;
  font-size: 1.4em;
  margin: 0 0 10px 0;
}
.intro-module .intro-module-content p .button {
  font-size: 1.144em;
  margin-top: 10px;
}
.intro-module .intro-module-content p .button-sm {
  font-size: 12px;
  padding-left: 5px;
}
.intro-module .intro-module-content p:last-child {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .intro-module .column_7,
  .intro-module .column_9 {
    display: block;
    width: 100%;
  }
  .intro-module .column_7 {
    display: table-footer-group;
  }
  .intro-module .column_9 {
    display: table-header-group;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .intro-module .column_7,
  .intro-module .column_9 {
    display: block;
    width: 100%;
  }
  .intro-module .column_7 {
    display: table-footer-group;
  }
  .intro-module .column_9 {
    display: table-header-group;
    text-align: center;
  }
  .intro-module img {
    margin: 0 auto;
  }
}
.login-form-module {
  padding-bottom: 40px;
  text-align: center;
}
.login-form-module form {
  display: inline;
  margin: 0 auto;
  text-align: left;
  width: auto;
}
.login-form-module form label {
  display: none;
}
.login-form-module form input[type="text"],
.login-form-module form input[type="password"] {
  background: none;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  border-radius: 0;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.6em;
  font-weight: 400;
  height: 24px;
  margin: 0 7px 12px 7px;
  padding: 0 0 10px 0;
  width: 33.33333333333333%;
  -webkit-appearance: none;
}
.login-form-module form ::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
  text-transform: uppercase;
}
.login-form-module form :-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
  text-transform: uppercase;
}
.login-form-module form ::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
  text-transform: uppercase;
}
.login-form-module form :-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
  text-transform: uppercase;
}
.login-form-module form .button {
  background-color: #96062A;
  border: 1px solid #96062A;
  color: #fff;
  font-size: 1.3em;
  font-weight: 400;
  margin-left: 20px;
  padding: 5px 30px;
  vertical-align: top;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.login-form-module form .button:hover {
  background-color: transparent;
  border: 1px solid #96062A;
  color: #96062A;
}
.pages-directory-module .page-directory-content {
  background: url(/media/bg-caja-destacados.png) repeat 0 0;
  margin-top: 24px;
  padding: 50px 30px;
}
.pages-directory-module .column_12:nth-child(-n+2) .page-directory-content,
.pages-directory-module .column_8:nth-child(-n+3) .page-directory-content {
  margin-top: 0;
}
.pages-directory-module .page-directory-image-v {
  margin-bottom: 40px;
  text-align: center;
}
.pages-directory-module .style-svg {
  width: 100%;
  height: auto;
  max-width: 128px;
}
.pages-directory-module h2 {
  background-image: url(/media/hr01.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  color: #0B0C0C;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 0 14px 0;
  padding: 0 0 7px 0;
  text-transform: uppercase;
}
.pages-directory-module h2 a {
  color: #0B0C0C;
}
.pages-directory-module h2 a:hover {
  color: #980A2C;
}
.pages-directory-module p {
  font-size: 1.5em;
  margin: 0;
}
.pages-directory-module ul li {
  background: none;
  border-bottom: 1px dotted #0B0C0C;
  color: #0F0F15;
  font-size: 1.5em;
  padding: 0;
}
.pages-directory-module ul li a {
  color: #0F0F15;
  display: block;
  padding: 9px 0;
  text-decoration: none;
}
.pages-directory-module ul li a:hover {
  color: #980A2C;
}
@media only screen and (max-width: 480px) {
  .pages-directory-module .column_12:nth-child(-n+2) .page-directory-content,
  .pages-directory-module .column_8:nth-child(-n+3) .page-directory-content {
    margin-top: 24px;
  }
  .pages-directory-module .page-directory-image {
    margin-bottom: 40px;
    text-align: center;
  }
  .pages-directory-module .page-directory-content {
    height: auto !important;
    margin-top: 24px;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .pages-directory-module .column_12:nth-child(-n+2) .page-directory-content,
  .pages-directory-module .column_8:nth-child(-n+3) .page-directory-content {
    margin-top: 24px;
  }
  .pages-directory-module .page-directory-image {
    margin-bottom: 40px;
    text-align: center;
  }
  .pages-directory-module .page-directory-content {
    height: auto !important;
    margin-top: 24px;
  }
}
.module-product-categories {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 0 !important;
  position: relative;
  z-index: 3;
}
.module-product-categories .product-category-overlay {
  background: #E2002A;
  background: 0 09;
  background-color: rgba(227,0,48,0.8);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.module-product-categories .product-category-item {
  background-position: center center;
  background-repeat: no-repeat;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 216px;
  margin-bottom: 0 !important;
  overflow: hidden;
}
.module-product-categories .product-category-item .product-category-item-info {
  z-index: 2;
}
.module-product-categories .product-category-item .product-category-image {
  height: 100%;
  width: 100%;
}
.module-product-categories .product-category-item:hover .product-category-overlay {
  visibility: visible;
}
@media only screen and (max-width: 480px) {
  .module-product-categories .column_2 {
    width: 50%;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .module-product-categories .column_2 {
    width: 50%;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  .module-product-categories .column_2 {
    width: 25%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 848px) {
  .module-product-categories .column_2 {
    width: 25%;
  }
}
.super-slider-module,
.super-slide-item,
.super-slide-item .content_slide {
  height: 500px;
  overflow: hidden;
}
.super-slide-item {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.super-slider-module .pagination {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 8;
  top: 450px;
  right: 3%;
}
.super-slider-module .pagination a {
  background: url(/media/pagination2.png) no-repeat -23px -3px;
  display: inline-block;
  height: 15px;
  margin: 5px 5px 0 0;
  width: 15px;
}
.super-slider-module .pagination a.selected {
  background-position: -4px -3px;
  cursor: default;
}
.super-slider-module .pagination a span {
  display: none;
}
.slide-round {
  background: #E2002A;
  background: 0 09;
  background-color: rgba(227,0,48,0.8);
  border-radius: 50%;
  color: #fff;
  height: 296px;
  left: 50%;
  margin-left: -148px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -148px;
  width: 296px;
  z-index: 2;
}
.slide-round h1 {
  display: table-cell;
  font-size: 3.4em;
  font-weight: 300;
  height: 296px;
  line-height: 40px;
  padding: 0 40px;
  text-transform: none;
  vertical-align: middle;
  width: 296px;
}
.slide-round h1.caption-bottom {
  display: none;
}
.slide-round a {
  color: #fff;
}
.slide-round a.caption-subtext-link {
  font-size: 16px;
  font-weight: bold;
}
.slide-round a.caption-top-link {
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
.slide-round a.caption-bottom-link {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.slide-round a i {
  font-size: 3.5em;
}
.super-slide-item {
  background-size: cover !important;
  position: relative;
}
.super-slide-item .slider-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
}
.super-slide-item .slider-content h2 {
  color: #fff;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 46px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
  text-transform: none;
}
.super-slide-item .slider-content h2:after {
  background-color: #fff;
  height: 7px;
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 39px;
  -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
  -moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
  width: 50%;
  max-width: 258px;
}
.super-slide-item .slider-content p {
  color: #fff;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}
.super-slide-item .slider-content .button {
  margin: 0 auto;
}
@media only screen and (max-width: 480px) {
  .super-slider-module,
  .super-slide-item,
  .super-slide-item .content_slide {
    height: 260px !important;
  }
  .super-slide-item {
    background-size: cover !important;
  }
  .super-slider-module .pagination {
    display: none;
    top: auto;
    right: 6%;
  }
  .slide-round {
    height: 220px;
    margin-left: -110px;
    margin-top: -110px;
    width: 220px;
  }
  .slide-round h1 {
    font-size: 2.5em;
    line-height: 30px;
    padding: 0 30px;
    height: 220px;
    width: 220px;
  }
  .slide-round a.caption-top-link,
  .slide-round a.caption-bottom-link {
    display: none !important;
  }
  .super-slide-item .slider-content h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
    margin-bottom: 12px;
  }
  .super-slide-item .slider-content h2:after {
    margin-top: 20px;
  }
  .super-slide-item .slider-content p {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .super-slider-module .pagination {
    right: 6%;
  }
  .super-slide-item .slider-content h2 {
    font-size: 46px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .super-slide-item .slider-content h2:after {
    margin-top: 20px;
  }
  .super-slide-item .slider-content p {
    font-size: 26px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  .home .slide-round h1,
  .home .slide-round .h1 {
    padding-top: 0 !important;
  }
}
.tabs-module {
  position: relative;
  zoom: 1;
}
.tabs-nav {
  background-color: #fff;
  border-bottom: 1px solid #111;
  margin-bottom: 0;
  padding-top: 3px;
  width: 100%;
}
.tabs-nav:before,
.tabs-nav:after {
  content: " ";
  display: table;
}
.tabs-nav:after {
  clear: both;
}
.tabs-nav li {
  background-color: #111;
  background-image: none;
  width: auto;
  height: 50px;
  border: 0;
  display: block;
  float: left;
  list-style: none;
  margin: 0px 10px 0px 0px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}
.tabs-nav li a {
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  border-left: 1px solid #111;
  width: auto;
  display: block;
  font-weight: bold;
  line-height: 50px;
  margin: 0;
  padding: 0px 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.tabs-nav:before,
.tabs-nav:after {
  width: 0;
  height: 0;
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
}
.ui-tabs-hide {
  display: none !important;
}
.tabs-nav li.ui-tabs-active {
  background-color: #fff;
  height: 51px;
  margin-top: -1px;
  cursor: text;
}
.tabs-nav li.ui-tabs-active a {
  color: #111;
  border-bottom: 1px solid #fff;
}
.tabs-container {
  border-top: 0;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  border-left: 1px solid #111;
  padding: 25px 25px 13px 25px;
}
.tabs-container p {
  margin: 0 0 12px 0;
  padding: 0;
}
.ui-tabs-vertical {
  padding: 0;
}
.ui-tabs-vertical .ui-widget-header {
  border: none;
}
.ui-tabs-vertical .ui-tabs-nav {
  float: left;
  width: 25%;
}
.ui-tabs-vertical .ui-tabs-nav li {
  float: none;
  height: auto;
  margin: 0 0 1px 0;
  white-space: normal;
}
.ui-tabs-vertical .ui-tabs-nav li a {
  border: 1px solid #1E9F95;
  display: block;
  line-height: normal;
  padding: 10px;
}
.ui-tabs-vertical .ui-tabs-nav li a:hover {
  cursor: pointer;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {
  border-right: 1px solid #fff;
}
.ui-tabs-vertical .tabs-container {
  border: 0;
  border-radius: 0;
  float: left;
  left: -1px;
  padding-top: 10px;
  position: relative;
  width: 75%;
}
.ui-tabs-vertical .tabs-container .moduleText {
  padding-top: 0;
}
@media only screen and (max-width: 480px) {
  .tabs-nav {
    padding: 0;
  }
  .tabs-nav li {
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .tabs-nav li a {
    line-height: normal;
    padding: 10px;
  }
  .tabs-nav li.ui-tabs-active {
    border: none;
    height: auto;
  }
  .tabs-container {
    border: 0;
    padding: 15px 10px 0 10px;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .tabs-nav li {
    margin: 0;
  }
  .tabs-nav li a {
    padding: 0px 15px;
  }
  .tabs-container {
    padding: 20px 0;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.timeline-slider {
  background-color: #FFF;
}
.timeline-slider:focus {
  border: none;
}
.timeline-slider .timeline-slider-item {
  font-size: 16px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .timeline-slider .timeline-slider-item {
    height: 240px;
  }
}
.timeline-slider .timeline-slider-item-content {
  font-size: 10px;
  font-size: 0.625rem;
  overflow: hidden;
  padding: 10px;
}
.timeline-slider .timeline-slider-item-content .timeline-slider-item-content-cell {
  display: block;
}
@media screen and (min-width: 960px) {
  .timeline-slider .timeline-slider-item-content {
    display: table;
    float: right;
    font-size: 14px;
    height: 220px;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 70px;
    width: 50%;
  }
  .timeline-slider .timeline-slider-item-content .timeline-slider-item-content-cell {
    display: table-cell;
    vertical-align: middle;
  }
}
.timeline-slider .timeline-slider-item-content h4 {
  color: #393C41;
  font-family: "Roboto Slab", serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: none;
}
.timeline-slider .timeline-slider-item-content h4 span {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
}
@media screen and (min-width: 960px) {
  .timeline-slider .timeline-slider-item-content h4 {
    font-size: 18px;
  }
  .timeline-slider .timeline-slider-item-content h4 span {
    font-size: 25px;
  }
}
.timeline-slider .timeline-slider-item-content p {
  margin-bottom: 20px;
}
.timeline-slider .timeline-slider-item-content p:last-child {
  margin-bottom: 0;
}
.timeline-slider .timeline-slider-item-content a {
  color: #E2002A;
  font-weight: 600;
}
.timeline-slider .timeline-slider-item-content a:hover,
.timeline-slider .timeline-slider-item-content a:focus {
  text-decoration: none;
}
.timeline-slider .timeline-slider-item-content a:after {
  color: #393C41;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  vertical-align: middle;
}
.timeline-slider .timeline-slider-item-image {
  background: transparent;
  margin: 0;
  padding-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .timeline-slider .timeline-slider-item-image-container {
    display: table;
    float: left;
    height: 220px;
    margin-top: 10px;
    padding: 0 0 0 70px;
    width: 50%;
  }
  .timeline-slider .timeline-slider-item-image {
    display: table-cell;
    vertical-align: middle;
  }
}
.timeline-slider .slick-slide,
.timeline-slider .slick-list {
  outline: none !important;
}
.timeline-slider .slick-list {
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .timeline-slider .slick-list {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 960px) {
  .timeline-slider .slick-prev,
  .timeline-slider .slick-next {
    display: block;
    height: 77px;
    top: 45%;
    width: 30px;
    z-index: 1;
  }
}
.timeline-slider .slick-prev {
  left: 10px;
}
@media screen and (min-width: 960px) {
  .timeline-slider .slick-prev {
    left: 20px;
  }
}
.timeline-slider .slick-next {
  right: 10px;
}
@media screen and (min-width: 960px) {
  .timeline-slider .slick-next {
    right: 20px;
  }
}
.timeline-slider .slick-prev:before,
.timeline-slider .slick-next:before {
  color: #393C41;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 30px;
  opacity: 1;
}
@media screen and (min-width: 960px) {
  .timeline-slider .slick-prev:before,
  .timeline-slider .slick-next:before {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 60px;
    font-weight: 300;
  }
  .timeline-slider .slick-prev:before {
    content: "<";
  }
  .timeline-slider .slick-next:before {
    content: ">";
  }
}
.timeline-slider .slick-dots {
  bottom: -50px;
  margin: 20px 0;
}
.timeline-slider .slick-dots li {
  background: none;
  margin: 0 9px;
}
.timeline-slider .slick-dots li:first-child {
  margin-left: 0;
}
.timeline-slider .slick-dots li:last-child {
  margin-right: 0;
}
.timeline-slider .slick-dots li:hover .timeline-slider-pager {
  color: #8C8C8C;
}
.timeline-slider .slick-dots li .timeline-slider-pager {
  cursor: pointer;
  display: block;
  height: 14px;
  left: -14px;
  line-height: 1;
  position: relative;
  text-align: center;
  top: 10px;
  width: 35px;
}
.timeline-slider .slick-dots li:last-child button:after {
  display: none;
}
.timeline-slider .slick-dots li button {
  color: #202023;
  font-size: 8px;
  height: 30px;
  width: 22px;
}
.timeline-slider .slick-dots li button:after {
  background: #393C41;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 8px;
  left: 12px;
  width: 33px;
}
.timeline-slider .slick-dots li button:before {
  color: #393C41;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 10px;
  opacity: 1;
  z-index: 1;
}
.timeline-slider .slick-dots li.slick-active button:before {
  color: #E2002A;
  font-size: 25px;
  opacity: 1;
}
.timeline-slider .slick-dots li.slick-active .timeline-slider-pager {
  color: #FFF;
  font-size: 10px;
  left: -9px;
  top: -4px;
  z-index: 1;
}
.timeline-slider .slick-dots li.slick-active:last-child button:after {
  display: none;
}
@media screen and (min-width: 960px) {
  .timeline-slider .slick-dots {
    bottom: -115px;
    margin: 20px 0;
  }
  .timeline-slider .slick-dots li {
    margin: 0 20px;
  }
  .timeline-slider .slick-dots li:first-child {
    margin-left: 0;
  }
  .timeline-slider .slick-dots li:last-child {
    margin-right: 0;
  }
  .timeline-slider .slick-dots li:hover .timeline-slider-pager {
    color: #8C8C8C;
  }
  .timeline-slider .slick-dots li .timeline-slider-pager {
    height: 19px;
    left: -14px;
    top: 10px;
    width: 40px;
  }
  .timeline-slider .slick-dots li:last-child button:after {
    display: none;
  }
  .timeline-slider .slick-dots li button {
    color: #202023;
    font-size: 14px;
    height: 50px;
    width: 30px;
  }
  .timeline-slider .slick-dots li button:after {
    background: #393C41;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 8px;
    left: 12px;
    width: 124px;
  }
  .timeline-slider .slick-dots li button:before {
    color: #393C41;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 17px;
    opacity: 1;
    z-index: 1;
  }
  .timeline-slider .slick-dots li.slick-active button:after {
    background: #393C41;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    left: 12px;
    width: 124px;
  }
  .timeline-slider .slick-dots li.slick-active button:before {
    color: #E2002A;
    font-size: 56px;
    opacity: 1;
  }
  .timeline-slider .slick-dots li.slick-active .timeline-slider-pager {
    color: #FFF;
    font-size: 14px;
    left: 0;
    top: -15px;
    z-index: 1;
  }
  .timeline-slider .slick-dots li.slick-active {
    margin-left: 0;
  }
}
@media screen and (min-width: 1260px) {
  .timeline-slider .slick-dots li {
    margin: 0 20px;
  }
}
_:-ms-input-placeholder,
:root .timeline-slider .slick-dots li button::after {
  top: 8px;
}
_:-ms-input-placeholder,
:root .timeline-slider .slick-dots li.slick-active {
  top: -12px;
}
@media screen and (min-width: 960px) {
  _:-ms-input-placeholder,
  :root .timeline-slider .slick-dots li button::after {
    top: 9px;
  }
  _:-ms-input-placeholder,
  :root .timeline-slider .slick-dots li.slick-active button::after {
    top: 8px;
  }
  _:-ms-input-placeholder,
  :root .timeline-slider .slick-dots li.slick-active {
    top: -23px;
  }
}
@media screen and (max-width: 400px) {
  .timeline-slider .slick-dots li {
    margin: 0 3px;
  }
}
@media screen and (min-width: 767px) and (max-width: 969px) {
  .full-width .container .container .row-inner .container {
    max-width: 600px !important;
  }
  .full-width .container .container .row-inner-full .container {
    max-width: 100% !important;
  }
}
.video-module {
  margin-bottom: 30px;
}
.video-module .fluidvids {
  position: relative;
  height: 0;
  overflow: hidden;
}
.moduleVideoYoutube {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 100%;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}
.moduleVideoYoutube .player {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.row-widget-news {
  position: fixed;
  z-index: 4;
  top: 90px;
  width: 100%;
  max-width: 1260px;
}
.moduleNews {
  position: absolute;
  right: 0;
  top: 0;
  width: 280px;
}
.moduleNews .moduleNews-bar {
  background: #E2002A;
  background: 0 09;
  background-color: rgba(227,0,48,0.8);
  display: inline-block;
  height: 61px;
  width: 60px;
}
.moduleNews .moduleNews-bar a.lg-icon {
  display: block;
  font-size: 40px;
  text-align: center;
  color: #fff;
  padding: 10px 5px 5px 5px;
}
.moduleNews .moduleNews-bar a.lg-icon i:before {
  background: url(/media/icon-calendar.png) no-repeat center center;
  content: ' ';
  height: 36px;
  vertical-align: middle;
  width: 36px;
}
.moduleNews .moduleNews-content {
  position: relative;
  float: right;
  width: 220px;
  padding: 5px 0;
  background-color: rgba(255,255,255,0.9);
}
.moduleNews .moduleNews-content ul {
  height: 51px;
  overflow: hidden;
  margin: 0;
}
.moduleNews .moduleNews-content ul li {
  background: none;
  line-height: 15px;
  margin: 0;
  padding: 0;
}
.moduleNews .moduleNews-content ul li a {
  color: #5B636C;
  display: block;
  padding: 8px;
  font-size: 14px;
  height: 53px;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}
.moduleNews .moduleNews-content ul li a span.date {
  font-weight: 600;
  color: #E2002A;
}
.moduleNews .moduleNews-content ul li a:hover {
  color: #E2002A;
}
.moduleNews .moduleNews-content ul li:last-child a {
  border-bottom: none;
}
.moduleNews .moduleNews-content a.moduleNews-expand {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 5px;
  text-align: center;
  color: #E2002A;
  font-size: 24px;
  line-height: 1;
}
.moduleNews .moduleNews-content a.moduleNews-expand.open {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.moduleNews:after {
  clear: both;
  content: "";
  display: table;
}
.news-list {
  padding: 10px 0 0 0;
}
.news-list .article-item {
  background-color: #F5F5F5;
  border-left: 5px solid #E2002A;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.news-list .article-item .article-item-content-category {
  background-color: #E2002A;
  color: #fff;
  font-family: 'Fjalla One', sans-serif;
  font-size: 1.2em;
  padding: 4px 7px 2px 3px;
  position: absolute;
  left: 0;
  text-transform: uppercase;
  top: 0;
}
.news-list .article-item .article-item-content-details {
  padding: 5px 35px 15px 15px;
}
.news-list .article-item .article-item-content-details .article-title {
  color: #313b47;
  font-size: 1.6em;
  line-height: 1.3em;
  margin: 0 0 6px 0;
}
.news-list .article-item .article-item-content-details .article-excerpt {
  color: #313b47;
  font-size: 1.4em;
  line-height: 1.2em;
  margin: 0;
}
.news-list .article-item .article-item-content-details .article-read-more {
  border: none;
  bottom: 0;
  display: block;
  font-size: 2em;
  height: 33px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 40px;
}
.news-list .article-item .article-item-content-details a {
  color: #313b47;
}
.news-list .article-item.cereal {
  border-left-color: #D79A4A;
}
.news-list .article-item.cereal.article-featured {
  background-color: #D79A4A;
}
.news-list .article-item.cereal .article-item-content-category {
  background-color: #D79A4A;
}
.news-list .article-item.girasol {
  border-left-color: #FF9F36;
}
.news-list .article-item.girasol.article-featured {
  background-color: #FF9F36;
}
.news-list .article-item.girasol .article-item-content-category {
  background-color: #FF9F36;
}
.news-list .article-item.maiz-grano {
  border-left-color: #8F6E50;
}
.news-list .article-item.maiz-grano.article-featured {
  background-color: #8F6E50;
}
.news-list .article-item.maiz-grano .article-item-content-category {
  background-color: #8F6E50;
}
.news-list .article-item.maiz-ensilado {
  border-left-color: #008635;
}
.news-list .article-item.maiz-ensilado.article-featured {
  background-color: #008635;
}
.news-list .article-item.maiz-ensilado .article-item-content-category {
  background-color: #008635;
}
.news-list .article-item.colza {
  border-left-color: #FFC834;
}
.news-list .article-item.colza.article-featured {
  background-color: #FFC834;
}
.news-list .article-item.colza .article-item-content-category {
  background-color: #FFC834;
}
.news-list .article-item.forrajeras {
  border-left-color: #7FC120;
}
.news-list .article-item.forrajeras.article-featured {
  background-color: #7FC120;
}
.news-list .article-item.forrajeras .article-item-content-category {
  background-color: #7FC120;
}
.news-list .article-item.algodon {
  border-left-color: #4A8EAB;
}
.news-list .article-item.algodon.article-featured {
  background-color: #4A8EAB;
}
.news-list .article-item.algodon .article-item-content-category {
  background-color: #4A8EAB;
}
.news-list .article-item.remolacha {
  border-left-color: #4A8EAB;
}
.news-list .article-item.remolacha.article-featured {
  background-color: #4A8EAB;
}
.news-list .article-item.remolacha .article-item-content-category {
  background-color: #4A8EAB;
}
.news-list .article-item.article-featured {
  border: 0;
}
.news-list .article-item.article-featured .article-item-content-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  overflow: hidden;
}
.news-list .article-item.article-featured .article-item-content-image img {
  width: 100%;
  height: auto;
  max-width: none;
}
.news-list .article-item.article-featured .article-item-content-category {
  background: none;
  margin-bottom: 5px;
  position: relative;
  top: auto;
  left: auto;
}
.news-list .article-item.article-featured .article-item-content-details .article-title,
.news-list .article-item.article-featured .article-item-content-details .article-excerpt,
.news-list .article-item.article-featured .article-item-content-details a {
  color: #fff;
}
body.cereal .news-list .article-item,
body.term-cereal .news-list .article-item {
  border-left-color: #D79A4A;
}
body.cereal .news-list .article-item.article-featured,
body.term-cereal .news-list .article-item.article-featured {
  background-color: #D79A4A;
}
body.cereal .news-list .article-item .article-item-content-category,
body.term-cereal .news-list .article-item .article-item-content-category {
  background-color: #D79A4A;
}
body.girasol .news-list .article-item,
body.term-girasol .news-list .article-item {
  border-left-color: #FF9F36;
}
body.girasol .news-list .article-item.article-featured,
body.term-girasol .news-list .article-item.article-featured {
  background-color: #FF9F36;
}
body.girasol .news-list .article-item .article-item-content-category,
body.term-girasol .news-list .article-item .article-item-content-category {
  background-color: #FF9F36;
}
body.maiz-grano
  body.term-maiz-grano .news-list .article-item {
  border-left-color: #8F6E50;
}
body.maiz-grano
  body.term-maiz-grano .news-list .article-item.article-featured {
  background-color: #8F6E50;
}
body.maiz-grano
  body.term-maiz-grano .news-list .article-item .article-item-content-category {
  background-color: #8F6E50;
}
body.maiz-ensilado .news-list .article-item,
body.term-maiz-ensilado .news-list .article-item {
  border-left-color: #008635;
}
body.maiz-ensilado .news-list .article-item.article-featured,
body.term-maiz-ensilado .news-list .article-item.article-featured {
  background-color: #008635;
}
body.maiz-ensilado .news-list .article-item .article-item-content-category,
body.term-maiz-ensilado .news-list .article-item .article-item-content-category {
  background-color: #008635;
}
body.colza .news-list .article-item,
body.term-colza .news-list .article-item {
  border-left-color: #FFC834;
}
body.colza .news-list .article-item.article-featured,
body.term-colza .news-list .article-item.article-featured {
  background-color: #FFC834;
}
body.colza .news-list .article-item .article-item-content-category,
body.term-colza .news-list .article-item .article-item-content-category {
  background-color: #FFC834;
}
body.forrajeras .news-list .article-item,
body.term-forrajeras .news-list .article-item {
  border-left-color: #7FC120;
}
body.forrajeras .news-list .article-item.article-featured,
body.term-forrajeras .news-list .article-item.article-featured {
  background-color: #7FC120;
}
body.forrajeras .news-list .article-item .article-item-content-category,
body.term-forrajeras .news-list .article-item .article-item-content-category {
  background-color: #7FC120;
}
body.algodon .news-list .article-item,
body.term-algodon .news-list .article-item {
  border-left-color: #4A8EAB;
}
body.algodon .news-list .article-item.article-featured,
body.term-algodon .news-list .article-item.article-featured {
  background-color: #4A8EAB;
}
body.algodon .news-list .article-item .article-item-content-category,
body.term-algodon .news-list .article-item .article-item-content-category {
  background-color: #4A8EAB;
}
body.remolacha .news-list .article-item,
body.term-remolacha .news-list .article-item {
  border-left-color: #4A8EAB;
}
body.remolacha .news-list .article-item.article-featured,
body.term-remolacha .news-list .article-item.article-featured {
  background-color: #4A8EAB;
}
body.remolacha .news-list .article-item .article-item-content-category,
body.term-remolacha .news-list .article-item .article-item-content-category {
  background-color: #4A8EAB;
}
.nav-pagination {
  clear: both;
  font-size: 1.4em;
  padding: 0 10px 24px 10px;
  text-align: right;
}
.nav-pagination .current,
.nav-pagination a {
  border: 1px solid #202022;
  margin: 0 2px;
  padding: 2px 5px;
}
.nav-pagination a {
  color: #202022;
}
.nav-pagination .current,
.nav-pagination a:hover {
  background-color: #202022;
  color: #fff;
}
.single-article .article-intro {
  margin-bottom: 40px;
}
.single-article .article-intro .article-intro-txt {
  color: #313b47;
  font-family: "Roboto Slab", serif;
  font-size: 2em;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.single-article h3 {
  color: #313b47;
  font-size: 2em;
  margin-top: 30px;
  text-transform: none;
}
.search-form-wrap {
  background-color: #393C41;
  padding: 20px 0;
  text-align: center;
}
.search-form-wrap h2 {
  display: inline-block;
  font-size: 2.6em;
  font-weight: 600;
  height: 38px;
  margin: 0 12px 0 0;
  padding: 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.search-form-wrap form {
  position: relative;
  display: inline-block;
  max-width: 300px;
}
.search-form-wrap form input#s {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 19px;
  font-size: 20px;
  height: 38px;
  padding: 5px 38px 10px 14px;
  width: 100%;
}
.search-form-wrap form input#s:focus {
  border: 1px solid #E2002A;
}
.search-form-wrap form .btn_search {
  background-color: #E2002A;
  border: 0 !important;
  border-radius: 50%;
  color: #fff;
  font-size: 20px !important;
  height: 38px;
  position: absolute;
  top: 0;
  right: -2px;
  padding: 0;
  width: 38px;
  z-index: 99;
}
.search-form-wrap form .btn_search i {
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.search-content {
  padding: 36px 0;
}
.search-content p:first-child {
  font-size: 2.6em;
}
.search-content .search-content-list .cols_group .column_8:nth-child(2n+3) {
  clear: left;
}
.search-content .search-content-list h3,
.search-content .search-content-list p {
  margin-bottom: 0;
}
.search-content .search-content-list h3 {
  margin-top: 15px;
}
.news-article-comments {
  margin-top: 24px;
}
.news-article-comments h2 {
  margin-top: 0;
}
.news-article-comments h3,
.news-article-comments p {
  margin: 0 0 12px 0;
}
.news-article-comments p.title {
  color: #4D4D4D;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
}
.comment-respond,
.comments-list {
  background-color: #fff;
}
.comments-list {
  background-color: transparent;
  padding: 36px 0 0 0;
}
.comment-respond p.form-submit {
  text-align: right;
  margin-top: 7px;
}
h3.title_comments {
  margin: 0 0 10px 0;
  padding-top: 0;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
}
.comment-respond label {
  font-size: 1em;
}
.comment-respond .comment-form-author {
  width: 45%;
  border: 0;
}
.comment-respond .comment-form-email {
  width: 45%;
  border: 0;
}
.comment-respond .comment-form-url {
  display: none;
}
.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-comment textarea {
  border: 0;
  color: #333;
  padding: 7px 10px;
  margin-top: 10px;
  background-color: #F2F2F2;
}
.comment-respond .comment-form-comment textarea {
  width: 100%;
}
.comment-respond .required {
  color: #E1012D;
}
.comment-respond .comment-reply-title small {
  font-size: 0.6em;
}
.comments p.comments-number {
  font-size: 2.4em;
  padding: 0 0 5px 0;
  margin: 0 36px 30px 36px;
  margin-bottom: 30px;
  color: #9E9991;
  display: none;
}
.comments ul li {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  background-image: none;
  border-bottom: 1px dashed #E2E2E2;
}
.comments ul ul.children {
  padding: 0 0 0 0 !important;
  margin: 0 !important;
  border-bottom: 0;
}
.comments ul ul.children li {
  padding: 0 0 0 0 !important;
  margin: 0 !important;
  border-bottom: 0;
}
.comments cite.fn {
  font-size: 1em;
  color: #F15852;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 15px;
}
.comments .says {
  display: none;
}
.comments .commentmetadata {
  font-size: 1em;
  color: #545454;
  font-weight: 600;
}
.comments .commentmetadata a {
  color: #545454;
}
.comments ul li p {
  margin-top: 10px;
  font-size: 1.0em;
}
.comment-respond .form-allowed-tags {
  display: none;
}
.comment-respond .form-submit {
  text-align: center;
}
.comments-list .li-comment {
  padding: 0 !important;
  list-style: none !important;
}
.comments-list .li-comment article.comment {
  margin-bottom: 0px;
  padding: 36px 36px 36px 36px !important;
  border-bottom: 1px solid #F5F5F5 !important;
  list-style-type: none;
  list-style: none;
}
.comments-list .li-comment .avatar {
  float: left;
  width: 68px;
  height: 68px;
  margin-right: 20px;
}
.comments-list .li-comment .comment-item {
  float: left;
}
.comments-list .li-comment p.info {
  font-size: 1.0em;
  color: #9E9991;
}
.comments-list .li-comment p.info span {
  font-size: 1em;
}
.comments-list .li-comment p.info span.author {
  margin-right: 15px;
}
.comments-list li.owner article.comment {
  background-color: #F2F2F2;
  border: 5px solid #FFFFFF;
  border-left: 0;
  border-right: 0;
}
li.owner li article.comment {
  background-color: #FFFFFF;
  border-bottom: 1px solid #F5F5F5;
}
li.owner li.owner article.comment {
  background-color: #F2F2F2;
  border: 5px solid #FFFFFF;
  border-left: 0;
  border-right: 0;
}
li.owner .avatar span {
  background-color: #9E9991;
  color: #FFFFFF;
  display: block;
  text-align: center;
  padding: 2px;
}
.comments ul li.li-comment {
  background-image: none;
  border-bottom: 0;
  margin-bottom: 0;
}
ul li.li-comment li {
  padding: 0 !important;
}
.comments-list li.owner li.owner article.comment,
.comments-list li li li.owner article.comment {
  border: 0;
  background-color: #F5F5F5;
  border: 5px solid #FFFFFF;
  border-left: 0;
  border-right: 0;
  padding-left: 72px !important;
  padding-right: 72px !important;
}
.comments-list li.owner li article.comment,
.comments-list li.owner li li article.comment {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #F5F5F5;
  padding-left: 72px !important;
  padding-right: 72px !important;
}
@media only screen and (max-width: 480px) {
  .row-widget-news {
    position: relative;
    top: 60px;
    width: 100%;
    max-width: 1260px;
  }
  .moduleNews {
    background-color: #ffffff;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
  .moduleNews .moduleNews-bar {
    background: #E2002A;
    display: inline-block;
    height: 61px;
    width: 20%;
  }
  .moduleNews .moduleNews-bar a.lg-icon {
    display: block;
    font-size: 40px;
    padding: 10px 5px 5px 5px;
  }
  .moduleNews .moduleNews-bar a.lg-icon i:before {
    height: 36px;
    width: 36px;
  }
  .moduleNews .moduleNews-content {
    background-color: #ffffff;
    width: 80%;
  }
  .moduleNews .moduleNews-content ul {
    height: auto;
    overflow: visible;
  }
}
.main-navigation {
  margin: 0;
  padding: 0;
}
.main-navigation ul:before,
.main-navigation ul:after {
  display: table;
}
.main-navigation ul:after {
  clear: both;
}
.main-navigation ul {
  margin: 0;
  width: 100%;
}
.main-navigation ul li {
  background: none;
  float: left;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  vertical-align: bottom;
}
.main-navigation ul li:first-child {
  margin: 0;
}
.main-navigation ul li:first-child a {
  border-left: 1px solid #9F0723;
}
.main-navigation ul li a {
  border-right: 1px solid #9F0723;
  color: #fff;
  display: block;
  height: 80px;
  line-height: 80px;
  padding: 0 15px;
  text-decoration: none;
}
.main-navigation ul li a:hover,
.main-navigation ul li:hover a,
.main-navigation ul li.current-menu-parent a,
.main-navigation ul li.current-menu-item a {
  background-color: #fff;
  color: #E2002A;
}
.main-navigation ul li.menu-languages {
  text-transform: none;
}
.main-navigation ul li.menu-languages {
  border-left: 1px solid #111;
  padding-left: 15px;
}
.main-navigation ul li.nav-menu-search {
  float: right;
}
.main-navigation ul li.nav-menu-search #searchform {
  margin: 25px 15px;
  position: relative;
}
.main-navigation ul li.nav-menu-search #searchform input#s {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 14px;
  font-size: 16px;
  height: 28px;
  padding-left: 10px;
  padding-right: 30px;
}
.main-navigation ul li.nav-menu-search #searchform input#s:focus {
  border: 1px solid #E2002A;
}
.main-navigation ul li.nav-menu-search #searchform .btn_search {
  background-color: #E2002A;
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 12px !important;
  height: 24px;
  position: absolute;
  top: 3px;
  right: 4px;
  padding: 0;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
  width: 24px;
}
.main-navigation ul li.nav-menu-search #searchform .btn_search i {
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.main-navigation ul li ul {
  float: none;
  display: none;
  left: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  top: 80px;
  -webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.2);
}
.main-navigation ul li:first-child ul {
  left: 1px;
}
.main-navigation ul li ul li {
  float: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  -webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease;
}
.main-navigation ul li:hover ul {
  display: block;
  z-index: 100;
}
.main-navigation ul li:hover ul li a {
  background-color: #ffffff;
  border-right: 0;
  border-left: 0;
  display: block;
  color: #313b47;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 20px;
  border-bottom: 1px solid #e6e6e6;
  width: 208px;
}
.main-navigation ul li:hover ul li a:hover,
.main-navigation ul li:hover ul li.current-menu-item a {
  background-color: #e30030;
  color: #ffffff;
}
.main-navigation ul li:hover ul li:first-child a {
  border-top: 0;
}
@media only screen and (max-width: 480px) {
  .main-navigation {
    display: none;
    padding: 0;
    position: fixed;
    width: 50%;
    top: 80px;
    right: 0;
    min-height: 100%;
    background-color: #FFF;
  }
  .main-navigation ul {
    float: none;
  }
  .main-navigation ul li {
    display: block;
    float: none;
    font-size: 1.5em;
    position: relative;
  }
  .main-navigation ul li:after {
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 8px;
    right: 5px;
    content: "\f105";
    font-size: 24px;
  }
  .main-navigation ul li.nav-menu-search #searchform {
    margin: 25px 5px;
    position: relative;
  }
  .main-navigation ul li.nav-menu-search #searchform input#s {
    background-color: #DBDBDB;
    height: 28px;
    max-width: 120px;
  }
  .main-navigation ul li.nav-menu-search:after {
    display: none;
  }
  .main-navigation ul li .button_open_submenu {
    display: block;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    cursor: pointer;
    z-index: 999;
  }
  .main-navigation ul li a {
    border-bottom: 1px solid #e6e6e6;
    border-right: 0;
    border-left: 0;
    color: #5b636c;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .main-navigation ul li:hover ul {
    display: none;
  }
  .main-navigation ul li.maxHeightItem a {
    line-height: 20px;
  }
  .main-navigation ul li:first-child a {
    border-left: 0;
  }
  .main-navigation ul li:hover ul li a {
    font-size: 15.7167px;
    height: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 955px) {
  .main-navigation {
    display: none;
    padding: 0;
    position: fixed;
    width: 50%;
    top: 80px;
    right: 0;
    min-height: 100%;
    background-color: #FFF;
  }
  .main-navigation ul {
    float: none;
  }
  .main-navigation ul li {
    display: block;
    float: none;
    font-size: 2em;
    position: relative;
  }
  .main-navigation ul li:after {
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 13px;
    right: 15px;
    content: "\f105";
    font-size: 34px;
  }
  .main-navigation ul li.nav-menu-search #searchform input#s {
    background-color: #DBDBDB;
  }
  .main-navigation ul li.nav-menu-search:after {
    display: none;
  }
  .main-navigation ul li .button_open_submenu {
    display: block;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    cursor: pointer;
    z-index: 999;
  }
  .main-navigation ul li a {
    color: #5b636c;
    border-bottom: 1px solid #e6e6e6;
    border-right: 0;
    border-left: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .main-navigation ul li:hover ul {
    display: none;
  }
  .main-navigation ul li:first-child a {
    border-left: 0;
  }
  .main-navigation ul li:hover ul li a {
    font-size: 20.9333px;
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 955px) {
  .main-navigation.mobile_submenu_open {
    right: 50%;
    width: 50%;
  }
  .main-navigation.mobile_submenu_open ul li.active ul {
    display: block;
    position: fixed;
    width: 50%;
    top: 80px;
    left: 50%;
    min-height: 100%;
  }
  .main-navigation.mobile_submenu_open ul li.active ul li:after {
    display: none;
  }
  .main-navigation.mobile_submenu_open ul li.active ul li a {
    background-color: #DBDBDB;
    color: #5b636c;
    text-align: center;
  }
  .main-navigation.mobile_submenu_open ul li.active ul li a:hover {
    color: #e30030;
  }
  .main-navigation ul li:hover ul li a {
    width: 100%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 590px) {
  .main-navigation ul li.maxHeightItem a {
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .main-navigation ul li {
    font-size: 1.3em;
  }
  .main-navigation ul li.nav-menu-search #searchform input#s {
    max-width: 100px;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1120px) {
  .main-navigation ul li {
    font-size: 1.4em;
  }
  .main-navigation ul li.nav-menu-search #searchform input#s {
    max-width: 120px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1200px) {
  .main-navigation ul li {
    font-size: 1.5em;
  }
  .main-navigation ul li.nav-menu-search #searchform input#s {
    max-width: 140px;
  }
}
@media only screen and (min-width : 957px) and (max-width: 1279px) {
  .main-navigation {
    display: block;
  }
}
.sidebar-left {
  border-right: 1px solid #dedede;
  background: -moz-linear-gradient(right,#ebebeb 0,#FCFCFC 20%,#FCFCFC 100%);
  background: -webkit-gradient(linear,right top,right top,color-stop(0,#f2f2f2),color-stop(20%,#FCFCFC),color-stop(100%,#FCFCFC));
  background: -webkit-linear-gradient(right,#ebebeb 0,#FCFCFC 20%,#FCFCFC 100%);
  background: -o-linear-gradient(right,#ebebeb 0,#FCFCFC 20%,#FCFCFC 100%);
  background: -ms-linear-gradient(right,#ebebeb 0,#FCFCFC 20%,#FCFCFC 100%);
  background: linear-gradient(to left,#ebebeb 0,#FCFCFC 20%,#FCFCFC 100%);
  vertical-align: top;
  padding: 15px 20px;
  overflow: hidden;
}
.nav-sidebar-left {
  background: #E2002A;
  background: -moz-linear-gradient(left,#E2002A 0,#E2002A 80%,#cf002c 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0,#E2002A),color-stop(80%,#d9002e),color-stop(100%,#cf002c));
  background: -webkit-linear-gradient(left,#E2002A 0,#E2002A 80%,#cf002c 100%);
  background: -o-linear-gradient(left,#E2002A 0,#E2002A 80%,#cf002c 100%);
  background: -ms-linear-gradient(left,#E2002A 0,#E2002A 80%,#cf002c 100%);
  background: linear-gradient(to right,#E2002A 0,#E2002A 80%,#cf002c 100%);
  box-shadow: inset -6px 0 5px -4px rgba(0,0,0,0.2);
}
.primary-sidebar {
  position: relative;
}
.primary-sidebar ul {
  border-bottom-color: #f20033;
  position: relative;
  border-bottom: solid;
  border-bottom-width: 1px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.primary-sidebar ul li {
  background: none;
  border-color: #bf0028;
  border-style: solid;
  border-width: 0 1px 1px;
  line-height: 16px;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
}
.primary-sidebar ul li:first-child a {
  border-top: 0;
}
.primary-sidebar ul li#vline {
  position: absolute;
  top: 23px;
  bottom: 23px;
  left: 20px;
  width: 1px;
  background: #fff;
  border: none;
  z-index: 9;
  display: block;
}
.primary-sidebar ul li#vline a {
  display: none;
}
.primary-sidebar ul li a {
  position: relative;
  display: table-cell;
  height: 45px;
  vertical-align: middle;
  padding: 6px 5px 6px 40px;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  border-top: 1px solid #f20033;
}
.primary-sidebar ul li a:after {
  position: absolute;
  top: 17px;
  left: 16px;
  width: 7px;
  height: 7px;
  background: #fff;
  content: " ";
  border-radius: 50%;
}
.primary-sidebar ul li:hover {
  background: #393C41;
  border-color: #393C41 !important;
}
.primary-sidebar ul li.current {
  background: #ca002b;
  font-weight: 700;
}
.primary-sidebar ul li.current:hover {
  border-color: #bf0028 !important;
}
.primary-sidebar ul li.current a:after {
  top: 14px;
  left: 11px;
  width: 16px;
  height: 16px;
}
.girasol .nav-sidebar-left {
  background: #FF9F36;
  background: -moz-linear-gradient(left,#FF9F36 0,#FF9F36 80%,#D26F00 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0,#FF9F36),color-stop(80%,#FF8600),color-stop(100%,#D26F00));
  background: -webkit-linear-gradient(left,#FF9F36 0,#FF9F36 80%,#D26F00 100%);
  background: -o-linear-gradient(left,#FF9F36 0,#FF9F36 80%,#D26F00 100%);
  background: -ms-linear-gradient(left,#FF9F36 0,#FF9F36 80%,#D26F00 100%);
  background: linear-gradient(to right,#FF9F36 0,#FF9F36 80%,#D26F00 100%);
  box-shadow: inset -6px 0 5px -4px rgba(0,0,0,0.2);
}
.girasol .primary-sidebar ul {
  border-bottom-color: #D26F00;
}
.girasol .primary-sidebar ul li {
  border-color: #FF9F36;
}
.girasol .primary-sidebar ul li a {
  border-top: 1px solid #D26F00;
}
.girasol .primary-sidebar ul li.current {
  background: #D26F00;
  font-weight: 700;
}
.girasol .primary-sidebar ul li.current:hover {
  border-color: #FF9F36 !important;
}
@media only screen and (max-width: 480px) {
  .primary-sidebar ul {
    z-index: 0 !important;
    position: relative !important;
    top: auto !important;
  }
  .primary-sidebar ul + div {
    display: none;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .primary-sidebar ul {
    z-index: 0 !important;
    position: relative !important;
    top: auto !important;
  }
  .primary-sidebar ul + div {
    display: none;
  }
}
.sidebar-right {
  border-left: 1px solid #dedede;
  padding: 15px 20px !important;
  vertical-align: top;
}
.sidebar-right h3,
.sidebar-right h2,
.sidebar-right .title-row {
  margin: 0;
  padding: 1px 10px 1px 1px;
  background-color: #EE002D;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
}
.sidebar-right h3 i,
.sidebar-right h2 i,
.sidebar-right .title-row i {
  display: none;
  margin-right: 10px;
}
.sidebar-right .sidebar-submenu {
  margin-bottom: 40px;
}
.sidebar-right .sidebar-submenu ul li {
  background: none;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0;
  padding: 0 0 0 38px;
}
.sidebar-right .sidebar-submenu ul li a {
  border-bottom: 1px solid #dedede;
  color: #5b636c;
  display: block;
  padding: 15px 0;
}
.sidebar-right .sidebar-submenu ul li a:hover,
.sidebar-right .sidebar-submenu ul li a.current {
  color: #E2002A;
}
.sidebar-right .sidebar-submenu ul li a.suneo {
  background: url(/media/icon-suneo.svg) no-repeat right 15px;
  background-size: 80px auto;
}
.sidebar-right .sidebar-submenu ul li a.animal-nutrition {
  background: url(/media/icon-milk.svg) no-repeat right 15px;
  background-size: 90px auto;
}
.sidebar-right .sidebar-downloads ul {
  list-style: none;
}
.sidebar-right .sidebar-downloads ul li {
  background: none;
  font-family: "Roboto Slab", serif;
  padding: 15px 20px 30px 38px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
}
.sidebar-right .sidebar-downloads ul li h4 {
  font-size: 1em;
  line-height: 1.1em;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: none;
}
.sidebar-right .sidebar-downloads ul li h4 a {
  color: #5b636c;
}
.sidebar-right .sidebar-downloads ul li h4 a:hover {
  color: #E2002A;
}
.sidebar-right .sidebar-downloads ul li img {
  display: inline-block;
  margin-bottom: 5px;
}
.sidebar-right .sidebar-work-with-us .sidebar-inner {
  margin-bottom: 30px;
}
.sidebar-right .sidebar-twitter ul {
  list-style: none;
}
.sidebar-right .sidebar-twitter ul li {
  background: none;
  cursor: pointer;
  font-kerning: auto;
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 0 40px 15px 38px;
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #dedede;
}
.sidebar-right .sidebar-twitter ul li:last-child {
  border-bottom: 0;
}
.sidebar-right .sidebar-twitter ul li a {
  color: #5b636c;
}
.sidebar-right .sidebar-twitter ul li a:hover {
  color: #E2002A;
}
.sidebar-right .sidebar-twitter a.button,
.sidebar-right .sidebar-twitter a.button-med {
  margin-left: auto;
  margin-right: auto;
}
.sidebar-right .sidebar-seeding-zone .sidebar-inner {
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px;
}
.sidebar-right .sidebar-seeding-zone .sidebar-inner ul {
  margin-bottom: 20px;
}
.sidebar-right .sidebar-seeding-zone .sidebar-inner ul li {
  background: none;
  font-size: 1.1em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 0 16px;
  padding: 0 0 0 10px;
}
.sidebar-right .sidebar-seeding-zone .sidebar-inner ul li.legend01 {
  background: url(/media/legend-bullet-01.png) no-repeat 0 4px;
}
.sidebar-right .sidebar-seeding-zone .sidebar-inner ul li.legend02 {
  background: url(/media/legend-bullet-02.png) no-repeat 0 4px;
}
.sidebar-right .sidebar-seeding-zone .sidebar-inner p {
  font-size: 1.1em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 20px 38px;
}
.sidebar-right .sidebar-seeding-zone .sidebar-inner ul + p {
  margin: -20px 0 20px 38px;
}
.sidebar-right .sidebar-box > div {
  border-left: 5px #EE002D solid;
  background-color: #f6f6f6;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
.sidebar-right .sidebar-box > div h3,
.sidebar-right .sidebar-box > div h2,
.sidebar-right .sidebar-box > div .title-row {
  margin-bottom: 16px;
}
.sidebar-right .sidebar-box > div p {
  margin: 0 16px 20px 16px;
}
.sidebar-right .sidebar-box > div .cols_group > [class^="column_"],
.sidebar-right .sidebar-box > div .cols_group > [class*=" column_"] {
  width: 100%;
}
.sidebar-right .sidebar-box > .sidebar-agrotech {
  padding-bottom: 0;
}
.sidebar-right .sidebar-box > .sidebar-agrotech h3 {
  margin-bottom: 0;
}
.sidebar-right .sidebar-box > .sidebar-agrotech h3 + a {
  display: block;
  margin-top: -4px;
}
.social-links {
  display: inline-block;
  padding: 7px 0;
  text-align: right;
}
.social-links a {
  color: #999;
  display: inline-block;
  margin: 0 7px 0 0;
  background-color: transparent;
  font-size: 2.3em;
  padding: 3px;
  text-align: center;
}
.social-links a:hover {
  color: #fff;
}
.social-links a.icon-facebook:hover {
  color: #3B5998;
}
.social-links a.icon-twitter:hover {
  color: #6cadda;
}
.social-links a.icon-youtube:hover {
  color: #f39995;
}
.social-links a.icon-linkedin:hover {
  color: #0177B5;
}
@media only screen and (min-width: 891px) and (max-width: 940px) {
  .social-links a {
    margin: 0 4px 0 0;
    font-size: 2.2em;
  }
}
@media only screen and (min-width: 809px) and (max-width: 890px) {
  .social-links a {
    margin: 0 3px 0 0;
    font-size: 1.9em;
  }
}
@media only screen and (max-width: 768px) {
  .social-links {
    display: block;
    text-align: center;
  }
}
.header_title {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 320px;
  display: table;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.header_title .hgroup {
  background: rgba(0,0,0,0.24);
  color: #fff;
  display: table-cell;
  font-weight: 700;
  padding: 0 80px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
  vertical-align: middle;
  width: 100%;
}
.header_title .hgroup h1 {
  color: #fff;
  font-size: 5.6em;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.header_title .hgroup .tagline {
  color: #fff;
  font-size: 1.8em;
  margin: 0;
}
.single-news .header_title .hgroup h1 {
  font-size: 3.4em;
}
@media only screen and (max-width: 480px) {
  .header_title {
    height: 200px;
  }
  .header_title .hgroup {
    padding: 0 20px;
  }
  .header_title .hgroup h1 {
    font-size: 3.6em;
  }
  .single-news .header_title .hgroup h1 {
    font-size: 1.8em;
  }
  .single-news .header_title .hgroup .tagline {
    font-size: 1.4em;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .header_title .hgroup h1 {
    font-size: 4.6em;
  }
  .single-news .header_title .hgroup h1 {
    font-size: 2.8em;
  }
}
.top-navigation {
  padding: 0 0 20px 0;
  margin: 0 0 0 0;
  float: right;
}
.top-navigation ul:before,
.top-navigation ul:after {
  display: table;
}
.top-navigation ul:after {
  clear: both;
}
.top-navigation ul {
  float: left;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}
.top-navigation ul li {
  background: none;
  float: left;
  display: inline;
  font-size: 1.5em;
  font-weight: bold;
  list-style: none;
  margin: 20px 25px 0px 0px;
  padding: 0;
}
.top-navigation ul li:first-child {
  margin-left: 0;
}
.top-navigation ul li a {
  color: #5b636c;
  text-decoration: none;
}
.top-navigation ul li a:hover,
.top-navigation ul li:hover a,
.top-navigation ul li.current-menu-parent a,
.top-navigation ul li.current-menu-item a {
  color: #e30030;
}


#header .header-top .header-action .header-account a {
  width: 145px;
}
#header .header-badge {
  position: absolute;
  right: 0;
  z-index: 9991;
}
@media only screen and (max-width: 1657px) {
  #header .header-top .header-action .header-account a {
    width: auto;
  }
}