@charset "UTF-8";
/*!
Theme Name: clp
Theme URI: http://underscores.me/
Author: Remo Romano - Multiplo
Author URI: https://multiplo.biz
Description: Tailor made theme for CLP
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: clp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

clp is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "Rando";
  src: url("fonts/Rando-Bold.woff2") format("woff2"), url("fonts/Rando-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Arimo";
  src: url("fonts/Arimo-Regular.woff2") format("woff2"), url("fonts/Arimo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Arimo";
  src: url("fonts/Arimo-Bold.woff2") format("woff2"), url("fonts/Arimo-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Arimo";
  src: url("fonts/Arimo-Italic.woff2") format("woff2"), url("fonts/Arimo-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Arimo";
  src: url("fonts/Arimo-BoldItalic.woff2") format("woff2"), url("fonts/Arimo-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Arimo", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  body,
button,
input,
select,
optgroup,
textarea {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Rando", Times, serif;
}

h1, h2 {
  margin: 0 0 0.5em 0;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  h1, h2 {
    font-size: 54px;
    font-size: 3.375rem;
  }
}

p {
  margin: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #EFEBEC;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #707070;
  cursor: help;
}

mark, ins {
  background: #EFEBEC;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.paragraph-dividers {
  padding-top: 5px;
  border-top: 1px dotted #000;
}
.paragraph-dividers p {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #000;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .container, .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  .browser-safari .col-aside,
.browser-safari .entry-content .col-text:last-of-type {
    margin: 0 -1px;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #EFEBEC; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #707070;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0;
  padding-left: 1.25em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.loader-ellipsis {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.loader-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #FE3B1F;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: loader-ellipsis1 0.6s infinite;
          animation: loader-ellipsis1 0.6s infinite;
}
.loader-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: loader-ellipsis2 0.6s infinite;
          animation: loader-ellipsis2 0.6s infinite;
}
.loader-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: loader-ellipsis2 0.6s infinite;
          animation: loader-ellipsis2 0.6s infinite;
}
.loader-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: loader-ellipsis3 0.6s infinite;
          animation: loader-ellipsis3 0.6s infinite;
}

@-webkit-keyframes loader-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes loader-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes loader-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes loader-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes loader-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes loader-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
.loading {
  display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #707070;
  border-radius: 3px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #707070;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #707070;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #000;
  border: 1px solid #707070;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #707070;
}

textarea {
  width: 100%;
}

.search-wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
}

.search-form {
  border-bottom: 1px solid #FE3B1F;
}
.search-form .search-field {
  width: 100%;
  padding-left: 5px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  outline-color: #FE3B1F;
  outline-width: 1px;
}
.search-form .search-submit {
  display: none;
}

::-webkit-input-placeholder {
  color: #FE3B1F;
  text-transform: uppercase;
}

::-moz-placeholder {
  color: #FE3B1F;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: #FE3B1F;
  text-transform: uppercase;
}

::-ms-input-placeholder {
  color: #FE3B1F;
  text-transform: uppercase;
}

::placeholder {
  color: #FE3B1F;
  text-transform: uppercase;
}

.search-form-desktop {
  display: inline-block;
  max-width: 120px;
}
@media screen and (min-width: 1300px) {
  .search-form-desktop {
    max-width: 140px;
  }
}
.search-form-desktop .search-form {
  position: relative;
  border-bottom: none;
}
.search-form-desktop label {
  display: inline;
}
.search-form-desktop .search-field {
  display: block;
  width: 80%;
  border-bottom: 1px solid #707070;
  font-size: 16px;
  font-size: 1rem;
}
.search-form-desktop .search-submit {
  position: absolute;
  bottom: 3px;
  right: 0;
  display: block;
  width: 20%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  background-image: url(img/icn-search.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  text-indent: -999999px;
  outline-width: 1px;
  outline-color: #707070;
}

/* ----------------------------- *
 * Mailup
 * ----------------------------- */
.mailup-form .subscribeDataTable {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
}
.mailup-form .muField label {
  height: 35px;
  margin: 0 !important;
  overflow: hidden;
}
.mailup-form input.sub-email {
  width: 75%;
  height: 35px;
  background-color: transparent;
  border-radius: 0;
  outline-width: 1px;
  outline-color: #FE3B1F;
}
.mailup-form .muSubmit input {
  position: absolute;
  top: 35px;
  right: 0;
  width: 25%;
  height: 35px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  border-left: none;
  font-size: 1rem;
  line-height: 1.2;
  outline-width: 1px;
  outline-color: #FE3B1F;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover, a:focus, a:active {
  color: #000;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.downloads-wrapper {
  border-top: 1px dotted #000;
}

