@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700|Open+Sans:300,400,700,800&display=swap');

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
html {
	font-size: 16px;
}
body {
  background-color: #FFF;
  color: #373a36;
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

.clearfix:after {
  display: table;
  clear: both;
  content: ''; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-weight: 300; }
  h2 { font-weight: 300; }

img {
  max-width: 100%;
  height: auto !important;
}
p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 22px;
}

a {
  color: #523F99;
  text-decoration: none;
  font-weight: 700; }

  a:hover, a:focus {
    outline: none;
    color: #5887DA;
    text-decoration: none; }

.main-content a, #homepartysection a {
	/* text-decoration: underline; */
}
.main-content a.btn, #homepartysection a.btn {
	text-decoration: none;
}

.highlightLinkOrange {
	background: #FF8F00;
	display: inline-block;
	color: #FFF;
	font-weight: 700;
	text-decoration: none !important;
	padding: 1% 2%;
	-webkit-clip-path: polygon(2% 0, 97% 0, 98% 100%, 3% 100%);
	clip-path: polygon(2% 0, 97% 0, 98% 100%, 3% 100%);
}
.highlightLinkOrange:hover, .highlightLinkOrange:active, .highlightLinkOrange:focus {
	text-decoration: none;
	color: #FFF;
	opacity: .9;
}

.bold-title{
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: 700;
}

.no-gutter [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.no-gutters {}

.col-centered {
  display: block;
  float: none;
  text-align: left;
  margin: 0 auto; }

#lightbox {
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	display: none;
}


