/*@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700");*/
@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeue.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Roboto', sans-serif;
}

/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

.top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 75px;
}
@media only screen and (max-width: 1200px) {
  .top {
    position: absolute;
  }
}

.top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0 0 rgba(0, 0, 0, .15);
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.top--scrolled .top__wrapper {
  background-color: #000;
}
.top__logo {
  padding-top: 20px;
}
.top__logo-img {
  display: block;
}

.top__toggle {
  display: none;
  color: #e10032;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 38px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.top--scrolled .top__toggle{
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .top__toggle {
    display: block;
  }
}

.top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 1200px) {
  .top__content {
    display: none;
    position: absolute;
    background-color: #fff;
    top: 60px;
    right: 0;
    padding: 50px 25px 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-bottom: 3px solid #e10032;
  }
}

.top__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 25px;
}

@media only screen and (max-width: 1200px) {
  .top__left {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .top__right {
    text-align: center;
  }
}

.top__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .top__cta {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: auto;
    padding: 15px 0;
  }
}

.top__cta-item {
  margin-left: 20px;
}

@media only screen and (max-width: 1200px) {
  .top__cta-item {
    margin-left: 0;
  }
}

.top__cta-href {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.top--scrolled .top__cta-href {
  color: #fff;
}
.top__cta-href i {
  margin-right: 3px;
}

@media only screen and (max-width: 1200px) {
  .top__cta-href {
    color: #000;
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}

@media only screen and (max-width: 1200px) {
  .nav__list {
    display: block;
    height: auto;
    margin-bottom: 50px;
  }
}

.nav__item {
  margin-right: 30px;
}

@media only screen and (max-width: 1200px) {
  .nav__item {
    margin-right: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #BEBBB4;
    text-align: right;
  }
}

.nav__href {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.top--scrolled .nav__href {
  color: #fff;
}

.nav__href:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  .nav__href {
    font-size: 16px;
    color: #000;
  }
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
   * Owl Carousel v2.2.1
   * Copyright 2013-2017 David Deutsch
   * Licensed under  ()
   */
/*
   * 	Default theme - Owl Carousel CSS File
   */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.banner__item {
  padding-bottom: 45%;
  min-height: 450px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.banner__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1170px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner__content {
  position: absolute;
  top: 50%;
  max-width: 450px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 1200px) {
  .banner__content {
    max-width: 100%;
    left: 0;
    right: 0;
    margin-top: 50px;
    text-align: center;
    padding: 0 15%;
  }
}

.banner__title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
}

.banner__text {
  color: #fff;
  font-size: 18px;
  line-height: 1.35em;
  font-weight: 300;
  margin-bottom: 25px;
}

.banner__href {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 90px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 10px 30px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.banner__href:hover {
  background-color: #fff;
  color: #e10032;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 58px;
  color: #fff;
}

.owl-prev {
  left: 15px;
}

.owl-next {
  right: 15px;
}

.links__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px;
  margin: 0 -10px;
}

.links__item {
  width: 33.33%;
  padding: 10px;
}

@media only screen and (max-width: 1200px) {
  .links__item {
    width: 50%;
  }
}

.links__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F7F8F9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 20px;
  height: 125px;
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .links__box {
    height: 100px;
  }
}

.links__box:hover {
  background-color: #e8ebee;
}

.links__box::after {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #e10032;
  font-size: 28px;
}

@media only screen and (max-width: 1200px) {
  .links__box::after {
    display: none;
  }
}

.links__logo {
  width: 30%;
  text-align: center;
}

.links__logo img {
  max-width: 100%;
}

@media only screen and (max-width: 1200px) {
  .links__logo {
    width: 100%;
  }
}

.links__text {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  width: 70%;
}

@media only screen and (max-width: 1200px) {
  .links__text {
    display: none;
  }
}

.calendar {
  padding: 50px 0;
}

.calendar__title {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  color: #5A5A5A;
  margin-bottom: 25px;
}

.calendar__controls-top {
  position: relative;
}

.calendar__controls-filter {
  padding: 25px 0;
  border-top: 3px solid rgba(149, 152, 154, 0.2);
  border-bottom: 1px solid rgba(149, 152, 154, 0.2);
}

@media only screen and (max-width: 1200px) {
  .calendar__controls-filter {
    padding: 25px 15px;
  }
}

.calendar__tabs {
  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;
}

@media only screen and (max-width: 1200px) {
  .calendar__tabs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.calendar__tabs-item {
  font-size: 18px;
  font-weight: 300;
  color: #95989A;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  padding: 15px;
  margin-bottom: -3px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .calendar__tabs-item {
    font-size: 16px;
    padding: 10px;
  }
}

.calendar__tabs-item:hover {
  color: #e10032;
}

.calendar__tabs-item.active {
  border-color: #e10032;
}

.calendar__view {
  position: absolute;
  right: 15px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #95989A;
  font-size: 22px;
}

@media only screen and (max-width: 1200px) {
  .calendar__view {
    font-size: 16px;
    right: 10px;
  }
}

.calendar__view-item {
  padding: 15px 5px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .calendar__view-item {
    padding: 10px 0;
  }
}

.calendar__view-item.active {
  color: #e10032;
}

.calendar__view-item:hover {
  color: #626567;
}

.calendar__view-item a {
  color: #95989A !important;
  text-decoration: none !important;
}
.calendar__view-item.active a{
  color: #e10032 !important;
}

.calendar__view-item:hover a{
  color: #626567 !important;
}

.calendar__tags {
  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: 25px 0;
}

@media only screen and (max-width: 1200px) {
  .calendar__tags {
    display: none;
  }
}

.calendar__tags-item {
  margin: 0 10px;
  padding: 5px 10px;
  border: 1px solid #CFD8DC;
  color: #95989A;
  font-weight: 300;
  border-radius: 90px;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.calendar__tags-item:hover {
  color: #626567;
  border-color: #95989A;
}

.calendar__tags-item:hover::before {
  color: #95989A;
}

.calendar__tags-item.active {
  color: #e10032;
  border-color: #e10032;
}

.calendar__tags-item.active::before {
  color: #e10032;
}

.calendar__tags-item::before {
  content: '\f02b';
  color: #CFD8DC;
  font-family: 'FontAwesome';
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.calendar__form {
  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;
}

@media only screen and (max-width: 1200px) {
  .calendar__form {
    display: block;
  }
}

.calendar__select {
  color: #95989A;
  height: 43px;
  display: block;
  width: 100%;
  border: 1px solid #CFD8DC;
  background-color: #fff;
  border-radius: 90px;
  padding: 0 35px 0 15px;
  outline: none;
  -webkit-appearance: none;
}

.calendar__select-wrap {
  width: 20%;
  margin: 0 10px;
  position: relative;
}

.calendar__select-wrap::after {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #95989A;
  content: '\f107';
  font-family: 'FontAwesome';
}

@media only screen and (max-width: 1200px) {
  .calendar__select-wrap {
    width: 100%;
    margin: 10px 0;
  }
}

.calendar__submit_btn,
.calendar__submit {
  color: #e10032;
  height: 43px;
  border: 1px solid #e10032;
  background-color: transparent;
  border-radius: 90px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 10px;
  padding: 0 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.calendar__submit_btn {
  background: #fff;
}

.calendar__submit_btn:hover,
.calendar__submit:hover {
  background-color: #e10032;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .calendar__submit {
    margin: 10px 0;
  }
}

.calendar__list {
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 15px;
}

.calendar__list-item {
  margin-bottom: 20px;
  background-color: #F7F8F9;
  border-radius: 5px;
  overflow: hidden;
}
.calendar__list-item--map {
  margin-bottom: 2px;
  border-radius: 0;
  width: 300px;
  max-width: 100%;
}
.calendar__list-item--featured {
  border: 2px solid #e10032;
}
.calendar__list-item--map:last-child {
  margin-bottom: 0;
}
.calendar__list-item--map .calendar__list-block{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.calendar__list-item--map .calendar__list-date{
  position: relative;
}
.calendar__list-item--map .calendar__list-content {
  padding: 10px;
  width: 100%;
}
.calendar__list-item--map .calendar__list-title {
  color: #333333;
  text-decoration: none;
}

.calendar__list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .calendar__list-block {
    display: block;
  }
}

.calendar__list-image {
  width: 25%;
  position: relative;
  min-width: 25%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media only screen and (max-width: 1200px) {
  .calendar__list-image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.calendar__list-img {
  display: block;
  width: 100%;
}

.calendar__list-date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e10032;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.calendar__list-date--day {
  font-size: 28px;
  font-weight: bold;
}

.calendar__list-date--mon {
  font-size: 15px;
  font-weight: bold;
}

.calendar__list-content {
  width: 75%;
  min-width: 75%;
  padding: 10px 25px;
}

@media only screen and (max-width: 1200px) {
  .calendar__list-content {
    width: 100%;
  }
}

.calendar__list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .calendar__list-top {
    display: block;
  }
}

.calendar__list-location {
  color: #95989A;
  font-size: 15px;
}

@media only screen and (max-width: 1200px) {
  .calendar__list-location {
    margin-bottom: 5px;
  }
}

.calendar__list-time {
  color: #5A5A5A;
  font-size: 14px;
}

.calendar__list-time::before {
  content: '\f017';
  font-family: 'FontAwesome';
  margin-right: 2px;
}

.calendar__list-title a,
.calendar__list-title {
  font-size: 22px;
  font-family: 'Bebas Neue', sans-serif;
  padding: 10px 0;
  letter-spacing: .5px;
  color: #000;
  text-decoration: none;
}

.calendar__list-title a:hover {
  text-decoration: underline;
}

.calendar__list-text {
  color: #5A5A5A;
  line-height: 1.5em;
  font-size: 16px;
  margin-bottom: 15px;
}

.calendar__list-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .calendar__list-bottom {
    display: block;
    /*text-align: center;*/
  }
}

.calendar__list-href {
  color: #e10032;
  /*border: 2px solid #e10032;*/
  /*padding: 10px 20px;*/
  font-size: 15px;
  text-decoration: none;
  /*text-transform: uppercase;*/
  display: inline-block;
  margin-bottom: 10px;
  /*border-radius: 20px;*/
  margin-right: 10px;
}

.calendar__list-href:before {
  content: "\f054";
  display: inline-block;
  padding-right: 5px;
  font-family: FontAwesome;
}

@media only screen and (max-width: 1200px) {
  .calendar__list-href {
    margin-right: 0;
  }
}

.calendar__list-href--full {
  background-color: #e10032;
  color: #fff;
}

.calendar__list-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .calendar__list-tags {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.calendar__list-tag {
  margin: 5px !important;
  display: inline-block;
  color: #fff;
  background-color: #BEBBB4;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 90px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.calendar__list-tag:hover {
  background-color: #e10032;
}

.plan__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #fff;
  height: 85px;
  overflow: hidden;
}

.plan__item:first-child {
  border-radius: 5px 5px 0 0;
}

.plan__item:nth-child(odd) {
  background-color: #F5F5F4;
}

.plan__item:last-child {
  border-radius: 0 0 5px 5px;
}

.plan__date {
  width: 60px;
  color: #fff;
  background-color: #e10032;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 15px;
}

.plan__date span {
  display: block;
  font-size: 28px;
  font-weight: bold;
}

.plan__data {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 15px;
}

.plan__cta {
  padding-right: 15px;
}

.plan__cta a {
  text-decoration: none;
  color: #fff;
  background-color: #e10032;
  border-radius: 20px;
  padding: 8px 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.plan__cta a:hover {
  background-color: #ab052a;
}

.plan__cta a i {
  margin-right: 3px;
}

.plan__time {
  color: #5A5A5A;
  font-size: 14px;
  margin-bottom: 5px;
}

.plan__title a,
.plan__title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
}

.plan__title a:hover {
  text-decoration: underline;
}

.download {
  background-size: cover;
  background-position: center bottom;
}

.download__wrapper {
  padding: 45px 0;
  text-align: center;
}

.download__title {
  text-transform: uppercase;
  font-size: 32px;
  color: #fff;
  margin-bottom: 10px;
}

.download__text {
  max-width: 770px;
  margin: 0 auto;
  color: #fff;
  line-height: 1.5em;
}

.download__cta {
  margin-top: 25px;
}

.download__href {
  font-size: 20px;
  text-transform: uppercase;
  padding: 15px 50px;
  display: inline-block;
  background-color: #fff;
  border-radius: 30px;
  margin: 0 15px;
  color: #e10032;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #e10032;
}

@media only screen and (max-width: 1200px) {
  .download__href {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.download__href--red {
  color: #fff;
  background-color: #e10032;
}

.footer {
  padding: 25px 0;
  background-color: #F7F8F9;
  border-top: 1px solid #ECEFF1;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

@media only screen and (max-width: 1200px) {
  .footer__container {
    display: block;
  }
}

.footer__col {
  padding: 15px;
  width: 25%;
  min-width: 25%;
}

@media only screen and (max-width: 1200px) {
  .footer__col {
    width: 100% !important;
  }
}

.footer__col--wide {
  width: 50%;
}

.footer__title {
  font-size: 15px;
  color: #707173;
  margin-bottom: 15px;
}

.footer__nav ul, .footer .menu-footer-menu-widget-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer__nav ul li, .footer .menu-footer-menu-widget-container ul li {
  margin-bottom: 10px;
}

.footer__nav ul li a, .footer .menu-footer-menu-widget-container ul li a {
  text-decoration: none;
  color: #95989A;
  font-size: 14px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.footer__nav ul li a:hover, .footer .menu-footer-menu-widget-container ul li a:hover {
  color: #e10032;
}

.footer__social-item {
  background-position: center left;
  background-repeat: no-repeat;
  height: 30px;
  line-height: 30px;
  padding-left: 45px;
  margin-bottom: 10px;
}

.footer__social-item a {
  text-decoration: none;
  color: #95989A;
  font-size: 14px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.footer__social-item a:hover {
  color: #e10032;
}

.footer__social-item--fb {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABHNCSVQICAgIfAhkiAAAAipJREFUSIntlT1MU2EUhp9zb1tSiOWqSLDlR+NPCJg0uKCGzUkXHbSTi7jpKgmziehiGHXRHQdGBsJiFBIHYzSh0RAgRJASAU3baP/uPQ6Qq7VXS1MuLrzbm/Od+3znnJz7CagMJJ7ddmAYISpg4INUURE2RHn46vmtRzKQeHpHhXuKWqiICOIXGEEF8qIMBRwYBrUEMfxBbmm7IAHCDgwbCFFUfER63YJoQMDXSr25GIHd+JBpCJ1Riwtn2zlzupXDViOmKeTyJZZTGR48eVmRUze4qTFEfzzGlYvddEYjHGhqIBQ0EQHHUQ5Gwp55dYFNUzgXj3HjapzjMYtAwKiIB4Pe21nXzna0NXO+r8MTWk11VdxxNEL3iRYX+i2d4/W7Fd5/SFEo2QD8yJV2H3zICtPW0uT6T6k0YxOzzC9tYDv6z9y6Wh0KmDSEft09ncmxuPy1KrRuMALy27/HdpRi0d5Rqi8Pwk5U04z74zF6T7W6vufkkbJ4V7SZwWt9rldV0tkC45NJ9I/u1whuJ3G596/xrphVBi7ZDnNLm4xPJivO+trqQtFmJZWuqNZ3cLFo83kt4xmrqdXJ+S9MvJhz/bGYVTbntfUsb2ZXXZ/9XuBtchUv1QSeml5ganrB9dcv9ZSBPy5uMPK48iXy0n9bp33wPtg/sCqqSvV3bBelihrAJrK3YGDTQGRUIL+nWJFRY2bs5ogoQ6osKzh+sbbHuS7K3Zmxwfs/AbzStIVOzjUtAAAAAElFTkSuQmCC");
}

.footer__social-item--yt {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAWCAYAAADXYyzPAAAABHNCSVQICAgIfAhkiAAAAcNJREFUSIm91j1LHGEUxfHfjC8haiAIQQhpFMQiYhO7NKksLdRPkNoPYOWn0DZYWdpYCIKQxjJlKislREQSElwVdXdPih1hMQnsri8HDgwz3Pk/c5/DM7eA8Bzv8AFv8Qav8ELr2QD60YeicrtSuYE6bnCJM5ziG77iM74UXArDYT38Ds2QR3KzYqyHYWEh1B4ReNe1sFBiEUOeTkNYLDHj7z17TBWYKTH2hNBbjZW6afPEBKurTE5S3KtJQ8JVx8GYnk7OzpLDw2RlJRke7jVgV0K9K/DFRZIk9Xqyv5/MzycjI92C60KjJ3CSNJtJrZbs7iazs0lRdApu6OrQuAtu18lJsrTU8WFSIvdJiYTDQ5aX2dnpuKq/Z3CzydERm5usrXF83E11hOuuW31zk2xsJOPjSVn2kupr4bzjgqmpZGsrmZvrFXjr8yL8wGhHDerrY3CQy8teNqddP0ut/2VnajQeAgqnJQ4e4k1d6qDENq6eEHqFbWE07N0jKN16L4wWkNZ89RHv8RovMYJnGNSatcrK/HvmgmblBq6rr6vhF75jH58KTou2yrKCDVWwgTvAdtj/wLfX7Qu4qRZxgVrRuu8P+EuODQ53ZsAAAAAASUVORK5CYII=");
}

.footer__social-item--ig {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABHNCSVQICAgIfAhkiAAAB+hJREFUSImllmuMXlUVht+19j7nO+ebb6a002mlXCpDS7G1lItTHESEIpRWkhKb4V8RlUu9/TGiMZg4hgSVgMaQGDGIl4RGZhJaEWoREsTUQqEF2krTQqmGS6G2M+3Mdz/n7PX6Q4oz0xYkvr/OyV77ffZea++VLZii/oEtaaVSWRopVoG4CLQzBdKlYOJCiD0hkVG8mURGeCN9IF0wekPuA5ousOoKvhUV2Cat8Gi12d5y987l9YkcOfaxYsWrpaizfgki3qGCflhQpVBocCA9DZEZYzN4I7wZfDBEhnf/CRco3gAXRFwAJFCUYmLYpgw/CO9Unvrmm5c03wOvWLGx1KkzBhjJvQpOEzBXYVXJpiMbEUPDm7ViIo/NzAeDNzAmISFIbIAPUDV6F5g4oEOIVCkpRDoBiQEZF+DbaRsP3rBzeV0A4Euf2XxFiPmwCLqUNmqCp4PqQ7nZs+HPBw8M4/owtSTvpwEMucsXoScpxf0ifkCEy1R0plFrsGJNxwvNjTLQvyXtdq0nBLxEhSMG/Hw8y+55cOvK8Q8Dm6ghDLno/HpnFGIZAyC+41ZRfIPQUwE8B8i1fmZRWxoL+5VFDuLpgvJ/Qgdc+bzWxwLddeapZeaPNIpp9yW+dS5Frie0T8wu9mWfrVKYOoQqRB/66bOrPhB6H26JTlt8VsVbSWYmHdVPbL81PzZWXnxFl0O+2oneTlIdNfXt8XvodL0TWRYoZ0DdSl+SrM/B6CU0rGl/OxlsEIPav7hyDr1fKrD5gHR7iIyzPvqXJT/ZR4bnn95Z353lpl1R4cQEFCUpzhLRIg9bfVQadxAa7EIfMTvdwxAxNLe/WDp4IujGeYNdWum4loLVDkWfQOY4QAUmSpgI3xaR7Vct6djQbI8/Apv2Ry+SUrwWua3/557iyHQ8aT1LPtcI4mCUOT5G0RUzMGZoDGPNcad347zBrric3ihiaxWYp2DkgBEYX1cVE2IugNMEMlsECztLbhbaY/e3i8pdLdYlfq0+eisGCwD4K69pKGgG1+kTFknJcsQMralQAvJUJbpWUaxV4wIFxwCsU7hNgcUhmBIm3Qq7yol8QUR6QblZYxn5057RBwYxaBP9PELLaFRh4hNmUYqCkYV8KnjLx7/XG1m+WkXmKTgGsztEdHjTznBggqk8t2jwRa+yF8CdEJkLyurPL9atg7uwa6JfZEUR1JGE9wlzjS0gZmFTwerCEkf2KRkJuS40w/An99315tTELH158J0dZ39rvabJ2VC9DZQlZvJpYDJYkNORCOJVE8skYRsJJmd6G26JynGzt5TU5qRxfSSJGps27SsfmLq4YzrvtbsPeQmPeQuHvYRZXopzX140GE9KNY2KAp6F+FSakvoWSzI50/GltYp3occBKuTrMB4axM+Oy8p/dwPuLvIR53Q/qH0KnY682gXg8IQdQxmBCOIr6TgS18ZUsAu5lCtBKBABzYw8GfSYIgmE0aAUwKRqmUwcVwkABAbAV9IaY9dGpJPBC7P91QPl0w6L0MRsLmjdBESAky5AQn6K866XdEbg6AX73hmbBNZ3b6sJNElqTNM60rQ22WT79jxKav+I0sbbvtyaGZdbn60PXD77ZNA3z72hO06a14hkswTFIWGxVzCcTQIjQMWgGkyTtGmlUgOlpKlTzRJf2+FLre1R2ipc0r6Rlcaq6przZnHCAwIAxq+8sjv6SH1FlDbX+rgVVLJdmmWbj1sdqQKDIJiPS40i8lkplsJPjev83XOvVr9y4QaILBSgF0HulNifXbv5gseq5kZQCNlMTgktuUaz9loRzoDgDYFtmPP33+44rhQMnoQoJPdxqdWMfFbyrkiOCwQ4Go4+HKcds1RwMyBzWchtEuSLKLjfVAxx6BXks5xIIPgGab/Javk6AU5wA5goTAxseR+3qj7Kp3sXOjgAJ8OY1K9n/HL/GL/T+4uWlUYAWS0OSxDcLDjrgzqB0gQ8CGCXBdvQKsbWzd21+chU5BAGnMLKRihgNR8l+Rs+Ks5Ub2lj4YLZwN7jmoT8eP8YgQey756zWcwtpRbzqa5bAYFwlIXsc5I/P+3RbbtnnHCnQN9He3oKYfk/h8Pe8nEaXkDES13M1LvkYgDrTzRRAMMPX9kDYA8HEVer53SJmFRGSmMy/FJ2ojkTZWn5IpBdBEWEOzx9/mhUjr6usXQijgb4qwVPypf3Vt/PRAaRAa8cfr+YiXq556sVKq8DOEMAk8I26bSybdGy36aVJNbO8jKbdsbX+IdPdf6vph+kfy0aqJRP5U0itpxgmeBLWcueEQBo/fqyla4jWSelqCKxP4hS9AR9vN6pPY8Dvz8o1+NDPW+HAHfZ1Vd3O0v6snbluqJRWV5k6ZzApG4mNy3Y/drDAgAc6k8t6VmDNLkLUdQF71sa+cN0rgrROiANIVsgC+ZGhIKSBbKdwZpB0Ggh1INyLPfF0ZCEo1IOR125GEu6QrNjRlZPy0W7UrXCfx/t/IH5++4df68D8fGrO0J59jJN0tvh4j6oUzh9t0mJwUChkSGARQHkBdDOwXYO1jKwkYPjuYSxIMWoaTgiyI9GEuply2rpS6EZ/yjUSo/P33fvODCl9XFowKF3+nSUui5GFK+k6PkQPR2CTiETGD0tKPJCkOXCLANbGaSVGWuZcTwvwljeyo9YrRjl2zaqLxbjblN9NH3mrK3FYcHweyX7N9TyM5h+77PZAAAAAElFTkSuQmCC");
}

.footer__links {
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .footer__links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer__links-item {
  width: 14.66%;
  margin: 1%;
  padding: 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ECEFF1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .footer__links-item {
    width: 30.33%;
    margin: 1.5%;
  }
}

.footer__links-item:hover {
  background-color: #dde3e6;
}

.footer__links-item img {
  max-width: 100%;
  width: 100%;
}

.footer__copy {
  background-color: rgba(149, 152, 154, 0.65);
}

.footer__copy ul {
  list-style-type: none;
  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;
  margin: 0;
  padding: 15px 0;
}

.footer__copy ul li {
  margin: 0 5px;
}

.footer__copy ul li a {
  text-decoration: none;
  color: #707173;
  font-size: 14px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.footer__copy ul li a:hover {
  color: #e10032;
}

.blog {
  padding: 50px 0;
}

.blog__top-title {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  color: #5A5A5A;
  margin-bottom: 25px;
}

.blog__top-strip {
  padding: 15px 0;
  background-color: #F7F8F9;
  border-top: 3px solid rgba(149, 152, 154, 0.2);
}

.blog__tags ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  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;
}

@media only screen and (max-width: 1200px) {
  .blog__tags ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.blog__tags ul li a {
  margin: 10px 5px;
  padding: 5px 10px;
  border: 1px solid #CFD8DC;
  color: #95989A;
  font-weight: 300;
  border-radius: 90px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.blog__tags ul li a:hover {
  color: #626567;
  border-color: #95989A;
}

.blog__tags ul li a:hover::before {
  color: #95989A;
}

.blog__tags ul li a.active {
  color: #e10032;
  border-color: #e10032;
}

.blog__tags ul li a.active::before {
  color: #e10032;
}

.blog__tags ul li a::before {
  content: '\f02b';
  color: #CFD8DC;
  font-family: 'FontAwesome';
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-right: 5px;
}

.blog__list {
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 15px;
}

.blog__list-item {
  margin-bottom: 20px;
  background-color: #F7F8F9;
  border-radius: 5px;
  overflow: hidden;
}

.blog__list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .blog__list-block {
    display: block;
  }
}

.blog__list-image {
  width: 25%;
  position: relative;
  min-width: 25%;
}

@media only screen and (max-width: 1200px) {
  .blog__list-image {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}

.blog__list-img {
  display: block;
  width: 100%;
}

.blog__list-content {
  width: 75%;
  min-width: 75%;
  padding: 10px 25px;
}

@media only screen and (max-width: 1200px) {
  .blog__list-content {
    width: 100%;
  }
}

.blog__list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .blog__list-top {
    display: block;
  }
}

.blog__list-category {
  color: #95989A;
  font-size: 15px;
}

@media only screen and (max-width: 1200px) {
  .blog__list-category {
    margin-bottom: 5px;
  }
}

.blog__list-date {
  color: #5A5A5A;
  font-size: 14px;
}

.blog__list-date::before {
  content: '\f073';
  font-family: 'FontAwesome';
  margin-right: 2px;
}

.blog__list-title {
  font-size: 22px;
  font-family: 'Bebas Neue', sans-serif;
  padding: 10px 0;
  letter-spacing: .5px;
}

.blog__list-text {
  color: #5A5A5A;
  line-height: 1.5em;
  font-size: 16px;
  margin-bottom: 25px;
}

.blog__list-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .blog__list-bottom {
    display: block;
  }
}

.blog__list-href {
  color: #e10032;
  font-size: 15px;
  text-decoration: none;
}

.blog__list-href:hover {
  text-decoration: underline;
}

.blog__list-href::before {
  content: '\f054';
  display: inline-block;
  padding-right: 5px;
  font-family: 'FontAwesome';
}

.single {
  padding: 50px 0;
}

.single__date {
  color: #5A5A5A;
  font-size: 14px;
}

.single__date::before {
  content: '\f073';
  font-family: 'FontAwesome';
  margin-right: 2px;
}

.single__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 30px;
  color: #707173;
  margin: 10px 0;
}

.single__content {
  color: #5A5A5A;
  font-size: 15px;
  line-height: 1.5em;
}

.single__content img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 1200px) {
  .single__content img {
    margin: 10px 0;
    width: 100%;
  }
}

.contact {
  padding: 50px 0;
}

.contact__title {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  color: #5A5A5A;
  margin-bottom: 25px;
}

.contact__text {
  color: #5A5A5A;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  max-width: 980px;
  margin: 0 auto 50px;
}

.contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

@media only screen and (max-width: 1200px) {
  .contact__container {
    display: block;
  }
}

.contact__subtitle {
  font-size: 20px;
  font-weight: 300;
  color: #707173;
  margin-bottom: 10px;
}

.contact__info {
  padding: 0 15px;
  min-width: 40%;
  width: 40%;
}

@media only screen and (max-width: 1200px) {
  .contact__info {
    width: 100%;
    min-width: 100%;
    margin-bottom: 25px;
  }
}

.contact__data {
  font-size: 15px;
  color: #5A5A5A;
  line-height: 1.5em;
}

.contact__mail {
  color: #e10032;
  text-decoration: none;
  margin: 5px 0;
  display: inline-block;
}

.contact__mail:hover {
  text-decoration: underline;
}

.contact__form {
  padding: 25px 0;
}

.contact__form form input[type=text], .contact__form form input[type=email] {
  color: #95989A;
  height: 43px;
  display: block;
  width: 100%;
  border: 1px solid #CFD8DC;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 15px;
  outline: none;
  margin-bottom: 15px;
}

.contact__form form textarea {
  color: #95989A;
  height: 43px;
  display: block;
  width: 100%;
  border: 1px solid #CFD8DC;
  background-color: #fff;
  border-radius: 20px;
  height: 160px;
  padding: 10px 15px;
  resize: none;
  overflow: auto;
  outline: none;
  margin-bottom: 15px;
}

.contact__form form span {
  font-size: 12px;
  color: rgba(90, 90, 90, 0.5);
}

.contact__form form input[type=submit] {
  float: right;
  background-color: #fff;
  color: #e10032;
  border: 1px solid #e10032;
  border-radius: 20px;
  display: inline-block;
  padding: 10px 25px;
  font-size: 17px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.contact__form form input[type=submit]:hover {
  color: #fff;
  background-color: #e10032;
}

.contact__form form::after {
  content: '';
  clear: both;
}

.contact__map {
  padding: 0 15px;
  min-width: 60%;
  width: 60%;
}

@media only screen and (max-width: 1200px) {
  .contact__map {
    width: 100%;
    min-width: 100%;
  }
}

.contact__iframe {
  position: relative;
  padding-bottom: 70%;
}

.contact__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.sidebar {
  padding: 25px 0;
}

.sidebar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

@media only screen and (max-width: 1200px) {
  .sidebar__container {
    display: block;
  }
}

.sidebar__sidebar {
  width: 25%;
  min-width: 25%;
  padding: 0 15px;
}

@media only screen and (max-width: 1200px) {
  .sidebar__sidebar {
    width: 100%;
    min-width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
}

.sidebar__sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar__sidebar ul li {
  display: block;
  margin-bottom: 5px;
}

.sidebar__sidebar ul li.current-menu-item > a{
  background-color: #e10032;
}

.sidebar__sidebar ul li.current-menu-item > a {
  color: #fff !important;
}

.sidebar__sidebar ul li a {
  display: block;
  border-radius: 5px;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #90A4AE;
  padding: 8px 15px 8px 25px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.sidebar__sidebar .sub-menu {
  margin-top: 5px;
}
@media only screen and (max-width: 1200px) {
  .sidebar__sidebar ul li a {
    padding: 8px 15px;
  }
}

.sidebar__sidebar ul li a:hover {
  color: #e10032;
}

.sidebar__sidebar ul li > ul {
  padding-left: 25px;
}

.sidebar__sidebar ul li > ul a {
  text-transform: none;
  font-size: 16px;
}

.sidebar__content {
  padding: 0 15px;
  width: 75%;
  min-width: 75%;
}

@media only screen and (max-width: 1200px) {
  .sidebar__content {
    width: 100%;
    min-width: 100%;
  }
}

.sidebar__content-title {
  font-family: 'Bebas Neue', sans-serif;
  color: #707173;
  font-size: 30px;
  letter-spacing: .5px;
}

@media only screen and (max-width: 1200px) {
  .sidebar__content-title {
    text-align: center;
  }
}

.sidebar__content-content {
  font-size: 15px;
  line-height: 1.5em;
  color: #5A5A5A;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
  .sidebar__content-content img {
    margin: 10px 0;
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .sidebar__content-content {
    margin-bottom: 50px;
  }
}

.sidebar__subtitle {
  color: #707173;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}

.sidebar__details-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.sidebar__details-left {
  width: 120px;
  font-size: 15px;
  color: #5A5A5A;
}

.sidebar__details-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 15px;
  color: #5A5A5A;
}

.sidebar__details-right a {
  color: #e10032;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 5px;
}

.sidebar__details-right a:hover {
  text-decoration: underline;
}

.sidebar__item {
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 25px;
}

.sidebar__item--grey {
  background-color: #ECEFF1;
  color: #5A5A5A;
}

.sidebar__item--dark {
  background-color: #37404E;
  color: #fff;
}

.sidebar__item--border {
  border-top: 5px solid #e10032;
  border-bottom: 5px solid #e10032;
}

.sidebar__title {
  margin-bottom: 15px;
  font-size: 20px;
}

.sidebar__title--big {
  font-size: 30px;
}

.sidebar__map {
  padding-bottom: 50%;
  position: relative;
}

.sidebar__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sidebar__data {
  margin: 20px 0;
}

.sidebar__label {
  color: #e10032;
  font-size: 14px;
}

.sidebar__text {
  font-size: 16px;
  line-height: 1.2em;
}

.sidebar__text--small {
  font-size: 12px;
}

.sidebar__line {
  height: 1px;
  background-color: #8D8B87;
}

.sidebar__btn {
  background-color: #fff;
  color: #e10032;
  border: 2px solid #e10032;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: inline-block;
  margin-top: 25px;
}

.sidebar__btn:hover {
  background-color: #e10032;
  color: #fff;
}

.people__item {
  margin-bottom: 25px;
  padding: 15px;
}

.people__item:nth-child(even) {
  background-color: #F7F8F9;
}

.people__title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #707173;
  text-transform: uppercase;
}

.people__text {
  color: #5A5A5A;
  line-height: 1.5em;
}

.people__image img {
  display: block;
  width: 100%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

@media only screen and (max-width: 1200px) {
  .alignright {
    float: none;
    display: block;
    width: 100%;
  }
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

@media only screen and (max-width: 1200px) {
  .alignleft {
    float: none;
    display: block;
    margin: 5px auto 20px;
  }
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  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. */
}

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1200px) {
  .flex--responsive-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex--responsive-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex--responsive-block {
    display: block;
  }
}

.width--0 {
  width: 0%;
}

@media only screen and (max-width: 1200px) {
  .width--0-mobile {
    width: 0%;
  }
}

.width--5 {
  width: 5%;
}

@media only screen and (max-width: 1200px) {
  .width--5-mobile {
    width: 5%;
  }
}

.width--10 {
  width: 10%;
}

@media only screen and (max-width: 1200px) {
  .width--10-mobile {
    width: 10%;
  }
}

.width--15 {
  width: 15%;
}

@media only screen and (max-width: 1200px) {
  .width--15-mobile {
    width: 15%;
  }
}

.width--20 {
  width: 20%;
}

@media only screen and (max-width: 1200px) {
  .width--20-mobile {
    width: 20%;
  }
}

.width--25 {
  width: 25%;
}

@media only screen and (max-width: 1200px) {
  .width--25-mobile {
    width: 25%;
  }
}

.width--30 {
  width: 30%;
}

@media only screen and (max-width: 1200px) {
  .width--30-mobile {
    width: 30%;
  }
}

.width--35 {
  width: 35%;
}

@media only screen and (max-width: 1200px) {
  .width--35-mobile {
    width: 35%;
  }
}

.width--40 {
  width: 40%;
}

@media only screen and (max-width: 1200px) {
  .width--40-mobile {
    width: 40%;
  }
}

.width--45 {
  width: 45%;
}

@media only screen and (max-width: 1200px) {
  .width--45-mobile {
    width: 45%;
  }
}

.width--50 {
  width: 50%;
}

@media only screen and (max-width: 1200px) {
  .width--50-mobile {
    width: 50%;
  }
}

.width--55 {
  width: 55%;
}

@media only screen and (max-width: 1200px) {
  .width--55-mobile {
    width: 55%;
  }
}

.width--60 {
  width: 60%;
}

@media only screen and (max-width: 1200px) {
  .width--60-mobile {
    width: 60%;
  }
}

.width--65 {
  width: 65%;
}

@media only screen and (max-width: 1200px) {
  .width--65-mobile {
    width: 65%;
  }
}

.width--70 {
  width: 70%;
}

@media only screen and (max-width: 1200px) {
  .width--70-mobile {
    width: 70%;
  }
}

.width--75 {
  width: 75%;
}

@media only screen and (max-width: 1200px) {
  .width--75-mobile {
    width: 75%;
  }
}

.width--80 {
  width: 80%;
}

@media only screen and (max-width: 1200px) {
  .width--80-mobile {
    width: 80%;
  }
}

.width--85 {
  width: 85%;
}

@media only screen and (max-width: 1200px) {
  .width--85-mobile {
    width: 85%;
  }
}

.width--90 {
  width: 90%;
}

@media only screen and (max-width: 1200px) {
  .width--90-mobile {
    width: 90%;
  }
}

.width--95 {
  width: 95%;
}

@media only screen and (max-width: 1200px) {
  .width--95-mobile {
    width: 95%;
  }
}

.width--100 {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .width--100-mobile {
    width: 100%;
  }
}

.padding-top--0 {
  padding-top: 0px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--0 {
    padding-top: 0px;
  }
}

.padding-top--5 {
  padding-top: 5px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--5 {
    padding-top: 2.5px;
  }
}

.padding-top--10 {
  padding-top: 10px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--10 {
    padding-top: 5px;
  }
}

.padding-top--15 {
  padding-top: 15px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--15 {
    padding-top: 7.5px;
  }
}

.padding-top--20 {
  padding-top: 20px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--20 {
    padding-top: 10px;
  }
}

.padding-top--25 {
  padding-top: 25px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--25 {
    padding-top: 12.5px;
  }
}

.padding-top--30 {
  padding-top: 30px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--30 {
    padding-top: 15px;
  }
}

.padding-top--35 {
  padding-top: 35px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--35 {
    padding-top: 17.5px;
  }
}

.padding-top--40 {
  padding-top: 40px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--40 {
    padding-top: 20px;
  }
}

.padding-top--45 {
  padding-top: 45px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--45 {
    padding-top: 22.5px;
  }
}

.padding-top--50 {
  padding-top: 50px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--50 {
    padding-top: 25px;
  }
}

.padding-top--55 {
  padding-top: 55px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--55 {
    padding-top: 27.5px;
  }
}

.padding-top--60 {
  padding-top: 60px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--60 {
    padding-top: 30px;
  }
}

.padding-top--65 {
  padding-top: 65px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--65 {
    padding-top: 32.5px;
  }
}

.padding-top--70 {
  padding-top: 70px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--70 {
    padding-top: 35px;
  }
}

.padding-top--75 {
  padding-top: 75px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--75 {
    padding-top: 37.5px;
  }
}

.padding-top--80 {
  padding-top: 80px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--80 {
    padding-top: 40px;
  }
}

.padding-top--85 {
  padding-top: 85px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--85 {
    padding-top: 42.5px;
  }
}

.padding-top--90 {
  padding-top: 90px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--90 {
    padding-top: 45px;
  }
}

.padding-top--95 {
  padding-top: 95px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--95 {
    padding-top: 47.5px;
  }
}

.padding-top--100 {
  padding-top: 100px;
}

@media only screen and (max-width: 1200px) {
  .padding-top--100 {
    padding-top: 50px;
  }
}

.padding-right--0 {
  padding-right: 0px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--0 {
    padding-right: 0px;
  }
}

.padding-right--5 {
  padding-right: 5px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--5 {
    padding-right: 2.5px;
  }
}

.padding-right--10 {
  padding-right: 10px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--10 {
    padding-right: 5px;
  }
}

.padding-right--15 {
  padding-right: 15px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--15 {
    padding-right: 7.5px;
  }
}

.padding-right--20 {
  padding-right: 20px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--20 {
    padding-right: 10px;
  }
}

.padding-right--25 {
  padding-right: 25px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--25 {
    padding-right: 12.5px;
  }
}

.padding-right--30 {
  padding-right: 30px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--30 {
    padding-right: 15px;
  }
}

.padding-right--35 {
  padding-right: 35px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--35 {
    padding-right: 17.5px;
  }
}

.padding-right--40 {
  padding-right: 40px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--40 {
    padding-right: 20px;
  }
}

.padding-right--45 {
  padding-right: 45px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--45 {
    padding-right: 22.5px;
  }
}

.padding-right--50 {
  padding-right: 50px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--50 {
    padding-right: 25px;
  }
}

.padding-right--55 {
  padding-right: 55px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--55 {
    padding-right: 27.5px;
  }
}

.padding-right--60 {
  padding-right: 60px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--60 {
    padding-right: 30px;
  }
}

.padding-right--65 {
  padding-right: 65px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--65 {
    padding-right: 32.5px;
  }
}

.padding-right--70 {
  padding-right: 70px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--70 {
    padding-right: 35px;
  }
}

.padding-right--75 {
  padding-right: 75px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--75 {
    padding-right: 37.5px;
  }
}

.padding-right--80 {
  padding-right: 80px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--80 {
    padding-right: 40px;
  }
}

.padding-right--85 {
  padding-right: 85px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--85 {
    padding-right: 42.5px;
  }
}

.padding-right--90 {
  padding-right: 90px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--90 {
    padding-right: 45px;
  }
}

.padding-right--95 {
  padding-right: 95px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--95 {
    padding-right: 47.5px;
  }
}

.padding-right--100 {
  padding-right: 100px;
}

@media only screen and (max-width: 1200px) {
  .padding-right--100 {
    padding-right: 50px;
  }
}

.padding-bottom--0 {
  padding-bottom: 0px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--0 {
    padding-bottom: 0px;
  }
}

.padding-bottom--5 {
  padding-bottom: 5px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--5 {
    padding-bottom: 2.5px;
  }
}

.padding-bottom--10 {
  padding-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--10 {
    padding-bottom: 5px;
  }
}

.padding-bottom--15 {
  padding-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--15 {
    padding-bottom: 7.5px;
  }
}

.padding-bottom--20 {
  padding-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--20 {
    padding-bottom: 10px;
  }
}

.padding-bottom--25 {
  padding-bottom: 25px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--25 {
    padding-bottom: 12.5px;
  }
}

.padding-bottom--30 {
  padding-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--30 {
    padding-bottom: 15px;
  }
}

.padding-bottom--35 {
  padding-bottom: 35px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--35 {
    padding-bottom: 17.5px;
  }
}

.padding-bottom--40 {
  padding-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--40 {
    padding-bottom: 20px;
  }
}

.padding-bottom--45 {
  padding-bottom: 45px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--45 {
    padding-bottom: 22.5px;
  }
}

.padding-bottom--50 {
  padding-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--50 {
    padding-bottom: 25px;
  }
}

.padding-bottom--55 {
  padding-bottom: 55px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--55 {
    padding-bottom: 27.5px;
  }
}

.padding-bottom--60 {
  padding-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--60 {
    padding-bottom: 30px;
  }
}

.padding-bottom--65 {
  padding-bottom: 65px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--65 {
    padding-bottom: 32.5px;
  }
}

.padding-bottom--70 {
  padding-bottom: 70px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--70 {
    padding-bottom: 35px;
  }
}

.padding-bottom--75 {
  padding-bottom: 75px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--75 {
    padding-bottom: 37.5px;
  }
}

.padding-bottom--80 {
  padding-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--80 {
    padding-bottom: 40px;
  }
}

.padding-bottom--85 {
  padding-bottom: 85px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--85 {
    padding-bottom: 42.5px;
  }
}

.padding-bottom--90 {
  padding-bottom: 90px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--90 {
    padding-bottom: 45px;
  }
}

.padding-bottom--95 {
  padding-bottom: 95px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--95 {
    padding-bottom: 47.5px;
  }
}

.padding-bottom--100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
  .padding-bottom--100 {
    padding-bottom: 50px;
  }
}

.padding-left--0 {
  padding-left: 0px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--0 {
    padding-left: 0px;
  }
}

.padding-left--5 {
  padding-left: 5px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--5 {
    padding-left: 2.5px;
  }
}

.padding-left--10 {
  padding-left: 10px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--10 {
    padding-left: 5px;
  }
}

.padding-left--15 {
  padding-left: 15px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--15 {
    padding-left: 7.5px;
  }
}

.padding-left--20 {
  padding-left: 20px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--20 {
    padding-left: 10px;
  }
}

.padding-left--25 {
  padding-left: 25px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--25 {
    padding-left: 12.5px;
  }
}

.padding-left--30 {
  padding-left: 30px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--30 {
    padding-left: 15px;
  }
}

.padding-left--35 {
  padding-left: 35px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--35 {
    padding-left: 17.5px;
  }
}

.padding-left--40 {
  padding-left: 40px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--40 {
    padding-left: 20px;
  }
}

.padding-left--45 {
  padding-left: 45px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--45 {
    padding-left: 22.5px;
  }
}

.padding-left--50 {
  padding-left: 50px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--50 {
    padding-left: 25px;
  }
}

.padding-left--55 {
  padding-left: 55px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--55 {
    padding-left: 27.5px;
  }
}

.padding-left--60 {
  padding-left: 60px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--60 {
    padding-left: 30px;
  }
}

.padding-left--65 {
  padding-left: 65px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--65 {
    padding-left: 32.5px;
  }
}

.padding-left--70 {
  padding-left: 70px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--70 {
    padding-left: 35px;
  }
}

.padding-left--75 {
  padding-left: 75px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--75 {
    padding-left: 37.5px;
  }
}

.padding-left--80 {
  padding-left: 80px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--80 {
    padding-left: 40px;
  }
}

.padding-left--85 {
  padding-left: 85px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--85 {
    padding-left: 42.5px;
  }
}

.padding-left--90 {
  padding-left: 90px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--90 {
    padding-left: 45px;
  }
}

.padding-left--95 {
  padding-left: 95px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--95 {
    padding-left: 47.5px;
  }
}

.padding-left--100 {
  padding-left: 100px;
}

@media only screen and (max-width: 1200px) {
  .padding-left--100 {
    padding-left: 50px;
  }
}

.background--white {
  background-color: #fff;
}

.background--grey {
  background-color: #BEBBB4;
}

.background--light {
  background-color: #F7F8F9;
}

.background--dark {
  background-color: #37404E;
}

.background--main {
  background-color: #e10032;
}

.background--nav {
  background-color: #fafafa;
}

.background--image {
  background-position: center;
  background-size: cover;
}

.text--left {
  text-align: left;
}

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

.text--right {
  text-align: right;
}

.text--uppercase {
  text-transform: uppercase;
}

.text--block {
  line-height: 1.8em;
}

.text--block p:first-child {
  margin-top: 0;
}

.text--block p:last-child {
  margin-bottom: 0;
}

.font--16 {
  font-size: 16px;
  line-height: 21px;
}

@media only screen and (max-width: 1200px) {
  .font--16.font--responsive {
    font-size: 10.66667px;
    line-height: 15.66667px;
  }
}

.font--18 {
  font-size: 18px;
  line-height: 23px;
}

@media only screen and (max-width: 1200px) {
  .font--18.font--responsive {
    font-size: 12px;
    line-height: 17px;
  }
}

.font--20 {
  font-size: 20px;
  line-height: 25px;
}

@media only screen and (max-width: 1200px) {
  .font--20.font--responsive {
    font-size: 13.33333px;
    line-height: 18.33333px;
  }
}

.font--22 {
  font-size: 22px;
  line-height: 27px;
}

@media only screen and (max-width: 1200px) {
  .font--22.font--responsive {
    font-size: 14.66667px;
    line-height: 19.66667px;
  }
}

.font--24 {
  font-size: 24px;
  line-height: 29px;
}

@media only screen and (max-width: 1200px) {
  .font--24.font--responsive {
    font-size: 16px;
    line-height: 21px;
  }
}

.font--26 {
  font-size: 26px;
  line-height: 31px;
}

@media only screen and (max-width: 1200px) {
  .font--26.font--responsive {
    font-size: 17.33333px;
    line-height: 22.33333px;
  }
}

.font--28 {
  font-size: 28px;
  line-height: 33px;
}

@media only screen and (max-width: 1200px) {
  .font--28.font--responsive {
    font-size: 18.66667px;
    line-height: 23.66667px;
  }
}

.font--30 {
  font-size: 30px;
  line-height: 35px;
}

@media only screen and (max-width: 1200px) {
  .font--30.font--responsive {
    font-size: 20px;
    line-height: 25px;
  }
}

.font--32 {
  font-size: 32px;
  line-height: 37px;
}

@media only screen and (max-width: 1200px) {
  .font--32.font--responsive {
    font-size: 21.33333px;
    line-height: 26.33333px;
  }
}

.font--34 {
  font-size: 34px;
  line-height: 39px;
}

@media only screen and (max-width: 1200px) {
  .font--34.font--responsive {
    font-size: 22.66667px;
    line-height: 27.66667px;
  }
}

.font--36 {
  font-size: 36px;
  line-height: 41px;
}

@media only screen and (max-width: 1200px) {
  .font--36.font--responsive {
    font-size: 24px;
    line-height: 29px;
  }
}

.font--38 {
  font-size: 38px;
  line-height: 43px;
}

@media only screen and (max-width: 1200px) {
  .font--38.font--responsive {
    font-size: 25.33333px;
    line-height: 30.33333px;
  }
}

.font--40 {
  font-size: 40px;
  line-height: 45px;
}

@media only screen and (max-width: 1200px) {
  .font--40.font--responsive {
    font-size: 26.66667px;
    line-height: 31.66667px;
  }
}

.font--42 {
  font-size: 42px;
  line-height: 47px;
}

@media only screen and (max-width: 1200px) {
  .font--42.font--responsive {
    font-size: 28px;
    line-height: 33px;
  }
}

.font--44 {
  font-size: 44px;
  line-height: 49px;
}

@media only screen and (max-width: 1200px) {
  .font--44.font--responsive {
    font-size: 29.33333px;
    line-height: 34.33333px;
  }
}

.font--46 {
  font-size: 46px;
  line-height: 51px;
}

@media only screen and (max-width: 1200px) {
  .font--46.font--responsive {
    font-size: 30.66667px;
    line-height: 35.66667px;
  }
}

.font--48 {
  font-size: 48px;
  line-height: 53px;
}

@media only screen and (max-width: 1200px) {
  .font--48.font--responsive {
    font-size: 32px;
    line-height: 37px;
  }
}

.font--50 {
  font-size: 50px;
  line-height: 55px;
}

@media only screen and (max-width: 1200px) {
  .font--50.font--responsive {
    font-size: 33.33333px;
    line-height: 38.33333px;
  }
}

.font--52 {
  font-size: 52px;
  line-height: 57px;
}

@media only screen and (max-width: 1200px) {
  .font--52.font--responsive {
    font-size: 34.66667px;
    line-height: 39.66667px;
  }
}

.font--54 {
  font-size: 54px;
  line-height: 59px;
}

@media only screen and (max-width: 1200px) {
  .font--54.font--responsive {
    font-size: 36px;
    line-height: 41px;
  }
}

.font--56 {
  font-size: 56px;
  line-height: 61px;
}

@media only screen and (max-width: 1200px) {
  .font--56.font--responsive {
    font-size: 37.33333px;
    line-height: 42.33333px;
  }
}

.font--58 {
  font-size: 58px;
  line-height: 63px;
}

@media only screen and (max-width: 1200px) {
  .font--58.font--responsive {
    font-size: 38.66667px;
    line-height: 43.66667px;
  }
}

.font--60 {
  font-size: 60px;
  line-height: 65px;
}

@media only screen and (max-width: 1200px) {
  .font--60.font--responsive {
    font-size: 40px;
    line-height: 45px;
  }
}

.font--62 {
  font-size: 62px;
  line-height: 67px;
}

@media only screen and (max-width: 1200px) {
  .font--62.font--responsive {
    font-size: 41.33333px;
    line-height: 46.33333px;
  }
}

.font--64 {
  font-size: 64px;
  line-height: 69px;
}

@media only screen and (max-width: 1200px) {
  .font--64.font--responsive {
    font-size: 42.66667px;
    line-height: 47.66667px;
  }
}

.font--66 {
  font-size: 66px;
  line-height: 71px;
}

@media only screen and (max-width: 1200px) {
  .font--66.font--responsive {
    font-size: 44px;
    line-height: 49px;
  }
}

.font--68 {
  font-size: 68px;
  line-height: 73px;
}

@media only screen and (max-width: 1200px) {
  .font--68.font--responsive {
    font-size: 45.33333px;
    line-height: 50.33333px;
  }
}

.font--70 {
  font-size: 70px;
  line-height: 75px;
}

@media only screen and (max-width: 1200px) {
  .font--70.font--responsive {
    font-size: 46.66667px;
    line-height: 51.66667px;
  }
}

.font--72 {
  font-size: 72px;
  line-height: 77px;
}

@media only screen and (max-width: 1200px) {
  .font--72.font--responsive {
    font-size: 48px;
    line-height: 53px;
  }
}

.font--74 {
  font-size: 74px;
  line-height: 79px;
}

@media only screen and (max-width: 1200px) {
  .font--74.font--responsive {
    font-size: 49.33333px;
    line-height: 54.33333px;
  }
}

.font--76 {
  font-size: 76px;
  line-height: 81px;
}

@media only screen and (max-width: 1200px) {
  .font--76.font--responsive {
    font-size: 50.66667px;
    line-height: 55.66667px;
  }
}

.font--78 {
  font-size: 78px;
  line-height: 83px;
}

@media only screen and (max-width: 1200px) {
  .font--78.font--responsive {
    font-size: 52px;
    line-height: 57px;
  }
}

.font--80 {
  font-size: 80px;
  line-height: 85px;
}

@media only screen and (max-width: 1200px) {
  .font--80.font--responsive {
    font-size: 53.33333px;
    line-height: 58.33333px;
  }
}

.font--82 {
  font-size: 82px;
  line-height: 87px;
}

@media only screen and (max-width: 1200px) {
  .font--82.font--responsive {
    font-size: 54.66667px;
    line-height: 59.66667px;
  }
}

.font--84 {
  font-size: 84px;
  line-height: 89px;
}

@media only screen and (max-width: 1200px) {
  .font--84.font--responsive {
    font-size: 56px;
    line-height: 61px;
  }
}

.font--86 {
  font-size: 86px;
  line-height: 91px;
}

@media only screen and (max-width: 1200px) {
  .font--86.font--responsive {
    font-size: 57.33333px;
    line-height: 62.33333px;
  }
}

.font--88 {
  font-size: 88px;
  line-height: 93px;
}

@media only screen and (max-width: 1200px) {
  .font--88.font--responsive {
    font-size: 58.66667px;
    line-height: 63.66667px;
  }
}

.font--90 {
  font-size: 90px;
  line-height: 95px;
}

@media only screen and (max-width: 1200px) {
  .font--90.font--responsive {
    font-size: 60px;
    line-height: 65px;
  }
}

.font--92 {
  font-size: 92px;
  line-height: 97px;
}

@media only screen and (max-width: 1200px) {
  .font--92.font--responsive {
    font-size: 61.33333px;
    line-height: 66.33333px;
  }
}

.font--94 {
  font-size: 94px;
  line-height: 99px;
}

@media only screen and (max-width: 1200px) {
  .font--94.font--responsive {
    font-size: 62.66667px;
    line-height: 67.66667px;
  }
}

.font--96 {
  font-size: 96px;
  line-height: 101px;
}

@media only screen and (max-width: 1200px) {
  .font--96.font--responsive {
    font-size: 64px;
    line-height: 69px;
  }
}

.font--98 {
  font-size: 98px;
  line-height: 103px;
}

@media only screen and (max-width: 1200px) {
  .font--98.font--responsive {
    font-size: 65.33333px;
    line-height: 70.33333px;
  }
}

.font--100 {
  font-size: 100px;
  line-height: 105px;
}

@media only screen and (max-width: 1200px) {
  .font--100.font--responsive {
    font-size: 66.66667px;
    line-height: 71.66667px;
  }
}

.font--thin {
  font-weight: 300;
}

.font--normal {
  font-weight: 400;
}

.font--semi {
  font-weight: 500;
}

.font--bold {
  font-weight: 700;
}

.color--main {
  color: #e10032;
}

.color--dark {
  color: #333;
}

.color--light {
  color: #95989A;
}

.color--faded {
  color: #e10032;
}

body {
  overflow-x: hidden;
}

.banner__href--purple {
  background: #e10032;
  border-color: #e10032;
}

.banner__href--purple:hover {
  background: #ab052a;
  border-color: #ab052a;
  color: #fff;
}


.single-event {
  padding: 50px 0;
}

.single-event iframe {
  margin-top: 50px;
}

.single-event .banner__href--purple:hover {
  color: #E1007A;
}

.event__sidebar--item {
  background: #eee;
  padding: 20px 30px;
  margin-bottom: 30px;
  color: #5A5A5A;
}

.event__sidebar--item h3 {
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.gm-style-iw {
  width: 300px !important;
  padding-bottom: 15px !important;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}
.gm-style-iw::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #E3071C transparent transparent transparent;
}
.gm-style-iw > div:first-child {
  display: block !important;
  width: 300px !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0px !important;
  background-color: #fff;
  border : 2px solid #E3071C;
  border-radius: 5px 0 5px 5px !important;
}
.gm-style-iw + div {
  background-color: #E3071C !important;
  padding: 15px 10px !important;
  opacity: 1 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  right: 18px !important;
  top: 9px !important;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  border-radius: 0 5px 5px 0 !important;
}
.gm-style-iw + div::after {
  font-family: 'FontAwesome';
  content: '\f00d' !important;
  font-size: 18px;
  color: #fff;
}
.gm-style-iw + div img {
  display: none;
}
.gm-style-iw > div > div {
  max-height: 300px;
}
.gm-bg {
  display: none !important;
}

.event__image img {
  max-width: 100%;
}

.banner__item--small {
  min-height: 250px;
  padding-bottom: 0;
}

.gm-style-iw::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #E3071C transparent transparent transparent;
}
.gm-style-iw > div:first-child {
  display: block !important;
  width: 300px !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0px !important;
  background-color: #fff;
  border : 2px solid #E3071C;
  border-radius: 5px 0 5px 5px !important;
}
.gm-style-iw + div {
  background-color: #E3071C !important;
  padding: 15px 10px !important;
  opacity: 1 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  right: 18px !important;
  top: 9px !important;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  border-radius: 0 5px 5px 0 !important;
}
.gm-style-iw + div::after {
  font-family: 'FontAwesome';
  content: '\f00d' !important;
  font-size: 18px;
  color: #fff;
}
.gm-style-iw + div img {
  display: none;
}
.gm-style-iw > div > div {
  max-height: 300px;
}
.gm-bg {
  display: none !important;
}

.event__image img {
  max-width: 100%;
}
.calendar__map-inner {
  padding-bottom: 37.42%;
  min-height: 250px;
}
.calendar__grid {
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.calendar__grid-item {
  background-color: #F7F8F9;
  border-radius: 5px;
  overflow: hidden;
  width: 31.33%;
  margin: 1%;
  text-decoration: none;
  color: #5A5A5A;
}
@media only screen and (max-width: 1200px) {
  .calendar__grid-item {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

.calendar__grid-image {
  display: block;
  width: 100%;
  padding-bottom: 70%;
  background-size: cover;
  background-position: center;
}

.calendar__grid-date {
  background-color: #E3071C;
  color: #fff;
  padding: 15px;
  text-align: center;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.calendar__grid-date--day {
  font-size: 28px;
  font-weight: bold;
}

.calendar__grid-date--mon {
  font-size: 15px;
  font-weight: bold;
}

.calendar__grid-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calendar__grid-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 10px;
}
.calendar__grid-time {
  color: #5A5A5A;
  font-size: 14px;
}

.calendar__grid-time::before {
  content: '\f017';
  font-family: 'FontAwesome';
  margin-right: 2px;
}

.calendar__grid-title {
  font-size: 22px;
  font-family: 'Bebas Neue', sans-serif;
  padding: 10px 0;
  letter-spacing: .5px;
}
.admin-bar .top {
  top: 32px;
}

/*
Spinner Animation*/
.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin-top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.lds-roller div {
    -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    -webkit-transform-origin: 32px 32px;
    -ms-transform-origin: 32px 32px;
    transform-origin: 32px 32px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #E3071C;
    margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
    -webkit-animation-delay: -0.036s;
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}
.lds-roller div:nth-child(2) {
    -webkit-animation-delay: -0.072s;
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}
.lds-roller div:nth-child(3) {
    -webkit-animation-delay: -0.108s;
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}
.lds-roller div:nth-child(4) {
    -webkit-animation-delay: -0.144s;
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}
.lds-roller div:nth-child(5) {
    -webkit-animation-delay: -0.18s;
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}
.lds-roller div:nth-child(6) {
    -webkit-animation-delay: -0.216s;
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}
.lds-roller div:nth-child(7) {
    -webkit-animation-delay: -0.252s;
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}
.lds-roller div:nth-child(8) {
    -webkit-animation-delay: -0.288s;
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}
@-webkit-keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes lds-roller {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}