/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/ }

@media only screen and (max-width: 1100px) {
  header .menu-center-wrapper,
  header .right--location {
    display: none; }
  
  header .top-main-menu .button-location {
	  top:10px; }
  header .navi-hamburger {
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    z-index: 40;
    border-radius: 5px;
    float: right;
    height: 38px;
    width: 40px;
    cursor: pointer;
    padding: 8px;
    background-color: transparent; }
    header .navi-hamburger.open span {
      left: -3px;
      width: 28px; }
      header .navi-hamburger.open span.top {
        top: -1px; }
      header .navi-hamburger.open span.bottom {
        top: 1px; }
    header .navi-hamburger.open span:first-child {
      transform: rotate(45deg) translate(8.4px, 7.4px); }
    header .navi-hamburger.open span:nth-child(2) {
      width: 0;
      opacity: 0; }
    header .navi-hamburger.open span:last-child {
      transform: rotate(-45deg) translate(7.4px, -6.4px); }
    header .navi-hamburger span {
      position: relative;
      display: block;
      top: 1px;
      height: 3px;
      width: 100%;
      border-radius: 6px;
      transition: all .25s;
      background-color: #2A3036; }
  .nav-mobile {
    display: flex;
    flex-direction: column;
/*     justify-content: space-between; */
    position: fixed;
    z-index: 1500;
    width: 100%;
    height: calc(100% - 60px);
    left: -100%;
    background-color: #fff;
    transition-property: left;
    transition-duration: .3s;
    transition-timing-function: ease-in;
    overflow: auto; }
    .nav-mobile.open {
      left: 0; }
    .nav-mobile #collapse ul {
      margin: 0;
      padding: 0; }
      .nav-mobile #collapse ul li > ul {
        display: none; }
      .nav-mobile #collapse ul li.first-item-menu.open .link i.fa-chevron-right {
        transform: rotate(90deg);
        transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out; }
      .nav-mobile #collapse ul .link {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 20px 20px;
        border-bottom: 1px solid #F0F0F0;
        cursor: pointer;
        text-decoration: none;
        transition: .3s; }
        .nav-mobile #collapse ul .link:hover {
          transition: .3s;
          background-color: #f5f5f5; }
        .nav-mobile #collapse ul .link span, .nav-mobile #collapse ul .link a {
          font-family: "AdelleSansBold", sans-serif;
          font-weight: 700;
          width: 100%;
          display: flex;
          font-size: 14px;
          line-height: 16px;
          /* color: #969799;  */
          color: #676767; }
         .nav-mobile #collapse ul .link.activelink span {
	         color: #00acef;
         }
         
         .dropdown-item {
			background-color: #e3e3e3;
		}
         
        .nav-mobile #collapse ul .link i.fa-chevron-right {
          transition: transform .15s ease-in-out,-webkit-transform .15s ease-in-out;
          font-size: 15px; }
      .nav-mobile #collapse ul .retreat {
        padding: 25px; }
        .nav-mobile #collapse ul .retreat:hover {
          background-color: #fff; }
      .nav-mobile #collapse ul ul.submenu li {
        padding: 0; }
        .nav-mobile #collapse ul ul.submenu li a {
          display: flex;
          padding: 20px 40px;
          border-bottom: 1px solid #F0F0F0;
          background-color: #f5f5f5;
          font-size: 15px;
          line-height: 16px;
          color: #969799; }
    .nav-mobile ul.toplevel {
	    /* border-bottom: 3px solid #5835A9; */
    }
    .nav-mobile .admittance {
/*       margin-top: 4rem; */ }
      .nav-mobile .admittance ul {
        margin: 0;
        padding: 0; }
        .nav-mobile .admittance ul li {
          list-style-type: none; }
          .nav-mobile .admittance ul li a {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding: 20px 40px;
            font-family: "AdelleSansBold", sans-serif;
            font-weight: 700;
            font-size: 16px;
            line-height: 18px;
            color: #969799;
            background-color: #f1f5f8;
            border-top: 1px solid #fff; }
            .nav-mobile .admittance ul li a.orange {
              color: #fff;
              background-color: #FA9000; }
 	
	.feat__image {
		margin-top: 50px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .main-info {
    margin-bottom: 252px; }
    .main-info .tiles .tiles-item.little {
      margin-bottom: 30px; }
    .main-info .text-info h1 {
      font-size: 6.3rem; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 800px) {
  .main-info {
    margin-top: 100px;
    margin-bottom: 203px; }
    .main-info::before {
      top: -98px; }
    .main-info .logo {
      padding-top: 40px; }
      .main-info .logo::before {
        top: -130px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  html {
    font-size: 10px; }
  h1.page-title {
	padding-left: 15px;
	padding-right: 15px;
	}
  
    #aside {
	    margin-top: 60px; }
  
  .main-info {
    margin-bottom: 180px;
    margin-top: 150px; }
    .main-info .tiles {
      margin-top: 40px; }
      .main-info .tiles .tiles-item .body-item .content {
        padding: 20px; }
    .main-info .text-info p {
      text-align: center;
      font-size: 1.5rem; }
  section.about p {
    font-size: 21px; }
  section.validation h2 .color-text {
    display: inline-block; }
  /*Disable Animation on Mobile Devices*/
  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }
 	
 	
	.feat__image {
		margin-top: 50px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 680px) {
  html {
    font-size: 10px; } }

@media only screen and (max-width: 600px) {
  .main-info {
    margin-bottom: 152px; }
    .main-info .text-info h1 {
      font-size: 5.7rem; }
  footer .footer-menu {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center; }
    footer .footer-menu .link-menu {
      margin-bottom: 40px; }

 	
	.feat__image {
		margin-top: 70px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .main-info {
    margin-bottom: 100px; }
    .main-info::before {
      top: -65px; }
    .main-info .logo {
      padding-top: 55px; }
      .main-info .logo::before {
        top: -120px; }
    .main-info .tiles {
      padding-bottom: 30px; }
      .main-info .tiles .tiles-item .body-item .content h2 {
        font-size: 2.8rem; }
    .main-info .text-info h1 {
      font-size: 3.6rem; }
    .main-info .text-info p {
      font-size: 1.4rem; }
  ul.submenu li {
    margin-bottom: 5px; }
    ul.submenu li a {
      font-size: 18px; }
  section.about p {
    font-size: 18px; }
  section.validation p {
    font-size: 17px; }
  form#form,
  form#form .form-wrapper {
    width: 100%; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 768px) {
  .main-info .text-info h1 {
    font-size: 6.3rem; } }

/* Large Devices, Normal Screens */
@media only screen and (min-width: 992px) {
	.bapOnline .btn {
	    width: 60%;
    } 
    .bapFull {
		padding-top: 60px;
	}
	.bookPartyLink {
	    font-size: 2em;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1100px) {
  .nav-mobile {
    	display: none !important;
    }
    #partyBuild {
		border-radius: 50% 50% 50% 50% / 6% 6% 6% 6%;
		padding: 4rem 0 !important;
	}
	.bapOnline .btn {
	    font-size: 1.3rem;
	}
}

@media only screen and (min-width: 1200px) {
	.bapOnline {
    	min-height: 30vh;
    }
    .bapLeft {
		text-align: left;
	}
	.bapLeft .bapHeader {
		padding-left: 15px;
	}
	.bapRight p {
		font-weight: 400 !important;
		font-size: 20px !important;
	}	
}

@media only screen and (min-width: 1400px) {
	.main-info::before,
	.main-info::after {
		background-size: cover;
	}
	.main-info::after {
		height: 350px;
	}
	section.main-content.bg-purple {
		margin-top: -70px;
	}
	
	.partypage section.main-content {
		padding-left: 0;
		padding-right: 0;
	}
	
}

@media only screen and (min-width: 1600px) {
	section.main-content.bg-purple {
		/* margin-top: -95px; */
		margin-top: -175px;
	}
}


/*
@media (min-width: 1440px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1600px;
  }
}
*/