.btn {
	font-weight: 700;
	font-size: 1.2em;
	text-decoration: none;
	outline: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	border-width: 3px;
	/* background: #dc223b; */
	/* background-color: #004438; */
	/* background-color: #00BC70; */
	background-color: #FF8F00;
	color: #fff;
	letter-spacing: 0.5px;
	/* text-transform: uppercase; */
	padding: 9px 24px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s; }

  .btn:hover, .btn:focus {
    /* background-color: #b01b2f; */
    /* background-color: #004438; */
    opacity: .9;
    color: #fff; }

  .btn.secondary {
    /* background-color: #bfb499; */
    background-color: #5887DA; }
    .btn.secondary:hover, .btn.secondary:focus {
      /* background-color: #ab9d7a; */
      opacity: .8; }

  .btn.outline {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.25);
    padding: 7px 20px;
    color: #fff; }
    .btn.outline:hover, .btn.outline:focus {
      background: rgba(255, 255, 255, 0.25);
      color: #fff; }



.btn.btn-white {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}
.btn.btn-light {
    background-color: #00BC70;
    color: #fff;
    border-color: #00BC70;
}
.btn.btn-dark {
    background-color: #004438;
    color: #fff;
    border-color: #004438;
}
.btn.btn-hollow {
	background-color: transparent;
}
.btn.btn-hollow.btn-light {
	color: #00BC70;
}
.btn.btn-hollow.btn-dark {
	color: #004438;
}
.btn.btn-empty {
	background-color: #fff;
	border-color: #fff;
}
.btn.btn-empty.btn-light {
	color: #00BC70;
}
.btn.btn-empty.btn-dark {
	color: #004438;
}
.btn.btn-full {
	width: 100%;
}

.btnXL {
	font-size: 2.5rem;
	display: block;
	max-width: 80%;
	margin: 0 auto 40px;
	border: none;
	border-radius: 50px;
	text-align: center;



text-shadow: rgb(179, 100, 0) 0px 0px 0px, rgb(184, 103, 0) 1px 1px 0px, rgb(189, 106, 0) 2px 2px 0px, rgb(194, 109, 0) 3px 3px 0px, rgb(199, 112, 0) 4px 4px 0px, rgb(204, 114, 0) 5px 5px 0px, rgb(209, 117, 0) 6px 6px 0px, rgb(214, 120, 0) 7px 7px 0px, rgb(219, 123, 0) 8px 8px 0px, rgb(224, 126, 0) 9px 9px 0px, rgb(230, 129, 0) 10px 10px 0px, rgb(235, 132, 0) 11px 11px 0px, rgb(240, 134, 0) 12px 12px 0px, rgb(245, 137, 0) 13px 13px 0px, rgb(250, 140, 0) 14px 14px 0px;

}

.text-light { color: #00BD6C; }
.text-dark { color: #004438; }
.bg-light { background-color: #00BD6C; color: #fff; }
.bg-dark { background-color: #004438; color: #fff; }


#wrap {
	min-height: 100vh;
	background-color: #fff;
}

#content, #aside {
	padding: 20px 0;
}

.nav-side-menu {
  overflow: auto;
  font-size: 16px;
  font-weight: 300;
  position: fixed;
  top: 0px;
  width: 300px;
  height: 100%;
  border-right: 2px solid #EBEBEB;
  color: #777777;

}
.nav-side-menu .brand {
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 20px;
  margin-bottom: 30px;
}
.nav-side-menu .brand img {
    max-height: 200px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
  color: #888;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
/*   border-left: 3px solid #00BD6C; */
/*   background-color: #4f5b69; */
}

.nav-side-menu ul .active a {
	color: #00BD6C;
	font-weight: 700;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #00BD6C;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #00BD6C;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #eee;
  border: none;
  line-height: 28px;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #DFDFDF;
}

.nav-side-menu li {
  padding-left: 0px;
  position: relative;
}
.nav-side-menu .menu-content > li.active::before {
    content: "";
    background-color: #00BD6C;
    height: 7px;
    width: 50px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
}
.nav-side-menu li a {
  text-decoration: none;
  /* color: #797979; */
  color: #444;
}
.nav-side-menu .menu-content > li a {
    padding-left: 70px;
    text-transform: uppercase;
}


.nav-side-menu .menu-content ul.sub-menu li a {
	padding-left: 70px;
	font-size: 15px;
	display: inline-block;
}
.nav-side-menu .menu-content ul.sub-menu ul.sub-menu li {
	/* background: #f8f8f8; */
	padding-left: 15px;
}

.nav-side-menu ul .sub-menu li.collapsed-submenu:after,
.nav-side-menu li .sub-menu li.collapsed-submenu:after {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  margin-left: 40px;
  float: right;
  font-size: 11px;
}

.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
/*   border-left: 3px solid #00BD6C; */
  color: #00BD6C;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}

@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}



.nav-side-menu .menu-content > li a.btn {
	padding-left: 24px;
    margin-left: 70px;
    width: 200px;
    margin-top: 15px;
}











.alertBar {
	background: #1B87D2;
	color: #FFF;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  padding: 1rem;
}
.alertBar img {
  width: 30px;
  margin-left: 10px;
}
@media (min-width: 767px) {
  .alertBar {
    text-align: center;
    font-size: 0.9rem;
  }
}

.sign, .buy, .buyC, .buyGiftCard {
  /* font-size: 0.9rem; */
  font-size: 20px;
  margin-top: 8px;
  display: inline-block;
  transition:color .3s ease;
  font-weight: 600;
}

.sign {
  color: #f39100;
  margin-right: 1rem;
}

.buy {
  color: #3386cb;
  margin-right: 0;
}

.buyC {
  color: #01F0B5;
  margin-right: 0;
}
.buyGiftCard {
  color: #01F0B5;
  margin-right: 0;
}

.sign:hover, .buy:hover, .buyC:hover, .buyGiftCard:hover {
	color: #2f1187;
	text-shadow: 0 0 10px rgba(255,255,255,.8);
}


/*  ----- Frame ----- */
.contentFrame {
	margin-top: 0;
	-webkit-box-shadow: 0px 0px 165px -15px rgba(84,63,156,.3);
	-moz-box-shadow: 0px 0px 165px -15px rgba(84,63,156,.3);
	box-shadow: 0px 0px 165px -15px rgba(84,63,156,.3);
	position: relative;
}



/*  ----- HEADER ----- */
@media (min-width: 767px) {
  .header {
    /* height: 270px; */
    padding: .5rem 3rem 0.5rem;
  }
}

.menu {
  padding: 1.5rem 0;
  color: #c1cad8;
}
.menu img {
  width: 27px;
  margin-top: -3px;
  margin-right: 6px;
}
.menu .logo {
    max-height: 120px;
    width: auto;
    margin-right: 20px;
    float: left;
}
.menu .menuText {
  font-weight: 800;
  font-size: 1.1rem;
  margin-top: 4px;
  margin-left: 0;
  text-align: center;
}
@media (min-width: 767px) {
  .menu img {
    display: block;
  }
}

#mainnav .logo {
    max-height: 60px;
    float: left;
}
#mainnav .openLocationMega {
    float: right;
    margin-top: 19px;
}


.mobileLocationBar {
	background: #272F41;
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
	padding: 1% 0;
	font-weight: 600;
}
.mobileLocationBar .franchiseName {
	padding-top: 5px;
	padding-bottom: 5px;
}
.mobileLocationBar .parkName {
	font-size: 22px;
	padding-top: 6px;
}
.mobileLocationBar .parkName a {
	color: #FFF;
}



.hero {

}
.video-cover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:.001px;-o-object-fit:cover;object-fit:cover}
.video-overlay { background-color:rgba(255,255,255,.85); position: relative; padding: 8% 2%; min-height: 100%; }

.video-overlay h1, .video-overlay h2 {
  margin: 0;
  padding: 20px 0;
  position:relative;
  text-transform: uppercase;
  letter-spacing:-.04em;
  font-weight: 800;
  text-align: center;
  position: relative;
  line-height: .8em;
  }
.video-overlay h1 {
  color: #FFF;
  font-size: 8vw;
  /* left: -60px; */
  padding-left: 120px;
}
.video-overlay h2 {
  color: #1B87D2;
  font-size: 6vw;
  top: -4vw;
  left: -120px;
}

@media screen and (max-width:767px) {
  .video-overlay h1 {
    color: #FFF;
    font-size: 5rem;
    padding-left: 30px;
    top: 10px;
  }
  .video-overlay h2 {
    color: #1B87D2;
    font-size: 300%;
    top: -30px;
    left: 0px;
  }
}

.quickLinks {
  padding: 2rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 900;
  transition:color .3s ease;
}
.quickLinks a {
  color: #575867;
  margin: 1rem 0.3rem 1rem;
  border-bottom: 4px solid #EDEBF5;
  padding: 0 6px 9px;
}
.quickLinks a:hover {
  color: #2f1187;
  transition:color .3s ease;
  border-bottom-color:#2f1187;
}


.quickLinks .quickJump:hover {
	color:#3386cb;
	border-bottom-color:#3386cb;
}
.quickLinks .quickSave:hover {
	color: #f39100;
	border-bottom-color:#f39100;
}


@media screen and (min-width:767px) {
  .quickLinks {
    padding: 0;
    transform: rotate(90deg);
    position: absolute;
    top: 45%;
    right: -90px;
    transform-origin: top;
    transition:color .3s ease;
  }
}



/*
.interior header {
    background: url(../img/intBanner.jpg) center center / cover no-repeat #fff;
	    /* width: 100% !important;
	       height: auto !important;
    margin-bottom: 0;
    border-bottom: 3px solid #00BD6E;
}
*/

.interiorPageHeader {
	margin:0 0 3rem;
	color: #FFF;
}
.interiorPageHeader h1.page-title, .interiorPageHeader h1.page-title span {
	color:#FFF;
	display: block;
	margin-top: 0;
}
.interiorPageHeader h2 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
.interiorPageHeader hr {
	display: block;
	width: 120px;
	border-top: 4px solid #FF8D00;
	margin: 28px auto 24px;
}


/*  ----- Content ----- */

/* .home  *//* .contentBlock1 { */
#homepartysection {
	background: url(../img/bgHomeContent1.png) 0 0 repeat;
	padding-top: 8%;
	padding-bottom: 7%;
	-webkit-clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 99%);
	clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 99%);
	margin-top: -15px;
}
#homepartysection .tilt-home-bg {
    margin-left: -15px;
    max-width: 115%;
    margin-bottom: 30px;
    max-height: 80vh;
}
#homepartysection .btn, .homeJumpIntro .btn {
    border: none;
    background-color: #FF8F00;
    box-shadow: 4px 4px #333;
    border-radius: 3px;
    font-size: 1em;
}
#homepartysection h2 {
    margin-bottom: 30px;
}
#homepartysection p {
	font-size: 23px;
	line-height: 32px;
}

