article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
}
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  overflow-y: scroll;
}
body {
  background-color: white;
  color: #333;
  padding: 0;
}
body * {
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #D8D8D8;
}
p {
  margin: 0 0 10px 0;
}
ul {
  list-style: none;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}
img,
object,
embed {
  max-width: 100%;
}
img {
  vertical-align: middle;
}
.img-rounded {
  border-radius: 6px;
}
.img-right {
  display: block !important;
  float: right !important;
  margin: 0 0 20px 50px !important;
  width: auto !important;
}
.img-left {
  display: block !important;
  float: left !important;
  margin: 0 50px 20px 0 !important;
  width: auto !important;
}
.style-svg {
  width: 100%;
  height: auto;
}
figure a {
  display: block;
}
figure .overlay {
  background-color: #F12A46;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  z-index: 4;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure:hover > a > .overlay {
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
}
figure .thumb-info {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
}
figure:hover .overlay .thumb-info {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.overlay .thumb-info i {
  width: 100%;
  position: absolute;
  top: 50%;
  font-size: 44px;
  margin-top: -15px;
  height: 30px;
  line-height: 33px;
  -moz-text-shadow: 0 0 5px rgba(0,0,0,0.2);
  -webkit-text-shadow: 0 0 5px rgba(0,0,0,0.2);
  text-shadow: 0 0 5px rgba(0,0,0,0.2);
  text-align: center;
}
.overlay .thumb-info i.small-icon {
  font-size: 32px;
  top: 42%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
td,
td img {
  vertical-align: top;
}
th p,
td p {
  font-size: 1em;
}
caption {
  display: none;
}
input,
select {
  vertical-align: middle;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
button {
  overflow: visible;
  width: auto;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.hidden {
  display: none !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.txt-right {
  text-align: right !important;
}
.txt-left {
  text-align: left !important;
}
.txt-center {
  text-align: center !important;
}
.txt-right img,
.txt-left img,
.txt-center img {
  display: inline !important;
}
.skip-float {
  clear: left;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
  display: block;
  line-height: 0;
  overflow: hidden;
  font-size: 0;
  height: 0;
  width: 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  text-align: center;
}
.alignright,
.alignnone,
.alignleft,
.aligncenter {
  max-width: 100%;
  height: auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0 0 5px 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 1.1em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  font-style: italic;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper {
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1580px;
}
.boxed {
  margin-left: auto;
  margin-right: auto;
}
.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.row {
  position: relative;
  width: 100%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.boxed,
.container {
  max-width: 1152px;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 1128px;
}
.row-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1128px;
}
.row-inner .container {
  max-width: 1128px;
  padding: 0;
}
.row-full {
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw;
}
.cols_group {
  margin-left: -12px;
  margin-right: -12px;
}
.cols_group:before,
.cols_group:after {
  content: " ";
  display: table;
}
.cols_group:after {
  clear: both;
}
.container_column {
  vertical-align: top !important;
}
.content_column {
  max-width: 564px;
  position: relative;
  width: 100%;
}
.container_column:before,
.container_column:after,
.content_column:before,
.content_column:after {
  content: " ";
  display: table;
}
.container_column:after,
.content_column:after {
  clear: both;
}
[class*="column_"] {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
[class*="column_"]:before,
[class*="column_"]:after {
  content: " ";
  display: table;
}
[class*="column_"]:after {
  clear: both;
}
.column_24 {
  width: 100%;
}
.column_23 {
  width: 95.83333333333334%;
}
.column_22 {
  width: 91.66666666666666%;
}
.column_21 {
  width: 87.5%;
}
.column_20 {
  width: 83.33333333333334%;
}
.column_19 {
  width: 79.16666666666666%;
}
.column_18 {
  width: 75%;
}
.column_17 {
  width: 70.83333333333334%;
}
.column_16 {
  width: 66.66666666666666%;
}
.column_15 {
  width: 62.5%;
}
.column_14 {
  width: 58.333333333333336%;
}
.column_13 {
  width: 54.166666666666664%;
}
.column_12 {
  width: 50%;
}
.column_11 {
  width: 45.83333333333333%;
}
.column_10 {
  width: 41.66666666666667%;
}
.column_9 {
  width: 37.5%;
}
.column_8 {
  width: 33.33333333333333%;
}
.column_7 {
  width: 29.166666666666668%;
}
.column_6 {
  width: 25%;
}
.column_5 {
  width: 20.833333333333336%;
}
.column_4 {
  width: 16.666666666666664%;
}
.column_3 {
  width: 12.5%;
}
.column_2 {
  width: 8.333333333333332%;
}
.column_1 {
  width: 4.166666666666666%;
}
.column_24_pull {
  right: 100%;
}
.column_23_pull {
  right: 95.83333333333334%;
}
.column_22_pull {
  right: 91.66666666666666%;
}
.column_21_pull {
  right: 87.5%;
}
.column_20_pull {
  right: 83.33333333333334%;
}
.column_19_pull {
  right: 79.16666666666666%;
}
.column_18_pull {
  right: 75%;
}
.column_17_pull {
  right: 70.83333333333334%;
}
.column_16_pull {
  right: 66.66666666666666%;
}
.column_15_pull {
  right: 62.5%;
}
.column_14_pull {
  right: 58.333333333333336%;
}
.column_13_pull {
  right: 54.166666666666664%;
}
.column_12_pull {
  right: 50%;
}
.column_11_pull {
  right: 45.83333333333333%;
}
.column_10_pull {
  right: 41.66666666666667%;
}
.column_9_pull {
  right: 37.5%;
}
.column_8_pull {
  right: 33.33333333333333%;
}
.column_7_pull {
  right: 29.166666666666668%;
}
.column_6_pull {
  right: 25%;
}
.column_5_pull {
  right: 20.833333333333336%;
}
.column_4_pull {
  right: 16.666666666666664%;
}
.column_3_pull {
  right: 12.5%;
}
.column_2_pull {
  right: 8.333333333333332%;
}
.column_1_pull {
  right: 4.166666666666666%;
}
.column_0_pull {
  right: 0%;
}
.column_24_push {
  left: 100%;
}
.column_23_push {
  left: 95.83333333333334%;
}
.column_22_push {
  left: 91.66666666666666%;
}
.column_21_push {
  left: 87.5%;
}
.column_20_push {
  left: 83.33333333333334%;
}
.column_19_push {
  left: 79.16666666666666%;
}
.column_18_push {
  left: 75%;
}
.column_17_push {
  left: 70.83333333333334%;
}
.column_16_push {
  left: 66.66666666666666%;
}
.column_15_push {
  left: 62.5%;
}
.column_14_push {
  left: 58.333333333333336%;
}
.column_13_push {
  left: 54.166666666666664%;
}
.column_12_push {
  left: 50%;
}
.column_11_push {
  left: 45.83333333333333%;
}
.column_10_push {
  left: 41.66666666666667%;
}
.column_9_push {
  left: 37.5%;
}
.column_8_push {
  left: 33.33333333333333%;
}
.column_7_push {
  left: 29.166666666666668%;
}
.column_6_push {
  left: 25%;
}
.column_5_push {
  left: 20.833333333333336%;
}
.column_4_push {
  left: 16.666666666666664%;
}
.column_3_push {
  left: 12.5%;
}
.column_2_push {
  left: 8.333333333333332%;
}
.column_1_push {
  left: 4.166666666666666%;
}
.column_0_push {
  left: 0%;
}
.column_24_offset {
  margin-left: 100%;
}
.column_23_offset {
  margin-left: 95.83333333333334%;
}
.column_22_offset {
  margin-left: 91.66666666666666%;
}
.column_21_offset {
  margin-left: 87.5%;
}
.column_20_offset {
  margin-left: 83.33333333333334%;
}
.column_19_offset {
  margin-left: 79.16666666666666%;
}
.column_18_offset {
  margin-left: 75%;
}
.column_17_offset {
  margin-left: 70.83333333333334%;
}
.column_16_offset {
  margin-left: 66.66666666666666%;
}
.column_15_offset {
  margin-left: 62.5%;
}
.column_14_offset {
  margin-left: 58.333333333333336%;
}
.column_13_offset {
  margin-left: 54.166666666666664%;
}
.column_12_offset {
  margin-left: 50%;
}
.column_11_offset {
  margin-left: 45.83333333333333%;
}
.column_10_offset {
  margin-left: 41.66666666666667%;
}
.column_9_offset {
  margin-left: 37.5%;
}
.column_8_offset {
  margin-left: 33.33333333333333%;
}
.column_7_offset {
  margin-left: 29.166666666666668%;
}
.column_6_offset {
  margin-left: 25%;
}
.column_5_offset {
  margin-left: 20.833333333333336%;
}
.column_4_offset {
  margin-left: 16.666666666666664%;
}
.column_3_offset {
  margin-left: 12.5%;
}
.column_2_offset {
  margin-left: 8.333333333333332%;
}
.column_1_offset {
  margin-left: 4.166666666666666%;
}
.column_0_offset {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .column_24_xs {
    width: 100%;
  }
  .column_23_xs {
    width: 95.83333333333334%;
  }
  .column_22_xs {
    width: 91.66666666666666%;
  }
  .column_21_xs {
    width: 87.5%;
  }
  .column_20_xs {
    width: 83.33333333333334%;
  }
  .column_19_xs {
    width: 79.16666666666666%;
  }
  .column_18_xs {
    width: 75%;
  }
  .column_17_xs {
    width: 70.83333333333334%;
  }
  .column_16_xs {
    width: 66.66666666666666%;
  }
  .column_15_xs {
    width: 62.5%;
  }
  .column_14_xs {
    width: 58.333333333333336%;
  }
  .column_13_xs {
    width: 54.166666666666664%;
  }
  .column_12_xs {
    width: 50%;
  }
  .column_11_xs {
    width: 45.83333333333333%;
  }
  .column_10_xs {
    width: 41.66666666666667%;
  }
  .column_9_xs {
    width: 37.5%;
  }
  .column_8_xs {
    width: 33.33333333333333%;
  }
  .column_7_xs {
    width: 29.166666666666668%;
  }
  .column_6_xs {
    width: 25%;
  }
  .column_5_xs {
    width: 20.833333333333336%;
  }
  .column_4_xs {
    width: 16.666666666666664%;
  }
  .column_3_xs {
    width: 12.5%;
  }
  .column_2_xs {
    width: 8.333333333333332%;
  }
  .column_1_xs {
    width: 4.166666666666666%;
  }
  .column_24_xs_pull {
    right: 100%;
  }
  .column_23_xs_pull {
    right: 95.83333333333334%;
  }
  .column_22_xs_pull {
    right: 91.66666666666666%;
  }
  .column_21_xs_pull {
    right: 87.5%;
  }
  .column_20_xs_pull {
    right: 83.33333333333334%;
  }
  .column_19_xs_pull {
    right: 79.16666666666666%;
  }
  .column_18_xs_pull {
    right: 75%;
  }
  .column_17_xs_pull {
    right: 70.83333333333334%;
  }
  .column_16_xs_pull {
    right: 66.66666666666666%;
  }
  .column_15_xs_pull {
    right: 62.5%;
  }
  .column_14_xs_pull {
    right: 58.333333333333336%;
  }
  .column_13_xs_pull {
    right: 54.166666666666664%;
  }
  .column_12_xs_pull {
    right: 50%;
  }
  .column_11_xs_pull {
    right: 45.83333333333333%;
  }
  .column_10_xs_pull {
    right: 41.66666666666667%;
  }
  .column_9_xs_pull {
    right: 37.5%;
  }
  .column_8_xs_pull {
    right: 33.33333333333333%;
  }
  .column_7_xs_pull {
    right: 29.166666666666668%;
  }
  .column_6_xs_pull {
    right: 25%;
  }
  .column_5_xs_pull {
    right: 20.833333333333336%;
  }
  .column_4_xs_pull {
    right: 16.666666666666664%;
  }
  .column_3_xs_pull {
    right: 12.5%;
  }
  .column_2_xs_pull {
    right: 8.333333333333332%;
  }
  .column_1_xs_pull {
    right: 4.166666666666666%;
  }
  .column_0_xs_pull {
    right: 0%;
  }
  .column_24_xs_push {
    left: 100%;
  }
  .column_23_xs_push {
    left: 95.83333333333334%;
  }
  .column_22_xs_push {
    left: 91.66666666666666%;
  }
  .column_21_xs_push {
    left: 87.5%;
  }
  .column_20_xs_push {
    left: 83.33333333333334%;
  }
  .column_19_xs_push {
    left: 79.16666666666666%;
  }
  .column_18_xs_push {
    left: 75%;
  }
  .column_17_xs_push {
    left: 70.83333333333334%;
  }
  .column_16_xs_push {
    left: 66.66666666666666%;
  }
  .column_15_xs_push {
    left: 62.5%;
  }
  .column_14_xs_push {
    left: 58.333333333333336%;
  }
  .column_13_xs_push {
    left: 54.166666666666664%;
  }
  .column_12_xs_push {
    left: 50%;
  }
  .column_11_xs_push {
    left: 45.83333333333333%;
  }
  .column_10_xs_push {
    left: 41.66666666666667%;
  }
  .column_9_xs_push {
    left: 37.5%;
  }
  .column_8_xs_push {
    left: 33.33333333333333%;
  }
  .column_7_xs_push {
    left: 29.166666666666668%;
  }
  .column_6_xs_push {
    left: 25%;
  }
  .column_5_xs_push {
    left: 20.833333333333336%;
  }
  .column_4_xs_push {
    left: 16.666666666666664%;
  }
  .column_3_xs_push {
    left: 12.5%;
  }
  .column_2_xs_push {
    left: 8.333333333333332%;
  }
  .column_1_xs_push {
    left: 4.166666666666666%;
  }
  .column_0_xs_push {
    left: 0%;
  }
  .column_24_xs_offset {
    margin-left: 100%;
  }
  .column_23_xs_offset {
    margin-left: 95.83333333333334%;
  }
  .column_22_xs_offset {
    margin-left: 91.66666666666666%;
  }
  .column_21_xs_offset {
    margin-left: 87.5%;
  }
  .column_20_xs_offset {
    margin-left: 83.33333333333334%;
  }
  .column_19_xs_offset {
    margin-left: 79.16666666666666%;
  }
  .column_18_xs_offset {
    margin-left: 75%;
  }
  .column_17_xs_offset {
    margin-left: 70.83333333333334%;
  }
  .column_16_xs_offset {
    margin-left: 66.66666666666666%;
  }
  .column_15_xs_offset {
    margin-left: 62.5%;
  }
  .column_14_xs_offset {
    margin-left: 58.333333333333336%;
  }
  .column_13_xs_offset {
    margin-left: 54.166666666666664%;
  }
  .column_12_xs_offset {
    margin-left: 50%;
  }
  .column_11_xs_offset {
    margin-left: 45.83333333333333%;
  }
  .column_10_xs_offset {
    margin-left: 41.66666666666667%;
  }
  .column_9_xs_offset {
    margin-left: 37.5%;
  }
  .column_8_xs_offset {
    margin-left: 33.33333333333333%;
  }
  .column_7_xs_offset {
    margin-left: 29.166666666666668%;
  }
  .column_6_xs_offset {
    margin-left: 25%;
  }
  .column_5_xs_offset {
    margin-left: 20.833333333333336%;
  }
  .column_4_xs_offset {
    margin-left: 16.666666666666664%;
  }
  .column_3_xs_offset {
    margin-left: 12.5%;
  }
  .column_2_xs_offset {
    margin-left: 8.333333333333332%;
  }
  .column_1_xs_offset {
    margin-left: 4.166666666666666%;
  }
  .column_0_xs_offset {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .column_24_sm {
    width: 100%;
  }
  .column_23_sm {
    width: 95.83333333333334%;
  }
  .column_22_sm {
    width: 91.66666666666666%;
  }
  .column_21_sm {
    width: 87.5%;
  }
  .column_20_sm {
    width: 83.33333333333334%;
  }
  .column_19_sm {
    width: 79.16666666666666%;
  }
  .column_18_sm {
    width: 75%;
  }
  .column_17_sm {
    width: 70.83333333333334%;
  }
  .column_16_sm {
    width: 66.66666666666666%;
  }
  .column_15_sm {
    width: 62.5%;
  }
  .column_14_sm {
    width: 58.333333333333336%;
  }
  .column_13_sm {
    width: 54.166666666666664%;
  }
  .column_12_sm {
    width: 50%;
  }
  .column_11_sm {
    width: 45.83333333333333%;
  }
  .column_10_sm {
    width: 41.66666666666667%;
  }
  .column_9_sm {
    width: 37.5%;
  }
  .column_8_sm {
    width: 33.33333333333333%;
  }
  .column_7_sm {
    width: 29.166666666666668%;
  }
  .column_6_sm {
    width: 25%;
  }
  .column_5_sm {
    width: 20.833333333333336%;
  }
  .column_4_sm {
    width: 16.666666666666664%;
  }
  .column_3_sm {
    width: 12.5%;
  }
  .column_2_sm {
    width: 8.333333333333332%;
  }
  .column_1_sm {
    width: 4.166666666666666%;
  }
  .column_24_sm_pull {
    right: 100%;
  }
  .column_23_sm_pull {
    right: 95.83333333333334%;
  }
  .column_22_sm_pull {
    right: 91.66666666666666%;
  }
  .column_21_sm_pull {
    right: 87.5%;
  }
  .column_20_sm_pull {
    right: 83.33333333333334%;
  }
  .column_19_sm_pull {
    right: 79.16666666666666%;
  }
  .column_18_sm_pull {
    right: 75%;
  }
  .column_17_sm_pull {
    right: 70.83333333333334%;
  }
  .column_16_sm_pull {
    right: 66.66666666666666%;
  }
  .column_15_sm_pull {
    right: 62.5%;
  }
  .column_14_sm_pull {
    right: 58.333333333333336%;
  }
  .column_13_sm_pull {
    right: 54.166666666666664%;
  }
  .column_12_sm_pull {
    right: 50%;
  }
  .column_11_sm_pull {
    right: 45.83333333333333%;
  }
  .column_10_sm_pull {
    right: 41.66666666666667%;
  }
  .column_9_sm_pull {
    right: 37.5%;
  }
  .column_8_sm_pull {
    right: 33.33333333333333%;
  }
  .column_7_sm_pull {
    right: 29.166666666666668%;
  }
  .column_6_sm_pull {
    right: 25%;
  }
  .column_5_sm_pull {
    right: 20.833333333333336%;
  }
  .column_4_sm_pull {
    right: 16.666666666666664%;
  }
  .column_3_sm_pull {
    right: 12.5%;
  }
  .column_2_sm_pull {
    right: 8.333333333333332%;
  }
  .column_1_sm_pull {
    right: 4.166666666666666%;
  }
  .column_0_sm_pull {
    right: 0%;
  }
  .column_24_sm_push {
    left: 100%;
  }
  .column_23_sm_push {
    left: 95.83333333333334%;
  }
  .column_22_sm_push {
    left: 91.66666666666666%;
  }
  .column_21_sm_push {
    left: 87.5%;
  }
  .column_20_sm_push {
    left: 83.33333333333334%;
  }
  .column_19_sm_push {
    left: 79.16666666666666%;
  }
  .column_18_sm_push {
    left: 75%;
  }
  .column_17_sm_push {
    left: 70.83333333333334%;
  }
  .column_16_sm_push {
    left: 66.66666666666666%;
  }
  .column_15_sm_push {
    left: 62.5%;
  }
  .column_14_sm_push {
    left: 58.333333333333336%;
  }
  .column_13_sm_push {
    left: 54.166666666666664%;
  }
  .column_12_sm_push {
    left: 50%;
  }
  .column_11_sm_push {
    left: 45.83333333333333%;
  }
  .column_10_sm_push {
    left: 41.66666666666667%;
  }
  .column_9_sm_push {
    left: 37.5%;
  }
  .column_8_sm_push {
    left: 33.33333333333333%;
  }
  .column_7_sm_push {
    left: 29.166666666666668%;
  }
  .column_6_sm_push {
    left: 25%;
  }
  .column_5_sm_push {
    left: 20.833333333333336%;
  }
  .column_4_sm_push {
    left: 16.666666666666664%;
  }
  .column_3_sm_push {
    left: 12.5%;
  }
  .column_2_sm_push {
    left: 8.333333333333332%;
  }
  .column_1_sm_push {
    left: 4.166666666666666%;
  }
  .column_0_sm_push {
    left: 0%;
  }
  .column_24_sm_offset {
    margin-left: 100%;
  }
  .column_23_sm_offset {
    margin-left: 95.83333333333334%;
  }
  .column_22_sm_offset {
    margin-left: 91.66666666666666%;
  }
  .column_21_sm_offset {
    margin-left: 87.5%;
  }
  .column_20_sm_offset {
    margin-left: 83.33333333333334%;
  }
  .column_19_sm_offset {
    margin-left: 79.16666666666666%;
  }
  .column_18_sm_offset {
    margin-left: 75%;
  }
  .column_17_sm_offset {
    margin-left: 70.83333333333334%;
  }
  .column_16_sm_offset {
    margin-left: 66.66666666666666%;
  }
  .column_15_sm_offset {
    margin-left: 62.5%;
  }
  .column_14_sm_offset {
    margin-left: 58.333333333333336%;
  }
  .column_13_sm_offset {
    margin-left: 54.166666666666664%;
  }
  .column_12_sm_offset {
    margin-left: 50%;
  }
  .column_11_sm_offset {
    margin-left: 45.83333333333333%;
  }
  .column_10_sm_offset {
    margin-left: 41.66666666666667%;
  }
  .column_9_sm_offset {
    margin-left: 37.5%;
  }
  .column_8_sm_offset {
    margin-left: 33.33333333333333%;
  }
  .column_7_sm_offset {
    margin-left: 29.166666666666668%;
  }
  .column_6_sm_offset {
    margin-left: 25%;
  }
  .column_5_sm_offset {
    margin-left: 20.833333333333336%;
  }
  .column_4_sm_offset {
    margin-left: 16.666666666666664%;
  }
  .column_3_sm_offset {
    margin-left: 12.5%;
  }
  .column_2_sm_offset {
    margin-left: 8.333333333333332%;
  }
  .column_1_sm_offset {
    margin-left: 4.166666666666666%;
  }
  .column_0_sm_offset {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .column_24_md {
    width: 100%;
  }
  .column_23_md {
    width: 95.83333333333334%;
  }
  .column_22_md {
    width: 91.66666666666666%;
  }
  .column_21_md {
    width: 87.5%;
  }
  .column_20_md {
    width: 83.33333333333334%;
  }
  .column_19_md {
    width: 79.16666666666666%;
  }
  .column_18_md {
    width: 75%;
  }
  .column_17_md {
    width: 70.83333333333334%;
  }
  .column_16_md {
    width: 66.66666666666666%;
  }
  .column_15_md {
    width: 62.5%;
  }
  .column_14_md {
    width: 58.333333333333336%;
  }
  .column_13_md {
    width: 54.166666666666664%;
  }
  .column_12_md {
    width: 50%;
  }
  .column_11_md {
    width: 45.83333333333333%;
  }
  .column_10_md {
    width: 41.66666666666667%;
  }
  .column_9_md {
    width: 37.5%;
  }
  .column_8_md {
    width: 33.33333333333333%;
  }
  .column_7_md {
    width: 29.166666666666668%;
  }
  .column_6_md {
    width: 25%;
  }
  .column_5_md {
    width: 20.833333333333336%;
  }
  .column_4_md {
    width: 16.666666666666664%;
  }
  .column_3_md {
    width: 12.5%;
  }
  .column_2_md {
    width: 8.333333333333332%;
  }
  .column_1_md {
    width: 4.166666666666666%;
  }
  .column_24_md_pull {
    right: 100%;
  }
  .column_23_md_pull {
    right: 95.83333333333334%;
  }
  .column_22_md_pull {
    right: 91.66666666666666%;
  }
  .column_21_md_pull {
    right: 87.5%;
  }
  .column_20_md_pull {
    right: 83.33333333333334%;
  }
  .column_19_md_pull {
    right: 79.16666666666666%;
  }
  .column_18_md_pull {
    right: 75%;
  }
  .column_17_md_pull {
    right: 70.83333333333334%;
  }
  .column_16_md_pull {
    right: 66.66666666666666%;
  }
  .column_15_md_pull {
    right: 62.5%;
  }
  .column_14_md_pull {
    right: 58.333333333333336%;
  }
  .column_13_md_pull {
    right: 54.166666666666664%;
  }
  .column_12_md_pull {
    right: 50%;
  }
  .column_11_md_pull {
    right: 45.83333333333333%;
  }
  .column_10_md_pull {
    right: 41.66666666666667%;
  }
  .column_9_md_pull {
    right: 37.5%;
  }
  .column_8_md_pull {
    right: 33.33333333333333%;
  }
  .column_7_md_pull {
    right: 29.166666666666668%;
  }
  .column_6_md_pull {
    right: 25%;
  }
  .column_5_md_pull {
    right: 20.833333333333336%;
  }
  .column_4_md_pull {
    right: 16.666666666666664%;
  }
  .column_3_md_pull {
    right: 12.5%;
  }
  .column_2_md_pull {
    right: 8.333333333333332%;
  }
  .column_1_md_pull {
    right: 4.166666666666666%;
  }
  .column_0_md_pull {
    right: 0%;
  }
  .column_24_md_push {
    left: 100%;
  }
  .column_23_md_push {
    left: 95.83333333333334%;
  }
  .column_22_md_push {
    left: 91.66666666666666%;
  }
  .column_21_md_push {
    left: 87.5%;
  }
  .column_20_md_push {
    left: 83.33333333333334%;
  }
  .column_19_md_push {
    left: 79.16666666666666%;
  }
  .column_18_md_push {
    left: 75%;
  }
  .column_17_md_push {
    left: 70.83333333333334%;
  }
  .column_16_md_push {
    left: 66.66666666666666%;
  }
  .column_15_md_push {
    left: 62.5%;
  }
  .column_14_md_push {
    left: 58.333333333333336%;
  }
  .column_13_md_push {
    left: 54.166666666666664%;
  }
  .column_12_md_push {
    left: 50%;
  }
  .column_11_md_push {
    left: 45.83333333333333%;
  }
  .column_10_md_push {
    left: 41.66666666666667%;
  }
  .column_9_md_push {
    left: 37.5%;
  }
  .column_8_md_push {
    left: 33.33333333333333%;
  }
  .column_7_md_push {
    left: 29.166666666666668%;
  }
  .column_6_md_push {
    left: 25%;
  }
  .column_5_md_push {
    left: 20.833333333333336%;
  }
  .column_4_md_push {
    left: 16.666666666666664%;
  }
  .column_3_md_push {
    left: 12.5%;
  }
  .column_2_md_push {
    left: 8.333333333333332%;
  }
  .column_1_md_push {
    left: 4.166666666666666%;
  }
  .column_0_md_push {
    left: 0%;
  }
  .column_24_md_offset {
    margin-left: 100%;
  }
  .column_23_md_offset {
    margin-left: 95.83333333333334%;
  }
  .column_22_md_offset {
    margin-left: 91.66666666666666%;
  }
  .column_21_md_offset {
    margin-left: 87.5%;
  }
  .column_20_md_offset {
    margin-left: 83.33333333333334%;
  }
  .column_19_md_offset {
    margin-left: 79.16666666666666%;
  }
  .column_18_md_offset {
    margin-left: 75%;
  }
  .column_17_md_offset {
    margin-left: 70.83333333333334%;
  }
  .column_16_md_offset {
    margin-left: 66.66666666666666%;
  }
  .column_15_md_offset {
    margin-left: 62.5%;
  }
  .column_14_md_offset {
    margin-left: 58.333333333333336%;
  }
  .column_13_md_offset {
    margin-left: 54.166666666666664%;
  }
  .column_12_md_offset {
    margin-left: 50%;
  }
  .column_11_md_offset {
    margin-left: 45.83333333333333%;
  }
  .column_10_md_offset {
    margin-left: 41.66666666666667%;
  }
  .column_9_md_offset {
    margin-left: 37.5%;
  }
  .column_8_md_offset {
    margin-left: 33.33333333333333%;
  }
  .column_7_md_offset {
    margin-left: 29.166666666666668%;
  }
  .column_6_md_offset {
    margin-left: 25%;
  }
  .column_5_md_offset {
    margin-left: 20.833333333333336%;
  }
  .column_4_md_offset {
    margin-left: 16.666666666666664%;
  }
  .column_3_md_offset {
    margin-left: 12.5%;
  }
  .column_2_md_offset {
    margin-left: 8.333333333333332%;
  }
  .column_1_md_offset {
    margin-left: 4.166666666666666%;
  }
  .column_0_md_offset {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .column_24_lg {
    width: 100%;
  }
  .column_23_lg {
    width: 95.83333333333334%;
  }
  .column_22_lg {
    width: 91.66666666666666%;
  }
  .column_21_lg {
    width: 87.5%;
  }
  .column_20_lg {
    width: 83.33333333333334%;
  }
  .column_19_lg {
    width: 79.16666666666666%;
  }
  .column_18_lg {
    width: 75%;
  }
  .column_17_lg {
    width: 70.83333333333334%;
  }
  .column_16_lg {
    width: 66.66666666666666%;
  }
  .column_15_lg {
    width: 62.5%;
  }
  .column_14_lg {
    width: 58.333333333333336%;
  }
  .column_13_lg {
    width: 54.166666666666664%;
  }
  .column_12_lg {
    width: 50%;
  }
  .column_11_lg {
    width: 45.83333333333333%;
  }
  .column_10_lg {
    width: 41.66666666666667%;
  }
  .column_9_lg {
    width: 37.5%;
  }
  .column_8_lg {
    width: 33.33333333333333%;
  }
  .column_7_lg {
    width: 29.166666666666668%;
  }
  .column_6_lg {
    width: 25%;
  }
  .column_5_lg {
    width: 20.833333333333336%;
  }
  .column_4_lg {
    width: 16.666666666666664%;
  }
  .column_3_lg {
    width: 12.5%;
  }
  .column_2_lg {
    width: 8.333333333333332%;
  }
  .column_1_lg {
    width: 4.166666666666666%;
  }
  .column_24_lg_pull {
    right: 100%;
  }
  .column_23_lg_pull {
    right: 95.83333333333334%;
  }
  .column_22_lg_pull {
    right: 91.66666666666666%;
  }
  .column_21_lg_pull {
    right: 87.5%;
  }
  .column_20_lg_pull {
    right: 83.33333333333334%;
  }
  .column_19_lg_pull {
    right: 79.16666666666666%;
  }
  .column_18_lg_pull {
    right: 75%;
  }
  .column_17_lg_pull {
    right: 70.83333333333334%;
  }
  .column_16_lg_pull {
    right: 66.66666666666666%;
  }
  .column_15_lg_pull {
    right: 62.5%;
  }
  .column_14_lg_pull {
    right: 58.333333333333336%;
  }
  .column_13_lg_pull {
    right: 54.166666666666664%;
  }
  .column_12_lg_pull {
    right: 50%;
  }
  .column_11_lg_pull {
    right: 45.83333333333333%;
  }
  .column_10_lg_pull {
    right: 41.66666666666667%;
  }
  .column_9_lg_pull {
    right: 37.5%;
  }
  .column_8_lg_pull {
    right: 33.33333333333333%;
  }
  .column_7_lg_pull {
    right: 29.166666666666668%;
  }
  .column_6_lg_pull {
    right: 25%;
  }
  .column_5_lg_pull {
    right: 20.833333333333336%;
  }
  .column_4_lg_pull {
    right: 16.666666666666664%;
  }
  .column_3_lg_pull {
    right: 12.5%;
  }
  .column_2_lg_pull {
    right: 8.333333333333332%;
  }
  .column_1_lg_pull {
    right: 4.166666666666666%;
  }
  .column_0_lg_pull {
    right: 0%;
  }
  .column_24_lg_push {
    left: 100%;
  }
  .column_23_lg_push {
    left: 95.83333333333334%;
  }
  .column_22_lg_push {
    left: 91.66666666666666%;
  }
  .column_21_lg_push {
    left: 87.5%;
  }
  .column_20_lg_push {
    left: 83.33333333333334%;
  }
  .column_19_lg_push {
    left: 79.16666666666666%;
  }
  .column_18_lg_push {
    left: 75%;
  }
  .column_17_lg_push {
    left: 70.83333333333334%;
  }
  .column_16_lg_push {
    left: 66.66666666666666%;
  }
  .column_15_lg_push {
    left: 62.5%;
  }
  .column_14_lg_push {
    left: 58.333333333333336%;
  }
  .column_13_lg_push {
    left: 54.166666666666664%;
  }
  .column_12_lg_push {
    left: 50%;
  }
  .column_11_lg_push {
    left: 45.83333333333333%;
  }
  .column_10_lg_push {
    left: 41.66666666666667%;
  }
  .column_9_lg_push {
    left: 37.5%;
  }
  .column_8_lg_push {
    left: 33.33333333333333%;
  }
  .column_7_lg_push {
    left: 29.166666666666668%;
  }
  .column_6_lg_push {
    left: 25%;
  }
  .column_5_lg_push {
    left: 20.833333333333336%;
  }
  .column_4_lg_push {
    left: 16.666666666666664%;
  }
  .column_3_lg_push {
    left: 12.5%;
  }
  .column_2_lg_push {
    left: 8.333333333333332%;
  }
  .column_1_lg_push {
    left: 4.166666666666666%;
  }
  .column_0_lg_push {
    left: 0%;
  }
  .column_24_lg_offset {
    margin-left: 100%;
  }
  .column_23_lg_offset {
    margin-left: 95.83333333333334%;
  }
  .column_22_lg_offset {
    margin-left: 91.66666666666666%;
  }
  .column_21_lg_offset {
    margin-left: 87.5%;
  }
  .column_20_lg_offset {
    margin-left: 83.33333333333334%;
  }
  .column_19_lg_offset {
    margin-left: 79.16666666666666%;
  }
  .column_18_lg_offset {
    margin-left: 75%;
  }
  .column_17_lg_offset {
    margin-left: 70.83333333333334%;
  }
  .column_16_lg_offset {
    margin-left: 66.66666666666666%;
  }
  .column_15_lg_offset {
    margin-left: 62.5%;
  }
  .column_14_lg_offset {
    margin-left: 58.333333333333336%;
  }
  .column_13_lg_offset {
    margin-left: 54.166666666666664%;
  }
  .column_12_lg_offset {
    margin-left: 50%;
  }
  .column_11_lg_offset {
    margin-left: 45.83333333333333%;
  }
  .column_10_lg_offset {
    margin-left: 41.66666666666667%;
  }
  .column_9_lg_offset {
    margin-left: 37.5%;
  }
  .column_8_lg_offset {
    margin-left: 33.33333333333333%;
  }
  .column_7_lg_offset {
    margin-left: 29.166666666666668%;
  }
  .column_6_lg_offset {
    margin-left: 25%;
  }
  .column_5_lg_offset {
    margin-left: 20.833333333333336%;
  }
  .column_4_lg_offset {
    margin-left: 16.666666666666664%;
  }
  .column_3_lg_offset {
    margin-left: 12.5%;
  }
  .column_2_lg_offset {
    margin-left: 8.333333333333332%;
  }
  .column_1_lg_offset {
    margin-left: 4.166666666666666%;
  }
  .column_0_lg_offset {
    margin-left: 0%;
  }
  .column_0 {
    float: none;
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
  }
}
.row.gutter .cols_group {
  margin-left: -12px;
  margin-right: -12px;
}
.row.gutter .cols_group > [class^="column_"],
.row.gutter .cols_group > [class*=" column_"] {
  padding-right: 12px;
  padding-left: 12px;
}
.row.no-gutter .cols_group {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutter .cols_group > [class^="column_"],
.row.no-gutter .cols_group > [class*=" column_"] {
  padding-right: 0;
  padding-left: 0;
}
.container_height {
  display: table;
  width: 100%;
}
.cols_group_height {
  display: table-row;
}
.column_height {
  display: table-cell;
  float: none;
}
.row.row-height .container {
  display: table;
  width: 100%;
}
.row.row-height .cols_group {
  display: table-row;
}
.row.row-height .cols_group > [class^="column_"],
.row.row-height .cols_group > [class*=" column_"] {
  display: table-cell;
  float: none;
  padding: 0;
  background-clip: padding-box;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.row.row-height .cols_group > [class^="column_"]:first-child,
.row.row-height .cols_group > [class*=" column_"]:first-child {
  border-left: 0 none;
}
.row.row-height .cols_group > [class^="column_"]:last-child,
.row.row-height .cols_group > [class*=" column_"]:last-child {
  border-right: 0 none;
}
.column-top {
  vertical-align: top;
}
.column-middle {
  vertical-align: middle;
}
.column-bottom {
  vertical-align: bottom;
}
.row.vertical-divider .cols_group > [class*='column_']:not(:last-child):after {
  background: #272E31;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}
.row-centered {
  text-align: center;
}
.row-centered .cols_group > [class^="column_"],
.row-centered .cols_group > [class*=" column_"] {
  display: inline-block;
  float: none;
  margin-right: -4px !important;
  width: auto !important;
}
.columna_min {
  padding-left: 50px;
}
.column_0 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.wow {
  visibility: hidden;
}
body {
  background-color: #FFFFFF;
  font-family: "aller", sans-serif;
  line-height: 2.4em;
}
.header_title {
  background-position: 0 bottom;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.page-heading {
  padding: 0;
}
.page-heading .tt_template_row:first-child {
  background-color: #ECECEA;
  border-bottom: 3px solid #FFF;
  margin: 0 0px !important;
  padding: 0px 0 14px 16px;
}
.page-heading h1 {
  margin: 0 0 0 -23px;
  padding-top: 27px !important;
}
.page-heading .box_subtitle {
  margin-left: -23px;
}
.page-heading .box_subtitle p {
  margin-bottom: 0 !important;
}
.page-heading .breadcrumbs {
  padding: 0;
  margin: 26px 0 0 0 !important;
}
.page-heading .social-links {
  text-align: right;
}
.title-row {
  color: #009242;
  font-size:  !important;
  font-weight:  !important;
  margin: 0 auto 50px auto !important;
  padding-bottom: 10px !important;
  text-align: center !important;
  text-transform:  !important;
}
.title-row span {
  color: #009242;
  border-bottom: 1px solid ;
}
.bg-02 .title-row {
  color: #009242 !important;
  font-style: normal;
}
.bg-01 .title-row {
  color: #222222 !important;
  font-style: normal;
}
.bg-04 .title-row {
  color: #009241 !important;
}
.title-section {
  text-align: center;
  font-size: 1.5em;
  color: #009242;
  text-transform: uppercase;
  font-weight: 400;
  margin: 10px 0;
}
.summary {
  color: ;
  font-size: ;
  font-style: ;
  font-weight: ;
  text-transform: ;
  margin-bottom: 15px;
  margin-top: 15px;
}
.home .summary {
  text-align: center;
  font-size: 2.5em;
  color: #A82A46;
  font-weight: 300;
  font-style: italic;
  margin: -50px 0 48px 0;
}
ul li {
  background: url("") no-repeat 0 9px;
  margin-bottom: 5px;
  padding: 0 0 1px 12px;
}
ul ul {
  padding: 18px 0 0 0;
}
ul li li {
  background: none;
  font-size: 1em;
  list-style-position: inside;
  list-style-type: circle;
  margin-bottom: 5px;
  padding: 0;
}
ol li {
  list-style-position: inside;
  margin-bottom: 10px;
  padding: 0;
}
ol ol {
  padding: 18px 0 8px 0;
}
ol li li {
  font-size: 1em;
  list-style-position: inside;
  list-style-type: lower-latin;
  margin-bottom: 5px;
  padding: 0 0 0 30px;
}
.box_ficha h2,
.box_ficha h3,
.box_ficha h4 {
  padding-left: 17px;
}
.box_ficha ul {
  padding: 0 0 30px 17px;
}
.box_ficha ul.list_menu,
ul.list_menu {
  padding: 0;
  margin: 0 -12px;
  border-top: 1px solid #FFF;
}
ul.list_menu li {
  background-image: none;
  border-bottom: 1px solid #FFF;
  padding: 23px;
  margin: 0;
}
ul.list_menu li a {
  padding: 23px;
  margin: -23px;
  display: block;
  color: #272928;
  background-image: url('/media/ic_down.png');
  background-position: right 35%;
  background-repeat: no-repeat;
}
ul.list_menu li a:hover {
  background-image: url('/media/ic_down_hover.png');
  color: #FFFFFF;
  background-color: #A11736;
}
a,
a:active,
a:focus {
  outline: none;
}
a {
  color: #00ADEC;
}
a:hover {
  color: #000;
}
.button {
  background-color: #00ADEC;
  border: 1px solid #00ADEC;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  height: auto;
  padding: 10px 25px;
  line-height: 1.2em;
  margin: 0;
  outline: none;
  font-weight: normal;
  text-transform: uppercase;
}
.button:hover {
  background-color: #0089B7;
  border: 1px solid #0089B7;
  color: #fff;
  outline: 0;
  padding: 10px 25px;
}
.button.rounded {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
table {
  border-top: 1px solid #DEDFE0;
  border-left: 1px solid #DEDFE0;
  margin: 15px 0;
}
table th {
  border-bottom: 1px solid #DEDFE0;
  border-right: 1px solid #DEDFE0;
  color: #8E8E8E;
  font-size: 1.6em;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
}
table td {
  border-bottom: 1px solid #DEDFE0;
  border-right: 1px solid #DEDFE0;
  color: #6A6A6A;
  font-size: 1.6em;
  padding: 12px;
  text-align: center;
}
table strong {
  color: ;
}
.top-border {
  border-top: 1px solid ;
}
.bottom-border {
  border-bottom: 1px solid ;
}
.top-spacing {
  padding-top: 110px;
}
.bottom-spacing {
  padding-bottom: 110px;
}
.top-spacing-med {
  padding-top: 55px;
}
.bottom-spacing-med {
  padding-bottom: 55px;
}
.top-spacing-min {
  padding-top: 27.5px;
}
.bottom-spacing-min {
  padding-bottom: 27.5px;
}
.bg-01 {
  background-color: #FFFFFF;
}
.bg-02 {
  background-color: #004A85;
}
.bg-03 {
  background-color: #F2F2F2;
}
.bg-04 {
  background-color: #E9E9E9;
}
.bg-05 {
  background-color: #0089B7;
}
.top-border.bg-02 {
  border-top: 1px solid #fff;
}
.parallax-image {
  min-height: 270px;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .parallax-image {
    background-attachment: scroll;
    background-position: 40% 50%;
  }
}
@media only screen and (min-width: 768px) {
  .parallax-image {
    background-attachment: fixed;
  }
}
#toTop {
  background: url(/media/top.svg) no-repeat 0 0;
  bottom: 12px;
  display: none;
  height: 57px;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-indent: 100%;
  width: 57px;
}
#toTopHover {
  background: url(/media/top_over.svg) no-repeat 0 0;
  display: block;
  float: left;
  height: 57px;
  overflow: hidden;
  width: 57px;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
#toTop:active,
#toTop:focus {
  outline: none;
}
.header {
  background-color: #FFF;
}
body.home .header {
  background-color: transparent;
  border: 0;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.topHeader {
  background-color: ;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.header_mobile {
  background-color: #FFF;
  border-bottom: 1px solid #DDDDDD;
  display: none;
}
.has-mini-header .header_mobile {
  position: fixed;
  display: block;
  z-index: 9997;
  top: 0;
}
.header_mobile .visible-phone {
  display: block;
}
.header_mobile .hidden-phone {
  display: none;
}
.header_mobile .show-menu {
  display: none;
}
.topHeader .tt_template_structure {
  float: right;
}
.full-width .container {
  max-width: 100% !important;
}
.full-width .container .container {
  max-width: 1152px !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.visible-phone {
  display: none;
}
.box_featured h2 {
  color: #FFFFFF;
  font-size: 3.5em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 18px 0;
  padding: 0 0 24px 0;
  background-image: url('/media/hr_4.jpg');
  background-repeat: no-repeat;
  background-position: 0 bottom;
  line-height: 1em;
}
.box_featured p {
  color: #FFFFFF;
  font-size: 2.0em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media only screen and (max-width: 480px) {
  .visible-phone {
    display: block;
  }
  .hidden-phone {
    display: none;
  }
  .row {
    height: auto !important;
  }
  .row_1 {
    display: none;
  }
  .row_2 {
    background-color: #F9720F;
    padding: 0;
  }
  [class*="column_"] {
    width: 100%;
  }
  .column_0 {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .container_column {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    min-height: auto !important;
    height: auto !important;
  }
  .top-spacing {
    padding-top: 20px !important;
  }
  .bottom-spacing {
    padding-bottom: 20px !important;
  }
  .top-spacing-med {
    padding-top: 20px;
  }
  .bottom-spacing-med {
    padding-bottom: 20px;
  }
  .top-spacing-min {
    padding-top: 20px;
  }
  .bottom-spacing-min {
    padding-bottom: 20px;
  }
  .header .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header_mobile .container {
    padding-left: 0;
    padding-right: 0;
  }
  .header .fa-bars {
    color: ;
  }
  .header #logo {
    float: left;
    padding: 10px 0 10px 0;
  }
  .header .nav-control {
    padding: 10px 0 10px 0;
  }
  .header .nav-control {
    float: right;
    text-align: right;
  }
  .topHeader {
    display: none;
  }
  .sidebar {
    padding: 0;
  }
  .submenu {
    margin-bottom: 15px;
  }
  .sidebar :last-child {
    margin-bottom: 0;
  }
  h1 {
    font-size: 3em;
  }
  .page-heading h1,
  .page-heading .h1 {
    font-size: 3.5em;
    padding-top: 4px !important;
  }
  .page-heading .breadcrumbs {
    display: none;
  }
  h2,
  .h2 {
    font-size: 2.6em;
    line-height: normal;
  }
  h3,
  .h3 {
    font-size: 2em;
  }
  h4,
  .h4 {
    font-size: 1.6em;
  }
  .summary {
    font-size: 2.4em;
  }
  .table-responsive {
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive>table {
    margin-bottom: 0;
  }
  .bottomFooter p {
    text-aling: center;
  }
  .bottomFooter .menu {
    text-align: right;
    margin: 0 auto;
  }
  .bottomFooter .menu li {
    margin: 0 auto;
  }
  #toTop {
    bottom: 120px;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  h1 {
    font-size: 3em;
  }
  .visible-phone {
    display: block;
  }
  .hidden-phone {
    display: none;
  }
  .row {
    height: auto !important;
  }
  .row_1 {
    display: none;
  }
  .row_2 {
    background-color: #F9720F;
    padding: 0;
  }
  .columna_min {
    padding-left: 0px;
  }
  [class*="column_"] {
    width: 100%;
  }
  .column_0 {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .container_column {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    min-height: auto !important;
    height: auto !important;
  }
  .header .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header_mobile .container {
    padding-left: 0;
    padding-right: 0;
  }
  .topHeader {
    display: none;
  }
  .topHeader [class*="column_"] {
    width: auto;
  }
  .header .fa-bars {
    color: ;
  }
  .header #logo {
    float: left;
    padding: 10px 0 10px 0;
  }
  .header .nav-control {
    padding: 10px 0 10px 0;
  }
  .header .nav-control {
    float: right;
    text-align: right;
  }
  .sidebar {
    padding: 0;
  }
  .submenu {
    margin-bottom: 15px;
  }
  .sidebar :last-child {
    margin-bottom: 0;
  }
  h2,
  .h2 {
    font-size: 2.6em;
    line-height: normal;
  }
  .summary {
    font-size: 2.4em;
  }
  .table-responsive {
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive>table {
    margin-bottom: 0;
  }
  .bottomFooter .menu {
    text-align: center;
    margin: 0 auto;
  }
  .bottomFooter .menu li {
    margin: 0 auto;
  }
  #toTop {
    bottom: 120px;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  .visible-phone {
    display: block;
  }
  .hidden-phone {
    display: none;
  }
  .column_18 {
    width: 66.66666666666666%;
  }
  .column_0 {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .container_column {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
  .background-left .container_column {
    background-position: 0 0 !important;
  }
  .header .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header_mobile .container {
    padding-left: 0;
    padding-right: 0;
  }
  .topHeader [class*="column_"] {
    width: auto;
  }
  .header .fa-bars {
    color: ;
  }
  .header #logo {
    float: left;
    padding: 10px 0 10px 0;
  }
  .header .nav-control {
    padding: 10px 0 10px 0;
  }
  .header .nav-control {
    float: right;
    text-align: right;
  }
  .sidebar {
    padding: 0;
  }
  .submenu {
    margin-bottom: 15px;
  }
  .sidebar :last-child {
    margin-bottom: 0;
  }
  .img-right {
    float: none !important;
    margin: 0 0 20px 0 !important;
  }
  .footer .col_1,
  .footer .col_1,
  .footer .col_1,
  .footer .col_4 {
    width: 50%;
  }
  .footer .column_24 {
    padding-bottom: 0;
    width: 100%;
  }
  .bottomFooter [class*="column_"] {
    text-align: center;
    width: 100%;
  }
  .bottomFooter .menu {
    text-align: center;
    margin: 0 auto;
    width: auto;
  }
  .bottomFooter .menu li {
    margin: 0 auto;
  }
  #toTop {
    bottom: 80px;
  }
}
@media only screen and (min-width : 957px) {
  .topHeader [class*="column_"] {
    width: auto;
  }
}
body.maintenance {
  text-align: center;
}
body.maintenance h1 {
  line-height: 1.4em;
}
body.maintenance p {
  font-size: 1.8em;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
.team-member-image img {
  transition: all .2s ease-in-out;
}
.team-member-image img:hover {
  transform: scale(1.1);
}
.hidden-anchor br {
  display: none;
}
@media only screen and (max-width: 1098px) {
  .header .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header_mobile .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  html {
    font-size: 59.5%;
  }
  .box_featured h2 {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 856px) {
  p.summary_form {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 500px) {
  .image-module {
    margin-bottom: 20px !important;
  }
  .has-mini-header .header_mobile,
  .has-mini-header .header .nav-control {
    display: none !important;
  }
}
#content .blog-article .blog-article-image {
  margin-bottom: 60px;
}
#content .blog-article .blog-article-content {
  background-color: #fff;
  padding-right: 80px;
}
#content .blog-article .blog-article-content h2 {
  color: #3C3C3C;
  font-size: 2.4em;
  font-weight: 400;
  margin-bottom: 12px;
  text-transform: uppercase;
}
#content .blog-article .blog-article-content h2:before {
  content: none;
  display: none;
}
#content .blog-article .blog-article-content h3 {
  color: #3C3C3C;
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
#content .blog-article .blog-article-content p {
  color: #3C3C3C;
  font-size: 1.6em;
  margin-bottom: 20px;
}
#content .blog-article .blog-article-content p.lead {
  border: 1px solid #0089B7;
  color: #0089B7;
  font-size: 2.8em;
  font-weight: 300;
  line-height: 1.3em;
  margin-top: 40px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}
#content .blog-article .blog-article-content p.tags {
  color: #72808C;
  font-size: 1.5em;
}
#content .blog-article .blog-article-content p.tags a {
  color: #72808C;
}
#content .blog-article .blog-article-content p.tags a:hover {
  color: #0066CC;
}
#content .blog-article .blog-article-content ul {
  margin-bottom: 28px;
}
#content .blog-article .blog-article-content ul li {
  background: url(/media/boliches-listado.png) no-repeat 0 10px;
  color: #435667;
  font-size: 1.8em;
  margin-bottom: 12px;
}
#content .blog-article .blog-article-content p + h2,
#content .blog-article .blog-article-content p + h3 {
  padding-top: 20px;
}
#content .blog-article .blog-article-content *:last-child {
  margin-bottom: 0;
}
.module-superfeatured-blog .cols_group > .column_24 {
  margin-bottom: 55px;
}
.module-superfeatured-blog .cols_group > .column_24:nth-child(even) .article-content .column_12:first-child {
  float: right;
}
.module-superfeatured-blog .cols_group > .column_24:last-child {
  margin-bottom: 0;
}
.module-superfeatured-blog .article-img {
  position: relative;
  text-align: center;
}
.module-superfeatured-blog .article-img img.article-img-thumbnail {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.module-superfeatured-blog .article-img:hover img.article-img-thumbnail {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.module-superfeatured-blog .article-img .article-share {
  position: absolute;
  top: 0;
  right: -200px;
  height: 50px;
  width: 250px;
  -webkit-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
.module-superfeatured-blog .article-img .article-share:hover {
  right: 0;
  -webkit-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
.module-superfeatured-blog .article-img .article-share .crafty-social-buttons-align-left {
  margin: 0;
}
.module-superfeatured-blog .article-img .article-share .crafty-social-caption {
  display: none;
}
.module-superfeatured-blog .article-img .article-share li {
  margin: 0;
  padding: 0;
}
.module-superfeatured-blog .article-img .article-share li img {
  height: 50px !important;
  width: 50px !important;
}
.module-superfeatured-blog .post-item-details {
  background-color: #F2F2F2;
  padding: 24px 20px 40px 20px;
}
.module-superfeatured-blog .post-item-details .post-category {
  font-size: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
}
.module-superfeatured-blog .post-item-details .post-category a {
  color: #6E6E6E;
}
.module-superfeatured-blog .post-item-details .post-category a:hover {
  color: #00ADEC;
}
.module-superfeatured-blog .post-item-details h3 {
  color: #3C3C3C;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.1em;
  margin-bottom: 14px;
}
.module-superfeatured-blog .post-item-details h3.post-title-featured {
  font-size: 3.6em;
}
.module-superfeatured-blog .post-item-details h3 a {
  color: #3C3C3C;
}
.module-superfeatured-blog .post-item-details h3 a:hover {
  color: #00ADEC;
}
.module-superfeatured-blog .post-item-details p {
  color: #3C3C3C;
  font-size: 1.5em;
}
.module-superfeatured-blog .post-item-details .button-container {
  margin-top: 40px;
}
.module-superfeatured-blog .post-item-details .button-container .button {
  background: none;
  border: 1px solid #00AEEF;
  color: #1090BB;
}
.module-superfeatured-blog .post-item-details .button-container .button:hover {
  background-color: #00AEEF;
  color: #fff;
}
.module-featured-blog .column_8,
.module-featured-blog .column_12,
.module-related-blog .column_8,
.module-related-blog .column_12,
.module-blog-list .column_8,
.module-blog-list .column_12 {
  margin-bottom: 27.5px;
}
.module-featured-blog .post-item,
.module-related-blog .post-item,
.module-blog-list .post-item {
  background-color: #FFFFFF;
}
.module-featured-blog .article-img img.article-img-thumbnail,
.module-related-blog .article-img img.article-img-thumbnail,
.module-blog-list .article-img img.article-img-thumbnail {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.module-featured-blog .article-img:hover img.article-img-thumbnail,
.module-related-blog .article-img:hover img.article-img-thumbnail,
.module-blog-list .article-img:hover img.article-img-thumbnail {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}
.module-featured-blog .article-img .article-share,
.module-related-blog .article-img .article-share,
.module-blog-list .article-img .article-share {
  position: absolute;
  top: 0;
  right: -200px;
  height: 50px;
  width: 250px;
  -webkit-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
.module-featured-blog .article-img .article-share:hover,
.module-related-blog .article-img .article-share:hover,
.module-blog-list .article-img .article-share:hover {
  right: 0;
  -webkit-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
}
.module-featured-blog .article-img .article-share .crafty-social-buttons-align-left,
.module-related-blog .article-img .article-share .crafty-social-buttons-align-left,
.module-blog-list .article-img .article-share .crafty-social-buttons-align-left {
  margin: 0;
}
.module-featured-blog .article-img .article-share .crafty-social-caption,
.module-related-blog .article-img .article-share .crafty-social-caption,
.module-blog-list .article-img .article-share .crafty-social-caption {
  display: none;
}
.module-featured-blog .article-img .article-share li,
.module-related-blog .article-img .article-share li,
.module-blog-list .article-img .article-share li {
  margin: 0;
  padding: 0;
}
.module-featured-blog .article-img .article-share li img,
.module-related-blog .article-img .article-share li img,
.module-blog-list .article-img .article-share li img {
  height: 50px !important;
  width: 50px !important;
}
.module-featured-blog .post-category,
.module-related-blog .post-category,
.module-blog-list .post-category {
  font-size: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
}
.module-featured-blog .post-category a,
.module-related-blog .post-category a,
.module-blog-list .post-category a {
  color: #6E6E6E;
}
.module-featured-blog .post-category a:hover,
.module-related-blog .post-category a:hover,
.module-blog-list .post-category a:hover {
  color: #00ADEC;
}
.module-featured-blog .post-item-details,
.module-related-blog .post-item-details,
.module-blog-list .post-item-details {
  background-color: #F2F2F2;
  padding: 22px;
}
.module-featured-blog h3,
.module-related-blog h3,
.module-blog-list h3 {
  color: #3C3C3C;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.1em;
  margin-bottom: 8px;
}
.module-featured-blog h3 a,
.module-related-blog h3 a,
.module-blog-list h3 a {
  color: #3C3C3C;
}
.module-featured-blog h3 a:hover,
.module-related-blog h3 a:hover,
.module-blog-list h3 a:hover {
  color: #00ADEC;
}
.module-featured-blog p,
.module-related-blog p,
.module-blog-list p {
  color: #3C3C3C;
  font-size: 1.5em;
}
.module-featured-blog .button-container,
.module-related-blog .button-container,
.module-blog-list .button-container {
  margin-top: 40px;
}
.module-featured-blog .button-container .button,
.module-related-blog .button-container .button,
.module-blog-list .button-container .button {
  background: none;
  border: 1px solid #00AEEF;
  color: #1090BB;
}
.module-featured-blog .button-container .button:hover,
.module-related-blog .button-container .button:hover,
.module-blog-list .button-container .button:hover {
  background-color: #00AEEF;
  color: #fff;
}
.module-featured-blog .post-item .post-item-details *:last-child {
  margin-bottom: 0;
}
.module-featured-blog .post-item + .post-item {
  margin-top: 24px;
}
.module-superfeatured-blog + .module-featured-blog,
.module-superfeatured-blog + .module-blog-list,
.module-featured-blog + .module-blog-list {
  padding-top: 55px;
}
.moduleText + .module-superfeatured-blog,
.moduleText + .module-featured-blog,
.moduleText + .module-blog-list {
  padding-top: 22px;
}
.module-related-blog {
  padding-top: 55px;
  padding-bottom: 0;
}
.module-related-blog .column_12 {
  margin-bottom: 0;
}
.nav-numeric-pagination {
  clear: both;
  font-size: 1.8em;
  text-align: right;
}
.nav-numeric-pagination .current,
.nav-numeric-pagination a {
  border: 1px solid #0066CC;
  margin: 0 2px;
  padding: 0 5px;
}
.nav-numeric-pagination a {
  color: #11699C;
}
.nav-numeric-pagination .current,
.nav-numeric-pagination a:hover {
  background-color: #0066CC;
  color: #fff;
}
.nav-prev-next-pagination {
  clear: both;
  font-size: 1.8em;
  text-align: right;
  text-transform: uppercase;
}
.nav-prev-next-pagination a {
  border: 1px solid #0066CC;
  display: inline-block;
  margin: 0;
  padding: 14px 44px;
}
.nav-prev-next-pagination a.nav-pagination-prev {
  background-color: #0066CC;
  color: #fff;
}
.nav-prev-next-pagination a.nav-pagination-prev:hover {
  background-color: #3256A6;
  color: #fff;
}
.nav-prev-next-pagination a.nav-pagination-next {
  color: #0066CC;
  margin: 0 0 0 16px;
}
.nav-prev-next-pagination a.nav-pagination-next:hover {
  background-color: #0066CC;
  color: #fff;
}
.blog-article-comments {
  margin-top: 60px;
  padding: 30px;
}
#content .blog-article-comments h2 {
  font-size: 2.4em;
  margin-bottom: 48px;
  text-transform: uppercase;
}
#content .blog-article-comments h2:before {
  content: none;
  display: none;
}
.blog-article-comments p {
  font-size: 1.6em;
}
.blog-article-comments p.title {
  color: #4D4D4D;
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
}
.comments-list {
  background-color: transparent;
  padding-top: 55px;
}
.comment-respond p.form-submit {
  text-align: right;
  margin-top: 20px;
}
.comment-respond h3 {
  font-size: 2.2em;
  font-weight: 300;
  color: #003E69;
  margin-bottom: 12px;
  padding-top: 0;
}
h3.title_comments {
  margin: 0 0 10px 0;
  padding-top: 0;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
}
.comment-respond label {
  font-size: 1.1em;
}
.comment-respond .comment-form-author {
  width: 45%;
  float: left;
  border: 0;
}
.comment-respond .comment-form-email {
  width: 45%;
  float: right;
  border: 0;
}
.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-comment textarea {
  border: 0;
  color: #333;
  padding: 7px 10px;
  margin-top: 10px;
  background-color: #FFF;
}
.comment-respond .comment-form-comment textarea {
  height: 230px;
  width: 100%;
}
.comment-respond .comment-reply-title small {
  font-size: 0.6em;
}
.comments p.comments-number {
  color: #727F8C;
  font-size: 2.4em;
  padding: 0;
  margin-bottom: 30px;
}
.comments ul {
  margin-bottom: 60px;
}
.comments ul li {
  font-size: 1.6em;
  padding: 0;
  margin: 0 0 20px 0;
  background-image: none;
}
.comments ul ul.children {
  padding: 0 0 0 0 !important;
  margin: 0 !important;
  border-bottom: 0;
}
.comments ul ul.children li {
  padding: 0 0 0 0 !important;
  margin: 0 !important;
  border-bottom: 0;
}
.comments cite.fn {
  font-size: 1em;
  color: #F15852;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 15px;
}
.comments .says {
  display: none;
}
.comments .commentmetadata {
  font-size: 1em;
  color: #545454;
  font-weight: 600;
}
.comments .commentmetadata a {
  color: #545454;
}
.comments ul li p {
  margin-top: 10px;
  font-size: 1em;
}
.comment-respond .form-allowed-tags {
  display: none;
}
.comment-respond .form-submit {
  text-align: center;
}
.comments-list .li-comment article.comment {
  padding: 36px 36px 36px 36px !important;
  list-style-type: none;
  list-style: none;
}
.comments-list .li-comment .avatar {
  float: left;
  width: 68px;
  height: 68px;
  margin-right: 20px;
}
.comments-list .li-comment .comment-item {
  float: left;
}
.comments-list .li-comment p.info {
  font-size: 1.0em;
  color: #9E9991;
}
.comments-list .li-comment p.info span {
  font-size: 1em;
}
.comments-list .li-comment p.info span.author {
  margin-right: 15px;
}
.comments-list li.owner article.comment {
  background-color: #FFFFFF;
}
li.owner li article.comment {
  background-color: #FFFFFF;
}
li.owner li.owner article.comment {
  background-color: #FFFFFF;
}
li.owner .avatar span {
  background-color: #0066CC;
  color: #FFFFFF;
  display: block;
  text-align: center;
  padding: 2px;
}
.comments-list li.owner li.owner article.comment,
.comments-list li li li.owner article.comment {
  border: 0;
  background-color: #FFFFFF;
  padding-left: 72px !important;
  padding-right: 72px !important;
}
.comments-list li.owner li article.comment,
.comments-list li.owner li li article.comment {
  background-color: #FFFFFF;
  border: 0;
  padding-left: 72px !important;
  padding-right: 72px !important;
}
@media only screen and (max-width: 480px) {
  #content .blog-article .blog-article-image {
    height: auto;
    max-height: 256px;
  }
  #content .blog-article .blog-article-image img.article-img-full {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  #content .blog-article .blog-article-image .article-share {
    right: -200px;
    height: 50px;
    width: 250px;
  }
  #content .blog-article .blog-article-image .article-share li img {
    height: 50px !important;
    width: 50px !important;
  }
  #content .blog-article .blog-article-header {
    padding: 22px;
  }
  #content .blog-article .blog-article-header h1 {
    font-size: 3.2em;
    line-height: 1.3em;
  }
  #content .blog-article .blog-article-header p {
    font-size: 1.6em;
  }
  #content .blog-article .blog-article-header p.post-category {
    line-height: 1.3em;
  }
  #content .blog-article .blog-article-content {
    padding: 22px;
  }
  #content .blog-article .blog-article-content h2 {
    font-size: 2em;
  }
  #content .blog-article .blog-article-content p {
    margin-bottom: 30px;
  }
  #content .blog-article .blog-article-content p.lead {
    font-size: 2.4em;
  }
  #content .blog-article .blog-article-content p img {
    display: block;
    float: none;
    margin: 0;
    padding-bottom: 30px;
  }
  #content .module-superfeatured-blog .post-item {
    margin-bottom: 24px;
  }
  #content .module-superfeatured-blog .article-img {
    height: auto;
    max-height: 256px;
  }
  #content .module-superfeatured-blog .article-img img.article-img-thumbnail {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  #content .module-superfeatured-blog .article-img .article-share {
    right: -200px;
    height: 50px;
    width: 250px;
  }
  #content .module-superfeatured-blog .article-img .article-share li img {
    height: 50px !important;
    width: 50px !important;
  }
  #content .module-featured-blog .post-item,
  #content .module-related-blog .post-item,
  #content .module-blog-list .post-item {
    height: auto !important;
  }
  #content .module-featured-blog .article-img,
  #content .module-related-blog .article-img,
  #content .module-blog-list .article-img {
    height: auto;
    max-height: 256px;
  }
  #content .module-featured-blog .article-img img.article-img-thumbnail,
  #content .module-related-blog .article-img img.article-img-thumbnail,
  #content .module-blog-list .article-img img.article-img-thumbnail {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #content .blog-article .blog-article-image {
    height: auto;
    max-height: 256px;
  }
  #content .blog-article .blog-article-image img.article-img-full {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  #content .blog-article .blog-article-image .article-share {
    right: -200px;
    height: 50px;
    width: 250px;
  }
  #content .blog-article .blog-article-image .article-share li img {
    height: 50px !important;
    width: 50px !important;
  }
  #content .blog-article .blog-article-header {
    padding: 22px;
  }
  #content .blog-article .blog-article-header h1 {
    font-size: 3.2em;
    line-height: 1.3em;
  }
  #content .blog-article .blog-article-header p {
    font-size: 1.6em;
  }
  #content .blog-article .blog-article-header p.post-category {
    line-height: 1.3em;
  }
  #content .blog-article .blog-article-content {
    padding: 22px;
  }
  #content .blog-article .blog-article-content h2 {
    font-size: 2em;
  }
  #content .blog-article .blog-article-content p {
    margin-bottom: 30px;
  }
  #content .blog-article .blog-article-content p.lead {
    font-size: 2.4em;
  }
  #content .blog-article .blog-article-content p img {
    display: block;
    float: none;
    margin: 0;
    padding-bottom: 30px;
  }
  #content .module-superfeatured-blog .article-img {
    height: auto;
    max-height: 256px;
  }
  #content .module-superfeatured-blog .article-img img.article-img-thumbnail {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  #content .module-superfeatured-blog .article-img .article-share {
    right: -200px;
    height: 50px;
    width: 250px;
  }
  #content .module-superfeatured-blog .article-img .article-share li img {
    height: 50px !important;
    width: 50px !important;
  }
  #content .module-featured-blog .post-item,
  #content .module-related-blog .post-item,
  #content .module-blog-list .post-item {
    height: auto !important;
  }
  #content .module-featured-blog .article-img,
  #content .module-related-blog .article-img,
  #content .module-blog-list .article-img {
    height: auto;
    max-height: 256px;
  }
  #content .module-featured-blog .article-img img.article-img-thumbnail,
  #content .module-related-blog .article-img img.article-img-thumbnail,
  #content .module-blog-list .article-img img.article-img-thumbnail {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  #content .blog-module .column_16,
  #content .blog-module .column_8 {
    width: 100%;
  }
  #content .module-superfeatured-blog .post-item {
    margin-bottom: 24px;
  }
  #content .blog-article .blog-article-content p img {
    display: block;
    float: none;
    margin: 0;
    padding-bottom: 30px;
  }
}
#bottom-footer .container {
  max-width: 1128px;
  padding: 12px 0;
}
#bottom-footer > .row.top-spacing {
  padding-top: 0;
}
#bottom-footer > .row.top-spacing > .container {
  padding-top: 110px;
}
#bottom-footer > .row.bottom-spacing {
  padding-bottom: 0;
}
#bottom-footer > .row.bottom-spacing > .container {
  padding-bottom: 110px;
}
#bottom-footer > .row.top-spacing-med {
  padding-top: 0;
}
#bottom-footer > .row.top-spacing-med > .container {
  padding-top: 55px;
}
#bottom-footer > .row.bottom-spacing-med {
  padding-bottom: 0;
}
#bottom-footer > .row.bottom-spacing-med > .container {
  padding-bottom: 55px;
}
#bottom-footer > .row.top-spacing-min {
  padding-top: 0;
}
#bottom-footer > .row.top-spacing-min > .container {
  padding-top: 27.5px;
}
#bottom-footer > .row.bottom-spacing-min {
  padding-bottom: 0;
}
#bottom-footer > .row.bottom-spacing-min > .container {
  padding-bottom: 27.5px;
}
#bottom-footer > .row > .container {
  padding-left: 50px;
  padding-right: 50px;
}
#bottom-footer > .row.row-inner > .container {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 480px) {
  #bottom-footer .row .container {
    display: block;
  }
  #bottom-footer .row .container .cols_group {
    display: block;
  }
  #bottom-footer .row .container .cols_group [class*='column_'] {
    border: 0;
    display: block;
    padding: 0 12px;
    width: 100%;
  }
  #bottom-footer .row .container .cols_group [class*='column_'] + [class*='column_'] {
    padding-top: 20px;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #bottom-footer .row .container {
    display: block;
  }
  #bottom-footer .row .container .cols_group {
    display: block;
  }
  #bottom-footer .row .container .cols_group [class*='column_'] {
    border: 0;
    display: block;
    padding: 0 12px;
    width: 100%;
  }
  #bottom-footer .row .container .cols_group [class*='column_'] + [class*='column_'] {
    padding-top: 20px;
  }
}
.clients-item {
  margin-bottom: 24px;
  text-align: center;
}
.slide .clients-item {
  margin-bottom: 0;
}
.clients-module .carousel-items {
  margin-top: 20px;
}
.clients-module a.prev,
.clients-module a.next {
  background-image: url(/media/slide_pagination_11.png);
  display: inline-block;
  height: 51px;
  width: 50px;
  outline: none;
}
.clients-module a.prev {
  background-position: 0 0;
}
.clients-module a.prev:hover {
  background-position: 0 50px;
}
.clients-module a.next {
  background-position: -50px 0;
  width: 49px;
}
.clients-module a.next:hover {
  background-position: -50px 50px;
}
.clients-module a.prev span,
.clients-module a.next span {
  display: none;
}
.client-module a.disabled {
  display: none !important;
}
.no-js .clients-module a.prev,
.no-js .clients-module a.next {
  background: none;
}
.no-js .slide .clients-item {
  margin-bottom: 24px;
}
#content .container {
  max-width: 1128px;
  padding-left: 0;
  padding-right: 0;
}
#content .container_column > .row.top-spacing {
  padding-top: 0;
}
#content .container_column > .row.top-spacing > .container {
  padding-top: 110px;
}
#content .container_column > .row.bottom-spacing {
  padding-bottom: 0;
}
#content .container_column > .row.bottom-spacing > .container {
  padding-bottom: 110px;
}
#content .container_column > .row.top-spacing-med {
  padding-top: 0;
}
#content .container_column > .row.top-spacing-med > .container {
  padding-top: 55px;
}
#content .container_column > .row.bottom-spacing-med {
  padding-bottom: 0;
}
#content .container_column > .row.bottom-spacing-med > .container {
  padding-bottom: 55px;
}
#content .container_column > .row.top-spacing-min {
  padding-top: 0;
}
#content .container_column > .row.top-spacing-min > .container {
  padding-top: 27.5px;
}
#content .container_column > .row.bottom-spacing-min {
  padding-bottom: 0;
}
#content .container_column > .row.bottom-spacing-min > .container {
  padding-bottom: 27.5px;
}
#content .container_column > .row > .container {
  border-left: 2px solid #CCC;
  padding-left: 50px;
  padding-right: 92px;
}
#content .container_column > .row.bg-image-height > .container {
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#content .container_column > .row.row-inner > .container {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
#content .article-header h1 {
  font-size: 4em;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 7px;
  position: relative;
  text-transform: uppercase;
}
#content .article-header h1:before {
  background-color: #00ADEC;
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: -52px;
  height: 60px;
  width: 2px;
  z-index: 90;
}
#content .article-header p {
  font-size: 1.6em;
}
#content .article-header .menu-categories {
  padding-top: 12px;
}
#content .article-header .menu-categories ul {
  margin-bottom: 0;
}
#content .article-header .menu-categories ul li {
  background: none;
  display: inline-block;
  font-size: 1.5em;
  margin: 0 10px 0 0;
  padding: 0 0 1px 0;
}
#content .article-header .menu-categories ul li:last-child {
  margin-right: 0;
}
#content .article-header .menu-categories ul li a {
  display: block;
  padding: 11px 17px;
}
#content .pretitle {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
}
#content .pretitle:before {
  background-color: #00ADEC;
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: -40px;
  height: 60px;
  width: 2px;
  z-index: 90;
}
#content h2,
#content .h2 {
  font-size: 3.6em;
  font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 4px;
  position: relative;
}
#content h2:before,
#content .h2:before {
  background-color: #00ADEC;
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: -52px;
  height: 60px;
  width: 2px;
  z-index: 90;
}
#content .row.row-height .pretitle:before,
#content .row.row-height h2:before,
#content .row.row-height .h2:before {
  left: -52px;
}
#content .pretitle + h2:before,
#content .pretitle + .h2:before {
  content: none;
  display: none;
}
#content p.title {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
}
#content p.title + p {
  margin-bottom: 24px;
}
#content .row.row-inner .pretitle:before,
#content .row.row-inner h2:before,
#content .row.row-inner .h2:before {
  content: none;
  display: none;
}
#content .container.boxed {
  background-color: #fff;
  padding: 60px 90px;
  max-width: 1128px;
}
#content .container.boxed h2 {
  font-size: 2.4em;
  font-weight: 700;
  text-transform: uppercase;
}
#content .container.boxed h3 {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 22px;
  text-transform: uppercase;
}
#content .container.boxed p {
  font-size: 1.8em;
  margin-bottom: 40px;
}
#content .container.boxed ul {
  margin-bottom: 28px;
}
#content .container.boxed ul li {
  background: url(/media/boliches-listado.png) no-repeat 0 10px;
  font-size: 1.8em;
  margin-bottom: 12px;
}
#content .container.boxed *:last-child {
  margin-bottom: 0;
}
.gform_wrapper {
  margin: 0;
  padding: 20px 0 0 0;
}
.gform_wrapper form {
  margin: 0 !important;
  width: 70%;
}
.gform_wrapper form ul li {
  background: none;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0;
}
.gform_wrapper form ul li div.ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper form ul li.gfield input,
.gform_wrapper form ul li.gfield select,
.gform_wrapper form ul li.gfield textarea {
  font-size: 1.6em;
}
.gform_wrapper form ul li.gfield.gfield_error,
.gform_wrapper form ul li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none !important;
  margin-bottom: 6px !important;
  border: 0 !important;
  padding: 0 !important;
}
.gform_wrapper form ul li.gfield.gfield_error label,
.gform_wrapper form ul li.gfield.gfield_error .gfield_description {
  color: red;
}
.gform_wrapper form ul li.gfield.gfield_error input,
.gform_wrapper form ul li.gfield.gfield_error textarea {
  border-color: red !important;
}
.gform_wrapper form ul li.input-right {
  float: right;
}
.gform_wrapper form ul li .gfield_description {
  font-size: 12px;
  padding-top: 0 !important;
}
.gform_wrapper form ul li label {
  font-size: 16px !important;
  font-weight: 300 !important;
  text-transform: uppercase;
}
.gform_wrapper form ul li input[type=checkbox] + label {
  text-transform: none;
}
.gform_wrapper form .gform_footer {
  padding: 0;
}
.gform_wrapper form .gform_footer input.button,
.gform_wrapper form .gform_footer input[type=submit] {
  font-size: 1.5em !important;
}
.gform_wrapper div.validation_error {
  border-top: 2px solid red !important;
  border-bottom: 2px solid red !important;
  color: red !important;
  font-size: 16px !important;
  padding: 10px 0 !important;
  margin: 0 0 15px 0 !important;
  clear: both;
  width: 100%;
}
.gform_wrapper .gform_confirmation_wrapper {
  font-size: 16px;
}
.bg-image.bg-image-height {
  min-height: 625px !important;
}
.bg-image .gform_wrapper form ul li.gfield input,
.bg-image .gform_wrapper form ul li.gfield select,
.bg-image .gform_wrapper form ul li.gfield textarea {
  border: 0;
}
.bg-0 h1,
.bg-0 .h1,
.bg-0 h2,
.bg-0 .h2,
.bg-0 h3,
.bg-0 .h3,
.bg-0 h4,
.bg-0 .h4,
.bg-0 h5,
.bg-0 .h5,
.bg-0 h6,
.bg-0 .h6,
.bg-0 p,
.bg-0 li,
.bg-0 .gform_confirmation_wrapper {
  color: #fff;
}
.bg-01 h1,
.bg-01 .h1 {
  color: #0089B7;
}
.bg-01 h2,
.bg-01 .h2,
.bg-01 h3,
.bg-01 .h3,
.bg-01 h4,
.bg-01 .h4,
.bg-01 h5,
.bg-01 .h5,
.bg-01 h6,
.bg-01 .h6,
.bg-01 p,
.bg-01 li,
.bg-01 .gform_confirmation_wrapper {
  color: #3C3C3C;
}
.bg-02 h1,
.bg-02 .h1,
.bg-02 h2,
.bg-02 .h2,
.bg-02 h3,
.bg-02 .h3,
.bg-02 h4,
.bg-02 .h4,
.bg-02 h5,
.bg-02 .h5,
.bg-02 h6,
.bg-02 .h6,
.bg-02 p,
.bg-02 li,
.bg-02 .gform_confirmation_wrapper {
  color: #fff;
}
.bg-02 a {
  color: #00ADEC;
  text-decoration: none;
}
.bg-02 a:hover {
  color: #fff;
  text-decoration: none;
}
.bg-02 .menu-categories a {
  border: 1px solid #fff;
}
.bg-03 h1,
.bg-03 .h1 {
  color: #0089B7;
}
.bg-03 h2,
.bg-03 .h2,
.bg-03 h3,
.bg-03 .h3,
.bg-03 h4,
.bg-03 .h4,
.bg-03 h5,
.bg-03 .h5,
.bg-03 h6,
.bg-03 .h6,
.bg-03 p,
.bg-03 li,
.bg-03 .gform_confirmation_wrapper {
  color: #3C3C3C;
}
.bg-03 a {
  color: #0089B7;
}
.bg-03 a:hover {
  color: #3C3C3C;
}
.bg-03 a.button {
  background: none;
  border: 1px solid #00AEEF;
  color: #1090BB;
}
.bg-03 a.button:hover {
  background-color: #00AEEF;
  color: #fff;
}
.bg-03 .menu-categories a {
  border: 1px solid #0089B7;
}
.bg-04 h1,
.bg-04 .h1 {
  color: #0089B7;
}
.bg-04 h2,
.bg-04 .h2,
.bg-04 h3,
.bg-04 .h3,
.bg-04 h4,
.bg-04 .h4,
.bg-04 h5,
.bg-04 .h5,
.bg-04 h6,
.bg-04 .h6,
.bg-04 p,
.bg-04 li,
.bg-04 .gform_confirmation_wrapper {
  color: #3C3C3C;
}
.bg-04 a {
  color: #0089B7;
}
.bg-04 a:hover {
  color: #3C3C3C;
}
.bg-04 .menu-categories a {
  border: 1px solid #0089B7;
}
.bg-05 h1,
.bg-05 .h1 {
  color: #FFF;
}
.bg-05 h2,
.bg-05 .h2,
.bg-05 h3,
.bg-05 .h3,
.bg-05 h4,
.bg-05 .h4,
.bg-05 h5,
.bg-05 .h5,
.bg-05 h6,
.bg-05 .h6,
.bg-05 p,
.bg-05 li,
.bg-05 .gform_confirmation_wrapper {
  color: #FFF;
}
.bg-05 a {
  color: #FFF;
}
.bg-05 a:hover {
  color: #FFF;
}
.bg-05 .menu-categories a {
  border: 1px solid #FFF;
}
.breadcrumbs p {
  color: #999;
  font-size: 1.1em;
  margin-bottom: 20px;
}
.bg-05 .breadcrumbs p {
  color: #fff;
}
#content .cool-timeline-wrapper {
  font-family: "aller", sans-serif;
}
#content .cool-timeline.white-timeline .timeline-post.even .timeline-content .content-title,
#content .cool-timeline.white-timeline .timeline-post.odd .timeline-content .content-title {
  font-size: 2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#content .cool-timeline.white-timeline .timeline-post.even .timeline-content .content-title:before,
