html{
  width: 100%;
  height: 100%;
}

body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #1B540D;
  font-family: Roboto,sans-serif;
  font-size: 11pt;
  color: #424343;
}

A:link, A:visited{
  font-family: Roboto,sans-serif;
  font-size: 11pt;
  outline: none;
  text-decoration: underline;
  color: #11CAFF;
}

A:hover{
  text-decoration: none;
}

p{
  margin: 0;
  padding: 10px 0 0;
  line-height: 150%;
}

ul{
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 25px;
}

ul li{
  padding-bottom: 5px;
}

form{
  margin: 0;
  padding: 0;
}

hr{
  border-bottom: 1px solid #DEDEDE;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.bg{
  width: 100%;
  height: 100%;
  background-image: url(../images/background.jpg);
  background-size: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}

.shadow{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
}

.main{
  position: relative;
  z-index: 2;
}

.wp {
  width: auto;
  max-width: 1580px;
  _width: 1580px;
  padding: 0 10px;
  z-index: 3;
  position: relative;
}

.wp-small {
  width: auto;
  max-width: 1250px;
  _width: 1250px;
  padding: 0 15px;
}

.ma {
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 255px;
  position: relative;
  z-index: 3;
}

.wp-content {
  position: relative;
  z-index: 1;
}

.logo {
  float: left;
  padding: 3px 0 0 40px;
  position: absolute;
}

.logo A:link, .logo A:visited {
  display: inline-block;
  vertical-align: top;
  width: auto;
}

.header-R{
  float: right;
  padding-right: 50px;
}

.header-btns{
  width: 100%;
  padding: 40px 0 10px;
}

.header-btns div.hb-item{
  float: right;
  margin-left: 7px;
}

.btn-book:link, .btn-book:visited{
  display: block;
  height: 45px;
  padding: 25px 25px 0 55px;
  background: url(../images/icon-schedule.png) 15px center no-repeat rgba(255, 33, 33, 0.9);
  border-radius: 5px;
  font-size: 12pt;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
}

.btn-book-copy:link, .btn-book-copy:visited{
  display: none;
  width: 20px;
  height: 20px;
  padding: 25px;
  background: url(../images/icon-schedule.png) center center no-repeat rgba(255, 33, 33, 0.9);
  border-radius: 5px;
}

.home-banner{
    text-transform: uppercase;
    margin: 0 auto;
    background-color: #ED281F;
    width: 65%;
    border-radius: 5px;
    font-size: 20pt;
    padding: 25px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    max-width: 1280px;
}