@media screen and (min-width:767px) {
	#homepartysection {
		-webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 95%);
		clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 95%);
		margin-top: -50px;
	}
	#homepartysection .tilt-home-bg {
		max-width: 100%;
	}
}


.homeJumpIntro {
	margin-bottom: 90px;
}
.homeJumpIntro .btn {
	background-color: #1B87D2;
	padding: 1.75rem 2.25rem;
}


/* .home  */.contentBlock2 {
	background: url(../img/bgTransparentCircle.png) bottom left no-repeat;
	padding-top: 5%;
	padding-bottom: 5%;
}



/*  ----- Footer ----- */

.preFooter {
	background: url(../img/altitude-trampoline-kids-party-fun.jpg) center center no-repeat #553D9F;
	background-size: cover;
	color: #FFF;
	padding-top: 5%;
	padding-bottom: 6%;
    -webkit-clip-path: polygon(0 9%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 9%, 100% 0, 100% 100%, 0 100%);
}

.emailSubOverlay {
	background: url(../img/email-subscribe-overlay.png) 0 right repeat-y;
}

.preFooter h3 {
	font-size: 3em;
	font-weight: 800;
	margin: 0;
	line-height: .8em;
}
.preFooter h5 {
	font-size: 22px;
	margin: 0;
	text-transform: uppercase;
}


