@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,700;0,900;1,300;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
@font-face {
  font-family: "requiem";
  src: url("../../font/requiem-webfont.woff2") format("woff2"), url("../../font/requiem-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  background: black;
  width: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  max-width: 2000px;
  width: 100%;
}

h1, h2 {
  font-family: "requiem", "EB Garamond", serif;
  text-transform: uppercase;
}

h3, h4, h5, h6, p {
  font-family: "Montserrat", sans-serif;
}

p {
  line-height: 1.5em;
}

a.grunge-btn {
  font-size: 18px;
  text-align: center;
  color: black;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 auto;
  text-decoration: none;
  background: url(../../img/global/btn-bg.png) center no-repeat;
  background-size: contain;
  padding: 24px 0;
  max-width: 298px;
  width: 100%;
  display: block;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.grunge-btn:hover {
  color: #bd93f9;
}
a.grunge-btn--youtube {
  background: url(../../img/global/youtube-bg.png) center no-repeat;
  font-size: 11px;
  margin: 10px 0;
  max-width: 180px;
  padding: 15px 0;
  color: white;
}
@media only screen and (max-width: 991px) {
  a.grunge-btn--youtube {
    margin: 10px auto;
  }
}
a.grunge-btn--youtube:hover {
  color: #e86868;
}
a.grunge-btn--twitch {
  background: url(../../img/global/twitch-bg.png) center no-repeat;
  font-size: 11px;
  margin: 10px 0;
  max-width: 180px;
  padding: 15px 0;
  color: white;
}
@media only screen and (max-width: 991px) {
  a.grunge-btn--twitch {
    margin: 10px auto;
  }
}

.rank-colour--founder {
  color: #BD93F9;
}
.rank-colour--guide {
  color: #50FA7B;
}
.rank-colour--ascendant {
  color: #F04444;
}
.rank-colour--member {
  color: #0088CC;
}
.rank-colour--initiate {
  color: #f7941d;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 37px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 22px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 36px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

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

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(14px, 0);
            transform: translate(14px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(14px, 0);
            transform: translate(14px, 0);
  }
}
.header {
  background: url(../../img/global/header/fade.png) top center repeat-x;
  padding: 50px 0 100px;
  margin-bottom: -240px;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 0;
  }
}
.header .header__logo img {
  max-width: 332px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.header .header__subtitle {
  text-align: center;
  color: white;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#A9AAAA));
  background: linear-gradient(to bottom, #FFFFFF 0%, #A9AAAA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
  margin: 7px 0 11px;
}
.header .header__band img {
  max-width: 1040px;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.header__nav-bg {
  background: url(../../img/global/header/flame.png) top center no-repeat;
  min-height: 97px;
}

.header__nav {
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
}
.header__nav a {
  text-decoration: none;
}
.header__nav nav {
  font-family: monospace;
}
.header__nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
  left: 50%;
}
.header__nav li {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  display: block;
  float: left;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  border-bottom: 1px solid transparent;
}
.header__nav li a {
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.header__nav li:hover,
.header__nav li:focus-within {
  border-bottom: 1px solid #bd93f9;
  cursor: pointer;
}
.header__nav li:focus-within a {
  outline: none;
}
.header__nav li.active {
  border-bottom: 1px solid #bd93f9;
}
.header__nav ul li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 1rem;
  display: none;
  background: black;
  border: 1px solid white;
  width: 150px;
  left: -30%;
  overflow: hidden;
  padding: 20px 0;
}
.header__nav ul li ul::after {
  content: "";
  width: 30px;
  height: 30px;
  background: white;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__nav ul li:hover > ul,
.header__nav ul li:focus-within > ul,
.header__nav ul li ul:hover,
.header__nav ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
.header__nav ul li ul li {
  clear: both;
  width: 100%;
  float: none;
  text-align: center;
  padding: 10px 0;
}

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

.header__mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__mobile {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  /* header */
  .header {
    -webkit-box-shadow: 0 -6px 7px 10px #000;
            box-shadow: 0 -6px 7px 10px #000;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    background: url(../../img/homepage/intro-bg.jpg) top center no-repeat;
    background-size: 100%;
  }
  .header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
  }
  .header li a {
    display: block;
    padding: 20px 20px;
    text-decoration: none;
  }
  .header li a:hover,
  .header .menu-btn:hover {
    background-color: #222;
  }
  .header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
  }
  /* menu */
  .header .menu {
    clear: both;
    max-height: 0;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
  }
  /* menu icon */
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .header .menu-icon .navicon {
    background: white;
    display: block;
    height: 2px;
    position: relative;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    width: 18px;
  }
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: white;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  ul.menu {
    background: black;
  }
  ul.menu li {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    border-bottom: 1px solid transparent;
  }
  ul.menu li a {
    color: white;
  }
  .header .menu-icon .navicon:before {
    top: 5px;
  }
  .header .menu-icon .navicon:after {
    top: -5px;
  }
  /* menu btn */
  .header .menu-btn {
    display: none;
  }
  .header .menu-btn:checked ~ .menu {
    max-height: 1000px;
  }
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
}
.footer {
  float: left;
  width: 100%;
  background: #151515 url(../../img/global/footer/footer-bg.jpg) center no-repeat;
  text-align: center;
  padding: 90px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer p {
  font-size: 13px;
  max-width: 765px;
  margin: 20px auto;
  color: white;
}
.footer p a {
  font-weight: bold;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer p a:hover {
  color: #bd93f9;
}
.footer__links {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  color: white;
  text-transform: uppercase;
}
.footer__link {
  font-weight: bold;
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer__link:hover {
  color: #bd93f9;
}
.footer__brand {
  max-width: 664px;
  width: 100%;
}

.notices {
  z-index: 2;
  background: #DC3545;
  width: 100%;
  text-align: center;
  float: left;
}
.notices p {
  color: white;
  max-width: 1200px;
  width: 100%;
  margin: 11px auto;
}
.notices p a {
  color: white;
}

.page {
  float: left;
  width: 100%;
  padding: 260px 20px 170px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: -195px;
  margin-bottom: -195px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .page {
    top: 0;
    margin-bottom: 0;
    padding: 130px 20px 60px;
  }
}
.page--about {
  background: url(../../img/about/header.jpg) top center no-repeat;
  background-size: 100%;
}
.page--structure {
  background: url(../../img/structure/header.jpg) top center no-repeat;
  background-size: 100%;
}
.page--recruitment {
  background: url(../../img/recruitment/header.jpg) top center no-repeat;
  background-size: 100%;
}
.page--events {
  background: url(../../img/events/header.jpg) top center no-repeat;
  background-size: 100%;
}
.page--streams {
  background: url(../../img/streams/header.jpg) top center no-repeat;
  background-size: 100%;
}
.page--stats {
  background: url(../../img/stats/header.jpg) top center no-repeat;
  background-size: 100%;
}
.page--roster {
  background: url(../../img/roster/header.jpg) bottom center no-repeat;
  background-size: 100%;
}
.page h1 {
  font-size: 92px;
  color: white;
  text-align: center;
  font-weight: normal;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page h1 {
    font-size: 50px;
  }
}
.page h3 {
  font-size: 20px;
  text-align: center;
  color: #bd93f9;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .page h3 {
    font-size: 15px;
  }
}
.page p {
  max-width: 930px;
  width: 100%;
  margin: 0 auto 30px;
  color: white;
  font-weight: 300;
  text-align: center;
  line-height: 1.5em;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .page p {
    font-size: 15px;
  }
}
.page .small {
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #fff;
  max-width: 1000px;
  border-radius: 0px;
  background: #111;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 10% 30px;
  text-align: center;
  border: 1px solid white;
}
.modaal-content-container h4 {
  width: 100%;
  margin: 10px auto;
  color: white;
  font-weight: normal;
  text-align: center;
  font-size: 30px;
  font-family: "requiem", "EB Garamond", serif;
  text-transform: uppercase;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.events {
  float: left;
  width: 100%;
  background: url(../../img/events/grunge.png) 100% 430px no-repeat;
  background-size: 2000px;
  padding: 240px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: -410px;
  margin-bottom: -410px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .events {
    top: -250px;
    margin-bottom: -250px;
  }
}
.events__wrap {
  max-width: 1600px;
  margin: 0 auto;
}
.events h2 {
  font-size: 46px;
  color: white;
  font-weight: normal;
  margin: 0 0 30px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .events h2 {
    text-align: center;
  }
}
.events__calendar-time {
  -ms-flex-preferred-size: 5%;
      flex-basis: 5%;
  background: #0a73bb;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.events__calendar-day {
  width: 100%;
}
.events__calendar-day h3 {
  font-size: 22px;
  color: white;
  font-weight: normal;
  margin: 30px 0 15px;
  text-align: center;
  font-family: "requiem", "EB Garamond", serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .events__calendar-day h3 {
    text-align: center;
  }
}
.events__time-wrap {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.events__time {
  width: 50%;
  text-align: center;
  color: #797979;
  font-family: "requiem", "EB Garamond", serif;
  text-transform: uppercase;
}
.events__calendar-event {
  background: #111111;
  border: 1px solid #363636;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 26px 10px;
  margin-bottom: 7px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.events__calendar-event:hover {
  border: 1px solid white;
}
.events__calendar-event h4 {
  font-size: 22px;
  color: white;
  font-weight: normal;
  margin: 0;
  text-align: center;
  font-family: "requiem", "EB Garamond", serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .events__calendar-event h4 {
    text-align: center;
  }
}
.events__calendar-event img {
  height: 36px;
  margin: 0 auto 9px;
  display: block;
}
.events__calendar-event p {
  width: 100%;
  color: white;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 13px;
  text-align: center;
  margin: 0;
}
.events__calendar-event p span {
  color: #bd93f9;
  font-weight: 900;
  font-size: 10px;
}
.events__calendar-event--small {
  padding: 17px 10px;
}
.events__drag-indication {
  color: grey;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  text-align: right;
}
@media only screen and (min-width: 1633px) {
  .events__drag-indication {
    display: none;
  }
}
.events__drag-indication span {
  font-size: 22px;
  color: white;
}
.events__calendar {
  height: 466px !important;
  overflow-x: scroll;
}
@media only screen and (max-width: 1632px) {
  .events__calendar {
    cursor: -webkit-grab;
    cursor: grab;
  }
}
.events__calendar::-webkit-scrollbar {
  background: transparent;
  height: 3px;
  border-radius: 50px;
}
@media only screen and (min-width: 1633px) {
  .events__calendar::-webkit-scrollbar {
    display: none;
  }
}
.events__calendar::-webkit-scrollbar-thumb {
  background: #484848;
}
.events__calendar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-x: hidden;
  width: 1600px !important;
}
.events__calendar-day {
  width: 13%;
  margin: 0 0.5%;
  /*@include max(xl) {
    width: 19%;
  }
  @include max(md) {
    width: 24%;
  }
  @include max(sm) {
    width: 32%;
  }
  @include max(sm) {
    margin: 0 1%;
    width: 48%;
  }*/
}
.events__calendar-container {
  background: black;
  border: 1px solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 7px 0;
}
.events__calendar-early, .events__calendar-late {
  min-height: 178px;
}

h3.events__calendar-day-colour {
  color: #bd93f9;
}

.page {
  padding: 260px 20px 250px;
}
@media only screen and (max-width: 767px) {
  .page {
    top: 0;
    margin-bottom: 0;
    padding: 130px 20px 60px;
  }
}

.inline__title {
  font-family: "requiem", "EB Garamond", serif;
  text-transform: uppercase;
  font-size: 25px;
  color: white;
  text-align: center;
  font-weight: normal;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .inline__title {
    font-size: 15px;
  }
}
.inline__title--weekend {
  color: #bd93f9;
}
.inline__info {
  margin-top: -50px;
}
.inline__info h1 {
  font-size: 35px;
  color: white;
  text-align: center;
  font-weight: normal;
  margin: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .inline__info h1 {
    font-size: 25px;
  }
}
.inline__info h2 {
  font-size: 20px;
  text-align: center;
  color: #bd93f9;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 767px) {
  .inline__info h2 {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .inline__info p {
    font-size: 13px;
  }
}
.inline__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0;
}
.inline__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 32%;
  background: #111111;
  border: 1px solid #363636;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 5px;
}
@media only screen and (max-width: 575px) {
  .inline__box {
    width: 100%;
    margin-bottom: 10px;
  }
}
.inline__box h3 {
  font-size: 22px;
  color: white;
  text-align: center;
  font-weight: normal;
  margin: 0 0 5px;
  font-family: "requiem", "EB Garamond", serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .inline__box h3 {
    font-size: 18px;
  }
}
.inline__box p {
  margin: 0;
  line-height: 1.4em;
}
.inline__smallprint {
  color: #808081;
  font-size: 13px;
}
.inline__header iframe {
  margin: 0 0 80px;
}
.inline__header img {
  max-width: 737px;
  width: 100%;
}

p.guild-time {
  margin: 0;
  line-height: 1.4em;
}
p.guild-time span {
  color: #bd93f9;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
}

p.local-time {
  font-size: 10px;
  color: darkgrey;
  margin: 10px 0 0;
  line-height: 1.4em;
}
p.local-time span {
  color: #bd93f9;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
}

.modaal-container {
  max-width: 800px;
}

.modaal-content-container {
  padding: 30px;
}

.events__upcoming {
  padding: 90px 0 60px;
}
.events__list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.events__list-item {
  width: 49%;
  background: black;
  border: 1px solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .events__list-item {
    width: 100%;
  }
}
.events__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.events__list-img {
  width: 49%;
}
@media only screen and (max-width: 575px) {
  .events__list-img {
    display: none;
  }
}
.events__list-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5% 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 49%;
}
@media only screen and (max-width: 575px) {
  .events__list-content {
    width: 100%;
    padding: 20px 0 80px;
  }
}
.events__list-content h2 {
  font-size: 30px;
  color: white;
  text-align: left;
  font-weight: normal;
  margin: 0 0 15px;
}
@media only screen and (max-width: 575px) {
  .events__list-content h2 {
    font-size: 22px;
  }
}
.events__list-content p {
  color: white;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 13px;
  margin: 0 0 10px;
}
.events__list-date {
  background: #111111;
  border: 1px solid #363636;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 25px;
  color: white;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  bottom: 20px;
  left: 20px;
  min-width: 200px;
  padding: 10px 3px;
  position: absolute;
}
@media only screen and (max-width: 575px) {
  .events__list-date {
    width: 92%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}