#content .cool-timeline.white-timeline .timeline-post.odd .timeline-content .content-title:before {
  content: none;
}
#content .cool-timeline.compact .timeline-post .timeline-content h2.compact-content-title,
#content .cool-timeline.compact .timeline-post .timeline-content h2.content-title,
#content .cool-timeline .timeline-post .timeline-content h2.content-title,
#content .cool-timeline .timeline-post .timeline-content h2.content-title-2,
#content .cool-timeline .timeline-post .timeline-content h2.content-title-simple,
#content .cool-social-timeline .ctl-social-timeline-block .ctl-social-timeline-content .ctl_social_cont h2 {
  text-transform: none;
}
#content .cool-timeline .timeline-year {
  line-height: 50px;
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#content .cool-timeline .timeline-year .icon-placeholder span {
  font-size: 22px;
  font-weight: 400;
  top: 12px;
}
#content .cool-timeline .timeline-post .timeline-content .content-details p {
  font-size: 16px;
}
#content .cool-timeline .timeline-post .timeline-meta .meta-details {
  font-size: 16px;
}
#content .cool-timeline .ctlhidden {
  opacity: 1 !important;
}
div.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 0 30px 0;
  clear: both;
}
div.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  #content .container {
    max-width: 90% !important;
  }
  #content .container {
    max-width: 90% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #content .container_column > .row.top-spacing {
    padding-top: 0 !important;
  }
  #content .container_column > .row.top-spacing > .container {
    padding-top: 55px !important;
  }
  #content .container_column > .row.bottom-spacing {
    padding-bottom: 0 !important;
  }
  #content .container_column > .row.bottom-spacing > .container {
    padding-bottom: 55px !important;
  }
  #content .container_column > .row.top-spacing-med {
    padding-top: 0 !important;
  }
  #content .container_column > .row.top-spacing-med > .container {
    padding-top: 55px !important;
  }
  #content .container_column > .row.bottom-spacing-med {
    padding-bottom: 0 !important;
  }
  #content .container_column > .row.bottom-spacing-med > .container {
    padding-bottom: 55px !important;
  }
  #content .container_column > .row.top-spacing-min {
    padding-top: 0 !important;
  }
  #content .container_column > .row.top-spacing-min > .container {
    padding-top: 27.5px !important;
  }
  #content .container_column > .row.bottom-spacing-min {
    padding-bottom: 0 !important;
  }
  #content .container_column > .row.bottom-spacing-min > .container {
    padding-bottom: 27.5px !important;
  }
  #content .container_column > .row > .container {
    border-left: 2px solid #CCC !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #content .container_column > .row.bg-image-height > .container {
    height: 100% !important;
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
  }
  #content .container_column > .row.row-height > .container,
  #content .container_column > .row.row-height > .container > .cols_group,
  #content .container_column > .row.row-height > .container > .cols_group > [class^="column_"],
  #content .container_column > .row.row-height > .container > .cols_group > [class*=" column_"] {
    display: block;
  }
  #content .container_column > .row.row-height > .container > .cols_group > [class^="column_"],
  #content .container_column > .row.row-height > .container > .cols_group > [class*=" column_"] {
    border: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  #content .container_column > .row.row-inner > .container {
    border: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }
  #content .container_column > .row.row-inner > .container > .cols_group {
    margin-left: 0;
    margin-right: 0;
  }
  #content .container_column > .row.row-inner > .container > .cols_group > [class^="column_"],
  #content .container_column > .row.row-inner > .container > .cols_group > [class*=" column_"] {
    padding-left: 0;
    padding-right: 0;
  }
  #content .article-header h1 {
    font-size: 3em;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 7px;
    position: relative;
    text-transform: uppercase;
  }
  #content .article-header h1:before {
    top: 11px;
    left: -32px;
    height: 60px;
  }
  #content .article-header p {
    font-size: 1.6em;
  }
  #content .article-header .menu-categories {
    padding-top: 12px;
  }
  #content .article-header .menu-categories ul {
    margin-bottom: 0;
  }
  #content .article-header .menu-categories ul li {
    background: none;
    display: inline-block;
    font-size: 1.5em;
    margin: 0 10px 0 0;
    padding: 0 0 1px 0;
  }
  #content .article-header .menu-categories ul li:last-child {
    margin-right: 0;
  }
  #content .article-header .menu-categories ul li a {
    display: block;
    padding: 11px 17px;
  }
  #content .pretitle {
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
  }
  #content .pretitle:before {
    background-color: #00ADEC;
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: -20px;
    height: 60px;
    width: 2px;
    z-index: 90;
  }
  #content h2,
  #content .h2 {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 4px;
  }
  #content h2:before,
  #content .h2:before {
    background-color: #00ADEC;
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: -32px;
    height: 60px;
    width: 2px;
    z-index: 90;
  }
  #content .row.row-height .pretitle:before,
  #content .row.row-height h2:before,
  #content .row.row-height .h2:before {
    left: -20px;
  }
  #content .row.bg-image-height {
    min-height: 400px !important;
    max-height: 400px !important;
  }
  #content .pretitle + h2:before,
  #content .pretitle + .h2:before {
    content: none;
    display: none;
  }
  #content p.title {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
  }
  #content p.title + p {
    margin-bottom: 24px;
  }
  #content .row.row-inner .pretitle:before,
  #content .row.row-inner h2:before,
  #content .row.row-inner .h2:before {
    content: none;
    display: none;
  }
  #content .container.boxed {
    background-color: #fff;
    padding: 60px 90px;
    max-width: 90% !important;
  }
  #content .container.boxed h2 {
    font-size: 2.4em;
    font-weight: 700;
    text-transform: uppercase;
  }
  #content .container.boxed h3 {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 22px;
    text-transform: uppercase;
  }
  #content .container.boxed p {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
  #content .container.boxed ul {
    margin-bottom: 28px;
  }
  #content .container.boxed ul li {
    background: url(/media/boliches-listado.png) no-repeat 0 10px;
    font-size: 1.8em;
    margin-bottom: 12px;
  }
  #content .container.boxed *:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #content .container {
    max-width: 90% !important;
  }
  #content .container {
    max-width: 90% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #content .container_column > .row.top-spacing {
    padding-top: 0 !important;
  }
  #content .container_column > .row.top-spacing > .container {
    padding-top: 55px !important;
  }
  #content .container_column > .row.bottom-spacing {
    padding-bottom: 0 !important;
  }
  #content .container_column > .row.bottom-spacing > .container {
    padding-bottom: 55px !important;
  }
  #content .container_column > .row.top-spacing-med {
    padding-top: 0 !important;
  }
  #content .container_column > .row.top-spacing-med > .container {
    padding-top: 36.666666666667px !important;
  }
  #content .container_column > .row.bottom-spacing-med {
    padding-bottom: 0 !important;
  }
  #content .container_column > .row.bottom-spacing-med > .container {
    padding-bottom: 36.666666666667px !important;
  }
  #content .container_column > .row.top-spacing-min {
    padding-top: 0 !important;
  }
  #content .container_column > .row.top-spacing-min > .container {
    padding-top: 27.5px !important;
  }
  #content .container_column > .row.bottom-spacing-min {
    padding-bottom: 0 !important;
  }
  #content .container_column > .row.bottom-spacing-min > .container {
    padding-bottom: 27.5px !important;
  }
  #content .container_column > .row > .container {
    border-left: 2px solid #CCC !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #content .container_column > .row.bg-image-height > .container {
    height: 100% !important;
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
  }
  #content .container_column > .row.row-height > .container,
  #content .container_column > .row.row-height > .container > .cols_group,
  #content .container_column > .row.row-height > .container > .cols_group > [class^="column_"],
  #content .container_column > .row.row-height > .container > .cols_group > [class*=" column_"] {
    display: block;
  }
  #content .container_column > .row.row-height > .container > .cols_group > [class^="column_"],
  #content .container_column > .row.row-height > .container > .cols_group > [class*=" column_"] {
    border: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  #content .container_column > .row.row-inner > .container {
    border: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }
  #content .container_column > .row.row-inner > .container > .cols_group {
    margin-left: 0;
    margin-right: 0;
  }
  #content .container_column > .row.row-inner > .container > .cols_group > [class^="column_"],
  #content .container_column > .row.row-inner > .container > .cols_group > [class*=" column_"] {
    padding-left: 0;
    padding-right: 0;
  }
  #content .article-header h1 {
    font-size: 3em;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 7px;
    position: relative;
    text-transform: uppercase;
  }
  #content .article-header h1:before {
    top: 11px;
    left: -32px;
    height: 60px;
  }
  #content .article-header p {
    font-size: 1.6em;
  }
  #content .article-header .menu-categories {
    padding-top: 12px;
  }
  #content .article-header .menu-categories ul {
    margin-bottom: 0;
  }
  #content .article-header .menu-categories ul li {
    background: none;
    display: inline-block;
    font-size: 1.5em;
    margin: 0 10px 0 0;
    padding: 0 0 1px 0;
  }
  #content .article-header .menu-categories ul li:last-child {
    margin-right: 0;
  }
  #content .article-header .menu-categories ul li a {
    display: block;
    padding: 11px 17px;
  }
  #content .pretitle {
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
  }
  #content .pretitle:before {
    background-color: #00ADEC;
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: -20px;
    height: 60px;
    width: 2px;
    z-index: 90;
  }
  #content h2,
  #content .h2 {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 4px;
    position: relative;
  }
  #content h2:before,
  #content .h2:before {
    background-color: #00ADEC;
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: -32px;
    height: 60px;
    width: 2px;
    z-index: 90;
  }
  #content .row.row-height .pretitle:before,
  #content .row.row-height h2:before,
  #content .row.row-height .h2:before {
    left: -20px;
  }
  #content .row.bg-image-height {
    min-height: 400px !important;
    max-height: 400px !important;
  }
  #content .pretitle + h2:before,
  #content .pretitle + .h2:before {
    content: none;
    display: none;
  }
  #content p.title {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
  }
  #content p.title + p {
    margin-bottom: 24px;
  }
  #content .row.row-inner .pretitle:before,
  #content .row.row-inner h2:before,
  #content .row.row-inner .h2:before {
    content: none;
    display: none;
  }
  #content .container.boxed {
    background-color: #fff;
    padding: 60px 90px;
    max-width: 90% !important;
  }
  #content .container.boxed h2 {
    font-size: 2.4em;
    font-weight: 700;
    text-transform: uppercase;
  }
  #content .container.boxed h3 {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 22px;
    text-transform: uppercase;
  }
  #content .container.boxed p {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
  #content .container.boxed ul {
    margin-bottom: 28px;
  }
  #content .container.boxed ul li {
    background: url(/media/boliches-listado.png) no-repeat 0 10px;
    font-size: 1.8em;
    margin-bottom: 12px;
  }
  #content .container.boxed *:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  #content .container {
    max-width: 90% !important;
  }
  #content .container {
    max-width: 90% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #content .container_column > .row.top-spacing {
    padding-top: 0 !important;
  }
  #content .container_column > .row.top-spacing > .container {
    padding-top: 55px !important;
  }
  #content .container_column > .row.bottom-spacing {
    padding-bottom: 0 !important;
  }
  #content .container_column > .row.bottom-spacing > .container {
    padding-bottom: 55px !important;
  }
  #content .container_column > .row.top-spacing-med {
    padding-top: 0 !important;
  }
  #content .container_column > .row.top-spacing-med > .container {
    padding-top: 55px !important;
  }
  #content .container_column > .row.bottom-spacing-med {
    padding-bottom: 0 !important;
  }
  #content .container_column > .row.bottom-spacing-med > .container {
    padding-bottom: 55px !important;
  }
  #content .container_column > .row.top-spacing-min {
    padding-top: 0 !important;
  }
  #content .container_column > .row.top-spacing-min > .container {
    padding-top: 27.5px !important;
  }
  #content .container_column > .row.bottom-spacing-min {
    padding-bottom: 0 !important;
  }
  #content .container_column > .row.bottom-spacing-min > .container {
    padding-bottom: 27.5px !important;
  }
  #content .container_column > .row > .container {
    border-left: 2px solid #CCC !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #content .container_column > .row.bg-image-height > .container {
    height: 100% !important;
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
  }
  #content .container_column > .row.row-height > .container,
  #content .container_column > .row.row-height > .container > .cols_group,
  #content .container_column > .row.row-height > .container > .cols_group > [class^="column_"],
  #content .container_column > .row.row-height > .container > .cols_group > [class*=" column_"] {
    display: block;
  }
  #content .container_column > .row.row-height > .container > .cols_group > [class^="column_"],
  #content .container_column > .row.row-height > .container > .cols_group > [class*=" column_"] {
    border: 0;
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  #content .container_column > .row.row-inner > .container {
    border: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }
  #content .article-header h1 {
    font-size: 4em;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 7px;
    position: relative;
    text-transform: uppercase;
  }
  #content .article-header h1:before {
    top: 11px;
    left: -32px;
    height: 60px;
  }
  #content .article-header p {
    font-size: 1.6em;
  }
  #content .article-header .menu-categories {
    padding-top: 12px;
  }
  #content .article-header .menu-categories ul {
    margin-bottom: 0;
  }
  #content .article-header .menu-categories ul li {
    background: none;
    display: inline-block;
    font-size: 1.5em;
    margin: 0 10px 0 0;
    padding: 0 0 1px 0;
  }
  #content .article-header .menu-categories ul li:last-child {
    margin-right: 0;
  }
  #content .article-header .menu-categories ul li a {
    display: block;
    padding: 11px 17px;
  }
  #content .pretitle {
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
  }
  #content .pretitle:before {
    background-color: #00ADEC;
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: -20px;
    height: 60px;
    width: 2px;
    z-index: 90;
  }
  #content h2,
  #content .h2 {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 4px;
    position: relative;
  }
  #content h2:before,
  #content .h2:before {
    background-color: #00ADEC;
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: -32px;
    height: 60px;
    width: 2px;
    z-index: 90;
  }
  #content .row.row-height .pretitle:before,
  #content .row.row-height h2:before,
  #content .row.row-height .h2:before {
    left: -20px;
  }
  #content .pretitle + h2:before,
  #content .pretitle + .h2:before {
    content: none;
    display: none;
  }
  #content p.title {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
  }
  #content p.title + p {
    margin-bottom: 24px;
  }
  #content .row.row-inner .pretitle:before,
  #content .row.row-inner h2:before,
  #content .row.row-inner .h2:before {
    content: none;
    display: none;
  }
  #content .container.boxed {
    background-color: #fff;
    padding: 60px 90px;
    max-width: 90% !important;
  }
  #content .container.boxed h2 {
    font-size: 2.4em;
    font-weight: 700;
    text-transform: uppercase;
  }
  #content .container.boxed h3 {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 22px;
    text-transform: uppercase;
  }
  #content .container.boxed p {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
  #content .container.boxed ul {
    margin-bottom: 28px;
  }
  #content .container.boxed ul li {
    background: url(/media/boliches-listado.png) no-repeat 0 10px;
    font-size: 1.8em;
    margin-bottom: 12px;
  }
  #content .container.boxed *:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width : 957px) {
  #content .container {
    width: 90%;
    max-width: 1128px;
  }
  #content .container_column > .row.row-inner > .container {
    width: 100%;
    max-width: 100% !important;
  }
}
.tt_cookie_banner {
  background: #004A85;
  color: #FFF;
  position: fixed;
  text-align: left;
  left: 0;
  right: 0;
  z-index: 9999;
}
.tt_cookie_top {
  top: 0;
}
.tt_cookie_bottom {
  bottom: 0;
}
.tt_cookie_banner_container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1128px;
  padding: 0;
  position: relative;
}
.tt_cookie_banner_container p {
  color: #FFF;
  font-size: 1.6em;
  margin-top: 12px;
  margin: 12px 120px 12px 0;
}
.tt_cookie_banner_container p a {
  color: #00AEEF;
}
.tt_cookie_banner_container p a:hover {
  text-decoration: underline;
}
.tt_cookie_banner .close {
  background-color: #00AEEF;
  color: #FFF;
  display: inline-block;
  font-size: 1.4em;
  height: auto;
  padding: 4px 25px;
  margin: 30px 0 0 0;
  outline: none;
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: -35px;
  right: 1%;
  cursor: pointer;
}
.tt_cookie_banner .close:hover {
  background-color: #0089B7;
  color: #ffffff;
}
@media only screen and (max-width: 480px) {
  .tt_cookie_banner {
    padding: 5px;
  }
  .tt_cookie_banner .close {
    top: auto;
    right: auto;
    position: relative;
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .tt_cookie_banner_container p {
    margin-right: 0px;
  }
}
.copyright {
  display: inline-block;
  margin-right: 5px;
}
.copyright p {
  color: #004A85;
  font-size: 1.4em;
  margin: 0;
  text-transform: uppercase;
}
#content .module-cta.module-cta-internal {
  padding-top: 40px;
}
#content .module-cta .moduleText h2 {
  color: #0066CC;
  font-size: 3.6em;
  font-weight: 300;
  margin-bottom: 10px;
}
#content .module-cta .moduleText p {
  color: #435566;
  font-size: 2.8em;
  font-weight: 300;
  line-height: 1.3em;
}
#content .module-cta .moduleText a.icon-facebook {
  display: inline-block;
  position: relative;
  margin: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 32px;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  vertical-align: top;
}
#content .module-cta .txt-right .moduleText h2 {
  padding-right: 34px;
}
#content .module-cta .txt-right .moduleText p {
  padding-right: 34px;
}
#content .module-cta .bg-01 .moduleText h2,
#content .module-cta .bg-03 .moduleText h2,
#content .module-cta .bg-05 .moduleText h2 {
  color: #0066CC;
}
#content .module-cta .bg-01 .moduleText p,
#content .module-cta .bg-03 .moduleText p,
#content .module-cta .bg-05 .moduleText p {
  color: #435566;
}
#content .module-cta .bg-01 .moduleText a.icon-facebook,
#content .module-cta .bg-03 .moduleText a.icon-facebook,
#content .module-cta .bg-05 .moduleText a.icon-facebook {
  background-color: #3256A6;
}
#content .module-cta .bg-0 .moduleText h2,
#content .module-cta .bg-02 .moduleText h2,
#content .module-cta .bg-04 .moduleText h2 {
  color: #fff;
}
#content .module-cta .bg-0 .moduleText p,
#content .module-cta .bg-02 .moduleText p,
#content .module-cta .bg-04 .moduleText p {
  color: #fff;
}
#content .module-cta .bg-0 .moduleText a.icon-facebook,
#content .module-cta .bg-02 .moduleText a.icon-facebook,
#content .module-cta .bg-04 .moduleText a.icon-facebook {
  background-color: #fff;
  color: #3F72A5;
}
#content .module-cta .gform_wrapper,
#content .module-cta .gforms_confirmation_message {
  background-color: #0066CC;
  display: inline-block;
  padding: 23px 30px;
  width: 410px;
  margin: 1em 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#content .module-cta .gform_wrapper li,
