@font-face {
  font-family: "Avenir Black Oblique";
  src: url("Avenir-BlackOblique.eot");
  src: url("Avenir-BlackOblique.eot?#iefix") format("embedded-opentype"), url("Avenir-BlackOblique.woff") format("woff"), url("Avenir-BlackOblique.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Avenir";
  src: url("Avenir-Black.eot");
  src: url("Avenir-Black.eot?#iefix") format("embedded-opentype"), url("Avenir-Black.woff") format("woff"), url("Avenir-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("Avenir-Medium.eot");
  src: url("Avenir-Medium.eot?#iefix") format("embedded-opentype"), url("Avenir-Medium.woff") format("woff"), url("Avenir-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("Avenir-Oblique.eot");
  src: url("Avenir-Oblique.eot?#iefix") format("embedded-opentype"), url("Avenir-Oblique.woff") format("woff"), url("Avenir-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Avenir Book";
  src: url("Avenir-Book.eot");
  src: url("Avenir-Book.eot?#iefix") format("embedded-opentype"), url("Avenir-Book.woff") format("woff"), url("Avenir-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Book";
  src: url("Avenir-BookOblique.eot");
  src: url("Avenir-BookOblique.eot?#iefix") format("embedded-opentype"), url("Avenir-BookOblique.woff") format("woff"), url("Avenir-BookOblique.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Avenir";
  src: url("Avenir-LightOblique.eot");
  src: url("Avenir-LightOblique.eot?#iefix") format("embedded-opentype"), url("Avenir-LightOblique.woff") format("woff"), url("Avenir-LightOblique.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Avenir";
  src: url("Avenir-Roman.eot");
  src: url("Avenir-Roman.eot?#iefix") format("embedded-opentype"), url("Avenir-Roman.woff") format("woff"), url("Avenir-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("Avenir-Heavy.eot");
  src: url("Avenir-Heavy.eot?#iefix") format("embedded-opentype"), url("Avenir-Heavy.woff") format("woff"), url("Avenir-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Oblique";
  src: url("Avenir-HeavyOblique.eot");
  src: url("Avenir-HeavyOblique.eot?#iefix") format("embedded-opentype"), url("Avenir-HeavyOblique.woff") format("woff"), url("Avenir-HeavyOblique.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Avenir";
  src: url("Avenir-MediumOblique.eot");
  src: url("Avenir-MediumOblique.eot?#iefix") format("embedded-opentype"), url("Avenir-MediumOblique.woff") format("woff"), url("Avenir-MediumOblique.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Avenir";
  src: url("Avenir-Light.eot");
  src: url("Avenir-Light.eot?#iefix") format("embedded-opentype"), url("Avenir-Light.woff") format("woff"), url("Avenir-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
body {
  overflow-x: hidden;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Avenir";
  font-size: 100%;
  color: #000;
  line-height: normal;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
}
html.no-scroll::-webkit-scrollbar,
body.no-scroll::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
}
.container {
  max-width: 1400px;
  width: auto;
}
.stretch-img {
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#logo {
  position: fixed;
  left: 6.25%;
  top: 75px;
  width: 12.5%;
  z-index: 9119;
}
#logo .link {
  display: block;
  width: 12.5%;
  float: left;
}
#logo .link .logo {
  width: 100%;
  min-width: 160px;
  height: auto;
}
#navigation {
  float: left;
  width: 6.25%;
  margin-top: 75px;
}
#navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
#navigation ul li {
  display: inline-block;
  margin-right: 25px;
}
#navigation ul li:last-child {
  margin-right: 0;
}
#navigation ul li .arrow {
  display: block;
  width: 24px;
}
#navigation ul li .arrow.left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#navigation ul li .arrow svg {
  fill: #cbcbcb;
}
#navigation ul li .arrow.active svg,
#navigation ul li .arrow:hover svg {
  fill: #00aeef;
}
#pagination {
  float: right;
  width: 6.25%;
  margin-top: 75px;
}
#pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
}
#pagination ul li {
  display: table-cell;
  vertical-align: middle;
  height: 15px;
}
#pagination ul li:last-child .circle {
  margin: 0 0 0 7px;
}
#pagination ul li.cycle-pager-active .circle .circle,
#pagination ul li:hover .circle .circle {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #cbcbcb;
  display: block;
  border: 2px #00aeef solid;
  width: 13px;
  height: 13px;
  background: #ffffff;
  margin: 0 0 0 5px;
}
#pagination ul li .circle {
  display: block;
  width: 15px;
  margin: 0 7px;
}
#pagination ul li .circle .circle {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #cbcbcb;
  display: block;
}
.round-button {
  display: block;
  padding: 17px 30px;
  float: left;
  border-radius: 40px;
  border: 2px #ffffff solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 1em;
  font-weight: 900;
  color: #ffffff;
  -webkit-transition: all 125ms ease-in-out;
  -moz-transition: all 125ms ease-in-out;
  -ms-transition: all 125ms ease-in-out;
  -o-transition: all 125ms ease-in-out;
  transition: all 125ms ease-in-out;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 9009;
}
.round-button:last-child {
  margin-right: 0;
}
.round-button:active,
.round-button:hover,
.round-button:visited {
  text-decoration: none;
}
.round-button:hover {
  background: #ffffff;
  color: #00688f;
}
.round-button.dark {
  color: #ffffff;
  background: #00688f;
  border-color: #00688f;
}
.round-button.dark:hover {
  background: #ffffff;
  color: #00688f;
  border-color: #ffffff;
}
.swiper-slide .link-wrapper {
  display: table;
  text-decoration: none;
  color: inherit;
  width: 100%;
}
.swiper-slide .link-wrapper:hover .overlay {
  opacity: 0.25;
}
.swiper-slide .link-wrapper:hover .image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.swiper-slide .link-wrapper .lock {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.swiper-slide .link-wrapper .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.swiper-slide .link-wrapper .image {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  position: relative;
}
#menu {
  width: 6.25%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 90009;
  height: 100% !important;
}
#menu .center-item {
  width: 100%;
  margin-top: 84px;
}
#menu .center-item .text {
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  font-size: 1em;
  display: block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#menu .center-item .text.open {
  display: none;
}
#menu.menu-open {
  color: #ffffff;
  display: table;
  height: calc(100% - 150px) !important;
  background: transparent;
}
#menu.menu-open .text {
  color: #ffffff;
}
#menu.menu-open .text.closed {
  display: none;
}
#menu.menu-open .text.open {
  display: block;
}
#menu-overlay {
  background: #ff3333 url("../img/_watermerk.png") no-repeat;
  position: fixed;
  z-index: 0;
  opacity: 1;
  background-position: 6.25% bottom;
  background-size: 100%;
  right: 0;
}
#menu-overlay.open {
  display: table;
  z-index: 80008;
}
#menu-overlay .back {
  position: absolute;
  width: 6.25%;
  z-index: 1;
  opacity: 0;
}
#menu-overlay .back .arrow {
  width: 36px;
  height: 36px;
  display: table;
  margin: 30px auto 0 auto;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  filter: fliph;
}
#menu-overlay .back .arrow .svg {
  width: 100%;
  fill: #ffffff;
}
#menu-overlay .lines {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
}
#menu-overlay .lines .line {
  width: 12.5%;
  height: 100%;
  border-left: 1px rgba(0,0,0,0.1) solid;
  float: left;
}
#menu-overlay .lines .line.small {
  width: 6.25%;
}
#menu-overlay .social {
  width: 6.25%;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: 50px;
  z-index: 90009;
  opacity: 0;
}
#menu-overlay .social .link {
  display: table;
  margin: 0 auto;
  margin-bottom: 45px;
}
#menu-overlay .social .link .svg {
  fill: #ffffff;
}
#menu-overlay .items {
  margin-left: 31.25%;
  position: absolute;
  height: 100%;
  display: table;
  z-index: 8008;
  opacity: 0;
}
#menu-overlay .items .links {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
  display: table;
}
#menu-overlay .items .links .item {
  width: 100%;
  display: table;
  height: 16.666666666667%;
}
#menu-overlay .items .links .item:last-child {
  margin-bottom: 0;
}
#menu-overlay .items .links .item .link {
  color: #ffffff;
  font-size: 1.5em;
  font-family: "Avenir";
  font-weight: 500;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}