.download-item {
  display: block;
}
.download-item a {
  display: block;
  padding: 0.25em 2em 0.15em 0;
  text-decoration: none;
  color: #FE3B1F;
  border-bottom: 1px dotted #000;
}
.download-item .download {
  background-image: url(img/icn-down-r.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.future-exb .download-item .download {
  background-image: url(img/icn-down-g.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.download-item .link {
  background-image: url(img/icn-link-r.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
.future-exb .download-item .link {
  background-image: url(img/icn-link-g.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}

.btn {
  display: block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.5s ease, color 0.5s ease;
  -o-transition: background-color 0.5s ease, color 0.5s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}
.btn.btn-light {
  padding: 0.5em;
  background-color: #fff;
  border: 1px solid #707070;
}
.btn.btn-light:hover {
  background-color: #FE3B1F;
  color: #fff;
}

/*--------------------------------------------------------------
## Hamburger
--------------------------------------------------------------*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  font: inherit;
  text-transform: none;
  line-height: 0;
  color: inherit;
  background-color: transparent;
  overflow: visible;
  cursor: pointer;
  outline: 0;
  -webkit-transition-property: opacity, background-color, -webkit-filter;
  transition-property: opacity, background-color, -webkit-filter;
  -o-transition-property: opacity, filter, background-color;
  transition-property: opacity, filter, background-color;
  transition-property: opacity, filter, background-color, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger:hover {
  opacity: 0.8;
}

.hamburger.is-active {
  background-color: transparent;
}

.hamburger.is-active:hover {
  opacity: 0.8;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FE3B1F;
}

.hamburger:focus {
  outline-width: thin;
  outline-color: #FE3B1F;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 32px;
  margin-top: 5px;
}

.hamburger-inner {
  display: block;
  top: 50%;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #FE3B1F;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -15px;
}

.hamburger-inner::after {
  bottom: -15px;
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 0px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  background-color: transparent !important;
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 2px;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 2px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 58px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  z-index: 100;
  background-color: #EFEBEC;
}

.site {
  padding-top: 58px;
}

.site-branding {
  position: absolute;
  top: 12px;
  left: 18px;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .site-branding {
    left: 28px;
  }
}
.site-branding a {
  color: #FE3B1F;
  font-family: "Rando", Times, serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 0.9;
}

.main-navigation {
  clear: both;
  display: none;
  position: fixed;
  top: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #FE3B1F;
  overflow-y: scroll;
  z-index: 90;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.main-navigation::-webkit-scrollbar {
  display: none;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-family: "Rando", Times, serif;
  font-size: 40px;
  font-size: 2.5rem;
  text-transform: lowercase;
  color: #fff;
}
.main-navigation li {
  position: relative;
  margin-bottom: 0.25em;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
    color: #FE3B1F;
  }
}
.main-navigation .search-menu {
  position: relative;
  display: block;
  padding-bottom: 30px;
  z-index: 90;
}
.main-navigation .search-menu .search-form {
  border-bottom: 3px solid #fff;
}
.main-navigation .search-menu .search-form .search-field {
  padding-right: 40px;
  color: #fff;
  font-family: "Rando", Times, serif;
  font-size: 40px;
  font-size: 2.5rem;
  text-transform: lowercase;
}
.main-navigation .search-menu .search-form .search-field::-webkit-input-placeholder {
  color: #fff;
  text-transform: lowercase;
}
.main-navigation .search-menu .search-form .search-field::-moz-placeholder {
  color: #fff;
  text-transform: lowercase;
}
.main-navigation .search-menu .search-form .search-field:-ms-input-placeholder {
  color: #fff;
  text-transform: lowercase;
}
.main-navigation .search-menu .search-form .search-field::-ms-input-placeholder {
  color: #fff;
  text-transform: lowercase;
}
.main-navigation .search-menu .search-form .search-field::placeholder {
  color: #fff;
  text-transform: lowercase;
}
.main-navigation .search-menu .search-form .search-submit {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  margin-top: -27px;
  background: url(img/arrow-r-w.svg) center center no-repeat;
  border: none;
  border-radius: 0;
  text-indent: -99999px;
}
.main-navigation .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 992px) {
  .main-navigation {
    display: block !important;
    position: static;
    padding: 0;
    text-align: center;
    background-color: transparent;
  }
  .main-navigation ul {
    padding-top: 7px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .main-navigation li {
    display: inline-block;
    margin: 0;
    padding: 0 1em;
  }
  .main-navigation a {
    color: #000;
  }
}

.menu-skira {
  /*@media screen and (min-width: $breakpoint__lg) {
  	padding-left: 0.5em;
  	padding-right: 0.5em;

  	a {
  		display: inline-block;
  		padding-left: 0.5em;
  		padding-right: 0.5em;
  		color: $color__background-button;
  		background-color: $color__text-title;
  		border-radius: 3px;
  	}

  	&.current-menu-item {
  		a {  
  			color: $color__text-title;
  			background-color: $color__background-button;
  		}
  	}
  }*/
}
@media screen and (min-width: 992px) {
  .menu-skira {
    /*&.current-menu-item {
    	a {  
    		color: $color__text-title;
    		background-color: $color__background-button;
    	}
    }*/
  }
  .menu-skira a {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}

.site-nav {
  display: none;
  position: absolute;
  top: 12px;
  right: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 2;
}
@media screen and (min-width: 1140px) {
  .site-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 30px;
  }
}

.secondary-navigation ul {
  padding: 7px 0 0 0;
  margin: 0;
  list-style-type: none;
  font-family: "Rando", Times, serif;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: lowercase;
}
.secondary-navigation a {
  padding-left: 2em;
  text-decoration: none;
  background-image: url(img/arrow-r-b.svg);
  background-position: left 10px;
  background-repeat: no-repeat;
  background-size: 26px 10px;
}

.hamburger-wrapper {
  position: absolute;
  top: 12px;
  right: 15px;
  padding-top: 2px;
  text-align: right;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 992px) {
  .single-mostra .menu-item-33 > a,
.single-news .menu-item-34 > a {
    color: #FE3B1F;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.site-footer {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #707070;
  color: #FE3B1F;
  font-size: 14px;
  font-size: 0.875rem;
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .site-footer {
    margin-top: 50px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.home .site-footer {
  padding-bottom: 55px;
}

/* BKP - v1
.highlights-carousel {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75px;
	padding-top: 10px;
	background-color: $color__text-title;
	z-index: 85;

	.carousel-item {
		min-width: 175px;
		padding: 0 10px;

		a {
			display: block;
			text-decoration: none;
			color: #fff;
		}

		.inner {
			display: flex;
			flex-direction: row;
			align-content: space-between;
			height: 100%;
		}

		figure {
			margin: 0 15px 0 0; 

			img { 
				width: auto;
				max-width: none;
				height: 55px; 
				margin: 0;
			}
		}

		.txt {
			display: flex;
			flex-direction: column;
			justify-content: space-between;
			max-width: 175px;
		}

		.type {
			margin: 0 0 5px 0;
			@include font-size(0.75);
			text-transform: uppercase;
		}

		h3 {
			margin: 0;
			@include font-size(0.875);
			font-family: $font__main;
			font-weight: normal;
			line-height: 1.2;
		}
	}
} */
.highlights-carousel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  padding-top: 18px;
  background-color: #FE3B1F;
  z-index: 85;
}
.highlights-carousel .carousel-item {
  position: relative;
  padding: 0 42px 0 20px;
  font-size: 16px;
  font-size: 1rem;
}
.highlights-carousel .carousel-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.highlights-carousel .carousel-item a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.highlights-carousel .carousel-item .txt, .highlights-carousel .carousel-item .date-venue {
  display: inline-block;
}
.highlights-carousel .carousel-item h3 {
  display: inline-block;
  margin: 0;
  font-size: inherit;
  font-family: "Arimo", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2;
}
.highlights-carousel .carousel-item .date-separator {
  width: 24px;
  height: 12px;
  background: url(img/arrow-r-separator-w.svg) center center no-repeat;
  background-size: 24px 9px;
}
@media screen and (min-width: 992px) {
  .highlights-carousel {
    padding-top: 14px;
  }
  .highlights-carousel .carousel-item {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.social-links {
  margin: 8px 10px 0 0;
}
.social-links .social-link {
  display: inline-block;
  width: 24px;
  height: 0;
  padding-top: 22px;
  margin: 0 1px;
  border: 1px solid #000;
  border-radius: 50%;
  overflow: hidden;
}
.social-links .social-link.instagram {
  background: url(img/icn-instagram.svg) center center no-repeat;
  background-size: 12px 12px;
}
.social-links .social-link.facebook {
  background: url(img/icn-facebook.svg) center center no-repeat;
  background-size: 12px 12px;
}
.social-links .social-link.twitter {
  background: url(img/icn-twitter.svg) center center no-repeat;
  background-size: 12px 12px;
}
.social-links .social-link.spotify {
  background: url(img/icn-spotify.svg) center center no-repeat;
  background-size: 12px 12px;
}

/* ---------------------------------------
 * Cookie Bar
 * --------------------------------------- */
body .pea_cook_wrapper {
  border-radius: 0;
  background-color: #FE3B1F !important;
}
body .pea_cook_wrapper.pea_cook_bottomleft {
  bottom: 75px;
  text-align: left;
}
body .pea_cook_wrapper p {
  font-size: 1rem;
  font-family: inherit;
  font-weight: normal;
}
body .pea_cook_wrapper .pea_cook_btn {
  border-radius: 0;
  font-size: 1rem;
  font-family: inherit;
  font-weight: normal;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body .pea_cook_wrapper .pea_cook_btn:hover {
  color: #FE3B1F;
  background: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
html, body {
  height: 100%;
}
html.disable-overflow, body.disable-overflow {
  overflow: hidden;
}

.sticky {
  display: block;
}

.post {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 15px 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* ---------------------------------------
 * Default
 * --------------------------------------- */
.page-template-page-about .entry-title,
.page-template-page-contact .entry-title,
.page-template-page-text .entry-title,
.page-template-default.privacy-policy .entry-title {
  margin-bottom: 1em;
}
.page-template-page-about .col-wrapper,
.page-template-page-contact .col-wrapper,
.page-template-page-text .col-wrapper,
.page-template-default.privacy-policy .col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  height: 100%;
}
.page-template-page-about .col-wrapper .grow-area,
.page-template-page-contact .col-wrapper .grow-area,
.page-template-page-text .col-wrapper .grow-area,
.page-template-default.privacy-policy .col-wrapper .grow-area {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.page-template-page-about .content-area,
.page-template-page-contact .content-area,
.page-template-page-text .content-area,
.page-template-default.privacy-policy .content-area {
  padding-top: 20px;
}
.page-template-page-about .content-area .newsletter-subscription,
.page-template-page-contact .content-area .newsletter-subscription,
.page-template-page-text .content-area .newsletter-subscription,
.page-template-default.privacy-policy .content-area .newsletter-subscription {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .page-template-page-about .content-area,
.page-template-page-contact .content-area,
.page-template-page-text .content-area,
.page-template-default.privacy-policy .content-area {
    padding-top: 55px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-page-about .site-content,
.page-template-page-contact .site-content,
.page-template-page-text .site-content,
.page-template-default.privacy-policy .site-content {
    min-height: calc(100vh - 215px);
  }
}

.entry-content {
  /*p:first-of-type,
  p:last-of-type {
  	text-indent: 0;
  }*/
}
.entry-content.exb-in-progress p {
  margin-bottom: 1em;
}
.entry-content ul {
  margin-left: 2.5em;
}

/* ---------------------------------------
 * About
 * --------------------------------------- */
.page-template-page-about .downloads-wrapper {
  margin-bottom: 6px;
}
.page-template-page-about .downloads-wrapper-mobile {
  margin-top: 20px;
}
.page-template-page-about .team-wrapper {
  margin-top: 40px;
}
.page-template-page-about .team-member {
  margin-bottom: 1em;
}
.page-template-page-about .team-member figure {
  margin: 0 0 0.5em 0;
}
.page-template-page-about .team-member h4 {
  margin: 0;
  font-family: "Arimo", Helvetica, Arial, sans-serif;
}
.page-template-page-about .team-member .email {
  display: block;
}
.page-template-page-about .team-member .email a {
  text-decoration: none;
}
.page-template-page-about .photo-credits {
  display: block;
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .page-template-page-about .team-wrapper {
    margin-top: 60px;
  }
  .page-template-page-about .col-title {
    padding-top: 50px;
    padding-bottom: 0.35em;
    border-top: 1px dotted #000;
  }
}

/* ---------------------------------------
 * Contact
 * --------------------------------------- */
.page-template-page-contact .content-area {
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .page-template-page-contact .content-area {
    padding-top: 55px;
  }
}
.page-template-page-contact .entry-content p {
  margin-bottom: 5px;
  text-indent: 0;
}
.page-template-page-contact .entry-content a {
  text-decoration: none;
}
.page-template-page-contact .hentry .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.page-template-page-contact .hentry .social-links span {
  display: inline-block;
  position: relative;
  margin-right: 1.5em;
  line-height: 1;
}
.page-template-page-contact .hentry .social-links .social-link {
  width: 27px;
  padding-top: 25px;
  margin-right: 18px;
  background-size: 14px 14px;
  border-width: 1px;
}
@media screen and (min-width: 992px) {
  .page-template-page-contact .responsive-embed {
    padding-bottom: 100%;
  }
  .page-template-page-contact .widget_wpmailup_widget {
    margin-bottom: 0;
  }
  .page-template-page-contact .hentry .social-links .social-link {
    width: 54px;
    padding-top: 50px;
    margin-right: 10px;
    background-size: 28px 28px;
    border-width: 2px;
  }
}

/* ---------------------------------------
 * Single Mostra, 
 * Single Pubblicazione,
 * Single News
 * Single Libro
 * --------------------------------------- */
.single-mostra .content-area,
.single-pubblicazione .content-area,
.single-post .content-area,
.single-news .content-area,
.single-libro .content-area {
  padding-top: 20px;
}
.single-mostra .entry-title,
.single-pubblicazione .entry-title,
.single-post .entry-title,
.single-news .entry-title,
.single-libro .entry-title {
  margin-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .single-mostra .entry-header,
.single-pubblicazione .entry-header,
.single-post .entry-header,
.single-news .entry-header,
.single-libro .entry-header {
    max-width: calc(83.333333% - 16px);
  }
}
.single-mostra .event-header,
.single-pubblicazione .event-header,
.single-post .event-header,
.single-news .event-header,
.single-libro .event-header {
  padding-top: 15px;
  border-top: 1px dotted #000;
  color: #FE3B1F;
}
.single-mostra .event-header h2, .single-mostra .event-header h3,
.single-pubblicazione .event-header h2,
.single-pubblicazione .event-header h3,
.single-post .event-header h2,
.single-post .event-header h3,
.single-news .event-header h2,
.single-news .event-header h3,
.single-libro .event-header h2,
.single-libro .event-header h3 {
  margin: 0 0 0.25em 0;
  font-family: "Arimo", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .single-mostra .event-header h2, .single-mostra .event-header h3,
.single-pubblicazione .event-header h2,
.single-pubblicazione .event-header h3,
.single-post .event-header h2,
.single-post .event-header h3,
.single-news .event-header h2,
.single-news .event-header h3,
.single-libro .event-header h2,
.single-libro .event-header h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.single-mostra .event-header h2,
.single-pubblicazione .event-header h2,
.single-post .event-header h2,
.single-news .event-header h2,
.single-libro .event-header h2 {
  font-weight: bold;
}
.single-mostra .event-header h3,
.single-pubblicazione .event-header h3,
.single-post .event-header h3,
.single-news .event-header h3,
.single-libro .event-header h3 {
  margin-bottom: 12px;
}
.single-mostra .event-intro-text,
.single-pubblicazione .event-intro-text,
.single-post .event-intro-text,
.single-news .event-intro-text,
.single-libro .event-intro-text {
  padding-top: 15px;
  margin-bottom: 16px;
  border-top: 1px dotted #000;
}
.single-mostra .images-wrapper,
.single-pubblicazione .images-wrapper,
.single-post .images-wrapper,
.single-news .images-wrapper,
.single-libro .images-wrapper {
  margin-bottom: 16px;
}
.single-mostra .images-wrapper figure,
.single-pubblicazione .images-wrapper figure,
.single-post .images-wrapper figure,
.single-news .images-wrapper figure,
.single-libro .images-wrapper figure {
  margin: 0;
  text-align: center;
}
.single-mostra .images-wrapper img,
.single-pubblicazione .images-wrapper img,
.single-post .images-wrapper img,
.single-news .images-wrapper img,
.single-libro .images-wrapper img {
  width: auto;
  height: 400px;
  margin-right: 16px;
  outline: none;
}
.single-mostra .infos-wrapper,
.single-pubblicazione .infos-wrapper,
.single-post .infos-wrapper,
.single-news .infos-wrapper,
.single-libro .infos-wrapper {
  margin-top: 30px;
}
.single-mostra .infos-wrapper h4,
.single-pubblicazione .infos-wrapper h4,
.single-post .infos-wrapper h4,
.single-news .infos-wrapper h4,
.single-libro .infos-wrapper h4 {
  margin: 0 0 0.2em 0;
  padding-bottom: 0.2em;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Arimo", Helvetica, Arial, sans-serif;
  border-bottom: 1px dotted #000;
}
@media screen and (min-width: 992px) {
  .single-mostra .infos-wrapper h4,
.single-pubblicazione .infos-wrapper h4,
.single-post .infos-wrapper h4,
.single-news .infos-wrapper h4,
.single-libro .infos-wrapper h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.single-mostra .infos-wrapper p,
.single-pubblicazione .infos-wrapper p,
.single-post .infos-wrapper p,
.single-news .infos-wrapper p,
.single-libro .infos-wrapper p {
  padding: 0.2em 0;
  border-bottom: 1px dotted #000;
}
.single-mostra .infos-wrapper a,
.single-pubblicazione .infos-wrapper a,
.single-post .infos-wrapper a,
.single-news .infos-wrapper a,
.single-libro .infos-wrapper a {
  text-decoration: none;
}
.single-mostra .infos-wrapper.images,
.single-pubblicazione .infos-wrapper.images,
.single-post .infos-wrapper.images,
.single-news .infos-wrapper.images,
.single-libro .infos-wrapper.images {
  border-top: 1px dotted #000;
}
.single-mostra .infos-wrapper.images .image-item,
.single-pubblicazione .infos-wrapper.images .image-item,
.single-post .infos-wrapper.images .image-item,
.single-news .infos-wrapper.images .image-item,
.single-libro .infos-wrapper.images .image-item {
  margin: 8px 0;
  padding-bottom: 8px;
  border-bottom: 1px dotted #000;
}
.single-mostra .infos-wrapper.images .image-item + .download-item,
.single-pubblicazione .infos-wrapper.images .image-item + .download-item,
.single-post .infos-wrapper.images .image-item + .download-item,
.single-news .infos-wrapper.images .image-item + .download-item,
.single-libro .infos-wrapper.images .image-item + .download-item {
  margin-top: -8px;
}
.single-mostra .infos-wrapper.images .image-item + .download-item a,
.single-pubblicazione .infos-wrapper.images .image-item + .download-item a,
.single-post .infos-wrapper.images .image-item + .download-item a,
.single-news .infos-wrapper.images .image-item + .download-item a,
.single-libro .infos-wrapper.images .image-item + .download-item a {
  border-bottom: none;
  background-position: right center;
}
.single-mostra .infos-wrapper.images a,
.single-pubblicazione .infos-wrapper.images a,
.single-post .infos-wrapper.images a,
.single-news .infos-wrapper.images a,
.single-libro .infos-wrapper.images a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 25px;
  background: url(img/icn-down-r.svg) right bottom no-repeat;
  background-size: 18px 18px;
}
.single-mostra .infos-wrapper.images h4,
.single-pubblicazione .infos-wrapper.images h4,
.single-post .infos-wrapper.images h4,
.single-news .infos-wrapper.images h4,
.single-libro .infos-wrapper.images h4 {
  color: #FE3B1F;
}
.single-mostra .infos-wrapper.images figure,
.single-pubblicazione .infos-wrapper.images figure,
.single-post .infos-wrapper.images figure,
.single-news .infos-wrapper.images figure,
.single-libro .infos-wrapper.images figure {
  margin: 0 30px 0 0;
}
.single-mostra .infos-wrapper.images figure img,
.single-pubblicazione .infos-wrapper.images figure img,
.single-post .infos-wrapper.images figure img,
.single-news .infos-wrapper.images figure img,
.single-libro .infos-wrapper.images figure img {
  display: block;
  width: 82px;
  max-width: 82px;
  height: auto;
}
.single-mostra .infos-wrapper.images .content h5,
.single-pubblicazione .infos-wrapper.images .content h5,
.single-post .infos-wrapper.images .content h5,
.single-news .infos-wrapper.images .content h5,
.single-libro .infos-wrapper.images .content h5 {
  margin: 0;
  color: #FE3B1F;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  font-family: "Arimo", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 992px) {
  .single-mostra .infos-wrapper.images .content h5,
.single-pubblicazione .infos-wrapper.images .content h5,
.single-post .infos-wrapper.images .content h5,
.single-news .infos-wrapper.images .content h5,
.single-libro .infos-wrapper.images .content h5 {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}
.single-mostra .infos-wrapper.images .download-item,
.single-pubblicazione .infos-wrapper.images .download-item,
.single-post .infos-wrapper.images .download-item,
.single-news .infos-wrapper.images .download-item,
.single-libro .infos-wrapper.images .download-item {
  border-bottom: none;
}
.single-mostra .infos-wrapper.related h4,
.single-pubblicazione .infos-wrapper.related h4,
.single-post .infos-wrapper.related h4,
.single-news .infos-wrapper.related h4,
.single-libro .infos-wrapper.related h4 {
  color: #FE3B1F;
}
.single-mostra .infos-wrapper.related .exhibition-item,
.single-pubblicazione .infos-wrapper.related .exhibition-item,
.single-post .infos-wrapper.related .exhibition-item,
.single-news .infos-wrapper.related .exhibition-item,
.single-libro .infos-wrapper.related .exhibition-item {
  margin-bottom: 0.2em;
  border-bottom: 1px solid #707070;
}
.single-mostra .infos-wrapper.related .exhibition-item h2,
.single-pubblicazione .infos-wrapper.related .exhibition-item h2,
.single-post .infos-wrapper.related .exhibition-item h2,
.single-news .infos-wrapper.related .exhibition-item h2,
.single-libro .infos-wrapper.related .exhibition-item h2 {
  padding: 0.3em 0 0 0;
  margin: 0;
  border: none;
}
.single-mostra .infos-wrapper.related a,
.single-pubblicazione .infos-wrapper.related a,
.single-post .infos-wrapper.related a,
.single-news .infos-wrapper.related a,
.single-libro .infos-wrapper.related a {
  display: block;
  background: url(img/icn-link-r.svg) right bottom 10px no-repeat;
  background-size: 18px 18px;
}
.single-mostra .infos-wrapper.related a .text .title, .single-mostra .infos-wrapper.related a .text .date-venue,
.single-pubblicazione .infos-wrapper.related a .text .title,
.single-pubblicazione .infos-wrapper.related a .text .date-venue,
.single-post .infos-wrapper.related a .text .title,
.single-post .infos-wrapper.related a .text .date-venue,
.single-news .infos-wrapper.related a .text .title,
.single-news .infos-wrapper.related a .text .date-venue,
.single-libro .infos-wrapper.related a .text .title,
.single-libro .infos-wrapper.related a .text .date-venue {
  padding-right: 30px;
}
@media screen and (min-width: 992px) {
  .single-mostra .infos-wrapper.related a,
.single-pubblicazione .infos-wrapper.related a,
.single-post .infos-wrapper.related a,
.single-news .infos-wrapper.related a,
.single-libro .infos-wrapper.related a {
    background: url(img/icn-link-r.svg) right bottom 13px no-repeat;
    background-size: 18px 18px;
  }
}
.single-mostra .info-sidebar,
.single-pubblicazione .info-sidebar,
.single-post .info-sidebar,
.single-news .info-sidebar,
.single-libro .info-sidebar {
  position: fixed;
  top: calc(100% - 50px);
  left: 0;
  right: 0;
  background-color: #EFEBEC;
  z-index: 90;
}
.single-mostra .info-sidebar .info-sidebar-toggle,
.single-pubblicazione .info-sidebar .info-sidebar-toggle,
.single-post .info-sidebar .info-sidebar-toggle,
.single-news .info-sidebar .info-sidebar-toggle,
.single-libro .info-sidebar .info-sidebar-toggle {
  position: relative;
  height: 50px;
  padding: 0.7em 20px 0.45em 20px;
  color: #EFEBEC;
  background-color: #FE3B1F;
  font-size: 18px;
  font-size: 1.125rem;
  border-top: 1px solid #707070;
  cursor: pointer;
}
.single-mostra .info-sidebar .info-sidebar-toggle::after,
.single-pubblicazione .info-sidebar .info-sidebar-toggle::after,
.single-post .info-sidebar .info-sidebar-toggle::after,
.single-news .info-sidebar .info-sidebar-toggle::after,
.single-libro .info-sidebar .info-sidebar-toggle::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 15px;
  display: block;
  width: 25px;
  height: 25px;
  background: url(img/plus-p.svg) center center no-repeat;
  background-size: 25px 25px;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  -o-transition: transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.single-mostra .info-sidebar .info-sidebar-toggle.opened,
.single-pubblicazione .info-sidebar .info-sidebar-toggle.opened,
.single-post .info-sidebar .info-sidebar-toggle.opened,
.single-news .info-sidebar .info-sidebar-toggle.opened,
.single-libro .info-sidebar .info-sidebar-toggle.opened {
  border-bottom: 1px solid #707070;
}
.single-mostra .info-sidebar .info-sidebar-toggle.opened::after,
.single-pubblicazione .info-sidebar .info-sidebar-toggle.opened::after,
.single-post .info-sidebar .info-sidebar-toggle.opened::after,
.single-news .info-sidebar .info-sidebar-toggle.opened::after,
.single-libro .info-sidebar .info-sidebar-toggle.opened::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.single-mostra .info-sidebar .info-sidebar-content,
.single-pubblicazione .info-sidebar .info-sidebar-content,
.single-post .info-sidebar .info-sidebar-content,
.single-news .info-sidebar .info-sidebar-content,
.single-libro .info-sidebar .info-sidebar-content {
  padding: 30px 20px 30px 20px;
}
.single-mostra .info-sidebar .info-sidebar-content.scrollable,
.single-pubblicazione .info-sidebar .info-sidebar-content.scrollable,
.single-post .info-sidebar .info-sidebar-content.scrollable,
.single-news .info-sidebar .info-sidebar-content.scrollable,
.single-libro .info-sidebar .info-sidebar-content.scrollable {
  overflow-y: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.single-mostra .info-sidebar .info-sidebar-content.scrollable::-webkit-scrollbar,
.single-pubblicazione .info-sidebar .info-sidebar-content.scrollable::-webkit-scrollbar,
.single-post .info-sidebar .info-sidebar-content.scrollable::-webkit-scrollbar,
.single-news .info-sidebar .info-sidebar-content.scrollable::-webkit-scrollbar,
.single-libro .info-sidebar .info-sidebar-content.scrollable::-webkit-scrollbar {
  display: none;
}
.single-mostra .related-mobile,
.single-pubblicazione .related-mobile,
.single-post .related-mobile,
.single-news .related-mobile,
.single-libro .related-mobile {
  display: block;
}
.single-mostra .related-mobile .infos-wrapper.related,
.single-pubblicazione .related-mobile .infos-wrapper.related,
.single-post .related-mobile .infos-wrapper.related,
.single-news .related-mobile .infos-wrapper.related,
.single-libro .related-mobile .infos-wrapper.related {
  display: block;
}
@media screen and (min-width: 992px) {
  .single-mostra .downloads-wrapper,
.single-mostra .infos-wrapper,
.single-pubblicazione .downloads-wrapper,
.single-pubblicazione .infos-wrapper,
.single-post .downloads-wrapper,
.single-post .infos-wrapper,
.single-news .downloads-wrapper,
.single-news .infos-wrapper,
.single-libro .downloads-wrapper,
.single-libro .infos-wrapper {
    max-width: calc(83.333333% - 16px);
    margin-top: 60px;
  }
  .single-mostra .downloads-wrapper.related,
.single-mostra .infos-wrapper.related,
.single-pubblicazione .downloads-wrapper.related,
.single-pubblicazione .infos-wrapper.related,
.single-post .downloads-wrapper.related,
.single-post .infos-wrapper.related,
.single-news .downloads-wrapper.related,
.single-news .infos-wrapper.related,
.single-libro .downloads-wrapper.related,
.single-libro .infos-wrapper.related {
    display: block;
  }
  .single-mostra .content-area,
.single-pubblicazione .content-area,
.single-post .content-area,
.single-news .content-area,
.single-libro .content-area {
    padding-top: 55px;
  }
  .single-mostra .event-header,
.single-pubblicazione .event-header,
.single-post .event-header,
.single-news .event-header,
.single-libro .event-header {
    padding-top: 0.8em;
    border-top: none;
  }
  .single-mostra .event-header h2, .single-mostra .event-header h3,
.single-pubblicazione .event-header h2,
.single-pubblicazione .event-header h3,
.single-post .event-header h2,
.single-post .event-header h3,
.single-news .event-header h2,
.single-news .event-header h3,
.single-libro .event-header h2,
.single-libro .event-header h3 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
  }
  .single-mostra .event-header h2,
.single-pubblicazione .event-header h2,
.single-post .event-header h2,
.single-news .event-header h2,
.single-libro .event-header h2 {
    margin-bottom: 12px;
  }
  .single-mostra .event-header h3,
.single-pubblicazione .event-header h3,
.single-post .event-header h3,
.single-news .event-header h3,
.single-libro .event-header h3 {
    margin-bottom: 15px;
  }
  .single-mostra .event-header .date-separator,
.single-pubblicazione .event-header .date-separator,
.single-post .event-header .date-separator,
.single-news .event-header .date-separator,
.single-libro .event-header .date-separator {
    position: relative;
    top: -3px;
    display: inline-block;
    width: 55px;
    height: 21px;
    background: url(img/arrow-r-r.svg) center center no-repeat;
    background-size: 55px 21px;
  }
  .archive-infinite_future .single-mostra .event-header .date-separator,
.archive-infinite_future .single-pubblicazione .event-header .date-separator,
.archive-infinite_future .single-post .event-header .date-separator,
.archive-infinite_future .single-news .event-header .date-separator,
.archive-infinite_future .single-libro .event-header .date-separator {
    background: url(img/arrow-r-g.svg) center center no-repeat;
    background-size: 55px 21px;
  }
  .single-mostra .images-wrapper img,
.single-pubblicazione .images-wrapper img,
.single-post .images-wrapper img,
.single-news .images-wrapper img,
.single-libro .images-wrapper img {
    height: 500px;
  }
  .single-mostra .info-sidebar,
.single-pubblicazione .info-sidebar,
.single-post .info-sidebar,
.single-news .info-sidebar,
.single-libro .info-sidebar {
    position: static;
  }
  .single-mostra .info-sidebar .info-sidebar-toggle,
.single-pubblicazione .info-sidebar .info-sidebar-toggle,
.single-post .info-sidebar .info-sidebar-toggle,
.single-news .info-sidebar .info-sidebar-toggle,
.single-libro .info-sidebar .info-sidebar-toggle {
    display: none !important;
  }
  .single-mostra .info-sidebar .info-sidebar-content,
.single-pubblicazione .info-sidebar .info-sidebar-content,
.single-post .info-sidebar .info-sidebar-content,
.single-news .info-sidebar .info-sidebar-content,
.single-libro .info-sidebar .info-sidebar-content {
    display: block;
    padding: 0;
  }
  .single-mostra .infos-wrapper.shop,
.single-pubblicazione .infos-wrapper.shop,
.single-post .infos-wrapper.shop,
.single-news .infos-wrapper.shop,
.single-libro .infos-wrapper.shop {
    margin: 30px 0 0 0;
  }
  .single-mostra .related-mobile,
.single-pubblicazione .related-mobile,
.single-post .related-mobile,
.single-news .related-mobile,
.single-libro .related-mobile {
    display: none;
  }
}
@media screen and (min-width: 1920px) {
  .single-mostra .entry-content,
.single-pubblicazione .entry-content,
.single-post .entry-content,
.single-news .entry-content,
.single-libro .entry-content {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    -webkit-column-rule: none;
       -moz-column-rule: none;
            column-rule: none;
  }
}

.date-separator {
  display: inline-block;
  width: 16px;
  height: 11px;
  margin: 0 0.25em;
  background: url(img/arrow-r-r.svg) center center no-repeat;
  background-size: 16px 6px;
}
@media screen and (min-width: 992px) {
  .date-separator {
    width: 21px;
    height: 15px;
    background: url(img/arrow-r-r.svg) center center no-repeat;
    background-size: 21px 8px;
  }
  .archive-infinite_future .date-separator {
    background: url(img/arrow-r-g.svg) center center no-repeat;
  }
}

/* ---------------------------------------
 * Single Pubblicazione, 
 * Single Libro Skira
 * --------------------------------------- */
.single-pubblicazione,
.single-libro {
  background-color: #FDF0EA;
}
.single-pubblicazione .site-header,
.single-pubblicazione .info-sidebar,
.single-libro .site-header,
.single-libro .info-sidebar {
  background-color: #FDF0EA;
}
.single-pubblicazione .entry-header,
.single-libro .entry-header {
  margin-bottom: 2em;
}
.single-pubblicazione .entry-header h1, .single-pubblicazione .entry-header h2, .single-pubblicazione .entry-header h3,
.single-libro .entry-header h1,
.single-libro .entry-header h2,
.single-libro .entry-header h3 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (min-width: 992px) {
  .single-pubblicazione .entry-header,
.single-libro .entry-header {
    margin-bottom: 0;
  }
  .single-pubblicazione .entry-header h1, .single-pubblicazione .entry-header h2, .single-pubblicazione .entry-header h3,
.single-libro .entry-header h1,
.single-libro .entry-header h2,
.single-libro .entry-header h3 {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.single-pubblicazione .images-wrapper.double,
.single-libro .images-wrapper.double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-pubblicazione .images-wrapper.double figure:first-of-type,
.single-libro .images-wrapper.double figure:first-of-type {
  margin-right: 15px;
}
.single-pubblicazione .images-wrapper.double img,
.single-libro .images-wrapper.double img {
  height: auto;
}
@media screen and (min-width: 768px) {
  .single-pubblicazione .images-wrapper.double img,
.single-libro .images-wrapper.double img {
    height: 400px;
  }
}

/* ---------------------------------------
 * Archivio Mostre,
 * Archivio News, 
 * Archivio Skira
 * --------------------------------------- */
.page-template-page-exhibitions .site,
.page-template-page-news .site,
.page-template-page-skira .site,
.home .site {
  padding-top: 58px;
}
.page-template-page-exhibitions.sub-header_fixed .site,
.page-template-page-news.sub-header_fixed .site,
.page-template-page-skira.sub-header_fixed .site,
.home.sub-header_fixed .site {
  padding-top: 100px;
}
.page-template-page-exhibitions .sub-header,
.page-template-page-news .sub-header,
.page-template-page-skira .sub-header,
.home .sub-header {
  top: 58px;
  left: 0;
  right: 0;
  height: 42px;
  background-color: #EFEBEC;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #FE3B1F;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  .page-template-page-exhibitions .sub-header,
.page-template-page-news .sub-header,
.page-template-page-skira .sub-header,
.home .sub-header {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page-template-page-exhibitions .sub-header.fixed,
.page-template-page-news .sub-header.fixed,
.page-template-page-skira .sub-header.fixed,
.home .sub-header.fixed {
  position: fixed;
}
.page-template-page-exhibitions .sub-header a,
.page-template-page-news .sub-header a,
.page-template-page-skira .sub-header a,
.home .sub-header a {
  display: block;
  padding-top: 12px;
  padding-bottom: 8px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FE3B1F;
  outline: none;
}
.page-template-page-exhibitions .sub-header a span,
.page-template-page-news .sub-header a span,
.page-template-page-skira .sub-header a span,
.home .sub-header a span {
  display: none;
}
.page-template-page-exhibitions .sub-header a.active,
.page-template-page-news .sub-header a.active,
.page-template-page-skira .sub-header a.active,
.home .sub-header a.active {
  font-weight: bold;
}
.page-template-page-exhibitions .col-exhibitions,
.page-template-page-news .col-exhibitions,
.page-template-page-skira .col-exhibitions,
.home .col-exhibitions {
  display: none;
  padding-top: 16px;
}
.page-template-page-exhibitions .col-exhibitions.active,
.page-template-page-news .col-exhibitions.active,
.page-template-page-skira .col-exhibitions.active,
.home .col-exhibitions.active {
  display: block;
}
.page-template-page-exhibitions .grid-sizer,
.page-template-page-news .grid-sizer,
.page-template-page-skira .grid-sizer,
.home .grid-sizer {
  height: 0;
}
@media screen and (min-width: 992px) {
  .page-template-page-exhibitions .site,
.page-template-page-news .site,
.page-template-page-skira .site,
.home .site {
    padding-top: 58px;
  }
  .page-template-page-exhibitions.sub-header_fixed .site,
.page-template-page-news.sub-header_fixed .site,
.page-template-page-skira.sub-header_fixed .site,
.home.sub-header_fixed .site {
    padding-top: 109px;
  }
  .page-template-page-exhibitions .sub-header,
.page-template-page-news .sub-header,
.page-template-page-skira .sub-header,
.home .sub-header {
    height: 51px;
    border-bottom: none;
  }
  .page-template-page-exhibitions .sub-header a,
.page-template-page-news .sub-header a,
.page-template-page-skira .sub-header a,
.home .sub-header a {
    cursor: default;
    font-weight: bold;
    border-bottom: 1px solid #FE3B1F;
    outline: none;
  }
  .page-template-page-exhibitions .sub-header a[data-type=future-exb],
.page-template-page-news .sub-header a[data-type=future-exb],
.page-template-page-skira .sub-header a[data-type=future-exb],
.home .sub-header a[data-type=future-exb] {
    color: #959595;
    border-bottom: 1px solid #959595;
  }
  .page-template-page-exhibitions .sub-header .section-toggle,
.page-template-page-news .sub-header .section-toggle,
.page-template-page-skira .sub-header .section-toggle,
.home .sub-header .section-toggle {
    padding-top: 18px;
    padding-bottom: 2px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .page-template-page-exhibitions .sub-header .section-toggle span,
.page-template-page-news .sub-header .section-toggle span,
.page-template-page-skira .sub-header .section-toggle span,
.home .sub-header .section-toggle span {
    display: inline;
  }
  .page-template-page-exhibitions .sub-header a,
.page-template-page-news .sub-header a,
.page-template-page-skira .sub-header a,
.home .sub-header a {
    cursor: default;
  }
  .page-template-page-exhibitions .col-exhibitions,
.page-template-page-news .col-exhibitions,
.page-template-page-skira .col-exhibitions,
.home .col-exhibitions {
    height: calc(100vh - 102px);
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .page-template-page-exhibitions .col-exhibitions::-webkit-scrollbar,
.page-template-page-news .col-exhibitions::-webkit-scrollbar,
.page-template-page-skira .col-exhibitions::-webkit-scrollbar,
.home .col-exhibitions::-webkit-scrollbar {
    display: none;
  }
  .page-template-page-exhibitions .page,
.page-template-page-news .page,
.page-template-page-skira .page,
.home .page {
    margin-bottom: 0;
  }
  .page-template-page-exhibitions .site-footer,
.page-template-page-news .site-footer,
.page-template-page-skira .site-footer,
.home .site-footer {
    margin-top: 0;
  }
}

.exhibition-item {
  margin-bottom: 30px;
}
.exhibition-item a {
  text-decoration: none;
}
.exhibition-item figure {
  margin: 0;
}
.exhibition-item h2 {
  padding-bottom: 0.3em;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Arimo", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  text-transform: uppercase;
  border-bottom: 1px dotted #000;
}
@media screen and (min-width: 992px) {
  .exhibition-item h2 {
    margin-bottom: 0.3em;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.exhibition-item .date-venue {
  padding-bottom: 0.3em;
  color: #FE3B1F;
}
.exhibition-item .date {
  display: block;
  font-weight: bold;
}
.exhibition-item .venue {
  display: block;
}
@media screen and (min-width: 992px) {
  .future-exb .exhibition-item .download-item a,
.future-exb .exhibition-item .date-venue {
    color: #959595;
  }
}
.exhibition-item.pubblication h2 {
  margin-bottom: 0;
}
.exhibition-item.pubblication figure {
  margin-bottom: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #EADED9;
  text-align: center;
}
.exhibition-item.pubblication figure img {
  display: block;
  width: auto;
  height: 220px;
  margin: auto;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

.page-template-page-skira .current-exb .exhibition-item figure {
  margin-bottom: 8px;
  background-color: #fff;
  line-height: 0;
  text-align: center;
}
.page-template-page-skira .current-exb .exhibition-item figure img {
  height: 400px;
  width: auto;
}

@media screen and (max-width: 991px) {
  .archive-infinite_current,
.archive-infinite_events {
    height: auto !important;
  }
  .exhibition-item {
    position: static !important;
  }
}
/* ---------------------------------------
 * Home
 * --------------------------------------- */
/* v1
.intro-message {
	position: fixed;
	top: 58px;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5em;
	color: #fff;
	background-color: $color__text-title;
	@include font-size(3);
	font-family: $font__title;
	text-align: center;
	z-index: 100;

	br { display: none; }


	@media screen and (min-width: $breakpoint__lg){
		@include font-size(5);
		line-height: 1.2;

		br { display: inline; }
	} 
} */
.intro-message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  color: #FE3B1F;
  background-color: #fff;
  font-size: 20.8px;
  font-size: 1.3rem;
  font-family: "Rando", Times, serif;
  font-weight: bold;
  text-align: center;
}
.intro-message br {
  display: none;
}
@media screen and (min-width: 992px) {
  .intro-message {
    padding: 20px 0;
    font-size: 44.8px;
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .intro-message br {
    display: inline;
  }
}

/* ---------------------------------------
 * Archivio News
 * Archivio Libri Skira
 * --------------------------------------- */
.page-template-page-news,
.page-template-page-skira {
  background-color: #FDF0EA;
}
.page-template-page-news .site-header,
.page-template-page-news .sub-header,
.page-template-page-news .info-sidebar,
.page-template-page-skira .site-header,
.page-template-page-skira .sub-header,
.page-template-page-skira .info-sidebar {
  background-color: #FDF0EA;
}

/* ---------------------------------------
 * Single News
 * --------------------------------------- */
.single-post,
.single-news {
  background-color: #FDF0EA;
}
.single-post .site-header,
.single-post .sub-header,
.single-post .info-sidebar,
.single-news .site-header,
.single-news .sub-header,
.single-news .info-sidebar {
  background-color: #FDF0EA;
}

/* ---------------------------------------
 * Archivio 
 * Risultati della ricerca 
 * --------------------------------------- */
.page-template-page-archive .sub-header-search,
.search-results .sub-header-search,
.search-no-results .sub-header-search {
  margin-bottom: 20px;
}
.page-template-page-archive .load-more,
.search-results .load-more,
.search-no-results .load-more {
  display: none;
  padding-top: 0.25em;
  text-transform: uppercase;
}
.page-template-page-archive .load-more span,
.search-results .load-more span,
.search-no-results .load-more span {
  cursor: pointer;
}
@media screen and (min-width: 992px) and (min-height: 920px) {
  .page-template-page-archive .load-more,
.search-results .load-more,
.search-no-results .load-more {
    display: block;
  }
}
.page-template-page-archive .archive-item,
.search-results .archive-item,
.search-no-results .archive-item {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 4px;
  border-bottom: 1px dotted #000;
}
.page-template-page-archive .archive-item .archive-toggle,
.search-results .archive-item .archive-toggle,
.search-no-results .archive-item .archive-toggle {
  cursor: pointer;
}
.page-template-page-archive .archive-item h2,
.search-results .archive-item h2,
.search-no-results .archive-item h2 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Arimo", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  text-transform: uppercase;
}
.page-template-page-archive .archive-item .date,
.search-results .archive-item .date,
.search-no-results .archive-item .date {
  display: block;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Arimo", Helvetica, Arial, sans-serif;
  color: #FE3B1F;
}
.page-template-page-archive .archive-item .venue,
.search-results .archive-item .venue,
.search-no-results .archive-item .venue {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Arimo", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #FE3B1F;
}
@media screen and (min-width: 992px) {
  .page-template-page-archive .archive-item h2,
.page-template-page-archive .archive-item .date,
.page-template-page-archive .archive-item .venue,
.search-results .archive-item h2,
.search-results .archive-item .date,
.search-results .archive-item .venue,
.search-no-results .archive-item h2,
.search-no-results .archive-item .date,
.search-no-results .archive-item .venue {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page-template-page-archive .archive-item .archive-content,
.search-results .archive-item .archive-content,
.search-no-results .archive-item .archive-content {
  display: none;
  padding-top: 16px;
}
.page-template-page-archive .archive-item .archive-content figure,
.search-results .archive-item .archive-content figure,
.search-no-results .archive-item .archive-content figure {
  margin: 0;
}
.page-template-page-archive .archive-item .archive-content figure img,
.search-results .archive-item .archive-content figure img,
.search-no-results .archive-item .archive-content figure img {
  max-height: 500px;
  width: auto;
}
.page-template-page-archive .archive-item .archive-content .inner,
.search-results .archive-item .archive-content .inner,
.search-no-results .archive-item .archive-content .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.page-template-page-archive .archive-item .archive-content .permalink,
.search-results .archive-item .archive-content .permalink,
.search-no-results .archive-item .archive-content .permalink {
  display: inline;
  padding-left: 1.5em;
  margin-top: 16px;
  text-decoration: none;
  background: url(img/arrow-r-b.svg) left center no-repeat;
  background-size: 16px 6px;
  line-height: 1.45;
}
.page-template-page-archive .archive-item .archive-content .slideshow-wrapper img,
.search-results .archive-item .archive-content .slideshow-wrapper img,
.search-no-results .archive-item .archive-content .slideshow-wrapper img {
  margin-right: 16px;
}
.page-template-page-archive .no-results,
.search-results .no-results,
.search-no-results .no-results {
  border-bottom: none;
}
.page-template-page-archive .no-results .archive-toggle,
.search-results .no-results .archive-toggle,
.search-no-results .no-results .archive-toggle {
  cursor: default;
}
@media screen and (min-width: 992px) {
  .page-template-page-archive .site-content,
.search-results .site-content,
.search-no-results .site-content {
    min-height: calc(100vh - 215px);
  }
}

/* ---------------------------------------
 * 404
 * --------------------------------------- */
.error404 .content-area {
  min-height: 60vh;
  margin-top: 40px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.responsive-embed {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Slick slider
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
/*# sourceMappingURL=style.css.map */