.header-phone{
  height: 45px;
  padding: 25px 25px 0 50px;
  background-image: url(../images/icon-phone.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-color: rgba(0, 179, 231, 0.9);
  border-radius: 5px;
  font-size: 12pt;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;

}

.header-phone a:link, a:visited{
    color:#FFFFFF;
    text-decoration:none;
}

.top-menu{
  float: right;
}

.tm-main{
  float: right;
  position: relative;
  z-index: 10;
}

.tm-link:link, .tm-link:visited{
  display: block;
  height: 40px;
  padding: 23px 10px 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  color: #FFF;
  background-color: #FFBE00;
}

.tm-home:link, .tm-home:visited{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.tm-contact:link, .tm-contact:visited{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tm-item A.tm-link:link, .tm-item A.tm-link:visited{
  background-color: #FFBE00;
}

.tm-item A.tm-link:hover, .tm-itemS A.tm-link:link, .tm-itemS A.tm-link:visited{
  background-color: #ED9F16;
}

.tm-sep{
  float: right;
  width: 2px;
  height: 63px;
  background: url(../images/tm-sep.gif) repeat-y;
}

.pull-wp{
  display: none;
}

A#pull:link, A#pull:visited{
  display: block;
  width: 40px;
  height: 20px;
  background: url(../images/pull.png) 15px center no-repeat rgba(0, 179, 231, 0.9);
  padding: 25px 25px 25px 50px;
  border-radius: 5px;
  font-size: 12pt;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;

}

.pull-menu{
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 120px;
  z-index: 10;
}

.pull-menu A:link, .pull-menu A:visited{
  display: block;
  text-align: right;
  padding: 10px 15px 10px 5px;
  background: rgba(48,48,48,0.9);
  border-bottom: 1px solid #C3C3C3;
  text-decoration: none;
  color: #FFF;

}

.pull-menu A:hover{
  background: rgba(0,0,0,0.7);
}

.footer{
  padding: 15px;
  background-color: #F3F6F6;
  font-size: 9pt;
  color: #444444;
}

.sitemap{
  width: 100%;
  padding-bottom: 20px;
}

.sitemap div{
  float: left;
  padding: 15px 30px 0 0;
}

.footer A:link, .footer A:visited{
  color: #444444;
  font-size: 9pt;
}

.sitemap A:hover{
  color: #11CAFF;
}

.socials img{
    width: 25px;
}

.socials a:link, .socials a:visited{
    display: inline-block;
    margin-right: 10px;
}

.copyright{
  float: left;
  padding-top: 15px;
}

.designed{
  float: right;
  padding-top: 15px;
}

.txt-white{
    color: #FFFFFF;
}

.clear{
  clear: both;
}

.home-thumbs{
  width: 100%;
  padding-top: 30px;
}

.hth-item{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 23%;
  padding: 20px 3% 0;
}

.hth-inner{
  width: auto;
  max-width: 446px;
  _width: 446px;
}

.hth-img{
  padding: 5px;
  background-color: #FFF;
}

.box-shadow{
  -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
}

.hth-inner A:link, .hth-inner A:visited{
  display: block;
  text-decoration: none;
}

.hth-img img{
  width: 100%;
}

.hth-ttl{
  margin-top: 6px;
}

.hth-ttl A:link, .hth-ttl A:visited{
  height: 40px;
  padding-top: 17px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  color: #FFF;
  font-style: italic;
  font-size: 14pt;
}

.lbl-book A:link, .lbl-book A:visited{
  width: 214px;
  background: url(../images/lbl-book.png) no-repeat;
}

.lbl-events A:link, .lbl-events A:visited{
  width: 214px;
  background: url(../images/lbl-events.png) no-repeat;
}

.lbl-terms A:link, .lbl-terms A:visited{
  width: 252px;
  background: url(../images/lbl-terms.png) no-repeat;
}

.inner-wp{
  padding: 30px 100px;
  margin-top: 50px;
}

.inner-wp-w{
  border-radius: 5px;
  background-color: #F3F6F6;

}

.inner-wp-o{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /*background-color: #E14628;*/
  background-color: #FFCC01;
  /*color: #FFF;*/
  color: #000;
}

.summer-camp a:link, .summer-camp a:visited{
    color: red;
    text-decoration: none;
}

.summer-camp span{
    font-style: normal !important;
    text-transform: uppercase;
    font-weight: bold;
}

.summer-camp h3, .summer-camp h2{
    text-transform: uppercase;
    color: red;
}

.bp-main-txt{
   border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px;
}

.bp-main-txt span{
  font-style: italic;
  font-size: 9pt;
}

.welcome{
  margin: 0;
  padding: 0;
  color: #1D1D1D;
  font-size: 26pt;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}

.bg-ttl{
  margin: 0;
  padding: 50px 0 0;
  text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.45);
  color: #FFF;
  font-size: 25pt;
  text-align: center;
  font-weight: normal;
}

.welcome-img{
  width: 100%;
  position: relative;
  z-index: 1;
}

.welcome-img div{
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -186px;
  width: auto;
  max-width: 373px;
  _width: 373px;
}

.welcome-img img{
  width: 100%;
}

.home-L{
  float: left;
  width: 34%;
}

.home-R{
  float: right;
  width: 30%;
}

.home-L div.points{
  margin-right: 50px;
}

.points div{
  padding: 5px 0 15px 50px;
  background: url(../images/point.png) left 3px no-repeat;
  font-size: 14pt;
}

.home-footer{
  margin-top: 50px;
  padding: 30px 15px 0;
  background-color: #F3F6F6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.home-footer h3{
  font-size: 20pt;
}

.home-footer p{
  width: auto;
  max-width: 900px;
  _width: 900px;
}

.footer-img img{
  width: 100%;
}

.gallery-L{
  float: left;
  width: 19%;
  padding-right: 5%;
}

.gallery-R{
  float: left;
  width: 76%;
}

.gallery-R div{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 31%;
  margin: 20px 1% 0 0;
  padding: 0.5%;
  background-color: #FFF;
  border-radius: 5px;
}

.gallery-R A:link, .gallery-R A:visited{
  display: block;
  width: auto;
  max-width: 370px;
  _width: 370px;
  position: relative;
  z-index: 1;
}

.gallery-R img{
  width: 100%;
}

.enlarge{
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  background: url(../images/enlarge.png) no-repeat;
}

.content{
  height: auto;
  min-height: 500px;
  _height: 500px;
}

.block-ttl{
  font-size: 40pt;
  margin: 10px 0 0;
  padding: 0 15px 30px;
  color: #FFF;
  text-shadow: -2px 2px 3px rgba(0, 0, 0, 1);
  font-weight: normal;
  text-align: center;
}

.header-txt{
  width: auto;
  max-width: 1000px;
  _width: auto;
  text-align: center;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #FFF;
  text-shadow: -2px 2px 3px rgba(0, 0, 0, 1);
}

.inner-menu{
  clear: left;
}

.inner-menu label{
  display: block;
  padding-bottom: 30px;
  color: #FFF;
  font-size: 25pt;
  text-shadow: -2px 2px 3px rgba(0, 0, 0, 1);
}

.inner-menu div{
  padding-bottom: 10px;
}

.inner-menu A:link, .inner-menu A:visited{
  text-decoration: underline;
  font-size: 13pt;
  text-shadow: -2px 2px 3px rgba(0, 0, 0, 1);
}

.inner-menu A:hover{
  text-decoration: none;
}

.lm-item A:link, .lm-item A:visited{
  color: #FFF;
}

.lm-itemS A:link, .lm-itemS A:visited{
  color: #FFD800;
}

#menu:link, #menu:visited {
  display: none;
  float: left;
  padding: 8px 20px 0 45px;
  background: url(../images/pull.png) 10px 11px no-repeat rgba(0, 179, 231, 0.9);;
  color: #FFF;
  font-size: 14pt;
  height: auto;
  min-height: 35px;
  _height: 35px;
  text-decoration: none;
}