.contentHoursOpen {
  padding: 3rem 1rem;
}
.contentHoursOpen .hours {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 4rem;
}
.contentEmailSubscribe {
  /* background-color: #4f3f98; */
  padding: 3rem 1rem;
  -webkit-clip-path: polygon(0 9%, 100% 0, 100% 91%, 0 100%);
  clip-path: polygon(0 9%, 100% 0, 100% 91%, 0 100%);
}
.contentEmailSubscribe p {
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin: 1.5rem 0;
  font-weight: 600;
}
.contentEmailSubscribe input {
  padding: .75rem;
  font-size: 16px;
  color: #858594;
  flex: 3;
  border:none;
  font-style: italic;
}
.contentEmailSubscribe input:focus {
	background: #eee;
}
.contentEmailSubscribe .send-in {
  background-color: #f39100;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: .75rem 1.25rem;
  color: #FFF;
  white-space: nowrap;
  flex: 1;
}
.contentEmailSubscribe .send-in:hover {
	opacity: .9;
}
.contentEmailSubscribe h3,
.contentEmailSubscribe h5 {
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width:767px) {
  .preFooter {
    padding: 5% 7% 6%;
  }
  .contentEmailSubscribe {
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  }
}


.footer {
	background: url(../img/bgFooter.png) 0 0 repeat #272F41;
	padding: 14% 7% 5%;
	font-size: 1.4rem;
	line-height: 1.6rem;
	font-weight: 600;
	color: #FFF;
}


.footer .info img {
	max-width: 100%;
	height: auto;
}

.footer .footerAddress {
	margin-top: 20px;
}
.footer .location {
  color: #9d9eaf;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
}
.footer .social {
  text-align: center;
  margin-top: 5rem;
}
.footer .social img {
  width: 31px;
  margin: 0.7rem;
}

.footer .social a {
	color: #C3C8D6;
	font-size: 4rem;
	margin: 0 6px;
}
.footer .social a:hover, .footer .social a:focus {
	color: #FCFCFC;
}

.copyright {
	background-color: #232A3B;
  padding: 25px;
  font-size: 13px;
  color: #97A0B0;
  position: relative;
}
.backToTop {
  width: 50px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}


/*  CompleteSite customizations */
.pagecontent_sitesearch,.pagecontent_guestbook,.pagecontent_usermanagement_login,.pagecontent_usermanagement_userlist,.pagecontent_usermanagement_userprofile,.pagecontent_usermanagement_companylist,.pagecontent_usermanagement_companyprofile,.pagecontent_completecart_content,.pagecontent_calendar_content,.pagecontent_feeds {
    width: auto;
}

/* Media Adjustments */

@media (min-width: 767px) {
	.footer {
		margin-top: -8%;
	}


  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
  #main {
  	/*
	width:calc(100% - 300px);
  	float: right;
	*/
	/* max-width:100%; */
  	float: left;
  	margin-left: 350px;
  	margin-bottom: 60px;
  	padding-top: 100px;
  }
  .header-title {
	    position: relative;
	    top:350px;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    z-index: 2;
	    padding-left: 20px;
		padding-right: 20px;
	}
	.header-title h1 {
	    font-size: 3.4em;
	    margin: 0;
	}
	.header-title h2 {
	    font-size: 3.4em;
	    margin: 0;
	    font-weight: normal;
	}
	.header-title h3 {
	    margin: 50px 20px 20px 50px;
	    line-height: 1.3;
	    font-weight: 300;
	    width: 110%;
	}
}

footer {
	margin-top: 100px;
	line-height: 1.2;
}
.footer-col {
	padding: 50px;
}

.opening ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.opening ul li {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: row;
    align-content: space-around;
    padding: 8px 0;
    text-align: left;
}
.opening li .open-days {
    font-weight: 700;
    flex: 1;
}
.opening li .open-time {
    align-self: flex-end;
    text-align: right;
}