#content .module-cta .gforms_confirmation_message li {
  padding: 0;
}
#content .module-cta .gform_wrapper li.gfield_error,
#content .module-cta .gforms_confirmation_message li.gfield_error {
  border: none;
  width: 100%;
}
#content .module-cta .gform_wrapper .gfield_description,
#content .module-cta .gform_wrapper .gform_confirmation_message,
#content .module-cta .gforms_confirmation_message .gfield_description,
#content .module-cta .gforms_confirmation_message .gform_confirmation_message {
  color: #fff;
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 0 0 11px 0;
  max-width: 100%;
  padding: 0 !important;
  text-align: center;
}
#content .module-cta .gform_wrapper .ginput_container,
#content .module-cta .gform_wrapper .gform_footer,
#content .module-cta .gforms_confirmation_message .ginput_container,
#content .module-cta .gforms_confirmation_message .gform_footer {
  margin: 0 auto;
  max-width: 316px;
}
#content .module-cta .gform_wrapper input,
#content .module-cta .gforms_confirmation_message input {
  background-color: #fff;
  border: 1px solid #fff;
  color: #435566;
  font-size: 1.6em;
  height: 45px;
  width: 100%;
}
#content .module-cta .gform_wrapper input.button,
#content .module-cta .gforms_confirmation_message input.button {
  background-color: #0066CC;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.8em;
}
#content .module-cta .gform_wrapper input.button:hover,
#content .module-cta .gforms_confirmation_message input.button:hover {
  background-color: #3256A6;
}
#content .module-cta .gform_wrapper .gfield_error,
#content .module-cta .gforms_confirmation_message .gfield_error {
  background: transparent;
}
#content .module-cta .gform_wrapper .gfield_error input,
#content .module-cta .gforms_confirmation_message .gfield_error input {
  border: 1px solid red;
}
#content .module-cta .gform_wrapper .validation_error,
#content .module-cta .gforms_confirmation_message .validation_error {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
}
#content .module-cta .gform_wrapper .validation_message,
#content .module-cta .gforms_confirmation_message .validation_message {
  display: none;
}
#content .module-cta .gform_wrapper li.phone input,
#content .module-cta .gforms_confirmation_message li.phone input {
  background: #fff url(/media/2017/06/icon-phone.png) no-repeat 10px 7px;
  padding: 7px 10px 7px 60px;
}
@media only screen and (max-width: 480px) {
  #content .module-cta .moduleText h2 {
    font-size: 2.6em;
  }
  #content .module-cta .moduleText p {
    font-size: 2em;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #content .module-cta .moduleText h2 {
    font-size: 3em;
  }
  #content .module-cta .moduleText p {
    font-size: 2.4em;
  }
}
#footer .container {
  max-width: 1128px;
  padding-left: 0;
  padding-right: 0;
}
#footer > .row.top-spacing {
  padding-top: 0;
}
#footer > .row.top-spacing > .container {
  padding-top: 110px;
}
#footer > .row.bottom-spacing {
  padding-bottom: 0;
}
#footer > .row.bottom-spacing > .container {
  padding-bottom: 110px;
}
#footer > .row.top-spacing-med {
  padding-top: 0;
}
#footer > .row.top-spacing-med > .container {
  padding-top: 55px;
}
#footer > .row.bottom-spacing-med {
  padding-bottom: 0;
}
#footer > .row.bottom-spacing-med > .container {
  padding-bottom: 55px;
}
#footer > .row.top-spacing-min {
  padding-top: 0;
}
#footer > .row.top-spacing-min > .container {
  padding-top: 27.5px;
}
#footer > .row.bottom-spacing-min {
  padding-bottom: 0;
}
#footer > .row.bottom-spacing-min > .container {
  padding-bottom: 27.5px;
}
#footer > .row > .container {
  border-left: 2px solid #CCC;
  padding-left: 50px;
  padding-right: 50px;
}
#footer > .row.row-inner > .container {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
#footer .row.vertical-divider .cols_group > [class*='column_'] {
  vertical-align: top;
}
#footer .row.vertical-divider .cols_group > [class*='column_']:not(:last-child):after {
  background: #72808C;
}
#footer h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 10px;
}
#footer p,
#footer li {
  font-size: 1.4em;
  font-weight: 400;
}
#footer *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  #footer .container {
    max-width: 90%;
  }
  #footer > .row > .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #footer > .row.row-inner > .container {
    padding-left: 0;
    padding-right: 0;
  }
  #footer .row .container {
    display: block;
  }
  #footer .row .container .cols_group {
    display: block;
  }
  #footer .row .container .cols_group [class*='column_'] {
    border: 0;
    display: block;
    width: 100%;
  }
  #footer .row .container .cols_group [class*='column_'] + [class*='column_'] {
    padding-top: 20px;
  }
  #footer .row.vertical-divider .cols_group > [class*='column_']:not(:last-child):after {
    background: none;
  }
  #footer .container_column > .row.row-inner > .container {
    max-width: 100%;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #footer .container {
    max-width: 90%;
  }
  #footer > .row > .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #footer > .row.row-inner > .container {
    padding-left: 0;
    padding-right: 0;
  }
  #footer .row .container {
    display: block;
  }
  #footer .row .container .cols_group {
    display: block;
  }
  #footer .row .container .cols_group [class*='column_'] {
    border: 0;
    display: block;
    width: 100%;
  }
  #footer .row .container .cols_group [class*='column_'] + [class*='column_'] {
    padding-top: 20px;
  }
  #footer .row.vertical-divider .cols_group > [class*='column_']:not(:last-child):after {
    background: none;
  }
  #footer .container_column > .row.row-inner > .container {
    max-width: 100%;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  #footer .container {
    max-width: 90%;
  }
  #footer > .row > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  #footer > .row.row-inner > .container {
    padding-left: 0;
    padding-right: 0;
  }
  #footer .container_column > .row.row-inner > .container {
    max-width: 100%;
  }
}
@media only screen and (min-width : 957px) {
  #footer .container {
    width: 90%;
    max-width: 1128px;
  }
  #footer > .row.row-inner > .container {
    padding-left: 0;
    padding-right: 0;
  }
  #footer .container_column > .row.row-inner > .container {
    width: 100%;
    max-width: 100%;
  }
}
#header {
  padding: 0 0 30px 0;
}
#header h1 {
  display: none;
}
@media only screen and (max-width: 1059px) {
  #header {
    padding-top: 30px;
  }
  #header .row-inner {
    float: right;
    width: 45%;
  }
  #header .row.row-height {
    float: left;
  }
  #header .row.row-height .container {
    display: block;
  }
  #header .row.row-height .container .cols_group {
    display: block;
  }
  #header .row.row-height .container .cols_group [class*='column_'] {
    border: 0;
    display: block;
    padding: 0 12px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #header .container {
    max-width: 90% !important;
  }
  #header .container_column > .row.row-inner > .container {
    max-width: 100% !important;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #header .container {
    max-width: 90% !important;
  }
  #header .container_column > .row.row-inner > .container {
    max-width: 100% !important;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  #header .container {
    max-width: 90% !important;
  }
  #header .container_column > .row.row-inner > .container {
    max-width: 100% !important;
  }
}
@media only screen and (min-width : 957px) {
  #header .container {
    width: 90%;
    max-width: 1128px;
  }
  #header .container_column > .row.row-inner > .container {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #header #logo img {
    max-width: 80%;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #header #logo img {
    max-width: 80%;
    object-fit: contain;
    -o-object-fit: contain;
    object-position: top;
    -o-object-position: top;
  }
}
#top-header .top_navigation ul {
  float: right;
  margin-bottom: 0;
}
#top-header .top_navigation ul li {
  float: left;
  font-family: 'aller', sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.1em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
