@import url("https://fonts.googleapis.com/css?family=Noticia+Text|Anton|Playfair+Display");
body {
  color: #000;
  font-family: "Noticia Text", serif;
  background: #f9d993 url("../images/bg.png") center;
}

p {
  font-family: "Noticia Text", serif;
}

h1 {
  font-size: 2em;
  font-family: "Playfair Display", serif;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2em;
    text-align: center;
  }
}
h2 {
  font-size: 1.5em;
  padding: 20px 0;
  font-family: "Playfair Display", serif;
  text-transform: lowercase;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.5em;
    text-align: center;
  }
}
a {
  color: #833b26;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #bf8860;
}

button, a.button, .action {
  appearance: button;
  text-decoration: none;
  font-size: 12px;
  margin: 0;
  background-color: #833b26;
  border: none;
  color: #fff;
  padding: 10px;
  transition: all 0.2s;
  font-family: "Noticia Text", serif;
}

button:hover, a.button:hover, .action:hover {
  transition: all 0.2s;
  background-color: #bf8860;
}

input, select, textarea {
  padding: 10px;
  border: none;
  box-sizing: border-box;
}

input.error, select.error, textarea.error {
  border: 1px solid #833b26;
}

input, textarea {
  width: 100%;
}

textarea {
  resize: none;
  height: 150px;
}

.fp-slidesNav ul li a span {
  background: #f9d993;
}

.fp-slidesNav ul li a.active span {
  background: #833b26;
}

.form-wrapper {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 50px;
  box-sizing: border-box;
}

.form-wrapper #MemberLoginForm_LoginForm, .form-wrapper #MemberLoginForm_LostPasswordForm {
  text-align: left;
  display: inline-block;
}

.form-wrapper #MemberLoginForm_LoginForm a, .form-wrapper #MemberLoginForm_LostPasswordForm a {
  color: #fff;
}

.section {
  text-align: center;
  background: #f9d993 url("../images/bg.png") center;
}

.section:nth-child(even) {
  background-color: transparent;
}

.section .content-wrapper {
  padding: 150px 100px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .section .content-wrapper {
    padding: 100px 5%;
  }
  .section .content-wrapper p {
    text-align: justify;
  }
}
.gallery-close {
  display: inline-block;
  position: relative;
  margin: 10px;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.gallery-close:after {
  content: "x";
}

.fancybox-arrow--left {
  background: none;
}

.fancybox-arrow--left:after {
  background-color: #833b26;
}

.fancybox-arrow--left:hover {
  background: none;
}

.fancybox-arrow--left:hover:after {
  background-color: #bf8860;
}

.fancybox-arrow--right {
  background: none;
}

.fancybox-arrow--right:after {
  background-color: #833b26;
}

.fancybox-arrow--right:hover {
  background: none;
}

.fancybox-arrow--right:hover:after {
  background-color: #bf8860;
}

.fancybox-button--close, .fancybox-close-small {
  background-color: #833b26;
}

.fancybox-button--close:after, .fancybox-close-small:after {
  color: #fff;
}

.fancybox-button--close:hover, .fancybox-close-small:hover {
  background-color: #bf8860 !important;
}

.fancybox-button--close:hover:after, .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-close-small:after {
  background: none;
}

.fancybox-close-small:hover:after {
  background: none;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  background: #000000;
}

.fp-controlArrow.fp-next {
  border-color: transparent transparent transparent #f9d993;
  transition: all 0.2s;
}

.fp-controlArrow.fp-next:hover {
  transition: all 0.2s;
  border-color: transparent transparent transparent #833b26;
}

.fp-controlArrow.fp-prev {
  border-color: transparent #f9d993 transparent transparent;
  transition: all 0.2s;
}

.fp-controlArrow.fp-prev:hover {
  transition: all 0.2s;
  border-color: transparent #833b26 transparent transparent;
}

.modal input {
  border: 1px solid #777;
}

@media screen and (max-width: 768px) {
  .modal {
    width: 100%;
    margin: 0;
  }
}
.g-recaptcha {
  display: inline-block;
}

#header {
  position: fixed;
  height: 90px;
  z-index: 9;
  top: 0;
  width: 100%;
  padding: 0;
  text-align: center;
}

#header.form {
  text-align: center;
  display: block !important;
  height: auto;
  position: inherit;
}

#header.form .logo {
  float: none;
}

#header .logo {
  float: left;
  padding: 10px 50px;
  transition: all 0.2s;
}

@media screen and (max-width: 768px) {
  #header .logo {
    padding: 10px;
  }
}
#header .logo img {
  max-height: 150px;
  transition: all 0.2s;
}

@media screen and (max-width: 768px) {
  #header .logo img {
    max-height: 75px;
  }
}
#header.small {
  background: #000 url("../images/bg.png") center;
  box-shadow: 0 7px 12px -4px rgba(0, 0, 0, 0.75);
}

