/*! Prefixes.scss v0.2.0 | CSS(3) prefixes mixins library for Sass/Scss, Custom you need CSS prefixes. | Author: Pandao | Copyright (c) 2015 Pandao, MIT License | https://github.com/pandao/prefixes.scss | 2015-06-19 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  position: relative;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

/* GOOGLE WEBFONT IMPORTS */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
  font-weight: 700;
}

h1 {
  font-size: 2.2rem;
  letter-spacing: -.041rem;
  line-height: 3rem;
}

h2,
h3 {
  font-size: 2.4rem;
  letter-spacing: -.06rem;
  line-height: 3rem;
}

.content-block,
p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: #000;
}

p > a {
  text-decoration: underline;
}

a {
  color: #000;
  text-decoration: none;
}

@media (min-width: 576px) {
  h1 {
    font-size: 3.2rem;
    letter-spacing: -.059rem;
    line-height: 4.3rem;
  }
  h2,
  h3 {
    font-size: 2.8rem;
    letter-spacing: -.07rem;
    line-height: 3.8rem;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 3.8rem;
    letter-spacing: -.07rem;
    line-height: 5.2rem;
  }
}

.wrap-form {
  /* required */
}

.wrap-form *:not(h1) {
  font-size: 1.3rem;
  line-height: 2.1rem;
}

.wrap-form.-oportunidade input[type="submit"].button {
  margin-top: 0 !important;
}

.wrap-form.-login {
  padding: 51px 40px 65px;
}

.wrap-form.-login h1 {
  margin-bottom: 27px;
  font-size: 1.7rem;
  letter-spacing: -.031rem;
  line-height: 2.3rem;
  text-align: center;
}

.wrap-form.-login input[type="submit"].button {
  margin-bottom: 43px;
}

.wrap-form.-login .button.-register {
  margin-top: 28px;
}

.wrap-form.-login .register-cta {
  text-align: center;
}

.wrap-form.-login .register-cta p {
  margin-bottom: 10px;
  font-weight: 600;
}

.wrap-form.-login .register-cta > .button {
  min-width: 175px;
}

.wrap-form.search-publications {
  padding: 27px 0 0 0;
}

.wrap-form.search-collections {
  padding: 20px 0 0 0;
}

.wrap-form.search-team {
  padding: 40px 0 0 0;
}

.wrap-form.search-team .wrap-field {
  margin: 0;
}

.wrap-form .wrap-field {
  margin-bottom: 27px;
}

.wrap-form .wrap-field > * {
  display: block;
  width: 100%;
}

.wrap-form .wrap-field label {
  margin-bottom: 8px;
  font-weight: 700;
  color: black;
}

.wrap-form .wrap-field select,
.wrap-form .wrap-field input[type="tel"],
.wrap-form .wrap-field input[type="text"],
.wrap-form .wrap-field input[type="email"],
.wrap-form .wrap-field input[type="password"],
.wrap-form .wrap-field textarea {
  padding: 12px 16px 11px;
  color: black;
  border: 1px solid #979797;
}

.wrap-form .wrap-field select::-webkit-input-placeholder,
.wrap-form .wrap-field input[type="tel"]::-webkit-input-placeholder,
.wrap-form .wrap-field input[type="text"]::-webkit-input-placeholder,
.wrap-form .wrap-field input[type="email"]::-webkit-input-placeholder,
.wrap-form .wrap-field input[type="password"]::-webkit-input-placeholder,
.wrap-form .wrap-field textarea::-webkit-input-placeholder {
  color: black;
}

.wrap-form .wrap-field select:-ms-input-placeholder,
.wrap-form .wrap-field input[type="tel"]:-ms-input-placeholder,
.wrap-form .wrap-field input[type="text"]:-ms-input-placeholder,
.wrap-form .wrap-field input[type="email"]:-ms-input-placeholder,
.wrap-form .wrap-field input[type="password"]:-ms-input-placeholder,
.wrap-form .wrap-field textarea:-ms-input-placeholder {
  color: black;
}

.wrap-form .wrap-field select::-ms-input-placeholder,
.wrap-form .wrap-field input[type="tel"]::-ms-input-placeholder,
.wrap-form .wrap-field input[type="text"]::-ms-input-placeholder,
.wrap-form .wrap-field input[type="email"]::-ms-input-placeholder,
.wrap-form .wrap-field input[type="password"]::-ms-input-placeholder,
.wrap-form .wrap-field textarea::-ms-input-placeholder {
  color: black;
}

.wrap-form .wrap-field select::placeholder,
.wrap-form .wrap-field input[type="tel"]::placeholder,
.wrap-form .wrap-field input[type="text"]::placeholder,
.wrap-form .wrap-field input[type="email"]::placeholder,
.wrap-form .wrap-field input[type="password"]::placeholder,
.wrap-form .wrap-field textarea::placeholder {
  color: black;
}

.wrap-form .wrap-field select:focus,
.wrap-form .wrap-field input[type="tel"]:focus,
.wrap-form .wrap-field input[type="text"]:focus,
.wrap-form .wrap-field input[type="email"]:focus,
.wrap-form .wrap-field input[type="password"]:focus,
.wrap-form .wrap-field textarea:focus {
  outline: none;
  border-color: black;
}

.wrap-form .wrap-field input[type='checkbox'],
.wrap-form .wrap-field input[type='radio'] {
  visibility: hidden;
  display: none;
}

.wrap-form .wrap-field input[type='checkbox'] + label,
.wrap-form .wrap-field input[type='radio'] + label {
  display: inline-block;
  margin: 0 0 6px 0;
  padding: 0px 10px 0 30px;
  cursor: pointer;
  background: transparent url("/temas/default/imgs/checkbox-dark-gray-off.png") no-repeat left 0px;
  min-height: 21px;
  min-width: 21px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
}

.wrap-form .wrap-field input[type='radio'] + label {
  background-image: url("/temas/default/imgs/radio-dark-gray-off.png");
}

.wrap-form .wrap-field input[type='checkbox']:checked + label {
  background-image: url("/temas/default/imgs/checkbox-dark-gray-on.png");
  border-color: #999999;
}

.wrap-form .wrap-field input[type='radio']:checked + label {
  background-image: url("/temas/default/imgs/radio-dark-gray-on.png");
  border-color: #999999;
}

.wrap-form .wrap-field button.form-search {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: transparent url("../lib/svg/ico-search-top-black.svg") center no-repeat;
  border: 0;
  cursor: pointer;
}

.wrap-form .wrap-field.-big > * {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.4rem;
}

.wrap-form .wrap-field.-checkbox.-terms label {
  padding-left: 26px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.1rem;
  text-align: left;
  cursor: pointer;
}

.wrap-form .wrap-field.-checkbox.-terms label::before, .wrap-form .wrap-field.-checkbox.-terms label::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.wrap-form .wrap-field.-checkbox.-terms label::after {
  width: 18px;
  height: 18px;
  background-color: white;
  border: 1px solid #979797;
}

.wrap-form .wrap-field.-checkbox.-terms input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  top: -3000px;
}

.wrap-form .wrap-field.-checkbox.-terms input[type="checkbox"]:checked + label::after {
  border-color: black;
  z-index: 1;
}

.wrap-form .wrap-field.-checkbox.-terms input[type="checkbox"]:checked + label::before {
  content: ' ';
  width: 9px;
  height: 5px;
  top: 50%;
  left: 4px;
  border: 2px solid #4A4A4A;
  border-width: 0 0 2px 2px;
  -webkit-transform: translateY(calc(-50% - 3px)) rotate(-45deg);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateY(calc(-50% - 3px)) rotate(-45deg);
  z-index: 2;
}

.wrap-form .wrap-field a.-terms-link {
  display: inline-block !important;
}

.wrap-form .date-range {
  margin-bottom: 27px;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: stretch;
  align-items: stretch;
  /* Firefox 20.0+, IE11+, Opera 12.10 */
}

.wrap-form .date-range:not(:first-child) {
  margin-left: 10px;
}

.wrap-form .date-range > * {
  width: auto !important;
}

.wrap-form .date-range > span {
  display: block;
  margin-top: 12px;
}

.wrap-form .date-range .wrap-field {
  margin: 0 10px;
}

.wrap-form .date-range .wrap-field > input {
  max-width: 90px !important;
}

.wrap-form .date-range button.form-search {
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateY(-50%);
}

.wrap-form input[type="submit"].button {
  width: 100%;
}

.wrap-form a.forgot-pass {
  display: block;
  margin: 11px 0 42px;
  color: black;
  text-decoration: underline;
}

.wrap-form .required:before {
  content: '*';
}

.wrap-form label > .required,
.wrap-form input + .required,
.wrap-form select + .required,
.wrap-form textarea + .required,
.wrap-form span + .required {
  color: red;
  font-weight: bold;
  line-height: 100%;
}

.wrap-form input + .required,
.wrap-form select + .required,
.wrap-form textarea + .required {
  position: absolute;
  bottom: 15px;
  right: 8px;
}

.wrap-form select + .required {
  right: 26px;
}

.wrap-form textarea + .required {
  bottom: auto;
  top: 5px;
}

