body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: gray;
  font-weight: 400;
}

header {
  height: 400px;
  width: 100%;
  margin-bottom: 50px;
  background: url("/images/background2.jpg") center center/cover no-repeat fixed;
}
header .main-nav {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 8;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
header .main-nav .mexx-logo {
  position: relative;
  text-align: center;
  margin-top: 8px;
  position: relative;
}
header .main-nav .mexx-logo a {
  font-size: 25px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
}
header .main-nav .mexx-logo a .svg-logo {
  height: 40px;
}
header .main-nav .mexx-logo #nav-button {
  right: auto;
  left: 0;
  top: 0;
  position: absolute;
}
header .main-nav .mexx-logo #nav-button img, header .main-nav .mexx-logo #nav-button svg {
  height: 40px;
}
header .main-nav .base-link-wrap ul {
  padding: 0;
  margin: 0;
  width: 100%;
  font-weight: 400;
}
header .main-nav .base-link-wrap ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
header .main-nav .base-link-wrap ul li.active a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
}
header .main-nav .base-link-wrap ul li a {
  transition: all 0.5s ease;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  margin: 0 15px;
  color: rgb(255, 255, 255);
  font-size: 16px;
  padding: 10px 0;
}
header .main-nav .base-link-wrap ul li a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}
header .main-nav .base-link-wrap ul li a:active, header .main-nav .base-link-wrap ul li a:focus {
  text-decoration: none;
}
header #head-title {
  position: absolute;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  display: table;
  height: 100%;
}
header #head-title .middle {
  display: table-cell;
  vertical-align: middle;
}
header #head-title .middle h1 {
  font-family: "Kaushan Script";
  color: white;
  font-size: 50px;
  font-weight: 400;
}
header #head-title .middle .base {
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  display: inline-block;
}
header #head-title .middle .base .line {
  position: relative;
  height: 5px;
  width: 100%;
  background: #fc0082;
  bottom: 0;
  margin-top: 20px;
}
header #head-title .middle .base .line:after {
  content: "";
  position: absolute;
  border-top: 5px solid #fc0082;
  border-right: 5px solid transparent;
  right: -5px;
  top: 0;
}
header #head-title .middle .base .line:before {
  content: "";
  position: absolute;
  border-bottom: 5px solid #fc0082;
  border-left: 5px solid transparent;
  left: -5px;
  bottom: 0;
}

#main #content .container {
  padding-bottom: 50px;
}
#main header {
  height: 400px;
}
@media (min-width: 768px) {
  #main header {
    height: 500px;
  }
}
@media (min-width: 992px) {
  #main header {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  #main header {
    height: 700px;
  }
}
#main header #head-title {
  filter: drop-shadow(3px 5px 3px rgba(0, 0, 0, 0.6));
  background-image: url("/img/ace/logo-full-white.svg");
  background-size: 240px;
  background-repeat: no-repeat;
  background-position: 50%, 50%;
}
@media (min-width: 768px) {
  #main header #head-title {
    background-size: 500px;
  }
}
#main header #head-title .middle {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  #main .home-photos, #main .home-parties {
    width: 80%;
    margin: auto;
  }
}
#main .home-photos .home-photo, #main .home-photos .home-party, #main .home-parties .home-photo, #main .home-parties .home-party {
  vertical-align: middle;
  box-shadow: 1px 2px 12px 3px rgba(0, 0, 0, 0.5);
  margin: auto;
  position: relative;
  height: 150px;
  width: 220px;
}
@media (max-width: 992px) {
  #main .home-photos .home-photo, #main .home-photos .home-party, #main .home-parties .home-photo, #main .home-parties .home-party {
    margin-bottom: 20px;
  }
}
#main .home-photos .home-photo .image-wrapper, #main .home-photos .home-party .image-wrapper, #main .home-parties .home-photo .image-wrapper, #main .home-parties .home-party .image-wrapper {
  height: 150px;
  width: 220px;
  overflow: hidden;
}
#main .home-photos .home-photo span, #main .home-photos .home-party span, #main .home-parties .home-photo span, #main .home-parties .home-party span {
  position: absolute;
  bottom: 2px;
  left: 2px;
  color: white;
  font-weight: 800;
  text-shadow: 1px 1px 9px rgb(150, 150, 150);
  font-size: 20px;
  font-family: "Kaushan Script";
  z-index: 10;
}
#main .home-photos .home-photo img, #main .home-photos .home-party img, #main .home-parties .home-photo img, #main .home-parties .home-party img {
  transition: all 1s ease;
  width: 100%;
}
#main .home-photos .home-photo img:hover, #main .home-photos .home-party img:hover, #main .home-parties .home-photo img:hover, #main .home-parties .home-party img:hover {
  transform: scale(1.1);
}
#main .home-parties .home-party {
  height: 300px;
}
#main .home-parties .home-party .image-wrapper {
  height: 300px;
}
#main .home-parties .home-party .info {
  transition: all 0.5s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 2px;
  left: 2px;
  color: black;
  font-weight: 300;
  font-family: "Open Sans";
  z-index: 10;
  opacity: 0;
}
@media (max-width: 992px) {
  #main .home-parties .home-party .info {
    text-shadow: 1px 1px 5px rgb(0, 0, 0);
    color: white;
    font-weight: 800;
  }
}
@media (min-width: 992px) {
  #main .home-parties .home-party .info {
    z-index: -1;
  }
}
#main .home-parties .home-party .info p {
  line-height: 14px;
  font-size: 14px;
}
#main .home-parties .home-party .info p.title {
  font-size: 16px;
}
#main .home-parties .home-party:hover .info {
  opacity: 1;
}
@media (min-width: 992px) {
  #main .home-parties .home-party:hover .info {
    bottom: -70px;
  }
}