.bp-box{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 29%;
  margin: 1%;
}

.pb-box-inner{
  width: auto;
  max-width: 470px;
  _width: 470px;
  padding: 1%;
  background-color: #FFF;
  border-radius: 5px;
  color: #333;
}

.bp-data a:link, .bp-data a:visited{
    color: #1123ff;
}

.bp-item{
  padding-top: 250px;
  height: auto;
  min-height: 460px;
  _height: 460px;
  background-repeat: no-repeat;
  background-size: cover;
}

.bp-butterfly{
  background-image: url(../images/birthday-party/butterfly.jpg);
}

.bp-parrot{
  background-image: url(../images/birthday-party/parrot.jpg);
}

.bp-giraffe{
  background-image: url(../images/birthday-party/giraffe.jpg);
}

.bp-lion{
  background-image: url(../images/birthday-party/lion.jpg);
}

.bp-jungle{
  background-image: url(../images/birthday-party/jungle.jpg);
}

.bp-addons{
  background-image: url(../images/birthday-party/addons.jpg);
}

.bp-data{
  text-align: left;
  padding: 10px;
  margin-top: 45px;
}

.bp-data p{
  padding: 0 0 20px;
}

.bp-ttl{
  padding: 10px 25px;
  font-size: 18pt;
  font-weight: bold;
  background-color: #ffffff99;
  backdrop-filter: blur(3px);
}

.bp-ttl-small{
  padding: 10px 0 25px;
  font-size: 14pt;
}

.bp-point{
  padding: 5px 0 10px 35px;
  background: url(../images/point-small.png) left 3px no-repeat;
  font-size: 11pt;
}

.terms-header{
  padding-bottom: 30px;
}

.inner-bg{
  width: 100%;
  background-color: #E14628;
}

.inner-bg img{
  width: 100%;
}

.pb-50{
  padding-bottom: 50px;
}

