/*
Theme Name: Knowhow
Author: MICAA
Author URI: http://www.micaa.com.br/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-5 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.container-2 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 2px;
}


@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .useful{
    margin-left: -8% !important;
    width: 108% !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row-5 {
    margin-left: -5px;
    margin-right: -5px;
}


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}


a.close{
  position:absolute;
  right: 10%;
  top: 35px;
  width: 27px;
  height: 26px;
  cursor: pointer;
}
.close:before, .close:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 27px;
  border-radius: 0px;
  background-color: #fff;

}

.close:after {
  left: 1px;
}

.modal-open .close:before, .modal-open  .close:after {
  transition: all .25s;
  top: 11px;
}

.modal-open .close:before {
  transform: rotate(45deg);
  background-color: #fff;
}
.modal-open .close:after {
  transform: rotate(-45deg);
  background-color: #fff;
}


.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-5:before,
.container-5:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-5:after,
.container-fluid:after,
.row:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/* style.css */
/* main definitions*/
h2{
  font-size: 31px;
  text-transform:uppercase;
  margin-bottom: 60px;
}
.secondary-title h2{
  font-size:21px;
  margin-bottom:25px;
  text-transform: initial;
}
h3 {
    margin-bottom: 7px;
    font-size: 18px;
}
h3.sub-heading{
  font-size:24px;
  margin-bottom:25px;
}
.page-title {
    font-size: 32px;
    text-transform: uppercase;
}

.sub-heading {
    font-size: 27px;
}
.solutions .sub-heading {
    margin-top:30px
}
.the-content {
    padding-bottom: 50px;
}

p.link-more, .the-content a {
    color: #67a912;
}
.the_excerpt p,
.the-content a p,
.the-content a h3,
.post-by a {
  color: #001654;
}
p {
    margin-bottom: 10px;
}
.ps{
  font-size: 12px;
}
.text-center{
  text-align:center;
}
img.text-center{
   margin: auto;
}
.text-right{
  text-align:right;
}
.blue-bg {
    background: #3564C6;
    color: #fff;
}
.blue-bg {
    padding:50px 0;
    word-wrap: break-word;
}
.blue-bg  ul li, .module-content ul{
    color:#679700;
    padding-left: 0;
}
.blue-bg.dark {
    background: #001654;
}
.blue-bg  ul li span{
    color:#fff;
}
.module-content ul li span{
  color:#001654;
  font-size: 12px;
}

* {
  margin: 0;
  outline:none;
}
.padding-75{
  padding: 75px 0;
}

html, body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #001654;
}
html, html a {
      text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
     -webkit-font-smoothing: antialiased;
 }
 a{
  color:inherit;
 }
a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}
.wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -340px; 
}
.wrap:after {
  content: "";
  display: block;
}
.site-footer, .wrap:after {
  min-height: 340px;
}
.site-footer {
    background: #001654;
    color: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 120px 0;
}

.site-footer h3 {
    margin-bottom: 22px;
    font-size: 18px;
    color: #fff;
}

/*layout*/

.firstline {
    min-height: 40px;
    background: #3B6DBB;
    margin-bottom:20px;
}

.lastline {
    background: #000;
    height: 40px;
    position: absolute;
    width: 100%;
    bottom:0;
}
.wrap > header {
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
}
.home header {
    border-bottom: 0px solid #eee;
    margin-bottom: 0px;
}
.lastline img {
    margin: auto;
    display:block;
}
.list-unstyled{
  list-style:none;
  padding:0;
}


.btn, .mc_signup_submit input {
    border: none;
    text-align: center;
    line-height:40px;
    min-height: 40px;
    display:inline-block;
    padding: 0 15px;
    margin: 20px auto;
}

a.btn:hover {
  color:#fff;
}
.button-primary, .mc_signup_submit input {
    background: #649700;
    color: #fff;
}
 .mc_signup_submit input {
   width:100% !important;
 }
.button-secondary {
    background: #FF9326;
    color: #fff;
}
.button-primary span{
  font-weight:bold;
  font-size:18px;
  letter-spacing:1px;
}
.button-primary:hover{
  color:#fff;
  text-decoration:none;
}
/* product home */
@media (min-width: 992px){

  .solutions .product-about > img {
    margin-left: -52%;
    max-width: none;
  }
  /*equal cols height*/
  .row.table {
      display: table;
  }
  .row.table [class*="col-"] {
      float: none;
      display: table-cell;
      vertical-align: top;
  }
  .mission-values .container div:first-child  {
    border-left:none;
    padding-left:0;
  }
  .mission-values .container div {
    border-left:1px solid #649700;
}
  .mission-values .container div:last-child  {
      border-right:none;
      padding-right:0;
  }
}
.product-about .btn {
    position: absolute;
    top: 44%;
    right: -30px;
    z-index: 99;
}
.solutions h2{
  text-transform: inherit;
}
.solutions{
  padding:100px 0;
}

.product-icon {
    content:'';
    width: 70px;
    height: 70px;
    background: url(../img/sprite.png);
    display: inline-block;
    float: none;
    margin: 0 10px 0 20px;
    vertical-align: baseline;
}
.product-icon.gescont{
  background-position: -43px 0;
}
.product-icon.sigem{
  background-position: -113px 0;
  width: 60px;
  height: 60px;
}
/* news */
.thumbnail, .post-navigation {
    padding: 0 2px 2px 2px;
}
.thumbnail{
  padding-right: 0;
  position: relative;
}
.thumbnail{
    z-index:5;
}
.post-navigation .thumbnail{
    z-index:1;
}
.hover-text {
    position: absolute;
    top: 0;
    color: #fff;
    background: #001654;
    height: 100%;
    width: 100%;
    padding: 30px;
    font-size:18px;
    font-weight:bold;
    left:-100%;
      -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.thumbnail:hover .hover-text {
    left:0;
      -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.hover-text span{
    font-size:14px;
    display:block;
    font-weight:normal;
}

.post-navigation {
  padding-left: 0;
}
.blog-thumbnail {
    height: 200px;
}
.search-thumbnail {
    height: 120px;
    margin-bottom: 50px;
    padding: 0;
}
.news .blog article a > * {
    max-width: 261px;
}
.news .blog-thumbnail img{
  width:261px;
  height:auto;
}
.news .blog article{
    margin-bottom: 20px;
    min-height: 360px;
}
p.post-by {
    font-size: 14px;
}
.news .blog h3{
    margin-top:0;
}
.bxpagina {
  padding:0 0 30px;
}

body.post-template-default .news header h1 {
  line-height: 110%;
  font-weight: 900;
}
.news .col-xs-12.content p {
  line-height: 145%;
  margin-bottom: 0.7em;
}
.bxpagina {
  padding: 0 0 30px;
  text-align: center;
}

.blog article {
    margin-bottom: 10px;
    display: table;
}
ul.rss-aggregator {
    list-style: none;
    padding: 0;
}

li.feed-item a {
    color: #001751;
    font-weight: bold;
    font-size: 15px;
    margin:10px 0 5px;
    display:block;
}
li.feed-item  {
    font-size:12px;
    color:#777777;
    padding: 0 0 10px;
    border-bottom: 1px solid; 
}

.news-feed {
    background: #eee;
    padding: 20px;
    margin: 5px 0 45px;
}
.news-feed:first-child {
    margin-top: 0;
}

.page-numbers {
    margin:15px 0 0; 
    display:inline-block;
    font-weight:bold ;
    color:#777;
}
.page-numbers.current {
    color:#6C9700;
}
.page-numbers.next {
    color:#777;
}
.page-numbers.next:hover {
    color:#001751;
}
.news-feed h3:before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../img/sprite.png) 0px -20px;
    margin: 0 8px 0 0;
    vertical-align:bottom;
}
/*partners home*/

.bg-grey{
  background: #DDDDDD;
  padding: 75px 0;
}

.partners h2 {
    font-size: 27px;
    width: initial;
    max-width: 315px;
    text-transform: none;
    margin:0;
}


.the-partners {
    padding: 10px 0;
}
/* testimonials home */

.bg-dots {
  background: url(../img/bg-dots.png);
  color:#fff;
  background-size: cover;
}
.testimonials{
  padding: 60px 0 60px;
}
.testimonials h2{
  font-size:21px;
  text-transform:inherit;
  margin: 80px 0;
}
.testimonial-data span.name {
    font-weight: bold;
    font-size: 16px;
    width:100%;
    display:block;
}
.testimonial-data span.company {
    font-size: 14px;
    width:100%;
    display:block;
}
.testimonial-data{
    position:absolute;
    bottom: 0px;
    left: -145px;
    text-align:right;
    width: 200px;
}
.testimonial{
    position:relative;
    background: url(../img/baloon.png) no-repeat top center;
    padding: 0 45px;
    min-height: 444px;
    background-size: contain;
}
.testimonial:last-child{
  margin-top:70px;
}
.testimonial-content{
  font-style:italic;
  text-align:center;
  padding: 25% 0 0;
  margin: auto;
}

@media (min-width: 992px){
  .testimonials h2{
    width: 20%;
  }
  .testimonial.col-md-5 {
      width: 40%;
  }
}