@media (min-width: 576px) {
  .wrap-form .wrap-field {
    width: 250px;
  }
  .wrap-form .wrap-field.-big {
    font-size: 1.7rem !important;
    line-height: 2.4rem !important;
  }
  .wrap-form.-login {
    margin: 0 auto;
    padding: 51px 40px 65px;
    max-width: 400px;
  }
  .wrap-form.-login h1 {
    margin-bottom: 28px;
    font-size: 2.8rem;
    letter-spacing: -.052rem;
    line-height: 3.8rem;
  }
  .wrap-form.search-publications {
    margin: 37px auto 21px;
    padding-top: 0;
  }
  .wrap-form.search-publications .wrp-aux {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-start;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-start;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  .wrap-form.search-collections form {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-start;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-start;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
}

@media (min-width: 1024px) {
  .wrap-form .wrap-field {
    width: auto;
  }
  .wrap-form.search-publications, .wrap-form.search-collections {
    margin: 74px auto 42px;
  }
  .wrap-form.search-publications .wrap-field:first-child, .wrap-form.search-collections .wrap-field:first-child {
    margin-right: 62px;
  }
  .wrap-form.search-publications .wrap-field:first-child > input, .wrap-form.search-collections .wrap-field:first-child > input {
    min-width: 351px !important;
  }
  .wrap-form.search-publications .date-range, .wrap-form.search-collections .date-range {
    margin-right: 62px;
  }
  .wrap-form.search-publications .wrap-field.-select, .wrap-form.search-collections .wrap-field.-select {
    max-height: 44px;
    padding: 0 !important;
    min-width: 300px;
  }
  .wrap-form.search-publications .wrap-field.-select select, .wrap-form.search-collections .wrap-field.-select select {
    height: 44px;
    background-color: transparent;
    border: 0;
  }
  .wrap-form.search-publications form {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-start;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-start;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  .wrap-form.search-collections {
    margin: 0 auto;
  }
  .wrap-form.search-team .wrap-field.-select {
    width: 250px !important;
  }
}

.select2-container.select2-container--default .select2-selection--single {
  border: 0.1rem solid #979797;
  height: 4.5rem;
  text-align: left;
  border-radius: 0;
  outline: none;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: black;
  line-height: 4.5rem;
  padding-left: 2rem;
  padding-right: 4rem;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: black;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 4.5rem;
  width: 4rem;
  top: 0;
  right: 0;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
  content: " ";
  position: absolute;
  top: 0px;
  right: -10px;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  border-color: black;
  -webkit-transform: translateY(-50%) rotate(135deg);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.select2-container.select2-container--default.select2-container--open .select2-selection--single {
  border: 0.1rem solid black;
  border-bottom: 0.1rem solid #979797;
}

.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: none;
}

.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
  top: 4px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateY(-50%) rotate(-45deg);
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown {
  z-index: 3001;
  border: 0.1rem solid black;
  border-top: none;
  border-radius: 0;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results {
  padding: 1rem 0;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results .select2-results__option {
  color: black;
  padding: 0 4rem 0 2rem;
  line-height: 3rem;
  font-size: 1.3rem;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results .select2-results__option[aria-disabled="true"] {
  opacity: 0.5;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results .select2-results__option.select2-results__option--highlighted {
  background-color: transparent;
  color: black;
}

.select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results .select2-results__option[aria-selected="true"] {
  background-color: transparent;
  text-decoration: underline;
  color: black;
}

.section-events-list {
  padding: 77px 0 67px;
}

.section-events-list h3 {
  margin-bottom: 44px;
}

.section-events-list ul.events-list li.event-item:not(:last-child) {
  margin-bottom: 43px;
}

.section-events-list ul.events-list li.event-item:last-child {
  margin-bottom: 52px;
}

.section-events-list ul.events-list li.event-item a.wrap-link .info p {
  font-size: 1.4rem;
  line-height: 1.9rem;
}

.section-events-list ul.events-list li.event-item a.wrap-link .info p:first-of-type {
  margin: 16px 0 11px;
}

.section-events-list ul.events-list li.event-item a.wrap-link .info p:last-of-type {
  margin-top: 8px;
}

.section-events-list ul.events-list li.event-item a.wrap-link .info h4 {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -.04rem;
  line-height: 2.2rem;
}

.section-events-list .button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  .section-events-list {
    padding: 70px 0 48px;
  }
  .section-events-list h3 {
    margin-bottom: 28px;
  }
  .section-events-list ul.events-list li.event-item:not(:last-child) {
    margin-bottom: 17px;
  }
  .section-events-list ul.events-list li.event-item:last-child {
    margin-bottom: 18px;
  }
  .section-events-list ul.events-list li.event-item a.wrap-link {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
  }
  .section-events-list ul.events-list li.event-item a.wrap-link .wrap-img {
    margin-right: 2.5%;
    max-width: 48.6111111111%;
  }
  .section-events-list ul.events-list li.event-item a.wrap-link .info p:first-of-type {
    margin: 35px 0 11px;
  }
  .section-events-list ul.events-list li.event-item a.wrap-link .info p:last-of-type {
    margin-top: 8px;
  }
  .section-events-list a.button {
    float: right;
    max-width: 200px;
  }
}

@media (min-width: 1024px) {
  .section-events-list {
    padding: 38px 0 50px;
  }
  .section-events-list h3 {
    margin-bottom: 44px;
  }
  .section-events-list .wrap-outer h3 {
    margin-bottom: 44px;
  }
  .section-events-list ul.events-list {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-start;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-start;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  .section-events-list ul.events-list li.event-item {
    width: 32.2033898305%;
  }
  .section-events-list ul.events-list li.event-item:not(:last-child) {
    margin-right: 1.6949152542%;
  }
  .section-events-list ul.events-list li.event-item a.wrap-link {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
  }
  .section-events-list ul.events-list li.event-item a.wrap-link .wrap-img {
    max-width: 100%;
  }
  .section-events-list ul.events-list li.event-item a.wrap-link .info {
    margin: 8px 0 47px;
  }
  .section-events-list ul.events-list li.event-item a.wrap-link .info p {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.9rem;
  }
  .section-events-list ul.events-list li.event-item a.wrap-link .info p:first-of-type {
    margin: 0 0 11px;
  }
  .section-events-list ul.events-list li.event-item a.wrap-link .info p:last-of-type {
    margin: 8px 0 0;
  }
  .section-events-list ul.events-list li.event-item a.wrap-link .info h4 {
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -.04rem;
    line-height: 2.2rem;
  }
}

.dd-mes {
  display: inline-block;
}

.dd-mes .select2-container.select2-container--default .select2-selection--single {
  border: none;
  height: auto;
  background: none;
}

.dd-mes .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  padding-right: 25px;
  line-height: 120%;
  margin-top: -5px;
}

.dd-mes .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: black;
}

.dd-mes .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.8rem;
  width: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateY(-50%);
  right: 0;
}

.has-dd-mes .select2-container.select2-container--default.select2-container--open .select2-dropdown {
  z-index: 3001;
  border: none;
  border-radius: 0;
  background: #F5F5F5;
  top: 5px;
}

.has-dd-mes .select2-container.select2-container--default.select2-container--open .select2-dropdown .select2-results {
  padding: 1rem 0;
  -webkit-box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.19);
}

.section-news-list {
  margin: 68px auto 70px !important;
}

.section-news-list.-interior {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.section-news-list.-interior ul.news-list {
  margin-top: 52px;
}

.section-news-list h3 {
  margin-bottom: 36px;
}

.section-news-list .button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) {
  .section-news-list {
    margin: 72px auto 77px !important;
  }
  .section-news-list a.button {
    float: right;
    max-width: 200px;
  }
  .section-news-list.-interior {
    padding-bottom: 30px;
  }
  .section-news-list.-interior ul.news-list {
    margin-top: 28px;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-start;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-start;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
}

@media (min-width: 1024px) {
  .section-news-list {
    margin: 36px auto 90px !important;
    padding-top: 90px;
    padding-bottom: 36px;
  }
  .section-news-list h3 {
    margin-bottom: 46px;
  }
  .section-news-list ul.news-list {
    margin: 0 0 36px 0 !important;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-start;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-start;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  .section-news-list.-interior ul.news-list {
    margin-top: 48px !important;
  }
}

.section-home-discover {
  padding: 36px 20px 80px !important;
}

.section-home-discover h2 {
  margin-bottom: 13px;
}

.section-home-discover > a.button {
  margin: 33px 0 46px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.section-home-discover .highlights-grid .highlight-simple {
  width: 100% !important;
}

.section-home-discover .highlights-grid .highlight-simple:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .section-home-discover {
    padding: 64px 24px 80px !important;
    min-height: 820px;
  }
  .section-home-discover h2 {
    margin-bottom: 22px;
  }
  .section-home-discover p {
    max-width: 62% !important;
  }
  .section-home-discover > a.button {
    margin: 42px 0 0;
    max-width: 180px;
  }
  .section-home-discover .highlights-grid {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: column wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-align: end;
    -ms-flex-align: end;
    /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: flex-end;
    align-items: flex-end;
    /* Firefox 20.0+, IE11+, Opera 12.10 */
    top: -50px;
    width: 100%;
  }
  .section-home-discover .highlights-grid .highlight-simple {
    width: 100% !important;
    max-width: 48.6111111111% !important;
  }
  .section-home-discover .highlights-grid .highlight-simple:not(:last-child), .section-home-discover .highlights-grid .highlight-simple:last-child {
    margin-bottom: 0;
  }
  .section-home-discover .highlights-grid .highlight-simple:first-child {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    /* Safari, Chrome */
    /* Firefox 3.5~16.0 */
    /* IE9~10 */
    /* Opera 10.5~12.10 */
    transform: translateY(-50%);
  }
  .section-home-discover .highlights-grid .highlight-simple:last-child {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .section-home-discover {
    padding: 38px 10px 18px !important;
    min-height: 640px;
  }
  .section-home-discover h2 {
    margin-bottom: 42px;
    max-width: 780px;
  }
  .section-home-discover p {
    margin-bottom: 48px;
    max-width: 60% !important;
  }
  .section-home-discover > a.button {
    margin: 0;
    max-width: 180px !important;
  }
  .section-home-discover .highlights-grid {
    position: absolute;
    padding: 0;
    top: 120px;
    right: 10px;
    width: 780px;
  }
  .section-home-discover .highlights-grid .highlight-simple {
    max-width: 380px;
  }
  .section-home-discover .highlights-grid .highlight-simple:first-child {
    left: 0;
  }
}

.section-collection-highlights .wrap-outer h3 {
  margin-bottom: 15px;
}

.section-collection-highlights .wrap-outer p {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .section-collection-highlights .wrap-outer h3 {
    margin-bottom: 32px;
  }
  .section-collection-highlights .wrap-outer p {
    margin-bottom: 25px;
    max-width: 680px;
  }
}

@media (min-width: 1024px) {
  .section-collection-highlights .wrap-outer p {
    margin-bottom: 37px;
  }
}

.section-event-related {
  padding: 26px 0 60px;
}

.section-event-related h2 {
  display: none;
}

.section-event-related a.button {
  float: right;
}

.section-event-related .event-related-item {
  margin: 0 0 44px 0;
}

.section-event-related .event-related-item .wrap-img {
  margin-bottom: 16px;
}

.section-event-related .event-related-item .wrap-img a {
  display: inherit;
}

.section-event-related .event-related-item .wrap-img img {
  width: 100%;
}

.section-event-related .event-related-item .info p.space {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.section-event-related .event-related-item .info h3 {
  margin-bottom: 5px;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -.04rem;
  line-height: 2.2rem;
}

.section-event-related .event-related-item .info p.headline {
  margin-bottom: 35px;
  font-size: 1.7rem;
  line-height: 2.4rem;
}

.section-event-related .event-related-item .info p.content {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

@media (min-width: 576px) {
  .section-event-related {
    padding: 66px 0 60px;
  }
  .section-event-related h2 {
    display: block;
  }
  .section-event-related .event-related-item {
    margin: 39px 0;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: space-between;
    /* Chrome 21+, Safari Not supported. */
    justify-content: space-between;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  .section-event-related .event-related-item .wrap-img {
    margin-bottom: 0;
    width: 48%;
    max-width: 395px;
  }
  .section-event-related .event-related-item .wrap-img img {
    display: block;
    width: 100%;
    height: auto;
  }
  .section-event-related .event-related-item .info {
    margin-left: 2.7777777778%;
    -webkit-box-flex: 1;
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-positive: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
    width: 46.25%;
  }
  .section-event-related .event-related-item .info p.space {
    margin-bottom: 37px;
  }
  .section-event-related .event-related-item .info p.headline {
    margin-bottom: 21px;
  }
}

@media (min-width: 1024px) {
  .section-event-related {
    padding: 58px 0 50px;
  }
  .section-event-related .event-related-item {
    margin: 64px 0 71px;
  }
  .section-event-related .event-related-item .info {
    margin-left: 7.2033898305%;
    width: 59.3220338983%;
  }
  .section-event-related .event-related-item .info p.headline {
    margin-bottom: 37px;
  }
}

.section-content.wrap-outer {
  margin-top: 34px;
  margin-bottom: 58px;
}

.section-content.wrap-outer img.logo-space {
  display: block;
  margin-bottom: 37px;
}

.section-content.wrap-outer h1 {
  margin-bottom: 23px;
  padding-top: 20px;
  font-size: 2.2rem;
  letter-spacing: -.055rem;
  line-height: 2.8rem;
}

.section-content.wrap-outer h3 {
  margin-bottom: 16px;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -.07rem;
  line-height: 3.1rem;
}

.section-content.wrap-outer img.logo-space {
  display: block;
  margin-bottom: 37px;
}

.section-content.wrap-outer .wrap-content {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  /* Firefox 28+, IE11, Opera 12.10 */
}

.section-content.wrap-outer .wrap-content .content-block a {
  text-decoration: underline;
}

.section-content.wrap-outer .wrap-content .content-block .-bold {
  font-weight: 700;
}

.section-content.wrap-outer .wrap-content .content-block .-underline {
  text-decoration: underline;
}

.section-content.wrap-outer .wrap-content .content-block .content-mask {
  -webkit-transition: all .35s;
  transition: all .35s;
}

.section-content.wrap-outer .wrap-content .content-block .content-mask::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.section-content.wrap-outer .wrap-content .content-block .content-mask.-small {
  overflow: hidden;
  height: 390px;
}

.section-content.wrap-outer .wrap-content .content-block .content-mask.-small::after {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}

.section-content.wrap-outer .wrap-content .content-block .-less {
  display: none;
}

.section-content.wrap-outer .wrap-content .content-block .ficha-tecnica {
  margin-top: 24px;
}

.section-content.wrap-outer .wrap-content .content-block .ficha-tecnica .title {
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
}

.section-content.wrap-outer .wrap-content .content-block .ficha-tecnica .title::after {
  content: " ";
  position: absolute;
  top: 12px;
  right: -30px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: black;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.section-content.wrap-outer .wrap-content .content-block .ficha-tecnica .ficha {
  display: none;
  padding-top: 8px;
}

.section-content.wrap-outer .wrap-content .content-block .ficha-tecnica.-on .title::after {
  top: 16px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.section-content.wrap-outer .wrap-content .content-sidebar .txt-block:not(:last-of-type) {
  margin-bottom: 32px;
}

.section-content.wrap-outer .wrap-content .content-sidebar .txt-block h3 {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.3rem;
  margin-bottom: 0;
}

.section-content.wrap-outer .wrap-content .content-sidebar .txt-block p {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2.1rem;
}

.section-content.wrap-outer .wrap-content .content-sidebar .txt-block a.map-link {
  padding-left: 16px;
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-decoration: underline;
  background: transparent url("../lib/svg/ico-sidebar-location.svg") left no-repeat;
}

.section-content.wrap-outer .wrap-content .content-sidebar .txt-block a.map-link span {
  display: inline-block;
  text-decoration: none !important;
}

.section-content.wrap-outer .wrap-content .content-sidebar .txt-block span.map-descr {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.section-content.wrap-outer .wrap-content .content-sidebar .txt-block a.button {
  margin-top: 34px;
  width: 100%;
}

.section-content.wrap-outer .wrap-content .content-sidebar .txt-block.-summary {
  margin-bottom: 32px;
}

.section-content.wrap-outer .wrap-content .content-sidebar .txt-block.-summary p {
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.section-content.wrap-outer .wrap-content .content-sidebar .txt-block.-summary p.title-space {
  margin: 6px 0 11px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -.05rem;
  line-height: 2.2rem;
}

.section-content.wrap-outer .wrap-content .content-sidebar .txt-block.-summary p.datas {
  line-height: 150%;
}

.section-content.wrap-outer .wrap-content .content-sidebar .txt-block.-summary p.datas .hora {
  display: block;
  padding: 1rem 0;
}

.section-content.wrap-outer .wrap-content .content-sidebar .txt-block.-summary p.datas .obs {
  font-style: italic;
  font-size: 1.2rem;
}

.section-content.wrap-outer .wrap-content .content-sidebar .txt-block.-summary .notas {
  line-height: 150%;
  margin-top: 30px;
}

.section-content.wrap-outer .wrap-content .content-sidebar .txt-block.-summary .notas a {
  text-decoration: underline;
}

.section-content.wrap-outer .wrap-content .content-sidebar .txt-block.-summary .notas ul, .section-content.wrap-outer .wrap-content .content-sidebar .txt-block.-summary .notas ol {
  list-style: disc;
  margin-left: 30px;
}

.section-content.wrap-outer .wrap-content .content-sidebar .txt-block.-summary .notas ol {
  list-style: decimal;
}

.section-content.wrap-outer .wrap-content.-intro {
  margin-top: 34px;
}

.section-content.wrap-outer .wrap-content.-intro .content-block {
  -webkit-box-ordinal-group: 2;
  /* Chrome 21+, Safari Not supported. */
  -ms-flex-order: 1;
  /* IE 10.0 */
  -moz-order: 1;
  order: 1;
  /* Firefox 20+, Opera 12.10 */
}

.section-content.wrap-outer .wrap-content.-intro .content-sidebar {
  margin-bottom: 32px;
  -webkit-box-ordinal-group: 1;
  /* Chrome 21+, Safari Not supported. */
  -ms-flex-order: 0;
  /* IE 10.0 */
  -moz-order: 0;
  order: 0;
  /* Firefox 20+, Opera 12.10 */
}

.section-content.wrap-outer .wrap-content.-hero {
  margin: 30px 0;
  display: block;
}

.section-content.wrap-outer .wrap-content.-hero .images-list {
  width: 100%;
}

.section-content.wrap-outer .wrap-content.-hero .images-list .wrap-video {
  position: relative;
  padding-top: 39%;
}

.section-content.wrap-outer .wrap-content.-hero .images-list .wrap-video .full-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-content.wrap-outer .wrap-content:not(.-intro):not(.-hero):not(.-exhibit) .content-sidebar {
  margin-top: 40px;
}

.section-content.wrap-outer .wrap-content.-exhibit .content-sidebar {
  margin-bottom: 40px;
}

.section-content.wrap-outer:not(.-exhibit) .wrap-content .content-block {
  -webkit-box-ordinal-group: 2;
  /* Chrome 21+, Safari Not supported. */
  -ms-flex-order: 1;
  /* IE 10.0 */
  -moz-order: 1;
  order: 1;
  /* Firefox 20+, Opera 12.10 */
}

.section-content.wrap-outer:not(.-exhibit) .wrap-content .content-sidebar {
  -webkit-box-ordinal-group: 1;
  /* Chrome 21+, Safari Not supported. */
  -ms-flex-order: 0;
  /* IE 10.0 */
  -moz-order: 0;
  order: 0;
  /* Firefox 20+, Opera 12.10 */
}

.section-content.wrap-outer.-landing .wrap-content.-hero {
  margin: 16px auto 25px;
}

.section-content.wrap-outer.-slim .wrap-content {
  margin: 24px 0 50px;
}

.section-content.wrap-outer.-slim .wrap-content .content-block > img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}

.section-content.wrap-outer.-gca {
  max-width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.section-content.wrap-outer.-gca h1 {
  padding: 20px 20px 0;
}

.section-content.wrap-outer.-gca .logo-space {
  margin-left: 24px;
}

.section-content.wrap-outer.-gca #gca-container .gca-block {
  padding: 0 20px;
}

.section-content.wrap-outer.-gca #gca-container .gca-block:not(.-no-margin) .wrap-outer {
  padding-left: 0;
  padding-right: 0;
}

.section-content.wrap-outer.-gca #gca-container .gca-block.-no-margin {
  padding: 0;
}

.section-content.wrap-outer.-gca #gca-container .gca-block.-with-module h3 {
  font-size: 2.4rem;
}

.section-content.wrap-outer.-gca #gca-container .gca-block.-with-module .publications-list h3 {
  font-size: 1.5rem;
}

.section-content.wrap-outer.-gca #gca-container .gca-block .content-block .file span,
.section-content.wrap-outer.-gca #gca-container .gca-block .content-block .link span {
  font-weight: 700;
}

.section-content.wrap-outer.-gca #gca-container .gca-block .content-sidebar {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 2.8rem;
}

.section-content.wrap-outer.-gca #gca-container .gca-block .content-block h3,
.section-content.wrap-outer.-gca #gca-container .gca-block .content-sidebar h3 {
  margin-bottom: 0;
}

.section-content.wrap-outer.-gca #gca-container .gca-block .content-block a,
.section-content.wrap-outer.-gca #gca-container .gca-block .content-sidebar a {
  text-decoration: underline;
}

.section-content.wrap-outer.-gca #gca-container .gca-block .content-block ul, .section-content.wrap-outer.-gca #gca-container .gca-block .content-block ol,
.section-content.wrap-outer.-gca #gca-container .gca-block .content-sidebar ul,
.section-content.wrap-outer.-gca #gca-container .gca-block .content-sidebar ol {
  list-style: disc;
  margin-left: 30px;
}

.section-content.wrap-outer.-gca #gca-container .gca-block .content-block ol,
.section-content.wrap-outer.-gca #gca-container .gca-block .content-sidebar ol {
  list-style: decimal;
}

@media (min-width: 576px) {
  .section-content.wrap-outer h1 {
    padding-top: 0;
  }
  .section-content.wrap-outer.-gca h1 {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .section-content.wrap-outer img.logo-space {
    margin-bottom: 0;
    position: absolute;
    top: -80px;
    right: 24px;
  }
  .section-content.wrap-outer h1 {
    margin-bottom: 24px;
    font-size: 3.2rem;
    letter-spacing: -.059rem;
    line-height: 4.3rem;
  }
  .section-content.wrap-outer h3 {
    margin-bottom: 18px;
  }
  .section-content.wrap-outer .wrap-content {
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: space-between;
    /* Chrome 21+, Safari Not supported. */
    justify-content: space-between;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  .section-content.wrap-outer .wrap-content .content-block {
    width: 56.9444444444%;
  }
  .section-content.wrap-outer .wrap-content .content-sidebar {
    width: 33.3333333333%;
  }
  .section-content.wrap-outer .wrap-content.-intro .content-block {
    -webkit-box-ordinal-group: 1;
    /* Chrome 21+, Safari Not supported. */
    -ms-flex-order: 0;
    /* IE 10.0 */
    -moz-order: 0;
    order: 0;
    /* Firefox 20+, Opera 12.10 */
  }
  .section-content.wrap-outer .wrap-content.-intro .content-sidebar {
    -webkit-box-ordinal-group: 2;
    /* Chrome 21+, Safari Not supported. */
    -ms-flex-order: 1;
    /* IE 10.0 */
    -moz-order: 1;
    order: 1;
    /* Firefox 20+, Opera 12.10 */
  }
  .section-content.wrap-outer .wrap-content.-hero {
    margin: 40px 0;
  }
  .section-content.wrap-outer .wrap-content:not(.-intro):not(.-hero) .content-sidebar {
    margin-top: 0px;
  }
  .section-content.wrap-outer.-slim .wrap-content {
    margin: 34px 0 81px;
  }
  .section-content.wrap-outer:not(.-exhibit) .wrap-content .content-block {
    -webkit-box-ordinal-group: 1;
    /* Chrome 21+, Safari Not supported. */
    -ms-flex-order: 0;
    /* IE 10.0 */
    -moz-order: 0;
    order: 0;
    /* Firefox 20+, Opera 12.10 */
  }
  .section-content.wrap-outer:not(.-exhibit) .wrap-content .content-sidebar {
    -webkit-box-ordinal-group: 2;
    /* Chrome 21+, Safari Not supported. */
    -ms-flex-order: 1;
    /* IE 10.0 */
    -moz-order: 1;
    order: 1;
    /* Firefox 20+, Opera 12.10 */
  }
  .section-content.wrap-outer.-gca #gca-container .gca-block.-with-module h3 {
    font-size: 2.2rem;
  }
}

@media (min-width: 1024px) {
  .section-content.wrap-outer img.logo-space {
    right: 10px;
  }
  .section-content.wrap-outer h1 {
    font-size: 3.8rem;
    letter-spacing: -.07rem;
    line-height: 4.8rem;
  }
  .section-content.wrap-outer h3 {
    margin-bottom: 32px;
  }
  .section-content.wrap-outer .wrap-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-start;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-start;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  .section-content.wrap-outer .wrap-content .content-block {
    margin-right: 11.5254237288%;
    width: 59.3220338983%;
  }
  .section-content.wrap-outer .wrap-content .content-sidebar {
    width: 28.9830508475%;
  }
  .section-content.wrap-outer .wrap-content.-intro .content-block {
    margin-right: 17.7966101695%;
  }
  .section-content.wrap-outer .wrap-content.-intro .content-sidebar {
    width: 22.8813559322%;
  }
  .section-content.wrap-outer .wrap-content.-hero {
    margin: 26px 0 38px;
  }
  .section-content.wrap-outer.-slim .wrap-content {
    margin: 31px 0 91px;
  }
  .section-content.wrap-outer.-slim .wrap-content .content-block {
    max-width: 700px;
  }
  .section-content.wrap-outer.-gca h1 {
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  .section-content.wrap-outer.-gca #gca-container .gca-block {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1200px;
  }
  .section-content.wrap-outer.-gca #gca-container .gca-block.-no-margin {
    padding: 0;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .section-content.wrap-outer.-gca .logo-space {
    right: 50%;
    margin-right: -590px;
  }
  .section-content.wrap-outer.-gca button.share-content {
    right: 50%;
    margin-right: -590px;
  }
  .section-content.wrap-outer.-gca button.export-pdf {
    right: 50%;
    margin-right: -540px;
  }
}

.features-highlights-list {
  margin: 54px 0 79px;
}

.features-highlights-list.-gca {
  margin: 0;
  margin-top: 30px;
}

.features-highlights-list ul.features-list li.features-item {
  margin-bottom: 37px;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: space-between;
  /* Chrome 21+, Safari Not supported. */
  justify-content: space-between;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
}

.features-highlights-list ul.features-list li.features-item .wrap-link h4 {
  margin-bottom: 2px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.features-highlights-list ul.features-list li.features-item .wrap-link p.descr {
  margin-bottom: 22px;
  -webkit-box-flex: 1;
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-positive: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.features-highlights-list ul.features-list li.features-item .wrap-link p.descr.-bottom {
  margin-bottom: 0;
  margin-top: 22px;
  font-size: 1.5rem;
}

.features-highlights-list ul.features-list li.features-item .wrap-link p.descr.-bottom:last-child {
  margin-top: 7px;
}

.features-highlights-list ul.features-list li.features-item .wrap-link p.descr.-bottom .close {
  font-weight: 700;
  color: #E40429;
}

.features-highlights-list ul.features-list li.features-item .wrap-link p.descr.-bottom .open {
  font-weight: 700;
  color: #37A400;
}

.features-highlights-list ul.features-list.-landing li.features-item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: flex-end;
  /* Chrome 21+, Safari Not supported. */
  justify-content: flex-end;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
}

.features-highlights-list ul.features-list.-landing li.features-item .wrp-title {
  -webkit-box-flex: 1;
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-positive: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
}

.features-highlights-list ul.features-list.-landing li.features-item .wrp-title h4 {
  margin-bottom: 2px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 7px;
}

.features-highlights-list ul.features-list.-landing li.features-item .wrap-link .wrap-img {
  padding-top: 63.16%;
}

.features-highlights-list ul.features-list.-landing li.features-item .wrap-link .wrap-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.features-highlights-list ul.features-list.-landing li.features-item .map-link {
  display: inline-block;
  margin-top: 20px;
}

.features-highlights-list ul.features-list.-landing li.features-item.-hover-img-zoom:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translate(-50%, -50%) scale(1.1);
}

@media (min-width: 576px) {
  .features-highlights-list {
    margin: 87px 0 82px;
  }
  .features-highlights-list.-gca {
    margin: 0;
    margin-top: 30px;
  }
  .features-highlights-list ul.features-list {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    /* Firefox 28+, IE11, Opera 12.10 */
  }
  .features-highlights-list ul.features-list li.features-item {
    width: 48.6111111111%;
    min-height: 268px;
  }
  .features-highlights-list ul.features-list li.features-item:nth-child(odd) {
    margin-right: 2.7777777778%;
  }
  .features-highlights-list ul.features-list li.features-item a.wrap-link p.descr {
    margin-bottom: 20px;
    min-height: 42px;
  }
  .features-highlights-list ul.features-list li.features-item a.wrap-link p.descr.-bottom {
    margin-bottom: 0;
    margin-top: 20px;
    min-height: auto;
  }
  .features-highlights-list ul.features-list li.features-item a.wrap-link p.descr.-bottom:last-child {
    margin-top: 7px;
  }
  .features-highlights-list ul.features-list.-landing li.features-item .wrp-map {
    height: 38px;
  }
}

@media (min-width: 1024px) {
  .features-highlights-list {
    margin: 58px 0 78px;
  }
  .features-highlights-list.-gca {
    margin: 0;
    margin-top: 30px;
  }
  .features-highlights-list ul.features-list li.features-item {
    width: 32.2033898305%;
  }
  .features-highlights-list ul.features-list li.features-item:nth-child(odd) {
    margin-right: 0;
  }
  .features-highlights-list ul.features-list li.features-item:not(:nth-child(3n)) {
    margin-right: 1.6949152542%;
  }
}

.gallery-highlights-list {
  margin-bottom: 68px;
  overflow: hidden;
}

.gallery-highlights-list .wrap-outer {
  margin-bottom: 42px;
}

.gallery-highlights-list ul.gallery-list {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  /* Firefox 28+, IE11, Opera 12.10 */
}

.gallery-highlights-list ul.gallery-list li.gallery-item {
  margin-right: 20px;
}

.gallery-highlights-list ul.gallery-list li.gallery-item a.wrap-link .wrap-img {
  height: 240px;
}

.gallery-highlights-list ul.gallery-list li.gallery-item a.wrap-link::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 30px;
  right: 34px;
  width: 32px;
  height: 20px;
  background: url("../lib/svg/ico-gallery-view.svg") center no-repeat;
  z-index: 5;
}

.gallery-highlights-list ul.gallery-list.-center-gallery {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

.gallery-highlights-list .arrow-nav {
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .gallery-highlights-list {
    margin-bottom: 84px;
  }
  .gallery-highlights-list .wrap-outer {
    margin-bottom: 25px;
  }
  .gallery-highlights-list ul.gallery-list.-center-gallery {
    padding: 0 24px;
  }
}

@media (min-width: 1024px) {
  .gallery-highlights-list {
    margin-bottom: 100px;
  }
  .gallery-highlights-list .wrap-outer {
    margin-bottom: 45px;
  }
  .gallery-highlights-list ul.gallery-list.-center-gallery {
    padding: 0 10px;
  }
}

section.section-collections-list,
section.section-exhibits-list {
  padding-bottom: 40px;
  padding-top: 1px;
  min-height: 150px;
}

section.section-collections-list .wrap-outer,
section.section-exhibits-list .wrap-outer {
  padding: 0;
}

section.section-collections-list .wrap-outer ul,
section.section-exhibits-list .wrap-outer ul {
  margin-top: 28px;
}

section.section-collections-list .wrap-outer ul li:not(:last-child),
section.section-exhibits-list .wrap-outer ul li:not(:last-child) {
  margin-bottom: 13px;
}

section.section-collections-list.-solo,
section.section-exhibits-list.-solo {
  margin-bottom: 75px;
}

section.section-collections-list.-solo .wrap-outer ul,
section.section-exhibits-list.-solo .wrap-outer ul {
  margin-bottom: 45px;
}

section.section-collections-list.-highlight,
section.section-exhibits-list.-highlight {
  padding: 0 20px 74px 20px;
}

section.section-collections-list.-highlight .button,
section.section-exhibits-list.-highlight .button {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 576px) {
  section.section-collections-list,
  section.section-exhibits-list {
    padding-bottom: 40px;
  }
  section.section-collections-list .wrap-outer ul,
  section.section-exhibits-list .wrap-outer ul {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-start;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-start;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  section.section-collections-list .wrap-outer ul li,
  section.section-exhibits-list .wrap-outer ul li {
    margin-bottom: 1.6949152542%;
    width: 49.1525423729%;
  }
  section.section-collections-list .wrap-outer ul li:nth-child(odd),
  section.section-exhibits-list .wrap-outer ul li:nth-child(odd) {
    margin-right: 1.6949152542%;
  }
  section.section-collections-list .wrap-outer > a.button,
  section.section-exhibits-list .wrap-outer > a.button {
    float: right;
  }
  section.section-collections-list.-solo,
  section.section-exhibits-list.-solo {
    margin-bottom: 113px;
  }
  section.section-collections-list.-solo .wrap-outer ul,
  section.section-exhibits-list.-solo .wrap-outer ul {
    margin-bottom: 45px;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-start;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-start;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  section.section-collections-list.-solo .wrap-outer ul li,
  section.section-exhibits-list.-solo .wrap-outer ul li {
    margin: 0 !important;
    width: 100% !important;
  }
  section.section-collections-list.-highlight,
  section.section-exhibits-list.-highlight {
    padding-bottom: 124px;
  }
  section.section-collections-list.-highlight .button,
  section.section-exhibits-list.-highlight .button {
    width: auto;
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  section.section-collections-list,
  section.section-exhibits-list {
    max-width: 1200px;
    margin: 0 auto;
  }
  section.section-collections-list .wrap-outer ul,
  section.section-exhibits-list .wrap-outer ul {
    margin-top: 48px;
  }
  section.section-collections-list.-solo,
  section.section-exhibits-list.-solo {
    margin-bottom: 50px;
  }
  section.section-collections-list.-solo .wrap-outer ul,
  section.section-exhibits-list.-solo .wrap-outer ul {
    margin-bottom: 40px;
  }
  section.section-collections-list.-highlight,
  section.section-exhibits-list.-highlight {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.section-spaces-list {
  margin: 45px 0;
}

.section-spaces-list ul.spaces-list {
  margin-top: 22px;
}

.section-spaces-list ul.spaces-list li:not(:last-child) {
  margin-bottom: 10px;
}

.section-spaces-list ul.spaces-list li .highlight-simple {
  width: 100% !important;
  max-width: 100% !important;
  max-height: 380px;
  overflow: hidden;
}

.section-spaces-list h3 {
  font-size: 2.4rem;
}

.section-spaces-list.-gca ul.spaces-list li h3 {
  font-size: 2rem !important;
}

@media (min-width: 576px) {
  .section-spaces-list ul.spaces-list {
    margin-top: 28px;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-start;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-start;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  .section-spaces-list ul.spaces-list li {
    width: 48.6111111111%;
    margin-bottom: 2.7777777778% !important;
  }
  .section-spaces-list ul.spaces-list li:nth-child(odd) {
    margin-right: 2.7777777778%;
  }
  .section-spaces-list h3 {
    font-size: 2.8rem;
  }
  .section-spaces-list.-gca ul.spaces-list li h3 {
    font-size: 2.1rem !important;
  }
}

@media (min-width: 1024px) {
  .section-spaces-list ul.spaces-list {
    margin-top: 20px;
  }
  .section-spaces-list ul.spaces-list li {
    width: 32.2033898305%;
    margin-right: 0 !important;
    margin-bottom: 1.6949152542% !important;
  }
  .section-spaces-list ul.spaces-list li:not(:nth-child(3n)) {
    margin-right: 1.6949152542% !important;
  }
  .section-spaces-list ul.spaces-list.-half li {
    width: 49.1525423729%;
    margin-right: 0 !important;
    margin-bottom: 1.6949152542% !important;
  }
  .section-spaces-list ul.spaces-list.-half li:nth-child(odd) {
    margin-right: 1.6949152542% !important;
  }
}

.section-publications-list {
  margin-top: 26px;
}

.section-publications-list .publications-highlight {
  padding: 40px 20px 55px;
}

.section-publications-list .publications-highlight > a > * {
  margin: 0 auto;
}

.section-publications-list .publications-highlight > a .wrap-img {
  display: block;
  padding: 7px;
  border: 1px solid #979797;
  max-width: 150px !important;
}

.section-publications-list .publications-highlight > a .info {
  -webkit-box-flex: 1;
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-positive: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
  margin-top: 37px;
}

.section-publications-list .publications-highlight > a .info h2 {
  font-size: 2.2rem;
  letter-spacing: -.041rem;
  line-height: 4.8rem;
}

.section-publications-list .publications-highlight > a .info p.note {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.9rem;
}

.section-publications-list .publications-highlight > a .info p.descr {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.6rem;
}

.section-publications-list ul.publications-list {
  margin-bottom: 44px;
}

.section-publications-list ul.publications-list li {
  border-top: 1px solid #E5E5E5;
}

.section-publications-list ul.publications-list li:last-of-type {
  border-bottom: 1px solid #E5E5E5;
}

.section-publications-list ul.publications-list li .wrap-link {
  padding: 10px 0 60px;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-box-align: start;
  -ms-flex-align: start;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: flex-start;
  align-items: flex-start;
  /* Firefox 20.0+, IE11+, Opera 12.10 */
}

.section-publications-list ul.publications-list li .wrap-link .image {
  min-height: 300px;
}

@media (max-width: 576px) {
	.section-publications-list ul.publications-list li .wrap-link .image {
		min-height: 150px;
	}
}

.section-publications-list ul.publications-list li .wrap-link .wrap-img {
  width: 18.75%;
  height: 26.5625%;
  border: 1px solid #979797;
  padding: 3px;
  max-width: 10% !important;
  min-width: 67px !important;
  width: auto !important;
}

.section-publications-list ul.publications-list li .wrap-link .wrap-img img {
  display: block;
  height: auto;
}

.section-publications-list ul.publications-list li .wrap-link .info {
  margin: 0 20px;
  -webkit-box-flex: 1;
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-positive: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
}

.section-publications-list ul.publications-list li .wrap-link .info h3 {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.028rem;
  line-height: 2rem;
  margin-bottom: 10px;
}

.section-publications-list ul.publications-list li .wrap-link .info p.descr {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.section-publications-list ul.publications-list li .wrap-link .button {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.section-publications-list ul.publications-list.wrap-outer {
  padding: 0;
}

@media (min-width: 576px) {
  .section-publications-list .publications-highlight {
    margin: 0 !important;
    padding: 40px 42px 55px;
  }
  .section-publications-list .publications-highlight a {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-align: start;
    -ms-flex-align: start;
    /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: flex-start;
    align-items: flex-start;
    /* Firefox 20.0+, IE11+, Opera 12.10 */
  }
  .section-publications-list .publications-highlight .wrap-img {
    margin-right: 35px;
    min-width: 96px;
  }
  .section-publications-list .publications-highlight .info {
    margin-top: 0;
  }
  .section-publications-list .publications-highlight .info h3 {
    font-size: 1.7rem;
    letter-spacing: -.031rem;
    line-height: 4.8rem;
  }
  .section-publications-list ul.publications-list li .wrap-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: center;
    align-items: center;
    /* Firefox 20.0+, IE11+, Opera 12.10 */
  }
  .section-publications-list ul.publications-list li .wrap-link .info {
    max-width: 76% !important;
  }
  .section-publications-list ul.publications-list li .wrap-link .button {
    position: relative;
  }
}

@media (min-width: 1024px) {
  .section-publications-list .publications-highlight {
    margin: 0 auto !important;
    padding: 56px 70px 50px;
    max-width: 1180px;
  }
}

.section-downloads-list {
  padding-top: 10px;
}

.section-downloads-list ul.downloads-list {
  margin: 20px 0;
}

.section-downloads-list ul.downloads-list li.downloads-item {
  padding: 20px 0;
  border-bottom: 1px dashed #979797;
}

.section-downloads-list ul.downloads-list li.downloads-item:first-child {
  border-top: 1px dashed #979797;
}

.section-downloads-list ul.downloads-list li.downloads-item p.title {
  margin-bottom: 18px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.section-downloads-list ul.downloads-list li.downloads-item .button {
  left: 100%;
  -webkit-transform: translateX(-100%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-100%);
}

@media (min-width: 576px) {
  .section-downloads-list ul.downloads-list li.downloads-item {
    padding: 16px 0;
  }
  .section-downloads-list ul.downloads-list li.downloads-item p.title {
    margin-bottom: 0;
    line-height: 2.8rem;
  }
  .section-downloads-list ul.downloads-list li.downloads-item .button {
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    /* Safari, Chrome */
    /* Firefox 3.5~16.0 */
    /* IE9~10 */
    /* Opera 10.5~12.10 */
    transform: translateY(-50%);
  }
}

.section-friends {
  margin: 85px auto 82px;
}

.section-friends .wrap-friends {
  padding-top: 20px;
}

.section-friends .wrap-friends img {
  margin: 0 20px 20px 0;
}

@media (min-width: 576px) {
  .section-friends {
    margin: 84px auto 136px;
  }
}

@media (min-width: 1024px) {
  .section-friends {
    margin: 80px auto 164px;
  }
  .section-friends .wrap-friends {
    padding-top: 30px;
  }
}

.section-contacts-list.wrap-outer {
  margin-top: 35px;
}

.section-contacts-list.wrap-outer ul.contacts-list {
  margin: 50px 0;
}

.section-contacts-list.wrap-outer ul.contacts-list li:not(:last-child) {
  margin-bottom: 10px;
}

.section-contacts-list.wrap-outer ul.contacts-list li .contact-info h3 {
  margin-bottom: 0;
}

.section-contacts-list.wrap-outer ul.contacts-list li .wrap-img {
  padding-top: 63.16%;
}

.section-contacts-list.wrap-outer ul.contacts-list li .wrap-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.section-contacts-list.wrap-outer ul.contacts-list li .-hover-img-zoom:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translate(-50%, -50%) scale(1.1);
}

.section-contacts-list.wrap-outer ul.contacts-list li .-hover-img-zoom h3 {
  font-size: 2rem !important;
}

@media (min-width: 576px) {
  .section-contacts-list.wrap-outer {
    margin-top: 0;
  }
  .section-contacts-list.wrap-outer ul.contacts-list {
    margin: 66px 0 81px;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-start;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-start;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  .section-contacts-list.wrap-outer ul.contacts-list li {
    margin-bottom: 27px;
    width: 48.6111111111%;
  }
  .section-contacts-list.wrap-outer ul.contacts-list li:nth-child(odd) {
    margin-right: 2.7777777778%;
  }
}

@media (min-width: 1024px) {
  .section-contacts-list.wrap-outer ul.contacts-list {
    margin: 60px 0;
  }
  .section-contacts-list.wrap-outer ul.contacts-list li {
    margin: 0 !important;
    width: 32.2033898305%;
  }
  .section-contacts-list.wrap-outer ul.contacts-list li:not(:nth-child(3n)) {
    margin-right: 1.6949152543% !important;
  }
}

.highlight-location {
  padding: 58px 20px 75px !important;
}

.highlight-location h3 {
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3.8rem;
}

.highlight-location .location-list .location-item:not(:last-child) {
  padding-bottom: 39px;
  border-bottom: 1px solid #4B4B4B;
}

.highlight-location .location-list .location-item:not(:first-child) {
  margin-top: 38px;
}

.highlight-location .location-list .location-item h4 {
  margin-bottom: 11px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 3.8rem;
}

.highlight-location .location-list .location-item h5 {
  font-weight: 700;
}

.highlight-location .location-list .location-item h5,
.highlight-location .location-list .location-item p {
  font-size: 1.4rem;
  line-height: 2.1rem;
}

.highlight-location .location-list .location-item p:not(:last-child) {
  margin-bottom: 22px;
}

@media (min-width: 576px) {
  .highlight-location {
    padding: 74px 54px 105px !important;
  }
  .highlight-location .location-list {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
  }
  .highlight-location .location-list .location-item {
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 0 !important;
    width: 100%;
  }
  .highlight-location .location-list .location-item:not(:first-child) {
    padding-left: 50px !important;
  }
  .highlight-location .location-list .location-item:not(:last-child) {
    padding-right: 50px !important;
    border-right: 1px solid #4B4B4B;
  }
}

@media (min-width: 1024px) {
  .highlight-location {
    margin-bottom: 104px !important;
    padding: 74px 114px 91px !important;
  }
}

.section-form-contacts {
  padding: 56px 0 59px;
}

.section-form-contacts form {
  max-width: 700px !important;
}

.section-form-contacts form * {
  display: block;
  font-size: 1.3rem;
  line-height: 2.1rem;
}

.section-form-contacts form h3 {
  margin-bottom: 26px;
  font-size: 2.2rem !important;
  font-weight: 700;
  letter-spacing: -.055rem;
  line-height: 3.8rem;
}

.section-form-contacts form a {
  text-decoration: underline;
}

.section-form-contacts form span:not(.value) {
  display: inline-block;
}

.section-form-contacts form fieldset {
  margin-top: 20px;
}

.section-form-contacts form legend {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.section-form-contacts form label {
  margin-bottom: 9px;
  font-weight: 700;
}

.section-form-contacts form label.fld_terms * {
  display: inline-block;
}

.section-form-contacts form input:not([type="submit"]),
.section-form-contacts form .value {
  margin-bottom: 19px;
}

.section-form-contacts form textarea {
  margin-bottom: 32px;
}

.section-form-contacts form input:not([type="submit"]),
.section-form-contacts form textarea {
  padding: 11px 17px 12px;
  width: 100%;
  background-color: transparent;
  border: 1px solid #979797;
}

.section-form-contacts form input:not([type="submit"])::-webkit-input-placeholder,
.section-form-contacts form textarea::-webkit-input-placeholder {
  color: black;
}

.section-form-contacts form input:not([type="submit"]):-ms-input-placeholder,
.section-form-contacts form textarea:-ms-input-placeholder {
  color: black;
}

.section-form-contacts form input:not([type="submit"])::-ms-input-placeholder,
.section-form-contacts form textarea::-ms-input-placeholder {
  color: black;
}

.section-form-contacts form input:not([type="submit"])::placeholder,
.section-form-contacts form textarea::placeholder {
  color: black;
}

.section-form-contacts form input:not([type="submit"]):focus,
.section-form-contacts form textarea:focus {
  outline: none;
  border-color: black;
}

.section-form-contacts form input[type='checkbox'],
.section-form-contacts form input[type='radio'] {
  visibility: hidden;
  display: none;
}

.section-form-contacts form input[type='checkbox'] + label,
.section-form-contacts form input[type='radio'] + label {
  display: inline-block;
  margin: 0 0 6px 0;
  padding: 0px 10px 0 30px;
  cursor: pointer;
  background: transparent url("/temas/default/imgs/checkbox-dark-gray-off.png") no-repeat left 0px;
  min-height: 21px;
  min-width: 21px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
}

.section-form-contacts form input[type='radio'] + label {
  background-image: url("/temas/default/imgs/radio-dark-gray-off.png");
}

.section-form-contacts form input[type='checkbox']:checked + label {
  background-image: url("/temas/default/imgs/checkbox-dark-gray-on.png");
  border-color: #999999;
}

.section-form-contacts form input[type='radio']:checked + label {
  background-image: url("/temas/default/imgs/radio-dark-gray-on.png");
  border-color: #999999;
}

.section-form-contacts form .button {
  width: 100%;
  margin-top: 37px;
}

.section-form-contacts form .-interess {
  margin-bottom: 13px;
}

.section-form-contacts.-newsletter {
  padding: 0;
}

@media (min-width: 576px) {
  .section-form-contacts {
    padding: 73px 0 93px;
  }
  .section-form-contacts form h3 {
    margin-bottom: 31px;
    font-size: 2.8rem !important;
    letter-spacing: -.07rem;
    line-height: 3.8rem;
  }
  .section-form-contacts form .button {
    width: auto !important;
    float: right;
  }
  .section-form-contacts.-newsletter .button {
    float: none;
  }
}

@media (min-width: 1024px) {
  .section-form-contacts {
    padding: 96px 0 99px;
  }
}

.section-login .-no-bottom {
  margin-bottom: 0;
}

.section-login .wrap-field {
  width: 100%;
}

.section-login > a.logo {
  margin: 0 auto !important;
  margin-bottom: 26px !important;
  display: block !important;
  width: 100% !important;
  max-width: 156px !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.section-login > a.logo * {
  width: 100%;
  height: 100%;
}

.section-login fieldset {
  margin-top: 20px;
}

.section-login fieldset legend {
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}

.section-login .-auth {
  float: right;
  margin-top: -5px;
  line-height: 0px;
  padding: 10px;
}

@media (min-width: 576px) {
  .section-login > a.logo {
    margin-bottom: 42px !important;
    max-width: 223px !important;
  }
}

@media (min-width: 1024px) {
  .section-login > a.logo {
    margin-bottom: 72px !important;
  }
}

section.section-search-results {
  margin: 72px auto !important;
}

section.section-search-results h1 {
  margin-bottom: 8px !important;
  font-size: 2.4rem !important;
  letter-spacing: -.06rem !important;
  line-height: 3.8rem !important;
}

section.section-search-results ul.results-list li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
}

section.section-search-results ul.results-list li a {
  display: block;
}

section.section-search-results ul.results-list li a .wrap-img {
  display: none;
}

section.section-search-results ul.results-list li a .info .cat {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -.026rem;
  line-height: 2.4rem;
  opacity: .3;
}

section.section-search-results ul.results-list li a .info h2 {
  font-size: 1.7rem;
  letter-spacing: -.031rem;
  line-height: 4.8rem;
}

section.section-search-results ul.results-list li a .info p.descr {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2.2rem;
}

@media (min-width: 576px) {
  section.section-search-results h1 {
    margin-bottom: 32px !important;
    font-size: 2.8rem !important;
    letter-spacing: -.07rem !important;
    line-height: 3.8rem !important;
  }
  section.section-search-results ul.results-list li a {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
  }
  section.section-search-results ul.results-list li a .wrap-img {
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
    margin-right: 3.0555555556%;
    display: block;
    width: 200px;
    height: auto;
  }
  section.section-search-results ul.results-list li a .wrap-img img {
    height: auto;
  }
  section.section-search-results ul.results-list li a .wrap-img img.-horizontal {
    width: 49%;
  }
}

@media (min-width: 1024px) {
  section.section-search-results h1 {
    margin-bottom: 42px !important;
  }
  section.section-search-results ul.results-list li a .wrap-img {
    margin-right: 2.7118644068%;
  }
}

section.section-collection-objects-list .wrap-collections-list,
section.section-collection-objects-list ul.objects-list {
  margin: 0 auto;
  max-width: 100%;
}

section.section-collection-objects-list .wrap-collections-list li,
section.section-collection-objects-list ul.objects-list li {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 20px 0;
}

section.section-collection-objects-list .wrap-collections-list li a.wrap-link,
section.section-collection-objects-list ul.objects-list li a.wrap-link {
  border: 1px solid #D8D8D8;
}

section.section-collection-objects-list .wrap-collections-list li a.wrap-link .info,
section.section-collection-objects-list ul.objects-list li a.wrap-link .info {
  padding: 27px 25px 30px;
  background-color: white;
}

section.section-collection-objects-list .wrap-collections-list li a.wrap-link .info h4.title,
section.section-collection-objects-list ul.objects-list li a.wrap-link .info h4.title {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -.04rem;
  line-height: 2.2rem;
}

section.section-collection-objects-list .wrap-collections-list li a.wrap-link .info p,
section.section-collection-objects-list ul.objects-list li a.wrap-link .info p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

section.section-collection-objects-list .wrap-collections-list li a.wrap-link .info p.author,
section.section-collection-objects-list ul.objects-list li a.wrap-link .info p.author {
  margin-bottom: 8px;
}

section.section-collection-objects-list .no-result {
  padding: 0 10px;
}

@media (min-width: 576px) {
  section.section-collection-objects-list .wrap-collections-list,
  section.section-collection-objects-list ul.objects-list {
    margin: 0 calc(24px - 0.8333333334%) 0;
  }
  section.section-collection-objects-list .wrap-collections-list li,
  section.section-collection-objects-list ul.objects-list li {
    margin-bottom: 1.6666666667%;
    padding: 0;
    padding-left: 0.8333333334%;
    padding-right: 0.8333333334%;
    width: 33.33%;
  }
  section.section-collection-objects-list .wrap-collections-list li a.wrap-link .info p.author,
  section.section-collection-objects-list ul.objects-list li a.wrap-link .info p.author {
    margin-bottom: 2px;
  }
}

@media (min-width: 1024px) {
  section.section-collection-objects-list .wrap-collections-list,
  section.section-collection-objects-list ul.objects-list {
    margin: 0 auto;
    max-width: calc(1180px + 1.6949152542%);
  }
  section.section-collection-objects-list .wrap-collections-list li,
  section.section-collection-objects-list ul.objects-list li {
    width: 25%;
    margin-bottom: 1.6949152542%;
    padding: 0 .8474576271% 0;
  }
}

.section-team-list {
  padding-top: 58px;
}

.section-team-list .team-list {
  margin: 33px 0 36px;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Safari 6.1+, Chrome 21.0+, Android 4.4+, iOS 7.0+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* Firefox 28+, IE11, Opera 12.10 */
}

.section-team-list .team-list:not(.slick-initialized) .team-item {
  margin-bottom: 40px;
}

.section-team-list .team-list .team-item a.wrap-link {
  width: 275px;
  height: 320px;
  margin: 0 10px;
  overflow: hidden;
}

.section-team-list .team-list .team-item a.wrap-link::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.section-team-list .team-list .team-item a.wrap-link .wrap-img.-circle {
  border-radius: 50%;
  overflow: hidden;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-50%);
  width: 210px;
  height: 210px;
}

.section-team-list .team-list .team-item a.wrap-link .wrap-img.-circle img {
  height: 320px;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-50%);
}

.section-team-list .team-list .team-item a.wrap-link .info {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  top: 220px;
}

.section-team-list .team-list .team-item a.wrap-link .info * {
  text-align: center;
  -webkit-transition: color;
  transition: color;
}

.section-team-list .team-list .team-item a.wrap-link .info h3, .section-team-list .team-list .team-item a.wrap-link .info h4 {
  font-weight: 700;
}

.section-team-list .team-list .team-item a.wrap-link .info h3 {
  font-size: 1.7rem;
  letter-spacing: -.031rem;
  margin: 0;
}

.section-team-list .team-list .team-item a.wrap-link .info h4,
.section-team-list .team-list .team-item a.wrap-link .info p.descr {
  font-size: 1.4rem;
}

.section-team-list .team-list .team-item a.wrap-link .info h3, .section-team-list .team-list .team-item a.wrap-link .info h4, .section-team-list .team-list .team-item a.wrap-link .info p.descr {
  line-height: 170%;
}

.section-team-list .team-list .team-item a.wrap-link:hover::after {
  opacity: 1;
}

.section-team-list .team-list .team-item a.wrap-link:hover .wrap-img.-circle {
  border-radius: 0;
  width: 280px;
  height: 320px;
}

.section-team-list .team-list .team-item a.wrap-link:hover .info {
  z-index: 2;
}

.section-team-list .team-list .team-item a.wrap-link:hover .info > * {
  color: white !important;
}

.section-team-list .button {
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-50%);
  width: 100%;
}

@media (min-width: 576px) {
  .section-team-list .button {
    width: auto;
  }
}

.section-content.wrap-outer.-gca #gca-container .gca-block.-with-module .section-team-list h3 {
  font-size: 1.7rem;
}

section.section-obj-detail h1 {
  margin: 30px 0;
}

section.section-obj-detail ul.obj-nav {
  display: none;
}

section.section-obj-detail ul.obj-nav li a {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

section.section-obj-detail ul.obj-nav li a:hover {
  opacity: .7;
}

section.section-obj-detail ul.obj-nav li a::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid black;
  border-width: 0 1px 1px 0;
}

section.section-obj-detail ul.obj-nav li a.prev-obj {
  padding-left: 20px;
}

section.section-obj-detail ul.obj-nav li a.prev-obj::after {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(135deg);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateY(-50%) rotate(135deg);
}

section.section-obj-detail ul.obj-nav li a.next-obj {
  padding-right: 20px;
}

section.section-obj-detail ul.obj-nav li a.next-obj::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateY(-50%) rotate(-45deg);
}

section.section-obj-detail > .button {
  margin-top: 26px;
  width: 100%;
}

section.section-obj-detail ul.-obj-descr-list {
  margin: 30px 0 55px;
}

section.section-obj-detail ul.-obj-descr-list li {
  padding: 20px 0;
}

section.section-obj-detail ul.-obj-descr-list li:not(:last-child) {
  border-bottom: 1px solid #E5E5E5;
}

section.section-obj-detail ul.-obj-descr-list li h2 {
  margin-bottom: 17px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -.05rem;
  line-height: 2.2rem;
}

section.section-obj-detail ul.-obj-descr-list li a,
section.section-obj-detail ul.-obj-descr-list li p {
  font-size: 1.7rem;
  line-height: 2.4rem;
}

section.section-obj-detail ul.-obj-descr-list.-publication .pdf-link {
  text-decoration: underline;
}

@media (min-width: 576px) {
  section.section-obj-detail ul.obj-nav {
    margin-bottom: 26px;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: space-between;
    /* Chrome 21+, Safari Not supported. */
    justify-content: space-between;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  section.section-obj-detail .obj-image {
    margin: 0 auto;
    max-width: 784px;
  }
  section.section-obj-detail .obj-image.-publication {
    text-align: center;
  }
  section.section-obj-detail .obj-image.-publication img {
    width: auto;
  }
  section.section-obj-detail > .button {
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    /* Safari, Chrome */
    /* Firefox 3.5~16.0 */
    /* IE9~10 */
    /* Opera 10.5~12.10 */
    transform: translateX(-50%);
  }
  section.section-obj-detail ul.-obj-descr-list {
    margin: 60px 0 68px;
  }
}

@media (min-width: 1024px) {
  section.section-obj-detail ul.obj-nav {
    margin-bottom: 22px;
  }
  section.section-obj-detail ul.-obj-descr-list {
    margin: 60px auto 135px;
    max-width: 774px;
  }
}

.section-visit-list {
  margin: 45px 0;
}

.section-visit-list ul.visit-list {
  margin-top: 22px;
}

.section-visit-list ul.visit-list li:not(:last-child) {
  margin-bottom: 10px;
}

.section-visit-list ul.visit-list li .highlight-simple {
  width: 100% !important;
  max-width: 100% !important;
}

.section-visit-list ul.visit-list li .highlight-simple .descr {
  margin: 22px 0 44px 0;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.section-visit-list > h3 {
  font-size: 2.4rem !important;
}

.section-visit-list .dest-descr {
  max-width: 680px;
}

.section-visit-list.-simple {
  margin-top: 90px;
}

.section-visit-list.-simple ul.visit-list li .highlight-simple .wrap-link .info {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: space-between;
  /* Chrome 21+, Safari Not supported. */
  justify-content: space-between;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
}

.section-visit-list.-simple ul.visit-list li .highlight-simple .wrap-link .info h3 {
  margin-bottom: 0;
  margin-top: 5%;
}

.section-visit-list.-simple ul.visit-list li .highlight-simple .wrap-link .info .descr {
  margin: 0;
  margin-bottom: 26px;
  font-size: 1.3rem;
  line-height: 130%;
}

@media (min-width: 576px) {
  .section-visit-list ul.visit-list {
    margin-top: 28px;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-start;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-start;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  .section-visit-list ul.visit-list li {
    width: 48.6111111111%;
    margin-bottom: 2.7777777778% !important;
  }
  .section-visit-list ul.visit-list li:nth-child(odd) {
    margin-right: 2.7777777778%;
  }
  .section-visit-list > h3 {
    font-size: 2.8rem !important;
  }
  .section-visit-list.-simple {
    margin-top: 45px;
  }
}

@media (min-width: 1024px) {
  .section-visit-list ul.visit-list {
    margin-top: 20px;
  }
  .section-visit-list ul.visit-list li {
    width: 49.1525423729%;
    margin-right: 0 !important;
    margin-bottom: 1.6949152542% !important;
  }
  .section-visit-list ul.visit-list li:nth-child(odd) {
    margin-right: 1.6949152542% !important;
  }
  .section-visit-list ul.visit-list li .highlight-simple .wrap-link .info h3 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  .section-visit-list.-simple ul.visit-list li .highlight-simple .wrap-link .info {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}

.section-spaces-info {
  margin-bottom: 60px !important;
}

.section-spaces-info .obs-block {
  margin-top: 80px;
  border-top: 1px dashed #979797;
  border-bottom: 1px dashed #979797;
  padding: 40px 0 50px 0;
}

.section-spaces-info .obs-block p {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 170%;
}

.section-spaces-info .obs-block a {
  color: #E40429;
}

.section-spaces-info .other-spaces {
  margin-top: 70px;
}

.section-spaces-info .other-spaces .others-list {
  margin-top: 22px;
}

.section-spaces-info .other-spaces .others-list li {
  margin-bottom: 10px;
}

.section-spaces-info .other-spaces .others-list li .highlight-simple {
  width: 100% !important;
  max-width: 100% !important;
}

.section-spaces-info .other-spaces .others-list li .highlight-simple .wrap-link .wrap-img {
  padding-top: 41.38%;
}

.section-spaces-info .other-spaces .others-list li .highlight-simple .wrap-link .wrap-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.section-spaces-info .other-spaces .others-list li .highlight-simple.-hover-img-zoom:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translate(-50%, -50%) scale(1.1);
}

.section-spaces-info .spaces-list {
  padding: 60px 20px;
}

.section-spaces-info .spaces-list ul.list {
  margin-top: 22px;
}

.section-spaces-info .spaces-list ul.list li {
  margin-bottom: 10px;
  background-color: white;
}

.section-spaces-info .spaces-list ul.list li .space-item {
  width: 100%;
  height: 100%;
}

.section-spaces-info .spaces-list ul.list li .space-item .wrap-img {
  padding-top: 57.14%;
}

.section-spaces-info .spaces-list ul.list li .space-item .wrap-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.section-spaces-info .spaces-list ul.list li .space-item.-hover-img-zoom:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translate(-50%, -50%) scale(1.1);
}

.section-spaces-info .spaces-list ul.list li .space-item .info {
  padding: 10px 40px 40px 40px;
}

.section-spaces-info .spaces-list ul.list li .space-item .info h3 {
  font-size: 1.8rem;
  line-height: 4.8rem;
}

.section-spaces-info .spaces-list ul.list li .space-item .info p {
  font-size: 1.4rem;
  line-height: 150%;
}

.section-spaces-info .spaces-list ul.list li .button {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  left: 40px;
  bottom: 60px;
}

@media (min-width: 576px) {
  .section-spaces-info .spaces-list {
    padding: 60px 24px;
  }
  .section-spaces-info .spaces-list ul.list {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Safari 6.1+, Chrome 21.0+, Android 4.4+, iOS 7.0+ */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* Firefox 28+, IE11, Opera 12.10 */
  }
  .section-spaces-info .spaces-list ul.list li {
    width: 49.1525423728%;
    margin-right: 1.6949152544%;
    margin-bottom: 1.6949152544%;
  }
  .section-spaces-info .spaces-list ul.list li:nth-child(2n) {
    margin-right: 0px;
  }
}

@media (min-width: 768px) {
  .section-spaces-info .other-spaces .others-list {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
  }
  .section-spaces-info .other-spaces .others-list li {
    width: 49.1525423728%;
    margin-bottom: 1.6949152544%;
  }
  .section-spaces-info .other-spaces .others-list li:nth-child(odd) {
    margin-right: 1.6949152544%;
  }
  .section-spaces-info .spaces-list ul.list li {
    width: 32.2033898304%;
    margin-right: 1.6949152544%;
    margin-bottom: 1.6949152544%;
  }
  .section-spaces-info .spaces-list ul.list li:nth-child(2n) {
    margin-right: 1.6949152544%;
  }
  .section-spaces-info .spaces-list ul.list li:nth-child(3n) {
    margin-right: 0px;
  }
}

@media (min-width: 1024px) {
  .section-spaces-info {
    margin-bottom: 80px !important;
  }
  .section-spaces-info .obs-block {
    margin-top: 110px;
  }
  .section-spaces-info .other-spaces {
    margin-top: 90px;
  }
  .section-spaces-info .other-spaces .others-list {
    margin-top: 42px;
  }
  .section-spaces-info .other-spaces .others-list li {
    margin-bottom: 20px;
  }
  .section-spaces-info .spaces-list {
    padding: 80px 10px;
  }
  .section-spaces-info .spaces-list ul.list li {
    width: 23.7288135593%;
    margin-right: 1.6949152542%;
    margin-bottom: 1.6949152542%;
  }
  .section-spaces-info .spaces-list ul.list li:nth-child(2n) {
    margin-right: 1.6949152542%;
  }
  .section-spaces-info .spaces-list ul.list li:nth-child(3n) {
    margin-right: 1.6949152542%;
  }
  .section-spaces-info .spaces-list ul.list li:nth-child(4n) {
    margin-right: 0px;
  }
}

.section-opportunities.-list {
  padding-top: 28px;
}

.section-opportunities > h3 {
  font-size: 2.3rem !important;
}

.section-opportunities ul.opp-list li {
  margin-bottom: 10px;
  background-color: white;
  border: 1px solid #e9e9e9;
}

.section-opportunities ul.opp-list li .opp-item {
  width: 100%;
  height: 100%;
}

.section-opportunities ul.opp-list li .opp-item .info {
  padding: 40px 30px 115px 30px;
}

.section-opportunities ul.opp-list li .opp-item .info h3 {
  font-size: 1.6rem !important;
  line-height: 150%;
  margin-bottom: 0;
}

.section-opportunities ul.opp-list li .opp-item .info p {
  font-size: 1.4rem;
  line-height: 150%;
}

.section-opportunities ul.opp-list li .opp-item .info p.sub_title {
  color: #4A4A4A;
}

.section-opportunities ul.opp-list li .opp-item .info p.descr {
  margin-top: 10px;
}

.section-opportunities ul.opp-list li .opp-item .info .local {
  display: block;
  margin-top: 5px;
  padding-left: 16px;
  font-size: 1.4rem;
  color: #4A4A4A;
  line-height: 1.8rem;
  background: transparent url("../lib/svg/ico-sidebar-location.svg") left no-repeat;
}

.section-opportunities ul.opp-list li .opp-item .button {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  left: 30px;
  bottom: 40px;
}

.section-opportunities ul.opp-list li.-dest .highlight-simple {
  width: 100% !important;
  max-width: 100% !important;
}

.section-opportunities ul.opp-list li.-dest .highlight-simple .wrap-link .wrap-img {
  height: 300px;
}

.section-opportunities ul.opp-list li.-dest .highlight-simple .wrap-link .wrap-img img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-50%);
  height: 300px;
  width: auto;
}

.section-opportunities ul.opp-list li.-dest .highlight-simple .wrap-link .info {
  padding-top: 35px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: space-between;
  /* Chrome 21+, Safari Not supported. */
  justify-content: space-between;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
}

.section-opportunities ul.opp-list li.-has-dest {
  max-height: 300px;
}

.section-opportunities .ver-mais {
  width: 100%;
}

@media (min-width: 576px) {
  .section-opportunities ul.opp-list {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Safari 6.1+, Chrome 21.0+, Android 4.4+, iOS 7.0+ */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* Firefox 28+, IE11, Opera 12.10 */
  }
  .section-opportunities ul.opp-list li {
    width: 49.1525423728%;
    margin-right: 1.6949152544%;
    margin-bottom: 1.6949152544%;
  }
  .section-opportunities ul.opp-list li:not(.-has-dest):nth-child(2n) {
    margin-right: 0px;
  }
  .section-opportunities ul.opp-list li.-has-dest:nth-child(2n-1) {
    margin-right: 0px;
  }
  .section-opportunities ul.opp-list li.-dest {
    width: 100%;
    margin-right: 0;
  }
  .section-opportunities .ver-mais {
    width: auto;
    float: right;
    margin-top: 10px;
  }
}

@media (min-width: 1024px) {
  .section-opportunities.-list {
    padding-top: 48px;
  }
  .section-opportunities ul.opp-list li {
    width: 23.7288135593%;
    margin-right: 1.6949152542%;
    margin-bottom: 1.6949152542%;
  }
  .section-opportunities ul.opp-list li:not(.-has-dest):nth-child(2n) {
    margin-right: 1.6949152542%;
  }
  .section-opportunities ul.opp-list li:not(.-has-dest):nth-child(4n) {
    margin-right: 0px;
  }
  .section-opportunities ul.opp-list li.-has-dest:nth-child(2n-1) {
    margin-right: 1.6949152542%;
  }
  .section-opportunities ul.opp-list li.-has-dest:nth-child(4n-1) {
    margin-right: 0px;
  }
  .section-opportunities ul.opp-list li.-dest {
    width: 49.1525423728%;
    margin-right: 1.6949152542%;
  }
  .section-opportunities .ver-mais {
    margin-top: 20px;
  }
}

.-bg-grey .section-opportunities {
  padding-bottom: 30px;
}

.-bg-grey .section-opportunities ul.opp-list li {
  border: none;
}

.-form-opp {
  margin-top: 60px;
}

.section-sitemap {
  margin: 45px 0;
}

.section-sitemap ul.map-list li {
  font-size: 2rem;
  font-weight: 700;
  background: url("/temas/mhnc/lib/img/ico-sitemap.png") left top no-repeat;
  padding-left: 30px;
  margin-bottom: 30px;
}

.section-sitemap ul.map-list li ul {
  margin-top: 10px;
}

.section-sitemap ul.map-list li ul li {
  font-size: 16px;
  font-weight: 400;
  background: none;
  padding: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .section-sitemap > ul {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-start;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-start;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  .section-sitemap > ul > li {
    width: 48.61111111111111%;
    margin-right: 2.777777777777778%;
  }
  .section-sitemap > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .section-sitemap > ul > li {
    width: 32.00531208499336%;
    margin-right: 1.99203187250996%;
  }
  .section-sitemap > ul > li:nth-child(2n) {
    margin-right: 1.99203187250996%;
  }
  .section-sitemap > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}

.section-googlemaps {
  margin: 45px 0;
  background: #F5F5F5;
}

.section-googlemaps .locals {
  padding: 20px 20px 10px;
}

.section-googlemaps .locals .item {
  padding-bottom: 20px;
}

.section-googlemaps .locals .item h3 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 130%;
}

.section-googlemaps .locals .item p {
  font-size: 14px;
  line-height: 130%;
}

.section-googlemaps .locals .item .map-link {
  display: inline-block;
  margin-top: 10px;
}

.section-googlemaps #map {
  width: 100%;
  height: 480px;
}

@media (min-width: 768px) {
  .section-googlemaps .locals {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: space-between;
    /* Chrome 21+, Safari Not supported. */
    justify-content: space-between;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  .section-googlemaps .locals .item {
    margin-left: 3.92156862745098%;
  }
  .section-googlemaps .locals .item:first-child {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .section-googlemaps {
    padding: 70px 80px;
  }
  .section-googlemaps .locals {
    padding: 0 0 20px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 67px;
  background-color: white;
  z-index: 100;
}

header nav {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  /* Firefox 28+, IE11, Opera 12.10 */
  pointer-events: none;
  height: 100vh;
}

header nav > * {
  pointer-events: all;
}

header nav > *:not(button):not(.logo) {
  padding-right: 15.625% !important;
}

header nav::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 84.375%;
  height: 100vh;
  background-color: black;
  -webkit-transform: translateX(-100%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

header nav::after {
  content: " ";
  display: block;
  position: fixed;
  top: 67px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: lightgrey;
  z-index: -1;
}

header nav button.menu-mobile-cta {
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  padding-top: 32px;
  position: fixed;
  top: 0;
  left: 0;
  width: 67px;
  height: 67px;
  font-size: .9rem;
  font-weight: 400;
  letter-spacing: .032rem;
  line-height: 2.7rem;
  text-align: center;
  text-transform: uppercase;
  z-index: 101;
}

header nav button.menu-mobile-cta::before, header nav button.menu-mobile-cta::after {
  content: " ";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-50%);
  width: 26px;
  border-style: solid;
  border-color: black;
}

header nav button.menu-mobile-cta::before {
  top: 19px;
  height: 4px;
  border-width: 3px 0;
}

header nav button.menu-mobile-cta::after {
  top: 33px;
  height: 3px;
  border-width: 0;
  background-color: black;
}

header nav .logo {
  display: block;
  position: fixed;
  top: 17px;
  right: 19px;
  width: 155px;
  height: 36px;
  z-index: 1;
}

header nav .logo img {
  width: 100%;
  height: 100%;
}

header nav form.search-bar {
  padding: 0;
  display: block;
  position: fixed;
  top: 20px;
  width: calc(84.375% + 33px);
  z-index: 1;
  -webkit-transform: translateX(-100%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

header nav form.search-bar > * {
  display: inline-block;
}

header nav form.search-bar > input[type="text"] {
  padding-left: 16px;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 3.7rem;
  color: white;
  background-color: rgba(216, 216, 216, 0.15);
  border: 1px solid rgba(151, 151, 151, 0.15);
}

header nav form.search-bar > input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

header nav form.search-bar > input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

header nav form.search-bar > input[type="text"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

header nav form.search-bar > input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

header nav form.search-bar > input[type="submit"] {
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 16%;
  -webkit-transform: translateY(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: transparent url("../lib/svg/ico-search-top.svg") center no-repeat;
  opacity: .7;
}

header nav form.search-bar > input[type="submit"]:hover {
  opacity: 1;
}

header nav button.show-search {
  display: none;
}

header nav .navbar-top {
  -webkit-box-ordinal-group: 2;
  /* Chrome 21+, Safari Not supported. */
  -ms-flex-order: 1;
  /* IE 10.0 */
  -moz-order: 1;
  order: 1;
  /* Firefox 20+, Opera 12.10 */
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-transform: translateX(-100%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
  z-index: 101;
}

header nav .navbar-top * {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 2.7rem;
  color: white;
}

header nav .navbar-top .nav-utils {
  margin-top: 19px;
  padding-top: 19px;
  border-top: 1px solid #424242;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: space-between;
  /* Chrome 21+, Safari Not supported. */
  justify-content: space-between;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
}

header nav .navbar-top .nav-utils li.search {
  display: none;
}

header nav .navbar-top .nav-utils li.user a {
  text-decoration: underline;
}

header nav .navbar-top .nav-utils li.user::before {
  content: " ";
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  -webkit-transform: translateX(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-50%);
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #E40429;
  z-index: 0;
}

header nav .navbar-top .nav-utils li.user span {
  margin-right: 12px;
  display: inline-block;
  font-size: 1.1rem;
  letter-spacing: -.03rem;
  line-height: 2.7rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
}

header nav .navbar-top .nav-utils li.user ul.user-menu {
  margin-top: 12px;
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  /* Firefox 28+, IE11, Opera 12.10 */
}

header nav .navbar-top .nav-utils li.user ul.user-menu li a {
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 3.2rem;
  opacity: .6;
}

header nav .navbar-top .nav-utils li.user ul.user-menu li a:hover {
  opacity: 1;
}

header nav .navbar-top .nav-utils li.user ul.user-menu li:last-child a {
  font-weight: 400;
}

header nav .navbar-top .nav-utils li.upper {
  text-transform: uppercase;
}

header nav .navbar-top .nav-items {
  margin-top: 19px;
}

header nav .navbar-top .nav-items li {
  text-transform: uppercase;
}

header nav .navbar-main {
  -webkit-box-ordinal-group: 1;
  /* Chrome 21+, Safari Not supported. */
  -ms-flex-order: 0;
  /* IE 10.0 */
  -moz-order: 0;
  order: 0;
  /* Firefox 20+, Opera 12.10 */
  -webkit-transform: translateX(-100%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-100%);
  -webkit-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

header nav .navbar-main ul.nav-items {
  width: 80%;
  /*&::after {
					content: " ";
					display: block;
					position: fixed;
					top: 0;
					left: 0;

					width: 200vw;
					height: 100vh;
					background-color: rgba(0,0,0,.6);

					z-index: 101;
					pointer-events: none;

					opacity: 0;
					transition: opacity .35s ease-in-out;
				}*/
}

header nav .navbar-main ul.nav-items li {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 125%;
  z-index: 102;
}

header nav .navbar-main ul.nav-items li a {
  color: white;
  padding: 1rem 0;
  display: inline-block;
}

header nav .navbar-main ul.nav-items li.submenu ul {
  padding-left: 13px !important;
}

header nav .nav-container .inside {
  height: 0;
}

header nav.-open {
  background-color: rgba(0, 0, 0, 0.6);
}

header nav.-open::before {
  -webkit-transform: translateX(0);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(0);
}

header nav.-open button.menu-mobile-cta {
  font-size: 0;
  left: auto;
  right: 0;
  width: 50px;
  opacity: .65;
}

header nav.-open button.menu-mobile-cta::before, header nav.-open button.menu-mobile-cta::after {
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  border: 0 !important;
  background-color: white;
}

header nav.-open button.menu-mobile-cta::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

header nav.-open button.menu-mobile-cta::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

header nav.-open form.search-bar {
  padding-left: 33px !important;
  -webkit-transform: translateX(0);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(0);
}

header nav.-open .logo {
  z-index: -1;
}

header nav.-open .navbar-top {
  -webkit-transform: translateX(0);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(0);
  padding-left: 33px !important;
}

header nav.-open .navbar-top .wrap-outer {
  padding-left: 0 !important;
}

header nav.-open .navbar-top .nav-utils {
  padding-left: 0 !important;
}

header nav.-open .navbar-main {
  -webkit-transform: translateX(0);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(0);
  padding: 0 !important;
}

header nav.-open .navbar-main ul.nav-items {
  padding-left: 33px !important;
}

header nav.-open .navbar-main ul.nav-items::after {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateX(0%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(0%);
}

header nav.-open .nav-container {
  margin-top: 92px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: calc(100vh - 102px);
  width: 80%;
}

header nav.-open .nav-container .inside {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* Firefox 28+, IE11, Opera 12.10 */
  height: auto;
}

@media (min-width: 576px) {
  header {
    height: 85px;
  }
  header nav {
    background: transparent;
  }
  header nav::after {
    top: 85px;
  }
  header nav::before {
    width: 38.8020833333%;
  }
  header nav > * {
    pointer-events: all;
  }
  header nav > *:not(button):not(.logo) {
    padding-right: 0 !important;
  }
  header nav button.menu-mobile-cta {
    width: 85px;
    height: 85px;
    font-size: 1rem;
    letter-spacing: .105rem;
    text-align: center;
    text-transform: uppercase;
  }
  header nav button.menu-mobile-cta::before, header nav button.menu-mobile-cta::after {
    width: 32px;
  }
  header nav button.menu-mobile-cta::before {
    top: 24px;
    height: 5px;
  }
  header nav button.menu-mobile-cta::after {
    top: 40px;
    height: 3px;
  }
  header nav .logo {
    width: 195px;
    height: 45px;
    right: auto;
    left: 102px;
  }
  header nav form.search-bar {
    display: none;
    top: auto;
  }
  header nav form.search-bar > input[type="text"] {
    margin: 0;
    padding-left: 0;
    width: auto;
    color: black;
    background-color: white;
    border: 1px solid black;
  }
  header nav form.search-bar > input[type="text"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  header nav form.search-bar > input[type="text"]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  header nav form.search-bar > input[type="text"]::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  header nav form.search-bar > input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  header nav form.search-bar > input[type="submit"] {
    background-color: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    position: relative;
    top: auto;
    right: auto;
    width: 40px;
    height: 40px;
    background: transparent url("../lib/svg/ico-search-top.svg") center no-repeat;
    opacity: 1;
  }
  header nav .navbar-top {
    padding-right: 0 !important;
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    /* Safari, Chrome */
    /* Firefox 3.5~16.0 */
    /* IE9~10 */
    /* Opera 10.5~12.10 */
    transform: translateX(0);
    width: auto !important;
    height: 85px;
    -webkit-transition: none;
    transition: none;
    pointer-events: none;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-end;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-end;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  header nav .navbar-top .wrap-outer {
    width: auto !important;
    height: 100%;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: center;
    align-items: center;
    /* Firefox 20.0+, IE11+, Opera 12.10 */
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-end;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-end;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
    pointer-events: none;
  }
  header nav .navbar-top .wrap-outer > * {
    margin: 0;
    padding: 0;
    height: 100%;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: center;
    align-items: center;
    /* Firefox 20.0+, IE11+, Opera 12.10 */
    -webkit-box-flex: 0;
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-positive: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
    pointer-events: all;
  }
  header nav .navbar-top .wrap-outer > * li {
    margin-right: 16px !important;
  }
  header nav .navbar-top * {
    color: black;
  }
  header nav .navbar-top button.show-search {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: transparent url("../lib/svg/ico-search-top-black.svg") center no-repeat;
    border: 0;
    outline: none;
  }
  header nav .navbar-top .nav-utils {
    border: 0;
    position: relative;
    top: auto;
  }
  header nav .navbar-top .nav-utils li.search {
    display: block;
    margin: 0 !important;
  }
  header nav .navbar-top .nav-utils li.user ul.user-menu {
    display: none;
    padding: 30px;
    position: absolute;
    top: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    /* Safari, Chrome */
    /* Firefox 3.5~16.0 */
    /* IE9~10 */
    /* Opera 10.5~12.10 */
    transform: translateX(-50%);
    min-width: 206px;
    background-color: white;
    -webkit-box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.19);
            box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.19);
    z-index: 400;
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
  }
  header nav .navbar-top .nav-utils li.user ul.user-menu li a {
    line-height: 3.5rem;
    opacity: 1;
  }
  header nav .navbar-top .nav-utils li.user ul.user-menu li a:hover {
    opacity: .6;
  }
  header nav .navbar-top .nav-utils li.user ul.user-menu li:last-child a {
    font-weight: 400;
  }
  header nav .navbar-top .nav-utils li.user:hover ul.user-menu {
    display: block;
  }
  header nav .navbar-top .nav-items {
    margin-right: 16px;
    -webkit-transform: translateY(0);
    /* Safari, Chrome */
    /* Firefox 3.5~16.0 */
    /* IE9~10 */
    /* Opera 10.5~12.10 */
    transform: translateY(0);
  }
  header nav .navbar-top .nav-items::after {
    content: " ";
    display: block;
    position: absolute;
    top: calc(50% + 2px);
    right: 0;
    -webkit-transform: translateY(-50%);
    /* Safari, Chrome */
    /* Firefox 3.5~16.0 */
    /* IE9~10 */
    /* Opera 10.5~12.10 */
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background-color: black;
  }
  header nav .navbar-main {
    height: 85px;
    pointer-events: none;
    z-index: 2;
  }
  header nav .navbar-main > * {
    pointer-events: all;
  }
  header nav .navbar-main ul.nav-items {
    padding-top: 66px;
    width: 37%;
  }
  header nav .navbar-main ul.nav-items li {
    font-size: 1.6rem;
  }
  header nav.-open button.menu-mobile-cta {
    right: auto;
    left: 38.8020833333%;
  }
  header nav.-open .nav-container {
    margin-top: 0;
    height: 100vh;
    width: 100%;
  }
  header nav.-open .nav-container .inside {
    display: block;
  }
  header nav.-open .nav-container .inside .navbar-top {
    position: fixed;
  }
}

@media (min-width: 1024px) {
  header {
    height: 140px;
  }
  header * {
    -webkit-transition: none !important;
    transition: none !important;
  }
  header nav::after {
    top: 140px;
    background-color: whitesmoke;
  }
  header nav button.menu-mobile-cta {
    display: none;
  }
  header nav .logo {
    width: 246px;
    height: 58px;
    top: 60px;
    left: 10px;
  }
  header nav .navbar-top {
    width: 100% !important;
    height: 30px;
    background-color: #F5F5F5 !important;
  }
  header nav .navbar-top .wrap-outer {
    width: 100% !important;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
  }
  header nav .navbar-top .wrap-outer * {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 2.7rem;
  }
  header nav .navbar-top .wrap-outer > * {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
  }
  header nav .navbar-top ul.nav-items {
    -webkit-transition: none;
    transition: none;
    padding: 0;
  }
  header nav .navbar-top ul.nav-items li:not(:last-child) {
    margin-right: 18px;
  }
  header nav .navbar-main {
    margin: 0 auto !important;
    padding: 30px 10px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    -webkit-transform: translateX(0);
    /* Safari, Chrome */
    /* Firefox 3.5~16.0 */
    /* IE9~10 */
    /* Opera 10.5~12.10 */
    transform: translateX(0);
  }
  header nav .navbar-main > * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }
  header nav .navbar-main ul.nav-items {
    pointer-events: none !important;
    margin: 58px 10px 0 0;
    padding: 0;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-end;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-end;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
    width: auto !important;
    height: auto;
    background-color: transparent;
  }
  header nav .navbar-main ul.nav-items li {
    pointer-events: all;
    line-height: 2.2rem;
  }
  header nav .navbar-main ul.nav-items li:not(:last-child) {
    margin-right: 21px;
  }
  header nav .navbar-main ul.nav-items li a {
    font-size: 1.6rem !important;
    font-weight: 700;
    color: #111111;
    padding: 0;
  }
  header nav .navbar-main ul.nav-items li a:hover {
    opacity: 1;
  }
  header nav .navbar-main ul.nav-items li:hover a {
    color: #E40429;
  }
  header nav .navbar-main ul.nav-items li:hover.submenu {
    height: 53px;
  }
  header nav .navbar-main ul.nav-items li:hover.submenu ul li a {
    color: #111111;
  }
  header nav .navbar-main ul.nav-items li:hover.submenu ul li:hover > a {
    color: #E40429;
  }
  header nav .navbar-main ul.nav-items li.submenu > ul {
    display: none;
    position: absolute;
    background: white;
    top: 53px;
    right: -10px;
    padding: 30px 0 !important;
    width: 380px;
    -webkit-box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.19);
            box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.19);
  }
  header nav .navbar-main ul.nav-items li.submenu > ul > li {
    height: auto !important;
    padding: 0 40px;
    margin-right: 0 !important;
  }
  header nav .navbar-main ul.nav-items li.submenu > ul > li:not(:first-child) > a {
    border-top: 1px solid whitesmoke;
  }
  header nav .navbar-main ul.nav-items li.submenu > ul > li a {
    display: block;
    padding: 13px 0;
    font-weight: 600;
    font-size: 1.4rem !important;
    color: black;
  }
  header nav .navbar-main ul.nav-items li.submenu > ul > li > ul {
    right: 370px;
    top: -18px;
    padding: 20px 0 !important;
    width: 300px;
  }
  header nav .navbar-main ul.nav-items li.submenu:hover > ul {
    display: block;
  }
  header nav .navbar-main ul.nav-items li:nth-child(-n+3).submenu > ul > li > ul {
    right: auto;
    left: 370px;
  }
}

@media (min-width: 1200px) {
  header nav .logo {
    width: 246px;
    height: 58px;
    top: 60px;
    left: 50%;
    margin-left: -590px;
  }
  header nav .navbar-main ul.nav-items {
    margin: 58px 0 0 0;
  }
}

footer {
  background-color: #111111;
}

footer * {
  color: white;
}

footer nav .nav-items {
  padding: 39px 0 46px;
}

footer nav .nav-items li a {
  display: inline-block;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 3.8rem;
  text-decoration: underline;
}

footer .-footer-nl {
  padding: 39px 0;
  width: calc(100% - 44px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-width: 1px 0;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  justify-content: center;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
}

footer .-footer-nl > * {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  justify-content: center;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
}

footer .-footer-nl ul.social-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  justify-content: center;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
  width: 100%;
}

footer .-footer-nl ul.social-list li {
  width: auto !important;
}

footer .-footer-nl ul.social-list li:not(:last-child) {
  margin-right: 15px;
}

footer .-footer-nl ul.social-list li a img {
  display: block;
}

footer form.subscribe-nl {
  padding-top: 88px;
}

footer form.subscribe-nl p.title {
  position: absolute;
  top: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-50%);
  font-size: 1.5rem;
  font-weight: 600;
}

footer form.subscribe-nl > input {
  padding: 12px 20px 14px !important;
}

footer form.subscribe-nl input[type="email"] {
  font-size: 1.3rem;
  line-height: 2.4rem;
  color: white;
  background-color: transparent;
  border: 1px solid #888585;
  border-right: 0;
}

footer form.subscribe-nl input[type="email"]::-webkit-input-placeholder {
  color: #F9F9F9 !important;
}

footer form.subscribe-nl input[type="email"]:-ms-input-placeholder {
  color: #F9F9F9 !important;
}

footer form.subscribe-nl input[type="email"]::-ms-input-placeholder {
  color: #F9F9F9 !important;
}

footer form.subscribe-nl input[type="email"]::placeholder {
  color: #F9F9F9 !important;
}

footer form.subscribe-nl input[type="submit"] {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.9rem;
  color: white;
  white-space: nowrap;
  width: 105px;
  border: 0;
  background-color: #E40429;
  cursor: pointer;
}

footer .-footer-mecenas {
  padding: 39px 22px 15px;
}

footer .-footer-mecenas .logos {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center;
  /* Firefox 20.0+, IE11+, Opera 12.10 */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: flex-start;
  /* Chrome 21+, Safari Not supported. */
  justify-content: flex-start;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
  -webkit-box-flex: 1;
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-positive: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
}

footer .-footer-mecenas .logos .mecenas {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center;
  /* Firefox 20.0+, IE11+, Opera 12.10 */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: flex-start;
  /* Chrome 21+, Safari Not supported. */
  justify-content: flex-start;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
  padding-right: 48px;
  padding-bottom: 14px;
}

footer .-footer-mecenas .logos .mecenas > span {
  width: 100%;
  margin-right: 28px;
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.8rem;
  color: white;
}

footer .-footer-mecenas .logos .mecenas ul.mecenas-list {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: flex-start;
  /* Chrome 21+, Safari Not supported. */
  justify-content: flex-start;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
}

footer .-footer-mecenas .logos .mecenas ul.mecenas-list li {
  /*margin-bottom: 10px;*/
  margin-top: auto;
  margin-bottom: auto;
}

footer .-footer-mecenas .logos .mecenas ul.mecenas-list li:not(:last-child) {
  margin-right: 9px;
}

footer .-footer-mecenas .logos .mecenas ul.mecenas-list li a {
  display: block;
  opacity: .6;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

footer .-footer-mecenas .logos .mecenas ul.mecenas-list li a:hover {
  opacity: 1;
}

footer .-footer-mecenas .logos .mecenas ul.mecenas-list li img {
  max-width: 100%;
  /*height: 25px;*/
  max-height: 40px;
}

footer .-footer-mecenas .link_mecenas {
  text-align: left;
  padding-bottom: 15px;
}

footer .-footer-mecenas .link_mecenas > a {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.8rem;
  color: white;
  text-decoration: underline;
}

footer .copyright {
  padding: 24px 0 30px;
  background-color: rgba(255, 255, 255, 0.06);
}

footer .copyright .logos a {
  display: inline-block;
}

footer .copyright .logos a:first-of-type {
  margin-right: 35px;
}

footer .copyright .logos a img {
  max-height: 36px;
}

footer .copyright p {
  margin: 22px 0;
  font-size: 1.3rem;
  line-height: 1.8rem;
}

@media (min-width: 768px) {
  footer {
    padding: 0;
  }
  footer nav {
    padding-top: 43px;
  }
  footer nav .nav-items {
    padding: 0;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: center;
    /* Chrome 21+, Safari Not supported. */
    justify-content: center;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  footer nav .nav-items li:not(:last-child) {
    margin-right: 15px;
  }
  footer .-footer-nl {
    padding: 44px 0 !important;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: center;
    align-items: center;
    /* Firefox 20.0+, IE11+, Opera 12.10 */
  }
  footer .-footer-nl ul.social-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-start;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-start;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  footer form.subscribe-nl {
    padding-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: center;
    align-items: center;
    /* Firefox 20.0+, IE11+, Opera 12.10 */
  }
  footer form.subscribe-nl p.title {
    margin-right: 20px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    /* Safari, Chrome */
    /* Firefox 3.5~16.0 */
    /* IE9~10 */
    /* Opera 10.5~12.10 */
    transform: none;
  }
  footer form.subscribe-nl input[type="email"] {
    width: 235px;
  }
  footer form.subscribe-nl input[type="submit"] {
    width: 140px;
    height: 52px;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  footer form.subscribe-nl {
    width: 1200px;
  }
  footer form.subscribe-nl input[type="email"] {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  footer .-footer-mecenas {
    padding: 39px 24px 15px;
  }
  footer .copyright .wrap-outer {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: center;
    align-items: center;
    /* Firefox 20.0+, IE11+, Opera 12.10 */
  }
  footer .copyright .wrap-outer p {
    margin-right: 32px;
    -webkit-box-flex: 1;
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-positive: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
    text-align: right;
  }
}

@media (min-width: 1024px) {
  footer nav {
    margin-right: 18.8983050847%;
    padding-top: 0;
  }
  footer nav .nav-items {
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
  }
  footer nav .nav-items li a {
    font-size: 1.5rem;
    line-height: 2.8rem;
  }
  footer .-footer-cols {
    padding: 74px 10px 41px !important;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
  }
  footer .-footer-nl {
    padding: 53px 10px 51px !important;
  }
  footer .-footer-nl form.subscribe-nl input[type="email"] {
    width: 310px;
  }
  footer .-footer-mecenas .logos .mecenas {
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
  }
  footer .-footer-mecenas .logos .mecenas > span {
    width: auto;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  footer .-footer-mecenas {
    padding: 39px 0 15px;
  }
}

.team-detail-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 102;
}

.team-detail {
  padding: 32px;
  padding-top: 41px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  overflow-y: scroll;
}

.team-detail img {
  display: block;
  margin: 0 auto 27px;
  max-width: 100%;
}

.team-detail img.foto {
  width: 360px;
}

.team-detail h5 {
  margin-top: 29px;
  margin-bottom: 17px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -.067rem;
  line-height: 2.2rem;
}

.team-detail p {
  margin-bottom: 32px;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.team-detail p.role,
.team-detail p.dep {
  font-size: 1.7rem;
  line-height: 2.4rem;
}

.team-detail p.role {
  margin-bottom: 10px;
}

.team-detail p.dep {
  margin-bottom: 42px;
}

.team-detail .ver-publicacoes {
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .team-detail {
    padding: 0;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
  }
  .team-detail img {
    max-width: unset;
  }
  .team-detail .intro {
    margin-right: 6.25%;
  }
  .team-detail .info {
    padding: 65px 30px 0 0;
  }
}

@media (min-width: 1024px) {
  .team-detail {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    /* Safari, Chrome */
    /* Firefox 3.5~16.0 */
    /* IE9~10 */
    /* Opera 10.5~12.10 */
    transform: translateX(-50%) translateY(-50%);
    max-width: 1000px;
    max-height: 651px;
  }
  .team-detail .intro {
    margin-right: 0;
  }
  .team-detail .info {
    padding: 78px 72px 0 50px;
  }
}

.book-event-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
}

.book-event-container .book-event-window {
  margin: 0;
  padding: 30px;
  background-color: white;
}

.book-event-container .book-event-window .wrap-outer h2, .book-event-container .book-event-window .wrap-outer h3 {
  text-align: center;
}

.book-event-container .book-event-window .wrap-outer h2 {
  margin-bottom: 9px;
  font-size: 2.8rem;
  letter-spacing: -.052rem;
  line-height: 3.8rem;
}

.book-event-container .book-event-window .wrap-outer h3 {
  margin-bottom: 45px;
  font-size: 2.1rem;
  letter-spacing: 0;
  line-height: 2.9rem;
}

.book-event-container .book-event-window .wrap-form {
  display: block;
  padding: 32px 62px 72px !important;
}

.book-event-container .book-event-window .wrap-form .button {
  margin-top: 45px;
}

@media (min-width: 576px) {
  .book-event-container .book-event-window .wrap-form .button {
    max-width: 200px;
    left: 100%;
    -webkit-transform: translateX(-100%);
    /* Safari, Chrome */
    /* Firefox 3.5~16.0 */
    /* IE9~10 */
    /* Opera 10.5~12.10 */
    transform: translateX(-100%);
  }
}

@media (min-width: 1024px) {
  .book-event-container {
    overflow: hidden;
    overflow-y: scroll;
  }
  .book-event-container .book-event-window {
    margin: 116px auto;
    padding: 60px;
    max-width: 1000px;
  }
  .book-event-container .book-event-window .wrap-form {
    padding: 64px 124px 145px !important;
  }
}

.hero-home {
  height: calc(100vh - 67px);
  overflow: hidden;
}

.hero-home .hero-list {
  height: 100%;
}

.hero-home .hero-list .hero-item {
  overflow: hidden;
}

.hero-home .hero-list .hero-item .wrap-img {
  height: 0;
  padding-top: calc(100vh - 67px);
}

.hero-home .hero-list .hero-item .wrap-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  height: 100%;
}

.hero-home .hero-list .hero-item .wrap-video {
  position: relative;
  padding-top: calc(100vh - 67px);
}

.hero-home .hero-list .hero-item .wrap-video .full-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-home > .wrap-hero-info {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  justify-content: center;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
  pointer-events: none;
}

.hero-home > .wrap-hero-info * {
  pointer-events: all;
}

.hero-home .hero-info-list {
  margin-bottom: 80px;
  outline: none;
}

.hero-home .hero-info-list * {
  outline: none;
}

.hero-home .hero-info-list .hero-info-item * {
  color: white;
}

.hero-home .hero-info-list .hero-info-item p.note {
  margin-bottom: 9px;
}

.hero-home .hero-info-list .hero-info-item h1 {
  font-size: 3.5rem;
  letter-spacing: -.049rem;
  line-height: 4.4rem;
}

@media (min-width: 576px) {
  .hero-home {
    height: calc(100vh - 85px);
    max-height: 680px;
  }
  .hero-home.-short-tablet .hero-list .hero-item .wrap-img,
  .hero-home.-short-tablet .hero-list .hero-item .wrap-video {
    padding-top: calc(100vh - 85px);
  }
  .hero-home .hero-list .hero-item .wrap-img,
  .hero-home .hero-list .hero-item .wrap-video {
    padding-top: 680px;
  }
  .hero-home .hero-info-list .hero-info-item p.note {
    margin-bottom: 1px;
  }
  .hero-home .hero-info-list .hero-info-item h1 {
    font-size: 4.5rem;
    letter-spacing: -.063rem;
    line-height: 5.5rem;
  }
}

@media (min-width: 1024px) {
  .hero-home {
    height: calc(100vh - 140px);
  }
  .hero-home .hero-list .hero-info-list .hero-info-item p.note {
    margin-bottom: 8px;
  }
  .hero-home .hero-list .hero-info-list .hero-info-item h1 {
    font-size: 5rem;
    letter-spacing: -.07rem;
  }
}

ul.breadcrumbs {
  display: none;
}

@media (min-width: 576px) {
  ul.breadcrumbs {
    margin: 34px auto 38px;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
  }
  ul.breadcrumbs li {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 2.1rem;
    color: #4A4A4A;
  }
  ul.breadcrumbs li a {
    text-decoration: underline;
  }
  ul.breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin: 0 3px;
  }
  ul.breadcrumbs li:last-child a {
    text-decoration: none;
    pointer-events: none;
  }
}

@media (min-width: 1024px) {
  ul.breadcrumbs {
    margin: 47px auto 60px;
  }
}

.footer-address-list {
  margin: 0 0 69px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.footer-address-list .address-item:not(:last-of-type) {
  margin-bottom: 37px;
}

.footer-address-list .address-item h5 {
  margin-bottom: 13px;
  font-weight: 700;
}

.footer-address-list .address-item p.opening-hours {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.footer-address-list .address-item button.link-more {
  margin: 0;
  padding: 0 20px 0 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2.5rem;
  text-decoration: underline;
  display: block;
}

.footer-address-list .address-item button.link-more::before, .footer-address-list .address-item button.link-more::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 1px;
  background-color: white;
  border-radius: 1px;
}

.footer-address-list .address-item button.link-more::before {
  -webkit-transform: translateY(-50%) translateX(-4px) rotate(45deg);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateY(-50%) translateX(-4px) rotate(45deg);
}

.footer-address-list .address-item button.link-more::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateY(-50%) rotate(-45deg);
}

.footer-address-list .address-item button.link-more.-open::before {
  -webkit-transform: translateY(-50%) translateX(0) rotate(45deg);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateY(-50%) translateX(0) rotate(45deg);
}

.footer-address-list .address-item button.link-more.-open::after {
  -webkit-transform: translateY(-50%) translateX(-4px) rotate(-45deg);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateY(-50%) translateX(-4px) rotate(-45deg);
}

.footer-address-list .address-item .more-info * {
  font-size: 1.4rem;
  line-height: 2.5rem;
}

.footer-address-list .address-item .more-info p.address {
  margin-bottom: 24px;
}

.footer-address-list .address-item .more-info .contacts a {
  display: block;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .footer-address-list {
    margin-top: 43px !important;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
  }
  .footer-address-list .address-item:not(:last-child) {
    margin-right: 32px;
  }
  .footer-address-list .address-item p.opening-hours {
    font-weight: 700;
  }
  .footer-address-list .address-item button.link-more {
    display: none;
  }
}

@media (min-width: 1024px) {
  .footer-address-list {
    margin-top: 0 !important;
  }
  .footer-address-list .address-item:not(:last-child) {
    margin-right: 53px;
  }
}

.button {
  display: inline-block;
  padding: 20px 28px 21px;
  border: 1px solid #E40429;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.button:disabled {
  opacity: .5;
}

.button.-primary {
  color: white !important;
  background-color: #E40429;
}

.button.-primary:hover {
  background-color: #B7001E !important;
  border-color: #B7001E !important;
}

.button.-primary:active {
  background-color: #810015 !important;
}

.button.-primary:focus {
  border: 1px solid #E79800 !important;
}

.button.-main {
  color: #E40429;
  background-color: transparent;
}

.button.-main:hover {
  background-color: #E40429 !important;
  color: white;
}

.button.-main:active {
  background-color: #810015 !important;
  color: white;
}

.button.-main:focus {
  border: 1px solid #E79800 !important;
}

.button.-narrow {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

@media (min-width: 1024px) {
  .button {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

ul.social-list {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  justify-content: center;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
  width: 100%;
}

ul.social-list li {
  width: auto !important;
}

ul.social-list li:not(:last-child) {
  margin-right: 15px;
}

ul.social-list li a img {
  display: block;
}

@media (min-width: 768px) {
  ul.social-list:not(.-team) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-start;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-start;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
}

.search-overlay {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-transition: all .35s ease-in-out !important;
  transition: all .35s ease-in-out !important;
  opacity: 0;
  pointer-events: none;
}

.search-overlay.-on {
  opacity: 1;
  pointer-events: all;
}

.search-overlay * {
  color: white;
}

.search-overlay .wrap-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1035px !important;
  -webkit-transform: translateX(-50%) translateY(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-50%) translateY(-50%);
}

.search-overlay .logo-search {
  position: absolute;
  top: 27px;
  left: 21px;
  width: 59px;
  height: 37px;
  background: transparent url("../lib/svg/logo-mhnc-search.svg") center no-repeat;
  /* Chrome, iOS, Safari */
  /* Firefox 3.6~4.0 */
  /* Opera 9.5 */
  background-size: 100%;
  /* IE9+, New */
}

.search-overlay .suggest {
  margin-top: 43px;
}

.search-overlay .suggest h4 {
  margin-bottom: 14px;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: -.04rem;
  line-height: 2.2rem;
}

.search-overlay .suggest ul li a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 3.1rem;
  text-decoration: underline;
}

.search-overlay form * {
  outline: none;
}

.search-overlay form input[type="text"] {
  padding: 21px 31px 20px;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1035px;
  background-color: #1E1E1E;
  border: 1px solid #5A5A5A;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.search-overlay form input[type="submit"] {
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: transparent url("../lib/svg/ico-search-top.svg") center no-repeat;
  opacity: 1;
}

@media (min-width: 576px) {
  .search-overlay .suggest {
    margin-top: 70px;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
  }
  .search-overlay .suggest h4 {
    margin-bottom: 0;
    margin-right: 51px;
  }
  .search-overlay form input[type="text"] {
    font-size: 1.7rem;
  }
}

@media (min-width: 1024px) {
  .search-overlay .suggest {
    margin-top: 86px;
  }
}

.highlight-simple .wrap-link .info {
  padding-left: 29px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: flex-end;
  /* Chrome 21+, Safari Not supported. */
  justify-content: flex-end;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
}

.highlight-simple .wrap-link .info * {
  color: white;
}

.highlight-simple .wrap-link .info h3 {
  margin-bottom: 22px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -.048rem;
  line-height: 2.7rem;
}

.highlight-simple .wrap-link .info span.cta-detail {
  margin-bottom: 26px;
}

@media (min-width: 576px) {
  .highlight-simple {
    max-width: 350px;
  }
  .highlight-simple .wrap-link .info {
    padding-left: 29px;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-end;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-end;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  .highlight-simple .wrap-link .info * {
    color: white;
  }
  .highlight-simple .wrap-link .info h3 {
    margin-bottom: 22px;
    font-size: 2.1rem;
    letter-spacing: -.05rem;
    line-height: 2.8rem;
  }
  .highlight-simple .wrap-link .info span.cta-detail {
    margin-bottom: 26px;
    padding-left: 32px;
  }
}

@media (min-width: 1024px) {
  .highlight-simple {
    max-width: 380px;
  }
  .highlight-simple .wrap-link .info {
    padding-left: 52px;
  }
  .highlight-simple .wrap-link .info span.cta-detail {
    margin-bottom: 35px;
  }
}

.highlight-exhibit a.wrap-link .info {
  padding: 32px 0 29px 29px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: space-between;
  /* Chrome 21+, Safari Not supported. */
  justify-content: space-between;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
}

.highlight-exhibit a.wrap-link .info * {
  color: white;
}

.highlight-exhibit a.wrap-link .info p {
  font-size: 1.4rem;
  line-height: 1.9rem;
}

.highlight-exhibit a.wrap-link .info p:first-of-type {
  margin: 16px 0 11px;
}

.highlight-exhibit a.wrap-link .info p:last-of-type {
  margin-top: 8px;
}

.highlight-exhibit a.wrap-link .info h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.4rem;
}

.highlight-exhibit a.wrap-link .info.-with-subtitle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  justify-content: center;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
}

.highlight-exhibit a.wrap-link .wrap-img img {
  height: 360px;
  min-width: 100%;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  .highlight-exhibit a.wrap-link .info {
    padding: 45px 0 25px 26px;
  }
  .highlight-exhibit a.wrap-link .info h3 {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}

@media (min-width: 1024px) {
  .highlight-exhibit a.wrap-link .info {
    padding: 77px 0 60px 48px;
  }
  .highlight-exhibit a.wrap-link .info h3 {
    font-size: 3.1rem;
    line-height: 4.2rem;
  }
}

section.section-collections-list .highlight-exhibit .wrap-img::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.52);
}

section.section-collections-list .highlight-exhibit .info.-with-subtitle .subtitle {
  -webkit-box-ordinal-group: 2;
  /* Chrome 21+, Safari Not supported. */
  -ms-flex-order: 1;
  /* IE 10.0 */
  -moz-order: 1;
  order: 1;
  /* Firefox 20+, Opera 12.10 */
}

.highlight-collection a.wrap-link .info {
  padding: 32px 0 29px 29px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: space-between;
  /* Chrome 21+, Safari Not supported. */
  justify-content: space-between;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
}

.highlight-collection a.wrap-link .info * {
  color: white;
}

.highlight-collection a.wrap-link .info p {
  font-size: 1.4rem;
  line-height: 1.9rem;
}

.highlight-collection a.wrap-link .info p:first-of-type {
  margin: 16px 0 11px;
}

.highlight-collection a.wrap-link .info p:last-of-type {
  margin-top: 8px;
}

.highlight-collection a.wrap-link .info h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.4rem;
}

.highlight-collection a.wrap-link .info.-with-subtitle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center;
  /* Chrome 21+, Safari Not supported. */
  justify-content: center;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
}

.highlight-collection a.wrap-link .info span.cta-detail {
  margin-top: 47px;
}

@media (min-width: 576px) {
  .highlight-collection a.wrap-link .info {
    padding: 45px 0 25px 26px;
  }
  .highlight-collection a.wrap-link .info h3 {
    font-size: 2rem;
    line-height: 2.7rem;
  }
  .highlight-collection a.wrap-link .info span.cta-detail {
    margin-top: 76px;
  }
}

@media (min-width: 1024px) {
  .highlight-collection a.wrap-link .info {
    padding: 77px 0 60px 48px;
  }
  .highlight-collection a.wrap-link .info h3 {
    font-size: 3.1rem;
    line-height: 4.2rem;
  }
  .highlight-collection a.wrap-link .info span.cta-detail {
    margin-top: 70px;
  }
}

section.section-collections-list .highlight-exhibit .wrap-img::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.52);
}

section.section-collections-list .highlight-exhibit .info.-with-subtitle .subtitle {
  -webkit-box-ordinal-group: 2;
  /* Chrome 21+, Safari Not supported. */
  -ms-flex-order: 1;
  /* IE 10.0 */
  -moz-order: 1;
  order: 1;
  /* Firefox 20+, Opera 12.10 */
}

.highlight-catalog {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: space-between;
  /* Chrome 21+, Safari Not supported. */
  justify-content: space-between;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
  -webkit-box-align: start;
  -ms-flex-align: start;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: flex-start;
  align-items: flex-start;
  /* Firefox 20.0+, IE11+, Opera 12.10 */
}

.highlight-catalog * {
  -webkit-box-flex: 1;
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-positive: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
}

.highlight-catalog .wrap-img {
  width: 40.3571428571%;
  margin-right: 20px;
}

.highlight-catalog .info {
  width: 52.1428571429%;
}

.highlight-catalog .info h5 {
  margin-bottom: 14px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
}

.highlight-catalog .info p {
  font-size: 1.4rem;
  line-height: 2.1rem;
}

li.news-item:not(:last-child) {
  margin-bottom: 37px;
}

li.news-item:last-child {
  margin-bottom: 52px;
}

li.news-item p.title {
  margin-top: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
}

li.news-item span.data {
  font-size: 1.2rem;
  color: #4A4A4A;
}

@media (min-width: 576px) {
  li.news-item:not(:last-child) {
    margin-bottom: 15px;
  }
  li.news-item:last-child {
    margin-bottom: 18px;
  }
  li.news-item .wrap-link {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
  }
  li.news-item .wrap-link .wrap-img {
    margin-right: 18px;
    max-width: 48.6111111111%;
  }
  li.news-item p.title {
    margin: 22px 0 0;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  li.news-item.-press .wrap-img {
    padding-top: 50%;
    position: relative;
  }
  li.news-item.-press .wrap-img img {
    min-height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    /* Safari, Chrome */
    /* Firefox 3.5~16.0 */
    /* IE9~10 */
    /* Opera 10.5~12.10 */
    transform: translateY(-50%);
  }
}

@media (min-width: 1024px) {
  li.news-item {
    margin: 0 !important;
    margin-bottom: 55px !important;
    width: 32.2033898305%;
  }
  li.news-item:not(:nth-child(3n)) {
    margin-right: 1.6949152543% !important;
  }
  li.news-item .wrap-link {
    display: block !important;
  }
  li.news-item .wrap-link .wrap-img {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  li.news-item p.title {
    margin: 20px 0 0;
  }
}

@media (min-width: 576px) {
  .-interior li.news-item {
    margin: 0 !important;
    margin-bottom: 2.7777777778% !important;
    width: 48.6111111111%;
  }
  .-interior li.news-item:nth-child(odd) {
    margin-right: 2.7777777778% !important;
  }
  .-interior li.news-item .wrap-link {
    display: block !important;
  }
  .-interior li.news-item .wrap-link .wrap-img {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .-interior li.news-item p.title {
    margin: 20px 0 0;
  }
}

@media (min-width: 1024px) {
  .-interior li.news-item {
    margin: 0 !important;
    margin-bottom: 55px !important;
    width: 32.2033898305%;
  }
  .-interior li.news-item:nth-child(odd) {
    margin: 0 !important;
  }
  .-interior li.news-item:not(:nth-child(3n)) {
    margin-right: 1.6949152543% !important;
  }
  .-interior li.news-item p.title {
    margin: 20px 0 0;
  }
}

.highlight-contact .highlight-simple {
  width: 100%;
  max-width: 100%;
}

.highlight-contact .contact-info {
  padding: 28px 20px 31px;
  border: 1px solid #D1D1D1;
  border-top: 0;
}

.highlight-contact .contact-info .txt-block:not(:last-of-type) {
  margin-bottom: 32px;
}

.highlight-contact .contact-info .txt-block h3 {
  font-size: 1.7rem !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.3rem;
}

.highlight-contact .contact-info .txt-block p {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2.1rem;
}

.highlight-contact .contact-info .txt-block a.map-link {
  padding-left: 16px;
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-decoration: underline;
  background: transparent url("../lib/svg/ico-sidebar-location.svg") left no-repeat;
}

.highlight-contact .contact-info .txt-block a.button {
  margin-top: 34px;
  width: 100%;
}

.highlight-contact .contact-info .txt-block.-summary {
  margin-bottom: 32px;
}

.highlight-contact .contact-info .txt-block.-summary p {
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.highlight-contact .contact-info .txt-block.-summary p.title-space {
  margin: 6px 0 11px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -.05rem;
  line-height: 2.2rem;
}

@media (min-width: 576px) {
  .highlight-contact {
    margin-bottom: 0;
  }
  .highlight-contact .contact-info {
    padding: 39px 38px 41px;
  }
}

.when {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 90px;
  background-color: #F5F5F5;
}

.when.-white {
  background-color: white;
}

.when span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
  text-align: center;
}

.when span.day-week {
  margin-top: 10px;
  margin-bottom: 3px;
}

.when span.day-num {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -.07rem;
}

span.cta-detail {
  padding-left: 32px;
  display: block;
  font-size: 1.3;
  font-weight: 400;
  line-height: 1.8rem;
}

span.cta-detail::before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateY(-50%);
  width: 25px;
  height: 1px;
  background-color: white;
}

@media (min-width: 576px) {
  span.cta-detail {
    font-size: 1.6rem;
  }
}

.arrow-nav {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  /* Firefox 28+, IE11, Opera 12.10 */
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center;
  /* Firefox 20.0+, IE11+, Opera 12.10 */
}

.arrow-nav.-white *:not(button) {
  color: white;
}

.arrow-nav.-white button::after {
  border-color: white;
}

.arrow-nav.-black *:not(button) {
  color: black;
}

.arrow-nav.-black button::after {
  border-color: black;
}

.arrow-nav button {
  color: transparent;
  background-color: transparent;
  border: 0;
  outline: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.arrow-nav button::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 1px 1px 0 0;
}

.arrow-nav button.prev {
  margin-right: 22px;
}

.arrow-nav button.prev::after {
  -webkit-transform: rotate(-135deg);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: rotate(-135deg);
  margin-top: -5px;
  margin-left: -1px;
}

.arrow-nav button.next {
  margin-left: 22px;
}

.arrow-nav button.next::after {
  -webkit-transform: rotate(45deg);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: rotate(45deg);
  margin-top: -5px;
  margin-left: -10px;
}

.arrow-nav button span.counter {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.collection-list {
  margin: 25px 0 80px;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  /* Firefox 28+, IE11, Opera 12.10 */
}

.collection-list .collection-item {
  padding-bottom: 2px;
  margin-right: 20px;
}

.collection-list .collection-item .wrap-img img {
  opacity: .75;
}

.collection-list .collection-item span.title {
  display: block;
  margin-top: 13px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -.048rem;
  line-height: 2.1rem;
}

.collection-list.-center-gallery {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0 20px;
}

@media (min-width: 576px) {
  .collection-list {
    margin: 25px 0 108px;
  }
  .collection-list .collection-item span.title {
    margin-top: 16px;
    font-size: 2.1rem;
    letter-spacing: -.05rem;
    line-height: 2.1rem;
  }
  .collection-list.-center-gallery {
    padding: 0 24px;
  }
}

@media (min-width: 1024px) {
  .collection-list {
    margin: 45px 0 62px;
  }
  .collection-list.-center-gallery {
    padding: 0 10px;
  }
}

ul.prices-list {
  margin-top: 28px;
}

ul.prices-list li.prices-item {
  padding: 18px 0 20px;
  border: 1px dashed #979797;
  border-width: 1px 0 0 0;
}

ul.prices-list li.prices-item:last-child {
  border-width: 1px 0;
}

ul.prices-list li.prices-item p {
  padding-right: 120px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.1rem;
}

ul.prices-list li.prices-item p span {
  display: block;
  font-weight: 400 !important;
}

ul.prices-list li.prices-item p span.-price {
  position: absolute;
  top: 0;
  right: 0;
  color: #E40429;
}

ul.prices-list li.prices-item p span.-descr {
  font-size: 1.3rem;
}

ul.prices-list li.prices-item .button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateY(-50%);
}

ul.prices-list li.prices-item.-comb-line p {
  padding-right: 190px;
}

ul.prices-list li.prices-item .list {
  padding-top: 5px;
}

ul.prices-list li.prices-item .list p {
  padding-top: 10px;
}

ul.prices-list li.prices-item .list p .-price {
  top: 10px;
}

@media (min-width: 576px) {
  ul.prices-list {
    margin-top: 68px;
  }
  ul.prices-list li.prices-item p:not(.comb) {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
  }
  ul.prices-list li.prices-item p span:not(.-descr) {
    display: inline-block;
  }
  ul.prices-list li.prices-item p span.-note {
    max-width: 700px;
    margin-left: 14px;
  }
}

@media (min-width: 1024px) {
  ul.prices-list {
    margin-top: 34px;
  }
}

.combined-prices-list {
  display: none;
}

.combined-prices-list .layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  background-color: rgba(0, 0, 0, 0.9);
}

.combined-prices-list .wrap-comb {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-50%);
  z-index: 110;
  width: 100%;
  max-width: 980px;
  padding: 20px;
  background-color: white;
}

.combined-prices-list .wrap-comb button.bt-close {
  top: 30px;
  right: 30px;
}

.combined-prices-list .wrap-comb button.bt-close::before, .combined-prices-list .wrap-comb button.bt-close::after {
  background-color: black;
}

@media (min-width: 576px) {
  .combined-prices-list .wrap-comb {
    padding: 40px;
  }
}

@media (min-width: 768px) {
  .combined-prices-list .wrap-comb {
    padding: 80px;
  }
}

ul.branding-sidebar {
  margin: 24px 0;
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  /* Firefox 28+, IE11, Opera 12.10 */
}

ul.branding-sidebar li {
  width: 50%;
  height: auto;
}

ul.branding-sidebar li a {
  display: -webkit-box;
  /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex;
  /* New, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: flex-start;
  /* Chrome 21+, Safari Not supported. */
  justify-content: flex-start;
  /* Firefox 20+, Opera 12.10, IE Not supported. */
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center;
  /* Firefox 20.0+, IE11+, Opera 12.10 */
  width: 100%;
  height: 100%;
}

ul.branding-sidebar li a img {
  display: block;
}

.filters-exhibit > input[type="checkbox"] {
  position: absolute;
  top: -200000px;
}

.filters-exhibit > input[type="checkbox"] + label.cta-show-filters {
  position: absolute;
  right: 0;
  top: -5px;
  padding-left: 20px;
  font-size: 1.3rem;
  line-height: 2.4rem;
  color: #4A4A4A;
  text-align: right;
  background: transparent url("../lib/svg/ico-filters-exhibit.svg") 0 6px no-repeat;
  cursor: pointer;
  z-index: 111;
}

.filters-exhibit > input[type="checkbox"] + label.cta-show-filters:hover {
  color: black;
}

.filters-exhibit > input[type="checkbox"]:checked + label.cta-show-filters {
  position: fixed;
  top: 10px;
  right: 20px;
}

.filters-exhibit > input[type="checkbox"]:checked + label.cta-show-filters::before {
  content: " Fechar ";
}

.filters-exhibit > input[type="checkbox"]:checked ~ .wrp-filters {
  padding-top: 67px;
  pointer-events: all;
  opacity: 1;
}

.filters-exhibit .wrp-filters {
  padding: 32px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
  background-color: white;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.filters-exhibit .wrp-filters .wrp-filters-dropdown {
  padding-top: 20px;
}

.filters-exhibit .wrp-filters h5 {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-bottom: 15px;
  pointer-events: none;
  padding-left: 20px;
}

.filters-exhibit .wrp-filters h5.local {
  background: transparent url("../lib/svg/ico-sidebar-location.svg") left 6px no-repeat;
}

.filters-exhibit .wrp-filters h5.tipo {
  background: transparent url("../lib/svg/ico-what.svg") left 5px no-repeat;
}

.filters-exhibit .wrp-filters li.filters-item {
  padding-bottom: 20px;
}

.filters-exhibit .wrp-filters li.filters-item input[type="checkbox"] {
  position: absolute;
  top: -200000px;
}

.filters-exhibit .wrp-filters li.filters-item input[type="checkbox"] + label {
  display: block;
  padding-left: 27px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  color: #4A4A4A;
  cursor: pointer;
}

.filters-exhibit .wrp-filters li.filters-item input[type="checkbox"] + label::before, .filters-exhibit .wrp-filters li.filters-item input[type="checkbox"] + label::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.filters-exhibit .wrp-filters li.filters-item input[type="checkbox"] + label::before {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  border: 1px solid #4A4A4A;
}

.filters-exhibit .wrp-filters li.filters-item input[type="checkbox"]:checked + label::after {
  width: 9px;
  height: 5px;
  left: 4px;
  top: 10px;
  border: 2px solid #4A4A4A;
  border-width: 0 0 2px 2px;
  /*@include transform(translateY(calc(-50% - 1px)) rotate(-45deg));*/
  -webkit-transform: rotate(-45deg);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: rotate(-45deg);
  margin-top: -5px;
}

.filters-exhibit.-search {
  padding: 0 0 50px 0 !important;
}

@media (min-width: 576px) {
  .filters-exhibit > input[type="checkbox"]:checked ~ .wrp-filters {
    padding-top: 0;
  }
  .filters-exhibit label.cta-show-filters {
    display: none !important;
  }
  .filters-exhibit .wrp-filters {
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    z-index: 1;
    opacity: 1;
    pointer-events: all;
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
  }
  .filters-exhibit .wrp-filters .wrp-filters-list {
    -webkit-box-flex: 1;
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-positive: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  .filters-exhibit .wrp-filters .wrp-filters-list h5 {
    margin-bottom: 5px;
  }
  .filters-exhibit .wrp-filters .wrp-filters-dropdown {
    -webkit-box-flex: 0;
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-positive: 0;
    -moz-flex-grow: 0;
    flex-grow: 0;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
    padding: 0;
    width: 250px;
    margin-right: 20px;
  }
  .filters-exhibit .wrp-filters .wrp-filters-dropdown ul {
    display: none;
    position: absolute;
    width: 100%;
    padding: 10px;
    border: 1px solid black;
    border-top: none;
    background: #FFFFFF;
  }
  .filters-exhibit .wrp-filters .wrp-filters-dropdown h5 {
    pointer-events: all;
    margin-bottom: 0;
    padding: 10px 30px 10px 40px;
    width: 100%;
    background-position: 10px 5px;
    border: 0.1rem solid #979797;
    background-position: 15px center;
    cursor: pointer;
  }
  .filters-exhibit .wrp-filters .wrp-filters-dropdown h5::after {
    content: " ";
    display: block;
    position: absolute;
    top: 45%;
    right: 15px;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: black;
    -webkit-transform: translateY(-50%) rotate(135deg);
    /* Safari, Chrome */
    /* Firefox 3.5~16.0 */
    /* IE9~10 */
    /* Opera 10.5~12.10 */
    transform: translateY(-50%) rotate(135deg);
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  .filters-exhibit .wrp-filters .wrp-filters-dropdown h5.-open {
    border-color: black;
    border-bottom: 0.1rem solid #979797;
  }
  .filters-exhibit .wrp-filters .wrp-filters-dropdown h5.-open::after {
    top: 55%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    /* Safari, Chrome */
    /* Firefox 3.5~16.0 */
    /* IE9~10 */
    /* Opera 10.5~12.10 */
    transform: translateY(-50%) rotate(-45deg);
  }
  .filters-exhibit .wrp-filters .filters-list:not(.dd) {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-flex: 1;
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-positive: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  .filters-exhibit .wrp-filters .filters-list:not(.dd) li.filters-item {
    padding: 7px 0;
  }
  .filters-exhibit .wrp-filters .filters-list:not(.dd) li.filters-item:not(:last-child) {
    margin-right: 39px;
  }
  .filters-exhibit .wrp-filters .filters-list li.filters-item {
    padding: 7px 0;
  }
}

@media (min-width: 576px) {
  .filters-exhibit .wrp-filters.list {
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    /* Firefox 28+, IE11, Opera 12.10 */
  }
  .filters-exhibit .wrp-filters.list .wrp-filters-link {
    padding: 25px 0 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-start;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-start;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  .filters-exhibit .wrp-filters-link {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    -webkit-box-align: start;
    -ms-flex-align: start;
    /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: flex-start;
    align-items: flex-start;
    /* Firefox 20.0+, IE11+, Opera 12.10 */
    -webkit-box-flex: 1;
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-positive: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-end;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-end;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  .filters-exhibit .wrp-filters-link.dd {
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: center;
    align-items: center;
    /* Firefox 20.0+, IE11+, Opera 12.10 */
  }
}

@media (min-width: 768px) {
  .filters-exhibit .wrp-filters.list {
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    /* Firefox 28+, IE11, Opera 12.10 */
    -webkit-box-align: end;
    -ms-flex-align: end;
    /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: flex-end;
    align-items: flex-end;
    /* Firefox 20.0+, IE11+, Opera 12.10 */
  }
  .filters-exhibit .wrp-filters.list .wrp-filters-link {
    padding: 0;
    padding-bottom: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-end;
    /* Chrome 21+, Safari Not supported. */
    justify-content: flex-end;
    /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
}

@media (min-width: 1024px) {
  .filters-exhibit {
    padding-top: 20px !important;
  }
  .filters-exhibit .wrp-filters .wrp-filters-list {
    display: -webkit-box;
    /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex;
    /* New, Spec - Firefox, Chrome, Opera */
    /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    /* Firefox 28+, IE11, Opera 12.10 */
  }
  .filters-exhibit .wrp-filters .wrp-filters-list h5 {
    margin-right: 28px;
  }
  .filters-exhibit .wrp-filters .filters-list:not(.dd) li.filters-item {
    padding: 0;
    padding-top: 2px;
  }
  .filters-exhibit .wrp-filters .filters-list:not(.dd) li.filters-item:not(:last-child) {
    margin-right: 26px;
  }
}

.news-loadmore {
  margin: 0 0 70px 0;
  padding: 0;
  text-align: center !important;
}

.news-loadmore .button {
  margin-top: 15px;
  float: none !important;
  width: auto !important;
  padding-left: 28px;
  padding-right: 28px;
}

@media (min-width: 576px) {
  .news-loadmore {
    margin: 0 0 74px 0;
  }
}

@media (min-width: 1024px) {
  .news-loadmore {
    margin: 0 0 99px 0;
  }
}

.search-bar {
  padding: 36px 0 33px;
}

.search-bar.-search-page .wrap-field {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.search-bar.-search-page .wrap-field input[type="text"] {
  padding: 20px 50px 20px 25px;
  border: 1px solid #E0E0E0;
  font-size: 1.7rem;
}

.search-bar.-search-page .wrap-field .submit-search {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateY(-50%);
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: transparent url("../lib/svg/ico-search-top-black.svg") center no-repeat;
  border: 0;
  outline: none;
}

@media (min-width: 576px) {
  .search-bar {
    padding: 46px 0 46px;
  }
}

@media (min-width: 1024px) {
  .search-bar {
    padding: 48px 0 50px;
  }
}

.image-zoom-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  background-color: black;
}

.image-zoom-container * {
  color: white !important;
  text-align: center;
}

.image-zoom-container .image-zoom {
  position: absolute;
  top: 58px;
  bottom: 58px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-50%);
  width: 100%;
}

.image-zoom-container .image-zoom h3 {
  margin: 0 0 9px;
  font-size: 2.2rem;
  letter-spacing: -.041rem;
  line-height: 2.9rem;
}

.image-zoom-container .image-zoom p.counter {
  margin-bottom: 8px;
}

.image-zoom-container .image-zoom .img-contain button.img-nav {
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  width: 13px;
  height: 32px;
  opacity: .6;
  z-index: 3;
}

.image-zoom-container .image-zoom .img-contain button.img-nav::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-width: 0 2px 2px 0;
}

.image-zoom-container .image-zoom .img-contain button.img-nav.-img-prev {
  left: 30px;
}

.image-zoom-container .image-zoom .img-contain button.img-nav.-img-prev::after {
  -webkit-transform: translateY(-50%) rotate(135deg);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateY(-50%) rotate(135deg);
}

.image-zoom-container .image-zoom .img-contain button.img-nav.-img-next {
  right: 30px;
}

.image-zoom-container .image-zoom .img-contain button.img-nav.-img-next::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.image-zoom-container .image-zoom .img-contain .wrap-img img {
  max-height: calc(100vh - 250px);
  width: auto;
  max-width: 100%;
}

.image-zoom-container .image-zoom .img-contain .wrap-video {
  position: relative;
  height: calc(50vh);
}

.image-zoom-container .image-zoom .img-contain .wrap-video .full-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.image-zoom-container .image-zoom .legenda {
  padding: 20px;
}

.image-zoom-container.-slick .image-zoom h3 {
  margin: 0 0 9px;
  font-size: 2.2rem;
  letter-spacing: -.041rem;
  line-height: 2.9rem;
}

.image-zoom-container.-slick .image-zoom .wrap-slick {
  width: 100%;
  text-align: center;
}

.image-zoom-container.-slick .image-zoom .wrap-slick .wrap-img img {
  display: inline-block;
}

.image-zoom-container.-slick .image-zoom .wrap-slick .wrap-video .full-area {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translate(-50%, -50%);
  max-width: 68%;
}

@media (min-width: 576px) {
  .image-zoom-container .image-zoom {
    top: 72px;
    bottom: 72px;
  }
  .image-zoom-container .image-zoom h3 {
    margin-bottom: 10px;
    font-size: 3.2rem;
    letter-spacing: -.059rem;
    line-height: 4.3rem;
  }
  .image-zoom-container .image-zoom .img-contain .wrap-video {
    height: calc(50vh);
  }
  .image-zoom-container.-slick .image-zoom h3 {
    margin-bottom: 10px;
    font-size: 3.2rem;
    letter-spacing: -.059rem;
    line-height: 4.3rem;
  }
  .image-zoom-container.-slick .image-zoom .img-contain .wrap-video .full-area {
    max-width: 80%;
  }
}

@media (min-width: 1024px) {
  .image-zoom-container {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .image-zoom-container .image-zoom {
    margin: 0 auto;
    max-width: 1180px;
  }
  .image-zoom-container .image-zoom h3 {
    margin-bottom: 8px;
    font-size: 3.8rem;
    letter-spacing: -.07rem;
    line-height: 5.2rem;
  }
  .image-zoom-container .image-zoom .img-contain {
    top: 32px;
  }
  .image-zoom-container .image-zoom .img-contain .wrap-img {
    margin: 0 auto;
  }
  .image-zoom-container .image-zoom .img-contain .wrap-video {
    height: calc(100vh - 250px);
  }
  .image-zoom-container.-slick .image-zoom h3 {
    margin-bottom: 8px;
    font-size: 3.8rem;
    letter-spacing: -.07rem;
    line-height: 5.2rem;
  }
  .image-zoom-container.-slick .image-zoom .img-contain {
    top: 17px;
  }
  .image-zoom-container.-slick .image-zoom .img-contain .wrap-video .full-area {
    max-width: 90%;
  }
  .image-zoom-container.-slick.-gall .image-zoom .img-contain {
    height: calc(100vh - 100px);
  }
}

.-clearfix::after {
  content: "";
  clear: both;
  display: table;
}

body.-lock {
  overflow: hidden;
}

main {
  padding-top: 67px;
}

@media (min-width: 576px) {
  main {
    padding-top: 85px;
  }
}

@media (min-width: 1024px) {
  main {
    padding-top: 140px;
  }
}

button.share-content {
  background: transparent url("../lib/svg/ico-share-content.svg") center no-repeat;
  border: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  margin-top: -18px;
  right: 20px;
  width: 21px;
  height: 21px;
}

@media (min-width: 576px) {
  button.share-content {
    margin-top: -15px;
    right: 24px;
    -webkit-transform: translateY(-50%);
    /* Safari, Chrome */
    /* Firefox 3.5~16.0 */
    /* IE9~10 */
    /* Opera 10.5~12.10 */
    transform: translateY(-50%);
  }
}

@media (min-width: 1024px) {
  button.share-content {
    right: 10px;
  }
}

button.export-pdf {
  background: transparent url("../lib/img/ico-pdf.png") center no-repeat;
  border: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  margin-top: -20px;
  right: 60px;
  width: 50px;
  height: 20px;
}

@media (min-width: 576px) {
  button.export-pdf {
    margin-top: -15px;
    right: 74px;
    -webkit-transform: translateY(-50%);
    /* Safari, Chrome */
    /* Firefox 3.5~16.0 */
    /* IE9~10 */
    /* Opera 10.5~12.10 */
    transform: translateY(-50%);
  }
}

@media (min-width: 1024px) {
  button.export-pdf {
    right: 60px;
  }
}

a.map-link {
  padding-left: 16px;
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-decoration: underline;
  background: transparent url("../lib/svg/ico-sidebar-location.svg") left no-repeat;
}

a.map-link span {
  display: inline-block;
  text-decoration: none !important;
}

a.red-link {
  font-size: 1.6rem;
  text-decoration: underline;
  color: #E40429;
}

button.bt-close {
  display: block;
  position: fixed;
  top: 7px;
  right: 5px;
  width: 32px;
  height: 32px;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  z-index: 104;
}

button.bt-close::before, button.bt-close::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2.4px;
  background-color: #737373;
}

button.bt-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

button.bt-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

@media (min-width: 576px) {
  button.bt-close {
    top: 25px;
    right: 24px;
  }
  button.bt-close::before, button.bt-close::after {
    width: 24px;
    height: 3px;
  }
}

@media (min-width: 1024px) {
  button.bt-close {
    top: 37px;
    right: 43px;
  }
  button.bt-close::before, button.bt-close::after {
    background-color: #FDFDFD;
  }
}

a:not(.button):not(.wrap-link),
button:not(.button) {
  opacity: 1;
  -webkit-transition: opacity .2s !important;
  transition: opacity .2s !important;
}

a:not(.button):not(.wrap-link):hover,
button:not(.button):hover {
  opacity: .7;
}

.wrap-outer {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1200px;
}

.wrap-outer > h1 {
  margin-top: 34px;
}

@media (min-width: 576px) {
  .wrap-outer {
    padding: 0 24px;
  }
}

@media (min-width: 1024px) {
  .wrap-outer {
    padding: 0 10px;
  }
}

.wrap-bigger {
  margin: 0 auto;
  width: 100%;
  max-width: 1800px;
}

.wrap-arrow-nav {
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
}

.wrap-img {
  overflow: hidden;
  width: 100%;
  line-height: 0;
}

.wrap-img > img {
  width: 100%;
  /*min-height: 185px;*/
  min-height: 100%;
  top: 0;
  left: 0;
}

.wrap-link {
  display: block;
}

.-bg-white {
  background-color: white !important;
}

.-bg-grey {
  background-color: #F5F5F5 !important;
}

.-bg-darkgrey {
  color: white !important;
  background-color: #1F1F1F !important;
}

.-bg-darkgrey * {
  color: white !important;
}

.-hover-img-fade .wrap-img {
  background-color: black;
}

.-hover-img-fade img {
  -webkit-transition: all .35s ease-out;
  transition: all .35s ease-out;
  opacity: .75;
}

.-hover-img-fade:hover img {
  opacity: 1 !important;
}

.-hover-img-zoom img {
  -webkit-transition: all .35s ease-out;
  transition: all .35s ease-out;
}

.-hover-img-zoom:hover img {
  -webkit-transform: scale(1.1);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: scale(1.1);
}

.addthis-container {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
}

.addthis-container .addthis {
  position: absolute;
  background: white;
  padding: 70px 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari, Chrome */
  /* Firefox 3.5~16.0 */
  /* IE9~10 */
  /* Opera 10.5~12.10 */
  transform: translate(-50%, -50%);
}

a.outros-eventos h4 {
  /*margin-bottom: 20px;
		margin-left: 30px; */
  text-decoration: underline;
  margin-top: 20px;
}

@media (min-width: 576px) {
  a.outros-eventos h4 {
    text-align: right;
    margin-top: 0px;
  }
}
/*# sourceMappingURL=styles.css.map */