#header.small .logo {
  padding: 5px 40px;
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  #header.small .logo {
    padding: 5px 10px;
  }
}
#header.small .logo img {
  max-height: 75px;
  transition: all 0.2s;
}

#header.small .social {
  padding: 20px 50px;
  transition: all 0.2s;
}

@media screen and (max-width: 768px) {
  #header.small .social {
    padding: 20px 0;
  }
}
#header #menu {
  display: none;
  list-style: none;
  text-align: left;
  float: right;
  font-size: 20px;
  font-family: "Playfair Display", serif;
  background: #000 url("../images/bg.png") center;
  padding: 100px 50px;
  box-sizing: border-box;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  #header #menu {
    position: absolute;
    text-align: center;
    width: 100%;
  }
}
#header #menu li {
  display: block;
  padding: 10px 15px;
}

#header #menu li a {
  text-decoration: none;
  color: #f9d993;
}

#header #menu li a:hover {
  color: #833b26;
}

#header #menu li.active a {
  color: #833b26;
}

#header .social {
  float: right;
  display: inline-block;
  list-style: none;
  padding: 45px 50px;
  transition: all 0.2s;
}

@media screen and (max-width: 1024px) {
  #header .social {
    padding: 20px 0;
  }
}
#header .social li {
  display: inline;
  padding: 0 5px;
}

#header .social li img {
  max-width: 32px;
}

#header .menu-toggle {
  float: right;
  padding: 3px 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 12;
  cursor: pointer;
  display: block;
}

#header .menu-toggle:hover span {
  background-color: #833b26;
}

#header .menu-toggle span {
  display: block;
  width: 30px;
  margin-bottom: 5px;
  background-color: #f9d993;
  height: 5px;
  transition: all 0.2s;
}

#header .menu-toggle.active span:first-child {
  opacity: 0;
  height: 0;
  margin-bottom: 0;
}

#header .menu-toggle.active span {
  transform: rotate(45deg);
  top: 9px;
  position: relative;
}

#header .menu-toggle.active span:last-child {
  transform: rotate(-45deg);
  top: 0;
}

.promo {
  background: #000;
  text-align: left;
}

.promo .concert {
  padding: 20px 0;
  box-sizing: border-box;
  background: no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .promo .concert {
    padding: 0;
  }
}
.promo .concert .concert-details {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  color: #f9d993;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .promo .concert .concert-details {
    display: block;
  }
  .promo .concert .concert-details h1 {
    font-size: 2em;
  }
  .promo .concert .concert-details h2 {
    font-size: 1.25em;
    padding: 0;
  }
}
.promo .concert .concert-details .tickets {
  margin-top: 25px;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .promo .concert .concert-details .tickets {
    text-align: center;
  }
}
.about .columns {
  display: flex;
}

@media screen and (max-width: 768px) {
  .about .columns {
    display: block;
  }
}
.about .columns p {
  text-align: justify;
}

.about .columns .item-wrapper {
  width: 33%;
}

@media screen and (max-width: 768px) {
  .about .columns .item-wrapper {
    width: 100%;
  }
}
.about .columns .item-wrapper .item {
  padding: 50px;
}

@media screen and (max-width: 1024px) {
  .about .columns .item-wrapper .item {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .about .columns .item-wrapper .item {
    padding: 20px 0;
    text-align: center;
  }
}
.about .columns .item-wrapper .item img {
  max-height: 180px;
  max-width: 100%;
  border: 5px solid #bf8860;
}

@media screen and (max-width: 1024px) {
  .about .columns .item-wrapper .item img {
    max-height: 150px;
  }
}
.concerts .gallery {
  display: flex;
  flex-wrap: wrap;
}

.concerts .gallery .item-wrapper {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .concerts .gallery .item-wrapper {
    width: 50%;
  }
}
.concerts .gallery .item-wrapper .gallery-item {
  margin: 10px;
  position: relative;
  overflow: hidden;
  border: 5px solid #bf8860;
}

.concerts .gallery .item-wrapper .gallery-item a {
  z-index: 10;
  display: block;
}

.concerts .gallery .item-wrapper .gallery-item a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 7;
}

@media screen and (max-width: 768px) {
  .concerts .gallery .item-wrapper .gallery-item a .overlay {
    opacity: 1;
  }
}
.concerts .gallery .item-wrapper .gallery-item a .overlay h2 {
  color: #fff;
  text-transform: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .concerts .gallery .item-wrapper .gallery-item a .overlay h2 {
    font-size: 1em;
  }
}
.concerts .gallery .item-wrapper .gallery-item a img {
  transition: all 0.25s;
  position: relative;
  z-index: 2;
  width: 100%;
  vertical-align: middle;
}

.concerts .gallery .item-wrapper .gallery-item:hover img {
  transform: scale(1.1);
}