.b-font{
  font-size: 16pt;
}

.header-small-mobile{
        display:none;
    }

@media screen and (max-width: 1460px) {
    .logo{
    	/* width: 27%; */
		padding-left: 10px;
    }
    .header-R{
		padding-right: 10px;
    }
    .tm-link:link, .tm-link:visited{
		padding-left: 15px;
    	padding-right: 15px;
    }
}

@media screen and (max-width: 490px){
    .home-banner{
        font-size: 15pt;
    }

}

@media screen and (max-width: 1270px) {
    .pull-wp{
		display: block;
	}
	.top-menu, .tm-main, .tm-sep{
		display: none;
	}
    .logo{
    	width: auto;
    }
    .inner-wp{
		padding: 15px;
	}
}

@media screen and (max-width: 1090px) {
    .hth-item{
    	width: 27%;
		padding-left: 1%;
    	padding-right: 1%;
	}
	.welcome-img div{
		position: relative;
		top: 0;
		left: 0;
		margin: 0 auto;
	}
	.bg-ttl{
		padding-top: 30px;
	}
	.home-L{
		width: 48%;
	}
	.home-R{
		width: 42%;
	}
	.points{
		padding-top: 20px;
		padding-bottom: 10px;
	}



}

@media screen and (max-width: 990px) {
	.gallery-L{
		width: 28%
	}
	.gallery-R{
		width: 67%
	}
	.gallery-R div{
		width: 47%;
	}
	.bp-box{
		width: 43%;
	}
}

@media screen and (max-width: 940px) {
    /* .logo{
    	width: 40%;
    } */
    /*.btn-book:link, .btn-book:visited{
		display: none;
    }
	.btn-book-copy:link, .btn-book-copy:visited{
		display: block;
    }*/

    .header-btns div.hb-item {
        float:none;
    }

    A#pull:link, A#pull:visited{
        margin-left: 50px;
    }

    .hb-item{
        padding-bottom:9px;
    }

    .hth-item{
    	width: 98%;
	}
}
@media screen and (max-width: 850px) {
  .mobile {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
	.welcome{
		font-size: 17pt;
	}
	.home-L{
		width: 100%;
	}
	.home-L div.points{
		margin-right: 0;
		padding-bottom: 0;
	}
	.home-R{
		float: left;
		width: 100%;
	}
	.home-R div.points{
		padding-top: 0;
	}
	#menu:link, #menu:visited{
		display: block;
	}
	.gallery-L{
		width: 100%;
		padding-right: 0;
	}
	.inner-menu{
		display: none;
	}
	.gallery-R{
		width: 100%;
		padding-top: 20px;
  }

}

@media screen and (max-width: 670px) {
	.header-btns{
		padding-top: 10px;
	}
    /*.header-phone{
    	display: none;
    }
	.btn-book-copy:link, .btn-book-copy:visited{
		padding: 15px;
    }

    .btn-book:link, .btn-book:visited{
		padding: 25px;
    }*/

    .header-phone{
        padding: 20px 15px 0 50px;
    }

    A#pull:link, A#pull:visited{
		padding: 15px 15px 15px 50px;
    }
    .logo{
		width: 260px;
    }
    .header{
		height: auto;
    	/*padding-bottom: 30px;*/
    }
    .pull-menu{
		top: 70px;
    }
    .bp-box{
    	width: 98%;
	}
}

@media screen and (max-width: 530px) {
    .btn-book:link, .btn-book:visited{
	    height: 35px;
        padding: 15px 25px 0 55px;
    }

    .header-phone{
        height: 25px;
        padding: 10px 15px 0 50px;
    }

    A#pull:link, A#pull:visited{
        height: 15px;
        padding: 10px 15px 15px 50px;
    }

    .copyright{
		width: 100%;
    }
    .designed{
    	float: left;
    	width: 100%;
		padding-top: 10px;
    }
    .logo{
    	padding-left: 0;
    }
    .pull-menu{
		top: 59px;
    }
}

@media screen and (max-width: 490px) {
    .sitemap div{
		padding-right: 15px;
    }

    .header-small-mobile{
        display:block;
    }

}