#top-header .top_navigation ul li a {
  color: #666;
  display: block;
  padding: 15px 17px;
}
#top-header .top_navigation ul li a:hover {
  background-color: #0089B7;
  color: #fff;
}
#top-header .top_navigation ul li .active-language {
  background-color: #0089B7;
  color: #fff;
  display: block;
  padding: 15px 17px;
}
#top-header .top_navigation ul li.current-menu-item {
  float: right;
}
#header .primary_navigation ul {
  float: right;
  margin-bottom: 0;
}
#header .primary_navigation ul li {
  float: left;
  font-family: 'aller', sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1em;
  margin: 0 12px;
  padding: 0;
  text-transform: uppercase;
}
#header .primary_navigation ul li:first-child {
  margin-left: 0;
}
#header .primary_navigation ul li:last-child {
  margin-right: 0;
}
#header .primary_navigation ul li a {
  color: #6E6E6E;
}
#header .primary_navigation ul li a:hover {
  color: #00ADEC;
}
#header .primary_navigation ul li.current-menu-item a,
#header .primary_navigation ul li.current-page-ancestor a {
  color: #00ADEC;
}
#header .primary_navigation ul li.menu-item-language {
  display: none;
}
#header .nav-control {
  display: none;
}
#header .primary_navigation ul li ul {
  float: none;
  display: none;
  padding: 30px 0 0 0;
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%,0);
  left: 50%;
}
#header .primary_navigation ul li ul li {
  float: none;
  font-size: 0.9em;
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: none;
}
#header .primary_navigation ul li:hover ul {
  display: block;
  z-index: 100;
}
#header .primary_navigation ul li:hover ul li a {
  background-color: #0089B7;
  border-top: 1px solid #00ADEC;
  display: block;
  color: #FFF;
  padding: 20px 16px;
  text-decoration: none;
}
#header .primary_navigation ul li:hover ul li a:hover,
#header .primary_navigation ul li:hover ul li.current-menu-item a {
  background-color: #0089B7;
  color: #004A85;
}
#header .primary_navigation ul li:hover ul li:first-child a {
  border-top: 0;
}
#content .primary_navigation {
  background-color: #fff;
  margin-top: 22px;
  padding: 16px 32px;
}
#content .primary_navigation:before,
#content .primary_navigation:after {
  content: " ";
  display: table;
}
#content .primary_navigation:after {
  clear: both;
}
#content .primary_navigation ul {
  float: right;
  margin-bottom: 0;
}
#content .primary_navigation ul li {
  float: left;
  font-family: 'aller', sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  margin: 0 12px;
  padding: 0;
}
#content .primary_navigation ul li:first-child {
  margin-left: 0;
}
#content .primary_navigation ul li:last-child {
  margin-right: 0;
}
#content .primary_navigation ul li a {
  color: #435366;
}
#content .primary_navigation ul li a:hover {
  color: #0066CC;
}
#content .primary_navigation ul li.current-menu-item a,
#content .primary_navigation ul li.current-page-ancestor a {
  color: #0066CC;
}
#content .primary_navigation ul li.menu-item-language {
  display: none;
}
#bottom-footer .cols_group > [class^="column_"],
#bottom-footer .cols_group > [class*=" column_"] {
  vertical-align: middle;
}
#bottom-footer .footer_navigation {
  display: inline-block;
}
#bottom-footer .footer_navigation ul {
  margin-bottom: 0;
}
#bottom-footer .footer_navigation ul li {
  display: inline-block;
  font-size: 1.4em;
  margin-bottom: 0;
  padding: 0 5px;
  text-transform: uppercase;
}
#bottom-footer .footer_navigation ul li a {
  color: #004A85;
}
#bottom-footer .footer_navigation ul li a:hover {
  color: #00ADEC;
}
.tt-box-menu {
  padding: 40px 40px 20px 40px !important;
  position: relative;
}
.tt-box-menu ul li a {
  background-color: #fff !important;
  color: #6E6E6E !important;
  display: block;
  text-align: left !important;
  padding: 5px 10px !important;
  text-transform: uppercase !important;
}
.tt-box-menu ul li a:hover {
  background-color: #00ADEC !important;
  color: #fff !important;
}
.tt-box-menu ul li ul {
  padding: 0 0 0 12px !important;
}
.tt-box-menu ul li ul li {
  font-size: 14px !important;
  line-height: 1.2em !important;
}
.tt-box-menu .close-menu {
  background: url(/media/close-menu.svg) no-repeat 0 0;
  border: none;
  color: #000;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 32px;
}
.tt-box-menu .close-menu:hover {
  background: url(/media/close-menu_hover.svg) no-repeat 0 0;
}
.tt-box-menu .close-menu span {
  display: none;
}
@media only screen and (max-width: 1059px) {
  #header .primary_navigation {
    display: none;
  }
  .menu-button {
    top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .menu-button {
    top: 20px;
  }
}
.row-centered .cols_group > .carousel-item {
  display: inline-block;
  float: none;
  padding: 0 12px;
  width: auto !important;
}
.row.vertical-divider .cols_group > .carousel-item:not(:last-child):after {
  background: #CBCBCB;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 30px;
}
.directory-module .carousel-items {
  height: auto;
  overflow: hidden;
}
.directory-module .carousel-item {
  float: left;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 0px !important;
  min-height: 1px;
  overflow: hidden;
}
.equalBox .carousel-item {
  margin-bottom: 0;
}
.directory-module .carousel-item:before,
.directory-module .carousel-item:after {
  content: " ";
  display: table;
}
.directory-module .carousel-item:after {
  clear: both;
}
.directory-module .num_items_1 .carousel-item {
  width: 100%;
}
.directory-module .num_items_2 .carousel-item {
  width: 50%;
}
.directory-module .num_items_3 .carousel-item {
  width: 33.33333333333333%;
}
.directory-module .num_items_4 .carousel-item {
  width: 25%;
}
.directory-module .num_items_6 .carousel-item {
  width: 16.666666666666664%;
}
.directory-module .arrows-pagination {
  text-align: center;
}
.directory-module a.prev,
.directory-module a.next {
  background-image: url(/media/carousel-pagination.png);
  display: inline-block;
  height: 39px;
  margin: 0 auto;
  outline: none;
  width: 39px;
}
.directory-module a.prev {
  left: 0;
}
.directory-module a.prev {
  background-position: 0 39px;
}
.directory-module a.prev:hover {
  background-position: 0 0;
}
.directory-module a.next {
  background-position: -38px 39px;
  margin-left: 5px;
}
.directory-module a.next:hover {
  background-position: -38px 0;
}
.directory-module a.prev span,
.directory-module a.next span {
  display: none;
}
.directory-module a.disabled {
  display: none !important;
}
.directory-module .pagination {
  display: none !important;
  padding: 5px 0;
  text-align: center;
}
.directory-module .pagination a {
  background: url(/media/gallery-pagination.png) -21px 0 no-repeat transparent;
  width: 21px;
  height: 20px;
  margin: 0 5px 0 0;
  display: inline-block;
}
.directory-module .pagination a.selected {
  background-position: 0 0;
  cursor: default;
  width: 21px;
  height: 20px;
}
.directory-module .pagination a span {
  display: none;
}
.directory-item-media i {
  font-size: 4.5em;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.directory-item-media a {
  color: ;
}
.directory-item:hover .directory-item-media a {
  color: ;
}
.directory-item-media a:hover {
  color: ;
}
.directory-module .num_items_1 i {
  font-size: 10em;
}
.directory-item-media {
  text-align: center;
}
.directory-item-media img {
  vertical-align: bottom;
}
.directory-item-media .style-svg,
.directory-icon .style-svg {
  width: 120px !important;
  height: 120px !important;
  max-width: 120px !important;
}
.directory-wine img {
  height: 330px;
  width: 120px;
}
.directory-item-content {
  background-color: #fff;
  padding: 24px 20px 40px 20px;
  margin: 0;
  text-align: center;
}
.directory-item-content-no-media {
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  vertical-align: middle;
}
.directory-item:hover .directory-item-content-no-media {
  background-image: url('/media/opacity_hover.png');
  background-position: 0 0;
  background-repeat: repeat;
}
.directory-item.catalog-link {
  cursor: pointer;
}
.directory-item h3 {
  color: #3C3C3C;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.3em;
  text-align: left;
}
.directory-item .button {
  background: none;
  border: 1px solid #00AEEF;
  color: #1191BC;
}
.directory-item .button:hover {
  background-color: #0089B7;
  border: 1px solid #0089B7;
  color: #fff;
}
.directory-item h3 + .directory-item-button,
.directory-item p + .directory-item-button {
  padding-top: 20px;
}
.media-left .directory-item-content,
.media-left-around .directory-item-content,
.media-right .directory-item-content,
.media-right-around .directory-item-content {
  text-align: left !important;
}
.media-top .directory-item-media {
  text-align: center;
}
.media-top .directory-item-media span {
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 160px;
  width: 160px;
}
.media-top .directory-item-media i {
  border: none;
  text-align: center;
  line-height: 160px;
}
.media-left .directory-item-media,
.media-left-around .directory-item-media {
  display: block;
  float: left;
  text-align: center;
  width: 20%;
}
.media-left-around .directory-item-media {
  margin-bottom: 12px;
  margin-right: 12px;
}
.media-left .directory-item-content {
  float: right;
  width: 80%;
}
.media-right .directory-item-media,
.media-right-around .directory-item-media {
  float: right;
  text-align: center;
  width: 20%;
}
.media-right-around .directory-item-media {
  margin-bottom: 12px;
  margin-left: 12px;
}
.media-right .directory-item-content {
  float: left;
  padding-right: 12px;
  width: 80%;
}
@media only screen and (max-width: 480px) {
  .directory-module .num_items_1 .carousel-item {
    width: 100%;
  }
  .directory-module .num_items_2 .carousel-item {
    width: 100%;
  }
  .directory-module .num_items_3 .carousel-item {
    width: 100% !important;
  }
  .directory-module .num_items_4 .carousel-item {
    width: 100%;
  }
  .directory-module .directory-item {
    margin-bottom: 21px;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .directory-module .num_items_1 .carousel-item {
    width: 100%;
  }
  .directory-module .num_items_2 .carousel-item {
    width: 100%;
  }
  .directory-module .num_items_3 .carousel-item {
    width: 100% !important;
  }
  .directory-module .num_items_4 .carousel-item {
    width: 100%;
  }
  .directory-module .directory-item {
    margin-bottom: 21px;
  }
  .directory-item h3 {
    font-size: 1.8em !important;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  .directory-module [class*="column_"] {
    width: 50%;
  }
  .acreditaciones-row .directory-module .column_24 {
    width: 100%;
  }
  .acreditaciones-row .directory-module {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .directory-module .num_items_4 .carousel-item {
    width: 50%;
  }
}
@media only screen and (max-width: 263px) {
  .directory-module .num_items_4 .carousel-item {
    width: 100%;
  }
  .directory-module .num_items_3 .carousel-item {
    width: 100%;
  }
  .directory-module .num_items_2 .carousel-item {
    width: 100%;
  }
}
.module-fb-like {
  padding: 12px 0;
}
.module-fb-like .fb-tag {
  color: #fff;
  display: inline-block;
  font-size: 1.5em;
  margin-right: 18px;
  vertical-align: middle;
}
.module-fb-like .fb-like {
  vertical-align: middle;
}
.module-fb-like .fb_iframe_widget_lift {
  z-index: 999999 !important;
}
.module-cta .module-fb-like {
  background-color: #fff;
  margin: 0 auto;
  padding: 20px;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  #top-header .module-fb-like {
    display: none;
  }
  .module-cta .module-fb-like {
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
    width: 90%;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #top-header .module-fb-like {
    display: none;
  }
  .module-cta .module-fb-like {
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
    width: 90%;
  }
}
@media (max-width: 1100px) {
  .fb_iframe_widget,
  .fb_iframe_widget span,
  .fb_iframe_widget span iframe[style] {
    max-width: 100% !important;
  }
}
.moduleFeaturedPage .moduleFeaturedPage-media {
  position: relative;
  max-width: 645px;
}
.moduleFeaturedPage .moduleFeaturedPage-media .moduleFeaturedPage-title {
  color: #FFF;
  padding: 0 5% 10% 5%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.moduleFeaturedPage a .moduleFeaturedPage-title {
  color: #fff;
}
.moduleFeaturedPage a:hover .moduleFeaturedPage-media:before {
  background: url(/media/bg-hover-layer-01.png) repeat 0 0;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.moduleFeaturedPage + .moduleFeaturedPage {
  margin-top: 21px;
}
.column_16 .moduleFeaturedPage-title {
  font-size: 4.4em;
  line-height: 1.3em;
}
.column_12 .moduleFeaturedPage-title {
  font-size: 3em;
  line-height: 1.3em;
}
.column_8 .moduleFeaturedPage-title {
  font-size: 2.4em;
  line-height: 1.3em;
}
@media only screen and (max-width: 480px) {
  .moduleFeaturedPage {
    margin-bottom: 21px;
  }
  .moduleFeaturedPage + .moduleFeaturedPage {
    margin-top: 0;
  }
  .column_16 .moduleFeaturedPage-title,
  .column_12 .moduleFeaturedPage-title,
  .column_8 .moduleFeaturedPage-title {
    font-size: 2.4em;
    line-height: 1.3em;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .moduleFeaturedPage {
    margin-bottom: 21px;
  }
  .moduleFeaturedPage + .moduleFeaturedPage {
    margin-top: 0;
  }
  .column_16 .moduleFeaturedPage-title,
  .column_12 .moduleFeaturedPage-title,
  .column_8 .moduleFeaturedPage-title {
    font-size: 2.4em;
    line-height: 1.3em;
  }
}
.galleryModule .gallery-thumbs-container {
  margin: 46px -12px 0 -12px;
}
.galleryModule .gallery-thumbs-container img {
  cursor: pointer;
  padding: 0 12px;
  max-width: 312px;
  vertical-align: top;
}
@media only screen and (max-width: 480px) {
  .galleryModule .gallery-thumbs-container {
    margin: 12px -6px 0 -6px;
  }
  .galleryModule .gallery-thumbs-container img {
    cursor: pointer;
    padding: 0 6px;
    max-width: 100px;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .galleryModule .gallery-thumbs-container {
    margin: 12px -6px 0 -6px;
  }
  .galleryModule .gallery-thumbs-container img {
    cursor: pointer;
    padding: 0 6px;
    max-width: 100px;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  .galleryModule .gallery-thumbs-container {
    margin: 24px -12px 0 -12px;
  }
  .galleryModule .gallery-thumbs-container img {
    width: 25%;
  }
  .galleryModule .gallery-thumbs-container img + img {
    margin-bottom: 24px;
  }
}
.module-search-form {
  padding: 6px 0 0 0;
}
.module-search-form .searchform {
  display: inline-block;
  width: 100%;
  max-width: 380px;
}
.module-search-form .searchform .searchform-container:before,
.module-search-form .searchform .searchform-container:after {
  content: " ";
  display: table;
}
.module-search-form .searchform .searchform-container:after {
  clear: both;
}
.module-search-form .searchform .searchform-label {
  display: none;
}
.module-search-form .searchform .searchform-text {
  background: none;
  border: 0;
  color: #fff;
  font-size: 1.4em;
  height: 36px;
  padding: 0 0 0 12px;
  width: 90%;
}
.module-search-form .searchform .searchform-text:focus {
  outline: none;
}
.module-search-form .searchform .btn_search {
  background: none;
  border: 0;
  color: #fff;
  float: right;
  font-family: 'FontAwesome';
  font-size: 1.6em;
  height: 36px;
  padding: 0;
  width: 36px;
}
.module-search-form .searchform .btn_search:hover {
  background: none;
  color: #fff;
}
.module-search-form .searchform:hover {
  background-color: #0066CC;
}
@media only screen and (max-width: 1059px) {
  .module-search-form {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .module-search-form .searchform .searchform-text {
    width: 70%;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .module-search-form {
    padding: 6px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 884px) {
  .module-search-form .searchform .searchform-text {
    width: 70%;
  }
}
.social-media {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.social-media .social-media-caption {
  display: inline-block;
  margin-right: 15px;
}
.social-media .social-media-caption p {
  font-size: 1.8em;
  font-weight: 300;
  margin: 0;
  text-align: right;
}
.social-media a {
  display: inline-block;
  position: relative;
  margin: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  vertical-align: top;
}
.social-media .social-media-caption + a {
  margin-left: 15px;
}
.social-media .social-media-caption + a:before {
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  width: 2px;
  content: "";
}
#header .social-media .social-media-caption p {
  color: #435466;
}
#header .social-media a {
  background-color: #3256A6;
  color: #FFF;
}
#header .social-media a:hover {
  background-color: #D0D0D0;
}
#header .social-media .social-media-caption + a:before {
  background: #3256A6;
}
#bottom-footer .social-media .social-media-caption {
  padding-top: 11px;
}
#bottom-footer .social-media .social-media-caption p {
  color: #004A85;
}
#bottom-footer .social-media a {
  background-color: #004A85;
  color: #fff;
  margin-left: 8px;
  margin-right: 8px;
}
#bottom-footer .social-media a:hover {
  background-color: #00ADEC;
}
#bottom-footer .social-media .social-media-caption + a:before {
  background: #004A85;
}
#bottom-footer .social-media + .image-module {
  display: inline-block;
  margin-left: 10px;
}
#bottom-footer .footer_navigation + .social-media {
  margin-left: 12px;
}
@media only screen and (max-width: 523px) {
  #header .social-media {
    display: inline-block;
    margin: 0 auto 10px auto;
  }
  #bottom-footer .social-media .social-media-caption {
    text-align: right;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #bottom-footer .social-media .social-media-caption {
    text-align: right;
  }
}
.super-slider-module,
.super-slide-item,
.super-slide-item .content_slide {
  height: 750px;
  overflow: hidden;
}
.super-slide-item {
  display: block;
  float: left;
  width: 100%;
}
.super-slider-module > .row {
  position: absolute;
  z-index: 2;
  top: 0;
}
.slider-text-container {
  border-left: 2px solid #CCC;
  color: #fff;
  height: 750px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 92px;
  width: 100%;
  max-width: 1152px;
  display: table;
}
.slider-text-container .slider-text {
  display: table-cell;
  vertical-align: bottom;
}
.slider-text-container .slider-text h1 {
  font-size: 5.6em;
  font-weight: 400;
  line-height: 1.3em;
  position: relative;
  text-transform: none;
}
.slider-text-container .slider-text h1:before {
  background-color: #00ADEC;
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: -52px;
  height: 60px;
  width: 2px;
  z-index: 90;
}
.slider-text-container .slider-text a {
  color: #fff;
}
@media only screen and (max-width: 480px) {
  .super-slider-module,
  .super-slide-item,
  .super-slide-item .content_slide {
    height: 260px !important;
  }
  .super-slide-item {
    background-size: cover !important;
  }
  .slider-text-container {
    height: 260px;
    max-width: 90%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .slider-text-container .slider-text h1 {
    font-size: 2.5em;
  }
  .slider-text-container .slider-text h1:before {
    left: -32px;
    top: 4px;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  .super-slider-module,
  .super-slide-item,
  .super-slide-item .content_slide {
    height: 360px !important;
  }
  .super-slide-item {
    background-size: cover !important;
  }
  .slider-text-container {
    height: 360px;
    max-width: 90% !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px !important;
  }
  .slider-text-container .slider-text h1 {
    font-size: 2.5em;
  }
  .slider-text-container .slider-text h1:before {
    left: -32px;
    top: 4px;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  .super-slider-module,
  .super-slide-item,
  .super-slide-item .content_slide {
    height: 560px !important;
  }
  .super-slide-item {
    background-size: cover !important;
  }
  .slider-text-container {
    height: 560px;
    max-width: 90% !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px !important;
  }
  .slider-text-container .slider-text h1 {
    font-size: 4.6em;
  }
  .slider-text-container .slider-text h1:before {
    left: -32px;
    top: 4px;
  }
}
@media only screen and (min-width : 957px) {
  .slider-text-container {
    width: 90%;
    max-width: 1152px;
  }
}
#content .moduleText p {
  font-size: 1.6em;
}
#content .moduleText ul li {
  background: url(/media/boliches-listado.png) no-repeat 0 10px;
  font-size: 1.6em;
  margin: 0;
}
#content .moduleText h1 + p {
  margin-top: 10px;
}
#content .moduleText h3 {
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#content .moduleText *:last-child {
  margin-bottom: 0;
}
#footer .image-module {
  position: relative;
}
#footer .image-module:before {
  background-color: #00ADEC;
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: -52px;
  height: 60px;
  width: 2px;
  z-index: 90;
}
#footer .moduleText p {
  margin-bottom: 0;
}
#footer .moduleText ul li {
  background: url(/media/boliches-listado2.png) no-repeat 0 10px;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  #content .moduleText h3 {
    font-size: 1.8em;
    font-weight: 300;
  }
  #content .row > .container > .cols_group > [class^="column_"] + [class^="column_"] .container_column .moduleText > *:first-child,
  #content .row > .container > .cols_group > [class*=" column_"] + [class*=" column_"] .container_column .moduleText > *:first-child {
    margin-top: 24px;
  }
  #footer .image-module:before {
    left: -32px;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #content .moduleText h3 {
    font-size: 1.8em;
    font-weight: 300;
  }
  #content .row > .container > .cols_group > [class^="column_"] + [class^="column_"] .container_column .moduleText > *:first-child,
  #content .row > .container > .cols_group > [class*=" column_"] + [class*=" column_"] .container_column .moduleText > *:first-child {
    margin-top: 24px;
  }
  #footer .image-module:before {
    left: -32px;
  }
}
@media only screen and (min-width : 768px) and (max-width: 956px) {
  #footer .image-module:before {
    left: -32px;
  }
}
.video-module {
  margin-bottom: 30px;
}
.video-module .fluidvids {
  position: relative;
  height: 0;
  overflow: hidden;
}
.moduleText + .video-module {
  margin-top: 30px;
}
#content .testimonials-module h2 {
  margin-bottom: 35px;
}
#content .testimonials-module .testimonials-item {
  display: block;
  float: left;
}
.testimonials-item p {
  font-size: 2.2em;
  font-weight: 300;
  margin-bottom: 15px;
}
.testimonials-item cite {
  font-size: 1.6em;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
  width: 100%;
}
.testimonials-module .arrows-pagination {
  text-align: right;
}
.testimonials-module a.prev,
.testimonials-module a.next {
  background-image: url(/media/slide_pagination_11.png);
  display: inline-block;
  height: 51px;
  width: 50px;
  outline: none;
}
.testimonials-module a.prev {
  background-position: 0 0;
}
.testimonials-module a.prev:hover {
  background-position: 0 50px;
}
.testimonials-module a.next {
  background-position: -50px 0;
  width: 49px;
}
.testimonials-module a.next:hover {
  background-position: -50px 50px;
}
.testimonials-module a.prev span,
.testimonials-module a.next span {
  display: none;
}
.testimonials-module a.disabled {
  display: none !important;
}
.no-js .testimonials-item {
  padding: 20px 0;
}
.no-js .testimonials-module a.prev,
.no-js .testimonials-module a.next {
  display: none;
}
.testimonials-module .more_content {
  display: none;
}
.testimonials-module .more-open {
  display: inline;
}
.testimonials-module .more {
  cursor: pointer;
  margin-left: 5px;
}
@media only screen and (max-width: 480px) {
  #content .testimonials-module h2 {
    margin-bottom: 4px;
  }
  #content .testimonials-module .testimonials-item {
    display: block;
    float: left;
  }
  #content .testimonials-module .testimonials-item p {
    font-size: 1.6em;
  }
  #content .testimonials-module .testimonials-item cite {
    font-size: 1.4em;
  }
}
@media only screen and (min-width : 481px) and (max-width: 767px) {
  #content .testimonials-module h2 {
    margin-bottom: 4px;
  }
  #content .testimonials-module .testimonials-item {
    display: block;
    float: left;
  }
  #content .testimonials-module .testimonials-item p {
    font-size: 1.6em;
  }
  #content .testimonials-module .testimonials-item cite {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 1059px) {
  #top-header {
    display: none;
  }
}