/*forms*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #001654;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #001654;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #001654;
}
:-moz-placeholder { /* Firefox 18- */
  color: #001654;
}
input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], textarea, select
{
   border: 1px solid;
   width: 100%;
   padding-left: 24px;
}
textarea{
  height: 120px;
  margin: 5px 0;
  padding-top:10px;
  color: #001654;
}
input, select{
  height: 40px;
  margin:5px 0;
  color: #001654;
}
.inputwraper, .wpcf7-form-control-wrap{
  padding: 0 5px;
  margin: 0;
}
.inputwraper .btn, .wpcf7-form-control-wrap .btn{
  margin: 5px 0;
}
input::-webkit-input-placeholder{
  color: #001654;
} 
input:-moz-placeholder{
  color: #001654;
}
input::-moz-placeholder{
  color: #001654;
}
input:-ms-input-placeholder {
  color: #001654;
}

  /*searchform*/
  .sb-search {
    position: relative;
    width: 0%;
    min-width: 30px;
    margin: 5px 10px;
    height: 30px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
  }

  .sb-search-input {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #001654;
    outline: none;
    background: #fff;
    width: 91%;
    height: 30px;
    margin: 0;
    z-index: 10;
    font-family: inherit;
    font-size: 14px;
    color: #2c3e50;
    box-sizing: border-box !important;
    padding-left: 10px;
  }

  input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
  }

  .sb-icon-search,
  .sb-search-submit  {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
  }
  .sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
  }
  .sb-icon-search {
    background:   #3B6DBB url(../img/sprite.png);
    width: 20px;
    height: 20px;
    box-sizing: content-box;
    border: 5px solid #3B6DBB;
    z-index: 90;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
  }


  .sb-search.sb-search-open .sb-icon-search,
  .no-js .sb-search .sb-icon-search {
    background: #3B6DBB url(../img/sprite.png);
    color: #fff;
    z-index: 11;
  }
  .sb-search.sb-search-open,
  .no-js .sb-search {
    width: 100%;
  }
  .sb-search.sb-search-open .sb-search-submit,
  .no-js .sb-search .sb-search-submit {
    z-index: 90;
  }

  /* news form */

  a.subscribe {
    font-size: 13px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
  }
  a.subscribe:hover {
    text-decoration:underline;
  }
  #subscribe .modal-content  {
    background: #3B6DBB;
    border:0;
    box-shadow: none;
    border-radius: 0;
  }
  #subscribe .modal-body  {
    padding: 35px 50px;
  }
  #subscribe .button-primary  {
    width:100%;
  }
  .subscribe-call{
    color:#fff;
    font-size: 16px;
    font-weight:bold;
    width: 338px;
    display:table;
    margin:0 auto 15px;
    text-align: center;
  }


/* menu */
.main-menu ul{
  float:right;
  display:table;
}
.main-menu ul li{
  line-height:108px;
  margin: 0px 10px;
  display:inline-block;
}
.main-menu ul li:first-child{
  margin-left: 0;
}
.main-menu ul li:last-child{
  margin-right:0;
}
.main-menu ul li a {
    color: #001751;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
}
/*social*/
.site-footer .social
{
  margin-top:50px;
  padding: 0;
}
.social li {
  display: inline-block;

}
.social li a{
    display: block;
    height:25px;
    width:25px;
    border:2px solid #fff;
}
.social li a:after{
  content:'';
  display: block;
  margin: 0 auto;
  background: url(../img/sprite.png) no-repeat;
  height:15px;
  width:15px;
}
.social li a.facebook:after{
  background-position: -20px -2px;
  height: 18px;
  width:8px;
}
.social li a.linkedin:after{
  background-position: -27px -2px;
  height: 18px;
  width:16px;
}

/*empresa*/


.list-differential .sub-heading {
    margin: 70px 0;
}
.mission-values {
    padding: 75px 0;
}

.mission-values div .container div {
    border-left:1px solid #649700;
    padding: 0 40px;
}

/*blog*/
.blog-search{
  padding:0;
  margin-bottom: 30px;
}
.blog-search .inputwraper{
  padding:0;
}

.blog-search input#search {
    border: 1px inset #001654;
    box-sizing:border-box;
    width: 84.3%;
    padding:0 0  0 50px;
    font-size:14px;
    color:#001654;
    text-overflow: ellipsis;
}
.blog-search input.submit {width: 14%;}

.content {
    border-bottom: 1px solid #649700;
    padding: 0 15px 60px 15px;
    margin: 0 0 40px 0;
    overflow: hidden;
    max-width: 100%;
    word-wrap: break-word;
}
.tags {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 50px;
}
.tags p{
    float:left;
    padding: 13px 5px;
    margin: 0;
}
.tags ul li {
    display: inline-block;
    margin: 5px 2px;
}
.tags ul li a {
    display:block;
    background:#eee;
    padding:10px 20px;
    font-size: 13px;
    font-style: italic;
}
.share {
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    margin-bottom: 50px;
}
article header {
    margin-bottom: 50px;
}

/*search*/
.secondary-title {
    text-transform: none;
    margin: 0 0 25px 0;
}

.search .blog .searchform {
    margin-bottom: 15px;
}

/*updates*/
.updates-form .btn{
  width: 100%;
}

/*gescont*/
.product-mockup.text-center {
    margin: 25px 0 0 -11%;
    max-width: 100%;
}