#menu-overlay .items .links .item .link:hover {
  text-decoration: none;
}
#menu-overlay .items .links .item.active .link,
#menu-overlay .items .links .item:hover .link {
  color: #8f0107;
}
#landing {
  position: relative;
  margin-bottom: 350px;
  display: table;
  z-index: 1001;
}
#landing .whiteBar {
  width: 6.25%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
}
#landing.top {
  z-index: 2147483647;
}
#landing #player {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 0;
  opacity: 0;
  display: none;
}
#landing #player #close {
  width: 30px;
  height: 30px;
  display: block;
  background-image: url("../img/close.png");
  background-size: cover;
  position: absolute;
  right: 35px;
  top: 35px;
  z-index: 9009;
}
#landing #player.open {
  z-index: 2147483647;
  display: block;
}
#landing #player .video-js {
  width: 100%;
  height: 100%;
  display: table;
}
#landing #player .video-js .vjs-poster {
  background-size: cover;
  background-position: center center;
}
#landing #player .video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0;
  height: 15px;
}
#landing #player .video-js .vjs-load-progress {
  background: transparent !important;
}
#landing #player .video-js .vjs-load-progress div {
  background: transparent !important;
}
#landing #player .video-js .vjs-play-progress {
  height: 15px;
  background: #00aeef;
}
#landing #player .video-js .vjs-play-progress:before {
  display: none;
}
#landing #player .video-js .vjs-slider {
  background: transparent !important;
}
#landing #player .video-js .vjs-control-bar {
  background: transparent !important;
}
#landing #player .video-js .vjs-play-control {
  position: absolute;
  font-size: 0px;
  width: 30px;
  height: 30px;
  display: block;
  outline: none;
  background-image: url("../img/playPauseButton.png");
  background-size: cover;
  left: 35px;
  bottom: 50px;
}
#landing #player .video-js .vjs-play-control.vjs-paused {
  background-position: center bottom;
}
#landing #player .video-js .vjs-progress-control {
  width: 100%;
  position: absolute;
}
#landing #player .video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: inherit !important;
}
#landing #player .video-js .vjs-volume-panel {
  position: absolute;
  left: 95px;
  bottom: 40px;
}
#landing #player .video-js .vjs-volume-control {
  opacity: 1;
  width: 100px;
  height: 10px;
  background: rgba(255,242,0,0.2);
}
#landing #player .video-js .vjs-volume-bar.vjs-slider-horizontal {
  width: 100px;
  height: 10px;
  margin: 0 !important;
}
#landing #player .video-js .vjs-slider-horizontal .vjs-volume-level {
  height: 10px;
  background: #fff200;
}
#landing #player .video-js .vjs-slider-horizontal .vjs-volume-level:before {
  display: none;
}
#landing #player .video-js .vjs-fullscreen-control,
#landing #player .video-js .vjs-remaining-time,
#landing #player .video-js .vjs-big-play-button,
#landing #player .video-js .vjs-time-tooltip,
#landing #player .video-js .vjs-mouse-display,
#landing #player .video-js .vjs-mute-control {
  display: none;
}
#landing .play {
  height: 22.222222222222% !important;
  position: absolute;
  width: 12.5%;
  right: 6.25%;
  bottom: 0;
  display: table;
  z-index: 7007;
}
#landing .play .positioner {
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  bottom: 0;
  display: table;
}
#landing .play .positioner .click {
  display: table-cell;
  vertical-align: middle;
}
#landing .play .positioner .click .button {
  width: 80px;
  height: 80px;
  background-image: url("../img/play.png");
  background-repeat: no-repeat;
  background-size: 17%;
  background-position: center center;
  display: table;
  border-radius: 50%;
  border: 2px #ffffff solid;
  margin: 0 auto;
}
#landing #logo {
  margin-top: 75px;
  margin-left: 85px;
  position: absolute;
  z-index: 1001;
}
#landing #logo .link {
  display: block;
  width: 12.5%;
}
#landing #logo .link .logo {
  width: 100%;
  min-width: 160px;
  height: auto;
}
#landing .full-container {
  position: relative;
}
#landing .overlay.white {
  width: 81.25%;
  background: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 22.222222222222% !important;
  z-index: 1;
}
#landing .watermark {
  position: absolute;
  left: 31.25%;
  bottom: 0;
  z-index: 2;
  width: 68.75%;
}
#landing .watermark .image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#landing #video {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  width: 71.428571428571%;
  left: 31.25%;
}
#landing #video .absolute {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
#landing #quote {
  position: absolute;
  width: 56.25%;
  bottom: 37%;
  left: 25%;
  z-index: 7007;
}
#landing #quote article h1 {
  font-size: 6.5em;
  font-weight: 900;
  text-transform: lowercase;
  margin: 0;
}
#landing .arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 25%;
  z-index: 8008;
}
#landing .arrow .positioner {
  height: 100%;
  display: table;
}
#landing .arrow .positioner .click {
  width: 10px;
  background-repeat: no-repeat;
  height: 24px;
  background-image: url("../img/arrow.png");
  top: 57%;
  display: block;
  position: absolute;
  margin-top: -12px;
}
#landing .date {
  position: absolute;
  bottom: 10%;
  left: 6.25%;
  z-index: 2;
}
#landing .date article {
  text-align: left;
}
#landing .date article > * {
  margin: 0;
  line-height: 70%;
}
#landing .date article .day {
  font-size: 8em;
  font-weight: 900;
  color: #00aeef;
  margin-bottom: 30px;
}
#landing .date article .month {
  color: #ff0000;
  font-size: 3.35em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#landing .date article .venue {
  color: #333333;
  font-size: 1.95em;
  font-family: "Avenir Book";
  font-weight: normal;
  font-style: normal;
  margin-bottom: 20px;
}
#landing .date article .city {
  color: #333333;
  font-size: 1.33em;
  font-weight: 500;
}
#about {
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 1001;
  width: 87.5%;
}
#about .section {
  width: 100%;
  display: table;
  margin-bottom: 300px;
}
#about .section .image {
  width: 42.857142857143%;
  float: left;
  position: relative;
  top: -100px;
}
#about .section .image .gradient-map {
  overflow: hidden;
  position: relative;
}
#about .section .image .gradient-map .gradientmap {
  width: 100%;
  object-fit: cover;
}
#about .section .image .gradient-map.replace {
  width: 50%;
  margin-top: -50px;
  position: absolute;
}
#about .section .text {
  width: 42.857142857143%;
  margin-left: 14.285714285714%;
  float: right;
}
#about .section .text article {
  width: 66.666666666667%;
}
#about .section .text article h1 {
  margin: 0;
  padding: 0;
  font-family: "Avenir Book";
  font-weight: normal;
  font-size: 100%;
  font-size: 1.5em;
  color: #333333;
  margin-bottom: 10px;
}
#about .section .text article h2 {
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 2.2em;
  font-family: "Avenir";
  color: #333333;
  line-height: 42px;
  margin-bottom: 37px;
}
#about .section .text article p {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: "Avenir";
  font-weight: 300;
  color: #000000;
  line-height: 180%;
  margin-bottom: 25px;
}
#about .section.left .text {
  float: right;
}
#about .section.left .gradient-map.replace {
  left: 16.666666666667%;
}
#about .section.right .text {
  float: left;
}
#about .section.right .gradient-map.replace {
  right: 16.666666666667%;
}
#about .section:last-child {
  margin-bottom: 0px;
}
#artists {
  position: relative;
  z-index: 9009;
  width: 87.5%;
  display: block;
  margin: 0 auto;
  margin-top: 340px;
}
#artists .swiper-container .controls {
  position: relative;
  width: 100%;
  display: table;
  margin-top: 50px;
}
#artists .swiper-container .controls .swiper-pagination,
#artists .swiper-container .controls .swiper-button-next,
#artists .swiper-container .controls .swiper-button-prev {
  position: relative;
  background: none;
  margin: 0;
  right: 0;
  left: 0;
  float: left;
  width: auto;
  height: auto;
  margin-right: 30px;
}
#artists .swiper-container .controls .swiper-button-disabled {
  opacity: 1;
}
#artists .swiper-container .controls .swiper-button-disabled .arrow svg {
  fill: #cbcbcb;
}
#artists .swiper-container .controls .swiper-button-prev {
  margin-top: 1px;
}
#artists .swiper-container .controls .swiper-pagination {
  float: right;
  margin-right: 0;
  text-align: right;
  padding-right: 5px;
}
#artists .swiper-container .controls .swiper-pagination .swiper-pagination-bullet {
  border-radius: 100%;
  background: #cbcbcb;
  display: block;
  opacity: 1;
  float: left;
  width: 8px;
  height: 8px;
  margin-top: 3px;
  margin-left: 7px;
  margin-right: 7px;
}
#artists .swiper-container .controls .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#artists .swiper-container .controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
#artists .swiper-container .controls .swiper-pagination .swiper-pagination-bullet:hover {
  border: 2px #00aeef solid;
  background: transparent;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-left: 3.5px;
  margin-right: 3.5px;
}
#artists .swiper-container .controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child,
#artists .swiper-container .controls .swiper-pagination .swiper-pagination-bullet:hover:last-child {
  margin-right: -3.5px;
}
#artists .swiper-container .controls .arrow {
  display: block;
  width: 24px;
}
#artists .swiper-container .controls .arrow.left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#artists .swiper-container .controls .arrow svg {
  fill: #00aeef;
}
#artists .swiper-container .controls .arrow.active svg,
#artists .swiper-container .controls .arrow:hover svg {
  fill: #00aeef;
}
#artists .swiper-container .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#artists .swiper-container .swiper-wrapper .swiper-slide .image {
  width: 100%;
  padding-bottom: 125%;
  background-size: cover;
  background-position: center top;
}
#artists .swiper-container .swiper-wrapper .swiper-slide .fit-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#artists .swiper-container .swiper-wrapper .swiper-slide .info {
  margin-top: 40px;
}
#artists .swiper-container .swiper-wrapper .swiper-slide .info h2,
#artists .swiper-container .swiper-wrapper .swiper-slide .info h3 {
  padding: 0;
  margin: 0;
}
#artists .swiper-container .swiper-wrapper .swiper-slide .info h2 {
  font-family: "Avenir Book";
  font-weight: normal;
  color: #333333;
  font-size: 1.5em;
  margin-bottom: 8px;
}
#artists .swiper-container .swiper-wrapper .swiper-slide .info h3 {
  font-family: "Avenir";
  font-weight: 300;
  color: #333333;
  font-size: 1em;
}
#events {
  width: 100%;
  display: table;
  padding: 195px 0 200px 0;
  position: relative;
}
#events .elements {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#events .elements .grid {
  position: relative;
  width: 100%;
  height: 100%;
}
#events .elements .grid .element {
  position: absolute;
  z-index: 1000;
}
#events .elements .grid .element.below {
  z-index: -2;
}
#events .elements .grid .element.rectangle {
  width: 26px;
  height: 75px;
}
#events .elements .grid .element.square {
  width: 75px;
  height: 51px;
}
#events .elements .grid .element.circle-large {
  width: 154px;
  height: 147px;
  border-radius: 50%;
}
#events .elements .grid .element.special-circle {
  width: 54px;
  height: 101px;
  background: url("../img/yellowCircle.png") no-repeat;
  background-size: 100%;
}
#events .elements .grid .element.triangle.red {
  width: 0;
  height: 0;
  text-indent: -9999px;
  border-bottom: 60px solid #ff0000;
  border-left: 98px solid transparent;
  background: transparent;
  margin: 19px 0 0 -19px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#events .elements .grid .element.red {
  background: #ff0000;
}
#events .elements .grid .element.blue {
  background: #00aeef;
}
#events .elements .grid .element.yellow {
  background: #fff200;
}
#events .elements .grid .element.one {
  left: 33.125%;
  top: 7.8699743370402%;
}
#events .elements .grid .element.two {
  left: -4.8125%;
  top: 38.323353293413%;
}
#events .elements .grid .element.three {
  left: 87.0625%;
  top: 21.813515825492%;
}
#events .elements .grid .element.four {
  left: 90.8125%;
  top: 29.683490162532%;
}
#events .elements .grid .element.five {
  left: 67.0625%;
  top: 62.104362703165%;
}
#events .elements .grid .element.six {
  left: 18.0625%;
  top: 67.835757057314%;
}
#events .elements .grid .element.seven {
  right: 0;
  top: 86.142001710864%;
}
#events .elements .grid .element.eight {
  left: 40.5625%;
  top: 94.09751924722%;
}
#events .inside {
  width: 62.5%;
  display: table;
  margin: 0 auto;
  position: relative;
}
#events .inside .more {
  margin: 50px auto 0 auto;
  display: table;
}
#events .inside .more .round-button {
  border-color: #00aeef;
  color: #00aeef;
  margin-bottom: 0;
}
#events .inside .more .round-button:hover {
  background: #00aeef;
  color: #ffffff;
}
#events .inside .heading h1,
#events .inside .heading h2 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  color: #333333;
}
#events .inside .heading h2 {
  font-family: "Avenir Book";
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 15px;
}
#events .inside .heading h1 {
  font-weight: 900;
  font-size: 2.2em;
  margin-bottom: 100px;
}
#events .inside .events {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#events .inside .events .event {
  width: 100%;
  font-size: 133.33333333333%;
  display: table;
  font-family: "Avenir Book";
  font-weight: normal;
  color: #333333;
}
#events .inside .events .event.no-show {
  display: none;
}
#events .inside .events .event .border {
  width: 100%;
  float: left;
  border-color: #e6e5e6;
  margin: 0;
  position: relative;
  z-index: -1;
}
#events .inside .events .event .border.top {
  display: none;
}
#events .inside .events .event:first-child .border.top {
  display: block;
}
#events .inside .events .event .wrapper {
  width: 100%;
  display: table;
  padding: 45px 0;
}
#events .inside .events .event .wrapper .date {
  width: 20%;
  float: left;
  font-weight: 900;
  font-family: "Avenir";
  position: relative;
  z-index: 9009;
  font-size: 0.8em;
}
#events .inside .events .event .wrapper .venue {
  width: 30%;
  float: left;
  position: relative;
  z-index: 9009;
  font-size: 0.8em;
}
#events .inside .events .event .wrapper .location {
  width: 30%;
  float: left;
  position: relative;
  z-index: 9009;
  font-size: 0.8em;
}
#events .inside .events .event .wrapper .info {
  width: 20%;
  float: left;
  position: relative;
  z-index: 9009;
  font-size: 0.8em;
  text-align: right;
}
#events .inside .events .event .wrapper .info a {
  font-weight: 900;
  font-family: "Avenir";
  display: table;
  float: right;
  text-decoration: none;
  color: #00aeef;
}
#events .inside .events .event .wrapper .info a:hover {
  text-decoration: none;
}
#images {
  display: block;
  width: 100%;
  margin: 0 auto 150px auto;
  position: relative;
  height: auto !important;
}
#images .image-div-slide {
  width: 100%;
  height: 100%;
  padding-bottom: 55%;
  display: block;
  background-position: center center;
  background-size: cover;
}
#images .elements {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#images .elements .grid {
  position: relative;
  width: 100%;
  height: 100%;
}
#images .elements .grid .element {
  position: absolute;
  z-index: 1000;
}
#images .elements .grid .element.below {
  z-index: -2;
}
#images .elements .grid .element.rectangle {
  width: 26px;
  height: 75px;
}
#images .elements .grid .element.square {
  width: 75px;
  height: 51px;
}
#images .elements .grid .element.circle-large {
  width: 154px;
  height: 147px;
  border-radius: 50%;
}
#images .elements .grid .element.special-circle {
  width: 54px;
  height: 101px;
  background: url("../img/yellowCircle.png") no-repeat;
  background-size: 100%;
}
#images .elements .grid .element.triangle.red {
  width: 0;
  height: 0;
  text-indent: -9999px;
  border-bottom: 60px solid #ff0000;
  border-left: 98px solid transparent;
  background: transparent;
  margin: 19px 0 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#images .elements .grid .element.red {
  background: #ff0000;
}
#images .elements .grid .element.blue {
  background: #00aeef;
}
#images .elements .grid .element.yellow {
  background: #fff200;
}
#images .elements .grid .element.one {
  left: 2.5625%;
  top: 57.333333333333%;
}
#images .elements .grid .element.two {
  left: 64%;
  top: 94%;
}
#images .elements .grid .element.three {
  right: 0;
  top: 68.222222222222%;
}
#images .wrapper {
  width: 100%;
  height: 100%;
  max-width: 87.5%;
  margin: 0 auto;
  position: relative;
}
#images .wrapper .images {
  position: relative;
  z-index: 7007;
  width: 100%;
}
#images .wrapper .images .image {
  width: 100%;
}
#images .wrapper .images .image .slide {
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  margin: 0 auto;
  display: table;
  background-size: cover;
  background-position: center center;
}
#images .wrapper .full-width {
  width: 100%;
  display: table;
  margin-top: 35px;
}
#images .wrapper .full-width #navigation,
#images .wrapper .full-width #pagination {
  margin-top: 0;
  width: 14.285714285714%;
  vertical-align: middle;
  display: table-cell;
  float: none;
}
#images .wrapper .full-width #pagination ul {
  float: right;
}
#images .wrapper .full-width #navigation .arrow svg {
  fill: #525252;
}
#images .swiper-container {
  display: block;
  height: 90% !important;
}
#news {
  width: 100%;
  display: block;
  margin-bottom: 200px;
  position: relative;
  z-index: 1;
}
#news.dark {
  background: #f7f7f7;
  padding-top: 150px;
  padding-bottom: 200px;
  margin-bottom: 0;
}
#news .heading {
  width: 42.857142857143%;
  margin-left: 14.285714285714%;
}
#news .heading h1,
#news .heading h2 {
  padding: 0;
  margin: 0;
  line-height: 100%;
  color: #333333;
}
#news .heading h2 {
  font-family: "Avenir Book";
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 15px;
}
#news .heading h1 {
  font-weight: 900;
  font-size: 2.2em;
  margin-bottom: 75px;
}
#news .swiper-container {
  width: 87.5%;
  margin: 0 auto;
  display: block;
}
#news .swiper-container .controls {
  position: relative;
  width: 100%;
  display: table;
  margin-top: 50px;
}
#news .swiper-container .controls .swiper-pagination,
#news .swiper-container .controls .swiper-button-next,
#news .swiper-container .controls .swiper-button-prev {
  position: relative;
  background: none;
  margin: 0;
  right: 0;
  left: 0;
  float: left;
  width: auto;
  height: auto;
  margin-right: 30px;
}
#news .swiper-container .controls .swiper-button-prev {
  margin-top: 1px;
}
#news .swiper-container .controls .swiper-pagination {
  float: right;
  margin-right: 0;
  text-align: right;
  padding-right: 5px;
  font-size: 1em;
  color: #333333;
  font-family: "Avenir Book";
  font-weight: normal;
}
#news .swiper-container .controls .swiper-pagination .swiper-pagination-current {
  font-weight: "Avenir";
  font-weight: 900;
  color: #ef3940;
}
#news .swiper-container .controls .swiper-pagination .swiper-pagination-bullet {
  border-radius: 100%;
  background: #cbcbcb;
  display: block;
  opacity: 1;
  float: left;
  width: 8px;
  height: 8px;
  margin-top: 3px;
  margin-left: 7px;
  margin-right: 7px;
}
#news .swiper-container .controls .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#news .swiper-container .controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
#news .swiper-container .controls .swiper-pagination .swiper-pagination-bullet:hover {
  border: 2px #00aeef solid;
  background: transparent;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-left: 3.5px;
  margin-right: 3.5px;
}
#news .swiper-container .controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child,
#news .swiper-container .controls .swiper-pagination .swiper-pagination-bullet:hover:last-child {
  margin-right: -3.5px;
}
#news .swiper-container .controls .swiper-button-disabled {
  opacity: 1;
}
#news .swiper-container .controls .swiper-button-disabled .arrow svg {
  fill: #cbcbcb;
}
#news .swiper-container .controls .arrow {
  display: block;
  width: 24px;
}
#news .swiper-container .controls .arrow.left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#news .swiper-container .controls .arrow svg {
  fill: #ff0000;
}
#news .swiper-container .controls .arrow.active svg,
#news .swiper-container .controls .arrow:hover svg {
  fill: #ff0000;
}
#news .swiper-container .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#news .swiper-container .swiper-wrapper .swiper-slide .image {
  width: 100%;
  padding-bottom: 125%;
  background-size: cover;
  background-position: center top;
}
#news .swiper-container .swiper-wrapper .swiper-slide .info {
  margin-top: 40px;
  width: 100%;
}
#news .swiper-container .swiper-wrapper .swiper-slide .info article h1,
#news .swiper-container .swiper-wrapper .swiper-slide .info article h2 {
  padding: 0;
  margin: 0;
}
#news .swiper-container .swiper-wrapper .swiper-slide .info article h1 {
  font-family: "Avenir Book";
  font-weight: normal;
  color: #333333;
  font-size: 1.5em;
  margin-bottom: 8px;
}
#news .swiper-container .swiper-wrapper .swiper-slide .info article h2 {
  font-family: "Avenir";
  font-weight: 300;
  color: #333333;
  font-size: 0.8em;
  text-transform: uppercase;
}
#news #navigation .arrow.active svg,
#news #navigation .arrow.right svg,
#news #navigation .arrow:hover svg {
  fill: #ef3940;
}
#news #pagination p {
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #333333;
  font-family: "Avenir Book";
  font-weight: normal;
  text-align: right;
}
#news #pagination p span {
  font-weight: "Avenir";
  font-weight: 900;
  color: #ef3940;
}
#booking {
  width: 100%;
  background: #f7f7f7;
  padding: 180px 0 200px 0;
  position: relative;
  z-index: 1;
}
#booking .wrapper {
  width: 80%;
  display: block;
  margin: auto 10%;
}
#booking .wrapper .heading {
  text-align: center;
  font-family: "Avenir";
  margin-bottom: 60px;
  display: block;
}
#booking .wrapper .heading h1 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 2.2em;
  color: #333333;
  font-weight: 900;
}
#booking .wrapper .form {
  display: block;
  max-width: 500px;
  margin: auto;
}
#booking .wrapper .form .form-error {
  display: none;
}
#booking .wrapper .form .input,
#booking .wrapper .form .text,
#booking .wrapper .form .submit {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border: none;
  box-sizing: border-box;
}
#booking .wrapper .form .input.error,
#booking .wrapper .form .text.error,
#booking .wrapper .form .submit.error {
  border: 1px #ff0000 solid !important;
}
#booking .wrapper .form .input,
#booking .wrapper .form .text {
  background: transparent;
  font-size: 1em;
  color: #333333;
  border: 1px #d1d1d1 solid;
  padding: 22px 0;
  text-indent: 30px;
}
#booking .wrapper .form .input::-webkit-input-placeholder,
#booking .wrapper .form .text::-webkit-input-placeholder {
  color: #999999;
}
#booking .wrapper .form .input::-moz-placeholder,
#booking .wrapper .form .text::-moz-placeholder {
  color: #999999;
}
#booking .wrapper .form .input:-ms-input-placeholder,
#booking .wrapper .form .text:-ms-input-placeholder {
  color: #999999;
}
#booking .wrapper .form .input:-moz-placeholder,
#booking .wrapper .form .text:-moz-placeholder {
  color: #999999;
}
#booking .wrapper .form .text {
  height: 230px;
}
#booking .wrapper .form .submit {
  font-size: 1em;
  color: #ffffff;
  background: #00aeef;
  padding: 22px 0;
  font-weight: 900;
}
#booking .wrapper .form .submit:hover {
  outline: 2px #00aeef solid;
  background: transparent;
  color: #00aeef;
  width: calc(100% - 4px);
  padding: 21px 0;
  margin-left: 2px;
  margin-top: 17px;
}
#footer {
  background: #ffffff;
  padding: 85px 0 73px 0;
  width: 100%;
  display: table;
  position: relative;
  z-index: 1;
}
#footer .logo {
  width: 12.5%;
  margin-left: 6.25%;
  float: left;
}
#footer .logo .typography h1,
#footer .logo .typography h2 {
  margin: 0;
  padding: 0;
  line-height: 25px;
  font-family: "Avenir";
  font-weight: 900;
  color: #333333;
  font-size: 1.5em;
  text-transform: uppercase;
}
#footer .arrow-container {
  width: 12.5%;
  margin: 0 18.75% 0 25%;
  float: left;
  margin-top: 18px;
}
#footer .arrow-container .arrow {
  display: block;
  width: 24px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  margin: 0 auto;
}
#footer .arrow-container .arrow svg {
  fill: #525252;
}
#footer .details {
  width: 18.75%;
  float: left;
  text-align: right;
}
#footer .details .email {
  font-weight: 900;
  color: #333333;
  text-decoration: none;
  font-size: 1em;
}
#footer .details .email:hover {
  text-decoration: none;
}
#footer .details .break {
  color: #999999;
  font-size: 1em;
}
#footer .details .break .social {
  font-weight: normal;
  font-family: "Avenir Book";
  color: #999999;
  text-decoration: none;
}
#footer .details .break .social:hover {
  text-decoration: underline;
}
#default-header {
  width: 100%;
  height: 235px;
  display: table;
  position: relative;
  z-index: 1;
}
#gradient-header {
  position: relative;
  width: 87.5%;
  display: block;
  margin: 0 auto;
}
#gradient-header .gradientheader {
  overflow: hidden;
}
#gradient-header .gradientheader .gradientmap {
  width: 100%;
  height: 460px;
  object-fit: cover;
  object-position: 50% 50%;
}
#gradient-header .title {
  position: absolute;
  width: 85.714285714286%;
  margin-left: 7.1428571428571%;
  z-index: 1001;
  bottom: 60px;
}
#gradient-header .title h1 {
  font-size: 3em;
  color: #ffffff;
  font-family: "Avenir Book";
  font-weight: normal;
  line-height: 100%;
}
#gradient-header .title .date {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Avenir Book";
  font-weight: normal;
  line-height: 100%;
  font-size: 0.8em;
}
#content {
  width: 100%;
  display: table;
  padding-top: 95px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#content .default-image-slider {
  width: 100%;
}
#content .stretch-img {
  padding-bottom: 63%;
}
#content .block {
  margin-bottom: 110px;
  width: 50%;
  margin: 0 auto;
  display: table;
}
#content .block:last-child {
  margin-bottom: 65px;
}
#content .block article h2 {
  font-size: 1.5em;
  font-weight: 300;
  color: #000000;
  line-height: 150%;
  margin-bottom: 28px;
}
#content .block article p {
  font-size: 1em;
  font-family: "Avenir";
  font-weight: 300;
  line-height: 187.5%;
  margin-bottom: 25px;
  color: #333333;
}
#content .block article p strong {
  font-family: "Avenir";
  font-weight: 900;
  display: block;
  color: #000000;
}
#content .block article ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Avenir";
  font-weight: 300;
  font-size: 1em;
}
#content .block article ul li {
  margin-bottom: 8px;
}
#content .block article ul li:before {
  content: "";
  background: #333333;
  display: block;
  width: 5px;
  height: 5px;
  float: left;
  margin-right: 30px;
  margin-top: 11px;
  border-radius: 50%;
}
#content #images {
  display: table;
  width: 62.5%;
  margin: 95px auto 20px auto;
  position: relative;
  height: auto !important;
}
#content #images .images {
  position: relative;
  z-index: 7007;
  width: 100%;
}
#content #images .images .image {
  width: 100%;
  height: 540px;
}
#content #images .images .image .slide {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
  background-size: cover;
  background-position: center center;
}
#content #images .full-width {
  width: 100%;
  display: table;
  margin-top: 35px;
}
#content #images .full-width #navigation,
#content #images .full-width #pagination {
  margin-top: 0;
  width: 14.285714285714%;
  vertical-align: middle;
  display: table-cell;
  float: none;
}
#content #images .full-width #pagination ul {
  float: right;
}
#content #images .full-width #navigation .arrow svg {
  fill: #525252;
}
.default-image-slider {
  width: 87.5%;
  height: 100%;
  z-index: 9009;
  margin: 0 auto;
  position: relative;
}
.default-image-slider .swiper-container {
  width: 100% !important;
  display: table;
}
.default-image-slider .swiper-container .swiper-wrapper {
  width: 100%;
  margin: 0 auto;
}
.default-image-slider .swiper-container .swiper-wrapper .swiper-slide {
  width: 100% !important;
}
.default-image-slider .swiper-container .swiper-wrapper .swiper-slide .image {
  width: 100%;
  height: 100%;
}
.default-image-slider .swiper-container .swiper-wrapper .swiper-slide .image .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
}
.default-image-slider .swiper-container .swiper-wrapper .swiper-slide .image .fit-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.default-image-slider .controls {
  height: 10%;
  position: relative;
  width: 100%;
  display: table;
  padding: 30px 0;
}
.default-image-slider .controls .swiper-pagination,
.default-image-slider .controls .swiper-button-next,
.default-image-slider .controls .swiper-button-prev {
  position: relative;
  background: none;
  margin: 0;
  right: 0;
  left: 0;
  float: left;
  width: auto;
  height: auto;
  margin-right: 30px;
}
.default-image-slider .controls .swiper-button-disabled {
  opacity: 1;
}
.default-image-slider .controls .swiper-button-disabled .arrow svg {
  fill: #cbcbcb;
}
.default-image-slider .controls .swiper-button-prev {
  margin-top: 1px;
}
.default-image-slider .controls .swiper-pagination {
  float: right;
  margin-right: 0;
  text-align: right;
  padding-right: 5px;
}
.default-image-slider .controls .swiper-pagination .swiper-pagination-bullet {
  border-radius: 100%;
  background: #cbcbcb;
  display: block;
  opacity: 1;
  float: left;
  width: 8px;
  height: 8px;
  margin-top: 3px;
  margin-left: 7px;
  margin-right: 7px;
}
.default-image-slider .controls .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.default-image-slider .controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.default-image-slider .controls .swiper-pagination .swiper-pagination-bullet:hover {
  border: 2px #333333 solid;
  background: transparent;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-left: 3.5px;
  margin-right: 3.5px;
}
.default-image-slider .controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child,
.default-image-slider .controls .swiper-pagination .swiper-pagination-bullet:hover:last-child {
  margin-right: -3.5px;
}
.default-image-slider .controls .arrow {
  display: block;
  width: 24px;
}
.default-image-slider .controls .arrow.left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.default-image-slider .controls .arrow svg {
  fill: #333333;
}
.default-image-slider .controls .arrow.active svg,
.default-image-slider .controls .arrow:hover svg {
  fill: #333333;
}
.default .default-image-slider {
  width: 100% !important;
  height: 550px !important;
}
.default .default-image-slider .swiper-slide {
  height: 550px !important;
}
.default .default-image-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.default .default-image-slider .swiper-pagination-bullet:hover {
  border: 2px #00aeef solid !important;
}
#full-slides {
  background: #00aeef;
  margin-top: 200px;
  position: relative;
}
#full-slides .swiper-container {
  width: 100%;
  height: 100%;
}
#full-slides .swiper-container .swiper-wrapper .swiper-slide .slide {
  width: 100%;
  height: 100%;
}
#full-slides .swiper-container .swiper-wrapper .swiper-slide .slide .vertical-center {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
#full-slides .swiper-container .swiper-wrapper .swiper-slide .slide .vertical-center .image {
  width: 56.25%;
  float: left;
  height: 100%;
  position: relative;
}
#full-slides .swiper-container .swiper-wrapper .swiper-slide .slide .vertical-center .image .fit-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
  padding-bottom: 90%;
}
#full-slides .swiper-container .swiper-wrapper .swiper-slide .slide .vertical-center .text {
  width: 43.75%;
  position: relative;
  display: table;
  float: left;
  height: 100%;
  padding-left: 18.75%;
}
#full-slides .swiper-container .swiper-wrapper .swiper-slide .slide .vertical-center .text article {
  display: table-cell;
  vertical-align: middle;
}
#full-slides .swiper-container .swiper-wrapper .swiper-slide .slide .vertical-center .text article h1,
#full-slides .swiper-container .swiper-wrapper .swiper-slide .slide .vertical-center .text article h2 {
  padding: 0;
  margin: 0;
  line-height: 100%;
  color: #ffffff;
}
#full-slides .swiper-container .swiper-wrapper .swiper-slide .slide .vertical-center .text article h2 {
  font-family: "Avenir Book";
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 28px;
}
#full-slides .swiper-container .swiper-wrapper .swiper-slide .slide .vertical-center .text article h1 {
  font-size: 2.2em;
  font-weight: 900;
  line-height: 42px;
  font-family: "Avenir";
  margin-bottom: 100px;
}
#full-slides .push {
  position: absolute;
  bottom: 60px;
  width: 100%;
}
#full-slides .push .controls {
  width: 87.5%;
  display: table;
  padding: 30px 0;
  margin: 0 auto;
}
#full-slides .push .controls .swiper-pagination,
#full-slides .push .controls .swiper-button-next,
#full-slides .push .controls .swiper-button-prev {
  position: relative;
  background: none;
  margin: 0;
  right: 0;
  left: 0;
  float: left;
  width: auto;
  height: auto;
  margin-right: 30px;
}
#full-slides .push .controls .swiper-button-disabled {
  opacity: 1;
}
#full-slides .push .controls .swiper-button-disabled .arrow svg {
  fill: #cbcbcb;
}
#full-slides .push .controls .swiper-button-prev {
  margin-top: 1px;
}
#full-slides .push .controls .swiper-pagination {
  float: right;
  margin-right: 0;
  text-align: right;
  padding-right: 5px;
}
#full-slides .push .controls .swiper-pagination .swiper-pagination-bullet {
  border-radius: 100%;
  background: #ffffff;
  display: block;
  opacity: 1;
  float: left;
  width: 8px;
  height: 8px;
  margin-top: 3px;
  margin-left: 7px;
  margin-right: 7px;
}
#full-slides .push .controls .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#full-slides .push .controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
#full-slides .push .controls .swiper-pagination .swiper-pagination-bullet:hover {
  border: 2px #006a91 solid;
  background: transparent;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-left: 3.5px;
  margin-right: 3.5px;
}
#full-slides .push .controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child,
#full-slides .push .controls .swiper-pagination .swiper-pagination-bullet:hover:last-child {
  margin-right: -3.5px;
}
#full-slides .push .controls .arrow {
  display: block;
  width: 24px;
}
#full-slides .push .controls .arrow svg {
  fill: #006a91;
}
#full-slides .push .controls .arrow.left {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1400px) {
  .container {
    max-width: auto;
    width: 100%;
  }
  #default-header #logo {
    margin-left: 8.3333333333333%;
  }
}
@media (max-width: 992px) {
  #menu-overlay {
    width: 100% !important;
  }
  #menu-overlay .items .links .item .link {
    font-size: 20pt;
  }
}
@media (max-width: 750px) {
  #menu-overlay {
    width: 100% !important;
  }
  #menu-overlay .lines .line.small {
    display: none;
  }
  #menu-overlay .items {
    margin-left: 16.666666666667%;
  }
  #menu-overlay .items .links .item .link {
    font-size: 20pt;
  }
  #menu-overlay .lines .line,
  #menu-overlay .social {
    width: 16.666666666667%;
  }
  #menu {
    width: 16.666666666667%;
  }
  #gradient-header .gradientheader .gradientmap {
    height: 570px;
  }
  #gradient-header .title h1 {
    font-size: 40pt;
  }
  #content .block {
    width: 66.666666666667%;
  }
  #content #images {
    width: 100%;
  }
  .default-image-slider .controls .swiper-button-prev,
  .default-image-slider .controls .swiper-button-next {
    display: none;
  }
  .default-image-slider .controls .swiper-pagination {
    margin: 0 auto;
    display: table;
    float: none;
  }
  #news .heading {
    width: 66.666666666667%;
  }
  #news .heading {
    margin-left: 16.666666666667%;
  }
  #footer .logo,
  #footer .details {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  #footer .logo .typography,
  #footer .details .items {
    text-align: center;
  }
  #footer .logo {
    margin-bottom: 75px;
  }
  #footer .arrow-container {
    display: none;
  }
}
