/* HTML5 Boilerplate v4.3.0 | MIT License | https://h5bp.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
 Base styles: opinionated defaults
 ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.2;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
textarea {
  resize: none;
}
/* ==========================================================================
 Browse Happy prompt
 ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
 Author's custom styles
 ========================================================================== */
/* ==========================================================================
 Helper classes
 ========================================================================== */
/*
* Image replacement
*/
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
/* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
  visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
 EXAMPLE Media Queries for Responsive Design.
 These examples override the primary ('mobile first') styles.
 Modify as content requires.
 ========================================================================== */
/* ==========================================================================
 Print styles.
 Inlined to avoid required HTTP connection: h5bp.com/r
 ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*
 * Bootstrap v3.3.7 (https://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/customize/?id=003fd24277609ae280962da54d62e595)
 * Config saved to config.json and https://gist.github.com/003fd24277609ae280962da54d62e595
 */
/*
 * Bootstrap v3.3.7 (https://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .container {
    width: 744px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 964px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1144px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1244px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

@font-face {
  font-family: 'DINCond';
  src: url("../fonts/DINCond-Black.eot");
  src: url("../fonts/DINCond-Blackd41d.eot#iefix") format('embedded-opentype'), url("../fonts/DINCond-Black.woff") format('woff'), url("../fonts/DINCond-Black.html") format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'DIN';
  src: url("../fonts/DIN-Bold.eot");
  src: url("../fonts/DIN-Boldd41d.eot#iefix") format('embedded-opentype'), url("../fonts/DIN-Bold.html") format('woff'), url("../fonts/DIN-Bold-2.html") format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Sentinel';
  src: url("../fonts/Sentinel-MediumItalic.eot");
  src: url("../fonts/Sentinel-MediumItalicd41d.eot#iefix") format('embedded-opentype'), url("../fonts/Sentinel-MediumItalic.html") format('woff'), url("../fonts/Sentinel-MediumItalic-2.html") format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'DINCond';
  src: url("../fonts/DINCond-Regular.eot");
  src: url("../fonts/DINCond-Regulard41d.eot#iefix") format('embedded-opentype'), url("../fonts/DINCond-Regular.html") format('woff'), url("../fonts/DINCond-Regular-2.html") format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'DIN';
  src: url("../fonts/DIN-Black.eot");
  src: url("../fonts/DIN-Blackd41d.eot#iefix") format('embedded-opentype'), url("../fonts/DIN-Black.html") format('woff'), url("../fonts/DIN-Black-2.html") format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'DINCond';
  src: url("../fonts/DINCond-Bold.eot");
  src: url("../fonts/DINCond-Boldd41d.eot#iefix") format('embedded-opentype'), url("../fonts/DINCond-Bold.woff") format('woff'), url("../fonts/DINCond-Bold.html") format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'DINCond';
  src: url("../fonts/DINCond-Medium.eot");
  src: url("../fonts/DINCond-Mediumd41d.eot#iefix") format('embedded-opentype'), url("../fonts/DINCond-Medium.html") format('woff'), url("../fonts/DINCond-Medium-2.html") format('truetype');
  font-weight: 500;
  font-style: normal;
}

html,
body {
  background-color: #bfd1cf;
  overflow-x: hidden;
  margin-top: 0 !important;
}
* {
  outline: none !important;
}
main {
  position: relative;
}
#iframebarraportalsesc {
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .pull-right {
    float: none !important;
  }
}
/*
@media ( min-width 1920px )
	.container
		width 1640px
*/
object {
  display: none;
}
.text-center {
  text-align: center;
}
.btn {
  display: inline-block;
  border: 0;
  line-height: 32px;
  background-color: #000;
  font-family: 'Sentinel';
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  padding: 0 20px;
  outline: none;
  position: relative;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #fff;
}
.btn.btn-arrow {
  width: 280px;
  float: right;
  display: block;
  font-size: 18px;
  height: 50px;
  padding: 9px 20px;
  text-align: left;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  .btn.btn-arrow {
    float: none;
    width: 100%;
  }
}
.btn.btn-arrow:hover {
  background-color: #ff0053;
}
.btn.btn-arrow span {
  float: right;
  margin: 11px 0;
}
.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(191,209,207,0.9);
  z-index: 14;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}
.preloader img {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 20%;
  -webkit-transform: translateX(-50%) translateY(-20%);
  -moz-transform: translateX(-50%) translateY(-20%);
  -o-transform: translateX(-50%) translateY(-20%);
  -ms-transform: translateX(-50%) translateY(-20%);
  transform: translateX(-50%) translateY(-20%);
  width: 64px;
}
.modal-galleries img {
  max-width: 100%;
  max-height: 100%;
}
.modal-galleries .preloader {
  top: 50%;
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  background-color: transparent;
  left: 0;
}
.modal-galleries .preloader img {
  width: 64px !important;
}
.modal-galleries .preloader figure p {
  font-size: 16px;
}
.no-results {
  margin-top: 100px;
  text-align: center;
  font: 30px 'DIN';
  color: #000;
}