ul.modules-gescont {
    padding: 0;
    list-style: none;
    display: table;
    margin-bottom: 140px;
}
.module-content {
    max-height: 230px;
    overflow:hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.module-content.open {
    max-height: 900px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
a.plus-open{
  display:none;
}
.module-content:after {
    width: 100%;
    text-align:left;
    padding: 0 50px;
    height: 50px;
    content: '...';
    background: #eee;
    position: absolute;
    left: 0;
    bottom: -50px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.open.module-content:after {
    content:'';
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
li:nth-child(3n+1) .open.module-content:after {
    bottom: -80px;
}
li:nth-child(2n+1) .module-content:after {
    background: #ccc;
}
.module-content ul {
    list-style: initial;
    padding-left: 20px;
}
.modules-gescont .module-content ul li {
    padding-left: 0;
    display: list-item;
    text-align: left;
    line-height: 16px;
}

ul.modules-gescont > li {
    position:relative;
    background:#eee;
    float: none;
    display: inline-block;
    vertical-align: top;
}
ul.modules-gescont > li:nth-child(2n+2) {
    top: 30px;
    }
ul.modules-gescont > li:nth-child(3) {
    top: 60px;
    }
ul.modules-gescont > li:nth-child(2n+1) {background: #CCC;}


h2.module-title{
    font-size:21px;
    margin: 25px 0;
    vertical-align: middle;
    text-align:left;
    text-transform:none;
}
ul.modules-gescont > li:nth-child(3n+1) .module-content:after{
  margin-bottom: 30px;
}
span.module-counter{
    font-size:31px;
    font-weight:bold;
    position:absolute;
    right: 10px;
    top:-20px;
}

.general-features .list {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.general-features ul{
  color:#649700;
  padding: 13px;
}

.general-features ul span{
  color:#001751;
}
.general-features ul li:nth-child(2n+1){
  background:#eee;
}
.general-features h2:before {
    content:'';
    width: 70px;
    height: 70px;
    background: url(../img/sprite.png);
    display: block;
    margin:auto;
}

.general-features.gescont h2:before {
    background-position: -43px -70px;
}
.general-features.sigem h2:before {
    background-position: -113px -70px;
}

.tab-content{
    display: none;
    color: #fff;
  }

.tab-content.current{
    display: inherit;
}
.tab-content li {
    display: table;
    padding: 0 50px;
}
h3.screen-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.screen-caption, .product-screen {
    vertical-align: middle;
    display: inline-block;
    float: none;
}

p.instruction:before {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/sprite.png) 0 -50px;
    vertical-align: bottom;
    margin: 0 10px  0 0;
}
/* component.css */
/* Common styles for all menus */
.menu {
  line-height: 9;
  margin: 0 auto;
}

.menu__list {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.menu__item {
  display: block;
  /* margin: 1em 0; */
  padding: 0;
}

.menu__link {
  font-size: 1.05em;
  font-weight: bold;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  padding: 1em;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu__link:hover,
.menu__link:focus {
  outline: none;
}

/* Individual styles */

/* Alonso */
.menu--alonso .menu__item {
  margin: 0;
}

.menu--alonso .menu__link {
  width: 120px;
  height: 3em;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.menu--alonso .menu__link:hover,
.menu--alonso .menu__link:focus {
  color: #929292;
}

.menu--alonso .menu__item--current .menu__link {
  color: #d94f5c;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.menu--alonso .menu__line {
  position: absolute;
  top: 100%;
  left: 0;
  width: 120px;
  height: 2px;
  pointer-events: none;
  border: 1px solid #fff;
  border-width: 0 45px;
  background: #d94f5c;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}

.menu--alonso .menu__item:nth-child(1).menu__item--current ~ .menu__line {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menu--alonso .menu__item:nth-child(2).menu__item--current ~ .menu__line {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.menu--alonso .menu__item:nth-child(3).menu__item--current ~ .menu__line {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.menu--alonso .menu__item:nth-child(4).menu__item--current ~ .menu__line {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.menu--alonso .menu__item:nth-child(5).menu__item--current ~ .menu__line {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

@media screen and (max-width:55em) {
  .menu--alonso .menu__line {
    top: 3em;
  }

  .menu--alonso .menu__item:nth-child(1).menu__item--current ~ .menu__line {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .menu--alonso .menu__item:nth-child(2).menu__item--current ~ .menu__line {
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
  }

  .menu--alonso .menu__item:nth-child(3).menu__item--current ~ .menu__line {
    -webkit-transform: translate3d(0, 6em, 0);
    transform: translate3d(0, 6em, 0);
  }

  .menu--alonso .menu__item:nth-child(4).menu__item--current ~ .menu__line {
    -webkit-transform: translate3d(0, 9em, 0);
    transform: translate3d(0, 9em, 0);
  }

  .menu--alonso .menu__item:nth-child(5).menu__item--current ~ .menu__line {
    -webkit-transform: translate3d(0, 12em, 0);
    transform: translate3d(0, 12em, 0);
  }
}

/* Sebastian */
ul.sub-menu {
    display: none;
    position: absolute;
    padding: 0;
    background: #fff;
}
ul.sub-menu li {
    text-align: center;
    width: 79%;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
}

ul.sub-menu li .menu__link{
    text-transform:capitalize;
    height: 10px;
    line-height: 5px;
    padding: 5px 0 9px;
}
ul.sub-menu li a:hover,
ul.sub-menu li.menu__item--current a{
  color:#649700 !important;
}

.menu--sebastian .menu__link {
  position: relative;
  display: block;
  line-height: 150%;
  text-align: center;
  -webkit-transition: color 0.4s;
  height: 50px;
  transition: color 0.4s;
  padding: 15px 0px;
}

.menu--sebastian .menu__link:hover,
.menu--sebastian .menu__link:focus {
  color: #649700;
}

.menu--sebastian .menu__item--current .menu__link,
.menu--sebastian .menu__item:hover .menu__link {
  color: inherit;
}
.menu--sebastian .menu__link::before,
.menu--sebastian .menu__link::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #649700;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}
.menu--sebastian .menu__link::after {
  height:2px;
}

.menu--sebastian .menu__link::before {
  top: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.menu--sebastian .menu__link::after {
  bottom: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.menu--sebastian .current_menu_ancestor > .menu__link::before,
.menu--sebastian .current_menu_ancestor > .menu__link::after,
.menu--sebastian .menu__item--current .menu__link::before,
.menu--sebastian .menu__item--current .menu__link::after,
.menu--sebastian .menu__item:hover .menu__link::before,
.menu--sebastian .menu__item:hover .menu__link::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.menu-item-has-children:hover .sub-menu, .menu-item-has-children:focus .sub-menu {
    display: block;
    z-index: 3;
    max-width: 100%;
}
.menu--sebastian .menu-item-has-children .sub-menu  .menu__link::before, .menu--sebastian .menu-item-has-children .sub-menu .menu__link::after
{
    height:0px !important;
}

/* Prospero */
.menu--prospero .menu__link {
  position: relative;
  display: block;
  margin: 0 1.5em;
  padding: 0.75em 0;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.menu--prospero .menu__link:hover,
.menu--prospero .menu__link:focus {
  color: #929292;
}

.menu--prospero .menu__item--current .menu__link {
  color: #d94f5c;
}

.menu--prospero .menu__link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #d94f5c;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}

.menu--prospero .menu__item--current .menu__link::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* Viola */
.menu--viola .menu__item {
  position: relative;
  margin: 0 1em;
}

.menu--viola .menu__link {
  position: relative;
  display: block;
  text-align: center;
  color: #929292;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.menu--viola .menu__link:hover,
.menu--viola .menu__link:focus {
  color: #fff;
}

.menu--viola .menu__item--current .menu__link {
  color: #d94f5c;
}

.menu--viola .menu__item::before,
.menu--viola .menu__item::after,
.menu--viola .menu__link::before,
.menu--viola .menu__link::after {
  content: '';
  position: absolute;
  background: #d94f5c;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}

.menu--viola .menu__item::before,
.menu--viola .menu__item::after {
  top: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}

.menu--viola .menu__item::before {
  left: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.menu--viola .menu__item::after {
  right: 0;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.menu--viola .menu__link::before,
.menu--viola .menu__link::after {
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

.menu--viola .menu__link::before {
  top: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.menu--viola .menu__link::after {
  bottom: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.menu--viola .menu__item--current::before,
.menu--viola .menu__item--current::after,
.menu--viola .menu__item--current .menu__link::before,
.menu--viola .menu__item--current .menu__link::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

/* Antonio */
.menu--antonio .menu__item {
  position: relative;
  margin: 1em;
}

.menu--antonio .menu__link {
  position: relative;
  display: block;
  min-width: 110px;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.menu--antonio .menu__link:hover,
.menu--antonio .menu__link:focus {
  color: #929292;
}

.menu--antonio .menu__item--current .menu__link {
  color: #d94f5c;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.menu--antonio .menu__item::before,
.menu--antonio .menu__item::after,
.menu--antonio .menu__link::before,
.menu--antonio .menu__link::after {
  content: '';
  position: absolute;
  background: #d94f5c;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}

.menu--antonio .menu__item::before,
.menu--antonio .menu__item::after {
  top: 0;
  width: 4px;
  height: 100%;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}

.menu--antonio .menu__item::before {
  left: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.menu--antonio .menu__item::after {
  right: 0;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.menu--antonio .menu__link::before,
.menu--antonio .menu__link::after {
  left: 0;
  width: 100%;
  height: 4px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

.menu--antonio .menu__link::before {
  top: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.menu--antonio .menu__link::after {
  bottom: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.menu--antonio .menu__item--current::before,
.menu--antonio .menu__item--current::after,
.menu--antonio .menu__item--current .menu__link::before,
.menu--antonio .menu__item--current .menu__link::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.menu--antonio .menu__item--current::after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.menu--antonio .menu__item--current .menu__link::before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.menu--antonio .menu__item--current .menu__link::after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* Miranda */
.menu--miranda .menu__item {
  position: relative;
  margin: 1em;
}

.menu--miranda .menu__link {
  position: relative;
  display: block;
  min-width: 120px;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.menu--miranda .menu__link:hover,
.menu--miranda .menu__link:focus {
  color: #929292;
}

.menu--miranda .menu__item--current .menu__link {
  color: #d94f5c;
}

.menu--miranda .menu__item::before,
.menu--miranda .menu__item::after,
.menu--miranda .menu__link::before,
.menu--miranda .menu__link::after {
  content: '';
  position: absolute;
  background: #d94f5c;
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
  transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

/* left and right line */
.menu--miranda .menu__item::before,
.menu--miranda .menu__item::after {
  top: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}

/* left line */
.menu--miranda .menu__item::before {
  left: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

/* right line */
.menu--miranda .menu__item::after {
  right: 0;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

/* top and bottom line */
.menu--miranda .menu__link::before,
.menu--miranda .menu__link::after {
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

/* top line */
.menu--miranda .menu__link::before {
  top: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/* bottom line */
.menu--miranda .menu__link::after {
  bottom: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* Delays (first reverse, then current) */

/* These rules can be simplified, but let's keep it for better readability */

/* bottom line */
.menu--miranda .menu__item .menu__link::after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.menu--miranda .menu__item--current .menu__link::after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* left line */
.menu--miranda .menu__item::before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.menu--miranda .menu__item--current::before {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* top line */
.menu--miranda .menu__item .menu__link::before {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.menu--miranda .menu__item--current .menu__link::before {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* right line */
.menu--miranda .menu__item--current::after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.menu--miranda .menu__item--current::before,
.menu--miranda .menu__item--current::after,
.menu--miranda .menu__item--current .menu__link::before,
.menu--miranda .menu__item--current .menu__link::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* Ariel */
.menu--ariel .menu__item {
  position: relative;
  margin: 0.5em 1em;
}

.menu--ariel .menu__link {
  line-height: 1.15;
  position: relative;
  display: block;
  min-width: 110px;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.menu--ariel .menu__link:hover,
.menu--ariel .menu__link:focus {
  color: #929292;
}

.menu--ariel .menu__item--current .menu__link {
  color: #d94f5c;
}

.menu--ariel .menu__item::before,
.menu--ariel .menu__item::after,
.menu--ariel .menu__link::before,
.menu--ariel .menu__link::after {
  content: '';
  position: absolute;
  background: #d94f5c;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.44, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.44, 0.05, 0.55, 0.95);
}

.menu--ariel .menu__item::before,
.menu--ariel .menu__item::after {
  top: 0;
  width: 4px;
  height: 100%;
  -webkit-transform: scale3d(0.1, 0, 1);
  transform: scale3d(0.1, 0, 1);
}

/* left line */
.menu--ariel .menu__item::before {
  left: 0;
}

/* right line */
.menu--ariel .menu__item::after {
  right: 0;
}

.menu--ariel .menu__link::before,
.menu--ariel .menu__link::after {
  left: 0;
  width: 100%;
  height: 4px;
  -webkit-transform: scale3d(0, 0.1, 1);
  transform: scale3d(0, 0.1, 1);
}

/* top line */
.menu--ariel .menu__link::before {
  top: 0;
}

/* bottom line */
.menu--ariel .menu__link::after {
  bottom: 0;
}

.menu--ariel .menu__item--current::before,
.menu--ariel .menu__item--current::after,
.menu--ariel .menu__item--current .menu__link::before,
.menu--ariel .menu__item--current .menu__link::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* Caliban */
.menu--caliban .menu__item {
  margin: 0.5em 0;
}

.menu--caliban .menu__link {
  position: relative;
  display: block;
  width: 140px;
  margin: 0 1em;
  color: #b5b5b5;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.menu--caliban .menu__link:hover,
.menu--caliban .menu__link:focus {
  color: #929292;
}

.menu--caliban .menu__item--current .menu__link {
  color: #d94f5c;
}

.menu--caliban .menu__link::before,
.menu--caliban .menu__link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #d94f5c;
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}

.menu--caliban .menu__link::before {
  border-width: 0 2px;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.menu--caliban .menu__link::after {
  border-width: 2px 0;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.menu--caliban .menu__item--current .menu__link::before,
.menu--caliban .menu__item--current .menu__link::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* Ferdinand */
.menu--ferdinand .menu__link {
  position: relative;
  display: block;
  margin: 0 1.5em;
  padding: 0.65em 0;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.menu--ferdinand .menu__link:hover,
.menu--ferdinand .menu__link:focus {
  color: #929292;
}

.menu--ferdinand .menu__item--current .menu__link {
  color: #d94f5c;
}

.menu--ferdinand .menu__link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #d94f5c;
  -webkit-transform: scale3d(0, 5, 1);
  transform: scale3d(0, 5, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
  transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

.menu--ferdinand .menu__item--current .menu__link::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* Adrian */
.menu--adrian .menu__item {
  margin: 0 1em;
}

.menu--adrian .menu__link {
  position: relative;
  overflow: hidden;
  width: 130px;
  padding: 1em 0;
  color: #b5b5b5;
}

.menu--adrian .menu__link:hover,
.menu--adrian .menu__link:focus {
  color: #929292;
}

.menu--adrian .menu__item--current .menu__link {
  color: #d94f5c;
}

.menu--adrian .menu__link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300%;
  height: 50px;
  opacity: 0;
  background: url(../img/line.svg) no-repeat top left;
  -webkit-transform: translate3d(130px, 0, 0);
  transform: translate3d(130px, 0, 0);
  -webkit-transition: -webkit-transform 0s 0.3s, opacity 0.3s;
  transition: transform 0s 0.3s, opacity 0.3s;
}

.menu--adrian .menu__item--current .menu__link::before {
  opacity: 1;
  -webkit-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.menu--adrian .menu__helper {
  display: block;
  pointer-events: none;
}

.menu--adrian .menu__item--current .menu__helper {
  -webkit-animation: anim-adrian 0.3s forwards;
  animation: anim-adrian 0.3s forwards;
}

@-webkit-keyframes anim-adrian {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes anim-adrian {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Francisco */
.menu--francisco .menu__item {
  margin: 0 1.5em;
}

.menu--francisco .menu__link {
  position: relative;
  overflow: hidden;
  height: 3em;
  padding: 1em 0;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.menu--francisco .menu__link:hover,
.menu--francisco .menu__link:focus {
  color: #929292;
}

.menu--francisco .menu__item--current .menu__link {
  color: #d94f5c;
}

.menu--francisco .menu__link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0;
  background: #d94f5c;
  -webkit-transform: translate3d(0, -3em, 0);
  transform: translate3d(0, -3em, 0);
  -webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;
  transition: transform 0s 0.3s, opacity 0.2s;
}

.menu--francisco .menu__item--current .menu__link::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu--francisco .menu__helper {
  display: block;
  pointer-events: none;
}

.menu--francisco .menu__item--current .menu__helper {
  -webkit-animation: anim-francisco 0.3s forwards;
  animation: anim-francisco 0.3s forwards;
}

@-webkit-keyframes anim-francisco {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes anim-francisco {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Trinculo */
.menu--trinculo .menu__item {
  margin: 0 1.75em;
}

.menu--trinculo .menu__link {
  position: relative;
  padding: 1em 0.1em;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.menu--trinculo .menu__link:hover,
.menu--trinculo .menu__link:focus {
  color: #929292;
}

.menu--trinculo .menu__link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  opacity: 0;
  background: #d94f5c;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0s 0.2s, opacity 0.2s;
  transition: transform 0s 0.2s, opacity 0.2s;
}

.menu--trinculo .menu__item--current .menu__link::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.1s;
  transition: transform 0.2s, opacity 0.1s;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.menu--trinculo .menu__helper {
  display: block;
  pointer-events: none;
}

.menu--trinculo .menu__item--current .menu__helper {
  -webkit-animation: anim-trinculo 0.6s forwards;
  animation: anim-trinculo 0.6s forwards;
}

@-webkit-keyframes anim-trinculo {
  50% {
    opacity: 0;
    color: #929292;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  51% {
    opacity: 0;
    color: #d94f5c;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  75% {
    opacity: 1;
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    opacity: 1;
    color: #d94f5c;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes anim-trinculo {
  50% {
    opacity: 0;
    color: #929292;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  51% {
    opacity: 0;
    color: #d94f5c;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  75% {
    opacity: 1;
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    opacity: 1;
    color: #d94f5c;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Stephano */
.menu--stephano .menu__item {
  position: relative;
  margin: 0 1em;
}

.menu--stephano .menu__link {
  position: relative;
  min-width: 105px;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.menu--stephano .menu__link:hover,
.menu--stephano .menu__link:focus {
  color: #929292;
}

.menu--stephano .menu__item--current .menu__link {
  color: #d94f5c;
}

.menu--stephano .menu__item::before,
.menu--stephano .menu__link::before,
.menu--stephano .menu__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 2px;
  opacity: 0;
  background: #d94f5c;
}

/* flipped sides */
.menu--stephano .menu__link::before,
.menu--stephano .menu__link::after {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.menu--stephano .menu__item--current .menu__link::before,
.menu--stephano .menu__item--current .menu__link::after {
  opacity: 1;
}

/* left flip */
.menu--stephano .menu__link::before {
  left: 0;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.menu--stephano .menu__item--current .menu__link::before {
  -webkit-transform: rotate3d(0, 0, 1, -90deg);
  transform: rotate3d(0, 0, 1, -90deg);
}

/* right flip */
.menu--stephano .menu__link::after {
  right: 0;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.menu--stephano .menu__item--current .menu__link::after {
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
}

/* bottom line */
.menu--stephano .menu__item::before {
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.menu--stephano .menu__item--current::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
  transition: transform 0.3s, opacity 0.1s;
}

/* Iris */
.menu--iris .menu__item {
  margin: 0 1em;
}

.menu--iris .menu__link {
  position: relative;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.menu--iris .menu__link:hover,
.menu--iris .menu__link:focus {
  color: #929292;
}

.menu--iris .menu__item--current .menu__link {
  color: #d94f5c;
}

.menu--iris .menu__link::before,
.menu--iris .menu__link::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  opacity: 0;
  border: 2px solid #d94f5c;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}

.menu--iris .menu__link::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
}

.menu--iris .menu__link::after {
  right: 0;
  bottom: 0;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate3d(-10px, -10px, 0);
  transform: translate3d(-10px, -10px, 0);
}

.menu--iris .menu__item--current .menu__link::before,
.menu--iris .menu__item--current .menu__link::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Ceres */
.menu--ceres .menu__item {
  position: relative;
}

.menu--ceres .menu__link {
  position: relative;
  height: 50px;
  padding: 1em 1.5em;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  line-height: 1.3;
}

.menu--ceres .menu__link:hover,
.menu--ceres .menu__link:focus {
  color: #929292;
}

.menu--ceres .menu__item--current .menu__link {
  color: #fff;
  background-position:right bottom;
  transition:all 700ms ease;
}
.menu--ceres .menu__link {
    background: #3564c6;
    /* Old browsers */
    background: linear-gradient(to top, #3564c6 50%, rgba(255, 255, 255, 0) 50%);
    background-size: 100% 200%;
    background-position:left top;
    transition:all 300ms ease;
}
.menu--ceres .menu__item::before,
.menu--ceres .menu__item::after,
.menu--ceres .menu__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  background: #ffffff;

}

.menu--ceres .menu__item::before,
.menu--ceres .menu__item::after {
  width: 2px;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: -webkit-transform 0s 0.1s, opacity 0.1s;
  transition: transform 0s 0.1s, opacity 0.1s;
}

.menu--ceres .menu__item::before {
  left: 0;
}

.menu--ceres .menu__item::after {
  right: 0;
}

.menu--ceres .menu__item--current::before,
.menu--ceres .menu__item--current::after {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* bottom line */
.menu--ceres .menu__link::after {
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.menu--ceres .menu__item--current .menu__link::after {
  -webkit-transform: translate3d(0, -48px, 0);
  transform: translate3d(0, -48px, 0);
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* Juno */
.menu--juno .menu__item {
  position: relative;
  overflow: hidden;
  margin: 0.5em;
}

.menu--juno .menu__link {
  position: relative;
  z-index: 10;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.menu--juno .menu__link:hover,
.menu--juno .menu__link:focus {
  color: #929292;
}

.menu--juno .menu__item--current .menu__link {
  color: #d94f5c;
}

.menu--juno .menu__item::before,
.menu--juno .menu__item::after,
.menu--juno .menu__link::before,
.menu--juno .menu__link::after {
  content: '';
  position: absolute;
  pointer-events: none;
  opacity: 0;
  background: #d94f5c;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* top and bottom line */
.menu--juno .menu__item::before,
.menu--juno .menu__item::after {
  left: 0;
  width: 100%;
  height: 2px;
}

.menu--juno .menu__item::before {
  top: 0;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

.menu--juno .menu__item::after {
  bottom: 0;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}

/* left and right line */
.menu--juno .menu__link::before,
.menu--juno .menu__link::after {
  top: 0;
  width: 2px;
  height: 100%;
}

.menu--juno .menu__link::before {
  left: 0;
  -webkit-transform: translate3d(15px, 0, 0);
  transform: translate3d(15px, 0, 0);
}

.menu--juno .menu__link::after {
  right: 0;
  -webkit-transform: translate3d(-15px, 0, 0);
  transform: translate3d(-15px, 0, 0);
}

.menu--juno .menu__item--current::before,
.menu--juno .menu__item--current::after,
.menu--juno .menu__item--current .menu__link::before,
.menu--juno .menu__item--current .menu__link::after {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Maria */
.menu--maria .menu__item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 1.25em;
  text-align: center;
}

.menu--maria .menu__item::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 140%;
  height: 4px;
  background: #d94f5c;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(0, 1, 1);
  transform: rotate3d(0, 0, 1, -45deg) scale3d(0, 1, 1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}

.menu--maria .menu__item.menu__item--current::before {
  -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

.menu--maria .menu__link {
  position: relative;
  color: #929292;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.menu--maria .menu__link:hover,
.menu--maria .menu__link:focus {
  color: #d94f5c;
}

.menu--maria .menu__item.menu__item--current .menu__link {
  color: #333;
}

/* Valentine */
.menu--valentine .menu__item {
  position: relative;
  margin: 0 1em;
}

.menu--valentine .menu__link {
  position: relative;
  display: block;
  min-width: 105px;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.menu--valentine .menu__link:hover,
.menu--valentine .menu__link:focus {
  color: #929292;
}

.menu--valentine .menu__item--current .menu__link {
  color: #d94f5c;
}

.menu--valentine .menu__item::before,
.menu--valentine .menu__item::after,
.menu--valentine .menu__link::before,
.menu--valentine .menu__link::after {
  content: '';
  position: absolute;
  background: #d94f5c;
  -webkit-transform-origin: 350% 350%;
  transform-origin: 350% 350%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.menu--valentine .menu__item::before,
.menu--valentine .menu__item::after {
  top: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}

/* left line */
.menu--valentine .menu__item::before {
  left: 0;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

/* right line */
.menu--valentine .menu__item::after {
  right: 0;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.menu--valentine .menu__link::before,
.menu--valentine .menu__link::after {
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

/* top line */
.menu--valentine .menu__link::before {
  top: 0;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* bottom line */
.menu--valentine .menu__link::after {
  bottom: 0;
}

.menu--valentine .menu__item--current::before,
.menu--valentine .menu__item--current::after,
.menu--valentine .menu__item--current .menu__link::before,
.menu--valentine .menu__item--current .menu__link::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* Puck (by @eden_sg) */
.menu--puck .menu__link {
  position: relative;
  display: block;
  margin: 0 1em;
  text-align: center;
  color: #929292;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.menu--puck .menu__link:hover,
.menu--puck .menu__link:focus {
  color: #828282;
}

.menu--puck .menu__item--current .menu__link {
  color: #d94f5c;
}

.menu--puck .menu__link::before,
.menu--puck .menu__link::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 7px;
  background: #d94f5c;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
}

.menu--puck .menu__link::before {
  bottom: -5px;
  height: 2px;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.menu--puck .menu__link::after {
  bottom: 0;
}

.menu--puck .menu__item--current .menu__link::before,
.menu--puck .menu__item--current .menu__link::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1.54, 0.34, 1);
  transition-timing-function: cubic-bezier(0, 1.54, 0.34, 1);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

/* Titania (by @rileyjshaw) */
.menu--titania .menu__item {
  margin: 0;
}

.menu--titania .menu__link {
  width: 120px;
  height: 3em;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: color 0.3s 0.2s;
  transition: color 0.3s 0.2s;
}

.menu--titania .menu__link:hover,
.menu--titania .menu__link:focus {
  color: #929292;
}

.menu--titania .menu__item--current .menu__link {
  color: #d94f5c;
  -webkit-transition: color 0.7s 0.2s;
  transition: color 0.7s 0.2s;
}

.menu--titania .menu__lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100%;
  pointer-events: none;
  border: 2px solid #d94f5c;
  border-width: 2px 0;
  -webkit-transition: -webkit-transform 0.5s 0.2s;
  transition: transform 0.5s 0.2s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}

/* vertical lines */
.menu--titania .menu__lines::before,
.menu--titania .menu__lines::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #d94f5c;
  border-width: 0 2px;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

/* animates out at transition start */
.menu--titania .menu__lines::before {
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}

/* animates back in at transition end */
.menu--titania .menu__lines::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.2s ease 0.7s;
  transition: transform 0.2s ease 0.7s;
}

.menu--titania .menu__item:active:not(.menu__item--current) ~ .menu__lines::before,
.menu--titania .menu__item:active:not(.menu__item--current) ~ .menu__lines::after {
  -webkit-transition: -webkit-transform 0s;
  transition: transform 0s;
}

.menu--titania .menu__item:active:not(.menu__item--current) ~ .menu__lines::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.menu--titania .menu__item:active:not(.menu__item--current) ~ .menu__lines::after {
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}

.menu--titania .menu__item:nth-child(1).menu__item--current ~ .menu__lines {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menu--titania .menu__item:nth-child(2).menu__item--current ~ .menu__lines {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.menu--titania .menu__item:nth-child(3).menu__item--current ~ .menu__lines {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.menu--titania .menu__item:nth-child(4).menu__item--current ~ .menu__lines {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.menu--titania .menu__item:nth-child(5).menu__item--current ~ .menu__lines {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

@media screen and (max-width:55em) {
  .menu--titania .menu__lines {
    height: 20%;
    border-width: 0 2px;
  }

  /* horizontal lines */
  .menu--titania .menu__lines::before,
  .menu--titania .menu__lines::after {
    border-width: 2px 0;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }

  .menu--titania .menu__lines::before {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }

  .menu--titania .menu__item:active:not(.menu__item--current) ~ .menu__lines::after {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }

  .menu--titania .menu__item:nth-child(1).menu__item--current ~ .menu__lines {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .menu--titania .menu__item:nth-child(2).menu__item--current ~ .menu__lines {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .menu--titania .menu__item:nth-child(3).menu__item--current ~ .menu__lines {
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }

  .menu--titania .menu__item:nth-child(4).menu__item--current ~ .menu__lines {
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
  }

  .menu--titania .menu__item:nth-child(5).menu__item--current ~ .menu__lines {
    -webkit-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
  }
}

/* bagot (by @RplusTW) */
.menu--bagot .menu__item {
  position: relative;
}

.menu--bagot .menu__link {
  position: relative;
  min-width: 7rem;
  height: 50px;
  padding: 1em 1.5em;
  text-align: center;
  opacity: 0.7;
  color: #929292;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.menu--bagot .menu__item::before,
.menu--bagot .menu__item::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #d94f5c;
  border-style: solid;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(1, 0.6, 0, 1);
  transition: transform 0.2s cubic-bezier(1, 0.6, 0, 1);
}

.menu--bagot .menu__item::before {
  border-width: 2px 0 0;
  -webkit-transform: translateY(calc(100% - 2px));
  transform: translateY(calc(100% - 2px));
}

.menu--bagot .menu__item::after {
  right: -1px;
  left: -1px; /* for border-collapse */
  border-width: 0 2px;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.menu--bagot .menu__item.menu__item--current::before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-timing-function: cubic-bezier(1, 0.6, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.6, 0, 1.22);
}

.menu--bagot .menu__item.menu__item--current::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: cubic-bezier(1, 0.6, 0, 1.22);
  transition-timing-function: cubic-bezier(1, 0.6, 0, 1.22);
}

.menu--bagot .menu__item--current .menu__link,
.menu--bagot .menu__link:hover,
.menu--bagot .menu__link:focus {
  opacity: 1;
}

.menu--bagot .menu__item--current .menu__link {
  color: #d94f5c;
}

@media screen and (max-width:55em) {
  .menu--bagot .menu__item {
    margin: 0;
  }

  .menu--bagot .menu__item::before {
    border-width: 0 2px 0 0;
    -webkit-transform: translateX(calc(2px - 100%));
    transform: translateX(calc(2px - 100%));
  }

  .menu--bagot .menu__item::after {
    top: -1px;
    right: 0;
    bottom: -1px;
    left: 0;
    border-width: 2px 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
}

/* Shylock (by @benhanks040888) */
.menu--shylock .menu__link {
  position: relative;
  margin: 0 1em;
  padding-right: 0;
  padding-left: 0;
  color: #b5b5b5;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.menu--shylock .menu__item--current .menu__link,
.menu--shylock .menu__item--current .menu__link:hover,
.menu--shylock .menu__item--current .menu__link:focus {
  color: #d94f5c;
}

.menu--shylock .menu__item--current .menu__link::after,
.menu--shylock .menu__item--current .menu__link::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.menu--shylock .menu__item--current .menu__link::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.menu--shylock .menu__link:hover,
.menu--shylock .menu__link:focus {
  color: #b5b5b5;
}

.menu--shylock .menu__link:hover::before,
.menu--shylock .menu__link:focus::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.menu--shylock .menu__link::before,
.menu--shylock .menu__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu--shylock .menu__link::before {
  background: #b5b5b5;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.menu--shylock .menu__link::after {
  background: #d94f5c;
}

/* Cordelia (by @vivien_le_neez) */
.menu--cordelia .menu__item {
  position: relative;
}

.menu--cordelia .menu__link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.menu--cordelia .menu__item--current .menu__link {
  color: #d94f5c;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}

.menu--cordelia .menu__item::before,
.menu--cordelia .menu__item::after {
  content: '';
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 2px;
  background: #d94f5c;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-animation-fill-mode: initial;
  animation-fill-mode: initial;
}

.menu--cordelia .menu__item::before {
  top: 0;
  right: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.menu--cordelia .menu__item::after {
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.menu--cordelia .menu__item--current::before {
  -webkit-animation: anim-cordelia-top 0.6s linear both;
  animation: anim-cordelia-top 0.6s linear both;
}

.menu--cordelia .menu__item--current::after {
  -webkit-animation: anim-cordelia-bottom 0.6s linear both;
  animation: anim-cordelia-bottom 0.6s linear both;
}

@-webkit-keyframes anim-cordelia-top {
  0% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }

  10% {
    -webkit-transform: scale3d(0.05, 1, 1);
    transform: scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  50% {
    -webkit-transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
    transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@keyframes anim-cordelia-top {
  0% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }

  10% {
    -webkit-transform: scale3d(0.05, 1, 1);
    transform: scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  50% {
    -webkit-transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
    transform: translate3d(-95%, 0, 0) scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@-webkit-keyframes anim-cordelia-bottom {
  0% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }

  10% {
    -webkit-transform: scale3d(0.05, 1, 1);
    transform: scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  50% {
    -webkit-transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
    transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@keyframes anim-cordelia-bottom {
  0% {
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
  }

  10% {
    -webkit-transform: scale3d(0.05, 1, 1);
    transform: scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  50% {
    -webkit-transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
    transform: translate3d(95%, 0, 0) scale3d(0.05, 1, 1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

/* Horatio Styles */

.menu--horatio .menu__item {
  margin-left: 3px;
  margin-right: 3px;
  color: #4e3c3e;
}

.menu--horatio .menu__item {
  position: relative;
  -webkit-transition: color .25s;
  transition: color .25s;
}

.menu--horatio .menu__item a {
  position: relative;
  color: inherit;
}

.menu--horatio .menu__item--current {
  color: #b5b5b5;
}

.menu--horatio .menu__item:hover {
  color: #d94f5c;
}

.menu--horatio .menu__item::before,
.menu--horatio .menu__item::after,
.menu--horatio .menu__item a::before,
.menu--horatio .menu__item a::after {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid currentColor;
}

.menu--horatio .menu__item::before {
  border-width: 0 0 0 2px;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.menu--horatio .menu__item::after {
  border-width: 0 2px 0 0;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.menu--horatio .menu__item a::before,
.menu--horatio .menu__item a::after {
  z-index: 2;
}

.menu--horatio .menu__item a::before {
  border-width: 2px 0 0;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.menu--horatio .menu__item a::after {
  border-width: 0 0 2px;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.menu--horatio .menu__item--current::before,
.menu--horatio .menu__item--current::after,
.menu--horatio .menu__item:hover::before,
.menu--horatio .menu__item:hover::after,
.menu--horatio .menu__item--current a::before,
.menu--horatio .menu__item--current a::after,
.menu--horatio .menu__item:hover a::before,
.menu--horatio .menu__item:hover a::after {
  content: '';
}

.menu--horatio .menu__item:not(.menu__item--current):hover::before,
.menu--horatio .menu__item:not(.menu__item--current):hover::after,
.menu--horatio .menu__item:not(.menu__item--current):hover a::before,
.menu--horatio .menu__item:not(.menu__item--current):hover a::after {
  -webkit-animation: horatio-anim .6s ease-in-out;
  animation: horatio-anim .6s ease-in-out;
}

.menu--horatio .menu__item:not(.menu__item--current):hover::before {
  -webkit-animation-delay: -.45s;
  animation-delay: -.45s;
}

.menu--horatio .menu__item:not(.menu__item--current):hover a::before {
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s;
}

.menu--horatio .menu__item:not(.menu__item--current):hover::after {
  -webkit-animation-delay: -.15s;
  animation-delay: -.15s;
}

.menu--horatio .menu__item:not(.menu__item--current):hover a::after {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

@-webkit-keyframes horatio-anim {
  0%, 33% {
    opacity: 0;
    -webkit-transform: rotate(45deg) scale(1.5);
    transform: rotate(45deg) scale(1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes horatio-anim {
  0%, 33% {
    opacity: 0;
    -webkit-transform: rotate(45deg) scale(1.5);
    transform: rotate(45deg) scale(1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* End: Horatio Styles */

/* Luce (by @ryjohnson) */
.menu--luce .menu__item {
  position: relative;
  margin: 1em;
}

.menu--luce .menu__link {
  position: relative;
  display: block;
  min-width: 120px;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}

.menu--luce .menu__link:hover,
.menu--luce .menu__link:focus {
  color: #929292;
}

.menu--luce .menu__item--current .menu__link {
  color: #d94f5c;
}

.menu--luce .menu__item::before,
.menu--luce .menu__item::after,
.menu--luce .menu__link::before,
.menu--luce .menu__link::after {
  content: '';
  position: absolute;
  background: #b5b5b5;
  -webkit-transition: -webkit-transform 0.25s, background .75s;
  transition: transform 0.25s, background .75s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.53, 0.79, 0.68);
  transition-timing-function: cubic-bezier(1, 0.53, 0.79, 0.68);
}

/* left and right line */
.menu--luce .menu__item::before,
.menu--luce .menu__item::after {
  top: 0;
  width: 2px;
  height: 100%;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
}

/* left line */
.menu--luce .menu__item::before {
  left: 0;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

/* right line */
.menu--luce .menu__item::after {
  right: 0;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

/* top and bottom line */
.menu--luce .menu__link::before,
.menu--luce .menu__link::after {
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

/* top line */
.menu--luce .menu__link::before {
  top: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/* bottom line */
.menu--luce .menu__link::after {
  bottom: 0;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

/* Delays (first reverse, then current) */
/* These rules can be simplified, but let's keep it for better readability */

/* bottom line */
.menu--luce .menu__item .menu__link::after {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.menu--luce .menu__item--current .menu__link::after {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

/* left line */
.menu--luce .menu__item::before {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.menu--luce .menu__item--current::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* top line */
.menu--luce .menu__item .menu__link::before {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.menu--luce .menu__item--current .menu__link::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* right line */
.menu--luce .menu__item--current::after {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.menu--luce .menu__item--current::before,
.menu--luce .menu__item--current::after,
.menu--luce .menu__item--current .menu__link::before,
.menu--luce .menu__item--current .menu__link::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  background: #d94f5c;
}
 /* End: Luce Styles */

/* Juliet Styles */

.menu--juliet .menu__item {
  position: relative;
  -webkit-transition: color .25s;
  transition: color .25s;
}

.menu--juliet .menu__item::before,
.menu--juliet .menu__item::after,
.menu--juliet .menu__item--current::before,
.menu--juliet .menu__item--current::after {
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none;
}
.menu--juliet .menu__item::before,
.menu--juliet .menu__item::after {
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: left left;
  transform-origin: left left;
  -webkit-transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu--juliet .menu__item--current::before,
.menu--juliet .menu__item--current::after {
    -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu--juliet .menu__item:hover::before,
.menu--juliet .menu__item:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}


.menu--juliet .menu__item::before {
  top: 95%;
  margin-left: -9px;
  border-width: 10px;
  border-top-color: #b5b5b5;
}

.menu--juliet .menu__item--current::before {
  margin-left: -9px;
  border-width: 10px;
  border-top-color: #d94f5c;
}

.menu--juliet .menu__item::after,
.menu--juliet .menu__item--current::after {
  top: 94%;
  margin-left: -5px;
  border-width: 6px;
  border-top-color: #2a282b;
}

.menu--juliet .menu__link {
  position: relative;
  margin: 0 1em;
  padding-right: 0;
  padding-left: 0;
  color: #b5b5b5;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.menu--juliet .menu__item--current .menu__link,
.menu--juliet .menu__item--current .menu__link:hover,
.menu--juliet .menu__item--current .menu__link:focus {
  color: #d94f5c;
}

.menu--juliet .menu__item--current .menu__link::after,
.menu--juliet .menu__item--current .menu__link::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.menu--juliet .menu__item--current .menu__link::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.menu--juliet .menu__link:hover,
.menu--juliet .menu__link:focus {
  color: #b5b5b5;
}

.menu--juliet .menu__item:hover .menu__link::before,
.menu--juliet .menu__item:focus .menu__link::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.menu--juliet .menu__link::before,
.menu--juliet .menu__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu--juliet .menu__link::before {
  background: #b5b5b5;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.menu--juliet .menu__link::after {
  background: #d94f5c;
}

/* End: Juliet Styles */

/* Invulner Styles */

.menu--invulner .menu__link {
  position: relative;
  -webkit-transition: color .4s ease-in;
  transition: color .4s ease-in;
}

.menu--invulner .menu__item--current .menu__link {
  color: #d94f5c;
}

.menu--invulner .menu__link::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  border: 2px solid #d94f5c;
  -webkit-transition: all .5s cubic-bezier(.52,.27,.4,1.52);
  transition: all .5s cubic-bezier(.52,.27,.4,1.52);
  opacity: 0;
}

.menu--invulner .menu__item--current .menu__link::before {
  left: 0;
  top: 0;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 1;
}

/* End: Invulner Styles */

/* tantalid Styles */

.menu--tantalid .menu__link {
  color: #929292;
  position: relative;
  overflow: hidden;
  -webkit-transition: color .4s ease-in;
  transition: color .4s ease-in;
}

.menu--tantalid .menu__link:hover {
  color: #fff;
}

.menu--tantalid .menu__item--current .menu__link {
  color: #d94f5c;
  overflow: visible;
}

.menu--tantalid .menu__link::before,
.menu--tantalid .menu__link::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  opacity: 0;
  border: 2px solid #d94f5c;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.3s, width 0.4s;
  transition: transform .4s, opacity 0.3s, width .4s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.menu--tantalid .menu__link::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
  -webkit-transform: translate3d(-150%, 70%, 0) rotate(-30deg);
  transform: translate3d(-150%, 70%, 0) rotate(-30deg);
}

.menu--tantalid .menu__link::after {
  right: 0;
  bottom: 0;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate3d(150%, -70%, 0) rotate(-30deg);
  transform: translate3d(150%, -70%, 0) rotate(-30deg);
}

.menu--tantalid .menu__item--current .menu__link::before,
.menu--tantalid .menu__item--current .menu__link::after {
  width: 80%;
  height: 80%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
  transform: translate3d(0, 0, 0) rotate(0deg);
}

/* End: tantalid Styles */

/* YOUR STYLE (Shakespeare character name) see README.md for details */
/* (Please copy these two lines and insert after your custom styles) */


/* Name (by @you) */

/* [Your styles here]*/

/* End: Name Styles */


/* Media queries */

/* Stack items for smaller screens */


/*jquery.bxslider.css*/
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *
  zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
  margin: auto;
  z-index: 2;
  position: relative;
}
.bx-wrapper figure{
  position:relative;
  background-size: 120%;
  background-position: left;
}
.bx-wrapper figure:before {
    background-image: url(assets/images/subtle_dots.png);
    background-position:top;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0.8;
}
.product-screen img{
  max-height: 400px;
  width: auto;
  display:table;
  margin: auto;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.slider-description {
    position: absolute;
    top: 150px;
    z-index: 3;
}
.slider-description h2, .slider-description .sub-heading {
    margin: 2px 0 0;
}
.slider-description .sub-heading {
  font-style:oblique;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 5%;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #00184e;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #00184e;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #3b6dbb;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../img/sprite.png') no-repeat 0 -75px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url('../img/sprite.png') no-repeat 0 -106px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

p.instruction {
    margin: 30px 0;
}

.wpcf7-form-control-wrap.setor select,  .wpcf7-form-control-wrap.your-product select{
   overflow: hidden;
   width: 110%;
   background: url(../img/arrow-down.png) no-repeat 89% 15px #fff;
   margin: 0;
}
div.wpcf7-mail-sent-ok {
    width: 100%;
    text-align: center;
    padding: 25px;
    display: table !important;
}

.wpcf7-form-control-wrap.setor, .wpcf7-form-control-wrap.your-product {
    width: 101.5%;
    overflow: hidden;
    display: block;
    border-right: 1px solid #000;
    margin: 5px 0;
}
 .wpcf7-form-control-wrap.your-product {
  margin-bottom:-15px;
 }
.scrolltop {
    width: 50px;
    height: 50px;
    display: block;
    background: #fff url(../img/sprite.png) no-repeat 6px -149px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
}
header#top:focus {
    outline: none;
}
.addthis_inline_share_toolbox_yk0j {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 0;
}
.addthis_inline_share_toolbox_yk0j .at-icon-wrapper .at-icon{
    width: 25px !important;
    height: 25px !important;
    margin:auto;
}
.addthis_inline_share_toolbox_yk0j  .at-share-btn {
    width: 30px !important;
    height: 30px !important;
    padding: 2px !important;
    margin: 0 5px !important;
}



h1 {
  font-size: 3em;
}


p {
  line-height: 130%;
}

.menu-collapsed nav {
    margin: auto;
}
.menu-collapsed nav ul{
    list-style:none;
}
  header.desktop {
    display: none;
  }
  header.mobile{
    position:fixed;
    z-index:9;
    width: 100%;
    display: block;
  }
  header.mobile.white{
    background: rgba(255, 255, 255, 0.69);
  }
@media screen and (min-width: 992px){
  header.desktop {
    display: block;
  }
  header.mobile {
    display: none;
  }
}

@media (max-width: 425px){
  .list-differential .col-md-8.bullet-list ul {
      padding: 20px;
  }
  .hidden-xs{
    display: none;
  }
  .product-about .btn{
    position:initial;
    width: 100%;
  }
  .testimonial-data {
      position: initial;
      text-align: center;
      margin: 40px auto 20px;
  }
  .testimonials {
    padding-top:0;
  }
  .testimonials h2{
    text-align:center;
    margin: 50px 0 20px;
  }
  .testimonial {
      background: none;
      background-size:30%;
      margin: 0px auto 0  !important;
      min-height: 0;
      padding:0;
   }
  .testimonial-content {
      max-width:none;
      width:100%;
      display:block;
      padding: 0 !important;
  }
  .testimonial-data {
      left:-140px;
  }
  footer{
    text-align:center;
  }
  .mobile h1.logo {
    margin: 20px 0;
  }

 .home   .bx-wrapper {
       height: 468px;
  }
 .home   .bx-viewport{
       height: 468px !important;
       display:block;
       position:absolute !important;
  }
 .home   .bx-wrapper figure{
      max-width:100%;
      overflow:hidden;
      height: 468px !important;
  }
 .home .bx-wrapper img {
    height: 100% !important;
    max-width:none;
    position:absolute;
    left: -130%;
 }
 .mobile h1.logo {
    margin-top: 20px;
  }
  .globalClass_ET{
      display: none !important;
  }
  #subscribe .modal-body  {
    padding: 35px 20px;
  }
  .modal-dialog{
    width:100%;
    height: 100%;
    margin: 0;
  }
  .modal-content{
    height:100%;
    padding-top:10%
  }
  .subscribe-call{
    max-width:100%;
    padding: 4%;
    font-size: 15px;
    width: initial;
    line-height: 130%;
  }
  .product-icon {
      display: inline-block;
      margin: auto 12%;
      float:none;
      text-align: center;
  }
  .mission-values{
    text-align:center;
  }
  .mission-values h2{
  margin:50px 0 10px;
  }
  .mission-values .container .row .col-md-2  {
      border-right:none;
      padding: 0 30px;
  }
  .general-features .list{
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
  }
  .tab-content li{
    padding:0;
    max-width: 100%;
  }
  .tab-content .bx-wrapper{
    max-width: 100%;
  }
  .news .blog article a > *{
    max-width:100%;
    overflow:hidden;
  }
  .blog-search input#search {
    width: 69%;
    padding: 0 0  0 10px;
  }
  .blog-search input.submit {
    width: 28%;
  }
  .tags{
    margin-bottom: 0;
  }
  .share {
    padding-bottom: 50px;
    line-height: 25px;
  }
  h1 {
      font-size: 30px;
  }
  .text-right{
    text-align:inherit;
  }
  .inputwraper, .wpcf7-form-control-wrap{
    padding:0;
   }
   .wpcf7-form-control-wrap.setor {
    width:100%;
    }
    .product-mockup.text-center {
        margin: 25px 0 0 -26%;
    }
    .bx-wrapper .bx-controls-direction a{
      display:none;
    }
}

@media (max-width: 1000px) {
  .hidden-sm {
    display: none;
  }

  .mobile .searchform{
    width:100%;
    display:table;
    padding: 0;
  }
  
.list-differential .sub-heading, h2{
    margin: 0 0 40px 0;
  }

  .mobile .sb-search-input {
      display: table;
      position: absolute;
      width: 94%;
  }
  .testimonial{
   margin:auto;
  }
  .testimonial-content {
    max-width: 350px;
    padding: 15% 0 0;
  }
  .testimonial-data {
      left: -10px;
  }
  .styled-select.slate {
    margin: -15px 5px;
  }
  .modules-gescont .module-content {
      width: 100%;
      max-height: 0px;
  }
    figurecaption.slider-description {
    top:initial;
    bottom: 15%;
    display: block;
    padding: 0;
    width: 100%;
    left: 0;
  }
  figurecaption.slider-description .sub-heading {
    display: none;
  }
 figurecaption.slider-description h2 {
    background: #3B6DBB;
    color:#fff;
    font-size:16px;
    padding: 10px 20px;
    margin:auto;
    display: table;
  }
  .modules-gescont .module-content.open {
      width: 100%;
      max-height: 999px;
      padding: 20px 0;
  }
  .module-content:after{
      display:none;
  }
  ul.modules-gescont {
    margin-bottom:0;
    width: 100%;
  }
  .modules-gescont > li{
      display: table !important;
      width:100%;
      overflow: hidden;
      padding: 5px 15px;
  }
  #modules-btn{
    display:none;
  }
  ul.modules-gescont > li:nth-child(2n+2),
  ul.modules-gescont > li:nth-child(3) {
      top: 0px;
      }
  .modules-gescont h2,
  span.module-counter {
      position: initial;
      float: left;
      font-size: 15px;
      vertical-align:middle;
      line-height: 1;
      margin:  0 10px 0 0;
      height: auto;
      padding: 10px 0 0;
      display: inline-block;
  }
  .modules-gescont h2{
      margin:0;
  }
    a.plus-open {
    background: url(../img/sprite.png) no-repeat -40px -150px;
    width:38px;
    height:38px;
    display:block;
    position:absolute;
    right: 5px;
    top: 5px;
    }
    a.plus-open.open {
      background: url(../img/sprite.png) no-repeat -40px -168px;
      height:3px;
      top: 23px;
    }
  .b-a, .bar, .bar:before, .bar:after {
    transition: all .25s;
    content: "";
    position: absolute;
    height: 4px;
    width: 27px;
    border-radius: 0px;
    background-color: #3b6dbb;
  }
  .bar{
    right: 0px;
    margin-top: 10px;
  }

  .menu-collapsed {
    transition: all .25s;
    position: fixed;
    top: 6%;
    right: 30px;
    width: 28px;
    height: 30px;
    z-index: 10000;
    cursor: pointer;
  }
  .menu-collapsed ul.sub-menu{
    display:block;
    background:transparent;
    height: 60px;
    padding: 0;
  }

  .menu-collapsed .sb-search {
      width: 100%;
      float: none;
      margin-left: 0px;
  }
  .menu-collapsed ul.sub-menu li {
    padding: 0;
  }
  .menu-collapsed ul.sub-menu li a{
    border:none;
    padding: 11px 5px 19px;
    text-align:left;
    font-weight:normal;
  }
  .menu-collapsed a.logo {
    border:0;
  }
  .menu-collapsed ul,.menu-collapsed img{
    transition: all 0s;
    position: fixed;
    right: -9000px;
  }
  .bar:before {
    top: -7px;
  }
  .bar:after {
    top: 7px;
  }

  .b-a-expanded, .menu-expanded .bar:before, .menu-expanded .bar:after {
    transition: all .25s;
    top: 0px;
  }

  .menu-expanded {
    transition: all .25s;
    line-height: 30px;
    height: 100%;
    width: 100%;
    border-radius: 0px;
    top: 0;
    right: 0;
    background-color: #3A6BC0;
  }
  .menu-expanded ul, .menu-expanded img {
    transition: all 0s;
    position: relative;
    left: 0;
    z-index: 2;
    padding: 0 8% 0;
    list-style: none;
  }
  ul.firstlist{
    padding:0 8%;
    margin:0;
  }
  .firstlist a{
    margin: 10px 0 0;
    font-weight: bold;
    border-bottom: 1px solid #000;
  }
  .menu-expanded .logo{
    margin: 8% auto 0;
    padding: 0;
  }
  .menu-expanded img{
    padding:0;
    max-width: 73%;
    display:block;
    margin-left: 8%;
  }
  .menu-expanded a {
    transition: all .15s;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 0;
    border-bottom: 1px solid #000;
  }
  .menu-expanded .menu-item-121 a {
    border-top: 1px solid #000;
  }
  .menu-expanded .menu-item-109 a {
    border-bottom:0;
  }
  .menu-expanded a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transition: all .15s;
    letter-spacing: 2px;
    color: #333;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  .menu-expanded .bar {
    background-color: rgba(255, 255, 255, 0);
    transition: all .25s;
    top: 6%;
    right: 30px;
  }
  .menu-expanded .bar:before {
    transform: rotate(45deg);
    background-color: #fff;
  }
  .menu-expanded .bar:after {
    transform: rotate(-45deg);
    background-color: #fff;
  }
  .menu--ceres li.menu__item{
      width: 20%;
      padding: 0px;
  }
  li.menu__item a.menu__link{
      padding: 5px 0;
  }
    .mobile .subscribe {
      width: 68%;
      display:inline-block;
      border-bottom: 0;
      text-transform: none;
      vertical-align: middle;
  }
  .menu__list {
    display: block;
    margin: 0 auto;
  }
  .mobile  ul ul.social {
      display:inline-block;
      padding: 0;
      vertical-align: bottom;
      float: right;
  }
  .product-about {
    max-width: 356px;
    margin: auto;
    position: relative;
    text-align:center;
    margin-top:60px;
  }
  .product-about img {
    margin-left:-14%;
  }
  .product-about .btn {
      top: 47%;
      right: 0;
  }
  .testimonials{
    padding:0 0 60px;
  }
  #the-main {
      padding-top: 138px;
  }
  .home #the-main {
    padding-top: 0px;
  }
  .mission-values .row.table .col-md-2 {
      padding: 0 30px;
  }
  .firstline {
    grid-template-columns: repeat(2, 50%);
  }
  .topsoc a {
    font-size:18px;
  }
  .firstline .searchform {
    display: none;
  }
}

@media (min-width: 992px)and (max-width: 1200px){
  .solutions .product-about > img {
      margin-left: -65%;
      max-width: none;
  }
  .product-about .btn {
      position: absolute;
      top: 38%;
      right: -60px;
      z-index:2
  }
}
span.wpcf7-not-valid-tip {
    color: #fff;
    background: #ff6c6c;
    position: absolute;
    z-index: 2;
    display: table;
    border-radius:2px;
    padding:2px;
    top:-40px;
    left:0;
      -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear
}
.setor span.wpcf7-not-valid-tip {
    top:5px;

}
.none{
  opacity: 0;
}
div.wpcf7-validation-errors {
  width:100%;
  display:table;
  float:left;
  margin:auto;
  text-align: center;
  padding: 25px;
}

.nav-links .icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 10px;
}

.menu-wrap {
  height: 100%;
  display:block;
  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  position:relati;
}
.menu-collapsed .lastline{
  right:-999px;
  position:fixed;
}
.menu-collapsed.menu-expanded .lastline, .push{
  position:relative;
  right:inherit;
}
.menu-collapsed.menu-expanded .lastline img{
    max-width:100%;
    margin:auto;
}
.page-template-page-contato .text-box {
    max-width: 325px;
    float: right;
    font-size: 14px;
}
.page-template-page-atualizacoes .text-box {
    max-width: 315px;
    float: right;
}
.page-template-page-suporte .text-box {
    max-width: 280px;
    float: right;
}

.page-template-page-gescont .the-content .text-box,
.page-template-page-sigem .the-content .text-box {
    max-width: 500px;
    margin:auto;
}

.page-template-page-gescont .blue-bg.dark .text-box {
    max-width: 689px;
    margin:auto;
}

.page-template-page-sigem .blue-bg.dark .text-box {
    max-width: 787px;
    margin:auto;
}

img.weather-image {
    display: none;
}

section.widget_sp_location_weather_widget_content{
    background: #7F8DBE;
    padding: 18.8px 0 ;
    color: #fff !important;
    
}

section.widget_sp_location_weather_widget_content .weather-type{
    color: #fff !important;
    float:left;
}

span.weather-temp {
    font-size:38px !important;
    float:left !Important;
    color: #fff !important;
    height:50px;
}
.site-footer .col-md-4 {
    margin: 25px 0;
}
.useful {
    background: #eeeeee;
    padding: 30px;
    margin-bottom: 50px;
}
ul.list-links {
    list-style: none;
    padding: 0;
}
.useful h2{
    margin-bottom:20px;
}
.list-links li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 30px 0;
}


.list-links li a{
    display:block;
    width: 202px;
    padding:0;
}

.list-links li img{
    float:left;
    width:115px;
}
.list-links li p {
    width: 83px;
    margin-left:4px;
    font-size: 12px;
    font-weight:100;
    float:left;
}
@media screen and (min-width:991px) and (max-width:1200px) {
  .testimonial{
    height: 300px;
    display:block;
  }
  .testimonial-content{
    height: auto;
    padding-top:50px;
    display:block;
  }
}

.col-md-12.text-center .response-error {
    background: #ff8080;
    color: #fff;
    padding: 10px;
}

hr {
    height: 5px;
    background: #001654;
}
.atualizacoes-lista{
  font-size: 14px;
  text-align: left;
}
.button-atts {
    background: #001654;
    color: #fff;
    margin-bottom:50px;
}

.popp18 .wpcf7-not-valid-tip {
	display:none !important;
	}
div.wpcf7-response-output {
	border-width:1px !important;
	width:94% !important;
	padding:10px !important;
	}
div.wpcf7-validation-errors {
	border-color:#c00 !important;
	background:#FFE8E8 !important;
	color:#c00 !important;
	}
div.wpcf7-mail-sent-ok {
	border-color: #069 !important;
	background: #E1F5FF !important;
	color:#069 !important;
  }
  
/*guigo*/
.agpage {
  margin-bottom: 110px;
}
.topagpage {
  text-align: center;
  padding:20px 0 15px;
}
.topagpage h1 {
  margin: 0.2em 0;
}
.topagpage h2 {
  color:#69A50F;
  margin-bottom: 25px;
}
.txtagpage  {
  font-size:18px;
}
.txtagpage ul {
  list-style: none;
  margin: 15px 0 30px;
  padding: 0;
}
.txtagpage ul li {
  margin-bottom:5px;
}
.txtagpage ul li:before {
  content: url(https://knowhowsistemas.com/wp-content/uploads/2019/12/li-age.png);
  display:inline-block;
  vertical-align: middle;
  margin-right:7px;
}
.btagpage {
  display:inline-block;
  min-width:280px;
  padding:20px;
  color:#fff;
  font-size:16px;
  text-align:center;
  text-transform: uppercase;
  background:#69A50F;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.btagpage:hover {
  background:#3498DB;
  color:#fff;
}
.formagen h2 {
  font-size:16px;
  font-weight:700;
}
.formagen p {
  width:99%;
}
.agendapop2 {
  margin-top:20px;
  background:#3498DB;
}
.agendapop2:hover {
  background:#69A50F;
}
.khpegs {
  margin:15px 0 80px;
}
.khpeg h2 {
  margin-bottom: 0;
  font-size: 16px;
  text-transform: none;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
}
.khpeg h2:hover, .khpeg.khaberta h2 {
  background-color: rgba(0, 0, 0, 0.03);
}
.khpeg {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.khpeg p {
  margin:0 !important;
  padding-bottom: 11px;
}
.pagefaq article header {
  margin-bottom: 5px;
}
.pagefaq article header h1 {
  margin:0;
}
.khpeg .accordion {
  padding: 10px 15px 0 15px;
  color:#444 !important;
}
body.single-post .content {
  max-width:900px;
  margin:0 auto;
}
.single-art-guigo footer {
  max-width:900px;
  margin:25px auto;
}
.single-post .content p {
  line-height: 145%;
}
.single-post .content p a {
  text-decoration: underline;
}
.grid {
  display: grid;
}
.firstline {
  grid-template-columns: repeat(3, 370px);
  column-gap: 20px;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.bttop {
  background-color:#69A50F;
  color:#fff;
  padding:15px 20px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
.bttop:hover {
  background-color:#4e7c09;
  color:#fff;
}
.topsoc {
  justify-self: end;
}
.topsoc a {
  display: inline-block;
  padding:5px;
  color:#fff;
  font-size:28px;
  text-align: center;
  vertical-align: middle;
}
.topsoc a:hover {
  color:#fff;
}
.sec-obrigado {
  grid-template-columns: auto;
  justify-content: center;
  align-content: center;
  height:70vh;
  text-align: center;
  justify-items: center;
}