footer {
  margin-top: 50px;
  padding: 5em 0;
  background: #262626;
}
footer .p-b {
  padding-bottom: 50px;
}
footer .base-copyright {
  font-size: 15px;
}
footer .base-logo {
  padding-bottom: 20px;
}
footer .base-logo .svg-logo {
  opacity: 0.6;
  position: relative;
  height: 40px;
}
footer h3 {
  color: #fff;
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 40px;
  padding-top: 0;
  line-height: 20px;
}
@media (max-width: 768px) {
  footer h3 {
    padding-top: 20px;
  }
}
footer .base-links {
  margin: 0;
  padding: 0;
}
footer .base-links li {
  font-size: 15px;
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
footer .base-links li a {
  transition: all 0.5s ease;
  color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}
footer .base-links li a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
footer .made {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1em;
}
footer .made p {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 10px;
}
footer .made:hover .butterfly {
  opacity: 1;
}
footer .made .butterfly {
  margin-left: 20px;
  transition: opacity 0.5s ease;
  opacity: 0;
  transform: rotate(30deg);
  height: 30px;
}

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 250px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 10; /* Stay on top */
  top: 0;
  left: -250px;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav li {
  list-style: none;
}
.sidenav li.active a {
  color: #f1f1f1;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.event-item {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #cccccc;
}
.event-item .image {
  background-position: 50%;
  background-size: cover;
  padding: 0;
  overflow: hidden;
  height: 150px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
}
.event-item .image a {
  width: 100%;
  height: 100%;
  display: block;
}
.event-item .event-content {
  padding: 0 30px;
}
.event-item .event-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #091d25;
}

#party .party-row {
  display: flex;
  flex-flow: row wrap;
}
#party .party-row .info {
  order: 1;
}
@media (max-width: 992px) {
  #party .party-row .info {
    order: 2;
  }
}
#party .party-row .content {
  order: 2;
}
#party .party-row .content .desc {
  font-weight: 800;
}
@media (max-width: 992px) {
  #party .party-row .content {
    order: 1;
  }
}
#party .party-row .poster {
  order: 3;
}
#party .block {
  display: block;
  width: 80px;
  height: 120px;
  margin: 0 30px 0 0;
  position: relative;
  text-align: center;
  float: left;
  overflow: hidden;
  background-color: #fc0082;
  box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.5);
}
@media (max-width: 992px) {
  #party .block {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#party .block .head {
  background-color: #313441;
  font-size: 12px;
  line-height: 30px;
  width: 100%;
  position: absolute;
  top: 0;
  text-align: center;
  color: #ffffff;
}
#party .block .middle {
  line-height: 60px;
  letter-spacing: normal;
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  color: #ffffff;
}
#party .block .below {
  background-color: #313441;
  display: block;
  font-size: 12px;
  line-height: 30px;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #ffffff;
}
#party .party-date, #party .party-age {
  margin: 0 auto 30px auto;
}
#party .party-age {
  height: 100px;
}
#party .party-price {
  margin: auto;
  height: 100px;
}
#party .party-price .middle {
  line-height: 33px;
  font-size: 20px;
}
#party .party-price .middle span {
  margin: 0;
  padding: 0;
}
#party .party-price .middle span.single {
  line-height: 66px;
}
#party .party-price .middle span:nth-child(2):before {
  content: " ";
  display: table;
  width: 60%;
  margin: auto;
  height: 1px;
  border-top: 1px solid #ff63b3;
}
#party .poster img {
  margin: auto;
  box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, 0.5);
}

.gallery-images {
  width: 220px;
  height: 165px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  line-height: 165px;
  position: relative;
}
.gallery-images a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.gallery-images a > img {
  position: absolute;
  top: 10%;
  left: 10%;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.9);
}
.gallery-images a > img:empty {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/fancy/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancy/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/fancy/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/fancy/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/images/fancy/fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("/images/fancy/fancybox_loading@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
.title-underlined {
  text-align: center;
  position: relative;
  padding-bottom: 17.5px;
  line-height: 30px;
  margin: 20px auto;
}
.title-underlined:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 3px;
  background: #fc0082;
  left: 50%;
  margin-left: -40px;
  bottom: 0px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.title-underlined h3 {
  font-weight: 600;
  color: #091d25;
  font-size: 36px;
}

.turbolinks-progress-bar {
  background-color: #fc0082;
}

/*# sourceMappingURL=main.css.map */