.concerts .gallery .item-wrapper .gallery-item:hover .overlay {
  opacity: 1;
}

.concerts .action:hover {
  color: #fff;
}

.members {
  text-align: left;
}

.members .content {
  display: flex;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .members .content {
    display: block;
  }
}
.members .content div {
  flex: 2;
}

.members .content form {
  flex: 1;
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  .members .content form {
    padding: 0;
  }
}
.members .content form fieldset {
  text-align: left;
  padding: 10px;
}

.contacts {
  text-align: left;
}

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

.contacts .flex {
  display: flex;
}

@media screen and (max-width: 768px) {
  .contacts .flex {
    display: block;
  }
}
.contacts .flex .flex-item {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contacts .flex .flex-item {
    padding: 20px 20px;
  }
}
.contacts .video-wrapper {
  text-align: right;
}

.contacts .video-wrapper iframe {
  width: 100%;
  height: 480px;
  border: 5px solid #bf8860;
}

@media screen and (max-width: 768px) {
  .contacts .video-wrapper iframe {
    height: 300px;
  }
}
.contacts form {
  padding: 0 50px;
}

.contacts form fieldset {
  text-align: left;
  padding: 10px;
}

.contacts .map {
  width: 100%;
}

.contacts .map .map-wrapper {
  height: 100%;
  width: 100%;
  border: 5px solid #bf8860;
}

@media screen and (max-width: 768px) {
  .contacts .map .map-wrapper {
    height: 200px;
  }
}
.contacts .map .map-wrapper #map {
  width: 100%;
  height: 100%;
}

.contacts p.error-message {
  color: #FF6161;
  padding: 10px 0;
  display: none;
}

.contacts p.success-message {
  color: #33a55c;
  padding: 10px 0;
  display: none;
}

.footer {
  background-color: #000 !important;
  color: #ffffff;
  padding: 20px;
}

.footer input {
  width: auto;
}

.footer p {
  padding: 10px;
}

.footer a {
  color: #f9d993;
}

.footer a:hover {
  color: #833b26;
}

.footer p.error-message {
  color: #FF6161;
  padding: 10px 0;
  display: none;
}

.footer p.success-message {
  color: #33a55c;
  padding: 10px 0;
  display: none;
}

.footer .subscribe-captcha {
  text-align: center;
  padding: 10px;
}

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

.concert-about p {
  text-align: justify;
}

.concert-about a {
  color: #833b26;
}

.concert-about a:hover {
  color: #bf8860;
}

.concert-about .tickets {
  padding: 25px 0;
}

.concert-about .flex {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .concert-about .flex {
    display: block;
  }
}
.concert-about .flex .flex-item {
  padding: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .concert-about .flex .flex-item {
    padding: 20px 20px;
  }
}
.concert-about img {
  border: 5px solid #bf8860;
}

@media screen and (max-width: 1024px) {
  .concert-about img {
    max-width: 100%;
  }
}
.video .slide {
  position: relative;
}

.video .overlay {
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #f9d993;
  font-size: 36px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

.video .overlay .control {
  position: relative;
  width: 100%;
  text-align: center;
}

.video .overlay .control svg {
  width: 130px;
  height: 130px;
  fill: #f9d993;
  position: relative;
  top: 5px;
  transition: all 0.25s ease-in;
  cursor: pointer;
}

.video .overlay .control svg:hover {
  transform: scale(1.05, 1.05);
  fill: #833b26;
}

.video .overlay .control .video-title {
  display: block;
  position: absolute;
  width: 100%;
}

.video .overlay.faded {
  display: none;
}

.video .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.gallery .gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery .gallery .item-wrapper {
  width: 20%;
}

@media screen and (max-width: 768px) {
  .gallery .gallery .item-wrapper {
    width: 50%;
  }
}
.gallery .gallery .item-wrapper .gallery-item {
  margin: 10px;
  position: relative;
  overflow: hidden;
  border: 5px solid #bf8860;
}

.gallery .gallery .item-wrapper .gallery-item a {
  z-index: 10;
  display: block;
}

.gallery .gallery .item-wrapper .gallery-item a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 7;
}

.gallery .gallery .item-wrapper .gallery-item a .overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/zoom.png") no-repeat;
  width: 80px;
  height: 80px;
  background-size: contain;
}

.gallery .gallery .item-wrapper .gallery-item a img {
  transition: all 0.25s;
  position: relative;
  z-index: 2;
  width: 100%;
  vertical-align: middle;
}

.gallery .gallery .item-wrapper .gallery-item:hover img {
  transform: scale(1.1);
}

.gallery .gallery .item-wrapper .gallery-item:hover .overlay {
  opacity: 1;
}

.loader .sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.loader .sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.loader .sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 1s infinite linear both;
  animation: sk-foldCubeAngle 1s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.loader .sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.loader .sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.loader .sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.loader .sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loader .sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loader .sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}