[data-page='blog-detail'] {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  [data-page='blog-detail'] .pull-right {
    float: none !important;
  }
}
@media only screen and (max-width: 768px) {
  [data-page='blog-detail'] [data-component='inner-banner'] {
    display: none;
  }
}
[data-page='blog-detail'] .title-banner {
  text-transform: uppercase;
  font-family: 'DINCond';
  font-weight: bold;
  color: #000;
  font-size: 30px;
  margin: 55px 0 0;
}
[data-page='blog-detail'] .subtitle-banner {
  margin: 10px 0;
  display: block;
  font-size: 24px;
  font-family: 'DINCond';
  font-weight: bold;
  text-transform: uppercase;
  color: #e9175b;
}
[data-page='blog-detail'] .title {
  font: 70px/62px 'DINCond';
  font-weight: 900;
  color: #000;
  margin: 70px 100px 15px 0;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  float: right;
}
@media only screen and (max-width: 992px) {
  [data-page='blog-detail'] .title {
    float: none;
    margin: 0 0 40px 0;
  }
}
[data-page='blog-detail'] .title em {
  display: block;
  font-style: normal;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  [data-page='blog-detail'] .title em {
    text-align: center;
  }
}
[data-page='blog-detail'] .title::after {
  content: '';
  display: inline-block;
  background-color: #000;
  width: 100px;
  height: 4px;
  margin-left: 10px;
  position: absolute;
  bottom: 0;
  right: -100px;
}
@media only screen and (max-width: 992px) {
  [data-page='blog-detail'] .title::after {
    position: static;
    margin: 0;
  }
}
[data-page='blog-detail'] .content-detail p {
  font-family: 'DINCond';
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  margin: 20px 0;
}
[data-page='blog-detail'] .figure {
  position: relative;
}
[data-page='blog-detail'] .layer {
  height: 100%;
  width: 50%;
  background: #ff0053;
  display: block;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 992px) {
  [data-page='blog-detail'] .layer {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  [data-page='blog-detail'] iframe,
  [data-page='blog-detail'] img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

[data-page='festival'] footer {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  [data-page='festival'] footer {
    margin-top: 50px;
  }
}
[data-page='festival'] .layer {
  width: 10%;
  height: 100px;
  background-color: #e9175b;
  top: 200px;
  position: absolute;
  left: -10px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  [data-page='festival'] .layer {
    display: none;
  }
}
[data-page='festival'] .title {
  font: 80px/82px 'DINCond';
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin: 0 -20px 0 0;
  position: relative;
  padding-right: 120px;
  float: right;
}
@media only screen and (max-width: 768px) {
  [data-page='festival'] .title {
    font: 40px/42px 'DINCond';
    float: left;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px), only screen and (min-width: 1025px) and (max-width: 1366px) {
  [data-page='festival'] .title {
    margin-right: -110px;
  }
}
[data-page='festival'] .title::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  background-color: #000;
  width: 100px;
  height: 4px;
}
[data-page='festival'] .title em {
  display: block;
  font-style: normal;
  text-align: right;
}
[data-page='festival'] .title-banner {
  color: #000;
  font-size: 34px;
  font-weight: 600;
  margin-top: 70px;
  font-family: 'DINCond';
  text-transform: uppercase;
}
[data-page='festival'] .subtitle-banner {
  color: #e9175a;
  font-size: 24px;
  font-weight: 600;
  margin: 5px 0;
  font-family: 'DINCond';
  text-transform: uppercase;
}
[data-page='festival'] .about {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  [data-page='festival'] .about {
    margin-top: 50px;
  }
}
[data-page='festival'] .about p {
  font: 22px/24px 'DINCond';
  margin: 20px 0;
}
[data-page='festival'] .about img {
  display: block;
  max-width: 100%;
  margin: 40px 0;
}
[data-page='festival'] .directors {
  display: inline-block;
  width: 100%;
}
[data-page='festival'] .previous-editions {
  clear: both;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  [data-page='festival'] .previous-editions {
    margin-top: 30px;
  }
}


body.overflow-body {
  position: fixed;
  width: 100%;
  height: 100%;
}
.modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0.8);
  z-index: 2098;
  display: none;
  top: 0;
  left: 0;
}
.modal {
  display: none;
  top: -100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
  z-index: 2099;
  padding: 10px 40px 34px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 80%;
  width: 1000px;
}
@media only screen and (max-width: 992px) {
  .modal {
    width: 100%;
  }
}
.modal .close-modal {
  position: absolute;
  font: 35px/22px 'DINCond';
  top: -30px;
  right: 0px;
  color: #000;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  z-index: 1000;
}
.modal-scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  overflow-y: scroll;
}
.modal-scroll .modal {
  position: absolute;
  margin: 40px 0 40px 0;
}
.modal-gallery,
.modal-galleries {
  padding: 40px 80px;
  bottom: auto;
  right: auto;
  background-color: #c8dbd9;
  border-radius: 0px;
}
@media only screen and (max-width: 768px) {
  .modal-gallery,
  .modal-galleries {
    width: 100%;
    padding: 60px 20px;
  }
  .modal-gallery img,
  .modal-galleries img {
    max-width: 100%;
  }
}
.modal-gallery .close-modal,
.modal-galleries .close-modal {
  width: 25px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  top: 30px;
  right: 25px;
}
.modal-gallery .close-modal p,
.modal-galleries .close-modal p {
  margin: 30px 0 0 -2px;
  font: 10px/12px 'DIN';
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #000;
}
.modal-gallery .close-modal span,
.modal-galleries .close-modal span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  top: -1px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-gallery .close-modal span:first-child,
.modal-galleries .close-modal span:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-gallery figure,
.modal-galleries figure {
  text-align: center;
}
.modal-gallery figure img,
.modal-galleries figure img {
  margin-bottom: 15px;
}
.modal-gallery figure div,
.modal-galleries figure div {
  display: inline-block;
  text-align: left;
}
.modal-gallery figcaption,
.modal-galleries figcaption,
.modal-gallery p,
.modal-galleries p {
  display: inline;
  font: 20px/22px 'DINCond';
  font-weight: normal;
  color: #000;
  margin: 10px 0 0;
  text-align: left;
}
.modal-gallery figcaption,
.modal-galleries figcaption {
  color: #ff0053;
  font-weight: bold;
  margin-right: 5px;
}
.modal-gallery img,
.modal-galleries img {
  margin: 0 auto;
}
.modal-gallery .slick-arrow,
.modal-galleries .slick-arrow {
  left: -30px;
  margin-top: -11px;
  background: url("../img/arrows-gallery.png") no-repeat 0 0 transparent;
  width: 14px;
  height: 22px;
}
.modal-gallery .slick-arrow.slick-next,
.modal-galleries .slick-arrow.slick-next {
  background-position: -20px 0;
  left: auto;
  right: -30px;
}
.modal-gallery iframe,
.modal-galleries iframe {
  width: 700px;
  height: 500px;
  border: 0;
}
@media only screen and (max-width: 768px) {
  .modal-gallery iframe,
  .modal-galleries iframe {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border-top: 2px solid #000;
  position: relative;
  background: #bfd1cf;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 20px 0 0;
  font-size: 20px;
  line-height: 20px;
  font-family: 'DINCond';
  color: #000;
  height: 36px;
  padding: 10px 0 0;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 32px;
  color: #bbb;
  text-align: center;
  font: 0/0 a;
  background: url("../img/select.png") no-repeat center 18px transparent;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #bfd1cf;
  border-top: 1px solid #000;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  min-height: 46px;
  font-family: 'DINCond';
  color: #000;
}
.selectric-items li {
  display: block;
  padding: 9px 10px;
  color: #000;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #ff0053;
  color: #fff;
}
.selectric-items li:hover {
  background: #ff0053;
  color: #fff;
}
.selectric-items .disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  position: relative;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  border: 0;
  background: url("../img/arrows-slider.png") no-repeat 0 0 #d9d9d9;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  z-index: 10;
}
.slick-arrow.slick-next {
  background-position: -41px 0;
  left: auto;
  right: 0;
}
.slick-arrow.slick-disabled {
  visibility: hidden;
}
.slick-dots {
  width: 80%;
  height: 8px;
  position: absolute;
  bottom: 20px;
  right: 35px;
  margin: 0;
  padding: 0;
  text-align: right;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  padding: 0 5px;
}
.slick-dots li * {
  outline: none;
}
.slick-dots li.slick-active button {
  width: 28px;
}
.slick-dots button {
  display: block;
  position: relative;
  height: 8px;
  width: 8px;
  padding: 0;
  background-color: #000;
  border: 0;
  border-radius: 0;
  text-indent: -9999px;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

[data-page='spaces'] {
  width: 100%;
}
[data-page='spaces'] [data-component='maps'] .content {
  display: none;
}
[data-page='spaces'] .title-banner {
  text-transform: uppercase;
  font-family: 'DINCond';
  font-weight: bold;
  color: #000;
  font-size: 30px;
  margin: 55px 0 20px;
}
[data-page='spaces'] .subtitle-banner {
  max-width: 665px;
  margin: 25px 0;
  display: block;
  font-size: 22px;
  font-family: 'DINCond';
  font-weight: 500;
  color: #000;
  line-height: 110%;
}
[data-page='spaces'] [data-component='unit'] .title {
  text-align: right;
  float: none;
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<!-- `display: block` sprite -->
<div class="icon-home"></div>

<!-- `display: inline-block` sprite -->
<img class="icon-home" />
```
*/
.icon-adobe {
  background-image: url("../img/sprite.png");
  background-position: -384px -291px;
  width: 25px;
  height: 29px;
}
.icon-arrow-top {
  background-image: url("../img/sprite.png");
  background-position: -471px -186px;
  width: 12px;
  height: 8px;
}
.icon-back-search {
  background-image: url("../img/sprite.png");
  background-position: -370px -323px;
  width: 12px;
  height: 18px;
}
.icon-big-arrow {
  background-image: url("../img/sprite.png");
  background-position: -471px -80px;
  width: 14px;
  height: 23px;
}
.icon-btn-arrow {
  background-image: url("../img/sprite.png");
  background-position: -422px -196px;
  width: 10px;
  height: 11px;
}
.icon-calendar-white {
  background-image: url("../img/sprite.png");
  background-position: -432px -270px;
  width: 14px;
  height: 15px;
}
.icon-calendar {
  background-image: url("../img/sprite.png");
  background-position: -395px -196px;
  width: 13px;
  height: 14px;
}
.icon-category-humor {
  background-image: url("../img/sprite.png");
  background-position: -349px -270px;
  width: 19px;
  height: 18px;
}
.icon-chile {
  background-image: url("../img/sprite.png");
  background-position: 0px -291px;
  width: 111px;
  height: 60px;
}
.icon-clock {
  background-image: url("../img/sprite.png");
  background-position: -386px -270px;
  width: 18px;
  height: 18px;
}
.icon-close-dialog {
  background-image: url("../img/sprite.png");
  background-position: -270px -270px;
  width: 21px;
  height: 20px;
}
.icon-close {
  background-image: url("../img/sprite.png");
  background-position: -249px -270px;
  width: 21px;
  height: 21px;
}
.icon-comment {
  background-image: url("../img/sprite.png");
  background-position: -379px -196px;
  width: 16px;
  height: 14px;
}
.icon-comments-white {
  background-image: url("../img/sprite.png");
  background-position: -471px -172px;
  width: 17px;
  height: 14px;
}
.icon-copie {
  background-image: url("../img/sprite.png");
  background-position: -263px -291px;
  width: 63px;
  height: 52px;
}
.icon-download {
  background-image: url("../img/sprite.png");
  background-position: -408px -196px;
  width: 14px;
  height: 12px;
}
.icon-duration-white {
  background-image: url("../img/sprite.png");
  background-position: -471px -155px;
  width: 16px;
  height: 16px;
}
.icon-duration {
  background-image: url("../img/sprite.png");
  background-position: -330px -270px;
  width: 19px;
  height: 18px;
}
.icon-facebook {
  background-image: url("../img/sprite.png");
  background-position: -73px -351px;
  width: 23px;
  height: 23px;
}
.icon-filter {
  background-image: url("../img/sprite.png");
  background-position: -358px -291px;
  width: 26px;
  height: 32px;
}
.icon-follow-yt {
  background-image: url("../img/sprite.png");
  background-position: -379px -172px;
  width: 92px;
  height: 24px;
}
.icon-google-plus {
  background-image: url("../img/sprite.png");
  background-position: -50px -351px;
  width: 23px;
  height: 23px;
}
.icon-ibere {
  background-image: url("../img/sprite.png");
  background-position: -249px -210px;
  width: 171px;
  height: 60px;
}
.icon-instagram {
  background-image: url("../img/sprite.png");
  background-position: -455px -291px;
  width: 23px;
  height: 23px;
}
.icon-logo-follow {
  background-image: url("../img/sprite.png");
  background-position: -249px -80px;
  width: 130px;
  height: 130px;
}
.icon-logo {
  background-image: url("../img/sprite.png");
  background-position: -249px 0px;
  width: 239px;
  height: 80px;
}
.icon-maker-map {
  background-image: url("../img/sprite.png");
  background-position: -326px -291px;
  width: 32px;
  height: 51px;
}
.icon-maker {
  background-image: url("../img/sprite.png");
  background-position: -358px -323px;
  width: 12px;
  height: 18px;
}
.icon-marker-white {
  background-image: url("../img/sprite.png");
  background-position: -382px -323px;
  width: 11px;
  height: 16px;
}
.icon-marker {
  background-image: url("../img/sprite.png");
  background-position: -404px -270px;
  width: 13px;
  height: 18px;
}
.icon-mirada-logo {
  background-image: url("../img/sprite.png");
  background-position: 0px 0px;
  width: 249px;
  height: 291px;
}
.icon-person-white {
  background-image: url("../img/sprite.png");
  background-position: -446px -270px;
  width: 14px;
  height: 15px;
}
.icon-person {
  background-image: url("../img/sprite.png");
  background-position: -460px -270px;
  width: 13px;
  height: 15px;
}
.icon-phone {
  background-image: url("../img/sprite.png");
  background-position: -417px -270px;
  width: 15px;
  height: 15px;
}
.icon-pinterest {
  background-image: url("../img/sprite.png");
  background-position: -432px -291px;
  width: 23px;
  height: 23px;
}
.icon-play {
  background-image: url("../img/sprite.png");
  background-position: -379px -80px;
  width: 92px;
  height: 92px;
}
.icon-public-free {
  background-image: url("../img/sprite.png");
  background-position: -471px -103px;
  width: 17px;
  height: 18px;
}
.icon-santos {
  background-image: url("../img/sprite.png");
  background-position: -202px -291px;
  width: 61px;
  height: 60px;
}
.icon-search {
  background-image: url("../img/sprite.png");
  background-position: -368px -270px;
  width: 18px;
  height: 18px;
}
.icon-sesc {
  background-image: url("../img/sprite.png");
  background-position: -111px -291px;
  width: 91px;
  height: 60px;
}
.icon-small-arrow {
  background-image: url("../img/sprite.png");
  background-position: -432px -196px;
  width: 13px;
  height: 7px;
}
.icon-sponsor {
  background-image: url("../img/sprite.png");
  background-position: -420px -210px;
  width: 67px;
  height: 60px;
}
.icon-ticket-black {
  background-image: url("../img/sprite.png");
  background-position: -291px -270px;
  width: 20px;
  height: 20px;
}
.icon-ticket {
  background-image: url("../img/sprite.png");
  background-position: -311px -270px;
  width: 19px;
  height: 20px;
}
.icon-twitter {
  background-image: url("../img/sprite.png");
  background-position: -409px -291px;
  width: 23px;
  height: 23px;
}
.icon-world-white {
  background-image: url("../img/sprite.png");
  background-position: -471px -121px;
  width: 16px;
  height: 17px;
}
.icon-world {
  background-image: url("../img/sprite.png");
  background-position: -471px -138px;
  width: 16px;
  height: 17px;
}
.icon-youtube {
  background-image: url("../img/sprite.png");
  background-position: 0px -351px;
  width: 50px;
  height: 61px;
}


[data-component='schedule-list'] {
  position: relative;
}
[data-component='schedule-list'] .preloader {
  top: -30px;
  height: calc(100% + 30px);
}
[data-component='schedule-list'] .preloader img {
  top: 200px;
}
[data-component='schedule-list'] .no-results-msg {
  margin: 100px 0 150px;
}
[data-component='schedule-list'] h2 {
  font: 42px/62px 'DINCond';
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin: 30px 0 -20px;
}
@media only screen and (max-width: 768px) {
  [data-component='schedule-list'] h2 {
    margin-bottom: 20px;
  }
}
[data-component='schedule-list'] h2:first-child {
  margin-top: -50px;
}
@media only screen and (max-width: 768px) {
  [data-component='schedule-list'] h2:first-child {
    margin-top: 0;
  }
}
[data-component='schedule-list'] h2 strong {
  font-size: 167px;
  line-height: 167px;
  letter-spacing: -6px;
  margin-right: 4px;
}
@media only screen and (max-width: 768px) {
  [data-component='schedule-list'] h2 strong {
    font-size: 100px;
    line-height: 100px;
    letter-spacing: -1px;
  }
}
[data-component='schedule-list'] h2::after {
  content: '';
  display: inline-block;
  background-color: #000;
  width: 282px;
  height: 4px;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  [data-component='schedule-list'] h2::after {
    width: 120px;
  }
}
[data-component='schedule-list'] .btn:not(button ) {
  position: absolute;
  bottom: 15px;
  right: 0;
  z-index: 6;
}
@media only screen and (max-width: 768px) {
  [data-component='schedule-list'] .btn:not(button ) {
    position: static;
    margin-top: 10px;
    font-size: 16px;
    line-height: 45px;
  }
}
[data-component='schedule-list'] .btn:not(button ) span {
  display: inline-block;
  margin: 0 12px -2px 0;
}
@media only screen and (max-width: 768px) {
  [data-component='schedule-list'] h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 85px 0 50px;
  }
  [data-component='schedule-list'] h2:first-child {
    margin-top: 0;
  }
  [data-component='schedule-list'] [data-component='schedule-list-item'] {
    margin-top: 40px;
  }
  [data-component='schedule-list'] [data-component='schedule-list-item']:first-child {
    margin-top: 0;
  }
}
[data-component='schedule-list-item'] {
  position: relative;
  display: block;
  margin-top: 20px;
  padding: 20px 10px;
}
[data-component='schedule-list-item'] .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  [data-component='schedule-list-item'] {
    padding: 0 10px;
  }
}
[data-component='schedule-list-item']::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 6.7%;
  height: 100%;
  width: 87.6%;
  background-color: #c8dad7;
}
@media only screen and (max-width: 768px) {
  [data-component='schedule-list-item']::before {
    display: none;
  }
}
[data-component='schedule-list-item'] div {
  position: relative;
}
[data-component='schedule-list-item'] h3,
[data-component='schedule-list-item'] h2,
[data-component='schedule-list-item'] p {
  display: inline-block;
  font-family: 'DINCond';
  vertical-align: middle;
  color: #000;
  margin: 0;
}
[data-component='schedule-list-item'] h3 {
  font-size: 55px;
  line-height: 55px;
  font-weight: bold;
  color: #ff0053;
  margin-right: 25px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  [data-component='schedule-list-item'] h3 {
    display: block;
    margin-bottom: 10px;
  }
}
[data-component='schedule-list-item'] h3.empty {
  width: 103px;
  height: 55px;
  text-align: center;
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  [data-component='schedule-list-item'] h3.empty {
    margin-top: -10px;
    width: 50px;
    height: 50px;
  }
}
[data-component='schedule-list-item'] h3.empty::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #ff0053;
  vertical-align: super;
}
[data-component='schedule-list-item'] h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 710px;
}
[data-component='schedule-list-item'] h2::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  [data-component='schedule-list-item'] h2 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  [data-component='schedule-list-item'] h2 {
    max-width: 515px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  [data-component='schedule-list-item'] h2 {
    max-width: 515px;
  }
}
[data-component='schedule-list-item'] p {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  [data-component='schedule-list-item'] p {
    font-size: 18px;
    line-height: 20px;
  }
}
[data-component='schedule-list-item'] .infos {
  float: right;
  margin: 10px 200px 0 0;
}
@media only screen and (max-width: 768px) {
  [data-component='schedule-list-item'] .infos {
    float: none;
    margin: 15px 0 0;
  }
}
[data-component='schedule-list-item'] .infos p {
  font-weight: bold;
  text-transform: capitalize;
  margin-right: 40px;
  position: relative;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  [data-component='schedule-list-item'] .infos p {
    display: inline-block;
    width: 60%;
    margin: 0 0 15px;
  }
  [data-component='schedule-list-item'] .infos p:first-child {
    width: 35%;
  }
  [data-component='schedule-list-item'] .infos p:nth-child(3 ) {
    width: 100%;
  }
}
[data-component='schedule-list-item'] .infos p:nth-child(2 ) {
  max-width: 275px;
}
@media only screen and (max-width: 768px) {
  [data-component='schedule-list-item'] .infos p:nth-child(2 ) {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  [data-component='schedule-list-item'] .infos p:nth-child(2 ) {
    max-width: 150px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  [data-component='schedule-list-item'] .infos p:nth-child(2 ) {
    max-width: 150px;
  }
}
[data-component='schedule-list-item'] .infos span {
  display: inline-block;
  margin: 0 8px -2px 4px;
  position: absolute;
  left: -30px;
  top: 2px;
}
[data-component='schedule-list-item'] .infos span.icon-marker {
  left: -24px;
}
[data-component='schedule-list-item'] .infos .btn {
  width: auto;
  padding: 0px 15px;
}
[data-component='schedule-list-item'] .infos .btn span {
  position: static;
  margin-right: 10px;
}
[data-component='schedule-list-item'] a:not(.btn ) {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
}
[data-component='schedule-list-template'] {
  display: none;
}

[data-component='schedule'] {
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  [data-component='schedule'] {
    margin-top: 35px;
  }
}
[data-component='schedule'] h2 {
  font: 60px/62px 'DIN';
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}
[data-component='schedule'] .btn:not(button ) {
  margin-top: 57px;
}
@media only screen and (max-width: 768px) {
  [data-component='schedule'] .btn:not(button ) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  [data-component='schedule'] h2 {
    font-size: 30px;
    line-height: 32px;
  }
  [data-component='schedule'] [data-component='schedule-item'] {
    margin-top: 20px;
  }
  [data-component='schedule'] [data-component='schedule-item']:first-child {
    margin-top: 0;
  }
}
[data-component='schedule-item'] {
  position: relative;
  display: block;
}
[data-component='schedule-item']:hover .figure::before {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
[data-component='schedule-item']:hover h3 {
  color: #ff0053;
  text-decoration: underline;
}
[data-component='schedule-item'] .figure {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  [data-component='schedule-item'] .figure {
    display: inline-block;
    margin: 0 auto;
  }
}
[data-component='schedule-item'] .figure img {
  display: block;
  max-width: 100%;
  width: 100%;
}
[data-component='schedule-item'] .figure::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  background-color: #ff0053;
}
[data-component='schedule-item'] h3,
[data-component='schedule-item'] p {
  font-family: 'DINCond';
  color: #000;
}
[data-component='schedule-item'] h3 {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 30px 0 10px;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
@media only screen and (max-width: 992px) {
  [data-component='schedule-item'] h3 {
    font-size: 24px;
    font-weight: 24px;
    margin-top: 15px;
  }
}
[data-component='schedule-item'] p {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  [data-component='schedule-item'] p {
    font-size: 18px;
    font-weight: 20px;
  }
}
[data-component='schedule-item'] .infos {
  margin-top: 10px;
  font-weight: bold;
}
[data-component='schedule-item'] .infos span {
  display: inline-block;
  margin: 0 10px 0 4px;
}
[data-component='schedule-item'] .infos .icon-clock {
  margin: 0 8px 0 0;
}
[data-component='schedule-item'] a:not(.btn ) {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
}
[data-component='schedule-template'] {
  display: none;
}

[data-component='banner-top'] {
  position: relative;
}
[data-component='banner-top'] .box-text {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
[data-component='banner-top'] h3 {
  font-size: 46px;
  font-family: 'DINCond';
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 60px;
  padding: 0 15px;
  line-height: 100%;
}
@media only screen and (max-width: 992px) {
  [data-component='banner-top'] h3 {
    margin: 0 auto 20px;
    font-size: 39px;
  }
}
[data-component='banner-top'] .btn {
  margin: 0 auto;
  float: none;
  background-color: #ff0053;
}
@media only screen and (max-width: 992px) {
  [data-component='banner-top'] .btn {
    width: 280px;
  }
}
[data-component='banner-top'] img {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  [data-component='banner-top'] img {
    width: auto;
    height: 470px;
  }
}

[data-component='banner'] .init-hide {
  display: none;
}
[data-component='banner'] .slick-initialized .init-hide {
  display: block;
}
[data-component='banner'] .slick-slide img {
  width: 100%;
}
[data-component='banner'] .event {
  position: absolute;
  right: 40px;
  bottom: 130px;
  border-left: 5px solid #fff;
  width: 360px;
  padding: 5px 0 5px 15px;
}
@media only screen and (max-width: 768px) {
  [data-component='banner'] .event {
    width: calc(100% - 40px);
    bottom: 40px;
    right: 0;
    margin: 0 20px;
  }
}
[data-component='banner'] .event h2,
[data-component='banner'] .event p {
  color: #fff;
  font-family: 'DINCond';
  text-transform: uppercase;
  margin: 0;
}
[data-component='banner'] .event h2 {
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  [data-component='banner'] .event h2 {
    font-size: 36px;
    line-height: 32px;
  }
}
[data-component='banner'] .event p {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  [data-component='banner'] .event p {
    font-size: 20px;
  }
}
[data-component='banner'] .event a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
}

[data-component='blog'] {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  [data-component='blog'] {
    margin-top: 60px;
  }
}
[data-component='blog'] h2 {
  font: 60px/62px 'DIN';
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 70px;
}
@media only screen and (max-width: 768px) {
  [data-component='blog'] h2 {
    font-size: 40px;
    font-weight: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  [data-component='blog'] .blog-post .infos {
    display: block;
    float: none !important;
  }
  [data-component='blog'] .blog-post .date {
    margin-bottom: 5px;
  }
}
.blog-post {
  display: block;
  margin-bottom: 60px;
  position: relative;
  padding-top: 2px;
}
@media only screen and (max-width: 768px) {
  .blog-post {
    margin-bottom: 30px;
  }
}
.blog-post::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  height: 2px;
  width: calc(100% - 20px);
  background-color: #000;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.blog-post:hover::before {
  background-color: #ff0053;
}
.blog-post:hover .figure::before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.blog-post:hover h3 {
  color: #ff0053;
  text-decoration: underline;
}
.blog-post .figure {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .blog-post .figure {
    display: inline-block;
    margin: 0 auto;
  }
}
.blog-post .figure img {
  display: block;
  width: 100%;
}
.blog-post .figure::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255,0,83,0.6);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.blog-post h3,
.blog-post p {
  font-family: 'DINCond';
  color: #000;
}
.blog-post h3 {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  margin: 12px 0;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
@media only screen and (max-width: 992px) {
  .blog-post h3 {
    font-size: 24px;
    font-weight: 24px;
  }
}
.blog-post p {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 22px;
}
@media only screen and (max-width: 992px) {
  .blog-post p {
    font-size: 18px;
    line-height: 20px;
  }
}
.blog-post .infos {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
}
.blog-post .infos span {
  display: inline-block;
  margin: 0 8px -1px 0;
}
.blog-post .place {
  text-transform: uppercase;
  margin-top: 28px;
}
@media only screen and (max-width: 992px) {
  .blog-post .place {
    margin-top: 15px;
  }
}
.blog-post a:not(.btn ) {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
}

[data-component='bottom-show'] {
  margin-top: 20px;
}
[data-component='bottom-show'] ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
[data-component='bottom-show'] li {
  float: left;
}
[data-component='bottom-show'] .share {
  float: left;
}
@media only screen and (max-width: 768px) {
  [data-component='bottom-show'] .share {
    float: none;
    clear: both;
  }
}
[data-component='bottom-show'] .share li {
  border: solid 1px #000;
  border-left: 0;
}
[data-component='bottom-show'] .share li:first-child {
  border-left: solid 1px #000;
}
[data-component='bottom-show'] a {
  display: block;
}
[data-component='bottom-show'] .tags {
  float: right;
}
@media only screen and (max-width: 768px) {
  [data-component='bottom-show'] .tags {
    float: none;
    clear: both;
  }
  [data-component='bottom-show'] .tags ul {
    width: calc(100% - 42px);
    float: left;
  }
}
[data-component='bottom-show'] .tags p {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  [data-component='bottom-show'] .tags p {
    float: left;
  }
}
[data-component='bottom-show'] .tags li {
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  [data-component='bottom-show'] .tags li {
    margin: 5px 0 0 5px;
  }
  [data-component='bottom-show'] .tags li:first-child {
    margin-left: 10px;
  }
}
[data-component='bottom-show'] p,
[data-component='bottom-show'] .btn {
  font-family: 'DINCond';
  font-size: 16px;
  color: #000;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
[data-component='bottom-show'] .btn {
  color: #fff;
  width: auto;
  padding: 0 10px;
}

[data-component='calendar'] {
  margin-top: 55px;
  padding: 20px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  [data-component='calendar'] {
    margin-top: 30px;
  }
}
[data-component='calendar']::before {
  content: '';
  display: block;
  height: 100%;
  width: 2000px;
  position: absolute;
  top: 0;
  right: 25%;
  background-color: #c8dad7;
}
@media (min-width: 768px) and (max-width: 992px) {
  [data-component='calendar']::before {
    right: 7%;
  }
}
@media only screen and (max-width: 768px) {
  [data-component='calendar']::before {
    right: auto;
    left: -10px;
  }
}
[data-component='calendar'] .btn {
  margin-bottom: 1px;
}
[data-component='calendar'] .row {
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  [data-component='calendar'] .row {
    height: auto;
  }
}
[data-component='calendar'] .row:last-child {
  margin-bottom: 0;
}
[data-component='calendar'] .row.new-day {
  margin-top: 25px;
}
[data-component='calendar'] .row.new-day:first-child {
  margin-top: 0;
}
[data-component='calendar'] .row.same-day {
  margin-top: -10px;
}
[data-component='calendar'] p {
  display: inline-block;
  font: 22px/50px 'DINCond';
  font-weight: bold;
  color: #000;
  vertical-align: middle;
  text-transform: capitalize;
  margin: 0;
}
[data-component='calendar'] p.day {
  margin-left: 0;
  text-transform: none;
  color: #ff0053;
}
@media only screen and (max-width: 768px) {
  [data-component='calendar'] p {
    font-size: 18px;
    line-height: 20px;
    display: block;
    margin: 0 0 10px;
  }
}
[data-component='calendar'] .icon-calendar {
  margin-bottom: 1px;
  display: inline-block;
  margin: 0 8px -2px 4px;
}
[data-component='calendar'] .icon-calendar-spacer {
  margin: 0 8px -2px 21px;
}
[data-component='calendar'] a {
  width: auto;
  height: 50px;
  padding: 8px 20px;
  font-size: 18px;
}
@media only screen and (max-width: 992px) {
  [data-component='calendar'] a {
    width: auto;
    height: auto;
    font-size: 15px;
  }
}
[data-component='calendar'] a span {
  display: inline-block;
  margin: 0 10px -2px 4px;
}

[data-component='comments'] {
  width: 100%;
  padding: 40px;
  border: solid 1px #fff;
  background-color: #e6efed;
  margin: 50px 0;
}
@media only screen and (max-width: 768px) {
  [data-component='comments'] {
    padding: 10px;
    margin: 30px 0;
  }
}
[data-component='comments'] .fb-comments {
  width: 100%;
}
[data-component='comments'] .fb-comments span,
[data-component='comments'] .fb-comments iframe {
  width: 100% !important;
}

[data-component='datasheet'] {
  margin-top: 65px;
}
@media only screen and (max-width: 768px) {
  [data-component='datasheet'] {
    margin-top: 45px;
  }
}
[data-component='datasheet'] h3 {
  font: 22px/22px 'DINCond';
  font-weight: bold;
  color: #000;
  margin: 0 0 35px;
  position: relative;
}
[data-component='datasheet'] h3::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 100px;
  margin: 2px 0 0 10px;
  width: 2000px;
  height: 2px;
  background-color: #000;
}
[data-component='datasheet'] h3 span {
  display: inline-block;
  margin: 0 5px -2px 0;
}
[data-component='datasheet'] .infos {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 610px;
}
[data-component='datasheet'] .infos li {
  margin: 5px 0 0;
}
[data-component='datasheet'] .infos p {
  display: inline;
  margin: 0;
  font: 22px/22px 'DINCond';
  color: #000;
  font-weight: normal;
}
[data-component='datasheet'] .infos p strong {
  display: inline-block;
  margin-bottom: 7px;
  color: #ff0053;
  font-weight: bold;
}

[data-component='directors'] {
  width: 100%;
}
[data-component='directors'] .list-directors {
  margin-top: 35px;
}
[data-component='directors'] .avatar {
  width: 20%;
  float: left;
  text-align: right;
  background-color: #e9175b;
  margin-right: 3%;
}
[data-component='directors'] .avatar img {
  max-width: 100%;
  padding: 0 0 20px 20px;
}
@media only screen and (max-width: 768px) {
  [data-component='directors'] .avatar img {
    width: 250px;
  }
}
@media only screen and (max-width: 992px) {
  [data-component='directors'] .avatar {
    width: 100%;
    float: none;
    margin-right: 20px;
  }
}
[data-component='directors'] .infos {
  width: 77%;
  float: left;
}
@media only screen and (max-width: 992px) {
  [data-component='directors'] .infos {
    width: 100%;
    float: none;
  }
}
[data-component='directors'] .infos h2 {
  margin-top: 0;
  font: 22px/24px 'DINCond';
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
[data-component='directors'] .infos p {
  font: 22px/24px 'DINCond';
  font-weight: 500;
  margin: 0;
}

[data-component='downloads'] {
  margin: 65px 0 100px;
}
@media only screen and (max-width: 768px) {
  [data-component='downloads'] {
    margin: 45px 0 50px;
  }
}
[data-component='downloads'] h3 {
  font: 22px/22px 'DINCond';
  font-weight: bold;
  color: #000;
  margin: 0 0 35px;
  position: relative;
}
[data-component='downloads'] h3::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 200px;
  margin: 2px 0 0 10px;
  width: 2000px;
  height: 2px;
  background-color: #000;
}
[data-component='downloads'] h3 span {
  display: inline-block;
  margin: 0 5px -2px 0;
}
[data-component='downloads'] .list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 610px;
}
[data-component='downloads'] .list li {
  margin: 10px 0 0;
}
[data-component='downloads'] .list a {
  display: inline-block;
  font: 22px/22px 'DINCond';
  color: #ff0053;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
}

[data-component='dropdown'] {
  width: 100%;
}
[data-component='dropdown'] .dropdown-list {
  margin: 0;
  padding: 75px 0 75px 75px;
  list-style: none;
}
@media only screen and (max-width: 480px) {
  [data-component='dropdown'] .dropdown-list {
    padding: 10px 0;
  }
}
[data-component='dropdown'] .dropdown-list li {
  width: 100%;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  [data-component='dropdown'] .dropdown-list li {
    padding: 15px 0 10px;
    margin-top: 30px;
  }
  [data-component='dropdown'] .dropdown-list li:first-child {
    margin-top: 40px;
  }
}
[data-component='dropdown'] .dropdown-list li::before {
  content: '';
  height: 4px;
  width: 75px;
  position: absolute;
  background-color: #000;
  top: 50%;
  margin-top: -2px;
  left: -75px;
}
@media only screen and (max-width: 480px) {
  [data-component='dropdown'] .dropdown-list li::before {
    margin: 0;
    left: 0;
    top: 0;
    width: 133px;
  }
}
[data-component='dropdown'] .dropdown-list li.active::before {
  display: none;
}
[data-component='dropdown'] .dropdown-list li.active .btn-open {
  display: none;
}
[data-component='dropdown'] .dropdown-list li.active .btn-close {
  display: block;
}
[data-component='dropdown'] span {
  width: 23px;
  height: 23px;
  border: solid 2px #ff0053;
  margin: 5px 20px;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  [data-component='dropdown'] span {
    margin: 5px 15px 5px 0;
  }
}
[data-component='dropdown'] span i {
  font-family: 'DINCond';
  font-weight: bold;
  font-size: 30px;
  color: #ff0053;
  font-style: normal;
  line-height: 14px;
  text-align: center;
}
[data-component='dropdown'] span .btn-close {
  display: none;
}
[data-component='dropdown'] span .btn-open {
  display: block;
}
[data-component='dropdown'] h2 {
  font-family: 'DINCond';
  font-weight: 500;
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #000;
  margin: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media only screen and (max-width: 480px) {
  [data-component='dropdown'] h2 {
    margin: 0;
  }
}
[data-component='dropdown'] .detail {
  display: none;
  margin-left: 65px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 480px) {
  [data-component='dropdown'] .detail {
    margin-left: 45px;
  }
}
[data-component='dropdown'] .detail::before {
  width: calc(100% + 20px);
  height: 100%;
  content: '';
  top: 0;
  left: -10px;
  position: absolute;
  background-color: #c8dad7;
}
[data-component='dropdown'] .detail h3,
[data-component='dropdown'] .detail p {
  font-size: 22px;
  font-family: 'DINCond';
  color: #000;
}
[data-component='dropdown'] .detail h3 {
  font-weight: 700;
  margin: 30px 0 5px;
}
[data-component='dropdown'] .detail p {
  margin: 0;
  line-height: 110%;
}

[data-component='filter'] {
  margin: 65px 0 45px;
}
@media only screen and (max-width: 992px) {
  [data-component='filter'] {
    margin: 35px 0px 30px;
  }
}
@media only screen and (max-width: 768px) {
  [data-component='filter'] {
    margin: 0;
    position: relative;
    top: -29px;
    right: 0;
    z-index: 100;
  }
  [data-component='filter'] .icon-filter {
    float: right;
  }
}
[data-component='filter'] form {
  float: right;
}
@media only screen and (max-width: 992px) {
  [data-component='filter'] form {
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  [data-component='filter'] form {
    background-color: #bfd1cf;
    padding: 52px 20px 100px;
    width: 80%;
    position: absolute;
    top: -38px;
    right: -80%;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
  }
  [data-component='filter'] form.opened {
    right: 0;
  }
}
[data-component='filter'] form p {
  font-family: 'DINCond';
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  margin: 0 0 20px;
}
[data-component='filter'] form select {
  width: 100%;
  height: 38px;
}
@media only screen and (max-width: 992px) {
  [data-component='filter'] form select {
    padding: 5px 40px 3px 0;
    margin: 0;
    border-radius: 0;
    background: transparent;
    font: 20px/20px 'DINCond';
    font-weight: bold;
    color: #000;
    border: none;
    border-top: 2px solid #000;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
  }
}
[data-component='filter'] form .btn {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 992px) {
  [data-component='filter'] form .btn {
    display: block;
    float: right;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  [data-component='filter'] form .btn {
    margin-top: 30px;
    width: 100%;
    text-indent: -9999px;
    position: relative;
    height: 40px;
  }
  [data-component='filter'] form .btn::before {
    content: 'Aplicar filtros';
    font-family: 'Sentinel';
    font-size: 16px;
    line-height: 40px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
  }
}
[data-component='filter'] .select {
  display: inline-block;
  width: 178px;
  margin-right: 20px;
}
@media only screen and (max-width: 992px) {
  [data-component='filter'] .select {
    display: block;
    margin: 10px 0 0;
    width: 100%;
  }
  [data-component='filter'] .select::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
    height: 32px;
    color: #000;
    text-align: center;
    z-index: 10;
    background: url("../img/select.png") no-repeat center 18px transparent;
  }
  [data-component='filter'] .select.date-filter::before {
    top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  [data-component='filter'] .select {
    margin: 20px 0 0;
    width: 100%;
    position: relative;
  }
  [data-component='filter'] .select:first-child {
    margin-top: 35px;
  }
}
[data-component='filter'] .btn-close {
  display: block;
  float: right;
  width: 25px;
  height: 20px;
  cursor: pointer;
  position: relative;
  margin-bottom: 25px;
}
[data-component='filter'] .btn-close:focus {
  outline: 0;
}
[data-component='filter'] .btn-close span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 3px;
}
[data-component='filter'] .btn-close span:nth-child(2 ) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 992px) {
  .row-filter {
    position: relative;
    z-index: 10;
  }
}

[data-component='follow'] {
  margin-top: 65px;
}
@media only screen and (max-width: 768px) {
  [data-component='follow'] {
    margin-top: 55px;
  }
}
[data-component='follow'] h2 {
  font: 60px/62px 'DIN';
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 70px;
}
@media only screen and (max-width: 768px) {
  [data-component='follow'] h2 {
    font-size: 40px;
    font-weight: 40px;
    margin-bottom: 40px;
  }
}
[data-component='follow'] .facebook {
  position: relative;
  overflow: hidden;
  height: 300px;
}
[data-component='follow'] .facebook img {
  min-width: 100%;
}
[data-component='follow'] .facebook h3 {
  font: 40px/42px 'DIN';
  font-weight: 900;
  color: #fff;
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
[data-component='follow'] .facebook .title {
  position: absolute;
  top: 20px;
  left: 20px;
}
[data-component='follow'] .facebook .title div {
  display: inline-block;
  margin-right: 15px;
}
[data-component='follow'] .facebook .buttons {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
}
[data-component='follow'] .facebook .fb-share-button {
  float: right;
}
[data-component='follow'] .youtube {
  display: block;
  width: 100%;
  height: 300px;
  background: #ff0053;
  position: relative;
}
@media only screen and (max-width: 768px) {
  [data-component='follow'] .youtube {
    height: 200px;
    margin-top: 20px;
  }
}
[data-component='follow'] .youtube * {
  position: absolute;
}
[data-component='follow'] .youtube .icon-youtube {
  top: 20px;
  left: 20px;
}
[data-component='follow'] .youtube .icon-follow-yt {
  bottom: 20px;
  right: 20px;
}

[data-component="gallery-image-list-template"] {
  display: none;
}
[data-component='gallery-list'] .mosaic {
  position: relative;
  margin: 0 6px;
}
[data-component='gallery-list'] .brick {
  width: 385px;
  position: relative;
  border-right: 5px solid #ff0053;
  border-bottom: 5px solid #ff0053;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[data-component='gallery-list'] .brick figure {
  height: 101%;
}
@media only screen and (max-width: 768px) {
  [data-component='gallery-list'] .brick {
    width: 100%;
    margin-bottom: 20px;
  }
}
[data-component='gallery-list'] .brick.bigger {
  width: 794px;
}
@media only screen and (max-width: 768px) {
  [data-component='gallery-list'] .brick.bigger {
    width: 100%;
  }
}
[data-component='gallery-list'] .brick.black {
  border: 0;
  border-left: 5px solid #000;
  border-top: 5px solid #000;
}
[data-component='gallery-list'] .brick:hover .title {
  background-color: #ff0053;
  text-decoration: underline;
}
[data-component='gallery-list'] .brick:hover::before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
[data-component='gallery-list'] .brick .title {
  font: 22px/22px 'DINCond';
  font-weight: bold;
  color: #fff;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 10px;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  z-index: 2;
}
[data-component='gallery-list'] .brick .file {
  background-color: #ff0053;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
[data-component='gallery-list'] .brick img {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  [data-component='gallery-list'] .brick img {
    height: 100%;
  }
}
[data-component='gallery-list'] .brick a {
  z-index: 5;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
[data-component='gallery-list'] .brick::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,0,83,0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
[data-component='gallery-list'] .brick .icon-play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -46px 0 0 -46px;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  [data-component='gallery-list'] .brick .icon-play {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
}

[data-component='gallery-item'] {
  overflow: hidden;
  margin-bottom: 24px;
}
[data-component='gallery-item'] .figure {
  height: 101%;
}
[data-component='gallery-item'] .preloader img {
  width: 64px;
}
[data-component='gallery'] {
  margin-top: 65px;
}
@media only screen and (max-width: 768px) {
  [data-component='gallery'] {
    margin-top: 55px;
  }
}
[data-component='gallery'] .btn-arrow {
  top: -90px;
}
[data-component='gallery'] h2 {
  font: 60px/62px 'DIN';
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 70px;
}
@media only screen and (max-width: 768px) {
  [data-component='gallery'] h2 {
    font-size: 40px;
    font-weight: 40px;
    margin-bottom: 40px;
  }
}
[data-component='gallery'] .gallery .slick-slide {
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  z-index: 1;
}
[data-component='gallery'] .gallery .slick-slide:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  z-index: 2;
}
[data-component='gallery'] .gallery .slick-slide:hover a::before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
[data-component='gallery'] .gallery .slick-arrow {
  top: 200px;
}
[data-component='gallery'] a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 440px;
}
@media only screen and (max-width: 768px) {
  [data-component='gallery'] a {
    height: 270px;
  }
}
[data-component='gallery'] a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 384px;
  background-color: rgba(255,0,83,0.6);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 2;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
[data-component='gallery'] a .figure {
  height: 100%;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
[data-component='gallery'] a img {
  height: 384px;
  min-width: 100%;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
[data-component='gallery'] .init-hide {
  display: none;
}
[data-component='gallery'] .slick-initialized .init-hide {
  display: block;
}
[data-component='gallery'] .slick-dots {
  margin: 40px 0;
  width: 100%;
  position: relative;
  bottom: 85px;
  right: auto;
}
@media only screen and (max-width: 768px) {
  [data-component='gallery'] .slick-dots {
    text-align: center;
  }
}
[data-component='gallery'] .slick-arrow {
  left: -30px;
  margin-top: -29px;
  background: url("../img/arrows-gallery.png") no-repeat 0 0 transparent;
  width: 14px;
  height: 22px;
}
@media only screen and (max-width: 768px) {
  [data-component='gallery'] .slick-arrow {
    left: 0;
  }
}
[data-component='gallery'] .slick-arrow.slick-next {
  background-position: -20px 0;
  left: auto;
  right: -30px;
}
@media only screen and (max-width: 768px) {
  [data-component='gallery'] .slick-arrow.slick-next {
    right: 0;
  }
}

[data-component='highlights'] {
  padding-top: 40px;
}
@media only screen and (min-width: 1280px) {
  [data-component='highlights'] {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 768px) {
  [data-component='highlights'] {
    padding-top: 20px;
  }
}
[data-component='highlights']::before {
  content: '';
  width: 2000px;
  height: 570px;
  background-color: #ff0053;
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
}
@media only screen and (min-width: 1280px) {
  [data-component='highlights']::before {
    top: -80px;
  }
}
@media only screen and (max-width: 768px) {
  [data-component='highlights']::before {
    display: none;
  }
}
[data-component='highlights'] .push-right {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  [data-component='highlights'] .push-right {
    float: right;
    margin: 0;
  }
}
[data-component='highlights'] .logo {
  display: inline-block;
  margin: 0 0 41px 0;
  float: right;
}
@media only screen and (max-width: 992px) {
  [data-component='highlights'] .logo {
    display: block;
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  [data-component='highlights'] .col-md-9,
  [data-component='highlights'] .col-md-3 {
    padding: 0;
  }
  [data-component='highlights'] img {
    max-height: 358px;
  }
  [data-component='highlights'] .highlight {
    height: 290px;
  }
  [data-component='highlights'] .highlight img {
    width: 100%;
  }
}
[data-component='highlights'] .icon-mirada-logo {
  font-size: 0;
  float: right;
}
@media only screen and (max-width: 992px) {
  [data-component='highlights'] .icon-mirada-logo {
    float: left;
  }
}
[data-component='highlights'] .highlight {
  position: relative;
  clear: both;
  overflow: hidden;
  left: -2px;
}
[data-component='highlights'] .highlight .event {
  position: absolute;
  left: 20px;
  bottom: 20px;
  border-left: 5px solid #fff;
  width: 185px;
  padding: 0 0 0 15px;
}
[data-component='highlights'] .highlight h2,
[data-component='highlights'] .highlight p {
  font-family: 'DINCond';
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
[data-component='highlights'] .highlight h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
}
[data-component='highlights'] .highlight p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}
[data-component='highlights'] .highlight a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
}

[data-component='inner-banner'] {
  margin-top: 30px;
  height: 222px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  [data-component='inner-banner'] {
    height: auto;
    margin-top: 30px;
  }
}
[data-component='inner-banner'] .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff0053;
}
@media only screen and (max-width: 768px) {
  [data-component='inner-banner'] .background {
    background-color: transparent;
  }
  [data-component='inner-banner'] .background img {
    display: none;
  }
}
[data-component='inner-banner'] h2 {
  font: 60px/62px 'DIN';
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  vertical-align: bottom;
  margin: 150px 0 10px;
  text-align: right;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  [data-component='inner-banner'] h2 {
    margin: 0;
    font-size: 30px;
    line-height: 32px;
    text-align: left;
  }
}

[data-component='languages'] {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 25px;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
@media only screen and (min-width: 1280px) {
  [data-component='languages'] {
    left: 5px;
    bottom: 15px;
  }
}
[data-component='languages'].bottom {
  bottom: 85px;
}
[data-component='languages'] .languages {
  margin: 0;
  padding: 0;
}
[data-component='languages'] .languages li {
  list-style: none;
  border: solid 1px #000;
  border-top: 0;
}
[data-component='languages'] .languages li:first-child {
  border-top: solid 1px #000;
}
[data-component='languages'] .languages li a {
  color: #000;
  font-size: 12px;
  padding: 4px 4.5px;
  display: block;
}
[data-component='languages'] .languages li a.active {
  background: #000;
  color: #fff;
}

[data-page="show"] [data-component='maps'] h2 {
  position: relative;
  padding-right: 120px;
  float: left;
}
@media only screen and (max-width: 768px) {
  [data-page="show"] [data-component='maps'] h2 {
    font: 40px/42px 'DINCond' !important;
    float: left;
    margin: 0 0 35px;
  }
}
[data-page="show"] [data-component='maps'] h2::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  background-color: #000;
  width: 100px;
  height: 4px;
}
@media only screen and (max-width: 768px) {
  [data-page="show"] [data-component='maps'] h2::after {
    bottom: 6px;
  }
}
[data-page="show"] [data-component='maps'] .content-maps {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  [data-page="show"] [data-component='maps'] .content-maps {
    margin: 0;
  }
}
[data-page="show"] [data-component='maps'] .detail h2 {
  padding-right: 0 !important;
}
[data-page="show"] [data-component='maps'] .detail h2::after {
  display: none;
}
[data-page="show"] [data-component='maps'] .detail img {
  max-height: 135px;
}
[data-page="show"] [data-component='maps'] #map {
  padding-left: 435px;
}
@media only screen and (max-width: 768px) {
  [data-page="show"] [data-component='maps'] #map {
    padding-left: 0;
    height: 350px;
  }
}

[data-component='marker-detail'] {
  display: none;
}
[data-component='maps'],
[data-component='map-show'] {
  position: relative;
  margin-top: 100px;
  top: 0;
}
@media only screen and (max-width: 768px) {
  [data-component='maps'],
  [data-component='map-show'] {
    margin-top: 60px;
  }
}
[data-component='maps'] h2,
[data-component='map-show'] h2 {
  font: 60px/62px 'DIN';
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 70px;
}
@media only screen and (max-width: 768px) {
  [data-component='maps'] h2,
  [data-component='map-show'] h2 {
    font-size: 40px;
    font-weight: 40px;
    margin-bottom: 40px;
  }
}
[data-component='maps'] .content-maps,
[data-component='map-show'] .content-maps {
  position: relative;
}
[data-component='maps'] #map,
[data-component='map-show'] #map {
  height: 600px;
}
@media only screen and (max-width: 768px) {
  [data-component='maps'] #map,
  [data-component='map-show'] #map {
    height: 450px;
  }
}
[data-component='maps'] .map-tip,
[data-component='map-show'] .map-tip {
  background-color: #000;
  font: 24px 'DINCond';
  color: #fff;
  padding: 7px 27px;
  margin: 0;
  position: absolute;
  top: -112px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  text-transform: uppercase;
}
[data-component='maps'] .arrow-down,
[data-component='map-show'] .arrow-down {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 10px solid #000;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -70px;
}
[data-component='maps'] .detail,
[data-component='map-show'] .detail {
  height: 100%;
  width: 425px;
  position: absolute;
  z-index: 1;
  font-family: 'DINCond';
  background-color: #bfd1cf;
  border-right: solid 5px #ff0053;
  padding: 10px 20px 10px 115px;
  top: 0;
  left: -425px;
}
@media only screen and (max-width: 480px) {
  [data-component='maps'] .detail,
  [data-component='map-show'] .detail {
    position: static;
    width: 100%;
    left: auto;
    top: auto;
    padding: 15px 10px 0;
    border: 0;
  }
  [data-component='maps'] .detail .btn-close-detail,
  [data-component='map-show'] .detail .btn-close-detail {
    display: none;
  }
}
[data-component='maps'] .detail img,
[data-component='map-show'] .detail img {
  max-width: 100%;
  margin-top: 30px;
  max-height: 135px;
}
@media only screen and (max-width: 768px) {
  [data-component='maps'] .detail img,
  [data-component='map-show'] .detail img {
    margin-top: 15px;
  }
}
[data-component='maps'] .detail h2,
[data-component='map-show'] .detail h2 {
  font: 36px/38px 'DIN';
  margin: 20px 0 30px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  [data-component='maps'] .detail h2,
  [data-component='map-show'] .detail h2 {
    margin: 8px 0;
    font: 28px/40px 'DIN';
    line-height: 140%;
  }
}
[data-component='maps'] .detail i,
[data-component='map-show'] .detail i {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 4px;
}
[data-component='maps'] .detail p,
[data-component='map-show'] .detail p,
[data-component='maps'] .detail a,
[data-component='map-show'] .detail a {
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 8px 0;
  margin: 0;
  color: #000;
}
@media only screen and (max-width: 768px) {
  [data-component='maps'] .detail p,
  [data-component='map-show'] .detail p,
  [data-component='maps'] .detail a,
  [data-component='map-show'] .detail a {
    font-size: 16px;
    padding: 5px 0;
  }
}
[data-component='maps'] .detail .site,
[data-component='map-show'] .detail .site {
  position: relative;
}
[data-component='maps'] .detail .site .icon-world-white,
[data-component='map-show'] .detail .site .icon-world-white {
  display: none;
}
[data-component='maps'] .detail .site::after,
[data-component='map-show'] .detail .site::after {
  display: none;
}
[data-component='maps'] .detail .site:hover,
[data-component='map-show'] .detail .site:hover {
  text-decoration: none;
  color: #fff;
}
[data-component='maps'] .detail .site:hover::after,
[data-component='map-show'] .detail .site:hover::after {
  display: block;
  content: '';
  height: 100%;
  width: 420px;
  top: 0;
  left: -115px;
  position: absolute;
  text-decoration: none;
  color: #fff;
  z-index: -1;
  background-color: #ff0053;
}
[data-component='maps'] .detail .site:hover .icon-world,
[data-component='map-show'] .detail .site:hover .icon-world {
  display: none;
}
[data-component='maps'] .detail .site:hover .icon-world-white,
[data-component='map-show'] .detail .site:hover .icon-world-white {
  display: inline-block;
}
[data-component='maps'] .detail .address,
[data-component='map-show'] .detail .address {
  font-weight: 900;
}
[data-component='maps'] .btn-close-detail,
[data-component='map-show'] .btn-close-detail {
  width: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
  display: block;
}
[data-component='maps'] .btn-close-detail:focus,
[data-component='map-show'] .btn-close-detail:focus {
  outline: 0;
}
[data-component='maps'] .btn-close-detail:hover,
[data-component='map-show'] .btn-close-detail:hover {
  text-decoration: none;
}
[data-component='maps'] .btn-close-detail p,
[data-component='map-show'] .btn-close-detail p {
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
  font-family: 'DIN';
  color: #000;
  margin-top: 20px;
}
[data-component='maps'] .btn-close-detail span,
[data-component='map-show'] .btn-close-detail span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
[data-component='maps'] .btn-close-detail span:nth-child(1 ),
[data-component='map-show'] .btn-close-detail span:nth-child(1 ) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
[data-component='maps'] .btn-close-detail span:nth-child(2 ),
[data-component='map-show'] .btn-close-detail span:nth-child(2 ) {
  top: 8px;
  width: 0%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
[data-component='maps'] .btn-close-detail span:nth-child(3 ),
[data-component='map-show'] .btn-close-detail span:nth-child(3 ) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 17px;
  left: 10px;
}

[data-component='menu'] {
  width: 100%;
  height: 80px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 15;
  overflow: hidden;
  -webkit-transition: background-color 300ms ease-in-out, heihgt 300ms ease-in-out;
  -moz-transition: background-color 300ms ease-in-out, heihgt 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out, heihgt 300ms ease-in-out;
  -ms-transition: background-color 300ms ease-in-out, heihgt 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, heihgt 300ms ease-in-out;
}
@media (min-width: 992px) {
  [data-component='menu'].fixed {
    position: fixed;
    top: 0;
  }
}
[data-component='menu'].scroll {
  background-color: #bfd1cf;
  padding: 40px 0;
  height: 160px;
}
@media only screen and (max-width: 992px) {
  [data-component='menu'].scroll {
    padding: 0;
    height: auto;
  }
}
[data-component='menu'].scroll .logo {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media only screen and (max-width: 992px) {
  [data-component='menu'] {
    height: auto;
    position: relative;
    background: #ff0053;
    top: 0;
  }
  [data-component='menu'].scroll {
    background: #ff0053;
  }
}
@media only screen and (max-width: 992px) {
  [data-component='menu'] .container {
    width: 70%;
  }
}
[data-component='menu'] h1 {
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1100px) {
  [data-component='menu'] h1 {
    margin-left: 30px;
  }
}
@media (min-width: 1281px) and (max-width: 1350px) {
  [data-component='menu'] h1 {
    margin-left: 30px;
  }
}
[data-component='menu'] .logo {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@media only screen and (max-width: 992px) {
  [data-component='menu'] .logo {
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
[data-component='menu'] .logo img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 992px) {
  [data-component='menu'] .logo img {
    margin: 0 auto;
  }
}
.box-menu,
.box-search {
  position: absolute;
  top: 70px;
}
@media only screen and (max-width: 992px) {
  .box-menu,
  .box-search {
    top: 38px;
  }
}
@media (min-width: 992px) {
  .box-menu.fixed,
  .box-search.fixed {
    position: fixed;
    top: 60px;
  }
}
.box-menu {
  height: 42px;
  left: 15px;
  z-index: 18;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 1280px) {
  .box-menu {
    left: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .box-menu {
    height: 25px;
  }
}
.box-search {
  right: 15px;
  z-index: 16;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 1280px) {
  .box-search {
    right: 30px;
  }
}
.box-search a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .box-search {
    width: 15%;
  }
}
.box-search .icon-search {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .box-search .icon-search {
    float: right;
  }
}
.box-search p {
  display: block;
  color: #000;
  text-transform: uppercase;
  font: 10px/12px 'DIN';
  font-weight: bold;
  margin: 12px 0 0;
}
@media only screen and (max-width: 992px) {
  .box-search p {
    display: none;
  }
}
.btn-menu {
  width: 25px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  position: absolute;
}
.btn-menu:focus {
  outline: 0;
}
.btn-menu:hover {
  text-decoration: none;
}
.btn-menu p {
  margin: 30px 0 0 -2px;
  font: 10px/12px 'DIN';
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #000;
}
@media only screen and (max-width: 992px) {
  .btn-menu p {
    display: none;
  }
}
.btn-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.btn-menu span:nth-child(1 ) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.btn-menu span:nth-child(2 ) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.btn-menu span:nth-child(3 ) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.btn-menu.open span:nth-child(1 ) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 3px;
}
.btn-menu.open span:nth-child(2 ) {
  width: 0%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.btn-menu.open span:nth-child(3 ) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 17px;
  left: 3px;
}
nav.menu {
  width: 260px;
  border-right: solid 2px #000;
  background-color: #bfd1cf;
  position: fixed;
  top: 0;
  left: -260px;
  z-index: 17;
  padding-top: 160px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
nav.menu.absolute {
  padding-top: 180px;
}
@media only screen and (max-width: 992px) {
  nav.menu.absolute {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 992px) {
  nav.menu {
    padding-top: 62px;
  }
}
nav.menu.active {
  left: 0;
}
@media only screen and (max-width: 992px) {
  nav.menu {
    height: 100% !important;
  }
  nav.menu .overflow {
    height: 100%;
    overflow: overlay;
  }
}
nav.menu ul {
  margin: 0;
  padding: 0;
}
nav.menu li {
  list-style: none;
}
nav.menu .list-nav a {
  height: 45px;
  width: 100%;
  line-height: 45px;
  padding-left: 30px;
  text-transform: uppercase;
  color: #000;
  font-family: 'DINCond';
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  nav.menu .list-nav a {
    padding-left: 20px;
  }
}
nav.menu .list-nav a:hover,
nav.menu .list-nav a:focus {
  text-decoration: none;
  background-color: #000;
  color: #ff0053;
}
nav.menu .languages {
  margin: 30px 15px;
  display: table;
}
nav.menu .languages li {
  float: left;
  border: solid 1px;
  border-left: 0;
}
nav.menu .languages li.first {
  border-left: solid 1px;
}
nav.menu .languages li a {
  color: #000;
  font-size: 15px;
  padding: 6px 7px;
  display: inline-block;
}
nav.menu .languages li a.active {
  background: #000;
  color: #fff;
}
nav.menu .share {
  margin: 30px 15px;
  display: table;
}
nav.menu .share li {
  float: left;
  border: solid 1px;
  border-left: 0;
  padding: 5px;
}
nav.menu .share li.first {
  border-left: solid 1px;
}
nav.menu .share li a {
  display: block;
}
#search-site {
  width: 80%;
  min-height: 100px;
  top: 200px;
  border-radius: 0;
  padding: 10px 25px 10px 100px;
}
@media only screen and (max-width: 480px) {
  #search-site {
    width: 90%;
    padding: 10px 15px 10px 60px;
    height: 80px;
  }
}
#search-site .close-modal {
  position: absolute;
  display: block;
  top: 50px;
  left: 43px;
  margin-top: -8px;
}
@media only screen and (max-width: 480px) {
  #search-site .close-modal {
    left: 20px;
    top: 40px;
  }
}
#search-site input {
  outline: none;
  width: 90%;
  color: #000;
  font-family: 'DINCond';
  font-weight: bold;
  border: none;
  font-size: 50px;
  line-height: 80px;
}
@media only screen and (max-width: 480px) {
  #search-site input {
    font-size: 40px;
    line-height: 60px;
  }
}
#search-site .btn {
  width: auto;
  color: #ff0053;
  background-color: transparent;
  float: right;
  height: 80px;
  line-height: 80px;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    -moz-transform: translate3d(0, -200%, 0);
    -o-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
[data-page='home'] [data-component='menu'].fixed {
  top: 0;
}
[data-page='home'] .box-menu,
[data-page='home'] .box-search {
  top: 40px;
}
@media only screen and (min-width: 1280px) {
  [data-page='home'] .box-menu,
  [data-page='home'] .box-search {
    top: 60px;
  }
}
@media only screen and (max-width: 992px) {
  [data-page='home'] .box-menu,
  [data-page='home'] .box-search {
    top: 35px;
  }
}
@-moz-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    -moz-transform: translate3d(0, -200%, 0);
    -o-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    -moz-transform: translate3d(0, -200%, 0);
    -o-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    -moz-transform: translate3d(0, -200%, 0);
    -o-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    -moz-transform: translate3d(0, -200%, 0);
    -o-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

[data-component='modal-error'] .modal {
  width: 400px;
  padding: 10px;
  bottom: auto;
}
[data-component='modal-error'] .modal-content {
  width: 100%;
  padding: 5px;
}
[data-component='modal-error'] .container {
  background-color: #fff;
  width: 100%;
}
[data-component='modal-error'] .modal-title {
  margin-bottom: 16px;
  margin-top: 8px;
}
[data-component='modal-error'] .close-modal {
  top: 20px;
  z-index: 3000;
}

[data-component='more-content'] {
  margin-top: 50px;
  padding: 50px 0;
  background-color: #c7dad7;
}
[data-component='more-content'] h2 {
  font: 40px/42px 'DIN';
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 70px;
}
[data-component='more-content'] .slick-arrow {
  left: -30px;
  margin-top: -29px;
  background: url("../img/arrows-gallery.png") no-repeat 0 0 transparent;
  width: 14px;
  height: 22px;
}
[data-component='more-content'] .slick-arrow.slick-next {
  background-position: -20px 0;
  left: auto;
  right: -30px;
}
.event-post {
  display: block;
  position: relative;
  margin-bottom: 24px;
}
.event-post::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  display: block;
  height: 2px;
  width: calc(100% - 20px);
  background-color: #ff0053;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  z-index: 5;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.event-post:hover::before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.event-post:hover h3 {
  color: #ff0053;
  text-decoration: underline;
}
.event-post:hover .infos {
  background-color: #ff0053;
}
.event-post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.event-post .figure {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .event-post .figure {
    display: block;
    margin: 0 auto;
    width: 385px;
  }
}
@media only screen and (max-width: 428px) {
  .event-post .figure {
    display: block;
    margin: 0 auto;
    width: 215px;
  }
}
.event-post .figure img {
  display: block;
  max-width: 100%;
}
.event-post h3 {
  font-family: 'DINCond';
  color: #000;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0 0;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.event-post h3.background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 10px;
  text-transform: none;
  margin: 0;
}
.event-post .infos {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000;
  padding: 5px 10px;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.event-post p {
  font: 16px/18px 'DINCond';
  font-weight: 400;
  color: #fff;
  margin: 0 10px 0 0;
  display: inline-block;
}
.event-post p:last-child {
  margin-right: 0;
}
.event-post span {
  display: inline-block;
  margin: 0 8px -1px 0;
}

[data-component='news-list'] {
  margin-top: 50px;
  padding: 50px 0;
}
[data-component='news-list'] article {
  margin-top: 12px;
  margin-bottom: 12px;
}
[data-component='news-list'] article img {
  width: 100%;
}
[data-component='news-list'] #freewall {
  margin-top: 40px;
}
[data-component='news-list'] .blog-post,
[data-component='news-list'] .event-post {
  margin: 0;
}
[data-component='news-list'] .blog-post img,
[data-component='news-list'] .event-post img {
  height: 320px;
}
@media only screen and (min-width: 1300px) {
  [data-component='news-list'] .blog-post img,
  [data-component='news-list'] .event-post img {
    height: 325px;
  }
}
@media only screen and (max-width: 1299px) {
  [data-component='news-list'] .blog-post img,
  [data-component='news-list'] .event-post img {
    height: 297px;
  }
}
@media only screen and (max-width: 1200px) {
  [data-component='news-list'] .blog-post img,
  [data-component='news-list'] .event-post img {
    height: 247px;
  }
}
@media only screen and (max-width: 992px) {
  [data-component='news-list'] .blog-post img,
  [data-component='news-list'] .event-post img {
    height: 186px;
  }
}
@media only screen and (max-width: 768px) {
  [data-component='news-list'] .blog-post img,
  [data-component='news-list'] .event-post img {
    height: 320px;
  }
}
@media only screen and (max-width: 428px) {
  [data-component='news-list'] .blog-post img,
  [data-component='news-list'] .event-post img {
    height: 179px;
  }
}

[data-component='previous-editions'] {
  clear: both;
}
[data-component='previous-editions'] h3 {
  font: 22px/24px 'DINCond';
  color: #000;
  margin: 0 0 40px;
  position: relative;
}
[data-component='previous-editions'] h3 strong {
  background-color: #bfd1cf;
  position: relative;
  padding-right: 15px;
}
[data-component='previous-editions'] h3::before {
  content: '';
  position: absolute;
  top: 13px;
  background-color: #000;
  height: 2px;
  width: 2000px;
}
[data-component='previous-editions'] ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
[data-component='previous-editions'] ul li {
  margin-top: 20px;
}
[data-component='previous-editions'] ul a {
  font: 30px/32px 'DINCond';
  color: #000;
  margin: 0;
  display: block;
}
[data-component='previous-editions'] ul em {
  color: #e9175b;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

[data-component='releases'] {
  margin-top: 65px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  [data-component='releases'] {
    margin-top: 45px;
  }
}
[data-component='releases'] h2 {
  font: 80px/82px 'DINCond';
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin: 0 -20px 0 0;
  position: relative;
  padding-right: 120px;
  float: right;
}
@media only screen and (max-width: 768px) {
  [data-component='releases'] h2 {
    font: 40px/42px 'DINCond';
    float: left;
    margin: 0;
  }
}
[data-component='releases'] h2::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  background-color: #000;
  width: 100px;
  height: 4px;
}
[data-component='releases'] .release {
  padding: 40px 0;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 768px) {
  [data-component='releases'] .release {
    padding: 30px 0;
  }
}
[data-component='releases'] .release:first-child {
  border-top: 0;
}
[data-component='releases'] p {
  display: inline-block;
  font: 22px/50px 'DINCond';
  font-weight: bold;
  color: #ff0053;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  [data-component='releases'] p {
    line-height: 25px;
    margin-bottom: 10px;
  }
}
[data-component='releases'] p span {
  display: inline-block;
  color: #000;
}
[data-component='releases'] .icon-adobe {
  display: inline-block;
  margin: 0 10px -6px 0;
}
[data-component='releases'] .btn {
  font-size: 18px;
  padding: 9px 30px;
}
[data-component='releases'] .btn span {
  display: inline-block;
  margin-right: 8px;
}

[data-component='shares'] {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
  padding: 25px;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
@media only screen and (min-width: 1280px) {
  [data-component='shares'] {
    right: 5px;
    bottom: 15px;
  }
}
[data-component='shares'].bottom {
  bottom: 85px;
}
[data-component='shares'] .share {
  margin: 0;
  padding: 0;
}
[data-component='shares'] .share li {
  list-style: none;
  border: solid 1px #000;
  border-top: 0;
}
[data-component='shares'] .share li:first-child {
  border-top: solid 1px #000;
}
[data-component='shares'] .share li a {
  display: block;
}

[data-component='show'] {
  margin-top: 60px;
}
[data-component='show'] h3,
[data-component='show'] h2,
[data-component='show'] p {
  font-family: 'DINCond';
  color: #000;
  margin: 0;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
[data-component='show'] h3 {
  font-size: 24px;
  line-height: 24px;
  color: #ff0053;
  margin-top: 10px;
}
[data-component='show'] h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
[data-component='show'] p {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  text-transform: capitalize;
  margin: 0 0 0 40px;
}
[data-component='show'] p:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  [data-component='show'] p {
    font-size: 18px;
    line-height: 20px;
    display: block;
    margin: 0 0 10px;
  }
}
[data-component='show'] p span {
  display: inline-block;
  margin: 0 8px -2px 4px;
}
[data-component='show'] .pull-right {
  margin-top: 5px;
}
@media only screen and (max-width: 992px) {
  [data-component='show'] .pull-right {
    width: 100%;
    padding-top: 10px;
  }
}

[data-component='text-gallery'] {
  margin-top: 65px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  [data-component='text-gallery'] {
    margin-top: 45px;
  }
  [data-component='text-gallery'] img {
    max-width: 100%;
    height: 100%;
  }
}
[data-component='text-gallery'] h2 {
  font: 80px/82px 'DINCond';
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin: 0 -20px 0 0;
  position: relative;
  padding-right: 120px;
  float: right;
}
@media only screen and (max-width: 768px) {
  [data-component='text-gallery'] h2 {
    font: 40px/42px 'DINCond';
    float: left;
    margin: 0;
  }
}
[data-component='text-gallery'] h2::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  background-color: #000;
  width: 100px;
  height: 4px;
}
@media only screen and (max-width: 768px) {
  [data-component='text-gallery'] h2::after {
    bottom: 6px;
  }
}
[data-component='text-gallery'] p {
  font: 22px/22px 'DINCond';
  margin: 20px 0 0;
}
[data-component='text-gallery'] .gallery {
  margin-top: 50px;
}
[data-component='text-gallery'] .init-hide {
  display: none;
}
[data-component='text-gallery'] .slick-initialized .init-hide {
  display: block;
}
[data-component='text-gallery'] .slick-arrow {
  left: -30px;
  margin-top: -11px;
  background: url("../img/arrows-gallery.png") no-repeat 0 0 transparent;
  width: 14px;
  height: 22px;
}
[data-component='text-gallery'] .slick-arrow.slick-next {
  background-position: -20px 0;
  left: auto;
  right: -30px;
}

[data-component='text-video'] {
  margin-top: 65px;
  position: relative;
}
[data-component='text-video'] iframe {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  [data-component='text-video'] {
    margin-top: 45px;
  }
}
[data-component='text-video'] h2 {
  font: 80px/82px 'DINCond';
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin: 0 -20px 0 0;
  position: relative;
  padding-right: 120px;
  float: right;
}
@media only screen and (max-width: 768px) {
  [data-component='text-video'] h2 {
    font: 40px/42px 'DINCond';
    float: left;
    margin: 0;
  }
}
[data-component='text-video'] h2::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  background-color: #000;
  width: 100px;
  height: 4px;
}
@media only screen and (max-width: 768px) {
  [data-component='text-video'] h2::after {
    bottom: 6px;
  }
}
[data-component='text-video'] p {
  font: 22px/22px 'DINCond';
  margin: 20px 0 0;
}
[data-component='text-video'] .video {
  margin-top: 50px;
  position: relative;
}
[data-component='text-video'] .video img {
  max-width: 100%;
}
[data-component='text-video'] .video .icon-play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -46px 0 0 -46px;
}

[data-component='ticket'] {
  margin-top: 65px;
}
@media only screen and (max-width: 768px) {
  [data-component='ticket'] {
    margin-top: 45px;
  }
}
[data-component='ticket'] h3 {
  font: 22px/22px 'DINCond';
  font-weight: bold;
  color: #000;
  margin: 0 0 35px;
  position: relative;
}
[data-component='ticket'] h3::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 100px;
  margin: 2px 0 0 10px;
  width: 2000px;
  height: 2px;
  background-color: #000;
}
[data-component='ticket'] h3 span {
  display: inline-block;
  margin: 0 5px -2px 0;
}
[data-component='ticket'] h3.free-entrance::before {
  left: 150px;
}
[data-component='ticket'] .infos div {
  display: inline-block;
  width: 315px;
  margin-right: 55px;
}
@media only screen and (max-width: 480px) {
  [data-component='ticket'] .infos div {
    width: 100%;
    margin: 0 0 15px;
  }
}
[data-component='ticket'] strong {
  display: block;
  font: 28px/30px 'DINCond';
  font-weight: bold;
  color: #ff0053;
  margin: 15px 0 4px;
}
[data-component='ticket'] p {
  font: 22px/22px 'DINCond';
  margin: 0;
}
[data-component='ticket'] p.alert {
  color: #ff0053;
}
[data-component='ticket'] .btn {
  width: 236px;
  height: 50px;
  padding: 5px 20px;
  font-size: 18px;
  background-color: #ff0053;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 768px) {
  [data-component='ticket'] .btn {
    width: auto;
    height: auto;
    font-size: 15px;
  }
}
[data-component='ticket'] .btn span {
  display: inline-block;
  margin: 0 15px -4px 0px;
}

[data-component='unit'] {
  width: 100%;
  display: inline-block;
}
[data-component='unit'] .title {
  font: 70px/62px 'DINCond';
  font-weight: 900;
  color: #000;
  margin: 70px 100px 15px 0;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  float: right;
}
@media only screen and (max-width: 768px) {
  [data-component='unit'] .title {
    display: table;
    font: 40px/120% 'DINCond';
    margin: 30px auto 10px;
    text-align: center;
    float: none;
  }
}
[data-component='unit'] .title em {
  display: block;
  font-style: normal;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  [data-component='unit'] .title em {
    text-align: center;
  }
}
[data-component='unit'] .title::after {
  content: '';
  display: inline-block;
  background-color: #000;
  width: 100px;
  height: 4px;
  margin-left: 10px;
  position: absolute;
  bottom: 0;
  right: -100px;
}
@media only screen and (max-width: 768px) {
  [data-component='unit'] .title::after {
    display: none;
  }
}
[data-component='unit'] .subtitle {
  max-width: 225px;
  text-align: right;
  font-family: 'DINCond';
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  right: 3px;
}
@media only screen and (max-width: 768px) {
  [data-component='unit'] .subtitle {
    margin: 15px auto;
    position: relative;
    text-align: center;
  }
}
[data-component='unit'] img {
  max-width: 100%;
}
[data-component='unit'] p {
  margin: 25px 0;
  display: block;
  font-size: 22px;
  font-family: 'DINCond';
  font-weight: 500;
  color: #000;
  line-height: 110%;
}
[data-component='unit'] p i {
  position: relative;
  top: 1px;
  margin-right: 10px;
  display: inline-block;
}
[data-component='unit'] .address,
[data-component='unit'] .phone {
  font-weight: bold;
}

footer {
  background-color: #000;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  footer {
    margin-top: 50px;
  }
}
footer .sponsor {
  padding: 30px 0;
  background-color: #fff;
}
footer .sponsor p {
  display: block;
  font: 16px/18px 'DIN';
  font-weight: 700;
  color: #000;
  margin: 0 0 25px;
  text-transform: uppercase;
}
footer .sponsor p + .logo {
  margin-left: 0;
}
footer .sponsor .block,
footer .sponsor .logo {
  display: block;
  float: left;
  margin-left: 38px;
  font-size: 0;
}
footer .sponsor .institutional {
  margin-left: 100px;
}
@media only screen and (max-width: 768px) {
  footer .sponsor .institutional {
    clear: both;
    margin: 30px 0 0;
  }
  footer .sponsor .institutional .logo {
    margin-left: 0;
  }
}
footer .sponsor .block .logo {
  height: 80px;
}
footer .sponsor .block:first-child,
footer .sponsor .block:last-child {
  margin-left: 0;
}
footer .sponsor .block:not(.support ) .logo {
  height: 93px;
}
footer .sponsor .align {
  height: 100%;
  display: table;
}
footer .sponsor a {
  display: table-cell;
  vertical-align: middle;
}
footer .sponsor .support {
  margin-top: 45px;
}
footer .sponsor .support p {
  margin-bottom: -5px;
}
footer .sponsor .support .logo {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  footer .sponsor .support .logo {
    margin: 30px 30px 0 0;
  }
}
footer .sponsor .support .sre {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  footer .sponsor .support .sre {
    max-width: 100%;
    margin-bottom: -15px;
  }
  footer .sponsor .support .sre img {
    max-width: 100%;
  }
}
footer .copyright p {
  font: 14px 'DINCond';
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 78px;
}
@media only screen and (max-width: 768px) {
  footer .copyright p {
    line-height: 20px;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  footer .copyright p {
    font-size: 16px;
  }
}
footer .copyright .btn-top {
  width: 78px;
  height: 78px;
  float: right;
  display: block;
  font-size: 18px;
  padding: 0;
  text-align: center;
  background-color: #ff0053;
}
footer .copyright .btn-top span {
  display: block;
  margin: 0 auto 10px;
}
[data-page='home'] footer,
[data-page='schedule'] footer {
  margin: 80px auto 0;
}

[data-page='blog'] .brick {
  margin-bottom: 24px;
}
[data-page='blog'] .btn-load-more {
  display: table;
  font-size: 18px;
  height: 50px;
  text-align: center;
  padding: 9px 20px;
  margin: 0 auto 80px;
  background-color: #c7dbd7;
  border: solid 1px #000;
  color: #000;
}
[data-page='blog'] .btn-load-more.load {
  font-size: 0;
  background-image: url("../img/preloader-black.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 47px;
  -moz-background-size: 47px;
  background-size: 47px;
  background-position: center;
  background-color: transparent;
  padding: 0px 40px;
  border: 0;
}
@media only screen and (max-width: 768px) {
  [data-page='blog'] .container.content {
    position: relative;
    z-index: 3;
  }
  [data-page='blog'] .row-filter {
    margin-top: -138px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  [data-page='blog'] .row-filter {
    margin-top: -167px;
    margin-bottom: 69px;
  }
}
[data-page='blog'] .icon-filter {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 10px;
}
[data-page='blog'] .list-filters {
  width: 100%;
  font-family: 'DINCond';
  text-align: left;
}
@media only screen and (max-width: 768px) {
  [data-page='blog'] .list-filters {
    background-color: #bfd1cf;
    padding: 115px 20px 100px;
    width: 65%;
    position: absolute;
    top: -40px;
    right: -70%;
    border-left: 2px solid #000;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    z-index: 5;
  }
  [data-page='blog'] .list-filters.opened {
    right: 0;
  }
  [data-page='blog'] .list-filters .btn {
    position: absolute;
    bottom: 20px;
  }
}
[data-page='blog'] .list-filters a {
  display: inline-block;
  font-family: 'Sentinel';
  font-size: 18px;
  height: 50px;
  text-align: center;
  padding: 10px 20px;
  background-color: #c7dbd7;
  border: solid 1px #000;
  color: #000;
  margin-left: 2%;
}
@media only screen and (max-width: 768px) {
  [data-page='blog'] .list-filters a {
    display: block;
    margin: 10px 0 0;
    height: 40px;
    font-size: 15px;
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  [data-page='blog'] .list-filters a {
    margin-bottom: 10px;
  }
}
[data-page='blog'] .list-filters a:first-child {
  margin-left: 0;
}
[data-page='blog'] .list-filters a:hover,
[data-page='blog'] .list-filters a.active {
  text-decoration: none;
  background-color: #ff0053;
  color: #fff;
  border-color: #ff0053;
}
[data-page='blog'] .list-filters .btn-close {
  display: block;
  width: 25px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 62px;
  right: 15px;
  margin-bottom: 25px;
}
[data-page='blog'] .list-filters .btn-close:focus {
  outline: 0;
}
[data-page='blog'] .list-filters .btn-close span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 3px;
}
[data-page='blog'] .list-filters .btn-close span:nth-child(2 ) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

[data-page='search'] {
  position: relative;
}
[data-page='search'] footer {
  margin-top: 100px;
}
[data-page='search'] .result {
  padding: 0 430px 0 95px;
  margin-top: 60px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  [data-page='search'] .result {
    padding: 0;
    margin-top: 40px;
    padding-top: 30px;
  }
}
[data-page='search'] .result:first-child {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  [data-page='search'] .result:first-child {
    margin-top: 30px;
  }
}
[data-page='search'] .result::before {
  content: '';
  display: block;
  width: 78px;
  height: 4px;
  background-color: #000;
  position: absolute;
  top: 7px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  [data-page='search'] .result::before {
    width: 133px;
  }
}
[data-page='search'] .result h3 {
  font: 16px/18px 'DINCond';
  margin: 0;
  text-transform: uppercase;
}
[data-page='search'] .result h3 span {
  color: #ff0053;
}
[data-page='search'] .result h3 a {
  color: #ff0053;
}
[data-page='search'] .result h2 {
  font: 30px/32px 'DINCond';
  font-weight: bold;
  margin: 10px 0;
}
[data-page='search'] .result h2 a {
  color: #000;
}
[data-page='search'] .result h2 a:hover {
  color: #ff0053;
  text-decoration: underline;
}
[data-page='search'] .result p {
  font: 22px/24px 'DINCond';
  color: #000;
  margin: 0;
}
.result-search {
  padding: 0 10px;
  position: relative;
}
@media (min-width: 992px) {
  .result-search {
    width: 390px;
    height: 100%;
    border-left: solid 2px #000;
    background-color: #bfd1cf;
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 17;
    padding: 90px 20px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
}
.result-search.active {
  right: 0;
}
@media only screen and (max-width: 992px) {
  .result-search .filters {
    background-color: #bfd1cf;
    padding: 52px 20px 100px;
    width: 65%;
    position: absolute;
    top: 0;
    right: -70%;
    border-left: 2px solid #000;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    z-index: 5;
  }
  .result-search .filters.opened {
    right: 0;
  }
  .result-search .filters .btn {
    position: absolute;
    bottom: 20px;
  }
}
.result-search .btn-close {
  display: block;
  width: 25px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 5px;
  margin-bottom: 25px;
}
.result-search .btn-close:focus {
  outline: 0;
}
.result-search .btn-close span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 3px;
}
.result-search .btn-close span:nth-child(2 ) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.result-search .clearfix {
  margin-top: 70px;
}
@media only screen and (max-width: 992px) {
  .result-search .clearfix {
    padding-top: 50px;
    margin-top: 0;
  }
}
.result-search .icon-filter {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}
.result-search .back-search {
  display: inline-block;
  float: right;
}
@media only screen and (max-width: 992px) {
  .result-search .back-search {
    display: none;
  }
}
.result-search .back-search a:hover {
  text-decoration: none;
}
.result-search .back-search .icon-back-search {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .result-search .back-search .icon-back-search {
    float: right;
  }
}
.result-search .back-search p {
  display: block;
  color: #000;
  text-transform: uppercase;
  font-family: 'DIN';
  font-size: 11px;
  margin: 12px 0 0;
}
.result-search .search {
  font: 20px/22px 'DINCond';
  color: #000;
  display: inline-block;
  clear: both;
  margin: 0;
  padding: 0 10px 10px 3px;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 992px) {
  .result-search .search {
    display: block;
  }
}
.result-search .search span {
  display: inline-block;
  margin: 0 5px -3px 0;
}
.result-search .count {
  font: 30px/32px 'DINCond';
  color: #000;
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  .result-search .count {
    font-size: 20px;
    line-height: 22px;
  }
}
.result-search .count .pink {
  color: #ff0053;
}
.result-search label {
  display: block;
  position: relative;
  font: 30px/32px 'DINCond';
  color: #000;
  margin: 20px 0;
  padding-left: 30px;
  cursor: pointer;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  .result-search label {
    font-size: 20px;
    line-height: 22px;
  }
}
.result-search label.active {
  color: #ff0053;
}
.result-search label.active .square {
  border-color: #ff0053;
}
.result-search label.active .square::before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.result-search label span {
  font-size: 140%;
}
.result-search label input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
}
.result-search label .square {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  margin-top: -7px;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
.result-search label .square::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ff0053;
  margin: 2px auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}

[data-page='contact'] {
  position: relative;
}
[data-page='contact'] div.wpcf7-response-output {
  display: block;
  position: absolute;
  bottom: 79px;
  left: 150px;
  font: 20px/22px 'DINCond';
  color: #000;
  border: 0;
}
@media only screen and (max-width: 992px) {
  [data-page='contact'].wpcf7-response-output {
    display: block;
    position: static;
  }
}
[data-page='contact'] .ajax-loader {
  display: none;
}
[data-page='contact'] .form-title {
  font: 60px/62px 'DINCond';
  font-weight: bold;
  color: #000;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin: 0 20px 0 0;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  [data-page='contact'] .form-title {
    font-size: 40px;
    line-height: 42px;
    text-align: left;
  }
  [data-page='contact'] .form-title br {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  [data-page='contact'] .form-title {
    width: 200px;
    text-align: right;
  }
}
[data-page='contact'] .address {
  margin: 80px 0 70px;
  padding: 20px 10px;
}
@media only screen and (max-width: 768px) {
  [data-page='contact'] .address {
    padding: 0 10px;
    margin: 40px 0;
  }
}
[data-page='contact'] .address::before {
  content: '';
  display: block;
  height: 100%;
  width: 2000px;
  position: absolute;
  top: 0;
  right: 25%;
  background-color: #c8dad7;
}
@media only screen and (max-width: 768px) {
  [data-page='contact'] .address::before {
    display: none;
  }
}
[data-page='contact'] .address p {
  display: block;
  font: 30px/32px 'DINCond';
  color: #000;
  margin: 10px 0 0;
  position: relative;
}
[data-page='contact'] .address p:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  [data-page='contact'] .address p {
    font: 20px/22px 'DINCond';
  }
}
[data-page='contact'] .address p strong {
  font: 30px/32px 'DINCond';
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  [data-page='contact'] .address p strong {
    font: 20px/22px 'DINCond';
    font-weight: bold;
  }
}
[data-page='contact'] form {
  margin: 15px 0 90px 25px;
}
@media only screen and (max-width: 992px) {
  [data-page='contact'] form {
    margin: 15px 0 50px;
  }
}
[data-page='contact'] form input[type='text'],
[data-page='contact'] form input[type='email'],
[data-page='contact'] form textarea {
  display: block;
  width: 100%;
  border: 0;
  border-top: 2px solid #000;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  font: 20px/22px 'DINCond';
  font-weight: bold;
  color: #000;
  padding: 10px;
  margin-bottom: 15px;
  -webkit-transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -ms-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
[data-page='contact'] form input[type='text'].filled,
[data-page='contact'] form input[type='email'].filled,
[data-page='contact'] form textarea.filled {
  background-color: #c8dbd9;
  border-bottom-color: #000;
}
[data-page='contact'] form input[type='text'].error,
[data-page='contact'] form input[type='email'].error,
[data-page='contact'] form textarea.error {
  border-color: #f00;
}
[data-page='contact'] form textarea {
  height: 300px;
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  [data-page='contact'] form textarea {
    height: 200px;
  }
}
[data-page='contact'] form .btn {
  font-size: 18px;
  padding: 9px 30px;
  margin-top: 20px;
}
[data-page='contact'] form .btn.loading {
  padding: 9px 57px;
  font-size: 0;
  background-image: url("../img/preloader.svg");
  -webkit-background-size: 32px;
  -moz-background-size: 32px;
  background-size: 32px;
  background-position: center center;
  background-repeat: no-repeat;
}
[data-page='contact'] form ::-moz-placeholder {
  color: #000;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
[data-page='contact'] form :-ms-input-placeholder {
  color: #000;
}
[data-page='contact'] form ::-webkit-input-placeholder {
  color: #000;
}

[data-page='show'] .layer {
  width: 10%;
  height: 100px;
  background-color: #ff0053;
  position: absolute;
  left: 0;
  top: 106px;
  display: block;
}
@media only screen and (max-width: 1024px) {
  [data-page='show'] .layer {
    display: none;
  }
}

[data-page='gallery'] {
  position: relative;
}
[data-page='gallery'] footer {
  margin-top: 100px;
}
[data-page='gallery'] .row-filter {
  margin: 50px 0;
}
@media only screen and (max-width: 768px) {
  [data-page='gallery'] .container.content {
    position: relative;
    z-index: 3;
  }
  [data-page='gallery'] .row-filter {
    margin-top: -35px;
    margin-bottom: 80px;
  }
}
[data-page='gallery'] .icon-filter {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 10px;
}
[data-page='gallery'] .list-filters {
  width: 100%;
  font-family: 'DINCond';
  text-align: left;
}
@media only screen and (max-width: 768px) {
  [data-page='gallery'] .list-filters {
    background-color: #bfd1cf;
    padding: 115px 20px 100px;
    width: 65%;
    position: absolute;
    top: -40px;
    right: -70%;
    border-left: 2px solid #000;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    z-index: 5;
  }
  [data-page='gallery'] .list-filters.opened {
    right: 0;
  }
  [data-page='gallery'] .list-filters .btn {
    position: absolute;
    bottom: 20px;
  }
}
[data-page='gallery'] .list-filters a {
  display: inline-block;
  font-family: 'Sentinel';
  font-size: 18px;
  height: 50px;
  text-align: center;
  padding: 10px 20px;
  background-color: #c7dbd7;
  border: solid 1px #000;
  color: #000;
  margin-left: 2%;
}
@media only screen and (max-width: 768px) {
  [data-page='gallery'] .list-filters a {
    display: block;
    margin: 10px 0 0;
    height: 40px;
    font-size: 15px;
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  [data-page='gallery'] .list-filters a {
    margin-bottom: 10px;
  }
}
[data-page='gallery'] .list-filters a:first-child {
  margin-left: 0;
}
[data-page='gallery'] .list-filters a:hover,
[data-page='gallery'] .list-filters a.active {
  text-decoration: none;
  background-color: #ff0053;
  color: #fff;
  border-color: #ff0053;
}
[data-page='gallery'] .list-filters .btn-close {
  display: block;
  width: 25px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 62px;
  right: 15px;
  margin-bottom: 25px;
}
[data-page='gallery'] .list-filters .btn-close:focus {
  outline: 0;
}
[data-page='gallery'] .list-filters .btn-close span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 3px;
}
[data-page='gallery'] .list-filters .btn-close span:nth-child(2 ) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

[data-page='press'] {
  position: relative;
}
[data-page='press'] .advisory {
  margin: 80px 0 70px;
  padding: 30px 10px;
}
@media only screen and (max-width: 768px) {
  [data-page='press'] .advisory {
    margin: 40px 0 0;
    padding: 0 10px;
  }
}
[data-page='press'] .advisory::before {
  content: '';
  display: block;
  height: 100%;
  width: 2000px;
  position: absolute;
  top: 0;
  right: 35%;
  background-color: #c8dad7;
}
@media only screen and (max-width: 768px) {
  [data-page='press'] .advisory::before {
    display: none;
    right: auto;
    left: -10px;
  }
}
[data-page='press'] .advisory br {
  display: none;
}
@media only screen and (max-width: 768px) {
  [data-page='press'] .advisory br {
    display: block;
  }
}
[data-page='press'] .advisory div {
  position: relative;
}
[data-page='press'] .advisory h2,
[data-page='press'] .advisory h3 {
  font: 30px/32px 'DINCond';
  font-weight: bold;
  color: #ff0053;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  [data-page='press'] .advisory h2,
  [data-page='press'] .advisory h3 {
    font-size: 24px;
    line-height: 26px;
  }
}
[data-page='press'] .advisory h3 {
  color: #000;
  margin: 10px 0 0;
}
[data-page='press'] .advisory p,
[data-page='press'] .advisory a {
  display: block;
  font: 22px/22px 'DINCond';
  color: #000;
  font-weight: normal;
  margin: 10px 0 0;
}
[data-page='press'] .advisory .bigger {
  font-size: 30px;
  line-height: 32px;
}
@media only screen and (max-width: 768px) {
  [data-page='press'] .advisory .bigger {
    font-size: 22px;
    line-height: 22px;
  }
}
[data-page='press'] .advisory a {
  display: inline;
}
[data-page='press'] footer {
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  [data-page='press'] footer {
    margin-top: 40px;
  }
}

[data-page='tickets'] {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  [data-page='tickets'] .pull-right {
    float: none !important;
  }
}
[data-page='tickets'] .title-banner {
  text-transform: uppercase;
  font-family: 'DINCond';
  font-weight: bold;
  color: #000;
  font-size: 30px;
  margin: 55px 0 0;
}
[data-page='tickets'] .subtitle-banner {
  margin: 10px 0;
  display: block;
  font-size: 24px;
  font-family: 'DINCond';
  font-weight: bold;
  text-transform: uppercase;
  color: #e9175b;
}
[data-page='tickets'] .title {
  font: 70px/62px 'DINCond';
  font-weight: 900;
  color: #000;
  margin: 70px 100px 15px 0;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  float: right;
}
@media only screen and (max-width: 768px) {
  [data-page='tickets'] .title {
    font: 40px/120% 'DINCond';
    margin: 40px auto 30px;
    text-align: center;
    float: none;
  }
}
[data-page='tickets'] .title em {
  display: block;
  font-style: normal;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  [data-page='tickets'] .title em {
    text-align: center;
  }
}
[data-page='tickets'] .title::after {
  content: '';
  display: inline-block;
  background-color: #000;
  width: 100px;
  height: 4px;
  margin-left: 10px;
  position: absolute;
  bottom: 0;
  right: -100px;
}
@media only screen and (max-width: 992px) {
  [data-page='tickets'] .title::after {
    display: none;
  }
}
[data-page='tickets'] .text-content p {
  font-family: 'DINCond';
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  margin-bottom: 20px;
}
[data-page='tickets'] .btn-arrow {
  width: auto;
  display: inline-block;
  float: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 50px 0;
}
@media only screen and (max-width: 480px) {
  [data-page='tickets'] .btn-arrow {
    display: block;
  }
}
[data-page='tickets'] footer {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  [data-page='tickets'] footer {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=../sourcemaps/style.min.css.map */
